@charset "utf-8";


/*=== font ===*/
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:300;
	src:url('../font/SUIT-Light.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:400;
	src:url('../font/SUIT-Regular.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:500;
	src:url('../font/SUIT-Medium.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:600;
	src:url('../font/SUIT-Bold.woff2');
}
@font-face {
	font-family:'SUIT';
	font-style:normal;
	font-weight:700;
	src:url('../font/SUIT-ExtraBold.woff2');
}
@font-face {
	font-family:'esamanru';
	font-style:normal;
	font-weight:300;
	src:url('../font/esamanru Light.ttf');
}
@font-face {
	font-family:'esamanru';
	font-style:normal;
	font-weight:400;
	src:url('../font/esamanru Medium.ttf');
}
@font-face {
	font-family:'esamanru';
	font-style:normal;
	font-weight:500;
	src:url('../font/esamanru Bold.ttf');
}



html, body {
    position: relative;
    width: 100%;
    height: 100%;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    font-family: SUIT, sans-serif;
    letter-spacing:0;
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, a, button, select, ul, li, span, em, label, :before, :after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-family: inherit;
    letter-spacing: inherit;
    list-style: none;
    font-family: SUIT, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
#wrap {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}
#api-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 70;
    
}
#api-header .header-in {
    position: relative;
    transform: translateY(0);
    background: #000;
    height: 80px;
}
#wrap[class*=scroll] #api-header:not(.sample) .header-in {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transform: translateY(-100%);
    transition: transform ease 0.4s 0.01s;
}
#container{
    padding:0 0 100px 0;
}
.main #container{
    padding:0 0 0 0;
}
#api-header .header-container .inner {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 20px;
    max-width: 100%;
}
#api-header .header-container .header-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}
#api-header .header-container .logo a{
    width: 158px;
    height: 30px;
    background: url(../img/logo_white.svg) no-repeat;
    display: block;
}
#api-header .header-container .header-actions {
    display: inline-flex;
    gap: 30px;
    margin-left: 100px;
    align-items: center;
}
#api-header .header-container .btn-navi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition:0.4s ease-in-out;
}
#api-header .header-container .btn-navi.all {
    width: 24px;
    height: 24px;
    background: url(../img/ico-hamburg-w.svg) no-repeat;
}
#api-header .header-container .btn-navi.navi-row {
    flex-direction: row;
}
.nav-container{
    background: #fff;
        width: 270px;
    margin-top: 60px;
    margin-left:-20px;
}
.nav-container nav{
    padding: 20px;
}
.nav-container a{
    color:#474747;
    display: flex;
    min-height: 44px;
        align-items: center;
    padding: 0 0 0 16px;
    word-break: break-word;
}
.nav-container .active a{
    background: #EEEFFF;
}
.nav-container .nav-dept{
    font-size: 14px;
    color: #646DCF;
    margin: 0 0 17px 0;
}
.nav-container ul + .nav-dept{
    margin-top:30px
}





.contents-wrap{
    width: 100%;
        max-width: 1010px;
        margin: 100px auto 0 auto;
}
/*main 분리*/

.main #api-header .header-in {
    background: #F8FAFB;
}
.main #api-header .header-container .logo a{
    background: url(../img/logo.svg) no-repeat;
}
.main #api-header .header-container .btn-navi.all {
    background: url(../img/ico-hamburg.svg) no-repeat;
}
.main .api-language .api-btn {
    color: #474747;
}
.main .gnb li a {
    color: #2B2B2B;
    font-weight: 600;
}
.main .ico-global {
    background: url(../img/ico-lang.svg) no-repeat;
    background-size: 100%;
}
.main .api-language .api-btn:after {
    background: url(../img/ico-angle-b.svg) no-repeat;
}
.main .btn-navi.login {
    background: #2B2B2B;
}


.api-main-menu-mobile{
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
.api-main-menu-mobile.is-open {
    visibility: visible;
    right: 0;
}
#container .in-between {
    display: flex;
    flex-wrap: wrap;
    min-height: 60rem;
}
#container .in-between .api-side-navigation {
    width: 300px;
    position: relative;
    overflow: hidden;
    transition: .4s ease-in-out;
    background: #eee;
}
#container .in-between .contents {
    flex: 1;
}
#container .inner:not(.in-between) {
    width: 100%;
    max-width: 1280px;
    padding-bottom: 50px;
}
.main #container .inner {
    max-width: 100%;
    padding-bottom: 0;
}
#container .nav-container + .inner{
    width: calc(100% - 250px);
    max-width: inherit;
    margin-right: -12px;
}


.api-main-menu-mobile .gnb-wrap .gnb-body {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.api-main-menu-mobile .gnb-wrap {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    background: #fff;
    width: calc(100% - 40px);
}
.api-main-menu-mobile::after {
    display: none;
    opacity: 0;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s 0.1s;
}
.api-main-menu-mobile.is-open::after {
    opacity: 1;
}
.api-main-menu-mobile.is-backdrop::after {
    display: block;
}
#close-nav{
    position: absolute;
    right: 20px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/ico-close.svg) no-repeat;
    background-size: 100%;
}


.tab-conts {
    display: none;
    margin-top: var(--krds-tab--conts-padding-top);
}
.tab-conts.active {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
}
#api-footer{
    background: #2B2B2B;
    padding-bottom:45px;
}
#api-footer .fooot-wrap{
    max-width: 1280px;
    margin:0 auto;
    color:#888A97;
}
.foot-bottom{
    display: flex    ;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #474747;
        padding: 17px 0;
        margin: 17px 0;
}
.foot-logo{
    width: 159px;
    height: 27px;
    background: url(../img/ico-foot-logo.svg) center center no-repeat;
}
.foot-public{

}
.foot-public ul{
    display: flex    ;
        gap: 10px;
}
.foot-public ul a{
    color: #C5C8CB;
    font-size: 14.5px;
}
.foot-public ul a.point{
    color: #EE6E00;
}
.foot-adr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.foot-adr address{
    color: #C5C8CB;
    font-size: 15px;
}
.foot-adr .foot-site-logo{
    display: flex;
    gap: 15px;
    align-items: center;
}
.foot-adr .foot-site-logo .logo-visitseoul{
    display: block;
    background: url(../img/ico_footer_logo_vs.svg);
    width: 155px;
    height: 24px;
}
.foot-adr .foot-site-logo .logo-scb{
    display: block;
    background: url(../img/ico_footer_logo_scb.svg);
    width: 105px;
    height: 19px;
}
.foot-family{
    width: 267px;
    height: 46px;
    background: transparent;
    line-height: 46px;
    text-indent: 10px;
    position: relative;
}
.foot-family select{
    background: #000 url(../img/ico-arrow-down.svg) center right 20px no-repeat;;
    color: #fff;
    border: none;
    width: calc(100% - 10px);
    height: 46px;
    color: #888A97;
    display: flex;
    padding: 0 20px;
    align-items: center;
}
.foot-family .fm-active{
    width: 100%;
    height: 46px;
    color: #888A97;
    display: flex;
    padding: 0 20px;
    align-items: center;
    background: #1E1E1E url(../img/ico-arrow-down.svg) center right 20px no-repeat;
    border: none;
        font-size: 14px;
}
#wrap:not(.main) .foot-family .fm-active {
    background: #fff url(../img/ico-arrow-down.svg) center right 20px no-repeat;
    border: 1px solid #EDEDED;
}
.foot-family .fm-layer{
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: 46px;
    border: 1px solid #EDEDED;
    transition: all .4s ease;
}
#wrap.main .foot-family .fm-layer{
    background: #1E1E1E;
}
.foot-family .fm-layer a{
    color: #888A97;
    display: block;
    font-size: 14px;
    padding: 5px;
}
.foot-family .fm-layer ul{
    
}
.foot-family .fm-layer li a{
    
}

.foot-copyright{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.copyright{
    padding: 15px 0 0 0;
}
.foot-sns {
    width: 100%;
    position: absolute;
    right: 0;
    top: 58px;
}
.foot-sns ul{
    display: flex    ;
    gap: 10px;
    justify-content: flex-end;
}
.foot-sns li a{
    display: block;
    width: 30px;
    height: 30px;
}
.foot-sns li a.sns-insta{
    background: url(../img/ico-sns-insta.svg) no-repeat;
}

.foot-sns li a.sns-youtube{
    background: url(../img/ico-sns-youtube.svg) no-repeat;
}

.foot-sns li a.sns-facebook{
    background: url(../img/ico-sns-facebook.svg) no-repeat;
}
.copyright {
    color:#C5C8CB;
}

/*sub*/
#wrap:not(.main) #container {
    padding: 0 20px 0 20px;
  }
#wrap:not(.main) #container.view {
    background: #F7F8FA;
  }
#wrap:not(.main) #api-footer{
    background: #fff;
    border-top:1px solid #EDEDED;
}
#wrap:not(.main) .foot-logo {
    background: url(../img/ico-foot-logo-fill.svg) center center no-repeat;
    background-position: left top;
}
#wrap:not(.main) .foot-public ul a {
    color: #999;
}
#wrap:not(.main) .foot-public ul a.point {
    color: #EE6E00;
    font-weight: 500;
}
#wrap:not(.main) .foot-adr address {
    color: #70717F;
}
#wrap:not(.main) .copyright {
    color: #70717F;
}
#wrap:not(.main) .foot-family select {
    background: #fff url(../img/ico-arrow-down.svg) center right 20px no-repeat;
    border:1px solid #EDEDED;
}
#wrap:not(.main) .foot-bottom {
    border-bottom: 1px solid #EDEDED;
}



@media (max-width: 1023px) {
    #api-header .header-container .header-actions {
        margin-left: 0;
        gap: 20px;
    }
    .gnb,
    .btn-navi.login{
        display: none;
    }
    #api-header .header-container .btn-navi.login{
        display: none;
    }
    .is-gnb-mobile {
        overflow: hidden;
    }
    #container .api-side-navigation{
        display: none;
    }
    #container .nav-container + .inner {
        width: 100%;
    }
    #container .in-between {
        min-height: inherit;
    }
    .nav-container{
        display: none;
    }
    #api-footer .fooot-wrap {
        padding: 0 20px;
    }
    .foot-adr {
        flex-direction: column-reverse;
        position: static;
    }
    .foot-sns {
        right: 20px;
        top: 13px;
    }
    .foot-bottom {
        flex-direction: column;
        align-items: flex-start;
        border: none;
        margin: 0;
    }
    .foot-public ul {
        flex-direction: column;
    }
    .foot-adr .foot-site-logo > a{
        display: none!important;
    }
    .foot-copyright .foot-sns {
        display: none;
    }
    .foot-logo{
        border-bottom: 1px solid #474747;
        width: 100%;
        background-position: left top;
        height: 50px;
    }
    .foot-public {
        width: 100%;
    }
    .foot-public ul a {
        border-bottom: 1px solid #474747;
        display: flex;
        height: 50px;
        align-items: center;
    }
    .foot-family {
        margin: 0 0 16px 0;
    }
    .foot-adr address {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    #wrap:not(.main) .foot-public ul a {
        border-bottom: 1px solid #EDEDED;
    }
    #wrap:not(.main) .foot-logo {
        border-bottom: 1px solid #EDEDED;
    }
    #wrap:not(.main) .foot-bottom {
        border-bottom: none;
    }
    #wrap:not(.main) #container.view {
        background: #fff;
    }
    .api-main-menu-mobile .gnb-wrap .gnb-body {
        display: block;
        overflow-y: auto;
        height: 100%;
                padding: 0 0 70px 0;
    }

    
}
@media (min-width: 1024px) {
    #api-header .header-container .btn-navi.all {
        display: none;
    }    
}
@media (max-width: 1023px) {

}
@media (max-width: 1023px) {
    #api-header .header-container .logo.sample {
        width: 13.4rem;
        height: 3.2rem;
    }
}
@media (min-width: 1024px) {
    .inner {
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    #api-header .header-container .inner {
        gap: var(--api-header--container-gap);
        padding-top: var(--api-header--container-padding-top);
        padding-bottom: var(--api-header--container-padding-bottom);
    }
    .inner {
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .api-main-menu-mobile {
        display: none;
    }
}


#api-footer {
    position: relative;
    z-index: 50;
}