:root{
    --main-color: #6fb336;
    --sub-color: #004c9e;
    --font-GmarketSansLight: 'GmarketSansLight';
    --font-GmarketSansMedium: 'GmarketSansMedium';
    --font-GmarketSansBold: 'GmarketSansBold';
    --font-esamanruBold: 'esamanruBold';
    --font-esamanruMedium: 'esamanruMedium';
    --font-esamanruLight: 'esamanruLight';
    --height-vh:(var(--vh, 1vh) * 100);
}

.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-70{margin-top: 70px;}
.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-45{padding-top: 45px;}
.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-170{padding-top: 170px;}
.pt-180{padding-top: 180px;}
.pt-200{padding-top: 200px;}
.pt-220{padding-top: 220px;}
.pt-230{padding-top: 230px;}
.pt-260{padding-top: 260px;}
.pt-300{padding-top: 300px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-45{padding-bottom: 45px;}
.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: 1200px; width: 95%; margin: auto;}
.inner-wide{max-width: 1920px; width: 100%; margin: auto;}
.color-black{color: #000 !important;}
.color-white{color: #fff !important;}
.color-point{color: var(--main-color) !important;}
.color-aaa{color: #aaa !important;}
.color-888{color: #888 !important;}
.color-sub{color: var(--sub-color) !important;}
.bg-point{background-color: var(--main-color) !important;}
.border-bottom--e6{border-bottom: 1px solid #e6e6e6;}
.verLine{display: block; width: 1px; height: 40px; background-color: #fff;}
.verLine.wide{width: 3px;}
.scroll-auto{overflow-x: auto;}
.overflow{overflow: hidden;}

.paraph{}
.default{font-size: 18px; line-height: 1.34; text-align: left; word-break: keep-all;}
.default--small{font-size: 14px; font-weight: 300; line-height: 1.34; text-align: left; word-break: keep-all;}

.go-btns{display: flex; align-items: center; justify-content: center; padding: 22px 30px 19px; border-radius: 30px; border: solid 2px #fff; box-sizing: border-box;}
.go-btns span{font-family: var(--font-GmarketSansMedium); font-size: 16px; font-weight: 500; letter-spacing: -0.4px; text-align: left; color: #fff;}
.go-btns img{margin-left: 7px;}
.go-btns:hover{border: solid 2px var(--main-color); background-color: var(--main-color); transition: all .3s;}


/* 모바일 메뉴 시작 */
.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 20px 5px 10px;}
.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{backgroundbn-color: transparent; border: 0; display: none; align-items: center; cursor: pointer; font-size: 25px; color: #000;}
.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 20px 0 12px; height: 40px; cursor: pointer; font-size: 16px; line-height: 1.11; letter-spacing: normal; color: #000;}
.whether--gnb__depth02{}
.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;}
/* 모바일 메뉴 끝 */


/* ================================================================================================================================================================== */
/*                                                                           메인 헤더 시작                                                                             */
/* ================================================================================================================================================================== */
.top-bn{height: 54px; padding: 5px 20px; justify-content: center; align-items: center; background-color: var(--main-color); box-sizing: border-box; display: none;}
.top-bn p{margin-left: 12px; font-family: 'esamanruLight'; font-size: 17px; font-weight: 300; line-height: 1.17; text-align: center; color: #fff;}
.top-bn p b{font-family: 'esamanruMedium'; font-weight: 500;}

.main-header{width: 100%; height: 50px; display: flex; align-items: center; background-color: #fff;}
.main-header nav{width: 100%; max-width: 1920px; margin: auto; padding: 0 25px; display: flex; align-items: center; box-sizing: border-box;}
.main-header nav .main-header__logo{width: 144px;}
.main-header nav .main-header__logo img{width: 100%;}
.main-header__gnb{display: flex; align-items: center; justify-content:center; width: calc(100% - 144px - 200px);}

/* 첫번째 depth */
.main-header__gnb .gnb__depth01{position: relative;}
/* .main-header__gnb .gnb__depth01 + .gnb__depth01{margin-left: 25px;} */
.main-header__gnb .gnb__depth01>a{display: flex; align-items: center; height: 50px; padding: 0 20px;
    font-size: 16px; font-weight: 500; letter-spacing: -0.5px; text-align: left; color: #515151;}
/* 세제주문 */
.main-header__gnb .gnb__depth01:nth-of-type(8) a{color: #70bf4b;}
    
/* 두번째 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: 16px; letter-spacing: -0.5px; color: #000; text-align: center; word-break: keep-all;}

.main-header .right{width: 200px;}
.main-header .right .cs-tel{display: flex; align-items: center;}
.main-header .right .cs-tel b{display: inline-block; margin-left: 7px; font-family: 'esamanruBold'; font-size: 16px; line-height: 1.5; text-align: left; color: #004c9e;}
.toggle--mobile{display: none; font-size: 25px; color: #000;}


/* 메인 헤더 마우스 오버시 스타일 변경 */
.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;}
.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;}

/* 서브 페이지 헤더 스타일 */
.main-header.sub{position: static;}
.main-header.sub .toggle--mobile{color: #000;}
.main-header.sub .main-header__gnb .gnb__depth01>a{color: #000;}


/* 메인 헤더 스크롤시 */
.main-header.on{position: fixed; top: 0; z-index: 9; box-shadow: 0px 0px 3px 3px rgba(0,0,0,.15); transition: all .3s;}
/* .main-header.sub.on{position: fixed; top: 0; z-index: 9; background-color: #fff; box-shadow: 0px 0px 3px 3px rgba(0,0,0,.15);} */
/* ================================================================================================================================================================== */
/*                                                                           메인 헤더 끝                                                                             */
/* ================================================================================================================================================================== */


/* ================================================================================================================================================================== */
/*                                                                           메인 푸터 시작                                                                             */
/* ================================================================================================================================================================== */
.main-footer{background-color: #f5f5f5;}
.main-footer .inner-wide{display: flex; align-items: flex-start; flex-wrap: wrap; padding: 40px; box-sizing: border-box;}
.main-footer .footer__logo{max-width: 217px; width: 100%;}
.main-footer .footer__logo img{width: 100%;}
.main-footer .right-wrap{width: calc(100% - 217px - 3.12%); max-width: 1200px; margin-left: 3.12%;}
.main-footer .right-wrap .top{width: 100%; display: flex; align-items: flex-start;}
.main-footer .right-wrap .footer__top-cols{}
.main-footer .right-wrap .footer__top-cols b{font-size: 16px; line-height: 1.34; text-align: left; color: #444;}
.main-footer .right-wrap .store-guide{width: 54%;}
.main-footer .right-wrap .store-guide ul{width: 100%; display: flex; flex-wrap: wrap;}
.main-footer .right-wrap .store-guide ul li{width: 17.43%; margin-right: 3.4%;}
.main-footer .right-wrap .store-guide ul li:last-child{margin-right: 0;}
.main-footer .right-wrap .store-guide ul .tit p{font-weight: 600;}
.main-footer .right-wrap .costomer-center{width: 46%; padding-left: 40px; border-left: 1px solid #ddd;}
.main-footer .right-wrap .costomer-center ul{width: 100%;}
.main-footer .right-wrap .costomer-center .centers-tel{display: flex; flex-wrap: wrap;}
.main-footer .right-wrap .costomer-center .centers-tel .center01{width: 27%;}
.main-footer .right-wrap .costomer-center .centers-tel .center02{width: 39.23%; margin-left: 6.34%;}
.main-footer .right-wrap .costomer-center .centers-tel .centers span{color: #444;}
.main-footer .right-wrap .costomer-center .centers-tel .centers b{display: inline-block; margin-top: 10px; font-family: var(--font-GmarketSansBold); font-size: 25px; line-height: 1; text-align: left; color: var(--main-color);}
.main-footer .right-wrap .costomer-center .day-time{width: 100%;}
.main-footer .right-wrap .costomer-center .day-time table{width: 100%; border-collapse: collapse;}
.main-footer .right-wrap .costomer-center .day-time .tit{width: 50px;}
.main-footer .right-wrap .costomer-center .day-time .tit p{font-weight: 500;}
.main-footer .right-wrap .costomer-center .day-time .con{padding: 0 20px;}
.main-footer .bottom{width: 100%; display: flex; align-items: flex-start;}
.main-footer .info{width: 48.75%;}
.main-footer .info p b{font-weight: 500;}
.main-footer .bottom__right{margin-left: 9.08%; width: calc(100% - 48.75% - 9.08%);}
.main-footer .bottom__right .policy{display: flex; width: 100%;}
.main-footer .bottom__right .policy li{position: relative; margin-right: 8px; padding-right: 8px;}
.main-footer .bottom__right .policy li::after{content: ""; position: absolute; right: 0; top: 2px; display: block; width: 1px; height: 12px; background-color: #000;}
.main-footer .bottom__right .policy li:last-child::after{display: none;}
.main-footer .bottom__right .policy li a{font-size: 14px; font-weight: 500; text-align: left; color: #000;}
.main-footer .bottom__right .corporates-mark{width: 100%; display: flex; flex-wrap: wrap;}
.main-footer .bottom__right .corporates-mark img{width: 16%; max-width: 81px; margin-right: 0.79%;}
.main-footer .bottom__right .corporates-mark img:last-child{margin-right: 0;}


/* ================================================================================================================================================================== */
/*                                                                           메인 푸터 끝                                                                             */
/* ================================================================================================================================================================== */
.bns-block{position: fixed; bottom: 100px; right: 0px; z-index: 9; display: flex; flex-direction: column; align-items: center;}
#q_bn-block{display: flex;flex-direction: column;}
#q_bn-block li {width: 90px; height: 90px; position: relative;}
#q_bn-block li:nth-child(1) {background: #004c9e;}
#q_bn-block li:nth-child(2) {background: #73b939;}
#q_bn-block li:nth-child(3) {background: #ffcf00;}
#q_bn-block li:nth-child(3) a p {color: #1a1818 !important}
#q_bn-block li:nth-child(4) {background: #40a436;}
#q_bn-block li:nth-child(5) {background: #c4101d;}
#q_bn-block li:nth-child(6) {background-image: linear-gradient(45deg, #feba31, #fc0d1f 33%, #a41888 65%, #442d91);}
#q_bn-block li:nth-child(7) {background: #4d4d4d;}
#q_bn-block li a {text-align: center; display: block; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column}
#q_bn-block li a p {color: #fff; font-size: 14px; font-weight: 600; margin-top: 5px;}
.top-btn{width: 40px; height: 40px; margin-top: 20px; border: 0; background-color: transparent;}



@media (max-width:1440px){
    .main-header__gnb{width: calc(100% - 144px - 140px);}
    .main-header .right{width: 140px;}
    
    .main-footer .inner-wide{flex-direction: column;}
    .main-footer .right-wrap{width: 100%; max-width: initial; margin-left: 0; margin-top: 30px;}
    .main-footer .right-wrap .store-guide ul li{width: 19.43%;}
    .main-footer .right-wrap .costomer-center .centers-tel .center01{width: 150px;}
    .main-footer .right-wrap .costomer-center .centers-tel .center02{width: calc(100% - 150px - 6.34%);}
}

@media (max-width:1024px){
    .main-header nav{justify-content: space-between;}
    .main-header__gnb{display: none;}
    .main-header .right{width: initial;}
    .main-header .right .cs-tel{display: none;}
    .toggle--mobile{display: block; border: 0; background-color: transparent;}

    .main-footer .inner-wide{width: 95%; padding: 40px 0;}
    .main-footer .right-wrap .top{flex-direction: column;}
    .main-footer .right-wrap .store-guide{width: 100%;}
    .main-footer .right-wrap .costomer-center{width: 100%; padding: 40px 0 0; margin-top: 40px; border-top: 1px solid #ddd; border-left: 0;}
    .main-footer .bottom{flex-direction:column-reverse;}
    .main-footer .bottom__right{width: 100%; margin-left: 0;}
    .main-footer .info{width: 100%; margin-top: 30px;}
}

@media (max-width:769px){
    .main-footer .right-wrap .store-guide ul{margin-top: 10px;}
    .main-footer .right-wrap .store-guide ul li{width: 48.3%; margin-top: 20px;}
    .main-footer .right-wrap .store-guide ul li:nth-child(2n){margin-right: 0;}
    .main-footer .right-wrap .store-guide ul li .con{margin-top: 5px;}
    .main-footer .right-wrap .costomer-center .centers-tel .center01{width: 48.3%;}
    .main-footer .right-wrap .costomer-center .centers-tel .center02{width: 48.3%; margin-left: 3.4%;}
    .main-footer .right-wrap .costomer-center .centers-tel .centers b{font-size: 20px;}

    #q_bn-block li a img{width: 65px;}
}

@media (max-width:500px){
    .default{font-size: 14px}

    .top-bn{align-items: center; height: 50px; padding: 0 20px;}
    .top-bn>img{width: 50px;}
    .top-bn p{font-size: 14px;}
    .main-header nav{padding: 0; width: 95%;}
    .toggle--mobile{font-size: 20px;}
    .mob_category_close{font-size: 20px;}
    
    .main-footer .right-wrap .store-guide ul li{width: 100%;}
    .main-footer .right-wrap .costomer-center .centers-tel .center01{width: 100%;}
    .main-footer .right-wrap .costomer-center .centers-tel .center02{width: 100%; margin-left: 0; margin-top: 20px;}

    #q_bn-block li a img{width: 50px;}
}