html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
caption {display:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-text-size-adjust:none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
img{vertical-align:top;}
html,body{height:100%;}
::selection{background:#31548d;color:#fff;}
.clfix{zoom:1}
.clfix:after{content:'';display:block;clear:both;}
.hidden{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	border:0;
	clip:rect(0,0,0,0);
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff2'),
    url('../fonts/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2'),
    url('../fonts/Pretendard-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'),
    url('../fonts/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
    url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2'),
    url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
    url('../fonts/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2'),
    url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'),
    url('../fonts/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff2'),
    url('../fonts/Pretendard-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

body,html {
    font-family:'Pretendard',sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.4;
    letter-spacing: -0.02em;
}

header {
    width:100%;
    height:240px;
    background-image:url(../../images/garden/sub_header_bg.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:cover;
}

header .inner {
    max-width:1400px;
    margin:0 auto;
    position:relative;
    height:100%;
    padding:35px 0;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
}

header .inner a.go-gwanak {
    display:flex;
    align-items: center;
    justify-content: center;
    height:42px;
    width:198px;
    color:#ffffff;
    background-color:#2cb092;
    border-radius:21px;
    text-decoration: none;
    font-weight:700;
    position:absolute;
    left:0;
    top:35px;
} 

header .inner a.go-gwanak::before {
    content:"";
    display:block;
    width:16px;
    height:16px;
    background-image:url(../../images/garden/home_ico.png);
    margin-right:8px;
}

header .inner .logo {
    text-align: center;
}

header .inner .logo img {
    width:100%;
    max-width:680px;
}

.sub-content .menu-tab {
    height:80px;
    width:100%;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}

.sub-content .menu-tab ul {
    max-width:1400px;
    margin:0 auto;
    height:100%;
    display:flex;
    align-items: center;
}

.sub-content .menu-tab ul li {
    width:calc(100% / 4);
    height:100%;
    position:relative;
}

.sub-content .menu-tab ul li a {
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    text-decoration: none;
    font-size:22px;
    color:#222222;
    position:relative;
    font-weight:700;
}

.sub-content .menu-tab ul li::after {
    content:"";
    display:block;
    width:1px;
    height:24px;
    background-color:#d9d9d9;
    position:absolute;
    right:-0.5px;
    top:50%;
    transform: translateY(-50%);
}

.sub-content .menu-tab ul li:last-child::after {
    display:none;
}

.sub-content .menu-tab ul li.active a {
    color:#9125ef;
}


.sub-content .menu-tab ul li.active a::after {
    content:"";
    display:block;
    width:100%;
    height:5px;
    background-color:#9125ef;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
}

.sub-content .contents {
    min-height: 420px;
}

.sub-content .contents .inner {
    max-width:1400px;
    margin:0 auto;
    width:100%;
    padding:80px 0;
}

.sub-content .contents h2.content-tit {
    text-align: center;
    font-size:40px;
    color:#222222;
    font-weight:700;
    margin-bottom:35px;
}

.sub-content .contents h3 {
    font-size:36px;
    margin-bottom:35px;
    font-weight:700;
    color:#222222;
}

.sub-content .contents h4 {
    display:flex;
    align-items: center;
    font-size:28px;
    color:#222222;
    font-weight:700;
    margin-bottom:8px;
}

.sub-content .contents h4::before {
    content:"";
    display:block;
    width:22px;
    height:22px;
    border-radius:50%;
    background-color:#1bbf9a;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../../images/garden/garden_info_arrow.png);
    margin-right:8px;
}

.sub-content .contents .content-box {
    margin-bottom:45px;
}

.sub-content .contents .content-box:last-of-type {
    margin-bottom:0;
}

.sub-content .contents .content-box p {
    font-size:20px;
    color:#444444;
    font-weight:500;
}

.sub-content .contents .content-box > ul li {
    font-size:20px;
    color:#444444;
    font-weight:500;
}

.content-tab ul {
    display:flex;
    align-items: center;
    gap:10px;
}

.content-tab ul li {
    width:calc((100% - 60px) / 7);
}

.content-tab ul.col2 li {
    width:calc((100% - 10px) / 2);
}

.content-tab ul li a {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:100%;
    height:70px;
    box-sizing: border-box;
    border:1px solid #d7d7d7;
    color:#222222;
    font-size:18px;
    font-weight:500;
    background-color:#fafafa;
    border-radius:6px;
    text-decoration: none;
}

.content-tab ul.col2 li a {
    font-size:20px;
}

.content-tab ul li.active a {
    background-color:#9125ef;
    font-weight:700;
    color:#ffffff;
}

.tab-contents .tab-content {
    display:none;
    padding:50px 0;
}

.tab-contents .tab-content.active {
    display:block;
}

.imgbox {
    margin:20px 0;
}

.imgbox ul {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.imgbox ul li img {
    width:100%;
}

.imgbox.col2 ul li {
    position:relative;
    width:calc((100% - 20px) / 2);
}

.imgbox.col2 ul li span {
    position:absolute;
    z-index:1;
    display:block;
    bottom:25px;
    width:100%;
    text-align: center;
    color:#ffffff;
    font-size:22px;
    font-weight:500;
}

.imgbox.col3 ul li {
    position:relative;
    width:calc((100% - 40px) / 3);
}

.graybox {
    background-color:#fafafa;
    box-sizing: border-box;
    border:1px solid #d7d7d7;
    overflow: hidden;
    border-radius:10px;
    padding:15px 25px;
    margin-top:15px;
}

.graybox.bigpd {
    padding:20px 45px;
}

.graybox ul li {
    font-size:20px;
    color:#444444;
    margin-bottom:4px;
    word-break: keep-all;
}

.graybox ul li:last-child {
    margin-bottom:0;
}

.graybox ul li b {
    font-weight:700;
    color:#222222;
}

.graybox dl dt {
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    color:#222222;
}

.graybox ol {
    counter-reset:number;
}

.graybox ol li { 
    counter-increment:number;
    padding-left:30px;
    position:relative;
    font-size:20px;
    font-weight:500;
    color:#444444;
}

.graybox ol li::before {
    content:counter(number, decimal);
    display:flex;
    align-items: center;
    justify-content: center;
    width:20px;
    height:20px;
    border-radius:50%;
    background-color:#222222;
    font-size:14px;
    color:#ffffff;
    line-height:1;
    position:absolute;
    left:0;
    top:4px;
}

.step-con ul {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.step-con ul li.step-item {
    width:calc((100% - 60px) / 4);
    background-color:#fafafa;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:6px;
    box-sizing: border-box;
    border:1px solid #d7d7d7;
    height:130px;
    position:relative;
}

.step-con ul li.step-item::after {
    content:"";
    display:block;
    width:20px;
    height:0px;
    border:0.5px dashed rgba(0,0,0,0.3);
    position:absolute;
    right:-22px;
    top:50%;
    transform: translateY(-50%);
}

.step-con ul li.step-item:nth-child(4n)::after {
    display:none;
}

.step-con ul li.step-item:last-child::after {
    display:none;
}

.step-con ul li.step-item span {
    display:block;
    color:#222222;
    font-weight:500;
    font-size:20px;
    letter-spacing: -0.05em;
    text-align: center;
    word-break: keep-all;
}

.step-con ul li.step-item span.step {
    display:flex;
    align-items: center;
    justify-content: center;
    width:84px;
    height:28px;
    font-weight:700;
    color:#ffffff;
    border-radius:14px;
    background-color:#b96ff9;
    margin:0 auto 8px auto;
    font-size:16px;
    letter-spacing: -0.02em;
    line-height:1;
}

.step-con ul li.step-item strong {
    display:block;
    text-align: center;
    font-size:22px;
    font-weight:700;
}

.step-con.type2 ul {
    gap:65px;
}

.step-con.type2 ul li.step-item {
    width:calc((100% - 195px) / 4);
    display:block;
    height:auto;
    border-radius:10px;
}

.step-con.type2 ul li.step-item::after {
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid #d7d7d7;
    box-sizing: border-box;
    background-color:#ffffff;
    right:-49.5px;
    background-image:url(../../images/garden/step_type2_arrow.png);
    background-position:center;
    background-repeat:no-repeat;
}

.step-con.type2 ul li.step-item span.step {
    width:100%;
    border-radius:10px 10px 0 0;
    height:54px;
    font-size:20px;
    margin-bottom:0;
}

.step-con.type2 ul li.step-item .item-con {
    padding:20px;
}

.step-con.type2 ul li.step-item .item-con .ico {
    width:110px;
    height:110px;
    border-radius:20px;
    border:1px solid #d7d7d7;
    margin:0 auto;
    background-color:#ffffff;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    justify-content: center;
}

.step-con.type2 ul li.step-item .item-con .ico.kakao {
    border:none;
    background-color:#f8e049;
}

.step-con.type2 ul li.step-item .item-con p {
    text-align: center;
    font-weight:500;
    font-size:18px;
    color:#222222;
    margin-top:15px;
}

.table-wrap {
    position:relative;
}

.table-unit {
    position:absolute;
    right:0;
    top:-45px;
    font-size:18px;
    font-weight:500;
    color:#222222;
}

.scroll-wrap {
    overflow: auto;
}

table.content-table {
    border-top:1px solid #000000;
    font-size:18px;
    margin-top:15px;
}

table.content-table thead tr th {
    background-color:#f1f7f5;
    vertical-align: middle;
    font-weight:700;
    border-right:1px solid #d9d9d9;
    padding:20px 15px;
}

table.content-table thead tr th:last-child {
    border-right:0;
}

table.content-table tbody tr th {
    vertical-align: middle;
    text-align: center;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    padding:20px 15px;
    word-break: keep-all;
    font-weight:700;
    color:#222222;
}

table.content-table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    padding:20px 15px;
    word-break: keep-all;
}


table.content-table tbody tr td.left {
    text-align: left;
}

table.content-table tbody tr td:last-child { 
    border-right:0;
}

.linkbtns {
    display:flex;
    align-items: center;
}

a.linkbtn {
    display:flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    text-decoration: none;
    background-color:#2cb092;
    height:56px;
    font-size:20px;
    font-weight:700;
    padding:0 35px;
    width:auto;
    border-radius:6px;
}

a.linkbtn.blank::after {
    content:"";
    display:block;
    width:18px;
    height:18px;
    background-image:url(../../images/garden/blank_ico.png);
    background-position:center;
    background-repeat:no-repeat;
    margin-left:8px;
}

footer {
    background-color:#f6f6f6;
    height:160px;
}

footer .inner {
    max-width:1400px;
    margin:0 auto;
    width:100%;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    height:100%;
}

footer address {
    font-size:18px;
    font-weight:500;
    color:#444444;
    margin-left:45px;
}

@media (max-width:1440px){
    header .inner {
        padding:35px 16px;
    }

    header .inner a.go-gwanak {
        left:16px;
    }

    .sub-content .menu-tab {
        height:65px;
    }

    .sub-content .menu-tab ul li a {
        font-size:20px;
    }

    .sub-content .menu-tab ul li.active a::after {
        height:3px;
    }

    .sub-content .contents .inner {
        padding:65px 16px;
        box-sizing: border-box;
    }

    .sub-content .contents h2.content-tit {
        font-size:35px;
    }

    .sub-content .contents h3 {
        font-size:32px;
        margin-bottom:25px;
    }
    
    .sub-content .contents h4 {
        font-size:24px;
    }

    .sub-content .contents .content-box p {
        font-size:18px;
    }

    .sub-content .contents .content-box > ul li {
        font-size:18px;
    }

    .content-tab ul li a {
        font-size:16px;
    }
    
    .content-tab ul.col2 li a {
        font-size:18px;
    }

    .graybox ul li {
        font-size:18px;
    }

    .imgbox.col2 ul li span {
        font-size:18px;
    }

    table.content-table { 
        font-size:18px;
    }

    .step-con.type2 ul li.step-item::after {
        right:-44.5px;
    }

    .step-con ul li.step-item span {
        font-size:18px;
    }
    
    .step-con ul li.step-item strong {
        font-size:18px;
    }

    .step-con.type2 ul {
        gap:55px;
    }

    .step-con.type2 ul li.step-item {
        width:calc((100% - 165px) / 4);
    }

    .step-con.type2 ul li.step-item .item-con p{
        font-size:16px;
    }

    .table-unit {
        font-size:16px;
        top:-35px;
    }

    footer .inner {
        padding:0 16px;
        box-sizing: border-box;
    }

}

@media (max-width:1280px) {
    .step-con ul li.step-item {
        width:calc((100% - 40px) / 3);
    }

    .step-con ul li.step-item:nth-child(4n)::after {
        display:block;
    }

    .step-con ul li.step-item:nth-child(3n)::after {
        display:none;
    }

    .step-con.type2 ul li.step-item {
        width:calc((100% - 55px) / 2);
    }
    
    .step-con.type2 ul li.step-item:nth-child(3n)::after {
        display:block;
    }

    .step-con.type2 ul li.step-item:nth-child(2n)::after {
        display:none;
    }

}

@media (max-width:960px){

    header .inner a.go-gwanak {
        font-size:14px;
        width:auto;
        padding:0 15px;
        height:35px;
        top:16px;
    }

    .sub-content .contents .inner {
        padding:45px 16px;
    }

    .sub-content .menu-tab ul li a {
        font-size:18px;
    }

    .sub-content .contents h2.content-tit {
        font-size:30px;
    }

    .sub-content .contents h4 {
        font-size:22px;
    }

    .sub-content .contents h3 {
        font-size:25px;
    }

    .sub-content .contents h4::before {
        width:18px;
        height:18px;
        background-size:8px;
    }
    
    .sub-content .contents .content-box p {
        font-size:16px;
    }

    .sub-content .contents .content-box > ul li {
        font-size:16px;
    }

    .content-tab ul {
        justify-content: center;
        flex-wrap:wrap;
    }

    .content-tab ul li {
        width:calc((100% - 30px) / 4);
    }

    .content-tab ul li a {
        height:55px;
        line-height:1.2;
    }

    .content-tab ul.col2 li a {
        font-size:16px;
    }

    .tab-contents .tab-content {
        padding:30px 0;
    }

    .graybox {
        padding:15px;
    }

    .graybox ul li {
        font-size:16px;
    }

    .scroll-wrap table.content-table {
        width:920px;
    }
    
    table.content-table {
        font-size:16px;
    }

    table.content-table thead tr th {
        padding:15px;
    }

    table.content-table tbody tr td {
        padding:15px;
    }

    .step-con ul li.step-item {
        padding:10px;
    }

    .step-con ul li.step-item span {
        font-size:16px;
    }

    .step-con ul li.step-item strong {
        font-size:16px;
    }

    .step-con.type2 ul li.step-item {
        padding:0;
    }

    a.linkbtn {
        height:45px;
        padding:0 20px;
        font-size:18px;
    }

    a.linkbtn.blank::after {
        width:15px;
        height:15px;
        background-size:cover;
    }

    footer address {
        font-size:16px;
        margin-left:30px;
    }

}

@media (max-width:768px){

    header {
        height:200px;
    }

    header .inner {
        padding:55px 16px 25px 16px;
    }

    header .inner .logo img {
        max-width:480px;
    }

    .sub-content .contents h3 {
        font-size:22px;
    }

    .sub-content .menu-tab {
        height:auto;
        border-bottom:0;
    }

    .sub-content .menu-tab ul {
        flex-wrap:wrap;
    }

    .sub-content .menu-tab ul li {
        width:calc(100% / 2);
        border-bottom:1px solid #dddddd;
        height:60px;
    }

    .sub-content .menu-tab ul li:nth-child(2n)::after {
        display:none;
    }

    .imgbox ul {
        gap:10px;
    }

    .imgbox.col2 ul li {
        width:calc((100% - 10px) / 2);
    }

    .imgbox.col3 ul li {
        width:calc((100% - 20px) / 3);
    }

    .graybox.bigpd {
        padding:20px;
    }

    .table-unit {
        font-size:14px;
        top:-12px;
    }

    table.content-table {
        font-size:16px;
    }

    table.content-table thead tr th {
        padding:10px;
    }

    table.content-table tbody tr td {
        padding:10px;
    }

    a.linkbtn {
        font-size:16px;
    }

    footer {
        height:auto;
    }

    footer .inner {
        padding:25px 15px;
        flex-wrap:wrap;
    }

    footer .ft-logo {
        text-align: center;
        margin-bottom:12px;
        width:100%;
    }

    footer address {
        margin-left:0;
        text-align: center;
        width:100%;
    }

}

@media (max-width:640px){
    .content-tab ul {
        justify-content: flex-start;
    }
    .content-tab ul li {
        width:calc((100% - 20px) / 3)
    }

    .content-tab ul li a {
        font-size:15px;
    }

    .content-tab ul.col2 li a {
        font-size:15px;
    }

    .step-con ul li.step-item {
        width:calc((100% - 20px) / 2);
    }

    .step-con ul li.step-item span.step {
        font-size:15px;
        height:25px;
        width:75px;
    }

    .step-con ul li.step-item:nth-child(3n)::after {
        display:block;
    }

    .step-con ul li.step-item:nth-child(2n)::after {
        display:none;
    }

    .step-con.type2 ul {
        gap:35px;
    }

    .step-con.type2 ul li.step-item {
        width:calc((100% - 35px) / 2);
    }

    .step-con.type2 ul li.step-item::after {
        width:28px;
        height:28px;
        background-size:6px;
        right:-33px;
    }

    .step-con.type2 ul li.step-item span.step {
        height:45px;
        font-size:16px;
    }

    .step-con.type2 ul li.step-item .item-con {
        padding:20px 10px;
    }

    .step-con.type2 ul li.step-item .item-con .ico {
        width:95px;
        height:95px;
    }

    .step-con.type2 ul li.step-item .item-con .ico img {
        width:75px
    }

    .step-con.type2 ul li.step-item .item-con p {
        font-size:14px;
    }

}

@media (max-width:480px){
    header .inner .logo img {
        max-width:320px;
    }

    .sub-content .menu-tab ul li {
        height:45px;
    }

    .sub-content .menu-tab ul li a {
        font-size:16px;
    }

    .sub-content .contents .inner {
        padding:35px 16px;
    }

    .sub-content .contents h2.content-tit {
        font-size:28px;
        margin-bottom:25px;
    }

    .sub-content .contents h4 {
        font-size:20px;
    }

    .sub-content .contents .content-box p {
        font-size:14px;
    }

    .sub-content .contents .content-box > ul li {
        font-size:14px;
    }

    .sub-content .contents .content-box {
        margin-bottom:30px;
    }

    .content-tab ul li a {
        font-size:13px;
        height:45px;
    }

    .content-tab ul.col2 li a{
        font-size:13px;
    }

    .graybox ul li {
        font-size:14px;
    }

    table.content-table {
        font-size:14px;
    }

    .step-con ul li.step-item span {
        font-size:14px;
    }

    .step-con ul li.step-item span.step {
        font-size:14px;
        width:65px;
    }

    .step-con ul li.step-item strong {
        font-size:14px;
    }

    .step-con.type2 ul li.step-item {
        width:100%;
    }

    .step-con.type2 ul li.step-item::after {
        transform:rotate(90deg) translateX(-50%);
        right:auto;
        left:calc(50% - 17px);
        top:auto;
        bottom:-46px;
    }

    .step-con.type2 ul li.step-item:nth-child(2n)::after {
        display:block;
    } 

    .step-con.type2 ul li.step-item:last-child::after {
        display:none
    }

    footer .ft-logo img {
        width:120px;
    }

    footer address {
        font-size:14px;
    }

}