@charset "utf-8";

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/NotoSansKR-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/NotoSansKR-Black-Hestia.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Montserrat-Thin.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/Montserrat-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Montserrat-Light.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Montserrat-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Montserrat-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Montserrat-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/Montserrat-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/HKGrotesk-Bold.woff) format('woff');
}

@font-face {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/HKGrotesk-Bold.woff) format('woff');
}

@font-face {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/HKGrotesk-Light.woff) format('woff');
}

@font-face {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/HKGrotesk-Medium.woff) format('woff');
}

@font-face {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/HKGrotesk-Regular.woff) format('woff');
}

@font-face {
    font-family: 'HKGrotesk';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/HKGrotesk-SemiBold.woff) format('woff');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: "Montserrat", "NotoSansKR";
}

html,
body {
    position: relative;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
ul li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

*:focus {
    outline: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

header {
    /*        left: 50%;*/
    /*        margin-left: -960px;*/
    top: 0px;
    z-index: 999;
    position: fixed;
    padding: 0px 300px;
    /*        min-width: 1920px;*/
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: 80px;
    transition: background .3s ease, height .3s ease;
}

header:before {
    position: absolute;
    content: '';
    clear: both;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: transparent;
    transition: background .3s ease, height .3s ease;
}
@media screen and (min-width: 1161px){
    header:hover:before {

        background: #fff;
    }
    header:hover a {
        color: #222;
    }
    header nav ul.gnb > li:hover > a,
    header nav ul.gnb > li:hover > ul > li:hover > ul > li:hover > a,
    header nav ul.gnb > li:hover > ul > li:hover > a,
    header:hover nav ul.gnb > li.active > a
    {
        color: #47B0A9;
    }
    header.active:hover {
        height: 340px;
    }

    
    header nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.1em;
    }

    
    /*wrap_navbg*/
    .wrap_navbg {
        background: rgba(255, 255, 255, .9);
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* 이하 일반 PC gnb 구조 */
    
    header nav ul.gnb > li.hidden {
        display: none;
    }

    header nav ul.gnb li > ul > li {
        margin: 0px;
        padding: 0px;
    }

    header nav ul.gnb li > ul > li > a {
        font-weight: 300;
        letter-spacing: 0.03em;
        color: #333;
        word-break: keep-all;
        font-size: 14px;
        display: block;
        line-height: 20px;
        padding: 5px 0px;
    }


    header nav ul li a {
        transition: color .3s ease;
    }

    header nav ul.gnb {
        position: relative;
        z-index: 2;
    }

    header nav ul.gnb > li > ul {
        vertical-align: top;
        display: none;
        height: 225px;
        position: absolute;
        width: 1280px;
        text-align: center;
        left: 50%;
        padding-top: 35px;
        margin-left: -640px;
    }

    header nav ul.gnb > li:nth-child(3) > ul {
        font-size: 0;
    }

    header nav ul.gnb > li:nth-child(3) > ul li {
        width: 16.6%;
        text-align: center;
    }

    header nav ul.gnb > li:nth-child(3) > ul li a {
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
    }

    header nav ul.gnb > li:nth-child(4) > ul {
        margin-left: -634px;
    }

    header nav ul.gnb > li > a {
        position: relative;
        line-height: 76px;
    }

    header nav ul.gnb > li > a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 1px;
        right: 0px;
        height: 5px;
        width: 0%;
        background: #10c4a4;
        background: linear-gradient(-35deg, #10c4a4 40%, #5c32cf 70%);
        transition: all .3s ease;
        transform-origin: right top;
    }

    header nav ul.gnb > li:hover > a::after {
        width: 100%;
    }

    header nav ul.gnb > li > ul li > a {
        padding: 5px 30px;
        display: block;
    }

    header nav ul.gnb > li > .product_gnb_ul li > a {
        padding: 5px 20px;
        display: block;
    }

    header nav ul.gnb > li > ul > li > a {
        font-size: 15px;
        padding-bottom: 7px;
        font-weight: 400;
    }

    header nav ul.gnb > li:hover > ul {
        display: block;
        /*    background: pink;*/
    }

    header nav ul.gnb > li > ul > li {
        text-align: left;
        vertical-align: top;
        display: inline-block;
    }

    header nav ul.gnb li > ul > li > ul {
        text-align: left;
    }

    header nav ul li.active a,
    header nav ul.gnb > li.active > ul > li.active > a,
    header nav ul.gnb > li.active > ul > li.active > ul > li.active > a
    {
        color: #47B0A9;
    }


}


/* 타블렛 반응형 gnb 구조 */
@media screen and (max-width: 1160px){

    .wrap_navbg {
        background: rgba(0, 0, 0, 0.9);
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
    }

    header.active > div >  nav.forTablet{
        overflow: scroll;
        z-index: 10000;
    }

    header nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-size: 32px;
        font-weight: 300;
        letter-spacing: 0.1em;
    }

    header nav > ul > li > ul > li > a {
        font-weight: 300;
    }
    
    section.sitemap ul.gnb li {
        vertical-align: top;
        padding: 0px 3%;
        box-sizing: border-box;
        display: inline-block;
        width: 20%;
    }

    section.sitemap ul.gnb li a {
        display: block;
        padding-bottom: 20px;
        font-size: 20px;
        word-break: keep-all;
        text-transform: capitalize;
        color: #222;
        transition: color .3s ease;
    }

    section.sitemap ul.gnb > li > a {
        margin-left: -3px;
    }

    section.sitemap ul.gnb > li:hover > a {
        color: rgba(231, 127, 3, 1);
    }

    section.sitemap ul.gnb li.hidden {
        display: none;
    }

    section.sitemap ul.gnb li ul li {
        display:inline-block;
        padding-left: 15px;
        width: 50%;
    }

    section.sitemap ul.gnb li:hover ul li {
        border-left: 1px solid rgba(231, 127, 3, 0.5);
    }

    section.sitemap ul.gnb li ul li a {
        word-break: keep-all;
        font-size: 15px;
        display: block;
        line-height: 18px;
        padding: 5px 0px;
        color: #222;
        transition: color .3s ease;
    }

    section.sitemap ul.gnb li ul li a:hover {
        color: #e77f04;
    }


    
    section.sitemap ul.gnb li {
        vertical-align: top;
        display: inline-block;
        width: 100%;
    }

    section.sitemap ul.gnb li:first-child a {
        margin-top: 0;
    }
    section.sitemap ul.gnb>li ul{margin:30px 0;}
    section.sitemap ul.gnb > li > a {
        font-weight: 600;
        display: block;
        margin: 30px 0;
        font-size: 32px;
        word-break: keep-all;
        color: #222;
        transition: color .3s ease;
        text-transform: uppercase;
        box-sizing: border-box;
        position:relative;
        display:inline-block;
    }
    section.sitemap ul.gnb > li > a:before{    
    position: absolute;
        clear: both;
        content: '';
        display: inline-block;
        left: 24px;
        width: 20px;
        height: 2px;
        bottom:0;
        background: #5c32cf;}
    section.sitemap ul.gnb > li > a:after{
        position: absolute;
        clear: both;
        display: inline-block;
        content: '';
        left: 0;
        bottom:0;
        width: 20px;
        height: 2px;
        background: #10c4a4;}




    section.sitemap ul.gnb > li:nth-child(3) > a,
    section.sitemap ul.gnb > li:nth-child(4) > a {
        text-transform: capitalize;
    }

    section.sitemap ul.gnb > li > ul {
    /*     border-top: 1px solid #e0e0e0; */
        border-bottom: 1px solid #e0e0e0;
        padding: 0 0 50px;
        box-sizing: border-box;
    }

    section.sitemap ul.gnb > li:hover > a {
        color: #1dabac;
    }

    section.sitemap ul.gnb li.hidden {
        display: none;
    }

    section.sitemap ul.gnb > li > ul > li {
        display: inline-block;
        width: 100%;
    }

    section.sitemap ul.gnb > li > ul > li > a {
        word-break: keep-all;
        font-size: 22px;
        display: inline-block;
        color: #222;
        transition: color .3s ease;
        width: 100%;
        text-transform: capitalize;
        letter-spacing: -0.05em;
        line-height: 29px;
        font-weight: 600;
    }

    section.sitemap ul.gnb > li > ul > li > ul > li:last-child > a {
        margin-bottom: 0;
    }

    section.sitemap ul.gnb > li > ul > li > ul > li > a {
        font-size: 18px;
        color: #666666;
        font-weight: 300;
        margin-bottom: 30px;
        display: inline-block;
    }

    section.sitemap ul.gnb li ul li a:hover {
        color: #1dabac;
    }

    
}


header:after {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    left: 0px;
    height: 1px;
    width: 0%;
    top: 80px;
    background: rgba(0, 0, 0, 0.15);
    transition: width 1s ease .2s;
}

header.active:after {
    width: 100%;
}

.header_gradient_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    /*    max-width: 1920px;*/
    width: 100%;
    /*    left: 50%;*/
    overflow: hidden;
    /*    transform: translateX(-50%);*/
    height: 120px;
    z-index: 99;
    transition: height .3s ease;
}

.header_gradient_bg div {
    left: 0px;
    top: -100px;
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    transition: top .3s ease;
}

.header_gradient_bg.active {
    height: 80px;
}

.header_gradient_bg.active div {
    top: 0px;
}

.wrapper {
    box-sizing: border-box;
    padding: 0px 40px;
    width:98%;/*100%*/
    margin: 0 auto;
    position: relative;
    padding-top: 0px;
    box-sizing: border-box;
    height: 100%;
    background: transparent;
    /*    max-width: 1280px;*/
}

header .logo {
    z-index: 10;
    top: 20px;
    position: absolute;
    left:0px;
}
/*1280 로고 위치*/
@media screen and (max-width:1280px){
    header .logo {
        z-index: 10;
        top: 20px;
        position: absolute;
        left:auto;
    }
}


header .logo {
    width: 206px;
    height: 39px;
}

header .logo svg {
    width: 100%;
}

header .logo svg .st0 {
    fill: #25B395;
}

header .logo svg .st1 {
    fill: #805DA6;
}

header .logo svg .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #25B395;
}

header .logo svg .st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #805DA6;
}

header nav {
    text-align: center;
    width:1440px;/*1280px*/
    left: 50%;
    position: relative;
    margin-left: -720px;/*-640px*/
    box-sizing: border-box;
    vertical-align: top;
}

header nav,
header nav > ul,
header nav > ul > li {
    display: inline-block;
}

header nav > ul > li {
    padding: 0px 30px;
}


header nav ul.quick {
    position: absolute;
    right:50px;/*20px*/
    height: 100%;
}

header nav > ul > li {
    line-height: 24px;
    padding-top: 5px;
}

header nav ul.quick li a {
    font-size: 14px;
}

header nav ul.quick li.shop {
    line-height: 24px;
}

header nav ul.quick li.shop a {
    font-size: 12px;
    padding: 5px 20px 3px 20px;
    color: #000;
    font-weight: 500;
    background: #10c4a4;
    background: linear-gradient(-35deg, #5c32cf 20%, #10c4a4 80%);
}

header nav > ul.quick > li {
    padding: 0px 30px;
    padding-top: 28px;
}

header nav ul.quick li.shop {
    padding: 3px;
    border: 1px solid #10c4a4;
}

header nav ul.quick li.global a {
    border-bottom: 1px solid #10c4a4;
}


header nav ul.gnb li.active ul li.active,
header nav ul.gnb li:hover > ul > li:hover {}

footer {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.hd_wrapper {
    max-width: 1280px;
}

/*
footer .footer_wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}
*/

footer .inner {
    position: relative;
    padding: 32px 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

footer .wrapper {
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

footer ul li {
    list-style: none;
    display: inline-block;
}

footer .ft_top {
    background-image: url('../images/common/ft_bg.png');
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: bottom;
}

footer .ft_top ul li {
    margin-right: 66px;
}

footer .ft_top ul li:last-child {
    margin-right: 0;
}

footer .ft_top a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

footer .ft_top .address {
    margin-bottom: 10px;
}

footer .ft_top .address span,
footer .ft_top .nember span {
    color: #cecece;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

footer .ft_top .nember span:first-child {
    position: relative;
    margin-right: 35px;
}

footer .ft_top .nember span:first-child:after {
    position: absolute;
    display: inline-block;
    content: '';
    clear: both;
    width: 1px;
    height: 19px;
    background: #5c47d4;
    right: -21px;
}
/*
footer .ft_top li:nth-child(2) {
    position: relative;
}

footer .ft_top li:nth-child(2):after {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    background-image: url('../images/common/ft_icon.png');
    width: 7px;
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    right: -38px;
}

footer .ft_top li:nth-child(2):before {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    background-image: url('../images/common/ft_icon.png');
    width: 7px;
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    left: -38px;
}
*/

footer .ft_top li {
    position: relative;
}

footer .ft_top li:before {
    position: absolute;
    clear: both;
    display: inline-block;
    content: '';
    background-image: url('../images/common/ft_icon.png');
    width: 7px;
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    left: -38px;
}

footer .ft_top li:nth-child(1):before {
    display:none;
}

footer .ft_top .site_map {
    text-transform: lowercase;
}

footer .ft_top .go_top {
    background-image: url('../images/common/ft_go_to_top.png');
    width: 56px;
    height: 56px;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -28px;
    cursor: pointer;
}

footer .ft_bottom {
    background: #161616;
}

footer .ft_bottom > .inner {
    padding: 12px 40px;
    box-sizing: border-box;
}

footer .ft_bottom > .inner > a {
    display: inline-block;
    padding: 10px;
}


footer .ft_bottom span {
    font-size: 14px;
    color: #fff;
    margin-left: 45px;
    display: block;
    display: inline-block;
    vertical-align: super;
    font-weight: 300;
}

footer ul {
    position: relative;
    margin-bottom: 30px;
}

footer ul.util li a {
    font-size: 14px;
    color: #222;
}

footer ul.util li {
    position: relative;
    padding: 0px 20px;
    line-height: 12px;
}

footer ul.util li::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
}

footer ul.util li:first-child {
    padding-left: 0px;
}

footer ul.util li:last-child::after {
    display: none;
}

footer ul.util li:last-child {
    position: absolute;
    right: 0;
    top: -15px;
}

footer span.link_site ul li {
    position: relative !important;
    right: unset !important;
    top: unset !important;
}

footer .info {
    float: left;
    padding-top: 30px;
}

footer .info > div {
    font-weight: 300;
    font-size: 14px;
}

footer .info > div > span {
    font-weight: 600;
    font-size: 14px;
}

footer .info .address {
    padding-bottom: 15px;
}

footer .info .tel,
footer .info .fax {
    display: inline-block;
    position: relative;
    padding-right: 23px;
}

footer .info .fax {
    padding-left: 20px;
}

footer .info .tel::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
}

footer .info2 {
    float: right;
    padding-top: 65px;
}

footer .info2 .social {
    padding-top: 15px;
    height: 30px;
    text-align: right;
    padding-bottom: 15px;
}

footer .info2 .social li {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

footer .info2 .social li a {
    width: 18px;
    padding: 7px;
    display: block;
    font-size: 0px;
}

footer .info2 .social li a * {
    width: 100%;
}

footer .info2 .social li a svg {
    fill: #000;
    transition: fill .3s ease;
}

footer .info2 .social li a:hover svg {
    fill: #e77f04;
}

footer .info2 .copyright {
    font-weight: 300;
    font-size: 14px;
}

footer span.link_site {
    cursor: pointer;
    zoom: 1;
    display: inline;
    width: 185px;
    height: 32px;
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    text-align: left;
    width: 250px;
    line-height: 44px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 3px;
    color: #222;
    font-family: "Montserrat";
}

footer span.link_site i {
    display: inline-block;
    zoom: 1;
    border-color: rgba(255, 255, 255, 0.4);
    padding: 0px 18px;
    margin-right: 40px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 2px;
    padding-right: 45px;
}

footer span.link_site p {
    display: block;
    position: absolute;
    right: 18px;
    top: 18px;
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    filter: invert(100%);
}

footer span.link_site ul {
    background: #000;
    position: absolute;
    bottom: 50px;
    width: 250px;
    height: auto;
    z-index: 30;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

footer span.link_site ul li {
    line-height: 32px;
    height: 32px;
    background: #000;
    border-bottom: 1px solid #ddd;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    width: 100%;
    padding-left: 0;
}

footer span.link_site ul li a {
    display: block;
    height: 32px;
    width: 100%;
    color: #fff;
    line-height: 32px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 20px;
    font-family: 'Futura Light', "source-han-sans-korean";
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

footer span.link_site ul li:hover {
    background-color: #c0672f;
}

footer span.link_site ul li:hover a {
    color: #fff;
}

.fotter_banner {
    position: relative;
}

.fotter_banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.fotter_banner a img {
    display: block;
    width: 100%;
    height: 100%;
}
.fotter_banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.select_footer_box {
    display: none;
}

.dropdown-list {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 3;
    position: relative;
}

.dropdown-list.active {

    visibility: visible;
    opacity: 1;
}

.dropdown-list ol {
    z-index: 10;
    position: absolute;
    width: 100%;
    /*
    background: #fff;
    -webkit-box-shadow: -5px 6px 17px 0px rgba(220, 220, 220, 1);
    -moz-box-shadow: -5px 6px 17px 0px rgba(220, 220, 220, 1);
    box-shadow: -5px 6px 17px 0px rgba(220, 220, 220, 1);
*/

    background-image: url(../images/sub/gnb_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom:15px;
	box-sizing:border-box;

}

.dropdown-list.active:after {
    position: absolute;
    content: '';
    display: block;
    clear: both;
    left: 0;
    top: -55px;
    background-image: url(../images/sub/gnb_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 55px;

}

/*

.pos:hover{
        background-image: url(../images/sub/gnb_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
*/


.pos.active_bg {}

.dropdown-list.active .pos {
    background-image: url(../images/sub/gnb_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dropdown-list a {
    padding: 8px 30px;/*15px*/
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: rgba(255, 255, 255, .6);
    font-weight: 300;
    z-index: 4;
}

.dropdown-list a:hover {
    color: #340058;
}

.dropdown-list ol li.active,
.dropdown-list ol li.active a,
.dropdown-list ol li.active a:hover {
    color: #340058;
    cursor: default;
}

/* 여기부터 opacity랑 dir evnet 하단 스크립트 이용시 필수 */
.opacity {
    opacity: 0;
    transition: all 3.5s cubic-bezier(0, 0, 0, 0.99);
}

.opacity_faster {
    opacity: 0;
    transition: all 1s cubic-bezier(0, 0, 0, 0.99);
}

.opacity_v2 {
    opacity: 1;
    transition: all 1s ease;
}

.opacity.sc-event {
    opacity: 1;
}

.opacity_faster.sc-event {
    opacity: 1;
}

.opacity_v2.sc-event {
    opacity: 0;
}

.dir_top {
    opacity: 0;
    position: relative;
    top: 50px !important;
}

.dir_bottom {
    position: relative;
    top: -50px !important;
}

.dir_left {
    position: relative;
    left: 50px !important;
}

.dir_right {
    position: relative;
    left: -50px !important;
}

.dir_bottom.sc-event,
.dir_top.sc-event,
.dir_left.sc-event,
.dir_right.sc-event {
    opacity: 1;
    top: 0px !important;
    left: 0px !important;
    transition: all 1s ease;
}

/*vision 효과 추가*/
.dir_left2 {
    position: relative;
    left: -100px !important;
}

.dir_left2.sc-event {
    left: 0 !important;
}

.dir_left3 {
    position: relative;
    left: -50px !important;
}

.dir_left3.sc-event {
    left: 0 !important;
}


.dir_right2 {
    position: relative;
    right: -100px !important;
}

.dir_right2.sc-event {
    right: 0 !important;
}

.dir_top2 {
    position: relative;
    top: 100px !important;
}

.dir_top2.sc-event {
    top: 0 !important;
}

.dir_bottom2 {
    position: relative;
    top: -50px !important;
}

.dir_bottom2.sc-event {
    top: 0px !important;
    left: 385px !important;
    transition: all 1s ease;
}


/*vision 효과 추가*/

.delay02 {
    transition-delay: .2s !important;
}

.delay03 {
    transition-delay: .3s !important;
}

.delay04 {
    transition-delay: .4s !important;
}

.delay05 {
    transition-delay: .5s !important;
}

.delay06 {
    transition-delay: .5s !important;
}

.delay07 {
    transition-delay: .7s !important;
}

.delay08 {
    transition-delay: .8s !important;
}

.delay09 {
    transition-delay: .9s !important;
}

.delay1 {
    transition-delay: 1s !important;
}

.delay11 {
    transition-delay: 1.1s !important;
}

.delay12 {
    transition-delay: 1.2s !important;
}

.delay13 {
    transition-delay: 1.3s !important;
}

.delay14 {
    transition-delay: 1.4s !important;
}

.delay15 {
    transition-delay: 1.5s !important;
}

.delay16 {
    transition-delay: 1.6s !important;
}

.delay20 {
    transition-delay: 2s !important;
}

.delay30 {
    transition-delay: 2.5s !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 150px!important;
    margin-left: -80px!important;
}
.delay31 {
    transition-delay: 2.8s !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 150px!important;
    margin-left: 100px!important;
}

.video {
    position: relative;
    width: 100%;
}

.video > source {
    width: 100%;
}

.slick-slide img {
    display: block;
}








.pop .close:after,
.pop .close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .5s ease;
    background-color: #000;
    width: 34px;
    height: 1px;
}


/*개인정보처리방침팝업창*/
.pop {
    position: fixed;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(-35deg, #5c32cf 40%, #10c4a4 70%);
    border-image-slice: 1;
    box-sizing: border-box;
    z-index: 1000;
    padding: 40px 30px;
    font-weight: 300;
    line-height: 1.5;
    word-break: break-word;
    display: none;
}

.pop h2 {
    text-align: center;
    font-size: 25px;
    padding: 0 0 23px;
}

.pop .scroll {
    overflow-y: scroll;
    height: 325px;
    padding-right: 20px;
    box-sizing: border-box;
    word-break: normal;
}

.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.pop .close {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.pop .close:after,
.pop .close:before {
    bottom: 0;
    right: 0;
    width: 27px;
}

.pop .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pop .close:after {
    transform: translate(-50%, -50%) rotate(133deg);
}

.dbd {
    display: block;
}

/*.mb30 {
    margin-bottom: 30px !important;
}*/


@media screen and (max-width: 1680px) {
    header {
        padding: 0;
        margin: 0 auto;
    }

}

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


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

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

    header nav {
        margin-left: auto;
        width: 100%;
        left: 0;
    }

    header .gnb > li {
        padding: 0 20px;
        box-sizing: border-box;
    }
/*

    header nav ul.gnb > li > a {
        line-height: 82px;
    }
*/

    header nav ul.gnb > li > ul {
        padding: 35px 20px 0;
        box-sizing: border-box;
    }

}

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

    header nav ul.gnb > li > ul > li > a {
        font-size: 26px;
        color: #fff;
        font-weight: 300;
        padding: 15px 40px;
        display: block;

    }

    header nav ul.gnb > li > ul > li > ul > li{    
        text-align: left;
        vertical-align: top;
        display: inline-block;
        width: 100%;
        margin: 0px;
        padding-left: 20px;
    }

    header nav ul.gnb > li > ul > li > ul > li > a {    
        display: block;
        padding: 15px 40px; 
        /* padding: 5px 27px; */
        box-sizing: border-box;
        font-weight: 300;
        color: #868686;
        
    }
    header nav ul.gnb > li > ul > li {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    header nav ul.gnb > li > ul {
        width: 1000px;
        margin-left: -500px;
        
        display: none;
    }
    

    header .gnb > li {
        padding: 0 0px 0 31px;
    }

    header nav > ul.gnb > li {
        line-height: 24px;
        padding: 25px 0px;
        display: block;
    }
    header >  a.quick {
        top: 10px;
        right: 117px;
        position: absolute;
        color: white;
        border-bottom: 1px solid #10c4a4;
        text-transform: uppercase;
        font-size: 22px;
        padding: 13px 20px;
        margin: 5px 0 0 96px;
        display: none;
    }

    
    header >  a.quick.active {
        display: block;
    }

    /* header nav ul.gnb li > span.basic_btn {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 0;
    } */

    span.basic_btn {
        display: block;
        position: absolute;
        margin-top: -2px;
        right: 0;
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, .25);
        z-index: 99;
    }

    header nav ul.gnb li.active > span.basic_btn.active {
        background: #10c4a4;
    }
    
    span.basic_btn::before{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center center;
        transition: all .5s ease;
        background-color: #fff;
        width: 10px;
        height: 2px;
    }
    span.basic_btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center center;
        transition: all .5s ease;
        background-color: #fff;
        width: 10px;
        height: 2px;
    }

    header nav::-webkit-scrollbar {
        display: none;
    }

    span.basic_btn::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    
    span.basic_btn.active::before {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    /* 이하 원래 1024 이하에서 작동하던 css */

    
    header nav {
        width: 100%;
        margin-left: 0;
        left: 0;
        position: static;
        text-align: right;
    }

    header nav ul.gnb {
        position: static;
        z-index: 2;
    }

    header nav ul.quick {
        position: static;
    }

    header nav ul.gnb > li > ul {
        width: 1015px;
        margin-left: 0;
        left: 0;
        z-index: 999;
    }

    header nav ul.gnb > li:nth-child(4) > ul {
        margin-left: 0;
    }


    
    .hamburger_menu svg {
        width: 90px;
        height: 66px;
        top: -3px;
        right: -22px;
        stroke: var(--color);
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        display: block;
        position: absolute;
        z-index: 100;
        cursor: pointer;
    }

    .hamburger_menu {
        display: block;
        --color: pink;
        width: 100px;
        height: 60px;
        padding: 0;
        margin: 0;
        outline: none;
        right: 40px;
        top: 14px;
        position: absolute;
        border: none;
        background: none;
        cursor: pointer;
        -webkit-appearence: none;
        -webkit-tap-highlight-color: transparent;
        z-index: 100;
        cursor: pointer;
    }

    .hamburger_menu svg path {
        transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
        stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
        stroke-dashoffset: var(--offset, 126px);
        transform: translateZ(0);
    }

    .hamburger_menu svg path:nth-child(2) {
        --duration: .7s;
        --easing: ease-in;
        --offset: 100px;
        --array-2: 74px;
    }

    .hamburger_menu svg path:nth-child(3) {
        --offset: 133px;
        --array-2: 107px;
    }

    .hamburger_menu.active svg path {
        --offset: 57px;
    }

    .hamburger_menu.active svg path:nth-child(1),
    .hamburger_menu.active svg path:nth-child(3) {
        --delay: .15s;
        --easing: cubic-bezier(.2, .4, .2, 1.1);
    }

    .hamburger_menu.active svg path:nth-child(2) {
        --duration: .4s;
        --offset: 2px;
        --array-1: 1px;
    }

    .hamburger_menu.active svg path:nth-child(3) {
        --offset: 58px;
    }
}

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


}


.likefrombox {
    z-index: 50;
    object-fit: none;
    object-position: top;
    height: 0px;
    width: 527px;
    
    top: 525px !important;
    
    transition: all 2s cubic-bezier(0, 0, 0, 0.99);;
}

.likefrombox.sc-event {

    z-index: 50;
    object-fit: none;
    object-position: top;
    height: 525px;
    width: 527px;
    top: 0 !important;

}

.balloon {
    z-index: 50;
    object-fit: none;
    object-position: top;
    height: 0px;
    width: 527px;
    
    top: 523px !important;
    
    transition: all 2s cubic-bezier(0, 0, 0, 0.99);;
}

.balloon.sc-event {

    z-index: 50;
    object-fit: none;
    object-position: top;
    height: 525px;
    width: 527px;
    top: -2px !important;

}