@charset "UTF-8";
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/pretendard/Pretendard-Regular.woff2') format('font-woff2'),
        url('../fonts/pretendard/Pretendard-Regular.woff') format('woff'),
        url('../fonts/pretendard/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/pretendard/Pretendard-Medium.woff2') format('font-woff2'),
        url('../fonts/pretendard/Pretendard-Medium.woff') format('woff'),
        url('../fonts/pretendard/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/pretendard/Pretendard-SemiBold.woff2') format('font-woff2'),
        url('../fonts/pretendard/Pretendard-SemiBold.woff') format('woff'),
        url('../fonts/pretendard/Pretendard-SemiBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/pretendard/Pretendard-Bold.woff2') format('font-woff2'),
        url('../fonts/pretendard/Pretendard-Bold.woff') format('woff'),
        url('../fonts/pretendard/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/pretendard/Pretendard-ExtraBold.woff2') format('font-woff2'),
        url('../fonts/pretendard/Pretendard-ExtraBold.woff') format('woff'),
        url('../fonts/pretendard/Pretendard-ExtraBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/pretendard/Pretendard-Black.woff2') format('font-woff2'),
        url('../fonts/pretendard/Pretendard-Black.woff') format('woff'),
        url('../fonts/pretendard/Pretendard-Black.ttf') format("truetype");
    font-display: swap;
}
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
/* only pc */
@media (min-width: 1181px) {
    :root {
        font-size: 62.5%; /* 10px */
    }
}
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, button {
	margin: 0;
	padding: 0;
	border: 0;
    box-sizing: border-box;
	font-size: 100%;
    font-weight: 400;
	font: inherit;
	vertical-align: baseline;
}
body {
    overflow-x: hidden;
    width: 100%;
	line-height: 1;
    color: #565656;
    font-size: 2rem;
    font-family: 'Pretendard', AppleGothic, 'Malgun Gothic', '맑은 고딕', 'Marcellus' 'Dotum', sans-serif;
}

*::before, 
*::after {
    box-sizing: border-box;
}
.hidden {
    overflow: hidden;
}
ol, ul, li {
	list-style: none;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #191919;
    text-decoration: none;
}
em, address {
    font-style: normal;
}
strong {
    color: #191919;
    font-weight: 700;
}
img {
    max-width: 100%;
    vertical-align: top;
}
h2,h3,h4,h5 {
    color: #191919;
    font-weight: 700;
}
h3 {
    line-height: 1.2;
    font-size: 4.8rem;
}
h4 {
    line-height: 1.5;
    font-size: 2.4rem;
}
/* only pc 1181 ~ */
@media (min-width: 1181px) and (max-width: 1919px) {
    h3 {
        font-size: calc(100vw * (48 / 1919));
    }
    h4 {
        font-size: calc(100vw * (24 / 1919));
    }
}
@media (max-width: 1180px) {
    h3 {
        font-size: calc(100vw * (48 / 1180));
    }
    h4 {
        font-size: calc(100vw * (24 / 1180));
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: calc(100vw * (56 / 767));
    }
    h4 {
        font-size: calc(100vw * (32 / 767));
    }
    
}

/* 중앙정렬 */
.inner {
    width: 100%;
    max-width: calc(164rem + 28rem);
    margin: 0 auto;
    padding: 0 14rem;
}
.sub_content {
    overflow-x: hidden; 
    padding-bottom: 26rem;
}

@media (max-width: 1919px) {
    body {
        font-size: calc(100vw * (20 / 1919));
    }
    .inner {
        max-width: calc(100% + calc(100vw * (280 / 1919)));
        padding: 0 calc(100vw * (140 / 1919));
    }
    .sub_content {
        padding-bottom: calc(100vw * (260 / 1919));
    }
    
}
@media (max-width: 1180px) {
    body {
        font-size: calc(100vw * (20 / 1180));
    }
    .inner {
        max-width: 100%;
        padding: 0 calc(100vw * (50 / 1180));
    }
    .sub_content {
        padding-bottom: calc(100vw * (280 / 1180));
    }
}
@media (max-width: 767px) {
    body {
        font-size: calc(100vw * (32 / 767));
    }
    .inner {
        padding: 0 calc(100vw * (40 / 767));
    }
    .sub_content {
        padding-bottom: calc(100vw * (280 / 767));
    }
}

/* header */
.headerArea {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    transition: top .2s; 
}
.headerArea.up {
    top: -9rem;
}
.headerArea .inner {
    position: relative;
    max-width: calc(100% + 112rem);
    height: 8rem;
    padding: 0 5.6rem;
    display: flex;
    align-items: center;
}
.headerArea h1 {
    position: relative;
    width: 11.2rem;
    height: 2.8rem;
}
.headerArea h1 a {
    display: block;
}
.headerArea h1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.headerArea h1 img:last-child {
    opacity: 0;
}
.headerArea .nav {
    height: 100%;
    margin-left: auto;
}
.headerArea .prdbar {
    display: flex;
    gap: 3.2rem;
    height: 100%;
}
.headerArea .prdbar > li > a {
    display: block;
    height: 100%;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    line-height: 8rem;
    font-weight: 600;
    font-family: Marcellus,Noto Sans KR,sans-serif;
}

.headerArea .util {
    display: flex;
    gap: 2.4rem;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-left: 16.6rem;
}
.headerArea .util > li {
    display: flex;
    align-items: center;
    height: 100%;
}
.headerArea .util .language {
    position: relative;
}
.headerArea .util .language > a {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    text-indent: -9999em;
}
.headerArea .util .language > a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url("../images/common/ico_lang_white.svg") no-repeat left top / 100% 100%;
}
.headerArea .util .language .list {
    position: absolute;
    left: 50%;
    top: 6.6rem;
    transform: translateX(-50%);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}
.headerArea .util .language .list > div {
    padding: 3.2rem 2.4rem;
    border-radius: 8.1rem;
    background: #191919;
}
.headerArea .util .language .list > div > a {
    display: block;
    margin-top: 1.8rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    opacity: .6;
}
.headerArea .util .language .list > div > a:first-child {
    margin-top: 0;
}
.headerArea .util .language .list > div > a.on {
    opacity: 1;
}
.headerArea .util .hamburger a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 1000;
}
.headerArea .util .hamburger a span {
    display: block;
    width: 1rem;
    height: 2px;
    margin-top: .4rem;
    background: #fff;
    transition: all 0.2s;
}
.headerArea .util .hamburger a span:nth-child(1) {
    margin-top: 0;
}
.headerArea .util .hamburger a span:nth-child(2) {
    width: 1.8rem;
}

.headerArea .hamburger.open a span {
    width: 1.8rem;
    margin: 0;
    transition-delay: .2s;
}
.headerArea .hamburger.open a span:nth-child(1) {
    transform: translateY(3px) rotate(135deg);
}
.headerArea .hamburger.open a span:nth-child(2) {
    transform: scale(0);
}
.headerArea .hamburger.open a span:nth-child(3) {
    transform: translateY(-1px) rotate(-135deg);
}

/* white */
.headerArea.white {
    background: #fff;
}
.headerArea.white::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #EDEDED;
}
.headerArea.white h1 img:first-child {
    opacity: 0;
}
.headerArea.white h1 img:last-child {
    opacity: 1;
}
.headerArea.white .prdbar > li > a {
    color: #191919;
    font-family: Marcellus,Noto Sans KR,sans-serif;
}

.headerArea.white .util .language > a::after {
    background-image: url("../images/common/ico_lang_black.svg");
}
.headerArea.white .util .hamburger a span {
    background: #191919;
}
.headerArea.white .util .hamburger.open a span {
    /* transition-delay: .2s; */
}
.headerArea.white .util .hamburger.open a span {
    background: #fff;
}


/* gnb */
/* .headerArea.active::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 99;
} */

.headerArea .gnb {
    position: fixed;
    right: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 96rem;
    height: 100%;
    padding: 10rem;
    background: #000;
    z-index: 999;
    transition: right .3s;
}
.gnb_dim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 997;
}
.headerArea.active .gnb {
    right: 0;
}
.headerArea .gnb .navbar > li {
    margin-top: 4rem;
}
.headerArea .gnb .navbar > li:first-child {
    margin-top: 0;
}

.headerArea .gnb .navbar > li > a {
    overflow: hidden;
    height: 4rem;
    display: block;

     height: calc(100vw * (40 / 1919));
        color: #bbbbbb;
        font-family: Marcellus,Noto Sans KR,sans-serif;
       font-size: calc(100vw * (30 / 1919));
}
.headerArea .gnb .navbar > li > a > span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 500;
    opacity: .6;
}
.headerArea .gnb .navbar > li > .sub-menu > li {
    margin-top: 2.4rem;
}
.headerArea .gnb .navbar > li > .sub-menu > li:first-child {
    margin-top: 3.2rem;
}
.headerArea .gnb .navbar > li > .sub-menu > li:last-child {
    margin-bottom: 6.4rem;
}
.headerArea .gnb .navbar > li > .sub-menu > li > a {
    overflow: hidden;
    height: 2.4rem;
    display: block;
    color: #fff;
    font-family: Marcellus,Noto Sans KR,sans-serif;
    
}
.headerArea .gnb .navbar > li > .sub-menu > li > a > span {
    display: block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    opacity: .6;
}

.headerArea .gnb .bottom .sns_list {
    display: flex;
    gap: 1.6rem;
    margin-top: 6.2rem;
}
.headerArea .gnb .bottom .sns_list li a {
    position: relative;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    color: transparent;
}
.headerArea .gnb .bottom .sns_list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}
.headerArea .gnb .bottom .sns_list li:first-child a::before {
    background-image: url("../img/blog.svg");
}
.headerArea .gnb .bottom .sns_list li:last-child a::before {
    background-image: url("../img/instagram.svg");
}
.headerArea .gnb .bottom .language {
    display: flex;
    gap: 2rem;
    margin-top: 5.6rem;
}
.headerArea .gnb .bottom .language a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    opacity: .6;
}
.headerArea .gnb .bottom .language a.on {
    opacity: 1;
}

/* 현재페이지 색상 */
/* .default .headerArea .gnb .navbar > li > a > span {
    opacity: 1;
} */
.headerArea .gnb .navbar > li > a > span {
    opacity: .6;
}
.headerArea .gnb .navbar > li.current-page-parent > a > span,
.headerArea .gnb .navbar > li.current-menu-item > a > span,
.headerArea .gnb .navbar .sub-menu li.current-menu-item a span {
    opacity: 1 !important;
}

/* only pc 1181 ~ */
@media (min-width: 1181px) {
    
    .headerArea .prdbar > li > a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0%;
        height: 1px;
        transform: translateX(-50%);
        background: #fff;
        transition: width .2s;
        z-index: 10;
        font-family: Marcellus,Noto Sans KR,sans-serif;
    }
    .headerArea .prdbar > li:hover > a::after {
        width: 100%;
    }
    .headerArea .util .language:hover .list  {
        visibility: visible;
        opacity: 1;
    }
    .headerArea .util .hamburger a:hover span {
        width: 1.8rem;
    }
    

    /* white */
    .headerArea.white .prdbar > li > a::after {
        background: #191919;
    }
}

/* only pc 1181 ~ */
@media (min-width: 1181px) and (max-width: 1919px) {
    .headerArea h1 {
        width: calc(100vw * (200 / 1919));
        height: calc(100vw * (68 / 1919));
    }
    .headerArea.up {
        top: calc(100vw * (-90 / 1919));
    }
    .headerArea .inner {
        max-width: 100%;
        height: calc(100vw * (80 / 1919));
        padding: 0 calc(100vw * (56 / 1919));
    }
    .headerArea .prdbar {
        gap: calc(100vw * (32 / 1919));
        display:none;
    }
    .headerArea .prdbar > li > a {
        line-height: calc(100vw * (80 / 1919));
        font-family: Marcellus,Noto Sans KR,sans-serif;
        
    }
    .headerArea .util {
        gap: calc(100vw * (24 / 1919));
        margin-left: calc(100vw * (166 / 1919));
    }

    .headerArea .util .language > a {
        width: calc(100vw * (24 / 1919));
        height: calc(100vw * (24 / 1919));
    }
    
    .headerArea .util .language .list {
        top: calc(100vw * (66 / 1919));
    }    
    .headerArea .util .language .list > div {
        padding: calc(100vw * (32 / 1919)) calc(100vw * (24 / 1919));
        border-radius: calc(100vw * (81 / 1919));
    }
    .headerArea .util .language .list > div > a {
        margin-top: calc(100vw * (18 / 1919));
        font-size: calc(100vw * (16 / 1919));
    }
    .headerArea .util .hamburger a {
        width: calc(100vw * (24 / 1919));
        height: calc(100vw * (24 / 1919));
    }
    .headerArea .util .hamburger a span {
        width: 10px;
        height: 2px;
        margin-top: 4px;
    }
    .headerArea .util .hamburger a span:nth-child(2) {
        width: 18px;
    }
    .headerArea .hamburger.open a span {
        width: 18px;
    }
    .headerArea .hamburger.open a span:nth-child(1) {
        transform: translateY(5px) rotate(135deg);
    }
    .headerArea .hamburger.open a span:nth-child(3) {
        transform: translateY(-7px) rotate(-135deg);
    }

    /* gnb */ 
    .headerArea .gnb {
        width: calc(100vw * (960 / 1919));
        padding: calc(100vw * (100 / 1919));
    }
    .headerArea .gnb .navbar > li {
        margin-top: calc(100vw * (40 / 1919));
    }
    
    .headerArea .gnb .navbar > li > a {
        height: calc(100vw * (50 / 1919));
        color: #bbbbbb;
        font-family: Marcellus,Noto Sans KR,sans-serif;
       font-size: calc(100vw * (40 / 1919));
    }
    .headerArea .gnb .navbar > li > a > span {
        font-size: calc(100vw * (40 / 1919));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li {
        margin-top: calc(100vw * (24 / 1919));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:first-child {
        margin-top: calc(100vw * (32 / 1919));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:last-child {
        margin-bottom: calc(100vw * (64 / 1919));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a {
        height: calc(100vw * (28 / 1919));
        color: #fff;
        font-family: Marcellus,Noto Sans KR,sans-serif;
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a > span {
        font-size: calc(100vw * (24 / 1919));
    }
    
    .headerArea .gnb .bottom .sns_list {
        gap: calc(100vw * (16 / 1919));
        margin-top: calc(100vw * (62 / 1919));
    }
    .headerArea .gnb .bottom .sns_list li a {
        width: calc(100vw * (48 / 1919));
        height: calc(100vw * (48 / 1919));
    }
    .headerArea .gnb .bottom .language {
        gap: calc(100vw * (20 / 1919));
        margin-top: calc(100vw * (56 / 1919));
    }
    .headerArea .gnb .bottom .language a {
        font-size: calc(100vw * (24 / 1919));
    }
}

@media (max-width: 1180px) {
    .headerArea {
        
    }
    .headerArea.active::after {
        display: none;
    }
    .headerArea h1 {
        position: relative;
        width: calc(100vw * (112 / 1180));
        height: calc(100vw * (28 / 1180));
        z-index: 1000
    }
    .headerArea.active.white h1 img {
        transition: opacity .2s .2s;
    }
    .headerArea.active.white h1 img:first-child {
        opacity: 1;
    }
    .headerArea.active.white h1 img:last-child {
        opacity: 0;
    }
    .headerArea.up {
        top: calc(100vw * (-90 / 1180));
    }
    .headerArea .inner {
        max-width: 100%;
        height: calc(100vw * (80 / 1180));
        padding: 0 calc(100vw * (50 / 1180));
    }
    .headerArea .prdbar {
        gap: calc(100vw * (32 / 1180));
        display:none;
        
    }
    .headerArea .prdbar > li > a {
        line-height: calc(100vw * (80 / 1180));
        font-size: calc(100vw * (22 / 1180));
        font-family: Marcellus,Noto Sans KR,sans-serif;
        
    }
    .headerArea .util {
        gap: calc(100vw * (24 / 1180));
        margin-left: calc(100vw * (166 / 1180));
    }
    
    .headerArea .util .hamburger a {
        width: calc(100vw * (40 / 1180));
        height: calc(100vw * (40 / 1180));
    }
    .headerArea .util .hamburger a span {
        width: 16px;
        height: 2px;
        margin-top: 8px;
        transition: none;
    }
    .headerArea .util .hamburger.open a span {
        transition: all .3s .1s;
    }
    .headerArea .util .hamburger a span:nth-child(2) {
        width: 30px;
    }

    .headerArea .hamburger.open a span {
        width: 30px;
        margin: 0;
        transition-delay: 0s;
    }
    .headerArea .hamburger.open a span:nth-child(1) {
        transform: translateY(3px) rotate(135deg);
    }
    .headerArea .hamburger.open a span:nth-child(3) {
        transform: translateY(-1px) rotate(-135deg);
    }
    

    /* white */
    .headerArea.white .util .language > a::after {
        background-image: url("../images/common/ico_lang_black_tb.svg");
    }


     /* gnb */ 
    .headerArea .gnb {
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .headerArea .gnb .navbar > li {
        margin-top: calc(100vw * (56 / 1180));
    }
    
     .headerArea .gnb .navbar > li > a {
        height: calc(100vw * (48 / 767));
        color: #bbbbbb;
        font-family: Marcellus,Noto Sans KR,sans-serif;
        font-size: calc(100vw * (100 / 1919));
    }
    .headerArea .gnb .navbar > li > a > span {
        font-size: calc(100vw * (48 / 1180));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li {
        margin-top: calc(100vw * (32 / 1180));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:first-child {
        margin-top: calc(100vw * (40 / 1180));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:last-child {
        margin-bottom: calc(100vw * (80 / 1180));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a {
        height: calc(100vw * (32 / 1180));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a > span {
        font-size: calc(100vw * (32 / 1180));
    }
    
    .headerArea .gnb .bottom .sns_list {
        justify-content: center;
        gap: calc(100vw * (40 / 1180));
        margin-top: calc(100vw * (196 / 1180));
    }
    .headerArea .gnb .bottom .sns_list li a {
        width: calc(100vw * (80 / 1180));
        height: calc(100vw * (80 / 1180));
    }
    .headerArea .gnb .bottom .language {
        gap: calc(100vw * (20 / 1180));
        margin-top: calc(100vw * (72 / 1180));
    }
}

/* 가로모드 */
@media (max-width: 1180px) and (orientation: landscape) {
     /* gnb */ 
    .headerArea .gnb .navbar > li {
        margin-top: calc(100vw * (33 / 1180));
    }
    
    .headerArea .gnb .navbar > li > a {
        height: calc(100vw * (30 / 1180));
    }
    .headerArea .gnb .navbar > li > a > span {
        font-size: calc(100vw * (30 / 1180));
    }
    
    .headerArea .gnb .bottom .sns_list {
        gap: calc(100vw * (38 / 1180));
        margin-top: calc(100vw * (85 / 1180));
    }
    .headerArea .gnb .bottom .sns_list li a {
        width: calc(100vw * (48 / 1180));
        height: calc(100vw * (48 / 1180));
    }
    .headerArea .gnb .bottom .language {
        gap: calc(100vw * (12 / 1180));
        margin-top: calc(100vw * (40 / 1180));
    }
    .headerArea .gnb .bottom .language a {
        font-size: calc(100vw * (20 / 1180));
    }
}
@media (max-width: 1024px) {
    .headerArea .util .hamburger a span {
        width: 14px;
        height: 2px;
        margin-top: 6px;
    }
    .headerArea .util  .hamburger a span:nth-child(2) {
        width: 26px;
    }
    .headerArea .hamburger.open a span {
        width: 26px;
        margin: 0;
    }
}

@media (max-width: 835px) {
    .headerArea .util .hamburger a span {
        width: 12px;
        height: 2px;
        margin-top: 5px;
    }
    .headerArea .util  .hamburger a span:nth-child(2) {
        width: 22px;
    }
    .headerArea .hamburger.open a span {
        width: 22px;
        margin: 0;
    }
    
}

@media (max-width: 767px) {
     /* gnb */ 
    .headerArea h1 {
        width: calc(100vw * (174 / 767));
        height: calc(100vw * (66 / 767));
    }
    .headerArea.up {
        top: calc(100vw * (-122 / 767));
    }
    .headerArea .inner {
        max-width: 100%;
        height: calc(100vw * (112 / 767));
        padding: 0 calc(100vw * (32 / 767));
    }
    .headerArea .util {
        gap: 0;
        margin-left: 0;
    }
    .headerArea .util .language > a {
        display: none;
    }
    .headerArea .util .hamburger a {
        width: calc(100vw * (48 / 767));
        height: calc(100vw * (48 / 767));
    }
    .headerArea .util .hamburger a span {
        width: 18px;
        height: 3px;
        margin-top: 6px;
    }
    .headerArea .util .hamburger a span:nth-child(2) {
        width: 32px;
    }
    .headerArea .hamburger.open a span {
        width: 32px;
        margin: 0;
    }
    .headerArea .hamburger.open a span:nth-child(1) {
        transform: translateY(3px) rotate(135deg);
    }
    .headerArea .hamburger.open a span:nth-child(3) {
        transform: translateY(-3px) rotate(-135deg);
    }

    /* gnb */ 
    .headerArea .gnb .navbar  {
        margin-top: calc(100vw * (120 / 767));
    }
    .headerArea .gnb .navbar > li {
        margin-top: calc(100vw * (48 / 767));
    }
    
    .headerArea .gnb .navbar > li > a {
        height: calc(100vw * (48 / 767));
        color: #bbbbbb;
        font-family: Marcellus,Noto Sans KR,sans-serif;
        font-size: calc(100vw * (100 / 1919));
    }

    .headerArea .gnb .navbar > li > a > span {
        font-size: calc(100vw * (48 / 767));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li {
        margin-top: calc(100vw * (32 / 767));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:first-child {
        margin-top: calc(100vw * (40 / 767));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:last-child {
        margin-bottom: calc(100vw * (32 / 767));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a {
        height: calc(100vw * (32 / 767));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a > span {
        font-size: calc(100vw * (32 / 767));
    }
    
    .headerArea .gnb .bottom .sns_list {
        gap: calc(100vw * (40 / 767));
        margin-top: calc(100vw * (220 / 767));
    }
    .headerArea .gnb .bottom .sns_list li a {
        width: calc(100vw * (80 / 767));
        height: calc(100vw * (80 / 767));
    }
    .headerArea .gnb .bottom .language {
        gap: calc(100vw * (40 / 767));
        margin-top: calc(100vw * (65 / 767));
    }
    .headerArea .gnb .bottom .language a {
        font-size: calc(100vw * (32 / 767));
    }
}
/* 가로모드: Apple iPhone 14 Pro Max */
@media (max-width: 932px) and (orientation: landscape) {
    .headerArea .gnb .navbar > li {
        margin-top: calc(100vw * (20 / 932));
    }
    
    .headerArea .gnb .navbar > li > a {
        height: calc(100vw * (18 / 932));
    }
    .headerArea .gnb .navbar > li > a > span {
        font-size: calc(100vw * (18 / 932));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li {
        margin-top: calc(100vw * (15 / 932));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:first-child {
        margin-top: calc(100vw * (15 / 932));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li:last-child {
        margin-bottom: calc(100vw * (20 / 932));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a {
        height: calc(100vw * (18 / 932));
    }
    .headerArea .gnb .navbar > li > .sub-menu > li > a > span {
        font-size: calc(100vw * (16 / 932));
    }
    
    .headerArea .gnb .bottom .sns_list {
        gap: calc(100vw * (12 / 932));
        margin-top: calc(100vw * (30 / 932));
    }
    .headerArea .gnb .bottom .sns_list li a {
        width: calc(100vw * (28 / 932));
        height: calc(100vw * (28 / 932));
    }
    .headerArea .gnb .bottom .language {
        gap: calc(100vw * (12 / 932));
        margin-top: calc(100vw * (15 / 932));
    }
    .headerArea .gnb .bottom .language a {
        font-size: calc(100vw * (14 / 932));
    }
}

@media (max-width: 414px) {
    .headerArea .util .hamburger a span {
        width: 14px;
        height: 2px;
        margin-top: 5px;
    }
    .headerArea .util .hamburger a span:nth-child(2) {
        width: 26px;
    }
    .headerArea .hamburger.open a span {
        width: 26px;
    }
    .headerArea .hamburger.open a span:nth-child(1) {
        transform: translateY(8px) rotate(135deg);
    }
    .headerArea .hamburger.open a span:nth-child(3) {
        transform: translateY(-6px) rotate(-135deg);
    }

}

/* footer */
.footer {
    position: relative;
    padding: 6.6rem 0;
    background: #000;
}
.footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer .menu_list li {
    margin-top: 2.8rem;
}
.footer .menu_list li:first-child {
    margin-top: 0;
}
.footer .menu_list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.6rem;
}
.footer .sns_list {
    display: flex;
    gap: 1.6rem;
    margin-top: 5.4rem;
}
.footer .sns_list li a {
    position: relative;
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    color: transparent;
}
.footer .sns_list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}
.footer .sns_list li:first-child a::before {
    background-image: url("../img/blog.svg");
}
.footer .sns_list li:last-child a::before {
    background-image: url("../img/instagram.svg");
}
.footer .terms_link {
    display: flex;
    margin-top: 5.4rem;
    margin-bottom: 0;
}
.footer .terms_link a {
    color: #fff;
    font-size: 1.6rem;
    opacity: .8;
}
.footer .terms_link a:last-child {
    position: relative;
    margin-left: .8rem;
    padding-left: .9rem;
}
.footer .terms_link a:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 8px;
    transform: translateY(-50%);
    background: #fff;
    opacity: 0.56;
}
.footer .copyright {
    margin-top: 2.4rem;
    color: #fff;
    font-size: 1.6rem;
    opacity: .8;
}

@media (max-width: 1919px) {
    .footer {
        padding: calc(100vw * (66 / 1919)) 0;
    }
    .footer .menu_list li {
        margin-top: calc(100vw * (28 / 1919));
    }
    .footer .menu_list li a {
        font-size: calc(100vw * (20 / 1919));
        font-family: Marcellus,Noto Sans KR,sans-serif;
    }
    .footer .sns_list {
        gap: calc(100vw * (16 / 1919));
        margin-top: calc(100vw * (54 / 1919));
    }
    .footer .sns_list li a {
        width: calc(100vw * (48 / 1919));
        height: calc(100vw * (48 / 1919));
    }
    .footer .terms_link {
        margin-top: calc(100vw * (54 / 1919));
    }
    .footer .terms_link a {
        font-size: calc(100vw * (16 / 1919));
    }
    .footer .terms_link a:last-child {
        margin-left: calc(100vw * (8 / 1919));
        padding-left: calc(100vw * (9 / 1919));
    }
    .footer .terms_link a:last-child::before {
        height: calc(100vw * (8 / 1919));
    }
    .footer .copyright {
        margin-top: calc(100vw * (24 / 1919));
        font-size: calc(100vw * (16 / 1919));
    }
}

@media (max-width: 1180px) {
    .footer {
        padding: calc(100vw * (68 / 1180)) 0;
    }
    .footer .menu_list li {
        margin-top: calc(100vw * (28 / 1180));
    }
    .footer .menu_list li a {
        font-size: calc(100vw * (26 / 1180));
    }
    .footer .sns_list {
        gap: calc(100vw * (16 / 1180));
        margin-top: calc(100vw * (56 / 1180));
    }
    .footer .sns_list li a {
        width: calc(100vw * (48 / 1180));
        height: calc(100vw * (48 / 1180));
    }
    .footer .terms_link {
        margin-top: calc(100vw * (56 / 1180));
    }
    .footer .terms_link a {
        font-size: calc(100vw * (18 / 1180));
    }
    .footer .terms_link a:last-child {
        margin-left: calc(100vw * (8 / 1180));
        padding-left: calc(100vw * (9 / 1180));
    }
    .footer .terms_link a:last-child::before {
        height: calc(100vw * (8 / 1180));
    }
    .footer .copyright {
        margin-top: calc(100vw * (24 / 1180));
        font-size: calc(100vw * (18 / 1180));
    }
}


@media (max-width: 767px) {
    .footer {
        padding: calc(100vw * (100 / 767)) 0;
    }
    .footer .menu_list li {
        margin-top: calc(100vw * (40 / 767));
    }
    .footer .menu_list li a {
        font-size: calc(100vw * (30 / 767));
        font-family: Marcellus,Noto Sans KR,sans-serif;
    }
    .footer .sns_list {
        gap: calc(100vw * (26 / 767));
        margin-top: calc(100vw * (92 / 767));
    }
    .footer .sns_list li a {
        width: calc(100vw * (80 / 767));
        height: calc(100vw * (80 / 767));
    }
    .footer .terms_link {
        margin-top: calc(100vw * (80 / 767));
    }
    .footer .terms_link a {
        font-size: calc(100vw * (28 / 767));
    }
    .footer .terms_link a:last-child {
        margin-left: calc(100vw * (16 / 767));
        padding-left: calc(100vw * (18 / 767));
    }
    .footer .terms_link a:last-child::before {
        width: calc(100vw * (2 / 767));
        height: calc(100vw * (14 / 767));
    }
    .footer .copyright {
        margin-top: calc(100vw * (40 / 767));
        font-size: calc(100vw * (24 / 767));
    }
}

/* 탑버튼 */
.btn_top {
    position: fixed;
    right: 5.6rem;
    bottom: 5.6rem;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}
.btn_top.on {
    pointer-events: auto;
    opacity: 1;
}
.btn_top a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 5.6rem;
    height: 5.6rem;
    padding: 2rem 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    background: #7f6044;
    transition: all .1s;
    line-height: 1.4rem;
}
.btn_top a::before {
    display: none;
    content: "";
    position: absolute;
    top: 1.6rem;
    left: 50%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateX(-50%);
    background: url("../images/common/btn_top_arrow.svg") no-repeat left top / 100% 100%;

}
.btn_top.bottom {
    position: absolute;
    right: 5.6rem;
    bottom: 36rem;
}

/* only pc 1920 ~ */
@media (min-width: 1919px) {
    .btn_top a:hover {
        height: 8rem;
        border-radius: 3rem;
    }
    .btn_top a:hover::before {
        display: block;
    }
}

/* only pc 1181 ~ */
@media (min-width: 1181px) and (max-width: 1919px) {
    .btn_top {
        right: calc(100vw * (56 / 1919));
        bottom: calc(100vw * (56 / 1919));
    }
    .btn_top a {
        width: calc(100vw * (56 / 1919));
        height: calc(100vw * (56 / 1919));
        padding: calc(100vw * (20 / 1919)) 0;
        font-size: calc(100vw * (16 / 1919));
        line-height: calc(100vw * (14 / 1919));
    }
    .btn_top a::before {
        top: calc(100vw * (16 / 1919));
        width: calc(100vw * (24 / 1919));
        height: calc(100vw * (24 / 1919));
    }
    .btn_top a:hover {
        height: calc(100vw * (80 / 1919));
        border-radius: calc(100vw * (30 / 1919));
    }
    .btn_top a:hover::before {
        display: block;
    }
    .btn_top.bottom {
        right: calc(100vw * (56 / 1919));
        bottom: calc(100vw * (360 / 1919));
    }
}

@media (max-width: 1180px) {
    .btn_top {
        right: calc(100vw * (50 / 1180));
        bottom: calc(100vw * (50 / 1180));
    }
    .btn_top a {
        width: calc(100vw * (72 / 1180));
        height: calc(100vw * (72 / 1180));
        padding: calc(100vw * (26 / 1180)) 0;
        font-size: calc(100vw * (20 / 1180));
        line-height: calc(100vw * (18 / 1180));
    }
    .btn_top a::before {
        display: none;
    }
    .btn_top.bottom {
        right: calc(100vw * (50 / 1180));
        top: calc(100vw * (67 / 1180));
    }
}

@media (max-width: 767px) {
    .btn_top {
        right: calc(100vw * (40 / 767));
        bottom: calc(100vw * (40 / 767));
    }
    .btn_top a {
        width: calc(100vw * (72 / 767));
        height: calc(100vw * (72 / 767));
        padding: calc(100vw * (26 / 767)) 0;
        font-size: calc(100vw * (20 / 767));
        line-height: calc(100vw * (18 / 767));
    }
    .btn_top a::before {
        display: none;
    }
    .btn_top.bottom {
        right: calc(100vw * (40 / 767));
        top: calc(100vw * (100 / 767));
    }
}

/* 상단 비주얼 */
.top_visual {
    position: relative;
    height: 100vh;
}
.top_visual::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .24)
}
.top_visual .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top_visual .bg > div {
    height: 100%;
}
.top_visual .bg video,
.top_visual .bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.top_visual .bg .mo {
    display: none;
}
.top_visual .hgroup {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-family: Marcellus,Noto Sans KR,sans-serif;
}
.top_visual .hgroup h2 {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 4rem;
    font-weight: 400;
    animation: visualTitle 1.5s ease-out .8s both;
    font-family: Marcellus,Noto Sans KR,sans-serif;
}
.top_visual .hgroup h2.mo {
    display: none;
}
.top_visual .scroll {
    display: block;
    position: absolute;
    bottom: 5.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
    height: 4rem;
    border: 2px solid #fff;
    border-radius: 4rem;
    background: rgba(255, 255, 255, 0.20);
    z-index: 10;
}
.top_visual .scroll .wheel {
    position: absolute;
	left: 50%;
	top: 20%;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	transition: all .3s;
    transform: translateX(-50%);
	animation: scrollWheel 2.5s linear infinite;
}
.sub_content .top_visual .hgroup h2:not(.sub_content.about .top_visual .hgroup h2, .main .top_visual .hgroup h2, .moreapps .top_visual .hgroup h2)  {
    line-height: 1;
    font-size: 7.2rem;
    font-weight: 700;
    animation: none;
}

@keyframes visualTitle {
    0% {
        letter-spacing: 0;
    }
    30% {
        letter-spacing: 0;
    }
    100% {
        letter-spacing: 8px;
    }
}

@keyframes scrollWheel {
    68% {
        top: 20%;
        height: 4px;
    }
    76% {
        top: 20%;
        height: 8px;
    }
    84%,
    92% {
        top: 70%;
        height: 4px;
    }
}

/* only pc 1181 ~ */
@media (min-width: 1181px) and (max-width: 1919px) {
    /* .top_visual {
        height: calc(100vw * (980 / 1919));
    } */
    .top_visual .hgroup h2 {
        font-size: calc(100vw * (70 / 1919));
        font-family: Marcellus,Noto Sans KR,sans-serif;
    }
    .top_visual .scroll {
        bottom: calc(100vw * (56 / 1919));
        width: calc(100vw * (24 / 1919));
        height: calc(100vw * (40 / 1919));
        border-radius: calc(100vw * (40 / 1919));
        border-width: calc(100vw * (2 / 1919));
    }
    .top_visual .scroll .wheel {
        width: calc(100vw * (4 / 1919));
        height: calc(100vw * (4 / 1919));
        border-radius: calc(100vw * (2 / 1919));
    }

    .sub_content .top_visual .hgroup h2:not(.sub_content.about .top_visual .hgroup h2, .main .top_visual .hgroup h2, .moreapps .top_visual .hgroup h2)  {
        font-size: calc(100vw * (72 / 1919));
    }
}

@media (max-width: 1180px) {
    .top_visual {
        height: calc(100vw * (980 / 1180));
    }
    .top_visual .hgroup h2 {
        font-size: calc(100vw * (40 / 1180));
    }
    .top_visual .scroll {
        display: none;
    }
    .sub_content .top_visual .hgroup h2:not(.sub_content.about .top_visual .hgroup h2, .main .top_visual .hgroup h2, .moreapps .top_visual .hgroup h2)  {
        line-height: 1.3;
        font-size: calc(100vw * (72 / 1180));
    }

    @keyframes visualTitle {
        0% {
            letter-spacing: 0;
        }
        100% {
            letter-spacing: calc(100vw * (8 / 1180));
        }
    }
}

@media (max-width: 767px) {
    .top_visual {
        height: 100vh;
    }
    .top_visual .hgroup {
        top: 43%;
    }
    .top_visual .hgroup h2 {
        font-size: calc(100vw * (65 / 767));
        font-family: Marcellus,Noto Sans KR,sans-serif;
    }
    .top_visual .hgroup h2.pc {
        display: none;
    }
    .top_visual .hgroup h2.mo {
        display: block;
    }
    .top_visual .scroll {
        display: none;
    }
    .sub_content .top_visual .hgroup h2:not(.sub_content.about .top_visual .hgroup h2, .main .top_visual .hgroup h2, .moreapps .top_visual .hgroup h2)  {
        font-size: calc(100vw * (72 / 767));
    }
    @keyframes visualTitle {
        0% {
            letter-spacing: 0;
        }
        100% {
            letter-spacing: calc(100vw * (7 / 767));
        }
    }
}

