@charset "utf-8";

:root {
  --mainColor: #0063a0;
  --subColor: #0063a0;
}

.box1{width:1300px; max-width: 95%; margin:0 auto; position: relative; }

#hd #hd_wr { background-color: #fff;  border-bottom: 1px solid #ddd; position:relative; top: 0; left: 0; width: 100%; z-index: 10000; font-size: 16px; transition: 0.3s;}
#hd .tnb { background-color: #f5f5f5; border-bottom: 1px solid #ddd; padding: 7px 0;}
#hd .tnb ul li a { font-size: 0.8125em; color: #666; margin-left: 30px;}
#hd #hd_wr .h_top { padding: 20px 0;}
#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: 470px; height: 48px; border-radius: 50px; border-color:var(--mainColor); background-color: #fff; padding: 0 60px 0 30px;}
#hd #hd_wr .h_top .hd_search .in_sch #sch_str::placeholder{color:#bbb!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; font-size: 1.5em; color:var(--mainColor);}
#hd #hd_wr .h_top .hd_right_btn > a{margin-left: 10px; min-width: 56px; height: auto; line-height: normal; text-align: center;}
#hd #hd_wr .h_top .hd_right_btn .tx {width: 100%; display: block; font-size: 0.8125em; font-weight: 400; color: #333;}
#hd #hd_wr .h_bottom {border: 0; padding:6px 0 14px;}
#hd #hd_wr .h_bottom .pc_all_btn{ cursor: pointer;}
#hd #hd_wr .h_bottom .pc_all_btn .all_btn{width:46px; height: 46px; background-color: var(--mainColor); border-radius: 15px; margin-right:15px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);}
#hd #hd_wr .h_bottom .pc_all_btn .all_btn .a_line{width:23px; height: 2px; background-color: #fff;}
#hd #hd_wr .h_bottom .pc_all_btn .all_btn .a_line.a2{margin:6px 0; width:70%;}
#hd #hd_wr .h_bottom .pc_all_btn .tx{ color: #111; font-size: 1.125em; font-weight: 500;}
#hd #hd_wr .h_bottom .gnb_box {border-top: 0; border-bottom: 0;}
#hd #hd_wr .h_bottom .h_gnb > li {position: relative;}
#hd #hd_wr .h_bottom .h_gnb > li > a { color: #111; font-size: 1.125em; font-weight: 500; padding:0; margin-left:100px;; display: block;}
#hd #hd_wr .h_bottom .h_gnb > li:hover .dp2_list {opacity: 1; visibility: visible;}
#hd #hd_wr .h_bottom .h_gnb > li:hover .dp2_list:after {width: 100%;}
#hd #hd_wr .h_bottom .h_gnb .dp2_list { position: absolute; width: 12rem; background: #fff; top: 58px; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; border: 1px solid #ddd; text-align: center;}
#hd #hd_wr .h_bottom .h_gnb .dp2_list:after {content: ""; position: absolute; left: 0; top: -3px; width: 0; height: 3px; background: var(--mainColor); z-index: 1; transition: 0.3s;}
#hd #hd_wr .h_bottom .h_gnb .dp2_list > li { padding: 0.8em 0.5em; border-bottom: 1px dotted #ededed; font-size: 0.938em;}
#hd #hd_wr .h_bottom .h_gnb .dp2_list > li:last-child {border-bottom: 0;}
#hd #hd_wr .h_bottom .h_gnb .dp2_list > li:hover {background-color: #f9f9f9;}

#pc_all_wrap{display: none;}
#pc_all_wrap.Aon{display:block;}
#pc_all_wrap .pc_all_bg{position: fixed; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0,0,0,0.4); cursor: pointer;}
#pc_all_menu{position: absolute; top: 56px; 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); z-index: 10;}
#pc_all_menu:before{content:''; width:100%; height: 100%; background-color: #aaa;}
#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:25%;}
#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: 10px; 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 50px;}
#pc_all_menu .h_all_gnb > li .dp2_list > li a,
#pc_all_menu .pc_all_cont .sa_list li a{display: block; color:#444; 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; z-index: 100; 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;}


.mo_menu_btn {display: none!important;}
.mo_menu_btn .xi {font-size: 1.625em; color: #444; margin-bottom: 2px;}

.scroll #hd #hd_wr{position: fixed;}
.scroll #hd #top_mbanner{display:none;}
.scroll #hd #hd_wr .h_bottom{display:none;}

.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 .xi{width: 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 .qk_call:hover{width:190px; border-radius: 50px;}
.qk_list li .qk_kakao{background-color: #faea00; color:#111;}
.qk_list li .qk_kakao .xi{font-size:1.2em;}
.qk_list li .qk_kakao .stx{font-size:.7em; color:#111;}
.qk_list li .qk_kakao:hover{width:180px;}
.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: #0063A0; 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: #fff; font-size: 16px; margin-top: 100px; border-top: 1px solid #ddd;}
#st_footer ul { margin:0;}
#st_footer .f_contact { padding: 60px 0 50px; border-bottom:1px solid #ededed;}
#st_footer .f_contact .in_cont > li {width: 25%; border-right: 1px solid #ededed;}
#st_footer .f_contact .in_cont > li:last-child {border-right: 0;}
#st_footer .f_contact .in_cont > li .in {padding: 0 30px;}
#st_footer .f_contact .in_cont > li:first-child .in {padding-left: 0px;}
#st_footer .f_contact .in_cont > li:last-child  .in {padding-right: 0px;}
#st_footer .f_contact .in_cont > li .in .tt {color: #333; margin-bottom: 15px; font-size: 1.25em; font-weight: 600; display: block;}
#st_footer .f_contact .in_cont > li .in .tt .xi{color: #aaa; transform: rotate(-45deg); vertical-align: bottom; margin-left:5px;}
#st_footer .f_contact .in_cont > li .in .stx {color: #333; font-size: 1.625em; font-weight: 700; margin: 3px 0 5px;}
#st_footer .f_contact .in_cont > li .in .tx { font-size: 0.875em; color: #666; }
#st_footer .f_contact .in_cont > li .in .f_sns_list > li:not(:last-child){margin-right:10px;}

#st_footer .main_bo_list{margin-top:20px;}
#st_footer .main_bo_list > li{padding-left:12px; position: relative;}
#st_footer .main_bo_list > li:not(:last-child){margin-bottom:15px;}
#st_footer .main_bo_list > li:before{content:''; width:4px; height: 4px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-color: #666; border-radius: 50%;}
#st_footer .main_bo_list .in_tit{width:calc(100% - 65px);}
#st_footer .main_bo_list .in_tit .in_tt{max-width:90%; display: inline-block; color:#444; font-size:.938em;}
#st_footer .main_bo_list .in_tit .xi-new{margin-left:3px;}
#st_footer .main_bo_list .in_date{font-size:.813em; color:#999;}
#st_footer .st_faq .main_bo_list .in_tit{width:100%;}
#st_footer .st_faq .main_bo_list .in_info{display:none;}
#st_footer .st_faq .f_cs_w{display:none;}

#st_footer .f_top .f_menu {margin:25px 0 40px;}
#st_footer .f_top .f_menu > li a {font-size: 0.938em; color: #333; margin-right: 50px; letter-spacing: 1px; position: relative;}
#st_footer .f_top .f_menu > li a:after { content: ""; display: block; width: 1px; height: 12px; position: absolute; right: -25px; top: 5px; background: #ededed;}
#st_footer .f_top .f_menu > li:last-child a:after {display: none;}
#st_footer .f_box {}
#st_footer .f_box .f_left .f_logo {width:200px;}
#st_footer .f_box .f_left .f_info {width:calc(100% - 450px); padding-left:80px;}
#st_footer .f_box .f_left .f_info > li { margin-right: 25px; color: #666; margin-bottom: 7px; font-size: 0.938em; letter-spacing: 0; }
#st_footer .f_box .f_left .f_info .sj_btn{ color:var(--mainColor); border:1px solid #ddd; border-radius: 5px; padding:8px 15px; font-size:.835em; margin-left:10px;}
#st_footer .f_box .f_left .f_info .sj_btn:hover{border-color:var(--mainColor);}
#st_footer .f_cs_w{width:250px; margin-top:-12px;}
#st_footer .f_cs_w .f_tel {color: #333; font-weight: 700; margin-bottom: 5px;}
#st_footer .f_cs_w .f_tel .in_tel{font-size:1.562em; margin-left:10px;}
#st_footer .f_cs_w .tx {color: #666; margin-bottom: 5px; font-size: 0.938em; letter-spacing: 0;}

#st_footer .f_copy_w{ background-color: #f9f9f9; position: relative; margin-top:30px;}
#st_footer .f_copy_w .box1{padding:16px 0; }
#st_footer .f_copy_w .copyright { font-size: 0.75em; color: #adadad; text-align: center; letter-spacing: .5px;}
#st_footer .f_copy_w .kcp{position: absolute; top: 50%; transform: translateY(-50%); right:0; height: 40px; }
#st_footer .f_copy_w .kcp img {width: auto; height: 100%; 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%;}
.mo_only{display:none;}
.mo_ver{display:none;}

/*메인비주얼*/
.mainSlider_wrap.mo_only {display: none;}
.mainSlider_wrap.mo_only .shop_control .xi{background-color:rgba(255,255,255,.8);}
.mainSlider_wrap.mo_only .shop_control .xi:hover{color: #666;}
.mainSlider_wrap {position: relative; }
.mainSlider_wrap #main_bn {margin: 0; border: 0; width: 100%;}
.mainSlider_wrap #main_bn .swiper-slide{text-align: center;}
.mainSlider_wrap.pc_only #main_bn .swiper-slide img{ display:inline-block; width:auto;}
.mainSlider_wrap .shop_control{width:1300px; max-width:95%;}
.mainSlider_wrap .v_shop_pagen{position: absolute; bottom:35px; left: 50%; transform: translateX(-50%); z-index: 10; width: auto; background-color: rgba(0,0,0,.4); color:rgba(255,255,255,.5); min-width:80px; padding:7px 5px; text-align: center; border-radius: 50px;}
.mainSlider_wrap .v_shop_pagen .swiper-pagination-current{color:#fff;}

.slick-track{margin:0;}
.main_tit {margin-bottom: 40px; text-align: center;}
.main_tit .in_tt {font-size: 2.25em; color: #222; font-weight: 700;}
.main_more{margin-top:40px;}
.main_more a{width:170px; height: 62px; line-height: 62px; border:1px solid #888; color:#888; font-size:1.125em; display: inline-block; border-radius: 50px; transition: .3s;}
.main_more a .xi{transform: rotate(-45deg); vertical-align: bottom; margin-left:5px;}
.main_more a:hover{background-color: var(--mainColor); color:#fff; border-color:var(--mainColor);}
.shop_control{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width:100%;}
.shop_control .xi {width:62px; height: 62px; line-height: 62px; text-align: center; background-color: #fff; border-radius: 50%; font-size: 1.068em; color: #666; cursor: pointer; transition: 0.3s; box-shadow: 0 3px 7px rgba(0, 0, 1, 0.1);}
.shop_control .b_prev{position: absolute; top: 50%; left: 0%; transform: translateY(-50%); z-index: 10; margin-left:-100px;}
.shop_control .b_next{position: absolute; top: 50%; right: 0%; transform: translateY(-50%); z-index: 10; margin-right:-100px;}
.shop_control .xi:hover{background-color:var(--mainColor); color:#fff;}
.main_doc .slick-arrow{width:62px; height: 62px; line-height: 62px; text-align: center; background-color: #fff; border-radius: 50%; font-size: 1.068em; color: #666; cursor: pointer; transition: 0.3s; box-shadow: 0 3px 7px rgba(0, 0, 1, 0.1); border:0;}
.main_doc .slick-arrow:hover{background-color:var(--mainColor); color:#fff;}
.main_doc .slick-prev{position: absolute; top: 50%; left: 0%; transform: translateY(-50%); z-index: 10; margin-left:-100px;}
.main_doc .slick-next{position: absolute; top: 50%; right: 0%; transform: translateY(-50%); z-index: 10; margin-right:-100px;}
.shop_pagen{margin-top:40px;}
.shop_pagen .slick-dots{display:flex; justify-content: center;}
.shop_pagen .slick-dots button{display:block; width:14px; height: 14px; border-radius: 50%; text-indent: -99999px; background-color: #ccc; border:0; margin:0 4px;}
.shop_pagen .slick-dots .slick-active button{width:45px; border-radius: 50px; background-color: var(--mainColor); transition: .3s;}
.slick-slide > div{display: flex; flex-wrap: wrap;}

.main_sbn01{margin-top:130px; position: relative;}
.main_sbn01 #cream_bn_main2{margin-right:-20px;}
.main_sbn01 #cream_bn_main2 img{width:100%; height: auto; border-radius: var(--item_r);}
.main_sbn01 #cream_bn_main2 .slick-slide > div{margin-right:20px;}

.best_cont{margin-top:110px;}
.best_cont .best_bn_slide .slick-arrow{display:none!important;}
.best_cont .best_bn_slide.pc_ver,
.best_cont .best_bn_slide.mo_ver{text-align:center;}
.best_cont .best_bn_slide a{display:block;}
.best_cont .slick-slide{opacity: 0!important;}
.best_cont .slick-slide.slick-active{opacity: 1!important;}
.best_cont .best_con_w{position: relative;min-height:450px;}
.best_cont .best_con_w .sct_noitem{display:none;}
.best_cont .best_con_slide{padding:0 3px;}
.best_cont .slick-list{width:100%;}
.best_cont .slick-slide{position: relative;}
.best_cont .slick-slide > div:nth-child(1) .cus_item:nth-child(1){ margin-left: 50%;}
.best_cont .slick-slide > div:nth-child(2){position: absolute; bottom:0; right: 0; width: 100%;}
.best_cont .slick-slide > div:nth-child(2) .cus_item:nth-child(1){margin-left:25%;}
.best_cont .cus_skin{margin:0 -25px 0 0!important;}
.best_cont .cus_item{min-height:450px; width:25%!important;}
.best_cont .shop_pagen{margin-top:15px;}

.prom_cont{margin-top:100px; position: relative;}
.prom_cont .main_shop_02{position: relative;}
.prom_cont #cream_bn_main3 .slick-arrow{display:none!important;}
.prom_cont #cream_bn_main3 img{display:block; width:100%!important; height: auto!important; border-radius: var(--item_r); }
.prom_cont .slick-slide{opacity: 0!important;}
.prom_cont .slick-slide.slick-active{opacity: 1!important;}
.prom_cont .cus_skin .cus_item{margin-bottom:15px!important;}
.prom_cont .cus_skin .in{margin-right:0;}
.prom_cont .cus_skin .in .sct_img_w{width:39%; height: auto; position: relative;}
.prom_cont .cus_skin .in .sct_ct_wrap{width:calc(100% - 39%); margin-top:60px; padding:0 45px;}
.prom_cont .main_shop_02 .main_s02_item .slick-slider{position: inherit;}
.prom_cont .main_shop_02 .main_s02_item .cus_skin .slick-slide > div{margin-right:0px;}
/*.prom_cont .slick-prev{position: absolute; top: 50%; left: 0%; transform: translateY(-50%); z-index: 10; margin-left:-31px;}
.prom_cont .slick-next{position: absolute; top: 50%; right: 0%; transform: translateY(-50%); z-index: 10; margin-right:-31px;}*/
.prom_cont .shop_pagen{margin-top:15px;}


.spc_cont{margin-top:100px; position: relative;}
.spc_cont .spc_slide_w{position: relative;}
.spc_cont .spc_slide_w .slick-list{width:100%;}
.spc_cont .spc_tit_bn img{border-radius: var(--item_r);}
.spc_cont .shop_control .b_prev{margin-left:-100px;}
.spc_cont .shop_control .b_next{margin-right:-100px;}


.main_sbn02{margin-top:90px; text-align: center; position: relative;}

.event_cont{margin-top:100px; }
.event_cont .event_wrap{position: relative; min-height: 450px;}
.event_cont .tab_z{width:50%; padding-right:50px;}
.event_cont .tab_z .tab_w{ border-bottom:1px solid #ddd; padding:20px 25px 20px 0; transition: .3s;}
.event_cont .tab_z .lt_img{width:70px; height: 70px; display: block; border-radius: var(--item_r); overflow: hidden;}
.event_cont .tab_z .lt_img p{width:100%; height: 100%;}
.event_cont .tab_z .lt_tit{width:calc(100% - (70px + 40px)); padding-left:25px; font-size:1.25em; color:#222; font-weight: 600;}
.event_cont .tab_z .lt_tit .in_txt{max-width:90%; display:inline-block;}
.event_cont .tab_z .lt_btn{width:40px; height: 40px; line-height: 40px; border-radius: 50%; border:1px solid #ddd; text-align: center; color:#aaa; font-size:1.25em; transition: .3s;}
.event_cont .tab_z .lt_btn .xi{transform: rotate(-45deg); transition: .3s;}
.event_cont .tab_z .tab_w:hover{ border-color:var(--mainColor);}
.event_cont .tab_z .tab_w:hover .lt_btn{background-color:var(--mainColor); border-color:var(--mainColor); color:#fff;}
.event_cont .tab_z .tab_w:hover .lt_btn .xi{transform: rotate(0deg);}

.event_cont .img_z{width:50%; position: absolute; top: 0; right:0;}
.event_cont .img_z .in_img{width:650px; height: 450px; max-width:100%; display: block; border-radius: var(--item_r); overflow: hidden; opacity: 0; visibility: hidden; transition: .3s; z-index: 1; position: relative;}
.event_cont .img_z .in_img p{width:100%; height: 100%; background-position: center top;}
.event_cont .in_dv.Aon .img_z .in_img{opacity: 1; visibility: visible; z-index: 2;}
.event_cont .in_dv:first-child .img_z .in_img{opacity: 1!important; visibility: visible!important;}

/*===================================================================서브===================================================================*/

.sub #container {width: 1300px; max-width: 96%; margin: 0 auto; padding: 80px 0 0 !important; min-height: 500px;}

/*서브 비주얼*/
.main .conSection {display: none;}
.conSection {height: 20em;}
.load .page_cover .cover_bg {transform: scale(1, 1);}
.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.2);}
.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; transform: scale(1.1, 1.1); transition: 1s;}
.page_cover .tt {color: #fff;}
.page_cover .cover_cell { position: relative; max-width: 90%;}
.page_cover .cover_cell .t2 {font-size: 3em; font-weight: 700;}


/*개인정보&이용약관*/
.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 *{word-break: break-all}
.agree_box .in_con .agree_wrap table{width:100%!important;}
.agree_box .in_con .agree_wrap span {display: block;}

.w_form_tit{width:11em;}

.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}
.board_st tbody .even td {background:#fbfbfb}
.board_tt{font-size:1.5em; margin:45px 0 10px; color:#111;}
.board_tx{border-radius: var(--bor_r); color:#555; margin-bottom:40px;}
.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;}

#bo_w .bo_w_flie .frm_file{margin-top:0;}

.company_wrap .page_tt{font-size:2em; font-weight: 700; text-align: center; margin-bottom: 15px;}
.company_wrap .page_tx{font-size:1.125em; font-weight: 300; text-align: center;}
.company_wrap .loc_wrap{margin-top:60px;}
.company_wrap .loc_wrap .loc_map { width:50%; padding-right:2em;}
.company_wrap .loc_wrap .loc_map .root_daum_roughmap .wrap_controllers,
.company_wrap .loc_wrap .loc_map .root_daum_roughmap .cont{display:none;}
.company_wrap .loc_wrap .loc_map .root_daum_roughmap_landing .border2{display:block;}
.company_wrap .loc_wrap .loc_txt { width:50%; padding:1.5em;}
.company_wrap .loc_wrap .loc_txt .page_tt{margin-bottom:20px;}
.company_wrap .loc_wrap .loc_txt ul > li:not(:last-child){margin-bottom:20px;}
.company_wrap .loc_wrap .loc_txt ul > li .fwB{width:150px; display: inline-block; font-size:1.125em;}
.company_wrap .loc_wrap .loc_txt ul > li .xi {width:40px; height: 40px; line-height: 40px; background-color: #ededed; color:#888; border-radius: 50%; text-align: center; margin-right:7px;}
.company_wrap .loc_wrap .loc_txt ul > li .in_t{width:calc(100% - 150px); margin-top:9px;}
	

.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}


#fregister .agree_box .in_con{padding:1.5em;}
#fregister .reg_ck{font-size:1.15em; margin-top:10px;}
#fregister .chk_all{color:#333; background-color:#f9f9f9; margin:20px 0 50px!important; border:1px solid #ddd; border-radius: 5px;}


/*회원가입*/
.inp_sec{margin:0 .3em;}
.btn_frmline.input_st{height:3em !important; line-height: 2em!important;}
.mem_etc_list{padding:2em; border:1px solid #ddd; border-top:2px solid #666;}
.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;}
.btn_confirm.mg_st{margin-top:60px;}

/*회원정보찾기*/	
.pw_lost_wrap .in_con{width:50%; text-align: center; padding:1em 0;}
.pw_lost_wrap .in_con:first-child{padding-right:6em; border-right:1px dashed #ddd;}
.pw_lost_wrap .in_con:last-child{padding-left:6em;}
.pw_lost_wrap .in_con .pw_lost_wt{margin-bottom:40px;}
.pw_lost_wrap .in_con .pw_lost_wt li{ text-align:left; margin-bottom:10px;}
.pw_lost_wrap .in_con .pw_lost_wt li .in_tt{width:160px;}
.pw_lost_wrap .in_con .pw_lost_wt li .in_wt{width:calc(100% - 160px);}

/*결제*/
#sod_frm_orderer .board_st,
#sod_frm_taker .board_st{font-size:1em;}
.od_tbox{background-color: #f9f9f9; border:1px solid #e8e8e8; padding:1.5em 2em; font-size:1.125em;}
.od_tbox .od_list > li:not(:last-child){margin-bottom:5px;}

.cty_btn_w{margin-top:30px;}
.cty_btn_w .cty_btn_list{margin-right:-3px;}
.cty_btn_w .cty_btn_list > li{width:50%; margin-bottom:3px;}
.cty_btn_w .cty_btn_list > li a{margin-right:3px; border:1px solid #ddd; border-radius: 4px; padding:8px 5px; color:#666; display: block; text-align: center; font-size:.938em; transition: .3s;}
.cty_btn_w .cty_btn_list > li a:hover{border-color:var(--mainColor); color:var(--mainColor);}
.cate.st_01 > li:last-child{display:none;}

#sod_frm_bk {background-color:#fff; padding:10px; margin-top:10px;}
#sod_frm_bk .bk_choice_place p {margin:3px 0;}
#sod_frm_bk .board_st.write td{padding:.8em .5em;}
#sod_frm_bk .bk_in_input > li{margin-bottom: 3px;}
#sod_frm_bk .bk_in_input > li .stt{font-size:1.068em; color:#333; margin-bottom: 2px;}
#sod_frm_bk input[type="radio"]{ position: inherit; width:auto; height: auto; overflow: auto; visibility: visible; text-indent: 0; z-index: 0;}

.input_st.s2{line-height: 1.5em;}
.ch_btn{display:inline-block!important;}
.slick-slide img{display:inline-block;}

/*==============================================================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_1 li a{line-height: 1.2; height: 40px;}

.sct_ct ul {display: flex; flex-wrap: wrap; justify-content: center;}
.sct_ct ul li {padding: 0; float: none;}
.sct_ct ul li span {color: var(--subColor);}
#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-bottom: 3em; background-color: #fff; border-top: 0;}
#sit_ov_wrap .sit_ov_innr {max-width: 100%;}
#sit_pvi {width: 640px; box-sizing: border-box; background-color: #fff; margin:0; padding:0; border:0;}
#sit_ov {width: calc(100% - 640px); padding-left:6em;}
#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{ margin-top:-5px;}
#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-top:5px;}
#sit_pvi .slider-nav .slick-slide .thumb_btn{border: 1px solid #ddd;}
#sit_pvi .slider-nav .slick-slide.slick-current{opacity: 1;}
#sit_pvi .slider-nav .slick-slide.slick-current .thumb_btn{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%;}

.sit_inf_login{padding:4em .5em; border:1px solid #ccc;}
.sit_inf_login .board_tt{font-size:2em; margin: 0 0 30px; font-weight: 500;}
.sit_inf_login .board_tx{font-size:1.125em}
.sit_inf_login .sit_inf_btn a{margin:0 3px;}

/*헤더 멤버 클릭시*/
.tnb_con,
#hd_wr.fixed .tnb_con {top: 88px;}
.tnb_con:after,
.tnb_con:before {display: none;}
#popular {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;}
#reg_result .board_tt{font-size:1.825em;}
#reg_result .board_tx{font-size:1.068em;}
#reg_result .reg_res_tbox{ width:700px; max-width:100%; margin: 10px auto 20px;}
#reg_result .reg_res_tbox #result_email{ background-color: transparent; padding:0; margin:0; border:0; line-height: inherit;}


/*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 150px 20px 60px;}
#faq_con .con_inner {padding: 20px 150px 20px 60px;}
#faq_con .con_closer { margin: 0; position: absolute; top: 20px; right: 20px;}
#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 var(--mainColor); color: var(--mainColor);}
#sod_ws_act .btn01 {background: var(--mainColor);}
.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;}

/*주문폼*/
.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; padding:0;}
#sod_list_inq .sod_opt_list{margin:5px 0;}
#sod_list_inq .sod_opt_list > li{color:#333; margin-right:5px; border:0!important;}
#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{ background-color: transparent; border:0; padding:0;  margin:10px 0 0;}
#sod_list_inq .total_price .c_point{margin-left:7px; font-size: 1.125em; font-weight: 600;}

#sod_fin_tot ul {margin:0;padding:10px 20px;list-style:none; border:1px solid #555;}
#sod_fin_tot li { background-color: transparent; padding:10px 0;border-bottom:1px solid #ddd; zoom:1; color:#111;}


/*마이페이지*/
#sod_inquiry li .inv_status,
.my_cou_wr {font-weight: normal;}
.my_menu_w > li:not(:last-child){border-bottom:1px dashed #ddd;}
.my_menu_w > li .in_w{padding:15px;}
.my_menu_w > li .in_w .xi{color:#999; font-size:1.125em;}
.smb_total{background: #f4faff; border: 1px solid #abcde9; padding: 20px; font-size: 1.25em; margin-bottom: 50px;}
.smb_total .c_point{font-size:1.25em; font-weight: 700; margin-right:2px;}
.my_cou_wr .my_cou a,
.my_cou_wr .my_po a{display:block;}

/*쿠폰*/
#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;}

/*베스트상품*/
#best_item{display:none;}

/*오늘 본 상품*/
#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;}
#stv_ul_02 > li .prd_img img{width:100%; height: auto;}
.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;}


#printPage{overflow-x: scroll}
table.printTable{min-width: 520px;}

