/* 공통 */
.inner {max-width: 1720px; margin: 0 auto; position: relative; min-width: 1200px;}
.min-inner {max-width: 1500px; margin: 0 auto; position: relative; min-width: 1200px;}
.sub_inner {max-width: 1200px; margin: 0 auto; position: relative; min-width: 1200px;}

#wrapper {background: #fff;}
#container {width: auto; float: none; margin: 0;}
#container .is_index {margin-left: auto;}

:root {--main-color : #ff5341}
.img img {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.bold {font-weight: bold;}

/* 헤드 */
.header {position: fixed; width: 100%; height: 110px; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.sticky {background: #fff; border-bottom: 1px solid #e1e1e1; height: 80px;}
.header.sticky .gnb {top: 100%;}
.header.sub {background: #fff; border-bottom: 0px solid #e1e1e1; height: 110px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
/* .header.sub .gnb {top: 100%;} */
.header .inner {display: flex; align-items: center; justify-content: space-between; height: 100%;}
.header .logo {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.header .logo img {width: 200px;}
.nav {display: flex;}
.nav > li {position: relative; padding-right: 40px;}
.nav > li > a {font-size: 18px; line-height: 80px;}
.nav > li > a:hover {opacity: 0.5;}
.gnb {display: none; position: absolute; top: 80%; left: 0; background: #fff; padding: 10px; width: 130px; border: 1px solid #e1e1e1;}
.gnb a {font-size: 15px; line-height: 2.3; white-space: nowrap; display: block; color: #555; padding: 0 10px; }
.snb {display: flex; column-gap: 40px;}
.snb > li > a {font-size: 18px;}
.snb img {width: 23px;}
.snb .sch_btn {cursor: pointer;}
.snb .shop {position: relative; padding-right: 12px;}
.snb .count {background: var(--main-color); color: #fff; border-radius: 10px; font-size: 12px; line-height: 18px; position: absolute; top: -5px; right: -0; padding: 0 5px;}
.nav > li:hover .gnb {display: block;}
.gnb a:hover {background: #f7f7f7; color: var(--main-color);}

.hd_sch_bg {content: ""; background: rgba(0,0,0,0.3); position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; z-index: 99998; display: none}
.hd_sch_wr {width: 100%; margin-left: 0; padding: 60px 0; background: #fff; position: fixed; top: 0; left: 0; z-index: 99999; display: none}
.hd_sch_wr h1 {font-size: 20px; text-align: center; font-weight: 600; margin: 0 0 15px 0}
#hd_sch {width: 500px; margin: 0 auto; border-radius: 0;}
#hd_sch #sch_str {width: 90%; border-radius: 0; background: #fff; border-bottom: 1px solid #000; font-size: 15px; color: #000}
#hd_sch #sch_str::placeholder {color: #acacac}
#hd_sch #sch_str:focus {border: 0!important; border-bottom: 1px solid #000!important}
#hd_sch #sch_submit {width: 10%; border-radius: 0; background: #fff; border-bottom: 1px solid #000; color: #555;}
.hd_sch_close {width: 60px; height: 60px; background: url(/img/main/close.svg) no-repeat center center / 40% #000; position: absolute; top: 0; right: 0;}

/* 탑버튼 */
.top_btn {background: url(/img/main/up_arrow.svg) no-repeat center center / 43% #000; width: 50px; height: 50px; position: fixed; right: 20px; left: auto; bottom: 20px; z-index: 999; border: 1px solid rgba(255,255,255,0.3); display: none}

/* 메인뷰 */
.mainView {width: 100%; height: 100dvh;}
.mainView .min-inner {height: 100%;}
.mv_img img {height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.2); transition: 4s;}
.mv_tit {position: absolute; top: 50%; left: 0; transform: translateY(-50%); margin-top: 60px;}
.mv_tit h1 {font-size: 53px; font-weight: bold; transition: 0s; position: relative; top: 50px; opacity: 0;}
.mv_tit p {font-size: 20px; margin: 25px 0 70px; transition: 0s; position: relative; top: 50px; opacity: 0; color: #777;}
.mv_tit a {font-size: 16px; width: 180px; line-height: 60px; text-align: center; color: #fff; background: #000; border: 1px solid #000; transition: 0s;  position: relative; top: 50px; opacity: 0;}
.mv_product {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.mv_product img {position: absolute; top: 75%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: 1.5s; transition-delay: 0.6s;}

.swiper-slide-active .mv_tit h1 {top: 0px; opacity: 1; transition: 0.8s; transition-delay: 0.3s;}
.swiper-slide-active .mv_tit p {top: 0px; opacity: 1; transition: 0.8s; transition-delay: 0.6s;}
.swiper-slide-active .mv_tit a {top: 0px; opacity: 1; transition: 0.8s; transition-delay: 0.9s;}
.swiper-slide-active .mv_img img {transform: translate(-50%, -50%) scale(1);}
.swiper-slide-active .mv_product img {top: 50%; opacity: 1;}

/* 스와이퍼 공통 */
.swiper-slide, swiper-slide {overflow: hidden;}
.swiper-pagination {max-width: 1500px; left: 50%!important; bottom: 62%!important; transform: translate(-50%, -50%); text-align: left;}
.swiper-pagination-bullet {opacity: 1; margin: 0 30px 0 10px!important; margin-bottom: 70px;}
.swiper-pagination-bullet-active {background: #000; position: relative;}
.swiper-pagination-bullet-active::before {content: ""; width: 24px; height: 24px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid #000;}
.swiper-button-next, .swiper-button-prev {width: 60px; height: 60px; background: rgba(0,0,0,0.15); top: 40%;}
.swiper-button-next:hover, .swiper-button-prev:hover {background: rgba(0,0,0,0.25);}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 17px; color: #fff;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 0;}
.swiper-button-next {right: 0;}
.swiper-button-prev {left: 0;}

/* 소개 */
.intro {padding: 100px 0; text-align: center;}
.intro img {width: 102px;}
.intro p {font-size: 18px; font-weight: bold; color: #999; margin: 20px 0 0 0;}

/* 메인 타이틀 */
.main_tit {font-size: 35px; font-weight: bold; text-align: center;}

/* 베스트셀러 */
.bestSeller {background: #f8f8f8; padding: 120px 0;}
.bestSeller .smt_10 .sct_img {border: 0!important;}

/* 메인 제품리스트 */
.smt_10 {margin-top: 60px;}
.smt_10 .sct_li {text-align: center;  margin-bottom: 0;}
.smt_10 .sct_img {background: #fff; border: 1px solid #efefef;}
.smt_10 .sct_img a {overflow: hidden}
.smt_10 .sct_img a img {transition: 0.3s; width: 100%!important; height: auto!important;}
.smt_10 .sct_li:hover .sct_img a img {transform: scale(1.1);}
.smt_10 .sct_txt {font-size: 20px; border-bottom: 0; padding-bottom: 0; margin: 25px 0 15px; font-weight: 600;}
.smt_10 .sct_cost {font-size: 16px; font-weight: 500; letter-spacing: 0; margin: 0}
.smt_10 .sct_disc {position: inherit; padding: 0; font-size: 16px; font-weight: 500; line-height: 1; background: none; color: var(--main-color); margin: 0 7px 0 0}
.smt_10 .sct_dict {font-size: 16px; display: inline-block; color: #999; margin: 0 0 0 7px}
.sct_btn_list {display: none; position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); column-gap: 5px;}
.smt_10 .sct_li:hover .sct_btn_list {display: flex}
.sct_btn_list li {background: #fff; width: 50px; height: 50px; border-radius: 50%;}
.sct_btn_list button {background: none; height: 100%; width: 100%;}
.sct_btn_list i {font-size: 20px!important; color: var(--main-color); line-height: 1!important;}
.smt_10 .sct_cart {display: block; position: inherit; padding: 0; background: none;}
.sct_btn_list img {width: 50%}
.sit_icon_li {position: absolute; top: 20px; left: 20px; z-index: 1}
.shop_icon {font-size: 13px; line-height: 20px; padding: 0 7px; margin: 0 3px 0 0; border-radius: 0;}

/* shop.lip.php 수정*/
.shop_icon_1 {background: #000; border: 1px solid #000;}
.shop_icon_2 {background: rgba(255,255,255,0.5); color: var(--main-color); border: 1px solid var(--main-color);}
.shop_icon_3 {background: rgba(255,255,255,0.5); color: #000; border: 1px solid #000;}
.shop_icon_4 {background: rgba(255,255,255,0.5); color: #556ee6; border: 1px solid #556ee6;}
.shop_icon_5 {background: var(--main-color);}

/* 이벤트배너 */
.eventBanner {position: relative;}
.mainBanner {height: 36vw;}
.mb {display: flex; align-items: center;}
.mb .img {height: 100%; width: calc(50% + 170px); overflow: hidden; position: relative;}
.mb .txt {display: flex; align-items: center; width: calc(50% - 170px); height: 100%; background: #fff;}
.mb_txt {font-size: 18px; padding-left: 5vw;}
.mb_txt h2 {}
.mb_txt h1 {font-size: 40px; margin: 20px 0 40px;}
.mb_txt p {color: #999;}
.mb_link {margin-top: 60px; display: flex;}
.mb_link .link {width: 130px; line-height: 50px; height: 50px; text-align: center; border: 1px solid #000; transition: 0.3s;}
.mb_link .arrow {width: 50px; height: 50px; border: 1px solid #000; border-left: 0; background: url(/img/main/right-arrow.svg) no-repeat center center / 40%;}
.mb_link:hover .link {background: #000; color: #fff;}
.mainBanner .swiper-button-next, .mainBanner .swiper-button-prev {top: 50%;}
.mainBanner .swiper-button-next {right: calc(50% - 170px);}

.subBanner {position: absolute; top: 0; width: 100%; left: calc(100% - 100px); opacity: 0.3;}

/* 사용법 */
.mainUse {height: 700px; position: relative;}
.mainUse .inner {display: flex; align-items: center; height: 100%;}
.usetxt {width: 50%; text-align: center;}
.usetxt p {font-size: 18px; color: #999; margin: 40px auto 60px;}
.usetxt .link {}
.usetxt .link a {font-size: 18px; border: 1px solid #000; padding: 20px; width: 150px; height: 100px; margin: 0 5px; text-align: left; position: relative; transition: 0.3s;}
.usetxt .link a .arrow {position: absolute; bottom: 20px; right: 20px; background: url(/img/main/right-arrow.svg) no-repeat center center / cover; width: 20px; height: 10px;}
.usetxt .link a:hover .arrow {background: url(/img/main/right-arrow-white.svg) no-repeat center center / cover;}
.usetxt .link a:hover {background: #000; color: #fff;}
.mainuse_img {position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: url(/img/main/mainuse_img.jpg) no-repeat center center / cover;}

/* 메인 탭 카테고리 */
.product_tab {display: flex; justify-content: center; margin: 140px auto 0;}
.product_tab li {font-size: 20px; font-weight: bold; width: 200px; line-height: 60px; border: 1px solid #000; text-align: center; border-left: 0; cursor: pointer; opacity: 0.2;}
.product_tab li:first-child {border-left: 1px solid #000;}
.product_tab li.on {opacity: 1; border-left: 1px solid #000;}
.tab-content {display: none;}
.tab-content.on {display: block;}

/* 하단 */
.footer {background: #000; color: #fff; font-size: 15px; font-weight: 100; padding: 60px 0; margin-top: 140px;}
.footer .inner {display: flex; justify-content: space-between;}
.ft_logo img {width: 180px;}
.ft_link {margin: 40px auto 30px;}
.ft_link li {width: 40px; display: inline-block; margin: 0 10px 0 0;}
.ft_link li a {display: block;}
.copyright {opacity: 0.5;}
.ft_info {display: flex; column-gap: 8vw;}
.ft_info .info_box:first-child {width: 240px;}
.ft_info h1 {margin-bottom: 20px; font-weight: 400;}
.ft_info h2 {font-size: 30px; margin-bottom: 20px; font-weight: 700;}
.info_list {opacity: 0.5;}
.info_list li {line-height: 1.65; word-break: keep-all;}

@media screen and (max-width:1760px) {
    .inner {margin: 0 20px;}
}
@media screen and (max-width:1540px) {
    .min-inner {margin: 0 20px;}
    .swiper-pagination {max-width: calc(100% - 40px);}
}