@charset "utf-8";

:root {
  --content_w : 1300px;
  --mainColor: #333;
  --subColor: #ea5639;
  --item_r: 3px;
  --h_margin: 80px;
}

.box1{width:var(--content_w); max-width: 95%; margin:0 auto; position: relative; }

#hd #hd_wr {background-color: transparent; border-bottom:0; position:fixed; top: 0; left: 0; width: 100%; z-index: 10000; font-size: 16px; }
#hd #hd_wr .h_top { padding: 10px 0; background-color: transparent; transition: 0.5s; transition-delay: .1s;}
#hd #hd_wr .h_top .hd_search{}
#hd #hd_wr .h_top .hd_search .in_sch {position: relative;}
#hd #hd_wr .h_top .hd_search .in_sch #sch_str { margin: 0; width: 350px; height: 48px; border-radius: 50px; border-color:#eee; background-color: #eee; padding: 0 60px 0 20px;}
#hd #hd_wr .h_top .hd_search .in_sch #sch_str::placeholder{color:#aaa!important;}
#hd #hd_wr .h_top .hd_search .in_sch #sch_submit { top: 50%; right: 0; transform: translateY(-50%); width: 60px; height: 48px; text-align: center;}
#hd #hd_wr .hd_right_ul a{font-size:.875em; color:#222; margin-left:20px;}
#hd #hd_wr .h_all_btn{ cursor: pointer;}
#hd #hd_wr .h_all_btn .all_btn {height:28px;}
#hd #hd_wr .h_all_btn .all_btn .tt{font-weight: 700; -webkit-user-select: none; -moz-user-select: none; -ms-use-select: none; user-select: none;}
#hd #hd_wr .h_all_btn .all_btn .a_line{width:23px; height: 2px; background-color: #2b2b2b; transition: .3s; display: none;}
#hd #hd_wr .h_all_btn .all_btn .a_line.a2{margin:6px 0; width:70%;}
#hd #hd_wr .h_all_btn.Aon .all_btn .a_line.a1{ transform: rotate(-45deg); margin: -2px 0;}
#hd #hd_wr .h_all_btn.Aon .all_btn .a_line.a3{ transform: rotate(45deg);}
#hd #hd_wr .h_all_btn.Aon .all_btn .a_line.a2{display:none;}
#hd #hd_wr .h_all_btn .tx{ color: #333; font-size: 1.125em; font-weight: 500;}

#hd #hd_wr .pc_all_btn{color:#fff; font-size:1.125em; margin-left:25px;}
#hd #hd_wr .pc_all_btn.h_all_btn .all_btn .a_line{background-color: #fff;}
#hd #hd_wr .pc_all_btn.h_all_btn .all_btn .line_w{margin-right:10px;}

#hd #hd_wr .gnb_box {border-top: 0; border-bottom: 0;}
#hd #hd_wr .gnb_box .h_a_gnb > li{ position: relative; height: 80px; line-height: 80px;}
#hd #hd_wr .gnb_box .h_a_gnb > li > a{font-size:1.125em; color:#fff; font-weight: 500; margin: 0 18px; padding:10px 0;}
#hd #hd_wr .gnb_box .h_a_gnb > li .dp2_list{ position: absolute; top: 32px; left: 50%; transform: translateX(-50%); width:8em; text-align: center; background-color: #fff; border-radius: 5px; box-shadow: 0 3px 7px rgba(0,0,0,0.15); border:1px solid #f2f2f2; overflow: hidden; display: none;}
#hd #hd_wr .gnb_box .h_a_gnb > li .dp2_list > li > a{padding:8px 5px; display: block; color:#333;}
#hd #hd_wr .gnb_box .h_a_gnb > li .dp2_list > li > a:hover{background-color: #f9f9f9;}
#hd #hd_wr .gnb_box .h_a_gnb > li .dp2_list > li:not(:last-child) > a{border-bottom:1px dotted #ddd;}
#hd #hd_wr .gnb_box .h_a_gnb > li:hover .dp2_list{display:block;}
#hd #hd_wr .gnb_box .h_mb_right img{filter: brightness(100);}
#hd #hd_wr .gnb_box .h_mb_right .mypage_btn{margin-left:15px;}
#hd #hd_wr .gnb_box .h_mb_right .cart{position: relative; margin-left:15px;}
#hd #hd_wr .gnb_box .h_mb_right .cart .cart-count{position: absolute; top: 0px; right: -7px; display: block; min-width: 18px; height: 18px; line-height: 19px; background: var(--mainColor); font-size: 11px; color: #fff; padding: 0 3px; border-radius: 50px; box-sizing: border-box; text-align: center;}


#hd #hd_wr .gnb_box .logo_01{display: none;}
#hd #hd_wr .gnb_box .logo_02{display: block;}
.scroll #hd #hd_wr .gnb_box .logo_01{display: block;}
.scroll #hd #hd_wr .gnb_box .logo_02{display: none;}
.scroll #hd #hd_wr .gnb_box .h_mb_right img{filter: brightness(0);}
.scroll #hd #hd_wr .pc_all_btn{color: #333;}
.scroll #hd #hd_wr {background-color: #fff;}
.scroll #hd #hd_wr .gnb_box .h_a_gnb > li > a{color:#111;}

.sub #hd #hd_wr {background-color: #fff;}
.sub #hd #hd_wr .gnb_box .h_a_gnb > li > a{color:#111;}
.sub #hd #hd_wr .gnb_box .logo_01{display: block;}
.sub #hd #hd_wr .gnb_box .logo_02{display: none;}
.sub #hd #hd_wr .gnb_box .h_mb_right img{filter: brightness(0);}
.sub #hd #hd_wr .pc_all_btn{color: #333;}

#pc_all_menu{position: absolute; top: 80px; left: 0; width:100%; background-color: #fff; border-radius: var(--item_r); padding:30px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); display: none;}
#pc_all_menu.Aon{display:block;}
#pc_all_menu .h_all_gnb{width:calc(100% - 300px); border-right:1px dashed #ccc; padding-right:15px;}
#pc_all_menu .h_all_gnb > li {width:20%;}
#pc_all_menu .h_all_gnb > li .in_w{margin-right:15px;}
#pc_all_menu .h_all_gnb > li .gnb_al_a,
#pc_all_menu .pc_all_cont .sa_tit{background-color: #f3f3f3; color:#111; display:block; border-radius: 3px; padding:9px; text-align: center; background-image: none; margin-bottom: 15px; transition: .3s;}
#pc_all_menu .h_all_gnb > li .dp2_list,
#pc_all_menu .pc_all_cont .sa_list{padding:0 5px 20px;}
#pc_all_menu .h_all_gnb > li .dp2_list > li a,
#pc_all_menu .pc_all_cont .sa_list li a{display: block; color:#888; margin-bottom:7px; width:90%;}
#pc_all_menu .h_all_gnb > li .dp2_list > li:hover > a,
#pc_all_menu .h_all_gnb > li .dp2_list > li:hover > button,
#pc_all_menu .h_all_gnb > li .dp3_list > li:hover > a,
#pc_all_menu .pc_all_cont .sa_list li:hover > a{color:var(--mainColor)}
#pc_all_menu .pc_all_cont{width:300px; padding-left:30px;}
#pc_all_menu .h_all_gnb .sub_cate3,
#pc_all_menu .h_all_gnb .sub_cate4{display:none;}
#pc_all_menu .h_all_gnb .depth2{ position: relative;}
#pc_all_menu .h_all_gnb .depth2 button{border:0; background-color: transparent; position: absolute; top: 2px; right:3px; font-size: 1.068em; color:#666;}
#pc_all_menu .h_all_gnb .dp3_list{ position: absolute; top: -10px; right:-200px; width:200px; background-color: #fff; border:1px solid #ccc; padding:10px 15px 3px; display: none;}
#pc_all_menu .h_all_gnb .depth2:hover .dp3_list{display:block;}
#pc_all_menu .h_all_gnb > li .in_w:hover .gnb_al_a,
#pc_all_menu .pc_all_cont .sa_cont:hover .sa_tit{background-color: var(--mainColor); color:#fff!important;}
#pc_all_menu .pc_all_cont{width:300px;}

#pc_all_menu2{position: absolute; top: 159px; left: 0; display: none;}
#pc_all_menu2.Aon{display:block;}
#pc_all_menu2 .h_all_gnb{display:block; background-color: #fff; border:1px solid #ddd; box-sizing: border-box}
#pc_all_menu2 .h_all_gnb .depth1 .in_a.da1{padding:12px 30px; display:block; width:200px;}
#pc_all_menu2 .h_all_gnb .depth1 .dp2_list{position: absolute; top: 0; left:200px; width:200px; background-color: #fff; height: 100%; border:1px solid #ddd; border-left:1px solid #eee; display: none;}
#pc_all_menu2 .h_all_gnb .depth1 .dp2_list .depth2 a{display:block; padding:12px 30px; }
#pc_all_menu2 .h_all_gnb .depth1 .dp3_list{position: absolute; top: -1px; left:198px; width:200px; background-color: #fff; height: calc(100% + 2px); border:1px solid #ddd; border-left:1px solid #eee; display: none;}

#pc_all_menu2 .h_all_gnb .in_a:hover {background-color: #f5f5f5;}
#pc_all_menu2 .h_all_gnb .depth1:hover .dp2_list{display:block;}
#pc_all_menu2 .h_all_gnb .depth1 .dp2_list .depth2:hover .dp3_list{display:block;}
#pc_all_menu2 .depth1.Aon .da1,
#pc_all_menu2 .depth2.Aon .da2{background-color: #f5f5f5;}


.mo_menu_btn {display: none!important;}
.mo_menu_btn .xi {font-size: 1.625em; color: #fff; margin-bottom: 2px;}
.scroll .mo_menu_btn .xi {color: #333;}
.sub .mo_menu_btn .xi {color: #333;}
/*.scroll #hd #top_mbanner{display:none;}*/

.qk_box{background-color: #f7f7f7; border:1px solid #ddd; position: fixed; top: 50%; transform: translateY(-50%); right:15px; width:135px; z-index: 100; border-radius: 15px;}
.qk_box #cream_bn_main4{padding: 15px 0 11px; text-align: center; border-bottom:1px solid #ddd;}
.qk_box #cream_bn_main4 .cbm4_bn{width:110px; margin: 0 auto;}
.qk_box .in_list > li a{display:block; border-top:1px solid #ddd; padding:12px; font-size:.938em; text-align: center; color:#333;}
.qk_box .in_list > li:first-child a{border-top:0; }


.qk_list{position: fixed; bottom:20px; right: 15px;z-index: 100;font-size: 16px; }
.qk_list li{ margin-top: 5px;}
.qk_list li a{display: block; width: 52px; height: 52px; line-height: 52px; text-align: center;  border-radius: 20px; font-size: 1.45em;  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%); overflow: hidden; margin-left: auto; background-color: #333; color: #fff; transition: .5s;}
.qk_list li .qk_icon{width: 52px; height: 52px; line-height: 52px; text-align:center;}
.qk_list li .stx{font-style: normal; font-size: .75em; width:0; overflow: hidden; display: none; font-weight: 700;}
.qk_list li a:hover .stx{width:auto; overflow: hidden; display: block;}
.qk_list li .xi{width: 52px; line-height: 52px; text-align:center;}
.qk_list li a.qk_btn:hover{width:180px;}
.qk_list li .qk_kakao{background-color: #faea00; color:#111;}
.qk_list li .qk_ins{background: linear-gradient(120deg, #574dc0, #b23086, #f09336); color: #fff;}
.qk_list li .qk_kakao .xi,
.qk_list li .qk_ins .xi{font-size:1.2em;}
.qk_list li .qk_today{background-color: #fff; color:#111; border:1px solid #ededed;}
.qk_list li .qk_today:hover{width:160px;}
.qk_list li .qk_inq{background-color: var(--mainColor)}
.qk_list li .qk_inq:hover{width:130px;}
.qk_menu{position: fixed; top:50%; right: 15px;z-index: 100;font-size: 16px; transform: translateY(-50%); text-align: center; width:52px; height:52px; line-height: 52px; border-radius:15px; background-color: var(--mainColor); color:#fff; box-shadow: 2px 2px 3px rgb(0 0 0 / 20%); cursor: pointer; transition: .2s;}
.qk_menu .xi{font-size:1.25em; line-height: inherit;}
.qk_menu.Aon{right:360px;}
.qk_menu.Aon .xi:before{content: '\e921'}
.sidr-open .menu_close:before{display:none;}

#sidr .cate.st2 .Aon .sub_cate {display: block;}




#st_footer {background-color: #222; font-size: 16px;  border-top: 1px solid #ccc; padding: 70px 0 80px; margin-top: 8em;}
#st_footer ul { margin:0;}


#st_footer .f_box .f_in {}
#st_footer .f_box .f_tt {color: #fff; font-size:.937em; font-weight: 600; margin-bottom: 15px;}
#st_footer .f_box .f_tx {color: #fff; font-size:1.875em; font-weight: 700; margin-bottom: 10px;}
#st_footer .f_box .f_stx {color: #888; margin-bottom: 2px; font-size: 0.937em; letter-spacing: 0;}
#st_footer .f_box .f_stx.bank{margin-top: 15px;}
#st_footer .f_box .f_stx.bank img{margin-right: 10px;}

#st_footer .f_top{}
#st_footer .f_menu > li a {font-size: 0.937em; color: #fff; margin-right: 30px; letter-spacing: 1px; position: relative;}
#st_footer .f_menu > li:last-child a:after {display: none;}
#st_footer .f_sns_list{}
#st_footer .f_sns_list > li{margin-left:10px;}

#st_footer .f_left{width:50%;}
#st_footer .f_left .f_info {}
#st_footer .f_left .f_info > li { margin-right: 15px; color: #888; margin-bottom: 10px; font-size: 0.938em; letter-spacing: 0; }
#st_footer .f_left .f_info .copyright {text-transform: uppercase; margin-top: 30px; margin-bottom: 0;}
#st_footer .f_left .f_info .sj_btn{ color:#888; border:1px solid #ddd; padding:8px 15px; font-size:.835em; margin-left:10px;}
#st_footer .f_left .f_info .sj_btn:hover{background-color: #fff; color: var(--mainColor);}
#st_footer .f_left .f_info .f_menu{margin-bottom: 15px;}
#st_footer .f_box{margin-top:40px}
#st_footer .f_box .f_bank{width:25%; padding-left:30px; padding-right:30px;}
#st_footer .f_box .f_kcp{width:25%; border-right:0; padding-left:30px;}
#st_footer .f_box .f_kcp .f_tx{margin-top:-5px;}
#st_footer .f_kcp .kcp img {width: auto; height: 40px; margin: 0 2px;}






/*탑버튼*/
#hd_btn {position: fixed; top: 50%; right: 10px; transform: translateY(-50%); z-index: 100;}
#hd_btn li {position: relative;}
#hd_btn .tx {font-size: 0.815em; width: 65px; background-color: #fff; text-align: center; line-height: 1.1; padding: 7px 0; border-radius: 5px; transform: translateY(-50%); position: absolute; top: 50%; left: -80px; border: 1px solid #ddd; display: none;}
#hd_btn .tx.on {display: block;}
#hd_btn .tx:before {content: ""; width: 4px; height: 10px; background-color: #fff; position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 2;}
#hd_btn .tx:after {content: ""; width: 7px; height: 7px; background: #ddd; transform: rotate(-45deg) translateY(-50%); position: absolute; top: 50%; right: -6px;}
#hd_btn .qk_btn {display: block;width: 2em; height: 2em; border-radius: 50%; background-color: var(--mainColor); text-align: center; box-shadow: 0 3px 0 rgb(0 0 0 / 15%); font-size: 1.5em; margin-top: 5px; cursor: pointer;}
#hd_btn .qk_btn .xi {line-height: 2em;}
#hd_btn .qk_btn.all_btn {background: var(--mainColor); color: #fff !important;}
#hd_btn .qk_btn.kakao_btn {background: #ffcf3d;color: #512929 !important;}
#hd_btn .qk_btn.naver_btn {background: #3bb51c; color: #fff !important;}
#hd_btn .qk_btn.hp_btn {background: var(--Color01); color: #fff !important;}
#hd_btn .qk_btn.inq_btn {background: var(--subColor); color: #fff !important;}
#hd_btn .qk_btn.top_btn { background: #333; color: #fff !important;}

/*퀵메뉴 고객센터*/
#hd_btn .cs_info {position: relative; color: #fff;}
#hd_btn .in {width: 300px; height: 165px; border: 1px solid #ddd; background-color: #fff; position: absolute; right: -5px; top: -115px; border-radius: 10px; transition: 0.3s; padding: 20px;}
#hd_btn .in.on {right: -320px;}
#hd_btn .in .ip_x {font-size: 1.5em; position: absolute; right: 20px; top: 15px; color: #999; cursor: pointer;}
#hd_btn .in .in_txt .ti {font-size: 16px; font-weight: 800; color: #333; margin-bottom: 5px;}
#hd_btn .in .in_txt .t1 {font-size: 2em; font-weight: 800; color: var(--mainColor); margin-bottom: 5px;}
#hd_btn .in .in_txt .t1 .xi {width: 40px; height: 40px; line-height: 40px; font-size: 0.7em; color: #fff; text-align: center; border-radius: 50%; background: var(--mainColor); margin-right: 8px;}
#hd_btn .in .in_txt .t2 {font-size: 14px; color: #333;}
#hd_btn .con_close {display: none; width: 40px; height: 40px; border: 0; font-size: 1.325em; background: #000; color: #fff; border-radius: 0px 0 0 0px; opacity: 0.7; filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";}

/*===================================================================메인===================================================================*/

.main #container {padding: 0; max-width: 100%; /*margin:var(--h_margin) auto 0;*/ overflow: hidden;}    

/*메인비주얼*/
.mainSlider_wrap {position: relative; }
/*.mainSlider_wrap #main_bn {margin: 0; border-radius: 0; border:0; width: 100%;}
.mainSlider_wrap #main_bn img{border-radius: 30px;}
.mainSlider_wrap #main_bn .slick-list {padding:0 10%;}
.mainSlider_wrap #main_bn .slick-list .slick-slide{margin:0 20px;}*/
.mainSlider_wrap .main_control{ position: absolute; top:65%; left:50%; transform: translateX(-50%); z-index: 10;}
.mainSlider_wrap .v_shop_pagen{width: 100px; height: 48px; line-height: 48px; border:2px solid #fff; font-size: .937em; color:#fff; letter-spacing: 4px; padding:0 5px; text-align: center; display: inline-block; margin-right:3px;}
.mainSlider_wrap .v_shop_pagen .swiper-pagination-current{color:var(--mainColor); font-weight: 600;}
 
.mainSlider_wrap.mo_ver .slick-arrow{background-color:transparent; border:0; color:#ddd; font-size:2.25em;}
.mainSlider_wrap.mo_ver .slick-arrow.slick-next{position: absolute; top: 50%; right: 5px; transform: translateY(-50%); line-height: 1; z-index:10;}
.mainSlider_wrap.mo_ver .slick-arrow.slick-prev{position: absolute; top: 50%; left: 5px; transform: translateY(-50%); line-height: 1; z-index:10;}
.mainSlider_wrap.mo_ver .slick-dots{display:flex; flex-wrap:wrap; justify-content: center; position: absolute; bottom:15px; left: 0; width:100%;}
.mainSlider_wrap.mo_ver .slick-dots button{width:10px; height: 10px; border:0; background-color: #ddd; border-radius: 50%; text-indent: -999px; margin:0 2px;}
.mainSlider_wrap.mo_ver .slick-dots .slick-active button{background-color:var(--mainColor)}

.main_tit {margin-bottom: 35px; text-align: center;}
.main_tit .in_tt {font-size: 2.8125em; color: #222; font-weight: 800; line-height: 1.2; margin-bottom: 10px;}
.main_tit .in_tx{font-size: 1.125em; color: #888; line-height: 1.6;}
.shop_control{}
.shop_control .xi {width:48px; height: 48px; line-height: 46px; text-align: center; border:2px solid #fff; font-size: 1.375em; color: #fff; cursor: pointer; transition: 0.3s; margin-left:7px;}
.shop_control .xi:hover{background-color:var(--mainColor); color:#fff; border-color:var(--mainColor)!important}
.slick-list{width:100%;}
.slick-track{margin:0;}
.btn_st{width:48px; height: 48px; line-height: 46px; text-align: center; background-color: #fff; border:2px solid #333; font-size:1.375em; color:#333; transition: .3s;}
.btn_st:hover{background:var(--mainColor); border-color: var(--mainColor); color: #fff;}
.btn_st.bn_prev{position: absolute; top: 45%; left: -70px; z-index: 100; transform: translateY(-50%);}
.btn_st.bn_next{position: absolute; top: 45%; right: -70px; z-index: 100; transform: translateY(-50%);}
.more_btn a{display: block; width: 150px; height: 48px; line-height: 48px; font-size: .937em; text-align: center; color: #333; border:2px solid #333; margin: 30px auto 0;transition: .3s;}
.more_btn a:hover{background: var(--mainColor); border-color: var(--mainColor); color: #fff;}


.bn_cont{padding:130px 0 100px;}
.best_cont{padding-top:100px;}

.fs_cont{padding:100px 0 110px;}
.fs_cont .fs_con_bn{width:50%; padding-right:13px;}
.fs_cont .fs_con_bn img{/*border-radius: var(--item_r);*/ width:100%; height: auto;}
.fs_cont .fs_con_list{width:50%;}
.fs_cont .fs_con_list .cus_skin{margin:-25px -25px 0 0!important; padding-left:13px;}
.fs_cont .fs_con_list .cus_skin .cus_item{ margin-bottom: 0!important; margin-top:25px;}
/*.fs_cont .fs_con_list .cus_skin .sct_ct_wrap{ position: absolute; bottom:0; left:0; width:100%; margin:0; padding:25px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent); border-radius: var(--item_r);}
.fs_cont .fs_con_list .cus_skin .sct_txt a,
.fs_cont .fs_con_list .cus_skin .sct_cost{color:#fff;}
.fs_cont .fs_con_list .cus_skin .sct_basic{display:none;}
.fs_cont .fs_con_list .cus_skin .sct_cart{bottom:22px; right:25px;}*/

.today_cont{background: #f5f5f5; padding: 100px 0; margin-top: 100px;}
.today_cont .main_tit{padding:30px 0 35px;}
.today_cont .box1{overflow: hidden;}
.today_cont .slick-list{overflow: inherit;}
.today_cont .cus_skin .cus_item{margin-bottom: 0!important;}
.today_cont .cus_skin .in .sct_box{width: 55%; background: #fff; border:1px solid #eee;}
.today_cont .cus_skin .in .sct_box .sct_img{width: 300px; height: auto;}
.today_cont .cus_skin .sct_ct_wrap{width: calc(100% - 300px); padding: 0 50px;}
.today_cont .today_sum{width: 45%; height: auto; padding-left: 40px; position: absolute; bottom: 0; right: 0;}
.today_cont .today_sum img{width: 100%; height: 100%; object-fit: cover;}
.today_cont .btn_st{background: transparent;}
.today_cont .btn_st:hover{border-color: #fff;}
.today_cont .btn_st.bn_prev{top: inherit; left: inherit; bottom: 20px; right: 105px;}
.today_cont .btn_st.bn_next{top: inherit; left: inherit; bottom: 20px; right: 50px;}
.today_cont .cus_skin .in:hover .sct_ct_w{opacity: 0;}
.today_cont .cus_skin .in:hover .sct_img img{transform: none;}
.today_cont .cus_skin .in .sct_box:hover .sct_ct_w{opacity: 1;}
.today_cont .cus_skin .in .sct_box:hover .sct_img img{transform: scale(1.1);}


.md_cont{padding-top: 100px;}

.before_cont{padding-top: 100px;}
/*.before_cont .before_con{margin-right: -25px;}*/
.before_cont .before_con > li{margin-bottom: 25px;}
.before_cont .before_con > li:nth-child(1),
.before_cont .before_con > li:nth-child(4){width: 66.66%}
.before_cont .before_con > li:nth-child(2),
.before_cont .before_con > li:nth-child(3){width: 33.33%}
.before_cont .before_con > li .in{display:block; height: 445px; margin-right: 25px; padding: 45px 50px; color: #222;}
.before_cont .before_con > li .in .in_ti{font-size: 2.1875em; font-weight: 700; line-height: 1.3; margin-bottom: 20px;}
.before_cont .before_con > li .in .in_tt{font-size: 1.0625em;}
.before_cont .before_con > li .in .in_tt .xi{font-size: .8235em;}
.before_cont .before_con > li:nth-child(1) .in,
.before_cont .before_con > li:nth-child(2) .in{color: #fff;}


.review_cont{padding: 120px 0;}
.review_cont .main_tit{width: 500px;} 
.review_cont .in_w{width: calc(100% - 500px); height: 400px;} 
.review_cont .main_tit .in_tt{color: #fff;}
.review_cont .main_tit .in_tx{color: #fff;} 
.review_cont .btn_box .more_btn a{margin: 0; color: #fff; border-color: #fff;}
.review_cont .btn_box .more_btn a:hover{border-color: #333;}
.review_cont .btn_box .btn_st{color: #fff; background: transparent; border-color: #fff; margin-left: 7px;}
.review_cont .btn_box .btn_st:hover{background: #fff; color: #333;}
.review_cont .review_list .in .rv_img{width: 50%;}
.review_cont .review_list .in .rv_img img{width: 100%; height: 100%; object-fit: cover;}
.review_cont .review_list .in .rv_prod{width: 50%; background: #fff; padding: 40px 30px 25px;}
.review_cont .review_list .in .rv_prod .rv_star{margin-bottom: 15px;}
.review_cont .review_list .in .rv_prod .rv_tit{font-size: 1.0625em; font-weight: 500; color: #222; margin-bottom: 10px;}
.review_cont .review_list .in .rv_prod .rv_txt{font-size: .937em; color: #888; min-height: 110px; margin-bottom: 15px;}
.review_cont .review_list .in .rv_prod .rv_date{font-size: .875em; color: #888; margin-bottom: 30px;}
.review_cont .review_list .in .rv_prod .rv_date .line{position: relative; margin-right: 20px;}
.review_cont .review_list .in .rv_prod .rv_date .line:before{content:''; display: block; width: 1px; height: 13px; background:#888; position: absolute; top: 2px; right: -10px;}
.review_cont .review_list .in .rv_prod .sum_box{padding: 15px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; box-sizing: border-box;}
.review_cont .review_list .in .rv_prod .sum_box .rv_sum{width: 60px; height: 60px; border: 1px solid #ddd; margin-right: 10px;}
.review_cont .review_list .in .rv_prod .sum_box .rv_ptit{width: calc(100% - 70px);color: #222; overflow: hidden; text-overflow: ellipsis;}
.review_cont .btn_box{margin-top: 150px;}

.insta_cont{padding-top:110px;}
.insta_cont .insta_con{margin-right: -10px;}
.insta_cont .insta_con > li{width: 14%; margin-bottom: 10px;}
.insta_cont .insta_con > li .in{height: 177px; margin-right: 10px;}


.line_bn{margin-top:50px; position: relative;}
.line_bn img{height: auto!important;}
.line_bn .line_bn_pagination{position: absolute; bottom: 15px; right: 30px; z-index: 10; width: auto; display: block; left: inherit; background-color: rgba(0, 0, 0, 0.25); color: #fff; padding: 8px 20px; border-radius: 50px;}




/* 메인 텍스트 */
.main_txt{padding:20px 0; overflow: hidden;}
.main_txt .main_tit .in_tt{color: #fff;}
.main_txt .move_text_box .in_text{ display: flex; white-space: nowrap; transition: 0.3s; padding: 40px 0; position: relative;}
.main_txt .move_text_box .in_text p{display: flex; animation: textLoop 30s linear infinite; padding-right: 40px; font-size: 7.5em; font-weight: 900; letter-spacing: 12px; color: #023c4a; align-items: center;}
.main_txt .move_text_box .in_text p span{-webkit-text-stroke: 1px #023c4a;color: transparent;}

@keyframes textLoop {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}


.mo_only{display:none;}
.mo_ver{display:none;}




/*===================================================================서브===================================================================*/

.sub #container {width:var(--content_w); max-width: 96%; margin: 0 auto; padding: 80px 0 0 !important; min-height: 500px;}

/*서브 비주얼*/
.main .conSection {display: none;}
.conSection {height: 20em; width:1820px; max-width:100%; margin: var(--h_margin) auto 0; /*border-radius: 30px;*/}
.page_cover {position: relative; text-align: center; overflow: hidden;}
.page_cover .cover_layer {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
.load .page_cover .cover_bg{ transform:scale(1,1);}
.page_cover .cover_bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; transition: 1s; background-image: url(../img/shop/sub_v_all.jpg); transform:scale(1.1,1.1);}
.page_cover .tt {color: #fff;}
.page_cover .cover_cell { position: relative; max-width: 90%; width:var(--content_w);}
.page_cover .cover_cell .t2 {font-size: 3em; font-weight: 700;}
.page_cover .cover_cell .tx {font-size: 1.3em; color:#fff; font-weight: 300; margin-top: 5px; letter-spacing: 0; opacity: .85;}

.page_cover.nm_10 .cover_bg{ background-image: url(../img/shop/sub_v_03.jpg);}/*라켓*/
.page_cover.nm_40 .cover_bg{ background-image: url(../img/shop/sub_v_04.jpg);}/*의류*/
.page_cover.nm_90 .cover_bg{ background-image: url(../img/shop/sub_v_05.jpg);}/*가방*/
.page_cover.nm_b0 .cover_bg{ background-image: url(../img/shop/sub_v_06.jpg);}/*신발*/
.page_cover.nm_80 .cover_bg{ background-image: url(../img/shop/sub_v_07.jpg);}/*셔틀콕*/
.page_cover.nm_a0 .cover_bg{ background-image: url(../img/shop/sub_v_08.jpg);}/*액세사리*/
.page_cover.nm_best .cover_bg{ background-image: url(../img/shop/sub_v_01.jpg);}/*베스트*/
.page_cover.nm_one .cover_bg{ background-image: url(../img/shop/sub_v_02.jpg);}/*1+1특가*/
.page_cover.nm_event .cover_bg{ background-image: url(../img/shop/sub_v_09.jpg);}/*이벤트*/
.page_cover.nm_com .cover_bg{ background-image: url(../img/shop/sub_v_all.jpg);}/*매장안내*/

/*.page_cover.va_c .cover_cell{text-align: left;}*/


.about_01_01 .page_tt{font-size:1.825em; font-weight: 700;}
.about_01_01 .page_tx{font-size:1.125em; font-weight: 300; line-height: 1.6;}
.about_01_01 .def_intro .in .img_z{width:50%; padding-right:4em;}
.about_01_01 .def_intro .in .img_z .bgfix{height: 100%; border-radius: var(--item_r);}
.about_01_01 .def_intro .in .txt_z{width:50%; padding:3em 0 3em 4em;}
.about_01_01 .def_intro .in .txt_z .page_tt{margin-bottom:35px;}
.about_01_01 .def_intro .in .txt_z .page_tx{ margin-bottom:20px;}
	


/* 매장안내 */
.company_wrap .page_tt{font-size: 1.75em; font-weight: 700; line-height: 1.6; margin-bottom: 20px;}
.company_wrap .page_tx{font-size: 1.125em; line-height: 1.6;}
.company_wrap .loc_img {height:400px; margin-top:40px; margin-bottom:40px;}
.company_wrap .loc_img .swiper-container{width:100%; height: 100%;}
.company_wrap .map_cont{ width:50%;}
.company_wrap .map_cont .root_daum_roughmap .wrap_controllers{display:none;}
.company_wrap .map_cont .root_daum_roughmap_landing .border2{display:block;}	
.company_wrap .location_info .info_box { width:50%; padding:1.5em 0 1.5em 3em;}
.company_wrap .location_info .info_box .page_tt{margin-bottom:20px;}
.company_wrap .location_info .info_box ul > li:not(:last-child){margin-bottom:13px;}
.company_wrap .location_info .info_box ul > li .fwB{width:130px; display: inline-block;}
.company_wrap .location_info .info_box ul > li .xi {width:40px; height: 40px; line-height: 40px; background-color: #ededed; color:#888; border-radius: 50%; text-align: center; margin-right:5px;}
.company_wrap .root_daum_roughmap .cont .section.lst{display: none;}



/*개인정보&이용약관*/
.agree_box {border: 1px solid #ddd; background: #f9f9f9; border-radius: 5px;}
.agree_box .in_con {padding: 2em; border: 1px solid #ededed; margin: 1em; background: #fff;}
.agree_box .in_con .agree_wrap {font-size: 0.938em;}
.agree_box .in_con .agree_wrap span {display: block;}

.board_st{border-top:2px solid #666; font-size:.938em; width:100%;}
.board_st table{width:100%;}
.board_st caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.board_st thead th input {vertical-align:top}
.board_st th {border-bottom:1px solid #e8e8e8}
.board_st td {color:#666; /*border-top:1px solid #ecf0f1;*/ border-bottom:1px solid #ecf0f1; vertical-align: middle;}
.board_st th,
.board_st td{padding:.8em .5em;}
.board_st td .xi{vertical-align: middle;}
.board_st tbody tr{position:relative;}
.board_st tbody tr:hover td {background:#fafafa}
#bo_list tbody tr:hover{border-left:0;}
.board_st tbody .even td {background:#fbfbfb}


.board_tt{font-size:1.5em; margin:45px 0 10px; color:#333;}
.table_info{color:#777;}
.frm_info{color: #777; font-size: .938em; line-height: 1.3; margin-top: 10px; position: relative;padding:0 0 0 18px;}
.frm_info:before{content:'\e9a7'; font-family: 'xeicon'; position: absolute; top: 0; left: 0;}

.board_st.write th{text-align:left; padding:.8em 1.5em; font-size:1.068em; background-color: #f9f9f9;}
.board_st.write td{text-align:left; padding:.8em 2em;}
.board_st.write td.border_n{border:0; padding: 0.8em 0;}
.board_st.write tbody tr:hover td{background-color: transparent;}
.board_st.write .btn_frmline{height:3em!important; line-height: 2em;}

.tooltip_icon {display:inline-block;vertical-align:baseline;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:absolute;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;z-index:9;font-weight:normal;margin-left:15px;margin-top:10px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}


/*==============================================================shop_스킨 수정==============================================================*/

/*제품 리스트*/
#sct_lst {display: none;}
#sct_sort button {display: none;}
#sct_sort ul {display: block !important; position: inherit; border: 0;}
#sct_sort ul:before {display: none;}
#sct_sort ul:after {display: none;}
#sct_sort li {border-top: 0; padding: 15px 0; height: auto;}
#sct_sort li a {background-color: transparent; padding: 0 20px;}
#sct_sort li a:hover {color: #000;}

.sct_ct ul {display: flex; flex-wrap: wrap; padding:1px; margin-right:-3px;}
.sct_ct ul li {padding: 0; float: none; }
.sct_ct ul li span {color: var(--subColor);}
#sct_ct_1 li a{line-height: 1.2; height: 40px;}
#sct_ct_1 li a:hover {color: #000;}

/*제품 뷰 슬라이드*/
#sit_siblings {display: none;}
.owl-carousel .owl-stage{margin:0 auto;}

/*제품 뷰 상단*/
.con_item_veiw {width: 100% !important; max-width: 100% !important;}
#sit_title {font-size: 1.375em; line-height: 1.2;}
#sit_ov_wrap {padding: 0; margin: 3em 0; background-color: #fff; border-top: 0;}
#sit_ov_wrap .sit_ov_innr {max-width: 100%;}
#sit_pvi {width: 625px; box-sizing: border-box; background-color: #fff; margin:0; padding:0; border:0;}
#sit_ov {width: calc(100% - 625px); padding-left:6em; margin:0;}
#sit_ov_btn {margin-right: -5px;}
#sit_ov_btn button {height: 50px; line-height: 49px; border-radius: 5px; font-size: 1.125em; font-weight: normal;}
#sit_ov_btn > * {flex: 33.33%; margin-right: 5px;}
#sit_ov_btn #sit_btn_wish {flex: 10%; height: 50px; line-height: 52px; border-radius: 5px; font-size: 1.375em; font-weight: normal;}
#sit_ov_btn #sit_btn_wish .xi {vertical-align: baseline;}
#sit_btn_cart,
#sit_ov_btn #sit_btn_wish {border-color: #555;}
#sit_btn_cart:hover {color: #3d3e3e; border-color: #555;}
#sit_btn_buy:hover {background-color: #111;}
#sit_ov_btn #sit_btn_wish:hover {color: #ff4f4f; border-color: #555;}
#sit_star_sns {display: none;}
.sit_ov_tbl .pay_un{text-decoration: line-through;}

#sit_pvi{display:flex; flex-wrap:wrap;}
#sit_pvi #sit_pvi_slide{border:1px solid #ddd; width:500px;}
#sit_pvi #sit_pvi_slide .slick-slide img{margin:0 auto;}
#sit_pvi .slider-nav{width:calc(100% - 500px); padding-left:20px;}
#sit_pvi .slider-nav .slick-list{}
#sit_pvi .slider-nav .slick-track{width: 100%!important; margin: 0}
#sit_pvi .slider-nav img{min-width: auto!important;}
#sit_pvi .slider-nav .slick-slide{opacity: .8; margin-bottom:5px;}
#sit_pvi .slider-nav .slick-slide img{border: 1px solid #ddd;}
#sit_pvi .slider-nav .slick-slide.slick-current{opacity: 1;}
#sit_pvi .slider-nav .slick-slide.slick-current img{border: 1px solid var(--mainColor);}


/*제품 뷰 상세정보*/
#sit_ov_bottom {max-width: 100%;}
.sanchor {border-bottom: 0; margin-right: -0.5em; margin-bottom: 30px;}
.sanchor > li {width: calc(100% / 5); margin-left: 0;}
.sanchor > li a {margin-right: 0.5em; font-weight: normal !important; font-size: 1.25em; padding: 5px 30px; border: 1px solid #ddd !important; border-radius: 5px;}
.sanchor > li a:hover {background-color: #fcfcfc !important;}
.sanchor > li a .count {font-size: 13px; font-family: var(--font); padding: 0 6px;}
.sanchor > li.on a {border: 1px solid #111 !important; color: #111; background-color: #fcfcfc !important;}
.sanchor > li.on a .count {background: #333;}
#sit_ov_bottom h3,
#sit_rel h2 {color: #333; font-weight: 500; font-size: 1.125em; margin-bottom: 10px; border: 0; padding: 0;}
#sit_inf {padding: 0;}
#sit_inf_open th,
#sit_inf_open td {padding: 10px;}
a.qa_wr {background: #333; color: #fff;}
#itemqa_list,
#itemuse_list {border-color: #333;}
#sit_qa_wbtn a,
#sit_use_wbtn a {line-height: 37px; font-weight: normal;}
#sit_use_wbtn {position: inherit; top: inherit; right: inherit;}
.sit_use_li_title:hover {background-color: transparent !important; color: #222 !important;}
.sit_use_cmd a.btn01,
.sit_qa_cmd a.btn01 {font-size: 0.875em; color: #333 !important; padding: 0 10px; line-height: 30px;}
.sit_use_dl,
.sit_qa_dl {position: inherit; top: inherit; right: inherit; padding: 0;}
.sit_use_li { padding-left: 0;}
.sit_qa_li {padding: 15px 25px;}
.sit_qa_li_title {font-weight: normal; font-size: 1em; padding: 0; float: none;}
.sit_qa_dl dd.sit_qaa_yet,
.sit_qa_dl dd.sit_qaa_done {width: auto; font-weight: normal;}
.sit_qa_dl {line-height: 25px; float: none;}
.sit_qa_qaq,
.sit_qa_qaa {border-bottom: 0; margin-bottom: 0; padding: 10px; min-height: inherit;}
.sit_qa_p {margin: 0;}
.sit_qa_p strong {display: none;}
.sit_alp {color: #111; display: block;}
.sit_qa_dl dd.sit_qaa_done {color: #fff;}
.sit_qa_dl {width: 100%;}

/*헤더 멤버 클릭시*/
.tnb_con,
#hd_wr.fixed .tnb_con {top: 88px;}
.tnb_con:after,
.tnb_con:before {display: none;}
#ol_after {width: 220px;}
#ol_after_private {font-size: 0.8em;}
#ol_after_private li,
#ol_after .ol_hd {text-align: left;}
#ol_after_private li a {font-weight: normal; color: #666;}
#ol_after_private li:hover i {color: #333;}
#ol_after_private li strong {color: var(--mainColor);}
#ol_after .profile_img img {width: 45px;}
#ol_after .ol_hd {padding-left: 80px;}

/*회원가입&로그인*/
#mb_login .sns-icon .txt i {vertical-align: baseline;}
#fregister .chk_all {color: #333;}
.form_01 .frm_info {color: #8ba4cb;}
.mem_etc_list{border:1px solid #ddd; border-top: 2px solid #666; padding:20px;} 
.mem_etc_list .chk_box{line-height:1; margin-bottom: 10px; font-size:1.125em;}
.mem_etc_list .chk_box .chk_tt{ font-weight: 500; width:150px;}
.mem_etc_list .chk_box .tooltip_icon{font-size:1.068em; margin-left:3px; margin-top:-2px;}


/*FAQ*/
#faq_hhtml {display: none;}
#faq_wrap p { margin: 0 !important;font-family: var(--font) !important;}
#faq_wrap * {font-family: var(--font) !important; font-size: 16px !important;}
#faq_con h3 {padding: 0;}
#faq_con h3 a {padding: 20px 20px 20px 60px;}
#faq_con .con_inner {padding: 20px 20px 20px 60px;}
#faq_con .con_inner *{word-break: break-all;}
#faq_con .con_closer { margin: 0; position: absolute; top: 20px; right: 20px; display: none;}
#faq_con .faq_alp {width: 30px; height: 30px; line-height: 30px; top: 20px; left: 14px; background-color: var(--mainColor);}
#faq_con .faq_alp.faq_alp_a { background-color: #aaa;}


/*상품후기*/
#sps_sch select {margin: 0; padding: 0; height: 40px;}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {display: inline-block; background: none; border: 1px solid #dddcde; color: #555; text-decoration: none; vertical-align: middle; text-align: center; font-size: 0.8em; padding: 0 10px;}
.btn_b01:hover,
.btn_b01:hover {border-color: #ada5b9;}
a.btn_b02,
.btn_b02 {display: inline-block; background: #333; color: #fff; text-decoration: none; border: 0; vertical-align: middle; text-align: center; font-size: 0.8em; padding: 0 10px;}
a.btn_b02:hover,
.btn_b02:hover {background: #000;}
a.btn_b03,
.btn_b03 {display: inline-block; border: 1px solid #000; color: #000; background: none; text-decoration: none; vertical-align: middle; text-align: center; font-size: 0.8em; padding: 0 10px;}
a.btn_b03:hover,
.btn_b03:hover {background: #000; color: #fff;}
a.btn_admin,
.btn_admin {display: inline-block; background: #d13f4a; color: #fff; text-decoration: none; vertical-align: middle; text-align: center; font-size: 0.8em; padding: 0 10px;}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {background: #ff3746;}
#sod_ws_act .btn02 {border: 1px solid #b6a272; color: #b6a272;}
#sod_ws_act .btn01 {background: #b6a272;}
.btn_cke_sc {height: auto;}
#bo_w .btn_submit,
#bo_w a.btn_cancel {padding: 0 20px;}
#guest_privacy {border: 1px solid #ddd; height: 200px; overflow-y: scroll; padding: 10px;}
#guest_privacy p {border: 0; height: auto; min-height: inherit; margin: 0; padding: 0;}
#wrapper_title {font-size: 2.5em; font-family: var(--font); font-weight: 600; margin-bottom: 0.8em; color: #333;}

/*쿠폰*/
.od_coupon_wrap {position: relative;}

/*이메일인증*/
.rg_em {width: 600px; max-width: 96%; margin: 2em auto;}
.rg_em table { width: 100%;}
.rg_em table th,
.rg_em table td { padding: 1em;}

/*장바구니*/
#sod_bsk_act .total {display: none;}
#sod_bsk_act .btn_submit {margin-top: 40px;}
.sod_cart_w{width:calc(100% - 350px);}
.od_prd_list #sod_bsk_tot{width:350px; padding-left:30px;}
.od_prd_list #sod_bsk_tot > ul{border:1px solid #555; padding:25px;}
.od_prd_list #sod_bsk_tot > ul > li{ margin-bottom: 10px; color:#444;}
.od_prd_list #sod_bsk_tot > ul > li.sod_bsk_cnt{padding-top:15px; margin:15px 0 0; border-top:1px solid #ddd; color:#222; font-weight: 600;}


/*주문폼*/
.btn_address {background: #333; border-color: #333; font-size:1em; font-weight: normal;}
#order_address {background: #f9f9f9; border: 1px solid #333; color: #333; font-weight: normal;}
#sod_frm .btn_submit { width: 49%;}
#sod_list_inq .sod_pd_tt{font-size:1.125em;}
#sod_list_inq .sod_opt{font-size:.938em; color:#888;}
#sod_list_inq .sod_opt_list{margin:5px 0;}
#sod_list_inq .sod_opt_list > li{color:#333; margin-right:5px;}
#sod_list_inq .li_op_wr:first-child{border-top:0;}
#sod_list_inq .li_op_wr{border-top:1px dashed #bbb; padding-top:10px;}
#sod_list_inq .total_price{}
#sod_list_inq .total_price .c_point{margin-left:7px; font-size: 1.125em; font-weight: 600;}

/*마이페이지*/
.my_cou_st{margin-bottom:30px;}
.my_cou_st > li{width:50%; border:1px solid #ddd; padding:20px 30px; font-size:1.068em;}
.my_cou_st > li:nth-child(1){border-right:0;}
.my_cou_st > li .input_st.s3{line-height: 1.5em;}
.my_cou_st > li .nmb_st{margin-right:20px;}
.my_menu_w{margin-right:-20px;}
.my_menu_w > li{width:25%; margin-bottom: 20px;}
.my_menu_w > li .in_w{display:block; padding:35px 20px; border:1px solid #ddd; margin-right:20px; text-align: center; height: 100%;}
.my_menu_w > li .in_w .in_icon{margin-bottom:10px;}
.my_menu_w > li .in_w .in_icon img{width:40px; height: auto;}
.my_menu_w > li .in_w .in_en{ font-size:1.2em; margin-bottom:10px; line-height: 1.1;}
.my_menu_w > li .in_w .in_tt{ font-size:1.25em; margin-bottom:20px; line-height: 1.1; font-weight: 500;}
.my_menu_w > li .in_w .in_tx{line-height: 1.3; color:#666;}
.my_menu_w > li .in_w:hover{border-color:#555;}


/*쿠폰*/
#scp_list ul {padding:10px;}
#scp_list ul li{border:1px solid #ddd; margin-bottom: 5px; padding:15px; border-radius: var(--bor_r)}
#scp_list ul li .cou_pri{font-size:1.375em; font-weight: 600; color:var(--mainColor); margin-bottom: 5px; display: block;}
#scp_list ul li .cou_tit{font-size:1.125em; margin-bottom: 5px;}
#scp_list ul li .cou_target{padding:5px; border-radius: var(--bor_r); background-color: #eee; color:#555; margin-right:5px;}
#scp_list ul li .cou_date{color:#555;}

/*전체검색*/
#ssch_frm .ssch_scharea {height: auto;}
#ssch_frm h2 strong {color: var(--mainColor);}

/*컨텐츠*/
#ctt {margin: 0; padding: 0; box-shadow: none; border: 0;}

/**/
.scrollHidden{ overflow: hidden}
.modal_wrap{position: fixed; top: 0; left: 0; width:100%; height: 100%; opacity: 0; visibility: hidden; background-color: rgba(0,0,0,.7); z-index: 10000;}
.modal_wrap.Aon{opacity: 1; visibility: visible;}
.modal{position: fixed; top: 0; left: 0; width:100%; height: 100%;  opacity: 0; visibility: hidden; display:flex; flex-wrap:wrap; align-content: center; align-items: center; justify-content: center;font-size: 15px;}
.modal.active{opacity: 1; visibility: visible;}
.modal .modal__inner{background-color:#fff; position: relative; width:800px; border-radius: var(--bor_r);}
.modal .modal__inner .modal--close{position: absolute; top: -35px; right: -45px; width: 40px; height: 40px; background: #fff; color: #666; border-radius: 50%; line-height: 40px; text-align: center;}
.modal .modal__inner .rv_img img{display:block;}
.modal .modal__inner .rv_right{padding:20px 20px 110px; box-sizing: border-box; width:calc(100% - 400px); position: relative;}
.modal .modal__inner .rv_right .rv_prod{padding-left:15px; width:calc(100% - 70px);}
.modal .modal__inner .rv_right .rv_tbox{padding-bottom:10px; border-bottom:1px solid #ddd; margin-bottom:20px;}
.modal .modal__inner .rv_right .rv_tit{font-size:1.125em; margin-bottom: 10px;}
.modal .modal__inner .rv_right .rv_txt{color:#555; -webkit-line-clamp: 4;}
.modal .modal__inner .tum_list{width:calc(100% - 40px); position: absolute; bottom:20px; left: 20px;}
.modal .modal__inner .tum_list > li{width:20%}
.modal .modal__inner .tum_list > li .in{margin-right:3px; cursor: pointer; border:1px solid #ddd; line-height: 0; text-align: center; border-radius: 5px;}
.modal .modal__inner .tum_list > li.on .in,
.modal .modal__inner .tum_list > li .in:hover{border:1px solid var(--mainColor)}
.modal_arr{width:800px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.modal_arr .xi{color:#fff; font-size:2.5em; cursor: pointer;}
.modal_arr .b_prev{margin-left:-60px;}
.modal_arr .b_next{margin-right:-60px;}

/*오늘 본 상품*/
#stv_ul_02{margin-bottom:30px; display:flex; flex-wrap:wrap; margin-right:-25px;}
#stv_ul_02 > li{width:25%; padding:0; margin-bottom: 25px;}
#stv_ul_02 > li .prd_img{border:1px solid #ddd; border-radius: var(--item_r); overflow: hidden; margin-right:25px; line-height: 1;}
#stv_ul_02 > li .prd_img a{display:block;}
#stv_ul_02 > li .prd_img img{width:100%; height: auto; display:block}
.stv_pag_w {position: relative; width:180px; height: 40px; line-height: 40px; margin: 0 auto;}
.stv_pag_w #stv_btn{position: inherit;}
.stv_pag_w #stv_btn #up,
.stv_pag_w #stv_btn #down{ position:absolute; top: 0;background: #fff; width: 40px; height: 40px; text-indent:0; overflow: hidden;  border: 1px solid #ddd; border-radius:50%; color:#666; transition: .3s;}
.stv_pag_w #stv_btn #up:hover,
.stv_pag_w #stv_btn #down:hover{ background-color: var(--mainColor); color:#fff; border-color:var(--mainColor)}
.stv_pag_w #stv_btn #up{left:0;}
.stv_pag_w #stv_btn #down{right:0;}
#stv_pg{line-height: inherit;}

