:root{
    --main-color: #c40013;
    --font-esamanruOTF: 'esamanruOTF';
    --font-GmarketSansLight: 'GmarketSansLight';
    --font-GmarketSansMedium: 'GmarketSansMedium';
    --font-GmarketSansBold: 'GmarketSansBold';
}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-45{margin-top: 45px;}
.mt-50{margin-top: 50px;}
.mt-55{margin-top: 55px;}
.mt-60{margin-top: 60px;}
.mt-65{margin-top: 65px;}
.mt-75{margin-top: 75px;}
.mt-80{margin-top: 80px;}
.mt-85{margin-top: 85px;}
.mt-90{margin-top: 90px;}
.mt-95{margin-top: 95px;}
.mt-100{margin-top: 100px;}
.mt-120{margin-top: 120px;}
.mt-140{margin-top: 140px;}
.mt-170{margin-top: 170px;}

.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-35{padding-top: 35px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-55{padding-top: 55px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-85{padding-top: 85px;}
.pt-100{padding-top: 100px;}
.pt-110{padding-top: 110px;}
.pt-120{padding-top: 120px;}
.pt-130{padding-top: 130px;}
.pt-140{padding-top: 140px;}
.pt-180{padding-top: 180px;}
.pt-200{padding-top: 200px;}
.pt-220{padding-top: 220px;}
.pt-300{padding-top: 300px;}

.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-65{padding-bottom: 65px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-85{padding-bottom: 85px;}
.pb-95{padding-bottom: 95px;}
.pb-100{padding-bottom: 100px;}
.pb-120{padding-bottom: 120px;}
.pb-140{padding-bottom: 140px;}
.pb-150{padding-bottom: 150px;}
.pb-160{padding-bottom: 160px;}
.pb-180{padding-bottom: 180px;}
.pb-200{padding-bottom: 200px;}
.pb-220{padding-bottom: 220px;}
.pb-300{padding-bottom: 220px;}

.inner{max-width: 1200px; width: 95%; margin: auto;}
.flex{display: flex;}
.color-black{color: #000 !important;}
.color-white{color: #fff !important;}
.color-point{color: var(--main-color);}
.scroll-auto{overflow-x: auto;}
.border-bottom--e6{border-bottom: 1px solid #e6e6e6;}
.border-bottom--c{border-bottom: 1px solid #ccc;}
.bg-f5{background-color: #f5f5f5;}
.bg-point{background-color: var(--main-color);}
.bg-dark-red{background-color: #5d0f14;}
.bg-white{background-color: #fff;}
.bg-black{background-color: #000;}
.text-center{text-align: center !important;}


/* 모바일 메뉴 시작 */
.moblie-menubar{width: 90%; height: 100%; position:fixed; top: 0; right: -90%; z-index: 9999; background-color: #fff;}
.dim_background{width: 100%; height: 100%; background-color: rgba(0,0,0,.6); position: absolute; top: 0; z-index: 9998; display: none;}
.moblie-menubar .top{display: flex; justify-content: space-between; padding: 5px 17px 5px 14px;}
.moblie-menubar .top .moblie-menubar__logo{width: 185px; display: flex; align-items: center;}
.moblie-menubar .top .moblie-menubar__logo img{width: 100%;}
.mob_category_close{background-color: transparent; border: 0; display: none; cursor: pointer;}
.mob_category_close img{width: 20px;}
.mobile-menu{padding-bottom: 100px;height: 100%; overflow-y: auto;}
.mobile-menu__gnb{width: 100%;}
.mobile-menu__gnb .gnb__depth01{width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1);}
.mobile-menu__gnb .gnb__depth01>a{display: flex; justify-content: space-between; align-items: center; padding: 0 17px 0 12px; height: 45px; cursor: pointer; font-size: 16px; line-height: 1.11; letter-spacing: normal; color: #000;}
.whether--gnb__depth02{width: 20px;}
.mobile-menu__gnb .gnb__depth02{width: 100%;display: none;}
.mobile-menu__gnb .gnb__depth02>li{background-color: #f3f3f3;}
.mobile-menu__gnb .gnb__depth02>li + li{border-top: 1px solid rgba(0,0,0,0.1);}
.mobile-menu__gnb .gnb__depth02>li>a{display: flex; padding: 12px 14px; font-size: 16px; line-height: 1.11; color: #000;}
.mobile-menu .contact-btn--mo{display: flex; align-items: center; width: 100%; height: 45px; padding: 0 17px 0 12px; background-color: var(--main-color);}
.mobile-menu .contact-btn--mo span{font-size: 16px; line-height: 1.11; color: #fff;}
/* 모바일 메뉴 끝 */


/* ================================================================================= 메인 헤더 시작 ================================================================================= */
.main-header{width: 100%; display: flex; align-items: center; background-color: #fff; position:fixed; background:#fff; z-index:99; border-bottom:1px solid #e6e6e6;}
.main-header nav{width: 100%; max-width: 1920px; height: 80px; margin: auto; padding: 0 0 0 50px; display: flex; align-items: center;}
.main-header nav .main-header__logo{width: 139px;}
.main-header nav .main-header__logo img{width: 100%;}
.main-header__gnb{display: flex; width: calc(100% - 139px - 210px - 96px); justify-content: flex-end; padding-right: 5.93%;}
.main-header .contact-btn{width: 210px; height: 100%; display: flex; align-items: center; padding: 28px 40px; box-sizing: border-box; background-color: var(--main-color);}
.main-header .contact-btn span{font-size: 20px; font-weight: 600; letter-spacing: -0.5px; text-align: left; color: #fff; text-transform: uppercase;}
.main-header .contact-btn img{margin-left: 14px;}

/* 첫번째 depth */
.main-header__gnb .gnb__depth01{position: relative;}
.main-header__gnb .gnb__depth01+.gnb__depth01{margin-left: 1.62%;}
.main-header__gnb .gnb__depth01>a{display: flex; align-items: center; height: 100%; padding: 30px 20px; 
    font-size: 18px; font-weight: 600; letter-spacing: -0.45px; text-align: left; color: #000;}
    
/* 두번째 depth */
.main-header__gnb .gnb__depth02{position: absolute; left: 50%; transform: translateX(-50%); z-index: 999; height: 0; overflow: hidden;}
.main-header__gnb .gnb__depth02::before{position: absolute; top: 0; content: ""; width: 100%; height: 2px; display: block; background-color: var(--main-color); transform: scale(0); transition: .3s;}
.main-header__gnb .gnb__depth02 .depth02{width: 100%;}
.main-header__gnb .gnb__depth02 .depth02>a{display: flex; align-items: center; justify-content: center; padding: 15px 20px; font-size: 18px; letter-spacing: -0.5px; color: #000; text-align: center; word-break: keep-all;}

/* 메인 헤더 마우스 오버시 스타일 변경 */
.main-header__gnb .gnb__depth01:hover .gnb__depth02::before{transform: scale(1);}
.main__gnmain-header__gnbb .gnb__depth01:hover>a{color: var(--main-color); font-weight: 600;}
.main-header__gnb .gnb__depth01:hover>a .menu_mark{display: block;}
.main-header__gnb .gnb__depth01:hover .gnb__depth02{height: initial; overflow: initial; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); background-color: #fff; transition: .3s; width:160%;}
.main-header__gnb .gnb__depth02 .depth02:hover{background-color: var(--main-color); transition: .3s;}
.main-header__gnb .gnb__depth02 .depth02:hover a {color: #fff; transition: .3s;}

.site-lang-move{display: flex; width: 96px;}
.site-lang-move li{padding-right: 10px; margin-right: 10px; position: relative;}
.site-lang-move li::after{content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: block; width: 1px; height: 12px; background-color: #e6e6e6;}
.site-lang-move li:last-child{padding-right: 0; margin-right: 0;}
.site-lang-move li:last-child::after{display: none;}
.site-lang-move li a{font-size: 14px; font-weight: 500; text-align: left; color: #000;}
.site-lang-move li.active a{color: var(--main-color)}

.toggle--mobile{display: none;}

/* 서브페이지에서 헤더 스타일 */
.main-header.subPage{position: static;}
.main-header.subPage .main__gnb .gnb__depth01>a{color: #000;}
/* ================================================================================= 메인 헤더 끝 ================================================================================= */


/* ================================================================================= 메인 푸터 시작 ================================================================================= */
.main-footer{background-color: #49494d;}
.main-footer .footer__logo{width: 169px;}
.main-footer .footer__logo img{width: 100%;}
.main-footer .top{display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1);}
.main-footer .top .policy{width: calc(100% - 169px); display: flex; justify-content: flex-end;}
.main-footer .top .policy li{position: relative; margin-right: 20px; padding-right: 20px;}
.main-footer .top .policy li::after{display: block; width: 1px; height: 12px; position: absolute; top: 5px; content: ""; right: 0; background-color: #666;}
.main-footer .top .policy li:last-child{margin-right: 0; padding-right: 0;}
.main-footer .top .policy li:last-child::after{display: none}
.main-footer .top .policy li a{font-family: var(--font-esamanruOTF); font-size: 14px; text-align: left; color: #999;}
.main-footer .bottom .info p{font-size: 14px; font-weight: 200; line-height: 1.34; text-align: left; color: #999; word-break: keep-all;}
.main-footer .bottom .info p + p{margin-top: 8px;}


/* ================================================================================= 메인 푸터 끝 ================================================================================= */

.top-btn{position: fixed; bottom: 50px; right: 60px; border: 0; width: 40px; height: 40px; background-color: transparent; z-index: 3;}


@media (max-width:1440px){
    .main-header nav{padding-left: 20px;}
    .main-header__gnb{padding-right: 0; width: calc(100% - 139px - 170px - 80px);}
    .site-lang-move{width: 80px;}
    .main-header .contact-btn{width: 170px; padding: 28px 20px;}
    .main-header__gnb .gnb__depth01+.gnb__depth01{margin-left: 0;}
}

@media (max-width:1280px){
    .main-header__gnb{width: calc(100% - 139px - 140px);}
    .main-header__gnb .gnb__depth01>a{padding: 30px 15px;}
    .main-header .contact-btn{width: 140px;}
    .main-header .contact-btn img{width: 20px; margin-left: 10px;}
    .main-header .contact-btn span{font-size: 16px;}
}

@media (max-width:1024px){
    .main-header nav{padding: 0 20px; justify-content: space-between;}
    .main-header__gnb{display: none;}
    .toggle--mobile{display: block; border: 0; background-color: transparent;}
    .toggle--mobile img{width: 28px;}
    .site-lang-move.pcVer{display: none}
    .site-lang-move.moVer{align-items: center;}
    .site-lang-move.moVer li a{font-size: 15px;}
    .main-header .contact-btn{display: none;}
}

@media (max-width:769px){
    .toggle--mobile img{width: 20px;}

    .main-footer .top{flex-direction: column; align-items: flex-start;}
    .main-footer .top .policy{width: 100%; margin-top: 20px; justify-content: flex-start;}
    .main-footer .bottom{padding-top: 25px;}
}

@media (max-width:500px){
    .main-header nav{height: 50px; padding: 0 15px;}
    .main-header nav .main-header__logo{width: 85px;}
    
    .main-footer .footer__logo{width: 85px;}
    .main-footer .top .policy li{margin-right: 8px; padding-right: 8px;}
    .main-footer .top .policy li::after{height: 10px; top: 2px;}
    .main-footer .top .policy li a{font-size: 12px;}

    .top-btn{right: 20px}
}

@media (max-width:375px){
    .main-footer .footer__policy-info .policy li a{font-size: 10px;}
}