@import './reset.css';
@import './common.css';
@import './menu.css';
@import './sub.css';



#wrap {
    font: 18px/1 Pretendard, 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

@media screen and (max-width: 786px) {
    #wrap {
        font: 16px/1 Pretendard, 'Noto Sans KR', sans-serif;
    }
}


.logo {
    height: auto;
    position: absolute;
    left: 0;
}

.logo a {
    display: block;
    line-height: 80px;
}

.logo a img {
    width: 160px;
    height: auto;
}

#header_wrap {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 10;
    border-bottom: 1px solid #eee;
}
#header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#header .lnb-line {
    height: 100%;
    position: relative;
    margin: auto;
    width: 1300px;
}

#header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

#header .lnb-line:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#lnb {
    position: absolute;
    right: 300px;
}
#lnb.et_EE {
    position: absolute;
    right: 220px;
}
#lnb.en_US{
    right: 320px;
}
#lnb.ko_KR{
    right: 170px;
}
#lnb.zh_HK{
    right: 420px;
}
.lnb-line #menu-ctl {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

#lnb * {
    box-sizing: border-box;
}

#lnb>ul:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#lnb>ul>li {
    display: inline-block;
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    float: left;
    margin-left: -1px;
    transition: all 0.5s;
    white-space: nowrap;
}

#lnb>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: rgba(51, 51, 51, 0.8);
}

#lnb>ul>li>a:hover {
    color: #051178;
}

#lnb>ul>li>ul {
    position: absolute;
    width: 100%;
    display: none;
    box-sizing: content-box;
    margin-left: -1px;
    z-index: 2;
    z-index: 99;
}

#lnb>ul>li>ul ul {
    position: absolute;
    width: 100%;
    display: none;
    box-sizing: content-box;
    margin: 0;
    top: 0;
    left: 100%;
    margin-left: 0px;
}

#lnb>ul li.on>ul {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
}

#lnb li {
    position: relative;
}

#lnb>ul>li li {
    display: inline-block;
    line-height: 70px;
    height: 70px;
    /*background-color: #fff*/
    ;
    padding: 0;
    margin-top: 0px;
    z-index: 99;
    vertical-align: top;
}

#lnb>ul>li li:first-child {
    margin-left: 31px;
}

/*
#lnb > ul > li li:nth-last-child(1) {height: 47px;line-height: 47px;}*/
#lnb>ul>li li>a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 20px 0px 0;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 70px;
}

#lnb>ul>li li>a:hover {
    color: #7b7dbf;
}

#lnb>ul>li>ul {
    width: 500px;
    top: 80px;
    left: 0px;
    line-height: 70px;
}

#lnb>ul>li>ul ul {}

#lnb .arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    right: -5px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    z-index: 1;
}

#lnb ul ul .arrow {
    transform: rotate(-90deg);
}

/* #lnb>ul>li.last>a:hover>#gnb_bg {
    display: none;
} */

.util {
    position: absolute;
    right: 0;
}

.util span {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    line-height: 80px;
    color: #999;
    transition: .25s;
}

.util span a {
    font-weight: 300;
    font-size: 15px;
    line-height: 80px;
    color: #999;
    transition: .25s;
    letter-spacing: -0.05em;
}

.util a:hover {
    color: #171c8f;
}

.util i {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.lan_flag img {
    width: 29px;
    height: 20px;
    margin-top: -3px;
}

#lnb .btn_buy {
    display: block;
    height: auto;
    margin: 0 15px;
}

#lnb .btn_buy a span {
    color: #fff;
    border: 1px solid #000a64;
    padding: 5px 20px;
    background: #000a64;
    border-radius: 100px;
    position: relative;
    font-size: 18px;
}

.scrolled #lnb .btn_buy a span {
    color: #000a64;
    border: 1px solid #fff;
    background: #fff;
}

.m-lnb-wrapper {
    display: none;
}

.lnb--block {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1330px) {
    .logo {
        left: 30px;
    }

    .logo a {
        width: 250px;
    }

    #lnb {}

    #lnb>ul>li {
        padding: 0 20px;
    }

    #lnb>ul>li>a {
        font-size: 16px;
    }

    #lnb .btn_buy a span {
        font-size: 14px;
    }

    #header .lnb-line {
        width: 100%;
        ;
    }

    .util {
        right: 30px;
    }

    .util span {
        font-size: 14px;
    }

    .util span a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    #header #lnb {
        display: none;
    }

    #header_wrap {
        height: 60px;
        position: fixed;
        top: 0;
    }

    #header_wrap #logo-line {
        margin: 0;
    }

    #menu-ctl>a {
        display: inline-block;
        width: 30px;
        line-height: 60px;
        background-color: #fff;
        font-size: 14px;
        text-align: center;
    }

    #logo-line .logo {
        display: inline-block;
        float: none;
    }

    .logo a {
        line-height: 60px;
        width: 200px;
    }

    #logo-line .contact {
        display: none;
    }

    #top-bg-wrapper {}

    #lnb>ul>li {
        height: 60px;
        line-height: 60px
    }

    .util {
        display: none;
    }

}


.tit1 {
    position: relative;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: -0.22px;
    color: #090043;
    word-break: keep-all;
    text-align: left;
}

.tit2 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    word-break: keep-all;
    text-align: left;
}

.tit3 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    word-break: keep-all;
}

.txt {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.67;
    word-break: keep-all;
    text-align: left;
}

.stxt {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0;
    color: #53565a;
    word-break: keep-all;
    text-align: left;
}

.sstxt {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #333;
    word-break: keep-all;
}

@media all and (max-width:1100px) {
    .tit1 {
        font-size: 40px;
    }

    .tit2 {
        font-size: 24px;
    }

    .tit3 {
        font-size: 26px;
    }
}

@media all and (max-width:992px) {
    .tit1 {
        font-size: 36px;
    }

    .tit2 {
        font-size: 22px;
    }

    .tit3 {
        font-size: 24px;
    }

    .en {
        display: none
    }
}

@media all and (max-width:768px) {
    .tit1 {
        font-size: 32px;
    }

    .tit2 {
        font-size: 20px;
    }

    .tit3 {
        font-size: 22px;
    }

    .txt {
        font-size: 18px;
    }

    .stxt {
        font-size: 16px;
    }

    .sstxt {
        font-size: 14px;
    }

}

@media all and (max-width:480px) {
    .tit1 {
        font-size: 26px;
    }

    .tit2 {
        font-size: 18px;
    }

    .tit3 {
        font-size: 20px;
    }
}





.txt44 {
    position: relative;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: -0.22px;
    color: #090043;
    word-break: keep-all;
    text-align: left;
}

.txt28 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.22px;
    word-break: keep-all;
    text-align: left;
}

.txt21 {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.67;
    word-break: keep-all;
    text-align: left;
}

.txt24 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    word-break: keep-all;
    text-align: left;
}

.txt20 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.67;
    word-break: keep-all;
    text-align: left;
}

.txt18 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0;
    color: #53565a;
    word-break: keep-all;
    text-align: left;
}

.txt17 {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #53565a;
    word-break: keep-all;
}

.txt16 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #53565a;
    word-break: keep-all;
}

.caution {
    font-size: 14px;
    line-height: 1.71;
    color: #aaa;
    font-weight: normal;
    word-break: keep-all;
}

.txt14 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: -0.07px;
    color: #53565a;
    word-break: keep-all;
}

.caution {
    font-size: 14px;
    line-height: 1.71;
    color: #aaa;
    font-weight: normal;
    word-break: keep-all;
}
.word-break-nomal{
    word-break: normal !important;
}
.mb240{
    margin-bottom: 240px !important;
}
@media all and (max-width:1024px) {
    .txt44 {
        font-size: 40px;
    }
}

@media all and (max-width:992px) {
    .txt44 {
        font-size: 36px;
    }

    .txt28 {
        font-size: 24px;
    }

    .txt24 {
        font-size: 22px;
    }

    .en {
        display: none
    }
}

@media all and (max-width:768px) {
    .txt44 {
        font-size: 32px;
    }

    .txt28 {
        font-size: 24px;
    }

    .txt24 {
        line-height: 1.3;
        font-size: 20px;
    }

    .txt20 {
        font-size: 18px;
    }

    .txt18 {
        font-size: 16px;
    }

    .txt16 {
        font-size: 14px;
    }

    .txt14 {
        font-size: 12px;
    }

    .caution {
        font-size: 12px;
    }
}

@media all and (max-width:480px) {
    .txt44 {
        font-size: 26px;
    }

    .txt28 {
        font-size: 20px;
    }

    .txt24 {
        font-size: 18px;
    }

    .txt20 {
        font-size: 16px;
    }
}

@media all and (max-width:340px) {
    .txt44 {
        font-size: 23px;
    }
}



.btn_wrap {
    position: relative;
    display: block
}

.btn_wrap .button__b i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.btn_wrap .button__w i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -2px;
}

/* Sizes */
.button--size-s {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 16px 10px 16px 24px;
}

.button--size-m {
    font-size: 18px;
    padding: 16px 18px 16px 24px;
}

.button--size-l {
    font-size: 24px;
    padding: 16px 18px 16px 24px;
}

/* Typography and Roundedness */
.button--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.button--round-s {
    border-radius: 5px;
}

.button--round-m {
    border-radius: 15px;
}

.button--round-l {
    border-radius: 40px;
}

/* Borders */
.button--border-thin {
    border: 1px solid;
}

.button--border-medium {
    border: 2px solid;
}

.button--border-thick {
    border: 3px solid;
}

.button__w {
    --background: #fff;
    --text: #171c8f;
    --duration: .44s;
    --move-hover: -4px;
    /*--shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.4);*/
    --shadow-hover: 0 4px 20px -2px rgba(0, 0, 0, 0.4);
    --font-shadow: var(--font-size);
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    outline: none;
    text-decoration: none;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    /*transform: translateY(var(--y)) translateZ(0);*/
    transition: transform var(--duration) ease, box-shadow var(--duration) ease, .25s;
}

.button__w:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --background: #ececec;
    color: #171c8f;

}

.button__w:hover span {
    --m: calc(var(--font-size) * -1);
}

.button__w.reverse {
    --font-shadow: calc(var(--font-size) * -1);
}

.button__w.reverse:hover span {
    --m: calc(var(--font-size));
}

.button__b {
    --background: #171c8f;
    --text: #fff;
    --duration: .44s;
    --move-hover: -4px;
    /*--shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.4);*/
    --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
    --font-shadow: var(--font-size);
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    outline: none;
    text-decoration: none;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    /*transform: translateY(var(--y)) translateZ(0);*/
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}

.button__b:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --background: #051178;
    color: #fff;
}

.button__b:hover span {
    --m: calc(var(--font-size) * -1);
}

.button__b.reverse {
    --font-shadow: calc(var(--font-size) * -1);
}

.button__b.reverse:hover span {
    --m: calc(var(--font-size));
}


@media screen and (max-width:768px) {
    .button--size-s {
        font-size: 16px;
        padding: 14px 16px 14px 22px;
    }

    .button--size-m {
        font-size: 18px;
        padding: 14px 16px 14px 22px;
    }

    .button--size-l {
        font-size: 18px;
        padding: 14px 16px 14px 22px;
    }

    .btn_wrap {
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .button--size-s {
        font-size: 14px;
    }

    .button--size-m {
        font-size: 16px;
    }

    .button--size-l {
        font-size: 16px;
    }
}

@media screen and (max-width:380px) {
    .button--size-m {
        font-size: 14px;
    }

    .button--size-l {
        font-size: 14px;
    }

    .button--size-s {
        font-size: 14px;
    }

}








/* 컨텐츠 영역 레이아웃*/
#container-box {
    width: 100%;
    position: relative;
    background: #fff;
}

#ctWrap {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: block;
}

#container {
    width: 100%;
    margin: 0;
    padding: 80px 0 0;
    overflow: hidden;
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#container .innerfull {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;
    clear: both;
}

#container .stbg {
    border-bottom: 1px solid rgba(23, 28, 143, 0.4);
    width: 100%;
    position: relative;
}

#container .sub_top {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

#container .sub_tit {
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.17px;
    text-align: center;
    color: #171c8f;
    padding-top: 94px;
    padding-bottom: 20px;
    word-break: keep-all;
}

#container .sub_tit:after {
    position: absolute;
    margin-top: 0;
    margin-left: 2px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #171c8f;
}

#container .sub_stit {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0;
    color: #222;
    text-align: center;
    word-break: keep-all;
    opacity: 0.8;
    padding-bottom: 94px;
}

.sub_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 160px;
    position: relative;
}

/* sub page nav */
.inBox {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #53565a;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.inBox i {
    font-size: 16px;
    color: #999;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
}

.inBox a {
    color: #999;
    width: 30px;
}

.inBox a img {
    width: 16px;
    height: 16px;
    margin: -3px 0 0;
}

.inBox span {
    color: #999;
    opacity: 0.8;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
}

.inBox span.strong {
    opacity: 0.8;
    font-weight: 500;
    color: #53565a !important;
}

@media screen and (max-width:1330px) {
    #container .sub_top {
        width: 100%;
        padding: 0 15px;
    }

    .inBox {
        position: absolute;
        right: 20px;
        margin-right: inherit;
    }
}

@media screen and (max-width:1024px) {
    #container .sub_tit {
        font-size: 48px;
        padding-top: 50px;
    }

    #container .sub_tit:after {
        width: 12px;
        height: 12px;
    }

    #container .sub_top {
        height: 230px;
    }

    .inBox {
        position: absolute;
        right: 50%;
        margin-right: -50%;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    #container {
        display: block;
    }

    #container .innerfull {
        padding: 50px 10px;
    }

    #container .sub_tit {
        padding-top: 40px;
    }

    .sub_wrap {
        padding: 60px 0px;
    }

}

@media screen and (max-width:768px) {
    #container {
        padding: 60px 0 0;
    }

    #container .sub_top {
        height: auto;
    }

    #ctWrap {
        border: none;
        width: 100%;
        margin: 0;
    }

    #container .sub_tit {
        font-size: 36px;
        padding-top: 37px;
    }

    #container .sub_tit:after {
        width: 10px;
        height: 10px;
    }

    #container .sub_stit {
        padding: 0 5% 15px;
        margin: auto;
    }

    .inBox {
        position: relative;
        right: inherit;
        margin-right: inherit;
        width: 100%;
        text-align: center;
        padding-bottom: 37px;
        bottom: inherit
    }
}

@media screen and (max-width:480px) {
    #container .sub_tit {
        font-size: 26px;
    }

    #container .sub_stit {
        font-size: 16px;
    }

    #container .sub_tit:after {
        width: 8px;
        height: 8px;
    }

    .inBox {
        font-size: 14px;
    }

    .inBox i {
        font-size: 14px;
    }
}


.quick {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 99999;
}

.quick ul {
    display: block;
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    transition: all 0.3s linear;
    border-radius: 50%;
    position: relative;
}

.quick ul img {
    margin: auto;
    display: block;
    margin-bottom: 3px;
}

.quick ul span {
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    display: block;
}

.quick ul a {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.quick ul.buy {
    background: #78be20;
}

.quick ul.buy span {
    color: #fff;
}

.quick ul.kach {
    background: #fae100;
}

.quick ul.kach span {
    color: #000;
}

.quick ul:hover {
    transform: scale(1.1, 1.1);
}

@media screen and (max-width:980px) {
    .quick {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 101;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        ;
    }

    .quick ul {
        display: block;
        margin-bottom: 0;
        height: auto;
        width: 50%;
        transition: all 0.3s linear;
        border-radius: 0;
        position: relative;
        padding: 10px 0;
    }

    .quick ul img {
        margin: auto;
        display: inline-block;
        margin-bottom: 0;
    }

    .quick ul span {
        font-size: 13px;
        font-weight: 600;
        text-align: inherit;
        display: inline-block;
    }

    .quick ul a {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
        width: 100%;
        display: block;
        text-align: center;
    }

    .quick ul:hover {
        transform: inherit;
    }
}


#footer {
    padding: 60px 0px;
    width: 100%;
    background: #171c8f;
}

#footer:after {
    content: "";
    clear: both;
    display: block;
}

.footer-area {
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
}

.footer_top {
    float: left;
}

.footer_top_inner:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 50px;
}

.footer_top_inner .foot-logo {
    margin-bottom: 28px;
    width: 160px;
}

.footer_top_inner>ul {
    display: block;
}

.footer_top_inner>ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer_top_inner>ul li {
    float: left;
    margin-right: 28px;
}

.footer_top_inner>ul li:last-child {
    margin-right: 0px;
}

.foot-info {
    float: right;
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.foot-info>ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.foot-info>ul:after {
    content: '';
    display: block;
    clear: both;
}

.foot-info>ul li {
    float: left;
    margin-right: 80px;
}

.foot-info>ul li:last-child {
    margin-right: 0px;
}

.foot-info>ul li h4 {
    margin-bottom: 30px;
}

.foot-info>ul li h4 a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.33;
}

.foot-info>ul li h4 a:hover {
    color: #fff;
}

.foot-info>ul li p {
    margin-bottom: 12px;
}

.foot-info>ul li p a {
    font-size: 16px;
    line-height: 1.5;
    color: #8b8dc7;
}

.foot-info>ul li p a:hover {
    color: #fff;
}

.footer-menu li {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-menu li>a {
    color: #8b8dc7;
    line-height: 1.71;
    letter-spacing: -0.07px;
    font-size: 14px;
    font-weight: 400;
}

.footer-menu li>a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.footer-menu li>a:hover {
    color: #fff
}

.footer-menu li>a:hover:after {
    transform: scaleX(1);
}

/*
.footer-menu li.fromRight a:after{ transform-origin:100% 50%; }
.footer-menu li.fromLeft a:after{  transform-origin:  0% 50%; }*/


.footer-menu li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.foot-bottom {
    width: 100%;
    clear: both;
    border-top: 1px solid #2e339a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.foot-bottom:after {
    content: '';
    display: block;
    clear: both;
}

.foot-bottom .copy {
    float: left;
    color: #8b8dc7;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.07px;
}

.foot-bottom .footer-menu {
    float: right;
    margin-bottom: 10px;
}

.foot_partner {
    display: block;
    min-width: 230px;
    margin-bottom: 46px;
}

.bo_site_select {
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url('/wp-content/uploads/2025/07/ic_arrow_20.png') no-repeat right 10px center #051178;
    /* 화살표 모양의 이미지 */
    height: 32px;
    line-height: 32px;
    background-color: #051178;
    border: none;
    outline: 0 none;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: #8b8dc7;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
.bo_site_select:focus {
    box-shadow: 0 none;
    outline: 0 none;
}

.bo_site_select option {
    background: #051178;
    color: #8b8dc7;
    padding: 10px 0;
    border: none;
    outline: 0 none;
    line-height: 40px;
}

@media only screen and (max-width: 1330px) {
    #footer {
        padding: 60px 0px;
    }

    .footer-area {
        width: 100%;
    }

    .footer-menu li {
        font-size: 15px;
    }

    .foot-info>ul li {
        margin-right: 50px;
    }
}

@media screen and (max-width:1023px) {
    .footer-area {
        padding: 0 0px;
    }

    .bo_site_select {
        width: 100%;
        padding-left: 12px;
        background-size: 13px;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 12px;
        outline: none;
    }

    .bo_site_select:hover {
        border: 1px solid #aaa;
    }

    .foot_partner {
        top: -46px;
        right: 10px;
    }

    .foot-info>ul li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 980px) {
    #footer {
        padding: 60px 0 80px;
    }

    .footer_top_inner {
        text-align: center;
    }

    .footer_top {
        padding-bottom: 0px;
        border-bottom: none;
        float: none;
    }

    .footer_top_inner .foot-logo {
        float: none;
        display: block;
        margin: auto;
    }

    .footer_top_inner>ul {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }

    .foot-bottom {
        text-align: center;
        padding-bottom: 20px;
    }

    .foot-bottom .copy {
        float: none;
        margin-top: 20px;
    }

    .foot-bottom .footer-menu {
        float: none;
        display: inline-block;
    }

    .foot-info {
        display: none;
    }

    .footer_top_inner:after {
        margin-bottom: 30px;
    }

    .foot-bottom {
        margin-bottom: 10px;
        padding: 30px 20px 0px 20px;
    }

    .bo_site_select {
        width: 70%;
    }

    .foot_partner {
        display: block;
        min-width: 100%;
        position: inherit;
        top: inherit;
        right: inherit;
        margin: 20px 0 0;
    }
}

@media screen and (max-width:768px) {
    .foot-info {
        float: none;
        margin-bottom: 20px;
        display: none;
    }

    .foot-info {
        text-align: left;
        margin-bottom: 30px;
    }

    .foot-info>ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .foot-info>ul li:last-child {
        margin-bottom: 0px;
    }

    .foot-info>ul li h4 {
        margin-bottom: 10px;
    }

    .foot-info>ul li h4 a {
        font-size: 14px;
    }

    .foot-info>ul li p a {
        font-size: 14px;
    }

    .foot-info>ul li p {
        margin-bottom: 0px;
    }


}

@media only screen and (max-width: 480px) {
    .foot-logo>img {
        width: 150px;
    }

    .footer-info {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }

    .foot-info>ul li p {
        line-height: 24px;
        font-size: 15px;
    }

    .footer-menu li:last-child {
        margin-bottom: 0px;
    }

    .footer-menu li>a {
        font-size: 14px;
    }

    .footer-menu li {
        padding-right: 5px;
        margin-right: 5px;
    }

    .foot-bottom .copy {
        font-size: 14px;
        line-height: 20px;
    }

    .bo_site_select {
        width: 90%;
    }

}

@media only screen and (max-width: 353px) {}


.lang_wrap {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 auto;
    border-top: 1px solid #2e339a;
    background: #171c8f;
}

/*down_guide*/

#sc_sys_down {}

#sc_sys_down .sub_wrap {
    padding: 100px 0 0;
}

#sc_sys_down p {
    margin: 0;
}

#sc_sys_down .sysbox {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    flex-direction: row-reverse;
}

#sc_sys_down .sysbox .sys_lt {
    width: 70%;
    padding-right: 70px;
    border-right: 1px solid #ddd;
}

#sc_sys_down .sysbox .sys_rt {
    width: 30%;
    padding-left: 70px;
    padding-top: 10px;
}

#sc_sys_down .sysbox .sys_list {}

#sc_sys_down .sysbox .sys_list ul li {
    margin: 0 0 10px;
}

#sc_sys_down .sysbox .sys_list ul li a {
    font-size: 18px;
}

#sc_sys_down .sysbox .sys_list ul li a:hover,
#sc_sys_down .sysbox .sys_list ul li a:focus {
    color: #171c8f;
}

#sc_sys_down .sysbox .con_tbl {
    width: 100%;
}

#sc_sys_down .sysbox .con_tbl th {
    text-align: center;
    border-right: 1px solid #fff;
    font-size: 16px;
    padding: 10px;
}

#sc_sys_down .sysbox .con_tbl th:last-child {
    border-right: none;
}

#sc_sys_down .sysbox .con_tbl td {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 10px;
}

#sc_sys_down .sysbox .con_tbl td:first-child {
    border-left: none;
}

#sc_sys_down .sysbox a:hover,
#sc_sys_down .sysbox a:focus {
    color: #171c8f;
}

#sc_sys_down select {
    width: 100%;
}

#sc_sys_down .sys_box_st {
    border: 1px solid #ddd;
    padding: 20px;
}

#sc_sys_down .sysbox a:hover,
#sc_sys_down .sysbox a:focus {
    color: #fff;
}

.down_guide .down_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.down_guide .down_list .st_box {
    width: 100%;
    background-color: #fff;
    margin-right: 0;
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: 2px 8px 12px 0 rgba(147, 149, 195, 0.2);
    position: relative;
    height: auto;
}

.down_guide .down_list .st_box:nth-child(2n) {
    margin-right: 0;
}

.down_guide .down_list .st_box .top_img {
    display: none;
}

.down_guide .down_list .st_box .st_txt {
    padding: 30px;
}

.down_guide .down_list .btn_wrap {
    position: absolute;
    bottom: 45px;
}

.down_guide .down_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #171c8f;
    position: relative;
}

.down_guide .down_btn span {
    position: absolute;
    top: -6px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
}

.down_guide .down_list .btn_wrap a:hover {
    color: #090043;
}

.down_guide .down_list .btn_wrap a:hover span img {
    filter: invert(0%) sepia(1%) saturate(9%) hue-rotate(330deg) brightness(100%) contrast(100%);
}

.down_guide .down_tit {
    padding-left: 30px;
    line-height: 1.5 !important;
}

.down_guide .down_tit:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://akcdn-cdnn.cafe24img.com/cdn/en_US/img/sub/down_bl.png);
}

.down_guide .faq_box_a {
    padding: 30px;
}

.down_guide .titqa {
    padding: 0 20px 0 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
}

.down_guide .txtq {
    padding: 0;
    display: inline-block;
    margin-left: 50px;
    width: calc(100% - 50px);
    color: #333;
}

.down_guide .txta {
    padding: 0;
    margin-left: 0;
    width: 100%;
}

.down_guide .down_photo {
    margin: 60px 0;
    text-align: center;
}

.down_guide .down_photo img {
    max-width: 512px;
    width: 100%;
}

.sub_wrap .w80p {
    width: 80%;
}

.sub_wrap .w20p {
    width: 20%;
}

a.policy_on {
    color: #171c8f;
}


@media screen and (max-width:992px) {

    .circle_list {
        counter-reset: circle 0;
    }

    .circle_list>li {
        position: relative;
        list-style: none;
        padding: 0 0 10px 24px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: #53565a;
    }

    .circle_list>li::before {
        position: absolute;
        top: 0.95em;
        left: 0.35em;
        transform: translateY(-50%);
        counter-increment: circle 1;
        content: counter(circle);
        font-size: 12px;
    }

    .circle_list>li::after {
        content: '';
        position: absolute;
        top: 0.7em;
        left: 0;
        transform: translateY(-50%);
        display: inline-block;
        border: 1px solid #53565a;
        border-radius: 50%;
        width: 1em;
        height: 1em;
    }

    .sys_list_st {
        width: 100%;
    }

    .sys_list_st>ul {
        list-style-type: decimal !important;
    }

    .sys_list_st>ul>li {
        display: list-item;
        text-align: left;
        padding: 0 0 10px 0;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: #53565a;
        position: relative;
    }

    @media screen and (max-width:786px) {
        .sys_list_st>ul>li {
            font-size: 14px;
        }

        .down_guide .down_list .st_box {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .down_guide .faq_box {
            margin-top: 30px;
        }

        .down_guide .txtq {
            margin-left: 40px;
        }

        .down_guide .faq_box_a .txta {
            display: block;
        }

        .sub_wrap .w80p {
            width: 100%;
        }

        .sub_wrap .w20p {
            width: 100%;
            margin-top: 20px;
        }

        .sub_wrap .right {
            text-align: center;
        }
        .lang_wrap {
            padding-left: 20px;
            padding-top: 20px;
        }
    }

    @media screen and (max-width:480px) {
        /* .sys_list_st > ul > li:before {top: 7px;}*/
    }

    @media screen and (max-width:1200px) {
        #sc_sys_down .sysbox .sys_lt {
            padding-right: 50px;
        }

        #sc_sys_down .sysbox .sys_rt {
            padding-left: 50px;
        }
    }

    @media screen and (max-width:1024px) {}

    @media screen and (max-width:786px) {
        #sc_sys_down .sysbox {
            flex-direction: column;
        }

        #sc_sys_down .sysbox .sys_lt {
            width: 100%;
            padding-right: 0px;
            border-right: none;
        }

        #sc_sys_down .sysbox .sys_rt {
            width: 100%;
            padding: 0 0 30px;
            margin-bottom: 40px;
            border-bottom: 1px solid #ddd;
        }

        #sc_sys_down .sysbox .con_tbl th {
            font-size: 14px;
        }

        #sc_sys_down .sysbox .con_tbl td {
            font-size: 14px;
        }
    }
}