@charset "utf-8";

#wrap{width:100%;}

/* shop header */
.header{width:100%;position:relative;z-index:900;background:#fff;display: flex;padding: 20px 100px;transition: top 0.3s 0.1s, background 0.3s 0.1s;}
.header h1{position: absolute; top: 20px; left: 100px;}
.header h1 a{display:block; width: 120px;height:68px; background:url(../../../images/os/common/logo.png)no-repeat;background-size: cover;}

.header .rightUtil{position: absolute;top: 20px;right: 100px;padding: 15px 0;}
.rightUtil .userMenu{display: flex;}
.rightUtil .userMenu a{display:inline-block;padding: 0 5px;color:rgba(0,0,0,0.6);font-size:14px;transition:all 0.3s;position:relative;margin-left: 10px;line-height: 38px;}
.rightUtil .userMenu a:hover{color:#000;}
.rightUtil .userMenu a.sch_btn{display: block; width: 40px; height: 40px; background: #efefef; border-radius: 20px; margin-left: 15px; text-align: center;}
.rightUtil .userMenu a.sch_btn i { font-size: 20px; line-height: 40px;}
.rightUtil .userMenu a.cart{ position: relative;}
.rightUtil .userMenu a.cart img{vertical-align: middle;opacity:0.8;}  
.rightUtil .userMenu a .cart_count {position: absolute;bottom: 0;right: -3px;padding: 2px 6px;line-height: 15px;border-radius: 100%;color: #fff;background: #1751a0;font-size: 12px; font-weight: 600;}

/*통합 검색*/
.all_sch { position: absolute; left: 0; bottom: 0; display: flex; width: 100%; height: 300px; background-color: #f1f0ec; transform: translateY(100%); align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.all_sch.on { opacity: 1; pointer-events: auto;z-index: 300;}
.all_sch .sch_box { display: flex; align-items: center; justify-content: center; }
.all_sch .sch_box .inp_box { display: flex; align-items: center; justify-content: center; width: 460px; height: 60px; background-color: #fff; border-radius: 2em; overflow: hidden; }
.all_sch .sch_box .inp_box input { width: 80%; height: 100%; background-color: transparent; font-size: 16px;border: 0; }
.all_sch .sch_box .inp_box input::placeholder { color: #777; }
.all_sch .sch_box .inp_box .sch_btn { width: 18px; height: 18px; }
.all_sch .sch_box .inp_box .sch_btn svg { width: 100%; height: 100%; }
.all_sch .sch_box .close_btn {width: 28px;height: 28px;margin-left: 20px;border: 0;}
.all_sch .sch_box .close_btn svg { width: 100%; height: 100%; }

.header .nav{display: table; margin: 0 auto;}
.header .nav .deps_1{position: relative;display: flex;overflow: hidden;z-index: 50;align-items: center;justify-content: center;}
.header .nav .deps_1 > li{padding: 15px 40px;transition: all 0.4s;}
.header .nav .deps_1 > li > a {position: relative;color: #000;font-size: 18px;font-weight: 500;line-height: 38px;}
.header .nav .deps_1 > li > a::before{content: ''; position: absolute; top: -0.65em; left: calc(50% - 0.25em); opacity: 0; width: 0.25em; height: 0.25em; background: #1751a0; border-radius: 50%; transition: all 0.2s}
.header .nav .deps_1 > li:hover > a::before{top: -0.6em; opacity: 1;}

.header .nav .deps_1 > li > a.active:before { opacity: 1; }

.header .nav .deps_1 > li > a span { transition: all .4s; }
.header .nav .deps_1 > li > a span.hover_txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; white-space: nowrap; font-size: 18px; }
.header .nav .deps_1 > li:hover > a span { opacity: 0; }
.header .nav .deps_1 > li:hover > a span.hover_txt {font-family: "Montserrat", serif; font-weight:600; opacity: 1; }

.header .nav .deps_2{position: absolute; opacity: 0; padding-top: 5rem; pointer-events: none; transition: opacity .5s .1s}
.header .nav .deps_2 > li{}
.header .nav .deps_2 > li > a{display: block; color: rgba(255,255,255,.7); padding: 0.5rem 0; transition: color 0.2s}
.header .nav .deps_2 > li > a:hover,
.header .nav .deps_2 > li > a.active{color: rgba(255,255,255,1); font-weight: 600}
.header .nav .gnb_bg{position: absolute; left: 50%; bottom: 1px; background: rgba(0,0,0,.6); width: 100%; height: 0; display: block;transform: translate(-50%,100%); content: ""; transition: height .4s , opacity .4s; box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 15px; z-index: 30;}
.header.on .nav .deps_1{overflow: visible}
.header.on .nav .deps_2{opacity: 1; pointer-events: all; will-change: height}
.header.on .nav .gnb_bg{height: 380px; }

@media screen and (max-width:1800px){
	.header{padding: 20px 60px;min-width: 1480px;}
	.header h1 {left: 60px;}
	.header .rightUtil{right: 60px;}
	.footer {min-width: 1480px;}
	.footer .ftCs{padding:25px 60px;}
	.footer .ftCont{padding:40px 600px 70px;}
	
}

.jbFixed2 {position: fixed;width: 930px !important;top: 0px;margin-top: 80px;z-index: 9000;}

#tophead{position: absolute;top: -15px;right: 0;background-image: linear-gradient(300deg, #1b529e 0, #2e8b3e 100%);border-radius: 15px;}
.textAnimation {animation:topCertify 1.0s infinite;font-size: 12px;padding: 2px 10px;}
@keyframes topCertify{0%{color:rgba(255, 255, 255, 1);}100%{color:rgba(255, 255, 255, 0.5);}}

.shopAllWrap{width:100%;position:relative;top:0;left:0;z-index:11;display:none;}
.shopAll{width: 100%;z-index:99;position: absolute;left: 0;top: 0;border: 1px solid rgba(79,99,209,0.2);border-right: 0;background: #fff;padding: 0 60px;}
.shopAll ul{display: flex;margin-left: 35px;}
.shopAll li{width:20%;height: 400px;display:table-cell;padding: 40px 50px;box-sizing:border-box;border-right:1px solid rgba(79,99,209,0.2);}
.shopAll li p{font-size:18px;color:#000;margin-bottom:20px;line-height:1;font-weight:500;}
.shopAll li a{font-size:14px;color:#666;display:block;}
.shopAll li a:hover{text-decoration:underline;}
.shopGnbClo{position:absolute;left: 50%;bottom: -50px;width: 50px;height: 50px;font-size:20px;color: #fff;background: #666;text-align: center;}
.shopGnbClo i{font-size: 28px; line-height: 50px;}

.langSelec{display:inline-block;position:relative;}
.langSelec:after{content:"";display:block;width:1px;height: 12px;background: rgba(255,255,255,0.2);position:absolute;left:0;top:7.5px;}
.langSelec select{border:none;color:rgba(255,255,255,0.6);font-size: 15px;color:#acacac;font-weight:500;padding-left:15px;padding-right:10px;width:90px;vertical-align:top;background:transparent;background: url(../../../images/os/contents/selectArrow.png) no-repeat 98% center;height: 30px;}
.langSelec select:focus{border:0 !important;box-shadow:none;background:transparent url(../../../images/os/contents/selectArrow.png)no-repeat 98% center;}
.langSelec select.fw{background: url(../../../images/os/contents/selectArrow_w.png) no-repeat 98% center; color:rgba(255,255,255,0.8);}
.langSelec select.fw option{color:#333;}
.langSelec span{display:inline-block;width:15px;height: 30px;}
.langSelec i:after{ content:'\e900'; font-family: xeicon;}
.homeMain{margin-top:-115px;}

.gnb{position:absolute;top:50%;margin-top:-16px;right:100px;}
.gnb ul{display:inline-block;vertical-align:middle;position:relative;}
.gnb li{float:left;margin-left:80px;}
.gnb li:last-child{margin-right:20px;}
.gnb li a{color:rgba(255,255,255,1);font-size:20px;border-bottom: 1px solid transparent;position: relative; transition: all 0.5s;}
.gnb li a::after{ content: ""; width: 100%; height: 1px; background: #fff; position: absolute; bottom: -1px; left: 0; transform: scaleX(0); transform-origin: left; transition: all 0.5s; }
.gnb li a:hover::after{ transform: scaleX(1); }
.jbFixed_h .gnb li a{color:#000;}
.jbFixed_h .gnb li a::after{background: #000;}

#repbgLayer{display:none; left: 0px; top: 0px; width: 100%; height: 0px; clear: both; position: absolute; z-index: 999;  filter:Alpha(Opacity=30); opacity:0.5; -moz-opacity:0.3; background-image: none; background-attachment: scroll; background-repeat: repeat; background-position-x: 0%; background-position-y: 0%; background-size: auto; background-origin: padding-box; background-clip: border-box; background-color: rgba(0, 0, 0);}
.box-inner .boxTit{position: relative;font-size: 18px; color: #000; font-weight: 500; }
.boxTit span{position: absolute; right: 0; top: 0;}
.boxTit span a{display: block; width: 19px; height: 19px;}
.box-inner .totalBox{margin: 30px 0 15px;}
.totalBox .total{display:inline-block;font-size: 15px;line-height: 16px;}
.totalBox .total span{font-size: 16px; color: #b7133c;}
.totalBox .totclose a{display: block;font-size: 12px;color: #838583;background: url(../../../images/os/common/icon_close2.png)no-repeat 0 3px;padding-left: 18px;line-height: 20px;}
.box-inner .recentList{position: relative;height: 610px;overflow-y: scroll;padding-right: 10px;}
.recentList dl{position: relative;width: 100%; border: 1px solid #eaeaea; border-radius: 10px; padding: 15px; box-sizing: border-box; margin-top:10px}
.recentList dl:first-child{margin-top:0}
.recentList dl dt{float: left; width: 25%; height: 70px; border: 1px solid #eaeaea; box-sizing: border-box; border-radius: 5px;}
.recentList dd{float:left; width:75%; padding:3px 20px 0 12px;}
.recentList p.rName{font-size: 14px; color: #000; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.recentList p.rPrice{font-size: 16px; color: #d7222b; font-weight: 600;}
.recentList dd.listclose{position: absolute;top: 23px;right: 22px;width: 13px;height: 12px;padding: 0;}
.recentList dd.listclose a{display: block; width: 13px; height: 12px;}

.btmFx{position:fixed;bottom:30px;right:30px; z-index: 10;}
.btmFx div{width: 50px; height: 50px; padding-top: 14px; border-radius: 100%; background-color: #fff; border: 1px solid #ccc; font-weight: 500; text-align: center; font-size: 12px; line-height: 18px; letter-spacing: -0.01em; color: #595959; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); box-sizing: border-box; margin-top:8px; transition-duration:0.5s; cursor: pointer;}
.btmFx .rep{background:#fff url(../../../images/os/common/icon_rep.png)no-repeat 50% 50%; }
.btmFx .rep a{display: block; width: 50px; height: 50px; padding: 0;}
.btmFx .scroll-to-top:before{content: ""; display: block; width: 9px; height: 5px; background-position: center; background-repeat: no-repeat; background-size: 9px 5px !important ; background:url(../../../images/os/common/icon_top.png)no-repeat; margin: 0 auto 1px;}
.btmFx div:hover{border: 1px solid #555;}

.recentList::-webkit-scrollbar {width: 2px; height: 8px;}
.recentList::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.1); border-radius: 4px;}
.recentList::-webkit-scrollbar-thumb {background-color: rgba(0,0,0,1);  border-radius: 4px;}	   

/* all menu */
/* .allMenuCont{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:9999;overflow:hidden;}
.allMenuCont .allClose{font-size:40px;position:absolute;right:87px;top:34px;width:50px;height:50px;line-height:50px;text-align:center;}
.allMenuCont nav{display:flex;flex-direction:column;position:absolute;left:50%;top:50%;width:400px;height:400px;margin-top:-200px;margin-left:-200px;align-content:center;}
.allMenuCont nav a{text-align:center;margin:10px 0;color:#000;font-size:40px;font-family:'Roboto';transition:all 0.3s;font-weight:700;display:block;}
.allMenuCont nav a:hover{color:#4f63d1;} */

/* footer */
.footer{width:100%; box-sizing:border-box; background: #fff; border-top: 1px solid rgba(0,0,0,1); min-width: 1480px;}
.footer .ftCs{border-bottom: 1px solid rgba(0,0,0,.2);padding: 25px 100px;font-size: 16px;color: #1751a0;line-height: 1;}
.footer .ftCont{padding:40px 100px 70px;}
.footer .compInfo p{filter: brightness(0); opacity: 0.35;margin-bottom:20px;}
.footer .compInfo span{color: rgba(0,0,0,.6);font-size: 14px;line-height: 25px;padding-right: 20px;}
.footer .btmMenu{display: flex;margin-top: 80px;}
.footer .btmMenu a{display: inline-block;color: rgba(0,0,0,.7);font-size:14px;line-height: 25px;transition:all 0.3s;margin-left: 30px;}
.footer .btmMenu a:hover{color:rgba(0,0,0,1);}
.footer .copyright{display: block;color: rgba(0,0,0,1);font-size: 13px;line-height: 1;margin-top:30px;}

/* login */
.loginWrap{position:relative;width:100%;height: 100vh;background:#fff url(../../../images/os/contents/login.jpg)no-repeat 50% 50%; background-size: cover;}
.loginWrap .loginBox{position: fixed;overflow: hidden;top: 50%;left: 50%;width: 650px;padding: 80px 0 50px;transform: translate(-50%,-50%);z-index: 100;background: rgba(0,0,0,.4);border-radius: 40px;}
.loginTab{position: relative;width:100%;margin-bottom: 50px;}
.loginTab ul{display: flex;flex-wrap: wrap;}
.loginTab li{display: flex;flex-direction: column;margin-right: 10px;}
.loginTab li a{display: block;font-size: 14px;color: rgba(255,255,255,.6);padding: 5px 10px;}
.loginTab li a.on{color: rgba(255,255,255,1);border-bottom: 2px solid #fff;}
.loginWrap h2{color: #fff;font-size: 35px;font-weight:700;text-align:center;margin-bottom: 60px;}
.loginWrap h2 a{display: block; filter: brightness(0%) invert(100%);}
.loginWrap p.loginDesc{text-align:center;font-size:16px;color:#aaa;margin-bottom:50px;}
.loginWrap .loginWrite{display:table;width:500px;margin:10px auto;}
.loginWrap .loginWrite dt{display:table-cell;vertical-align:middle;width:100px;font-size:16px; color: rgba(255,255,255,1);}
.loginWrap .loginWrite dd{display:table-cell;vertical-align:middle;}
.loginWrap .loginWrite dd select{height:50px;}
.loginWrap .loginWrite dd input{width:100%;border:0;height:50px;box-sizing:border-box;padding-left:10px;}
.loginWrap .btnLogin{width:500px;display:block;line-height:50px;background: #222;color:#fff;text-align:center;margin: 30px auto;border-radius: 30px; transition-duration:0.3s;}
.loginWrap .btnLogin:hover{background: #000;}
.loginWrap .memberGuide{position: relative;margin: 20px auto 50px;}
.loginWrap .memberGuide ul{display: table;margin: 0 auto;}
.loginWrap .memberGuide li{float: left;margin: 0 15px;}
.loginWrap .memberGuide a{display: inline-block;font-size: 14px;color: rgba(255,255,255,.5);transition-duration:0.3s;border-bottom:1px solid transparent;line-height: 1;}
.loginWrap .memberGuide a:hover{color: rgba(255,255,255,1); border-bottom:1px solid rgba(255,255,255,1);}
.loginWrap .memberGuide a.join{color:rgba(255,255,255,.8);}
.loginWrap p.copy{font-size: 13px; color: rgba(255,255,255,.3); text-align: center;}
.otherLogin{width:100%;margin:0 auto;text-align: center;position:relative;}
.otherLogin a{display:inline-block;line-height: 48px;width: 48px;margin:10px 5px;font-size:14px;border-radius:50%;text-align:center;}
.otherLogin a i{font-size: 26px;line-height: 48px;vertical-align:sub;}
.idNaver{background:#1ac545;color:#fff;transition:all 0.3s}
.idNaver:hover{background:#11b139;}
.idKakao{background:#FEE500;color:#000;transition:all 0.3s}
.idKakao:hover{background:#fbd744;}

/* 주소찾기 */
.layer{display:none;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;}
.layer .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.7;filter:alpha(opacity=50);}
.layer .pop-layer{display:block;}
.pop-layer{display:none;position:absolute;top:50%;left:50%;width:400px;height:auto;background-color:#fff;z-index:9999;} 
.pop-layer p.ctxt{color:#666;line-height:25px;}
.pop-layer .btn-r{width:100%;margin:10px 0 20px;padding-top:10px;border-top:1px solid #DDD;text-align:right;}
a.cbtn{display:inline-block;height:25px;padding:0 14px 0;border:1px solid #333;background-color:#333;font-size:13px;color:#fff;line-height:25px;}
a.cbtn:hover{border:1px solid #091940;background-color:#1f326a;color:#fff;}

/* subVisual */
.subVis{width:100%;height: 170px;background:url(../../../images/os/contents/sub_vis.jpg)no-repeat center 0;color: #fff;background-size:cover;position:relative;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.subVis h4{/* position:absolute; *//* bottom: -20px; */width:100%;font-size: 42px;text-align: center;font-weight: 500;}
.subVis p{position:absolute;top:240px;left:0;text-align:center;width:100%;font-size:18px;text-shadow: 3px 2px rgba(0,0,0,0.16);}
.subVis.subVis01{height:100px;}
.subVis.subVis02{background:url(../../../images/os/contents/sub_vis4.jpg)no-repeat center 0;}
h5.tit{font-size: 32px;color:#000;font-weight: 600;}

/* snb */
.shopContainer .snb{margin-top:0; border: 0;}
.snb{width:100%;border-bottom: 1px solid #e1e1e1;background: #f7f7f9;box-sizing:border-box;/* padding-top: 40px; */}
.snb h3{display: block;color: #000;font-size: 32px;font-weight:700;text-align: center;margin-bottom: 30px;}
.snb h3:after{content:"";display:block;width:1px;height:26px;background:#ddd;position:absolute;right:0;top:50%;margin-top:-13px;}

.subTabmenu, .shopTabmenu_sub{display: table;margin: 0 auto;}
.subTabmenu ul, 
.shopTabmenu_sub ul{display: flex;}
.subTabmenu li,
.shopTabmenu_sub li{margin: 0 20px; position:relative;}
.subTabmenu.liMy li,
.shopTabmenu.liMy li{margin:0 5px;}
.subTabmenu li a,
.shopTabmenu_sub li a{display: inline-block;font-size: 16px;color: rgba(0,0,0,.6);line-height: 70px;padding: 0 10px;position:relative;}
.subTabmenu li a span,
.shopTabmenu_sub li a span{transition-duration:0.3s; z-index:1;}
.subTabmenu li a.active,
.shopTabmenu_sub li a.active,
.subTabmenu li a:hover span, 
.shopTabmenu_sub li a:active span,
.shopTabmenu_sub li a:hover span, 
.shopTabmenu_sub li a:active span{color: rgba(0,0,0,1);}
.subTabmenu li a.active:after,
.shopTabmenu_sub li a.active:after{position:absolute; left: 0; bottom:0; display:block; content:""; width:100%; height:2px; background:#000;}

.shopTabmenu{position:relative; background: #fff; border-top: 1px solid #e1e1e1;}
.shopTabmenu ul{width: 1400px;margin: 0 auto;display: flex;gap: 50px;padding: 20px 40px;line-height: 26px;}
.shopTabmenu li{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.shopTabmenu li a{cursor: pointer; color: rgba(0,0,0,.7);transition-duration:0.3s;}
.shopTabmenu li a.active,
.shopTabmenu li a:hover{color: rgba(0,0,0,1); font-weight: 700; }
.shopTabmenu:after{position:absolute; left: 0; bottom:-1px; display:block; content:""; width:100%; height:1px; background:#eee;}

/* sub content */
.subContainer{width:1400px;margin:0 auto;padding:70px 0 100px;}
.subContainer .snb{margin: 0 0 30px;}
.myBg:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height:100%; background: #f7f7f9; z-index: -1;}
.shopContainer{width:1600px;margin:0 auto;padding:50px 0;}
.shopBg:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height:700px; background: #f7f7f9; z-index: -1;}

/* find ID, password */
.memschPop{background:#fff;position:absolute;display:none;width:50%;!important;left: 25%;z-index:9999;}
/* .memschPop{background:#fff;position:absolute;display:none;width:50%;top: 7% !important;left: 25%;z-index:9999;} */
/* .layerPop{position:relative;border:1px solid #333;}
.layerPop h2{background:#333;font-size:16px;color:#fff;padding:10px;height:40px;font-weight:300;}
.layerPop > a{position:absolute;right:0px;top:0px;color:#fff;font-size:20px;line-height:37px;width:40px;height:40px;text-align:center;} */

/* 사용후기 */
.ReviewValueBox {display:flex; justify-content: center; background:#f5f5f5; padding:50px 100px; margin-bottom:20px;}
.ReviewValueBox .PointBox {margin: 10px 100px 0 0; text-align: center;}
.ReviewValueBox .PointBox .Point {font-size:55px; font-weight:700; line-height:80px;}
.ReviewValueBox .PointBox .Star   {width:300px !important; margin:10px 0;}
.ReviewValueBox .PointBox .Star span {display:inline-block; color:#222;}
/*.ReviewValueBox .PointBox .Star span:before {content:'\ea0f'; font-family:xeicon; font-size:50px; color:#222; line-height:30px;}*/
.ReviewValueBox .PointBox .RTotal {font-size:16px; margin-top:10px;}

.ReviewGraph {padding-left:0 !important; text-indent:0 !important;}
.ReviewGraph li{display: flex;align-items: center;margin-bottom: 13px;width: 450px;}
.ReviewGraph li:last-child{margin-bottom: 0;}
.ReviewGraph li span{flex-shrink: 0;display: inline-block;margin-right: 15px;font-weight:500;color: #333;}
.ReviewGraph li p {display: inline-block; color:#333; margin-right:15px;}
.ReviewGraph li p:before{content: "★"; display:inline-block; color:#fab800; margin-right:5px;}
.ReviewGraph .point_bar{flex: 1;background-color: #eee;border-radius: 6px;overflow: hidden;height: 12px;}
.ReviewGraph .gain_point{border-radius: 6px;background-color: #ddd;text-indent: -9999px;height: 12px;} 
.ReviewGraph .gain_point.yellow {background-color: #fab800;}

.ReviewBox {width: 100%;}
.ReviewBox .ReviewTit {padding-bottom:30px; border-bottom:1px solid #eee;}
.ReviewBox .ReviewTit h4 {float:left; font-size:25px; font-weight:800; text-indent:20px; line-height:30px; padding-top:7px;}
.ReviewBox .ReviewTit h4 span {display:block; font-size:16px; font-weight:500; color:#777;}
.ReviewBox .ReviewTit .ReviewBtn {float:right; margin:8px 20px 0 0; display:block; width:130px; height:50px; line-height:50px; font-size:17px; font-weight:500; text-align:center; border:1px solid #ccc; transition-duration:0.3s;}
.ReviewBox .ReviewTit .ReviewBtn:hover {color:#fff; background:#333; border:1px solid #333;}

.ReviewBox .ReviewEmpty {display: table;margin: 0 auto;padding: 150px 0;}
.ReviewBox .ReviewEmpty dl dt {float:left; width:120px; margin-right:50px;}
.ReviewBox .ReviewEmpty dl dt img {width:100%; opacity:0.2;}
.ReviewBox .ReviewEmpty dl dd {float:left; text-align:center; font-size:30px; font-weight:600; color:#ccc; margin-top:20px;}

.ReviewBox .ReviewList {border-bottom:1px solid #eee;}
.ReviewBox .ReviewList ul li {margin:20px 0; padding:10px 20px; border-bottom:1px solid #ececec;}
.ReviewBox .ReviewList ul li:last-child {border-bottom:0;}
.ReviewBox .ReviewList ul li .ListContent {width: 1040px;}
.ReviewBox .ReviewList ul li .ListContent dl dt {font-size:15px; font-weight:500;}
.ReviewBox .ReviewList ul li .ListContent dl dt .star {font-size:15px; color:#fed42c; padding-right:10px;}
.ReviewBox .ReviewList ul li .ListContent dl dd {position:relative; font-size:15px; color:#333; font-weight:300; margin:20px 0 30px 0;}
.ReviewBox .ReviewList ul li .ListContent dl dd:last-child .ListMore {font-size:13px; font-weight:500; border-bottom:1px solid #999;}
.ReviewBox .ReviewList ul li .ListContent dl dd:last-child .ListDe   {margin:20px 0;}
.ReviewBox .ReviewList ul li .ListContent .ReviewBtn {position:absolute; top:0; right:0;}
.ReviewBox .ReviewList ul li .ListContent .ReviewBtn a {float:left; display:block; width:50px; height:30px; line-height:30px; font-size:13px; text-align:center; border:1px solid #ddd; margin-right:5px; transition-duration:0.3s;}
.ReviewBox .ReviewList ul li .ListContent .ReviewBtn a:hover             {color:#fff; background:#739a58; border:1px solid #739a58;}
.ReviewBox .ReviewList ul li .ListContent .ReviewBtn a:last-child {margin-right:0;}
.ReviewBox .ReviewList ul li .ListContent .ReviewBtn a:last-child:hover  {background:#999; border:1px solid #999;}
.ReviewBox .ReviewList ul li .ListContent .CommentBox {margin-top:25px; padding-top:25px; border-top:1px solid #eee;}
.ReviewBox .ReviewList ul li .ListContent .CommentBox .comment {float:left; position:relative; padding-left:65px;}
.ReviewBox .ReviewList ul li .ListContent .CommentBox .comment:before {content:'답변'; position:absolute; top:0; left:20px; display:inline-block; width:30px; text-align:center; font-size:12px; margin-right:10px; padding:2px 5px; background:#486732; color:#fff; border-radius:5px;}
.ReviewBox .ReviewList ul li .ListContent .CommentBox .writer  {float:right; padding-right:20px;}

.ReviewBox .ReviewList ul li .ListDate {float:right; font-size:16px; color:#111;}

.reviewNew{width: 100%; margin-top: 40px;}
.reviewNew li{border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px;}
.reviewNew li:last-child{border-bottom: 0; padding-bottom: 0;}
.reviewNew .star_day_name{float:left;width: 25%;}
.star_day_name p{display: block;font-size: 15px;}
.star_day_name p.starDt{font-size: 13px;color: #777; margin: 3px 0 10px;}
.star_day_name p.star{display: block; color: #999; font-size: 16px;}
.star_day_name p.star span{color: #ffcc00;}
.star_day_name p.editBtn a, .editBtn a{float: left; display: inline-block; padding: 3px 10px; background: #ccc; font-size: 13px; color: #fff; margin-right: 5px;}
.star_day_name p.editBtn a.on, .editBtn a.on{background: #666;}
.reviewNew .option_text{float:left;width: 75%;}
.reviewNew .review_textV{display: none; word-wrap: break-word; font-size: 14px; color: #777; line-height: 25px;}
.reviewNew .review_tit{font-size: 16px; color: #000;}
.option_text .review_text{word-wrap: break-word;min-height: 50px;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #777; line-height: 25px;}
.option_text .reOpen a{color: #484848;    font-size: 11px;    border-bottom: 1px solid #484848;}
.review_textV .reviewImg{width:300px; margin:30px auto;}
.review_textV .reviewImg img{max-width: 300px;border:1px solid #ddd;}
.review_textV .commnetNmBox{}
.review_textV .commnetNmBox li{}
.review_textV .commnetNmBox li span{color: #000; margin-right: 15px;}
.review_textV a.reClo{display: table; margin: 0 auto; padding: 5px 30px; background: #666; color: #fff; font-size: 13px;}

/*레이어팝업*/
*{margin:0; padding:0;}
a.button{display:inline-block; padding: 10px 20px; text-decoration:none; color:#fff; background:#000; margin:20px;}
#modal{
  display:none !important ;
  position:fixed; 
  width:100%; height:100%;
  top:0; left:0; 
  background:rgba(0,0,0,0.3);
}
.modal-con{
  display:none;
  position:fixed;
  top:50%; left:50%;
  transform: translate(-50%,-50%);
  height: 610px;
  /* max-width: 60%;
  min-height: 30%; */
  background:#fff;
  z-index:999;
}
.modal-con .title{
  font-size:20px; 
  padding: 20px; 
  background : gold;
}
.modal-con .con{
  font-size:15px; line-height:1.3;
  /* padding: 30px; */
  width:500px; height:620px;
}

/*  오토쉽 모달  */
.autoModal{ 
	   position:absolute;
         display:none;
         justify-content: center;
         top:0;
         left:0;
         width:100%;
         height:100%;
         background-color: rgba(0,0,0,0.4);
         z-index:9990;
         
     }
        
.autoModal_body{
	display:none;
	width:1000px;   
	height:850px;
	background-color: rgb(255,255,255);     
	position: fixed;
	overflow-y: auto;
	padding:25px;
	top: 50%;
	left: 50%;
	z-index:9991;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

 }
.autoModalClose{position: fixed; display:none; right: 50%; top: 50%; width: 50px; height: 50px; margin-top:-425px; margin-right:-500px;background: #333; text-align:center;z-index:9992;}
.autoModalClose i{color: #fff; line-height: 50px; font-size: 20px;}


/*  My Menu 모달  */
.myMenuModal{ 
	position:absolute;
	display:none;
	justify-content: center;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:9990;
}

.myMenuModal_body{
	display:none;
	width:800px;   
	height:850px;
	background-color: rgb(255,255,255);     
	position: fixed;
	overflow-y: auto;
	padding:30px 40px;
	top: 50%;
	left: 50%;
	z-index:9991;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}
.qrTab{width:100%;height: 60px;margin-bottom: 40px;background: rgba(0,0,0,.15);}
.qrTab ul{display: flex; width: 100%;}
.qrTab li{width: inherit; max-width: 100%; display: table-cell; vertical-align: middle;}
.qrTab li a{display: block;font-size: 16px;color: rgba(0,0,0,1);border-left: 1px solid rgba(255,255,255,.2);line-height: 60px;text-align: center;}
.qrTab li a.on{color: rgba(255,255,255,1);background: rgba(0,0,0,.8);}
.qrTab li:first-child a{border:0}

.myMenuModal_body .btns{width: 250px;}
.myMenuModal_body .btns a{display: block;font-size: 14px;line-height: 40px;padding: 10px 20px;color: #fff; background:rgba(0, 0, 0, .8); border-radius: 5px;text-align: center;}
.myMenuModal_body P.qrtxt_1{font-size: 25px; color: rgba(0,0,0,1);}
.myMenuModal_body P.qrtxt_2{ font-size: 35px; color: rgba(0, 0, 0, 1); font-weight: 600; margin: 10px 0 10px;}
.myMenuModal_body P.qrtxt_3{ font-size: 18px; color: rgba(0, 0, 0, .7);}
.myMenuModal_body P.qrtxt_3 span{font-weight: 500; color: #000;}

.myMenuModal_body .qrCont{border-top: 1px solid #eee; padding: 40px 30px;}
.myMenuModal_body .qrCont dl{}
.myMenuModal_body .qrCont dt{font-size: 22px;color: rgba(0, 0, 0, 1);font-weight: 600;float: left;}
.myMenuModal_body .qrCont dd{float: right;}
.myMenuModal_body .cardQR img{width:250px;}

.myMenuModalClose{position: fixed; display:none; right: 50%; top: 50%; width: 50px; height: 50px; margin-top:-425px; margin-right:-450px;background: #333; text-align:center;z-index:9992;}
.myMenuModalClose i{color: #fff; line-height: 50px; font-size: 20px;}

.popSlide{width:500px;box-sizing:border-box;overflow:hidden;border: 1px solid #ddd;position: relative;}
/* .popSlide{width:500px;height: 610px;box-sizing:border-box;overflow:hidden;border: 1px solid #ddd;position: relative;} */
.popSlide .popImg{width: 500px; height:550px;}
.popSlide .popImg a{display:block; width: 100%; height: 100%;}
.popSlide .popImg img{width: 100%; height: 100%; object-fit: cover;}
/* .popSlide .swiper-wrapper li{width:200px !important;text-align:center;} */
.PopBtn{position: absolute;left: 0;bottom: 0;width: 100%;}
.PopBtn a{display:block;position: relative;float:left;width: 50%;font-size:14px;color: #333;line-height:60px;text-align:center;}
.PopBtn a:first-child:after{content:"";display:block;position:absolute;right:0;top: 0;width:1px;height: 60px;background: #eee;}

.popSlide .swiper-button-next, .popSlide .swiper-button-prev{width: 60px; height: 60px; top:280px; background-size: 100%;}
.popSlide .swiper-button-next{background-image: url(../../../images/os/common/pop-arrow-right.png); right: 10px; }
.popSlide .swiper-button-prev{background-image: url(../../../images/os/common/pop-arrow-left.png); left: 10px;}