:root{
    --main-color: #dc1c2d;
    --font-esamanruOTF: 'esamanruOTF';
    --font-GmarketSansLight: 'GmarketSansLight';
    --font-GmarketSansMedium: 'GmarketSansMedium';
    --font-GmarketSansBold: 'GmarketSansBold';
    --font-ROEHOE-CHAN: 'ROEHOE-CHAN';
}

.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-15{padding-top: 15px;}
.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-160{padding-top: 160px;}
.pt-180{padding-top: 180px;}
.pt-200{padding-top: 200px;}
.pt-220{padding-top: 220px;}
.pt-230{padding-top: 230px;}
.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-90{padding-bottom: 90px;}
.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: 1400px; width: 95%; margin: auto;}
.inner-wide{max-width: 1920px; width: 100%; 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-top--e6{border-top: 1px solid #e6e6e6;}
.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-white{background-color: #fff;}
.bg-fcfaf5{background-color: #fcfaf5;}
.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;}
.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: 25px;}
.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: 18px; 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: 1.125rem; line-height: 1.11; color: #000;}
/* 모바일 메뉴 끝 */


/* ================================================================================= 메인 헤더 시작 ================================================================================= */
.main-header{width: 100%; height: 80px; display: flex; align-items: center;}
.main-header nav{width: 100%; max-width: 1920px; margin: auto; padding: 0 0 0 60px; display: flex; align-items: center;}
.main-header nav .main-header__logo{width: 281px;}
.main-header nav .main-header__logo img{width: 100%;}
.main-header__gnb{display: flex; width: calc(100% - 281px); justify-content: flex-end; padding-right: 13.54%;}

/* 첫번째 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: 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; width: 150px; 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; 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;}

.toggle--mobile{display: none;}
.toggle--mobile img.mainVer{display: none;}
.toggle--mobile img.subVer{display: block;}
.mainVer-logo{display: none;}
.subVer-logo{display: block;}

#sticky-wrapper {width:100%; position:absolute; z-index:99 !important; background:#fff;}
.is-sticky .main-header.mainPage {background:#fff; border-bottom:1px solid #e6e6e6;}
.is-sticky .main-header__gnb .gnb__depth01>a {color:#000;}

/* ================================================================================= 메인 헤더 끝 ================================================================================= */


/* ================================================================================= 메인 푸터 시작 ================================================================================= */
.main-footer{background-color: #fff;}
.main-footer .inner{display: flex; align-items: flex-start;}
.main-footer .footer__logo{width: 164px;}
.main-footer .footer__logo img{width: 100%;}
.main-footer .left{margin-left: 6.66%; width: calc(100% - 171px - 6.66%);}
.main-footer .left .policy{width: 100%; display: flex;}
.main-footer .left .policy li{position: relative; margin-right: 20px; padding-right: 20px;}
.main-footer .left .policy li::after{display: block; width: 1px; height: 12px; position: absolute; top: 5px; content: ""; right: 0; background-color: #666;}
.main-footer .left .policy li:last-child{margin-right: 0; padding-right: 0;}
.main-footer .left .policy li:last-child::after{display: none}
.main-footer .left .policy li a{font-family: var(--font-GmarketSansMedium); font-size: 14px; font-weight: 500; line-height: 1.79; letter-spacing: normal; text-align: left; color: #252626;}
.main-footer .left .info p{font-size: 14px; font-weight: 300; line-height: 1.34; text-align: left; color: #252626; word-break: keep-all;}
.main-footer .left .info p + p{margin-top: 8px;}
.main-footer .copyright{font-size: 14px; font-weight: 300; line-height: 1.34; text-align: left; color: #252626;}


/* ================================================================================= 메인 푸터 끝 ================================================================================= */

.top-btn{position: fixed; bottom: 50px; right: 60px; border: 0; width: 40px; height: 40px; background-color: transparent; z-index: 3;}


@media (max-width:1440px){
}

@media (max-width:1280px){
    .main-header nav{padding: 0 20px}
    .main-header__gnb{padding-right: 0;}
}

@media (max-width:1024px){
    .main-header nav{justify-content: space-between;}
    .main-header__gnb{display: none;}
    .toggle--mobile{display: block; border: 0; background-color: transparent;}
    .toggle--mobile img{width: 28px;}

    .main-footer .inner{flex-direction: column;}
    .main-footer .left{margin-left: 0; width: 100%;}
}

@media (max-width:769px){
    .toggle--mobile img{width: 20px;}
}

@media (max-width:500px){
    .main-header{height: 50px;}
    .main-header nav .main-header__logo{width: 180px;}
    .moblie-menubar .top .moblie-menubar__logo{width: 180px;}
    
    .main-footer .footer__logo{width: 125px;}
    .main-footer .left .policy li{margin-right: 8px; padding-right: 8px;}
    .main-footer .left .policy li::after{height: 10px; top: 4px;}
    .main-footer .left .policy li a{font-size: 12px;}

    .top-btn{right: 20px}
}

@media (max-width:375px){
    .main-footer .left .policy li a{font-size: 10px;}
}