@charset "utf-8";


body {-webkit-tap-highlight-color: transparent;}

/* 서브 공통 */
#subContent {z-index:1; position:relative; clear:both; width:100%; /*margin-top:40px;*/ overflow-x: hidden;}
#subContent .cover-bg {position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 99;}


#subContent input[type="text"],
#subContent input[type="password"],
#subContent input[type="tel"],
#subContent input[type="number"] {
    width: 100%;
    height:27px;
    padding-left:5px;
    border:1px solid #ddd;
    border-radius: 8px;
}
#subContent textarea {
    width:100%;
    padding:5px;
    margin-bottom:5px;
    border:1px solid #CCC;
    color:#000;
    font-size:12px;
    font-family: "Roboto";
}
#subContent .number #certNumber2{background-color: #f9f9f9;}

/*#subContent input[type="checkbox"] {display: inline-block; width:28px; height:28px; margin: -5px 13px 0 0; vertical-align:middle; background: #dc5d52; list-style: none;}*/
/*#subContent input[type="checkbox"] lable{list-style: none; display: inline-block; width: 28px;}*/

/*실제 체크박스는 화면에서 숨김*/

.user-y .login-check input[type="checkbox"] {
    position: absolute;
    clip:rect(0,0,0,0);
}

.user-y .login-check input[type="checkbox"] + label{display: inline-block; position: relative; cursor: pointer;  font-size: 26px; color: #7d7d7d;
margin-top: 23px;}

/*가짜 체크박스*/
.user-y .login-check input[type="checkbox"] + label:before{
	content: '';
    display: inline-block;
    position: relative;
    left: 0;
    top: 3px;
    width: 28px;
    height: 28px;
    line-height: 14px;
    text-align: center;
	border-radius: 3px;
    color:#fff;
    background-color: #e8202e;
}

.user-y .login-check input[type="checkbox"] + label:active:before,
.user-y .login-check input[type="checkbox"]:checked + label:active:before{
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}

/*체크박스를 체크했을때*/
.user-y .login-check input[type="checkbox"]:checked + label:before {
    position: relative;
    top: -1px;
    margin-right: 7px;
    color: #fff;
    border-radius: 50%;
    content: "";
    background: url("../../images/mw/sns/login/white_check.png") no-repeat;
    background-size: 13px;
    background-position: 4px 4px;
    background-color: #e8202e;
}

#subContent select,
#subContent input[type="text"],
#subContent input[type="password"],
#subContent input[type="tel"],
#subContent input[type="number"] {
    padding-left: 15px;
    border-radius: 8px;
    font-family: "Roboto";
}
#subContent table th { font-size: 0.8rem; line-height: 1.25rem;}
#subContent table th.title {font-size: 1rem; line-height: 1.375rem;}
#subContent table input[type="text"],
#subContent table select {width: 100%; height: 95px; line-height: 36px; box-sizing: border-box; }

#subContent table .full-1 span.at-sign{ width: 22%; font-size: 28px; color: #090909; position: relative; top: 5px;}
#subContent .join .full-1 .width100 { display: inline; width:30%; height: 69px;  box-sizing: border-box; border: none; font-size: 28px; color: #8b8b8b; }


/* 배송지선택 */
#subContent .deli-address td label {
    margin: 8px 0;
    letter-spacing: -1px;
}
#subContent .deli-address td label {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 100;
    text-align: center;
    line-height: 58px;
    box-sizing: border-box;
    cursor: pointer;
}
#subContent .deli-address td label:first-of-type {margin-top: 0;}
#subContent .login input[type="radio"]:checked + label,
#subContent .deli-address input[type="radio"]:checked + label {
    color: #e8202e;
    border: 1px solid #e8202e;
    background-color: #ffeff3;
}
#subContent .login input[type="radio"],
#subContent .deli-address input[type="radio"] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    height: 47px;
    padding-left: 4%;
    background-color: #f0f0f0;
    font-size: .85rem;
}
#subContent .login label,
#subContent .deli-address label {padding-left: 30px;}
#subContent .login input[type="checkbox"] + label[for="idSave"],
#subContent .deli-address input[type="checkbox"] + label[for="idSave"] {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
    padding: 0;
    margin-top: 15px;
    line-height: 19px;
    font-size: 0.8rem;
}
#subContent .check_bg input[type="checkbox"] + label {
    position: relative;
    color: #000;
}
#subContent .menu-bar {
	position:relative; clear:both; width:100%; height:40px; background:#FE434C; color:#FFF;
	display: none;
}
#subContent .menu-bar h2 {padding-left:40px; line-height:40px; font-size:15px; font-weight:bold;}
#subContent .menu-bar .btn-prev {position:absolute; top:10px; left:10px;}
#subContent .menu-bar.line2 h2 {padding-top:5px; line-height:18px;}
#subContent .menu-bar.line2 .txt {padding-left:40px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:11px;}

#subContent .sub-content {float:left; width:100%; padding: 0px 10px; clear: both;}
#subContent .sub-content-img {padding: 0px;}


#subContent .sub-content-coupon {background-color: #fff; padding: 5px}
.subContent-bg{background-color: #fff;}

#subContent .sub-tabs a.active-off {
    border-bottom: 1px solid #ccc;
}

/*수정*/#subContent a.btn-btn1, #subContent button.btn-btn1 { width:50%; height:101px; padding:37px; line-height:28px; font-size: 29px; text-align:center; border: 1px solid black; background-color: #353435; box-sizing: border-box; color: white;  position: fixed; bottom: 0; left: 0px; border: none;}


/*수정*/#subContent a.btn-btn2, #subContent button.btn-btn2 { width:50%; height:101px; padding:37px; line-height:28px; font-size: 29px; text-align:center; border: 1px solid black; background-color: #e8202e; box-sizing: border-box; color: white;  position: fixed; bottom: 0; right: 0px; border: none;}

#subContent .sub-tabs a.active-on {
    text-align: center;
    background:#fff;
    color: #000;
	border: 3px solid #000;
    border-width: 0 0 2px 0;
    font-size: 0.85rem;
}
#subContent .sub-tabs a em {font-size:10px; color:#FE434E; display: block; margin-top: 5px;}
#subContent .sub-tabs a.active em {color:#FFF;}

#subContent .btn-list {clear:both; line-height:25px; text-align:center;}
/*수정*/#subContent a.btn, #subContent button.btn {display:inline-block; width:105px; height:28px; padding:0; line-height:28px; font-size:13px; font-weight:bold; text-align:center;}
#subContent .oss-quick a.custom-btn {
    display: inline-block;
    width: 45% !important;
    padding: 0;
    margin-top: 13px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    background: #fff;
    font-size: 1rem;
    line-height: 49px;
}
#subContent a.btn img, #subContent button.btn img {vertical-align:middle; margin-top:-2px;}
#subContent .user-n-air a.btn.btn0 img {
    width: 66px;
}
#subContent .user-n-air a.btn.btn1 img {
    position: relative;
    top: 1px;
    width: 76px;
}
#subContent a.btn11 {background:#353435; color:#fff; text-align:center;}
#subContent a.btn2 {
    height: 55px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    width: 100%;
    line-height: 55px;
    font-weight: normal;
}
#subContent a.btn3 {background:#353435; border:0 none; color:#FFF;}
#subContent a.btn4,
#subContent button.btn4 {
	width:70px;
    background-color: #e8202e;
    color:#FFF;
}
#subContent a.btn5 {background:#F2F0F1; border:1px solid #CCC; color:#777;}
#subContent a.btn6,
#subContent button.btn6 {
	width: auto; min-width: 70px; height: 26px; line-height: 26px;
	background: #000; color: #FFF; border-radius:2px;
}
#subContent button.btn6 {padding: 0 8px;}


/*추가 보험안내*/#subContent a.btn8 {
	width: auto; min-width:70px; height:26px; line-height:26px; background:#37459d; border:none; color:#FFF; padding: 0 10px; margin: 4px 0;
}
#subContent a.btn-full {width:100%; background:#FFF; border:1px solid #CCC; color:#777; }
#subContent a.btn-full a img {margin-left:5px;}
#subContent a.btn-login {width:100%;}
#subContent a.btn-map {width:100%; background:#FFF; border:1px solid #CCC; color:#444; margin-top: 2px;}
#subContent a.btn-map img {margin-left:5px;}
#subContent a.btn-submit {width:100%; background:#F2F0F1; border:1px solid #CCC; color:#444;}
/*수정*/#subContent a.btn-cash {margin-left:5px; width:80px; height:26px; line-height:26px; background:#CCC; color:#000; text-align:center; font-weight:normal; font-size:12px;}
#subContent #subContent .btn-list.btn-in {padding:10px 0 0 0;}
#subContent .btn-list.btn-in a {width:80px;}
#subContent .view-btn a.btn {width:80px;}
#subContent a.btn-reply {
    width:80px;
    height:26px;
    line-height:26px;
    border:1px solid #000;
    background-color:#fff;
    font-weight:normal;
    font-size:12px;
    margin: 0 0 0 5px;
}
#subContent a.btn-detail {float:right; width:28%; background:#CCC; border:1px solid #CCC; color:#555;}
#subContent p.btn-full {clear:both; display:flex; width:100%; justify-content: right;}
#subContent p.btn-full .editBT {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
#subContent .con-box {width:100%; padding:15px; background:#FFF; border: none; clear: both;}
#subContent .con-box p {word-break: break-all;}
#subContent .con-box .photo {margin-top: 8px;}
#subContent .con-box.map-info-area {padding: 20px 0; margin: 10px 0;}

/* 유투브 영상 */
#subContent .con-box .video-area {margin: 10px 0;}

#subContent table {clear:both; border-collapse: collapse; width:100%;}
#subContent .product-detailInfo table {table-layout: fixed;}
#subContent table th {padding: 5px 8px; background:#F6F6F6; border:1px solid #ddd; color:#000; text-align:center; font-weight:normal; vertical-align:middle;}
#subContent table td.red {color:#FE434C;}
#subContent table td input[type="text"], #subContent table td input[type="password"], #subContent table td select {}
#subContent table td input[type="password"] {
    font-size: .94rem;
}
/*수정#subContent table input[type="text"], #subContent table select { margin: 0 auto; line-height:26px; width: 74%;}*/
#subContent table td.email input, #subContent table td.email select {width:30%; vertical-align:middle;}
#subContent table td.tel input {width:29%; vertical-align:middle;}
#subContent table td.tel select {width:30%; vertical-align:middle;}
#subContent .join1 table td.tel input {width:24%; vertical-align:middle;}
#subContent .join1 table .tel a {height:40px; line-height:40px; margin:0; font-size:.8rem;}
#subContent .join1 table td {padding:10px; background-color:#fff; border:1px solid #ccc;}
#subContent h2 {height:30px; padding-left:12px; margin-top:10px; line-height:30px; border:1px solid #CCC; font-size: 15px; font-weight:bold; color:#000;}
#subContent .deli-address .addr-wrap {padding: 0; background-color: #fff; }
#subContent .deli-address .addr-wrap input {border:1px solid #ccc;}
#subContent .deli-address .addr-wrap input.addr0 {width:56%;}

#subContent .not-found {clear:both; height:100px; padding-top:70px; margin:50px 0; text-align:center; color:#666; font-size:16px; background:url(../../images/mw/sub_common/e_icon.png) no-repeat center 0; background-size:60px;}
#subContent .not-found strong {color:#000; font-weight:normal;}
#rsvInfo .reserve table.public td {
    padding: 0;
}
#rsvInfo .reserve table td {padding:7px; border: none;}
#subContent .reserve h2 {padding:0; border:0;}

#subContent .mt20 {margin-top:20px;}
#subContent .mt10 {margin-top:10px;}

/* 위치 및 주변업소 */
.map {position:relative; min-height:300px; margin-top:10px;}
.map .map-btn1 {z-index:10; position:absolute; top:10px; left:10px;}
.map .map-p1 {z-index:1; position:absolute; top:100px; left:20px;}
.map .map-p2 {z-index:1; position:absolute; top:150px; left:50px;}
.map .map-p3 {z-index:1; position:absolute; top:70px; left:100px;}
.map .map-p4 {z-index:1; position:absolute; top:120px; left:110px;}
.map .map-p5 {z-index:1; position:absolute; top:100px; left:200px;}
.map .point-info,
.map-area .point-info,
.map-wrap .point-info {
/*
    position:absolute; bottom: 35px; left:-72px; width:151px; height:57px; padding:5px 0 0 5px;
    background:url(../../images/mw/sub/b_box.png) no-repeat; background-size:100%;
    color:#000; letter-spacing:-1px; font-size:11px;
*/
    position: absolute; bottom: 45px; left: -90px; width: 170px; padding: 18px 8px 10px !important;
    background: #fff; border-radius: 5px; box-shadow: 0px 2px 7px #888888;
    color:#000; font-size:11px;
}
.map .point-info strong,
.map-area .point-info strong,
.map-wrap .point-info strong {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 20px;}
.map .point-info .addr,
.map-area .point-info .addr,
.map-wrap .point-info .addr {
    display: block; margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 15px;
    max-height: 30px;
    white-space: normal !important;
}
.map .point-info::after,
.map-area .point-info::after,
.map-wrap .point-info::after {
    content: "";
    position: absolute; bottom: -8px; left: 45%;
    width: 0; height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}
.map .point-info strong,
.map-area .point-info strong,
.map-wrap .point-info strong {font-weight:bold; font-size:13px;}
.map .point-info a.btn-close,
.map-area .point-info a.btn-close,
.map-wrap .point-info a.btn-close {position:absolute; top:4px; right:8px;}
.map .point-info a.btn-close img,
.map-area .point-info a.btn-close img,
.map-wrap .point-info a.btn-close img {width: 12px !important; height: auto !important;}



/* --------------------------------------------------------- add ------------------------------------------------------------------ */
/* datepicker icon */
form1 span {position: relative;}
span img.ui-datepicker-trigger {position:absolute; top:5px; right:10px; height: 16px;}


/* 문단제목(title) */
.comm-title1 {
	font-size: 14px; font-weight: 700; margin-bottom: 5px;
	background: url("../../images/mw/title/title1.png") no-repeat left center;
	background-size: 6px 10px;
	padding-left: 15px;
}


/* 문단내용(memo) */
.bgWrap {background: #fff; border: 1px solid #ccc; padding: 10px;}

/* 문단내용 > 사용조건에 따른 추가 (comm-article1) */
article.comm-art1 h6 {padding: 10px; background: #eff0f1; font-size: 14px; margin-bottom: 5px; font-weight: bold;}
article.comm-art1 .memo {padding: 10px; word-break:break-all;}
article.comm-art1 p {padding: 10px; padding-bottom: 25px; font-size: 12px; line-height: 20px;}
article.comm-art1:last-child p {padding-bottom: 10px;}
article.comm-art1 p.fix > span {display: block;}


/* 문단리스트 설명 (info) */
.info-wrap {
    padding: 10px 18px 20px;
    margin-top: 8px;
    border: 1px solid #ccc;
    background: #fff;
    font-size:.7rem;
}
.info-wrap h6 {font-size: 14px; font-weight: 700; border-bottom: 1px solid #e1e3e4; padding-bottom: 5px; margin-bottom: 5px;}
.info-wrap ul {padding-left: 18px;}
.info-wrap ul li {margin-top: 6px; line-height: 18px; list-style: auto;}
.info-wrap ul li:first-child {margin-top: 0;}
#subContent .info-wrap .center input[type="text"] {font-size:.9rem; padding-left:14px;}

.info-wrap.top h6 {text-align: center; font-size: 13px; line-height: 18px;}
.info-wrap.top .center-btn {text-align: center;}


.info-wrap2 {margin-top: -1px; }
.info-wrap2 ul li {margin-top: 5px; line-height: 16px; font-size: 12px;}


/* 프로모션 배너 추가(롤링) */
.review_content__banner {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 12px;
}
.review_content__banner-inner {
    position: relative;
    width: 100%;
    text-align: center;
}
.review_content__banner .mypage_banner {
    width: 100%;
    display: block;
}
.review_content__banner .main-top-slider ul li img  {
    display: block;
    width: 100%;
}

/* 이용후기 단일 배너 추가 */






/* 버튼색상(button, span) */
.comm-button1 {text-align: center; margin: 20px -5px 10px;}
span.btn {display:inline-block; width:105px; padding:0; line-height:25px; border-radius:2px; font-size:13px; font-weight:bold; text-align:center;}
span.btn4 {width:70px; line-height:25px; background:#FE434C; border:1px solid #E5252E; color:#FFF; margin-top: 10px;}
span.btn5 {width:70px; line-height:25px; background:#444; border:1px solid #222; color:#FFF; margin-top: 10px;}


/* like (heart) */
.comm-like {position: absolute; right: 10px; bottom: 10px; background: rgba(255, 255, 255, .9); padding: 3px; border-radius: 2px;}
.comm-like span {display: inline-block; width: 62px; height: 10px; vertical-align: middle; margin-right: 4px;}
.comm-like em {display:inline-block; height:13px; padding-left:5px; line-height:13px; font-size:10px; color:#000;}
.comm-like .like0 {background: url("../../images/mw/sub_common/like0.png") no-repeat center;}
.comm-like .like1 {background: url("../../images/mw/sub_common/like1.png") no-repeat center;}
.comm-like .like2 {background: url("../../images/mw/sub_common/like2.png") no-repeat center;}
.comm-like .like3 {background: url("../../images/mw/sub_common/like3.png") no-repeat center;}
.comm-like .like4 {background: url("../../images/mw/sub_common/like4.png") no-repeat center;}
.comm-like .like5 {background: url("../../images/mw/sub_common/like5.png") no-repeat center;}


/* 판매순, 가격순 정렬 */
/*
.comm-sort {clear:both; padding:10px 0 5px 0; color:#666; text-align:right; font-size:9px; letter-spacing:-0.6px;}
.comm-sort a {display: inline-block; border-left: 1px solid #ccc; padding: 0 5px;}
.comm-sort a:first-child {border-left: none;}
.comm-sort a.active {color: #000; font-weight: 700; background: url("../../images/mw/sub_common/check.png") no-repeat 5px center; padding-left: 20px; background-size: 12px 12px;}
*/
.comm-sort {clear:both; padding:10px 0 5px 0; color:#666; text-align:right; font-size:9px; letter-spacing:-0.6px; font-size: 13px;}
.comm-sort select {width: 115px; height: 30px !important; display: inline-block; vertical-align: middle;}

/* 2016-06-27 패키지 검색추가 */
#subContent .search-container .con-box {float: none; clear: both; margin-bottom: 10px; display: none;}
#subContent .comm-sort a.btn {height: 30px; line-height: 30px; display: inline-block; vertical-align: middle; min-width: 60px;}


/* 리스트 상품 아이템 */
.goods-list {float:left; width:100%; margin-bottom: 10px; background:#FFF;}
.goods-list .goods-image {position:relative; border:1px solid #CCC}
.goods-list .goods-image .tag {z-index:100; position:absolute; top:0; left:0; width:65px; height:52px; padding-top:10px; background:url(../../images/mw/sub_common/label_1.png) no-repeat; background-size:65px 52px; font-size:12px; text-align:center; color:#FFF;}
.goods-list .goods-image ul li img {width:100%;}
.goods-list .goods-image .btn-prev {position:absolute; top:50%; left:10px; margin-top:-12px;}
.goods-list .goods-image .btn-next {position:absolute; top:50%; right:10px; margin-top:-12px;}
.goods-list .goods-image .like {position:absolute; bottom:10px; right:10px;}
.goods-list .goods-image .like em {display:inline-block; width:21px; height:13px; padding-left:5px; line-height:13px; background:url(../../images/mw/sub_common/h_e.png) no-repeat; background-size:21px 13px; font-size:9px; color:#000;}

.goods-list .info {position:relative; border-right:1px solid #CCC; border-bottom:1px solid #CCC; border-left:1px solid #CCC;}
.goods-list .info {display:block; padding:10px;}
.goods-list .info .txt {display: block; height: 84px;}
.goods-list .info .txt > strong {display: block; font-size:15px; color:#000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: "NotoSans";}
.goods-list .info .txt em {
	display:block; /*padding:5px 0 10px 0;*/ padding: 0 0 5px 0;
	font-size:12px; color:#444; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	width: 80%; width: calc(100% - 60px); font-family: "NotoSans", Sans-Serif;
}
.goods-list .info .price {position:absolute; bottom:10px; right:10px; text-align:right; font-size:18px; color:#000; line-height:20px;}

/* 1215 예약마감 frame 수정 */
.goods-list .info .price .text__deadline {
    color: #de2e5f;
    font-size: 1.4rem;
    font-weight: normal;
}
.goods-list .info .price em {font-weight:bold; font-size:20px; color:#FE434C;}
.goods-list .info .price em.t_price,
.goods-list .info .price em .t_price {font-size: 16px;}
.goods-list .info .price del {font-size:12px; color:#666;}

/* 골프, 숙박 add */
.goods-list .info .txt .city {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px;}
.goods-list .info .txt .city strong {display: inline-block; overflow: visible; font-size:15px; color:#000;}
.goods-list ul.view {min-height: 196px; margin: 0; border: none;}


/* 베스트 상품 아이템 */
.tag-wrap {
    z-index: 99;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}
.tag-wrap > img {float: left; height: 65px;}
.tag1 {z-index:100; position:absolute; top:0; left:0; width:65px; height:52px; padding-top:10px; background:url(../../images/mw/sub_common/label_1.png) no-repeat; background-size:65px 52px; font-size:12px; text-align:center; color:#FFF;}
.tag2 {z-index:100; position:absolute; top:0; left:0; width:57px; height:52px; padding-top:30px; background:url(../../images/mw/sub_common/label_2.png) no-repeat; background-size:57px 52px; font-size:12px; text-align:center; color:#FFF;}
.tag3 {z-index:100; position:absolute; top:0; left:0; width:65px; height:52px; padding:7px 10px 0 10px; background:url(../../images/mw/sub_common/label_3.png) no-repeat; background-size:65px 52px; font-size:12px; text-align:center; color:#FFF;}
.tag4 {z-index:100; position:absolute; top:10px; left:10px; width:46px; height:46px; padding:11px 10px 0 10px; background:url(../../images/mw/sub_common/label_4.png) no-repeat; background-size:46px 46px; font-size:12px; text-align:center; color:#000;}

.best-item {clear: both; padding-top: 20px;}
.best-item .goods-list {position:relative; float:left; width:100%; margin-bottom:3px; background:#FFF; border: 1px solid #ccc;}
.best-item .goods-list .info {border: none; height: 85px;}
.best-item .goods-slide {/*margin-bottom:40px;*/}
.best-item .goods-list .goods-image {position:relative; border:1px solid #CCC}
.best-item .goods-list .goods-image ul li img {width:100%;}
.best-item .goods-list .goods-image .like {position:absolute; bottom:10px; right:10px;}
.best-item .goods-list .goods-image .like em {display:inline-block; width:21px; height:13px; padding-left:5px; line-height:13px; background:url(../../images/mw/sub_common/h_e.png) no-repeat; background-size:21px 13px; font-size:9px; color:#000;}

.best-item .goods-list .btn-prev {z-index:100; position:absolute; top:35%; left:10px; margin-top:-12px;}
.best-item .goods-list .btn-next {z-index:100; position:absolute; top:35%; right:10px; margin-top:-12px;}

.best-item .bx-wrapper .bx-controls {/*position:absolute; bottom:-22px; left:0; width:100%;*/ text-align:center; margin-bottom: 8px;}
.best-item .bx-wrapper .bx-pager .bx-pager-item,
.best-item .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.best-item .bx-wrapper .bx-pager.bx-default-pager,
.best-item .bx-wrapper .bx-controls-auto {display:inline-block;}
.best-item .bx-wrapper .bx-pager.bx-default-pager a {
    background:#5E5E5E;
    border:1px solid #5E5E5E;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border-radius:6px;
    overflow: hidden;
}
.best-item .bx-wrapper .bx-pager.bx-default-pager a:hover,
.best-item .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#EDEDED;
    border-radius:6px;
}

/* 슬라이드 버튼 공통 */
.btn-prev .bx-prev, .btn-next .bx-next {width: 30px; height: 44px; display: inline-block; text-indent: -999px;}
.btn-prev .bx-prev {background: url("../../images/mw/sub_common/prev.png") no-repeat center; background-size: 25px 36px;}
.btn-next .bx-next {background: url("../../images/mw/sub_common/next.png") no-repeat center; background-size: 25px 36px;}


/* 로딩바 */
.loading-wrap {clear: both; text-align: center; padding: 30px 0;}
.loading-bar1 {width: 177px;}
.loading-bar2 {width: 27px;}


/* 아이템 없을 시 */
.item-noContent {clear: both; font-size: 14px; text-align: center; padding: 50px 0; background: #fff; border: 1px solid #ccc; margin-top:10px;}
.item-noContent p.icon img {width: 60px; margin-bottom: 15px; height: 53px;}
.item-noContent p.text {
	width: 100% !important; text-align: center !important;
	font-size: 14px !important; line-height: 22px !important;
	margin-top: 8px; box-sizing: border-box;
}


/* 기존 - 페이징 (page number) */
.pageNumber span.btn {width: auto;}
.pageNumber {clear: both; text-align: center; padding: 20px 0;}
.pageNumber .list_pageing {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pageNumber .list_pageing a,
.pageNumber .list_pageing strong {
    float: left;
    padding: 5px;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Roboto";
    line-height: 16px;
}
.pageNumber .list_pageing strong {
    width: 20px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-weight: bold;
    height: 20px;
    line-height: 21px;
    text-align: center;
}
.pageNumber .list_pageing span a {border: none;}
.pageNumber .list_pageing span img {
    display: block;
    height: 13px;
    padding: 0 5px;
}


/* 숙박, 골프상세 > 선택추가 */
.select-add {padding: 4px 0;}
.select-add table {width: 100%; font-size: 12px; border-top: 1px solid #ccc;}
.select-add table td {padding: 2px 0; border: none !important;}
.select-add table .price {text-align: right; font-size: 13px;}
.select-add table .price .accom-sale {font-size: 12px;}
.select-add table .price .accom-sale strong {color: #FE434C;}
.select-add table .text {color: #5f5f60;}
.select-add table .button {text-align: right;}
.select-add table .button a {background: #808e9d; color: #fff; display: inline-block; padding: 6px 10px;}
.select-add table .button .warning {display:inline-block; background: #fa6268; color: #fff; display: inline-block; padding: 6px 10px;}


/* 장부구니 > 렌트옵션 변경 */
.rent-cart {clear: both; width:100%; margin-top: 8px;}
.rent-cart dl.view-select {overflow: hidden;}
.rent-cart dl.view-select dt {height:30px; line-height:30px; font-size:14px; font-weight:normal; border-radius:2px;}
.rent-cart dl.view-select dd {float:left; width:100%; background: #fff; padding: 10px;}
.rent-cart dl.view-select dd.in {padding:10px; border:1px solid #CCC;}
.rent-cart dl.view-select dd.in.coupon {text-align:right;}
/*수정*/.rent-cart dl.view-select dd.in.coupon a {display:inline-block; width:85px; height:26px; line-height:26px; margin-bottom:10px; border:1px solid #CCC; background:#F2F0F1; color:#000; text-align:center;}
.rent-cart dl.view-select dd.in.coupon img {width:100%;}
.rent-cart dl.view-select dd.in label:last-child {margin-bottom:0;}
.rent-cart dl.view-select dd.in label.not {color:#AAA;}
.rent-cart dl.view-select dd label {display:table; width:100%; line-height:14px;}
.rent-cart dl.view-select dd label span {display:table-cell; vertical-align:top;}
.rent-cart dl.view-select dd label span:first-child {width:20px; padding-right:5px;}
.rent-cart dl.view-select dd ul.type-select {float:left; width:100%; border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC;}
.rent-cart dl.view-select dd ul.type-select li {float:left; padding-left:5px; padding:5px 0 3px 0;}
.rent-cart dl.view-select dd ul.type-select li:first-child {width:74%; padding:5px 10px 3px 10px; letter-spacing:-0.6px; border-right:1px solid #CCC;}
.rent-cart dl.view-select dd ul.type-select li:last-child {width:26%; text-align:center; color:#FE434C;}
.rent-cart dl.view-select dd ul.type-select label {}
.rent-cart dl.view-select dd ul.type-image {clear:both; border-bottom:1px solid #CCC;}
.rent-cart dl.view-select dd ul.type-image img {width:100%;}
.rent-cart dl.view-select dd strong.cal {display:block; height:30px; line-height:30px; font-weight:normal; background:#606060; font-size:12px; color:#FFF; text-align:center;}
.rent-cart dl.view-select dd strong.cal img {margin:0 15px;}
.rent-cart a.btn-detail {float:right; width:28%; background:#CCC; border:1px solid #CCC; color:#555;}
.rent-cart .form1-3 input {width: 100% !important;}
.rent-cart .form1-4 {margin-top: 5px;}
.rent-cart .form1-4 select {width: 64% !important; width: calc(100% - 110px) !important;}
.rent-cart .select-del5 {clear: both; border:1px solid #CCC; color:#000; padding: 15px;}
.rent-cart .select-del5 .date {font-size: 12px;}
.rent-cart .select-del5 .time {font-size: 12px; margin: 3px 0 6px; color: #FE434C;}
.rent-cart .select-del5 .price {font-size: 11px; border: none; height: auto; text-align: left; padding: 0; background: none;}


/* 이용안내, 취소환불규정 */
.comm-text1 h5 {font-size: 14px; font-weight: 700; margin-bottom: 5px; margin-top: 15px; background: url("../../images/mw/list/01.gif") no-repeat left center; padding-left: 15px;}
.comm-text1 h5:first-child {margin-top: 0;}

.comm-text1 .product-title {font-size: 13px; font-weight: bold; margin: 8px 0 4px; padding: 0 !important;}

.comm-text1 ul.product-imgList li {margin-bottom: 8px;}
.comm-text1 ul.product-imgList li img {width: 100%;}




.comm-text1 p {/*padding: 0 15px 0;*/ font-size: 12px; line-height: 18px;}
.comm-text1 p img {width: 100% !important; height: auto !important;}

article.comm-art1 h6 {font-size: 13px;}
.comm-text1 p.fix > span > strong {color: #FE434C;}

/* 상품설명 > 이용안내, 이용제한 추가 */
#info article.comm-art1 {background: #eff0f1;}
#info article.comm-art1 h6 {background: #ddd;}
#info article.comm-art1 p {padding: 5px 10px !important;}


/* 상품설명 > 취소/환불규정 추가 */
#change article.comm-art1 {background: #eff0f1; margin-top: 10px;}
#change article.comm-art1:first-child {margin-top: 0;}
#change article.comm-art1 h6 {background: #ddd; margin: 0;}
#change article.comm-art1 .memo {padding: 10px;}


/* 달력 (골프, 패키지) */
.comm-calendar td a {height: 45px !important;}
.comm-calendar td {height: 40px !important; color: #ccc !important;}


/* 패키지 선택옵션 */
dl.comm-select {margin-bottom: 5px;}
dl.comm-select dt {
	font-size: .88rem; line-height: 40px; color: #333333; border: 1px solid #ccc;
    background: url("/images/mw/icon/basic/select.png") no-repeat right 12px center #fff; /* 화살표 모양의 이미지 */
    background-size: 13px 10px; background-color:#fff;
    appearance: none;
    padding-left: 12px !important; padding-right: 40px !important;
}
dl.comm-select dd {
	font-size: 14px; color: #333333;
	background: #f2f2f2; border: 1px solid #ccc; border-width: 0 1px 1px 1px;
	padding: 8px 12px;
}
.parcel .width100 {font-size:.88rem; background:url(/images/mw/icon/basic/select.png)no-repeat right 12px center #fff;
    color:#333; line-height:40px; border:1px solid #ccc; background-size:13px 10px; padding:0 40px 0 12px;}
.select-list-option li {border-top: 1px solid #e1e3e4; padding: 8px 0; line-height: 20px; display: table; width: 100%;}
.select-list-option li > a {display: table; width: 100%;}
.select-list-option li:first-child {border-top: none;}
.select-list-option li .product, .select-list-option li .price {display: table-cell; vertical-align: bottom;}
.select-list-option li .product {width: 80%; font-size:.88rem;}
.select-list-option li .price {font-weight: 700; text-align: right; width: 20%;}
/*.in2 .select-list-option li * {color: #ccc !important;}*/
/*.in2 .select-list-option li a * {color: #666 !important;}*/

.comm-qtyWrap {
	clear: both; /*margin-top: 10px;*/ padding: 0;
	/*background: #f5f7fa; border-top: 1px solid #e5e9ed; border-bottom: 1px solid #e5e9ed;*/
}
.comm-qtyWrap ul > li {font-size: 12px; padding: 0 0 7px 0; position: relative;}
.comm-qtyWrap ul > li:first-child {border-top: none;}
.comm-qtyWrap ul li .qtyList-close {position: absolute; right: 0; top: 0;}
/*
.comm-qtyWrap ul li ol {display: table; width: 100%;}
.comm-qtyWrap ul li ol li {display: table-cell; vertical-align: middle; font-size: 12px;}
.comm-qtyWrap ul li ol li.list1 {padding-right: 16px; text-align: left;}
.comm-qtyWrap ul li ol li.list2 {width: 70px; position: relative; text-align: center;}
.comm-qtyWrap ul li ol li.list3 {width: 36%; padding-left: 16px; text-align: right;}
.comm-qtyWrap ul li ol li.list2 input {width: 95%; height: 30px !important; text-align: center; padding-left: 0; display: inline; padding-left: 0 !important;}
.comm-qtyWrap ul li ol li.list2 button {position: absolute; width: 25px; height: 30px; background: #f2f2f2; border: 1px solid #CCCBD0; display: inline;}
.comm-qtyWrap ul li ol li.list2 button.addition {right: 0;}
.comm-qtyWrap ul li ol li.list2 button.subtract {left: 0;}
.comm-qtyWrap ul li ol li.list3 .del img {width: 10px;}
.comm-qtyWrap ul li ol li.list3 .price {margin-right: 5px;}
*/
/* 패키지 선택옵션 한줄 > 두줄처리 */
.comm-qtyWrap ul li ol {width: 100%; background-color:#f2f2f2; padding:0;}
.comm-qtyWrap ul li ol li {font-size: 12px;}
.comm-qtyWrap ul li ol li.list1 {
	display: block; margin-bottom:3px; /*padding-right: 16px;*/ text-align: left;
    font-size: 0.89rem; line-height: 1.375rem; background-color:#f2f2f2; padding:9px 9px 0;
}

.shipping,.shipping-fee {display: none;}
.comm-qtyWrap ul li ol li.list2 {display: table-cell; width: 20%; position: relative; text-align: center; left:8px; bottom:8px;}
.comm-qtyWrap ul li ol li.list3 {display: table-cell; width: 40%; /*text-align: right;*/padding:10px;}
.comm-qtyWrap ul li ol li.list2 input {
	display: inline; padding: 0 !important; margin: 0; font-size:1rem; border:1px solid #CCCBD0;
	width: 87%; height: 30px !important; text-align: center; color:#353435;
}

.comm-qtyWrap ul li ol li.list2 button {position: absolute; width: 30px; height: 30px; background: #f2f2f2; border: 1px solid #CCCBD0; display: inline;}
.comm-qtyWrap ul li ol li.list2 button.addition {right: 0; background-color: #fff; font-size:1.6rem; font-weight:200; line-height: 10px; padding-bottom:5px;}
.comm-qtyWrap ul li ol li.list2 button.subtract {left: 0; background-color: #fff; font-size:1.6rem; font-weight:200; line-height: 10px; padding-bottom:5px;}
.comm-qtyWrap ul li ol li.list3 .del {position: relative; top: 1px; right:18px;}
.comm-qtyWrap ul li ol li.list3 .del img {width: 15px;}
.comm-qtyWrap ul li ol li.list3 .price {
	margin-right: 5px; float:right; font-weight:600;
	font-size: 0.9rem; color: #333333;
}
.comm-qtyWrap ul li ol li.list3 a {position: absolute; top: 15px; right: 0; z-index: 2; }


/* 할인쿠폰 */
.sale-couponWrap {background: url("../../images/mw/sub_common/coupon.jpg") no-repeat center; background-size:  286px 91px; width: 286px; height: 91px; margin: 0 auto; margin-bottom: 5px; text-align: center;}
/* .sale-couponWrap .pdWrap {padding: 18px 38px 0px 70px;}
.sale-couponWrap h3 {font-size: 13px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sale-couponWrap p.sale {margin-top: 5px; line-height: normal !important;}
.sale-couponWrap p.sale > * {display: inline-block;} */

.sale-couponWrap .pdWrap {display: table-cell; vertical-align: middle; width: 280px; height: 92px; padding-left: 80px; padding-right: 40px;}
.sale-couponWrap h3 {font-size: 13px; font-weight: 700;}
.sale-couponWrap p.sale {margin-top: 5px; line-height: 16px;}
.sale-couponWrap p.sale > * {display: inline-block;}

.sale-couponWrap p.sale strong {font-size: 18px; font-weight: 800;}
.sale-couponWrap p.date {font-size: 9px; word-spacing: -2px;}

/* 할인쿠폰 변경(2016-01-19) */
.sub-couponWrap2 {position: relative; top: 7px;}
.sub-couponWrap2 h3.sale {height: 30px;}
.sub-couponWrap2 table tr td.text {position: relative; bottom: 5px;}
.sale-couponWrap2 {width: 100%; margin: 0 auto; max-width: 100%; height: 100px;}
.sale-couponWrap2 p.name {
    font-size: 1.4rem; color: #2e2e2e; font-family: "NotoSans M"; width: 195px;
    margin:-.0rem 0 .66rem; height: 15px; word-break: break-word; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.sale-couponWrap2 h3.sale {
    font-size: .78rem; color: #848484; line-height: 36px; width: 195px; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
    word-break: break-all; font-family: "NotoSans"; font-weight: 400; height: 29px; padding-top: 5px;
}
.sale-couponWrap2 p.date {
    font-size: .75rem; color: #565151; width: 100%; max-width: 350px; word-break: break-all; margin-top: 10px; padding-bottom: 20px;
}

.sale-couponWrap2 table td {border: 1px solid #d9d9d9; padding: 0px !important; border-top: none !important; border-bottom: none !important;}
.sale-couponWrap2 table td img {width: 100%;}
.sale-couponWrap2 table td.text {padding: 5px 0px 0px 20px !important; text-align: center;}

.sale-couponWrap2 .coupon_title{text-align: right; position:relative; top:7px; right: 15px;}
.sale-couponWrap2 .coupon_title .coupon_name .coupon_dis {font-size: 4.8rem; color: #e33347; display: inline-block; padding-right: 3px;}
.sale-couponWrap2 .coupon_title .coupon_name .coupon_dis2 {font-size: 2.0rem;}


/* 사용자대상/조건 - 더보기 버튼 생성 */
.coup_info._couponDetail {line-height: 17px;}
.couponDetail {text-align: left;}
.couponDetail .show-more {
    display: none;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e33347;
    cursor: pointer;
    line-height: 15px;
    margin: 10px 0 -6px 0px;
}
.couponDetail ._couponDetail {
    overflow: hidden;
    overflow-wrap: break-word;
    margin-top: 11px;
    line-height: 15px;
}
.couponDetail ._couponDetail p {
    margin-top: 5px;
    line-height: 15px;
}
.couponDetail .grayspace {
    background-color: rgb(250,250,250);
    padding: 10px;
    display: none;
}
.coup_dis strong {font-size: 1.2rem;}


/* 레이어 팝업 > 판매처정보, 받는메일 등 */
.pop-seller {display:none; z-index:100; position:fixed; width: 100%; top:45%; left:0; padding:0px; background:#FFF; color:#000;}
.pop-seller .btn-close {position:absolute; top:15px; right:18px;}
.pop-seller .btn-close img {position:relative; top: 5px; width: 20px;}
.pop-seller > div {display: table-cell; vertical-align: top;}
.pop-seller div.photo {width: 95px;}
.pop-seller div.photo img {width: 100%;}
.pop-seller div.text {padding-left: 10px;}
.pop-seller div.text h6 {font-size: 15px; font-weight: 700; margin-bottom: 10px; padding-right: 25px;}
.pop-seller div.text .memo {margin-top: 5px;}
.pop-seller2 {
	display:none; z-index:100;
	position:fixed; width: 100%; top:48%; left:0; padding: 25px 15px 15px; margin:-50px 10px 0 0;
	background:#FFF; color:#000;
}
.pop-seller2 > div {display: table-cell; vertical-align: top;}
.pop-seller2 div.photo {width: 95px;}
.pop-seller2 div.photo img {width: 100%;}
.pop-seller2 div.text {padding-left: 10px;}
.pop-seller2 div.text h6 {font-size: 15px; font-weight: 700; margin-bottom: 10px; padding-right: 25px;}
.pop-seller2 div.text .memo {margin-top: 5px;}
.pop-seller2 > a.btn-close2 {
	position: absolute; top: 10px; right: 10px; z-index: 2;
	width: 25px; height: 25px; line-height: 25px; text-align: center;
}
.pop-seller2 > a.btn-close2 img {width: 16px; height: 16px;}
.pop-seller_ticket {top: calc(50% - 80px);}
.pop-seller > .pw-form {display: block; text-align: center; padding-top: 24px; padding-bottom: 2px;}
.pop-seller .pw-form .title {font-size:16px; color: #333; font-weight: 700;}
.pop-seller .pw-form .title img {height: 24px; position: relative; top: -4px;}
.pop-seller .pw-form .sub_title {font-size:12px; color: #5f5f60; margin-top: 5px;}
.pop-seller .pw-form .pw {margin-top: 15px;}
.pop-seller .pw-form .pw input {line-height: 30px; text-align: center; border: 1px solid #ccc;}
.pop-seller .pw-form .sub_text {margin-top: 5px; font-size: 12px; color: #fe434c;}
.pop-seller .pw-form .button {margin-top: 20px;}
.pop-seller .pw-form .button .btn {display: inline-block; font-size: 13px; line-height: 34px; padding: 0; margin-left: 2px; border-radius: 0;  width: calc(50% - 5px);}
.pop-seller .pw-form .button .btn:first-child {margin-left: 0;}
.pop-seller .pw-form .button .btn1 {background:#FE434C; border:1px solid #E5252E; color:#FFF;}
.pop-seller .pw-form .button .btn2 {background:#ABABAB; border:1px solid #979797; color:#FFF;}

.pop-seller_addr {top:calc(50% - 80px);}
.pop-seller .pw-form .title-wrap {position: relative; margin-top: -24px; text-align: left;}
.pop-seller .pw-form .info-text {text-align: left;}

.pop-seller .pw-form .addr-form .num {width: 100px;}
.pop-seller .pw-form .addr-form .addr1 {width: 60%;}
.pop-seller .pw-form .addr-form .addr2 { width: calc(40% - 4px);}
.pop-seller .pw-form .addr-form input,
.pop-seller .pw-form .addr-form .btn {margin: 2px 0; line-height: 25px;}

.pop-seller .pw-form .addr-form .btn {display: inline-block; height: 30px; font-size: 13px; background: #a6a2a2; border: none; color: #fff; padding: 0 8px;}
.pop-seller .pw-form .addr-form a.btn {height: auto; line-height: 30px;}
.pop-seller .pw-form .button .btn-close {position: static;}

.pop-seller .info-text .int input {width: 100%; margin: 3px 0; line-height: 25px; padding-left: 5px;}


.pop-seller2 > .pw-form {display: block; text-align: center; padding-top: 24px; padding-bottom: 2px;}
.pop-seller2 .pw-form .title {font-size:16px; color: #333; font-weight: 700;}
.pop-seller2 .pw-form .title img {height: 24px; position: relative; top: -4px;}
.pop-seller2 .pw-form .sub_title {font-size:12px; color: #5f5f60; margin-top: 5px;}
.pop-seller2 .pw-form .pw {margin-top: 15px;}
.pop-seller2 .pw-form .pw input {line-height: 30px; text-align: center; border: 1px solid #ccc;}
.pop-seller2 .pw-form .sub_text {margin-top: 5px; font-size: 12px; color: #fe434c;}
.pop-seller2 .pw-form .button {margin-top: 20px;}
.pop-seller2 .pw-form .button .btn {display: inline-block; font-size: 13px; line-height: 34px; padding: 0; margin-left: 6px; border-radius: 0; width: 48%; width: calc(50% - 5px);}
.pop-seller2 .pw-form .button .btn:first-child {margin-left: 0;}
.pop-seller2 .pw-form .button .btn1 {background:#FE434C; border:1px solid #E5252E; color:#FFF;}
.pop-seller2 .pw-form .button .btn2 {background:#ABABAB; border:1px solid #979797; color:#FFF;}

.pop-seller2_addr {top: 42%; top: calc(50% - 80px);}
.pop-seller2 .pw-form .title-wrap {position: relative; margin-top: -24px; text-align: left;}
.pop-seller2 .pw-form .info-text {text-align: left;}

.pop-seller2 .pw-form .addr-form .num {width: 100px;}
.pop-seller2 .pw-form .addr-form .addr1 {width: 60%;}
.pop-seller2 .pw-form .addr-form .addr2 {width: 36%; width: calc(40% - 4px);}
.pop-seller2 .pw-form .addr-form input,
.pop-seller2 .pw-form .addr-form .btn {margin: 2px 0; line-height: 25px; vertical-align: middle;}

.pop-seller2 .pw-form .addr-form .btn {display: inline-block; height: 30px; font-size: 13px; background: #a6a2a2; border: none; color: #fff; padding: 0 8px;}
.pop-seller2 .pw-form .addr-form a.btn {height: auto; line-height: 30px;}
.pop-seller2 .pw-form .button .btn-close {position: static;}

.pop-seller2 .info-text .int input {width: 100%; margin: 3px 0; line-height: 25px; padding-left: 5px;}


.pop-seller2 .pw-form .title-wrap {position: relative; margin-top: -24px; text-align: left;}
.pop-seller2 .pw-form .info-text {text-align: left;}

.pop-seller2 .pw-form .addr-form .num {width: 100px;}
.pop-seller2 .pw-form .addr-form .addr1 {width: 60%;}
.pop-seller2 .pw-form .addr-form .addr2 {width: 36%; width: calc(40% - 4px);}
.pop-seller2 .pw-form .addr-form input,
.pop-seller2 .pw-form .addr-form .btn {margin: 2px 0; line-height: 25px;}

.pop-seller2 .pw-form .addr-form .btn {display: inline-block; height: 30px; font-size: 13px; background: #a6a2a2; border: none; color: #fff; padding: 0 8px;}
.pop-seller2 .pw-form .addr-form a.btn {height: auto; line-height: 30px;}
.pop-seller2 .pw-form .button .btn-close {position: static;}

.pop-seller2 .info-text .int input {width: 100%; margin: 3px 0; line-height: 25px; padding-left: 5px;}


/* table (row) */
table.commRow {width: 100%; border-spacing:0px; border-collapse:collapse; font-size: 1.2rem;}
table.commRow {border-top: 1px solid #dcdcdc;}
table.commRow th {background: #353435; color: #fff; border: 1px solid #533435;  width: 30%; text-align: center;}
table.commRow td {border: 1px solid #ccc; padding: 10px;}


/* 검색 메인 타이틀 */
.form-title {font-weight: 700; font-size: 12px; margin-bottom: 2px; margin-top: 4px;}
.label-infoText {
	clear: both;
	font-size: 12px; line-height: 16px; color: #fe434c; margin-bottom: 10px;
	background: url("../../images/mw/list/warning.png") no-repeat left 1px; padding-left: 20px;
	background-size: 15px;
}


/* 상세 아이콘(이벤트, 핫딜, 당일특가) */
img.type-icon {height: 15px;}


/* 이용약관 */
.rules-wrap {background: #fff; border: 1px solid #ccc; padding: 10px;}
.comm-rule dt {font-weight: 700; margin-top: 10px; font-size: 14px;}
.comm-rule dt:first-child {margin-top: 0;}
.comm-rule dd {font-size: 12px; white-space: pre-line; line-height: 18px; margin-top: -10px;}
.comm-rule table th {text-align: center !important;}
.comm-rule table td {word-break: break-all;}

/* 회원가입 > 이용약관 */
.join-wrap .comm-rule dt {margin-top: 15px; font-size: 13px;}
.join-wrap .comm-rule dt:first-child {margin-top: 0;}
.join-wrap .comm-rule dd {margin-top: -15px;}
.join-wrap .comm-rule table {font-size: 12px;}
.join-wrap .comm-rule table th {padding: 5px !important;}
.join-wrap .comm-rule table td {padding: 5px !important;}
#subContent .join-agree .ad-check input[type="checkbox"] {width:18px; height:14px; line-height:15px;}


/* 1122 회원가입 > 이용약관 */
.signUp01 .sub-content-join .background {
    background-color: #fff;
}
#main.signUp01 {
    min-height: 120vh;
    margin-top: 0;
    background: #f9f9f9;
}
#main.signUp01 .background #subContent {
    background: #fff;
}
#main.agree_sign-up {
    overflow-y: hidden;
    min-height: auto;
}
.box_join-terms-container {
    border-radius: 24px;
}
.join_body {
    position: relative;
    min-width: 320px;
}
.join_body .join-agree {
    margin-top: 30px;
    padding: 10px 0 18px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 아래쪽에만 그림자 추가 */
}
.box_join-step {
    padding: 20px 20px 15px;
}
.box_join-step .text_step-message {
    color: #333;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 32px;
}
.box_join-step .text_emphasis {
    color: #e8202e;
    font-weight: bold;
}
.join-agree .box_terms-list {
    padding: 0;
    margin: 0 10px;
}
.join-agree .box_terms-list .box_terms-all {
    display: block;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 1px solid #ccc;
}
.join-agree .box_terms-list .form_checkbox {
    display: none;
    position: absolute;
    top: 18px;
    left: 16px;
    width: 20px;
    height: 20px;
    border: 0 none;
    background-position: 0 -25px;
    -webkit-appearance: none;
}
.sprite_join-default {
    display: none;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    background-size: 100px auto;
}
.join-agree .sprite_join-default:checked + label:before {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #fff;
    border-radius: 50%;
    content: "";
    background: url("../../images/mw/sns/login/white_check.png") no-repeat;
    background-size: 10px;
    background-position: 3px 3px;
    background-color: #e8020e;
}
.sprite_join-default + label:before {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 23px;
    background-color: #d8d8e2;
    content: "";
}
.join-agree .box_terms-list .text_all-agree {
    display: flex;
    padding: 13px 0;
    color: #333;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    align-items: center;
}
.join-agree .box_terms-list .box_list-terms {
    margin-bottom: 5px;
    padding: 10px 10px 0;
}
.join-agree .box_terms-list .list-item_terms-group {position: relative;}
.join-agree .box_terms-list .list-item_terms-group .label_terms {
    display: flex;
    padding: 10px 0 10px;
    color: #333;
    font-size: 0.74rem;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    letter-spacing: -0.5px;
    align-items: center;
}
.join-agree .box_terms-list .list-item_terms-group .label_terms:last-of-type .label_terms{
    display: block;
}
.join-agree .box_terms-list .list-item_terms-group .label_terms > div {
    display: block;
    width: 74%;
}
.join-agree .box_terms-list .list-item_terms-group .label_terms .text_importance {
    font-size: 12px;
    color: #898989;
    font-weight: normal;
}
.join-agree .box_terms-list .list-item_terms-group .link_terms-view {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 11px;
    height: 33px;
    color: #898989;
    background-color: #fff;
    font-size: 0.7rem;
    line-height: 33px;
    text-align: center;
    font-weight: 400;
}
.join-agree .box_terms-list .list-item_terms-group .link_terms-view img {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
}
.join_body .box_buttons--half {margin: 0;}
.join_body .box_buttons--half .step_btn-next {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 15px 0 40px 0;
    color: #fff;
    border-radius: 12px;
    background-color: #e8202e;
    font-size: 1.05rem;
    font-weight: bold;
    font-family: "Roboto";
    line-height: 50px;
}

/* 비회원 > 이용약관 */
.join2.background {background-color: #fff;}
.join2 .box_join-step {padding: 0 20px 20px 20px;}
.join2 .join_body .join-agree {margin-top: 0;}
.join2 .box_join-terms-container {border-radius: 0;}

/* 1122 회원가입 > layer-popup */
.agreement_memo {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: none;
    background: #fff;
}
.agreement_memo .head {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    border: none;
    background: #fff;
}
.agreement_memo .head .close {
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 0;
    left: auto;
    padding: 10px;
    margin-right: 10px;
    border: none;
    background: transparent;
}
.agreement_memo .head .title {
    display: block;
    padding: 5px 0 3px;
    color: #323232;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Roboto";
    text-align: center;
    line-height: 53px;
}
.sign_rules-wrap {
    overflow-y: auto;
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    text-align: left;
}
.sign_rules-wrap .comm-rule {padding: 0 23px 80px 23px;}
.comm-rule table {
    clear: both;
    border-collapse: collapse;
    width: 100%
}
.sign_rules-wrap .comm-rule table th {
    padding: 8px;
    border: 1px solid #ddd;
    background: #F6F6F6;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: normal;
    vertical-align: middle;
}
.sign_rules-wrap .comm-rule table td {
    position: relative;
    top: 0;
    bottom: 0;
    border: 1px solid #ddd;
    color: #333;
    padding: 8px;
    font-size: 0.75rem;
    line-height: 15px;
    text-align: left;
}
.comm-layer-popup .head .close img {height: 22px;}


/* 통합검색 */
.search-result {font-size: 14px; line-height: 20px; margin: 10px 0 15px;}
.select-box {/*margin-bottom: 10px;*/}
.select-box select {width: 100%; height: 30px !important;}
.keyword-result > * {clear: both; overflow: hidden;}
.keyword-result .listTitle1 {font-size: 16px; font-weight: bold; position: relative; clear: both; margin: 8px 0; margin-top: 30px; overflow: visible;}
.keyword-result .listTitle1:first-child {margin-top: 0;}
.keyword-result .side-btn {
	position: absolute; top: -2px; right: 0; z-index: 2;
	background: #fff; color: #747577;
	font-size: 13px; font-weight: 700;
	border: 1px solid #dcdcdc;
	padding: 4px 6px;
}


/* 갤러리 상세 로딩전 플로팅 문제에 따른 해결 */
.sub-content .view-img > ul {overflow: hidden; position: relative;}
.sub-content .view-img > ul > li {float: left; position: absolute; top: 0; z-index: 100;}

.sub-content .bx-viewport > ul {overflow: hidden; position: relative;}
.sub-content .bx-viewport > ul > li {float: left; position: absolute; top: 0;}


/* 관광지 > 상품목록 상품정보 추가 */
.goods-list .bottom-info {
    position: absolute; width: 100%; bottom: 0; font-size: 12px; overflow: hidden;
    background: rgba(51, 51, 51, 0.85);
}
.goods-list .bottom-info .info {float: left; color: #fa6e0e; line-height: 30px; font-weight: 700; padding: 0; padding-left: 8px; display: inline; border: 0;}
.goods-list .bottom-info .date {float: right; color: #fff; line-height: 30px; padding-right: 8px;}

.goods-list .info .txt .product {position: absolute; width: 74%; width: calc(100% - 80px); bottom: 44px; font-size: 10px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.goods-list .info .txt .product * {color: #999}

.goods-list .info .txt .heart {position: absolute; bottom: 10px; font-size: 12px;}
.goods-list .info .txt .heart img {height: 10px; display: inline-block;}
.goods-list .info .txt .heart strong {color: #333;}

.con-box .ticket-info {margin-bottom: 8px; border-bottom: 1px solid #e1e3e4; padding-bottom: 4px; color: #FE434C;}




/* 비밀번호 변경 정보에 따른 추가 (2016-05-24) */
 .label1 {color: #fe434c;}
 .label2 {color: #12b6f3;}
#pwCmtFail,  #pwCmtOk {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    color: #e8202e;
    font-size: 0.75rem;
    font-weight: bold;
    position: absolute;
}
 #pwCmtOk {
     color: #3d8afa;
 }
.pw-wrap .label1 {margin-top: 5px; padding-left: 5px;}
.pw-wrap .label2 {margin-top: 5px; padding-left: 5px;}
.join-form .label1 {margin-top: 5px; padding-left: 5px;}
.join-form .label2 {margin-top: 5px; padding-left: 5px;}



/* side wrap (2016-07-18) */
.side-wrap {position: relative; margin-bottom: 4px; margin-top: 4px;}
.side-wrap .btn {position: absolute; right: 0px; top: -7px;}
.side-wrap .btn2 {background: #059bd3 !important; color: #fff !important; border: 1px solid #059bd3 !important;}

.payArea .side-wrap {margin-bottom: 10px;}



/* select box layer용 (2016-07-20) */
.layer-select {position: absolute; right: 4px; top: 4px;}
.layer-select a.select-box {display: block; padding: 0 5px; background: #fff; width: 120px; height: 26px; line-height: 26px; border: 1px solid #ccc; color: #333; border-radius: 0;}
.layer-select .layer-box {position: absolute; top: 26px; background: #fff; width: 110px; border: 1px solid #ccc; border-top: none; z-index: 99; display: none;}
.layer-select .layer-box ul {padding: 5px 0;}
.layer-select .layer-box ul li a {display: block; padding: 4px 5px; color: #333; background: transparent; border: none; font-size: 12px; line-height: 16px;}



/* 숙박, 렌트 상세 아이콘 정보 추가 */
.view-info .icon-imInfo {background: #fff; border: 1px solid #ccc; overflow: hidden; margin: 8px 0 5px;}
.view-info .icon-imInfo ul {display: table; width: 100%;}
.view-info .icon-imInfo ul li {display: table-cell; vertical-align: middle; width: 16%; height: 70px; text-align: center;}
/* .view-info .icon-imInfo ul li:last-child {width: 18%;}
.view-info .icon-imInfo ul li:last-child .text {letter-spacing: -1px;} */
.view-info .icon-imInfo ul li.off {opacity: .3;}
.view-info .icon-imInfo ul li .icon img {width: 36px; height: 36px;}
.view-info .icon-imInfo ul li .text {font-size: 10px; color: #444; margin-top: 5px; letter-spacing: -1px; padding: 0;}



/* 이용후기 */
#subContent .view-bottom .review-form dl {padding-bottom:10px;}
#subContent .view-bottom .review-form dl dt {font-weight:normal;}
#subContent .view-bottom .review-form ul {float:left; width:100%;padding-bottom:5px;}
#subContent .view-bottom .review-form ul li:first-child {float:left; width:60%;}
#subContent .view-bottom .review-form ul li input[type="text"] {width:100%;}
#subContent .view-bottom .review-form ul li:last-child {float:left; width:40%; height:25px; line-height:25px; border-top:1px solid #CCC; border-bottom:1px solid #CCC;  border-right:1px solid #CCC; text-align:center;}
#subContent .view-bottom .review-list {float:left; width:100%; background:#FFF; margin-bottom:2px; }
#subContent .view-bottom .review-list > dl {float:left; width:100%; padding:15px; border-top:1px solid #CCC;}
#subContent .view-bottom .review-list > dl > dt {width:100%; }
#subContent .view-bottom .review-list > dl > dt strong {float:left; width:70%;}
#subContent .view-bottom .review-list > dl > dt span.like {float:right; width:30%; text-align:right; font-weight:normal;}
#subContent .view-bottom .review-list > dl > dt em {clear:both; font-weight:normal;}
#subContent .view-bottom .review-list > dl > dd {color:#444; clear: both;}
#subContent .view-bottom .review-list > dl > dd .btn-reply {font-size:12px;}
#subContent .view-bottom .review-list > dl > dd dl dt {padding:7px 0;}
#subContent .view-bottom .review-list > dl > dd dl dd em {font-weight:normal;}

.view-bottom .review-list .memo-wrap {clear: both; margin-top: 5px;}
.view-bottom .review-list .like img {width: 10px;}
.view-bottom .review-list .top {overflow: hidden;}
.view-bottom .review-list .bottom {clear:both; position: relative;}
.view-bottom .user {clear: both; margin-top: 10px;}
.view-bottom .user span {font-weight: 400;}
.view-bottom .user .date {margin-left: 5px;}
.view-bottom .editBT {clear: both; margin-top: 10px; text-align: right;}
.view-bottom .review-list .edit a.btn-reply {width: 65px !important;}
.view-bottom a.btn-reply {height: 26px !important; line-height: 26px !important; background: #F2F0F1; color: #444 !important; font-weight: 700 !important;}
.view-bottom .review-list .comment-wrap {margin-top: 10px;}
.view-bottom .review-list .comment-wrap li {border-top: 1px solid #ccc; padding: 8px 0;}
.view-bottom .review-list .comment-user {padding-left: 15px; background: url("../../images/mw/sub_common/comment.png") no-repeat left 2px; background-size: 9px 9px;}
.view-bottom .review-list .comment-user .comment-date {margin-left: 5px;}
.view-bottom .review-list .comment-memo {padding-left: 15px; margin-top: 5px;}
.view-bottom .review-list .comment-write {text-align: center; margin-top: 5px; border-top: 1px solid #ccc; padding-top: 10px;}
.view-bottom .review-list .int-write {margin-top: 10px;}
.view-bottom .title-int {margin-bottom: 5px; width: 100%;}

.view-bottom .review-list {background: red;}

#ueContCmtDiv16 {margin-top: 10px;}



/* 이용후기 사진뷰 */
.review-list .photo-comment {display: table; width: 100%;}
.review-list .photo-comment .area-photo,
.review-list .photo-comment .area-text {display: table-cell; vertical-align: top;}
.review-list .photo-comment .area-text {text-align: left;}
.review-list .photo-comment .area-photo {width:90px; padding-right: 10px;}
.review-list .photo-comment .area-photo .photo-wrap {width: 90px; position: relative;}
.review-list .photo-comment .area-photo .photo-wrap:hover .over-rap {display: block;}
.review-list .photo-comment .area-photo .photo {width: 90px; height: 60px;}
.review-list .photo-comment .area-photo .photo > img {width: 100%; height: 100%;}
.review-gallery {
	clear: both; display: none;
	position: fixed; top: 150px; right: 10px; bottom: 10px; left: 10px; max-width: 100%; max-height: 100%;
	margin: auto; z-index: 998;
}
.review-gallery .swiper-container2 {position: relative; overflow: hidden; background: #333;}
.review-gallery .swiper-slide img {width: 100%;}
.review-gallery .swiper-pagination2 {position: absolute; left: 0; bottom: 5px; width: 100%; text-align: center; z-index: 99;}
.review-gallery .swiper-pagination2 span {display: inline-block; margin: 0 2px;}
.review-gallery .photo_close {position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; z-index: 999;}
.review-gallery .photo_close img {width: 100%; height: 100%;}
.review-gallery.active {display: block;}


.review-photo-list {display: inline-block}
.review-photo-list ul li {margin-top: 8px;}
.review-photo-list ul li:first-child {margin-top: 0;}
.review-photo-list ul li img {display: table-cell; width: 150px; float:left; margin-right:7px; border-radius: 5px;}
.review-photo-list .memo {font-size: 13px; line-height: 20px; margin-top: 8px;}




/* 고객센터 > 이용후기 사진뷰 */
.re-comment ul.tbOption li {display: table; width: 100%;}
.re-comment ul.tbOption li .photo-area,
.re-comment ul.tbOption li .text-area {display: table-cell; vertical-align: top;}
.re-comment ul.tbOption li .text-area {text-align: left;}
.re-comment ul.tbOption li .photo-area {width:90px; padding-right: 10px;}
.re-comment ul.tbOption li .photo-area .photo-wrap {width: 90px; position: relative;}
.re-comment ul.tbOption li .photo-area .photo-wrap:hover .over-rap {display: block;}
.re-comment ul.tbOption li .photo-area .photo {width: 90px; height: 60px;}
.re-comment ul.tbOption li .photo-area .photo > img {width: 100%; height: 100%;}





/* 상세 정보 추가 (2016-09-19) */
table.item-info {}



/* 상세 배송비 추가 (2016-10-24) */
#subContent .view-btn .price {position: relative;}
#subContent .view-btn .price .shipping-fee {
	/* position: absolute; top: 0; left: 0; z-index: 2; */
	display : block; margin-bottom: 5px;
	font-size: 12px; line-height: 15px;
}


/* MD’s Pick (2016-10-25) */
.md-pick {border-top: 1px solid #d1d1d1; padding-top: 10px; margin-top: 15px; overflow: hidden;}
.md-pick .title {font-size: 15px; font-weight: bold; color: #3e3030; margin-bottom: 5px;}

.md-pick ul {width: 10000px; overflow: hidden;}
.md-pick ul li {float: left; width: 268px;}

/* .md-pick dl dt {font-size: 15px; font-weight: bold; color: #3e3030; margin-bottom: 5px;}

.md-pick dl dd {display: table; width: 100%; border-spacing: 0px; border-collapse: collapse; table-layout: fixed;}
.md-pick dl dd .l-area,
.md-pick dl dd .r-area {display: table-cell; vertical-align: top; border: 1px solid #d1d1d1;}

.md-pick dl dd .l-area {width: 150px;}
.md-pick dl dd .r-area {padding: 5px;}

.md-pick dl dd .photo {margin: 0 !important; padding: 0 !important;}
.md-pick dl dd .photo img {width: 100%;}

.md-pick dl dd .title {margin-bottom: 8px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.md-pick dl dd .memo {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 17px;
    max-height: 51px;
} */


.md-pick .ct-box {display: table; width: 100%; border-spacing: 0px; border-collapse: collapse; table-layout: fixed;}
.md-pick .ct-box .l-area,
.md-pick .ct-box .r-area {display: table-cell; vertical-align: top; border: 1px solid #d1d1d1;}

.md-pick .ct-box .l-area {width: 150px;}
.md-pick .ct-box .r-area {padding: 5px;}

.md-pick .ct-box .photo {margin: 0 !important; padding: 0 !important;}
.md-pick .ct-box .photo img {width: 100%;}

.md-pick .ct-box .title {margin-bottom: 8px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.md-pick .ct-box .memo {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 17px;
    max-height: 51px;
}

.md-pick .bx-wrapper .bx-controls {text-align:center; margin-top: 5px;}
.md-pick .bx-wrapper .bx-pager .bx-pager-item,
.md-pick .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.md-pick .bx-wrapper .bx-pager.bx-default-pager,
.md-pick .bx-wrapper .bx-controls-auto {display:inline-block;}
.md-pick .bx-wrapper .bx-pager.bx-default-pager a {
    background:#5E5E5E;
    border:1px solid #5E5E5E;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius:6px;
    overflow: hidden;
}
.md-pick .bx-wrapper .bx-pager.bx-default-pager a:hover,
.md-pick .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#EDEDED;
    border-radius:6px;
}



/* sub slider menu (2016-10-27) */
.top-menu-slider {
	border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff; margin-top: 10px; overflow: hidden; position: relative;
	padding: 0 24px;
}

/* .top-menu-slider .pd-wrap {overflow-x: auto;} */
#subMenuContainer {overflow-x: auto;}

.top-menu-slider ul.nav-list {width: 10000px; height: 46px; overflow: hidden;}
.top-menu-slider ul.nav-list > li {float: left; padding: 3px 0; position: relative;}
.top-menu-slider ul.nav-list > li > a {display: block; padding: 4px 10px; font-size: 13px; font-weight: bold; color: #3b2c2c; position: relative;}
.top-menu-slider ul.nav-list > li > a small {display: block; text-align: center; font-size: 10px; font-weight: bold; color: #3b2c2c; margin-top: 2px;}

.top-menu-slider ul.nav-list li.split a {
	background: url("../../images/mw/menu/tab_bg_off.jpg") no-repeat center; border-radius: 5px;
}
.top-menu-slider ul.nav-list li.split a .icon {
	display: inline-block; vertical-align: middle; width: 19px; height: 18px;
	background: url("../../images/mw/menu/star_off.png") no-repeat center bottom 2px;
	background-size: 19px 18px;
}

.top-menu-slider ul.nav-list li.active::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #fe434c;}
.top-menu-slider ul.nav-list li.active a {color: #fe434c;}
.top-menu-slider ul.nav-list li.active a * {color: #fe434c;}

.top-menu-slider ul.nav-list li.split.active::after {display: none;}
.top-menu-slider ul.nav-list li.split.active a {color: #fff;}
.top-menu-slider ul.nav-list li.split.active a * {color: #fff;}

.top-menu-slider ul.nav-list li.split.active a {
	background-image: url("../../images/mw/menu/tab_bg_on.jpg");
}
.top-menu-slider ul.nav-list li.split.active a .icon {
	background-image: url("../../images/mw/menu/star_on.png");
}

.top-menu-slider .depth2 {
	position: fixed; top: 147px; left: 0; z-index: 100;
	background: #fff; width: 100%; border: 1px solid #fe434c; display: none;
}
.top-menu-slider .depth2 .close-x {position: absolute; top: 5px; right: 5px; z-index: 10;}
.top-menu-slider .depth2 .close-x img {height: 30px;}

.top-menu-slider .depth2 .title {
	font-size: 14px; font-weight: bold; text-align: center; color: #333333;
	line-height: 40px; background: #ededed; border-bottom: 1px solid #ccc;
}

.top-menu-slider .depth2 ul {overflow: hidden;}
.top-menu-slider .depth2 ul li {float: left; width: 50%; text-align: center; border: 1px solid #cccccc; border-top: none; border-left: none;}
.top-menu-slider .depth2 ul li a {
	display: block; line-height: 45px;
	font-size: 13px; color: #333333 !important;
}
.top-menu-slider .depth2 ul li.active a {color: #fe434c !important;}

.top-menu-slider .scroll-prev,
.top-menu-slider .scroll-next {
	position: absolute; top: 0; width: 24px; height: 46px; text-align: center;
	background: #fff; z-index: 98; display: block;
}

.top-menu-slider .scroll-prev {left: 0; border-right: 1px solid #ccc;}
.top-menu-slider .scroll-next {right: 0; border-left: 1px solid #ccc;}

.top-menu-slider .scroll-prev img,
.top-menu-slider .scroll-next img {display: block; padding-top: 2px;}




/* 이벤트 코드 */
.reserve .bt-none {position: relative;}

.helper {font-size: 14px; text-align: center; margin: 10px 0 15px;}
.helper.red {color: #fe434c;}
.helper.blue {color: #23a3e2;}

.helper2 {font-size: 12px; text-align: center; margin: 10px 0 10px;}
.helper2.red {color: #fe434c;}
.helper2.blue {color: #23a3e2;}


.event-code {}
.event-code input,
.event-code .btn {display: inline-block; vertical-align: middle;}

.event-code .btn {width: 70px !important;}
.event-code .reset img {width: 16px;}

#code_popup {
	width: 100%; padding: 0;
	position: fixed; top: 28%; left: 0px; font-size: 12px;
	background: #fff; border: 1px solid #fe434c; z-index: 101; display: none;
}
#code_popup img.bubble {position: absolute; bottom: -7px; left: 20px;}
#code_popup .input-box {text-align: center;}

#code_popup .comm-btnWrap {text-align: center;}
#code_popup .btn {height: 26px !important; line-height: 26px !important; padding: 0 !important;}
#code_popup .btn4 {width: 70px; background:#FE434C; border:1px solid #E5252E; color:#FFF;}
#code_popup .btn6 {width: 70px; background:#ABABAB; border:1px solid #979797; color:#FFF;}
#code_popup .btn7 {width: 70px; background:#707070; border:none; color:#FFF;}

#code_popup .input-box input {
    display: inline-block;
    width: 75%;
    height: 50px;
    padding-left: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    vertical-align: middle;
}


/* 제주로 옵서예 */
.jeju-event {clear: both;}
.jeju-event img {width: 100%;}



/* 택배 수령방법 */
.receipt-option-area {clear: both; margin: 5px 0; background: #fff; border: 1px solid #ccc; padding: 10px;}
.receipt-option-area select {width: 100%; height: 30px; margin-bottom: 0; font-size:.8rem; background-size:.8rem;}
.receipt-option-area .btn-area {text-align: right; margin-top: 4px;}
.receipt-option-area .btn-area .btn {margin-top: 0; width: auto !important; padding: 0 10px !important;}
.receipt-option-area .memo {font-size: 12px; line-height: 18px; margin-top: 10px;}



/* 콘텐츠 상세 배너 */
.detail-banner-area {margin: 10px 0; clear: both;}
.detail-banner-area a {display: block;}
.detail-banner-area img {display: block; width: 100%;}








/* --------------------------------------------------------- 키워드 광고 ------------------------------------------------------------------ */
.keyword-result .item-wrap {margin-top: 30px;}
.keyword-result .item-wrap:first-child {margin-top: 0;}
.keyword-result .item-wrap .goods-list {float: none;}
/* --------------------------------------------------------- //키워드 광고 ------------------------------------------------------------------ */



/* --------------------------------------------------------- 소셜 상세  ------------------------------------------------------------------ */
/* 소셜 기본폼 */
.product-detailInfo {background: #2e4b55; padding: 10px;}
.product-detailInfo .item-area {margin-top: 20px;}
.product-detailInfo .item-area:first-child {margin-top: 0;}
.product-detailInfo .product-title {font-size: 24px; line-height: 26px; margin: 10px 0 10px;}
.product-detailInfo .product-title strong {color: #fff;}
.product-detailInfo .item {margin-top: 10px; background: #fff; border: 1px solid #e1e3e4; padding: 20px 10px;}
.product-detailInfo .item:first-child {margin-top: 0;}
.product-detailInfo .type-area .title-area strong {display: block; font-size: 18px; line-height: 24px; color: #e8202e;}
.product-detailInfo .type-area .text-area .title {display: block; font-size: 20px; line-height: 28px; color: #333; margin: 5px 0 10px;}
.product-detailInfo .type-area .text-area ul li {display: table; width: 100%; border-bottom: 1px solid #e1e3e4;}
.product-detailInfo .type-area .text-area ul li:first-child {border-top: 1px solid #e1e3e4;}
.product-detailInfo .type-area .text-area ul li .names,
.product-detailInfo .type-area .text-area ul li .price {display: table-cell; vertical-align: middle; padding: 8px 4px;}
.product-detailInfo .type-area .text-area ul li .names {font-size: 14px; font-weight: bold; line-height: 20px; color: #444444;}
.product-detailInfo .type-area .text-area ul li .price {width: 116px; text-align: right; font-size: 18px; font-weight: bold; color: #333;}
.product-detailInfo .type-area .text-area ul li .price small {font-size: 12px;}
.product-detailInfo .type-area .text-area ul li .price .cost {font-size: 14px; font-weight: normal; color: #999; margin-bottom: 2px;}
.product-detailInfo .type-area .text-area .memo {font-size: 14px; line-height: 20px; color: #5f5f60; margin-top: 15px;}
.product-detailInfo .info-area .title,
.product-detailInfo .price-area .title {
	font-size: 24px; font-weight: bold; color: #333333; text-align: center;
}
.product-detailInfo .info-area .title::after,
.product-detailInfo .price-area .title::after {
	content: ""; display: block; width: 200px; height: 1px; background: #cccccc; margin: 15px auto 0;
}
.product-detailInfo .info-area .table-area,
.product-detailInfo .price-area .table-area {
	margin-top: 25px;
}
.product-detailInfo .price-area .price strong {font-size: 14px; font-weight: bold;}
.product-detailInfo .price-area .cost small,
.product-detailInfo .price-area .price small {
	font-size: 12px;
}
#subContent .product-detailInfo table.table-col td {padding: 8px 2px;}
#subContent #info.con-box {padding: 10px;}
/* --------------------------------------------------------- //소셜 상세  ------------------------------------------------------------------ */



/* ----------------------------------------------- 블로그 -------------------------------------------------------- */
/* 목록 */
.blog-list-area .top-title {font-size: 18px; font-weight: bold; margin: 10px 0 8px;}
.blog-list-area .top-title span {font-size: 14px;}
.blog-list-area ul {overflow: hidden;}
.blog-list-area ul li {border: 1px solid #e1e3e4; margin-top: 10px;}
.blog-list-area ul li:first-child {margin-top: 0;}
.blog-list-area .photo {
	height: 200px; margin: 0 !important;
	background: url("../../images/web/other/product_01.jpg") no-repeat center;
	background-size: cover;
}
.blog-list-area .photo img {width: 100%; display: block;}
.blog-list-area .text-area {padding: 15px;}
.blog-list-area .text-area .title {
	font-size: 14px; font-weight: bold; color: #333;
	overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: 44px;
}
.blog-list-area .text-area .memo {
	font-size: 13px; color: #3f3f3f; margin-top: 8px;
	overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
}
.blog-list-area .text-area .info {
	display: table; width: 100%; table-layout: fixed;
	font-size: 12px; line-height: 18px; color: #3f3f3f; margin-top: 20px;
}
.blog-list-area .text-area .info .name,
.blog-list-area .text-area .info .date {
	display: table-cell; vertical-align: middle;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.blog-list-area .text-area .info .date {text-align: right; width: 92px;}
.blog-list-area .pageNumber {margin: 10px 0 0;}
/* ----------------------------------------------- //블로그 -------------------------------------------------------- */





/* --------------------------------------------------------- 버튼(button) (※ comm_style 배포 후 삭제) ------------------------------------------------------------------ */
/* Button Area */
.btn-wrap {text-align: center; margin: 20px 0;}
.btn-wrap.right {text-align: right; margin: 10px 0;}

.number .comm-btn {height:40px; line-height: 40px;}

/* Button Style */
.comm-btn {
    display: inline-block; vertical-align: middle; text-align: center; cursor: pointer;
    font-size: .83rem; font-weight: normal; line-height: 28px; padding: 0px 20px; margin: 5px 3px; white-space: nowrap;
    position: relative; border:none; border:1px solid #353435; background-color:#fff; color:#353435; font-family: "NotoSans";
}

.join-form .comm-btn {margin:4px 3px; }
.comm-btn:active {background-color: #ccc;}
.like-list-area .comm-btn {margin:0;}

/* Button Color */
.comm-btn.red {
    color: #fff;
    border-color: #de1724;
    background-color: #de1724;
    font-family: "Roboto";
    font-weight: bold;
}
.comm-btn.gray {background-color: #353435; border-color: #353435; color: #fff;}
.comm-btn.black {background-color: #000; border-color: #000; color: #fff;}

.popup-area-list .list-disc button{width:100%; margin-top:0px; height:38px;}

#subContent .side-wrap a.btn {height:24px; line-height:24px; border-radius: 4px;}

/* --------------------------------------------------------- //버튼(button) (※ comm_style 배포 후 삭제) ------------------------------------------------------------------ */




/* ----------------------------------------------- 신규 프레임 변경 후 추가(#main 추가 > 기존동일한 콘텐츠) / 폰트크기 Up 등 ------------------------------------------------------ */
.background{background-color: #f9f9f9;}
/* #subContent {margin-top: 60px;} */
#subContent .text-certification{margin-top: 30px;}
#subContent .sub-content {float: none; width: 100%; box-sizing: border-box; margin: 0 auto; padding: 10px;}

#subContent .sub-content .mypage{background-color: #fff; border: none;}
#subContent .sub-top{margin: -25px auto;}

#subContent .sub-content-sign,
#subContent .sub-content2,
#subContent .sub-content-join {
    float: none;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Roboto";
}
#subContent .sub-content.not-padding {padding: 0 0 50px;}
#subContent h2 {margin-top: 15px; margin-bottom: 4px;}

#subContent .sub-content2#sub1 .btn-list .btn,
#subContent .sub-content2#sub2 .btn-list .btn {
    color: #fff;
    background-color: #000;
}
#subContent h2,
#subContent .comm-title1 { font-size: 1.125rem; background-image: none;}
#subContent .event .comm-title1 {display:none;}
#subContent .warning-text { font-size: 0.875rem; line-height: 1.25rem;}
#subContent a.btn,
#subContent button.btn,
#subContent a.btn-submit {height: 30px; line-height: 30px; font-size: 2.2rem;}
#subContent .board ul.list li .editBT a {padding: 0; font-size:.83rem;}
#subContent .btn-list,
#subContent .btn-list .btn {text-align: center;}
#subContent .mypage .btn-list a {
    width: 45%;
    height: 50px;
    padding: 0;
    margin-top: 13px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: bold;
    font-family: "Roboto";
    line-height: 50px;
}

#subContent .sub-content2 .btn-list .btn {
    margin-top: 20px;
    color: #9c9c9c;
    border-radius: 12px;
    background-color: #ddd;
}
#subContent .sub-content2 .btn-list .btn.active {
    color: #fff;
    background-color: #e8202e;
}

.sns-login-header,
.air-login-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
}
.sns-login-header .text,
.air-login-header .text {
    color: #686868;
    font-size: 0.75rem;
    text-align: center;
}
.sns-login-header .line,
.air-login-header .line {
    border-bottom: 1px solid #ddd;
    width: 25%;
}
.sns-buttons-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}




#subContent .btn-list .btn {width: 100%; margin-top: 32px; text-align: center ; height: 50px; line-height: 50px; }
#subContent .btn-list{width: 100%;}
#subContent .board .btn-list {margin-bottom:10px;}
#subContent .btn-list2 {
	margin-top: 90px; font-size: 2.2rem; text-align: center;
	height: 106px;line-height: 105px; font-weight:500;
}


#subContent .sub-content .view-bottom .tab-con img {width:100%;}
#subContent .btn-list2 .btn-home {
	width: 49%;  line-height: 100px; border: 2px solid black; margin-right:10px;
	box-sizing: border-box; float: left;
	 }
#subContent .btn-list2 .btn-login {
	width: 49%; float: left; background-color : #e8202e; color: #fff;
}
#subContent textarea {
    padding: 8px;
    padding-left:12px;
    border-radius: 4px;
    font-size:.85rem;
}
#subContent textarea:focus {
    outline: 0;
    border-color: #000 !important;
}
#subContent .info-wrap.top h6 {text-align: center; font-size: 1rem; line-height: 1.375rem;}

#subContent .all-check label {width: 100%; font-size: 26px; color: #7d7d7d;  margin: 24px 47px 0 0px; padding-left: 38px;}

#subContent label input.id-search input[type="text1"] {margin-left: 35px;}

#subContent .all-check{margin-top: 3px; width: 100%}
#subContent .all-check label{margin-right: 24px; width: 100%;}
#subContent .all-check .sns-save{width: 100%;}

/*실제 체크박스는 화면에서 숨김*/

.join .all-check input[type="checkbox"]{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;}

.join .all-check input[type="checkbox"] + label{width: 100%; position: relative; padding-left: 39px; cursor: pointer;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}

/*가짜 체크박스*/
.join .all-check input[type="checkbox"] + label:before{width: 100%;
	content: ''; display: inline-block; position: absolute; left: 0; top: 3px;  width: 28px; height: 28px; line-height: 15px; text-align: center; background: #fff;
	; border: 2px solid #f61346;}

.join .all-check input[type="checkbox"] + label:active:before,
.join .all-check input[type="checkbox"]:checked + label:active:before{
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1)}

/*체크박스를 체크했을때*/


.join .all-check input[type="checkbox"]:checked + label:before{
   content: "\2714"; color: #f61346;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); }

#subContent select,
#subContent input[type="text"],
#subContent input[type="password"],
#subContent input[type="tel"],
#subContent input[type="number"] {height: 45px; /*padding-left: 8px;*/}
#subContent table th {padding: 8px; font-size: 0.75rem; line-height: 1.25rem; color: #000; font-weight: normal; vertical-align: middle;}
#subContent table th.title {font-size: 16px; font-size: 1rem; line-height: 1.375rem;}
#subContent table input[type="text"],
#subContent table select {width: 100%; height: 38px; line-height: 39px; box-sizing: border-box; }
#subContent .comm-layer-popup table [type="number"],
#subContent .comm-layer-popup table [type="text"],
#subContent .comm-layer-popup table select {width: 100%; height: 38px; line-height: 38px; box-sizing: border-box; font-size : .85rem; padding-left:12px; color:#898989; border:none; }
#subContent input.reason {font-size:.88rem; width:76%; height:30px; margin-left:10px; padding-left:10px;}
#subContent table.tb-pw2 th {font-size:.75rem;}
#subContent table.tb-pw2 td input {font-size:.7rem;}

#subContent table .full-1 span.at-sign{ width: 22%; font-size: 28px; color: #090909; position: relative; top: 5px;}

#subContent .join .full-1 .width100 { display: inline; width:35%; height: 69px; padding-left:5px; box-sizing: border-box; border: none; font-size: 28px; color: #8b8b8b; letter-spacing: -1px;}

#subContent table.pw-ct th {width: 35%;}
#subContent .side-wrap {margin: 10px 0;}
#subContent .side-wrap + .comm-color1 { font-size: 0.875rem; line-height: 1.25rem; margin: 4px 0; display: inline-block;}
#subContent .side-wrap .side-btn {top: 2px; height: 36px; line-height: 36px;}
#subContent table.application .addr-wrap .side-btn {bottom: 2px; height: 36px; line-height: 36px;}
#subContent table td.email input,
#subContent table td.email select {min-width: 100px;}
#subContent .mypage table ul.product-list li .product { font-size: 0.937rem; font-weight: bold; line-height: 1.25rem; margin-bottom: 4px;}
#subContent .mypage table ul.product-list li .infoText,
#subContent .mypage table ul.product-list li .info { font-size: 0.875rem; line-height: 1.125rem;}
#subContent .mypage .payArea h4 { font-size: 1rem;}
#subContent .mypage td.price-wrap .text {width: 44%;}
#subContent .mypage td.price-wrap .price {width: 42%;}
#subContent .board {position:relative; top: 0; font-family: "Roboto";}
#subContent .board .boardBT > a {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    margin: 4px 5px;
    color: #000;
    border: 1px solid #ddd;
    background-color: #f5f6f7;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
#subContent .board .txt-box dt { font-size: 1rem; font-weight: bold; line-height: 1.375rem;}
#subContent .board .txt-box dd { font-size: 0.875rem; line-height: 1.25rem;}
#subContent .board .search {padding: 0; margin: 10px 0;}
#subContent .board .search input {margin: 0; margin-right: 4px;}
#subContent .board .search a.btns {height: 43px; line-height: 43px; border-radius: 8px; font-size:.83rem; width:15%;}
#subContent .board .search select {width: 23%; margin: 0; padding-right:0; background-color:#fff; border:1px solid #ddd; font-size:.86rem; padding-left:12px; color:#5D5D5D; background-size:10px;}
#subContent .board .search input[type="text"] {width: 58%; padding-left:12px; font-size:.86rem; color:#000; margin-right: 0;}
#subContent .board .search a.btn-search {width: 16%; font-size:.8rem; font-family: "Roboto";}
#subContent .board .category {float: none; overflow: hidden;}
#subContent .board .category li a { font-size: 0.875rem;}
#subContent .board ul.list {float: none;}
#subContent .board ul.list li a {padding: 15px 10px; box-sizing: border-box;}
#subContent .board ul.list li a strong {font-size: .9rem; line-height: 1.5rem; letter-spacing: -.5px;}
#subContent .board ul.list li a em { font-size: 0.8rem; line-height: 1.25rem; display: block; margin-top: 2px; color: #5d5d5d}
#subContent .board .view .tit {padding: 16px;}
#subContent .board .view .tit strong { font-size: 1rem; line-height: 1.5rem;}
#subContent .board .view .tit em { font-size: 0.875rem; line-height: 1.25rem; display: block; margin-top: 2px; color: #5d5d5d;}
#subContent .board .view .text,
#subContent .board .file {font-size: 0.9rem; line-height: 1.5rem; padding: 15px;}
#subContent .board .attachments .file {padding: 0;}
#subContent .board .txt {padding: 20px 5px; font-size:.87rem; color:#484848;}
#subContent p.btn-full .btn {height: 30px; line-height: 30px; font-size: .9rem; width:100px; margin: 15px; border: 1px solid #ddd; color: #000; background-color: #f5f6f7;}
#subContent .t-coupon .coupon-info { font-size: 0.812rem; line-height: 1.5rem;}
#subContent .info-wrap h6 { font-size: 1rem; line-height: 1.375rem;}
#subContent .info-wrap.info-wrap2 ul {padding-left: 0;}
#subContent .info-wrap ul li {
    display: block;
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 1.5rem;
    letter-spacing:-.4px;
}
#subContent .counsel-list {margin-top: 0;}
#subContent .counsel-list p.txt {font-size: 1rem; line-height: 1.375rem;}
#subContent .counsel-list dl {padding-top: 0;}
#subContent .counsel-list dl dt {box-sizing: border-box; font-size: 0.875rem; line-height: 1.25rem;}
#subContent .counsel-list dl dt span:first-child {padding-top: 5px;}
#subContent .review-list {margin-top: 0; float: none;}
#subContent .review-list > dl {float: none; box-sizing: border-box;}
#subContent .review-list > dl > dt em {display: inline-block;float:left; }
#subContent .review-list .like em {float:right;}
#subContent .review-list dt .btn {width: auto; padding: 0 12px;}
#subContent .re-comment .reviews-ad .user-memo {font-size: 0.875rem; line-height: 1.25rem;}
#subContent .con-box {width: auto; font-size: 0.937rem; line-height: 1.5rem;}
#subContent .con-box ul li {color: #333;}
#subContent .con-box .text-wrap .info { font-size: 0.875rem; line-height: 1.25rem;}
#subContent .con-box .form1-1 label,
#subContent .con-box .form1-2 label {line-height: 36px;}
#subContent .con-box .text-wrap p.label { font-size: 0.875rem; line-height: 1.25rem; padding: 2px 0; margin: 2px 0;}
#subContent .con-box-b {float: none; width: auto;}
#subContent .con-box-b p { font-size: 0.937rem; line-height: 1.5rem;}
#subContent .question-list dl dt,
#subContent .question-list dl dd { font-size: 0.937rem; line-height: 1.5rem;}
#subContent .question-list dl dt em,
#subContent .question-list dl dd em {margin-top: 5px; line-height: 16px;}
#subContent .comm-rule dt,
#subContent table.application .rule-wrap .comm-rule dt { font-size: 14px; margin: 10px 0 10px 0; font-weight: 700;}
#subContent .comm-rule dd {
    margin-top: -10px;
    font-size: 12px;
    line-height: 18px;
    white-space: pre-line;
}
#subContent .comm-rule td {
    position: relative;
    top: 0;
    bottom: 0;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 0.75rem;
    margin-top: 0;
    line-height: 15px;
    text-align: left;
}
#subContent .cart dl.check-goods dt{ font-size: 30px; color: #727171;}
#subContent .cart .check-title-wrap{left:10%; position: relative; top: 92px; letter-spacing: -1px;}
#subContent .cart .check-title-wrap p {display:table; margin-left: 49px;}
#subContent .cart-img img{ top:67px; left:6%; position:relative; float: left; width:31%; height:180px;}
#subContent .cart .check-title{ font-weight: bold; font-size: 1.55rem; color: #353435;}
#subContent .cart .check-title2{ font-size: 1.45rem; color: #727171; padding-top:8px;}
#subContent .cart .check-title3{ font-weight: bold; font-size: 1.6rem; color: #000; margin-top: 10px;}


.check-goods dd p{font-size: .85rem; /*color: #727171;*/ font-family: "NotoSans" }

#subContent .cart dl.check-goods dd { height: 60px; padding:10px 0 4px 17px; font-family: "NotoSans"  }
#subContent .cart dl.check-goods .cart-empty {display:none;}
#subContent .cart dl.check-goods dt {margin-top: 7px; border: none; height: 22px; line-height: 17px;  }

#subContent-cart-wrap #subContent .sub-content .cart{width: 100%;}



#subContent .cart .price .sv_totalmoney {font-size:1.7rem; color: #FE434C;font-weight: bold; line-height: 154px;}

#subContent .cart .price .sv_totalJumunAmt2 {font-size:34px; color: #FE434C; font-weight: bold; line-height: 154px;}



#subContent .cart dl.check-goods a.option {
	width: 23%; height: 55px; line-height: 55px; border: 2px solid black; background-color: #fff;
	font-size: 1.4rem; text-align: center; float: right; position: relative; left: -4%; top:55px; }

#subContent .cart dl.check-goods img.close {float: right; right: 5%; position: relative; top:10px;}

#subContent .cart dl.check-goods dd a { width:20%; height: 25px; line-height: 25px; margin-top: 10px; text-align:center;}
#subContent .cart dl.check-goods dd a img {display: none; vertical-align: middle; margin-left: 4px;}
#subContent .cart .btn {height: 100px; line-height: 100px;}
#subContent .login .find-join a {
    float: right;
    margin-top: 15px;
    color: #686868;
    font-size: 0.8rem;
    font-weight: bold;
}


/* 회원로그인 frame */
#subContent .login .form-value {
    position: relative;
    width: 100%;
    height: auto;
}
#subContent .login .form-value input {
    height: 45px;
    color: #8b8b8b;
    font-size: 28px;
    line-height: 45px;
    font-family: "Roboto";
}
#subContent .login .user-n .form-value a.btn6 {height: 55px; line-height: 55px; font-size: 16px;}
#subContent .login ul.info li { font-size: 0.937rem; line-height: 1.5rem;}
#subContent .login-join {
    margin-bottom:50px;
    color:#686868;
    font-size: 0.9rem;
    font-family: "Roboto";
    text-align:center;
}
#subContent .login-join a {font-weight:bold; text-decoration: underline; }
#subContent .join .find-txt {width: 100%; font-size: 1.45rem; margin: 128px 0 22px 0px; background-color: #fff; border: none; color: #8b8b8b;}
#subContent .join .agree-tab a {padding: 4px 9px 5px 15px; display:table-cell; width:110px; font-size: 0.8rem; line-height: 1rem; border-right:1px solid #ccc;}
#subContent .join .agree-tab a:first-child {padding-left:0;}
#subContent .join .agree-tab a:last-child {border:none;}
#subContent .join .agree-tab .active {color: #e8202e; }
#subContent .join .agree-box {padding: 10px; height:200px; overflow: auto; background-color:#fff; border:1px solid #ccc; position:relative; top:10px; margin-bottom:10px;}
#subContent .join .agree2,
#subContent .join .agree-all {padding-bottom: 7px; font-size:.8rem; display: none;}
#subContent .join .agree2 input#agree1 {margin-right:0;}
#subContent .join .txt {width: 100%; font-size: .9rem; line-height: 25px;  color: #8b8b8b; margin-top:10px;}
#subContent .join .txt-bt-none1{margin-top: 30px; width: 100%; font-size: 22px; line-height: 33px; color: #8b8b8b; border-top: 2px solid #d5d5d5; padding-top: 30px;}

#subContent .join .txt-bt-none1 span.text-color{color: #e8202e;}

#subContent .join .txt-bt-none2{width: 100%; font-size: 22px; color: #8b8b8b; margin-top: 15px; line-height: 33px;}

#subContent .join .tel a,
#subContent .join .full a
{  width: 18%; height: 94px; text-align: center; vertical-align: middle; background-color: #000; color: #fff; font-size: 28px; padding:  0 0 0; line-height: 90px; border-radius: 3px; float: right;}
/*#subContent .join .number a {height: 34px; line-height: 34px;}*/
#subContent .join #certNumber {margin-top: 0; margin-bottom: 0;}
#subContent .reserve dl.goods-info dt { font-size: 1rem; padding: 10px;}
#subContent .reserve dl.goods-price dd {font-size: 0.937rem; line-height: 1.125rem;}
#subContent .reserve .btn {height: 36px; line-height: 36px;}
#subContent .reserve #waitingTime {
    height: 43px;
    padding-left: 23px;
    background: url("../../images/mw/common/timewait.png") no-repeat;
    background-size: 14px;
    background-position: 0 4px;
    font-size: 0.9rem;
}
#subContent .reserve #waitingTime3 {
    height: 40px;
    padding: 15px 25px 10px;
    color: #000;
    font-size: 14px;
}
#subContent .reserve #waitingTime3 b {
    padding-left:4px;
    color: #000;
}
#subContent .reserve #lpointUseMainBtn,
#subContent .reserve #lpointSaveMainBtn {font-size: 1rem;}
#subContent .event-code #vEvntCd2 {width: 120px; width: calc(100% - 76px);}
#subContent .reserve dl.total dt {padding: 10px 0 10px 15px;}
#subContent .reserve dl.total dd {font-size: 16px; font-size: 1rem; line-height: 1.5rem; padding: 10px 27px 10px 0;}
#subContent .reserve dl.total dd p {color: #444;}
#subContent .reserve dl.total dd strong {font-size: 18px; font-size: 1.125rem; line-height: 1.75rem;}
#subContent .reserve dl.goods-info dd {font-size: 15px; font-size: 0.937rem; line-height: 1.25rem;}

#subContent .input-col4 input {height: 40px !important;}
#subContent .input-col4 .btn {height: 40px !important;}
#subContent .input-col4-btn input {height: 40px !important;}
#subContent .input-col4-btn .btn {height: 40px !important;}
#subContent .input-col3 input {height: 40px !important;}
#subContent .input-col3-btn input {height: 40px !important;}
#subContent .input-col3-btn .btn {height: 40px !important;}
#subContent .input-btn-col2 input {height: 40px !important;}
#subContent .input-btn-col2 .btn {height: 40px !important; width: auto; padding: 0 10px;}
#subContent .comm-layer-popup .list-disc > li {
    font-size: 0.8rem;
    line-height: 1.5rem;
    letter-spacing: -.4px;
}
#subContent .reserve .pament-agree {
    padding: 20px 18px 15px;
    border: none;
    border-top: 1px dashed #ddd;
    font-size: .8rem;
    line-height: 1.375rem;
}
#subContent .reserve p.pament-agree:focus {
    outline: none;
    -webkit-tap-highlight-color: #fff;
}
#subContent .reserve .pament-agree input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
#subContent .reserve .pament-agree label {
    display: block;
    height: 40px;
    padding-left: 28px;
    margin-bottom: 0;
}
#subContent .reserve .pament-agree label:focus {
    outline: none;
    background-color: transparent;
    -webkit-tap-highlight-color: #fff;
}
#subContent .reserve .pament-agree input:focus {
    outline: none;
    background-color: transparent;
    -webkit-tap-highlight-color: #fff;
}
#subContent .reserve .pament-agree input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #f61346;
    text-align: center;
    line-height: 18px;
    content: "";
}
#subContent .reserve .pament-agree input[type="checkbox"]:checked + label:before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 0.9rem;
    content: "\2713";
}
#subContent .reserve dl.goods-price dd em {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.txt-box.fail p.tit {
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed #ddd;
    font-size: 1.3rem;
    line-height: 70px;
}
#subContent .txt-box p.tit {font-size: 18px; font-size: 1.125rem;}
#subContent .txt-box p.txt {font-size: 16px; font-size: 1rem; line-height: 1.375rem;}
#subContent .info-txt {font-size: 15px; font-size: 0.937rem; line-height: 1.5rem;}
#subContent .reserve dl.total-ok dd {line-height: 1.5rem; font-size: 0.8rem;}
#subContent .reserve dl.total-ok dd.sale-area {padding-top: 0;}
#subContent .reserve dl.total-ok dd strong {
    font-size: 1.05rem;
    line-height: 1.75rem;
    color: #000;
}
#subContent .reserve dl.total-ok dd.sale-area strong {
    font-size: 0.8rem;
    font-weight: normal;
}
#subContent .reserve dl.goods-price dt {font-size: 15px; font-size: 0.937rem; padding: 10px;}
.option-change {box-sizing: border-box;}

#subContent .point-saving .input-col4-btn .btn {margin: 10px 0 0 0;}
#subContent .point-saving .input-col4-btn .btn:focus {outline: 0; border: none;}
#subContent .point-search .input-btn-col2 .btn {margin: 0;}
#subContent .point-search .btn:focus {outline: 0; border: none;}


/* 주문완료시 유모차/카시트 배너 추가 */
.carseat-banner-m img {width:100%; margin-top:15px; }
.text-typeA-wrapper {width: 100%; margin: 30px 0 22px 0px; background-color: #fff; border: none; color: #8b8b8b; line-height: 21px; padding:10px;}
.text-typeA-wrapper .big {font-size: .9rem;color: #8b8b8b;}
.text-typeA-wrapper .small {font-size:.9rem;}
.text-typeA-wrapper .big span.user{color: #343434; }


/* 0129 유모차/카시트/숙박 배너 - 리뉴얼 */
.reserve .cta-banner {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-top: 10px solid #f5f5f5;
    border-radius: 0;
}
.reserve .cta-banner .cta-visual {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px 0;
    border-radius: 0;
    font-family: "Roboto";
}
.reserve .cta-banner .banner_grid-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
}
.reserve .cta-banner .banner_title {
    margin-left: 10px;
    font-size: 0.95rem;
    line-height: 30px;
}
.reserve .cta-banner .banner_title > h2 {
    font-size: 1rem;
    font-weight: bold;
}
.reserve .cta-banner .banner_title > div {
    display: block;
    font-size: 0.85rem;
}
.reserve .cta-banner .banner_title > div > img {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
}
.reserve .cta-banner .banner_image {
    position: relative;
    border-radius: 0 8px 8px 0;
    width: 120px;
    margin-right: 5px;
}
#subContent .reserve .cta-banner .banner_title h2 {
    padding: 0;
    border-top: none;
}


/* 결제완료_리뷰이벤트 배너 추가 */
.review_content__banner {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 12px;
}
.review_content__banner-inner {
    position: relative;
    width: 100%;
    text-align: center;
}
.review_content__banner .mypage_banner {
    width: 100%;
    display: block;
}


/* add. 결제완료_리뷰이벤트  */
.complete_content__banner {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.complete_content__banner-inner {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}
.complete_content__banner .complete_banner {
    width: 100%;
    display: block;
}


/* 나의 포인트 */
.point-count-wrapper {
	margin: 10px 0 10px; text-align: center;
	background: #fff;
	border: 1px solid #ccc; padding: 5px 0;
	font-size: 18px;
}
.point-count-wrapper .point {margin-left: 10px;}
/* ----------------------------------------------- //신규 프레임 변경 후 추가(#main 추가 > 기존동일한 콘텐츠) / 폰트크기 Up 등 ------------------------------------------------------ */


/* SNS Basic */
.sub-content-join > .login {overflow: hidden;}
/* .sub-content .login .login-check {border-bottom: none;} */
.sub-content2 > .login {
    margin-top: 30px;
    font-family: "Roboto";
}
.sub-content2 .login .login-check {
    float: left;
}
.sub-content-join .email-check{float: left;}
.bg-box-area {background: #fff; border: 1px solid #ccc;}


/* SNS Login */
.login-sns-wrapper {
    width: 100%;
    margin: 30px 0 50px;
}
.sns-login-area.typeA a { height: 44px; line-height: 22px;}
.sns-login-area.typeA .wrap-naver {width:100%; display: table;}
.sns-login-area.typeA .wrap-naver a {
	width: 100%; box-sizing: border-box; border: 1px solid #49b34d;
	margin: 7px 0 0; float: left; padding-top:10px; }

.sns-login-area.typeA .wrap-kakao {width:100%; display: table;}
.sns-login-area.typeA .wrap-kakao a{
	width: 100%; float: left;box-sizing: border-box; border: 1px solid #ffcd00;
	padding-top:10px;  }
.sns-login-area.typeA .wrap-naver span.naver-logo,
.sns-login-area.typeA .wrap-kakao span.kakao-logo{ font-size: 28px; color: #4c4943}

.sns-login-area.typeA {  }
.sns-login-area.typeA li {display: table-cell; vertical-align: middle; width: 33%; text-align: center;}

.sns-login-area.typeB {
	display: table; width: 100%; max-width: 300px; table-layout: fixed;
	margin: 16px auto;
}
.sns-login-area.typeB li {display: table-cell; vertical-align: middle; width: 33%; text-align: center;}
.sns-login-area.typeB li img {width: 100%; max-width: 61px;}


/* SNS Basic */
.sub-content-join > .login {overflow: hidden;}
/* .sub-content .login .login-check {border-bottom: none;} */
.sub-content-join .login .login-check{float: left;}
.sub-content-join .email-check{float: left;}


/* SNS join */

.bg-box-area{border: none; background-color: #f9f9f9}
.sns-login-area-typeA .wrap-naver{width: 100%;  box-sizing: border-box; border: 1px solid #49b34d;  padding: 33px 120px; ; margin-bottom: 12px;  vertical-align: middle; display: inline-block; float: left; text-align: center; margin-top: 12px;}

.sns-login-area-typeA .wrap-kakao{width: 100%; clear: both; box-sizing: border-box; border: 1px solid #ffcd00; padding: 33px 120px; display: inline-block;  text-align: center; margin: 0 auto;}

.sns-login-area-typeA .wrap-naver span.naver-logo1{ font-size: 28px; color: #4c4943; vertical-align: middle;}
.sns-login-area-typeA .wrap-kakao span.kakao-logo1{ font-size: 28px; color: #4c4943; vertical-align: middle;}

.login-bottom { font-size:.9rem; position: relative; color:#7d7d7d;}
.login-bottom a { color: #202020; font-size:1.5rem; padding-left:10px;}
/* .login-bottom span.line {padding-right: 20px; padding-left: 20px;} */
.login-bottom p.nev a {font-weight: bold; }


/* coupon */
.coupon_list {position:relative; padding:1.4rem .4rem; border-bottom: 1px solid #e5e5e5; background:#fff; }
.coup_name {
    display: inline-block; width: 185px; letter-spacing: -.3px; font-family: "NotoSans M";
    font-size: 1.03rem; color:#2e2e2e; word-break: break-all;}
.coup_dis {display:inline-block; width:7.5rem; font-size:.9rem; color:#2e2e2e; float:right; text-align: right;}
.coup_dis strong { font-size:1.3rem; color:#e8202e;}
.coup_info {font-size:.77rem; width:22rem; color:#919191; line-height: 16px; display: inline;}
.coup_date {font-size:.78rem; color:#848484; margin:1.0em 0 .66rem; }
.coup_date_t {display: inline-block; color:#5f5f5f; font-weight:500;}
.coupon_btn {position: absolute; right:.3rem; bottom: 1.2rem;}
.coupon_btn .coup-btn {
    padding: 2px 22px;
    margin:0;
    color: #fff;
    border: #f61346;
    border-radius: 8px;
    background-color: #f61346;
    font-size: .77rem;
    font-weight: bold;
    font-family: "Roboto";
}
.coupon_btn .coup-t {font-size:1rem; color:#212121; position:relative; }

/* ------------------------------------------- 로그인 ------------------------------------------- */
#subContent {
    overflow-y: auto;
    min-height: 465px;
    margin-top: 60px;
}
#subContent .tamnao-logo {
    display: flex;
    width: 90%;
    justify-content: flex-start;
    text-align: center;
    margin: 8px 0 20px 0;
}
#subContent .tamnao-logo img {width: 48%;}
#subContent .tamnao-logo p {
    font-size:1.45rem;
    font-family:"Roboto";
    color:#000;
    text-align: left;
    letter-spacing: -1px;
}
#subContent a.btn, #subContent button.btn, #subContent a.btn-submit {font-size: 1rem;}
#subContent .btn-list .btn11 {padding: 15px 0; margin-top: 4px; height:20px; line-height: 20px; font-size:.85rem;}
#subContent table td {
    line-height: 16px; color:#333;
    word-break: break-all; font-size: 0.875rem;
    text-align: left; border: none; position: relative; top: 0px; position: relative;
    border: 1px solid #ddd
}
#subContent .sub-couponWrap2 table td {position: relative; bottom: 8px;}
#subContent table td {
    line-height: 15px; color:#333;
    word-break: break-all; font-size: 0.875rem;
    text-align: left; border: none; position: relative; bottom: 0px;
}

#subContent .sub-couponWrap2 .coupon-text{position: relative; bottom: 9px;}
#subContent table td {
    line-height: 15px; color:#333;
    word-break: break-all; font-size: 0.875rem;
    text-align: left; border: none; position: relative; bottom: 0px;
}


#subContent .mypage .t-coupon ul.list td {padding-left:10px;}

.wrap-naver a img, .wrap-kakao a img {width: 34px;}
.sns-login-area.typeA .wrap-kakao,
.sns-login-area.typeA .wrap-naver{ height:53px; line-height: 33px; border-width:1px;}
.sns-login-area.typeA .wrap-naver {margin:12px 0 4px;}
.sns-login-area.typeA .wrap-naver span.naver-logo,
.sns-login-area.typeA .wrap-kakao span.kakao-logo{font-size: 1rem; }

.user-y .login-check input[type="checkbox"] + label{
    font-size: .7rem;
    margin-top: 8px;
    line-height:10px;
    letter-spacing:-.5px;
}
.user-y .login-check input[type="checkbox"] + label:before {
    top: -1px;
    width: 21px;
    height : 21px;
    margin-right: 7px;
    border-radius: 50%;
    line-height: 23px;
}

/* .login-bottom {left:22%; line-height: 45px;} */
.login-bottom {text-align: center;}
.login-bottom a {font-size:.95rem;}
/* .login-bottom span.line {padding-right: 10px; padding-left: 10px; font-size:.8rem;} */

/* ----------------------------------------------- 아이디 비밀번호 찾기 ------------------------------------------------------*/
#subContent .sub-tabs {
	width:100%; height:40px; line-height:40px; margin: 0 auto; box-sizing: border-box; display:table; table-layout:fixed;}
#subContent .sub-tabs a {
	display:table-cell; position: relative; vertical-align:middle; background:#fff; color:#c1c1c1; top: 20px;
	text-align:center;  font-size: .85rem; }
#subContent .join .find-txt { font-size: .9rem; line-height: 25px; margin:60px 0 8px 0;}
/* ----------------------------------------------- //아이디 비밀번호 찾기 ------------------------------------------------------*/


/* 아이디 찾기 완료 */
#subContent .sub-content .join .comm-title1,
#subContent .sub-content2 .join .comm-title1 {
    margin: 40px 0 0;
    padding-left: 0;
    font-size: 1.1rem;
    font-weight: normal;
    font-family: "Notosans";
}
#subContent .sub-content .join .bgWrap,
#subContent .sub-content2 .join .bgWrap {
    border: none;
    padding: 0;
}
#subContent .sub-content .join .bgWrap .info,
#subContent .sub-content2 .join .bgWrap .info {
    margin: 10px 0 0;
    color: #686868;
    font-size: 0.8rem;
    font-weight: normal;
    font-family: "Roboto";
    text-align: left;
}
#subContent .sub-content2 .join .bgWrap .memoWrap {
    display: flex;
    gap: 10px;
    color: #000;
    border-top: none;
    padding: 40px 0 0;
}
#subContent .sub-content2 .join .bgWrap .memoWrap img {
    height: 50px;
}
#subContent .sub-content2 .join .bgWrap .memoWrap .confMemo {
    color: #000;
    font-family: "Roboto";
    letter-spacing: -0.1px;
    text-align: left;
    line-height: 25px;
}
#subContent .sub-content2 .join .bgWrap .memoWrap .confMemo > strong {
    display: block;
    width: 100%;
    color: #000;
}
#subContent .sub-content2 .btn-list.form-actions .btn {
    margin-top: 100px;
}
#subContent .btn-list.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-family: "Roboto";
    font-weight: bold;
}
#subContent .sub-content2 .btn-list .login-btn {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 0;
    color: #e8202e;
    border-radius: 12px;
    border: 1px solid #e8202e;
    background-color: #ffeff3;
    font-size: 0.85rem;
    font-weight: bold;
    font-family: "Roboto";
    line-height: 55px;
}
#subContent .sub-content2 .btn-list .forgot-password-btn {
    height: 55px;
    background-color: #000;
    color: #fff;
    border-radius: 12px;
    width: 100%;
    line-height: 55px;
    font-size: 0.85rem;
    font-weight: normal;
}


/* 비밀번호 찾기 완료 */
.sub-content_findpwd {
    display: block;
    width: 90%;
    margin: 0 auto;
}
#subContent .sub-content .join .bgWrap .tb-pw2 {
    display: flex;
    font-family: "Roboto";
    margin-top: 15px;
}
#subContent .sub-content .join .bgWrap .tb-pw2 > tbody {
    width: 100%;
}
#subContent .sub-content .join .bgWrap .tb-pw2 th {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    border: none;
    background: none;
    font-weight: bold;
    text-align: left;
}
#subContent .sub-content .join .bgWrap .tb-pw2 .password,
#subContent .sub-content .join .bgWrap .tb-pw2 .password2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin: 25px 0;
}
#subContent .join .bgWrap table.tb-pw2 td input {
    font-size: 0.85rem;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ccc;
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
}
#subContent .btn-list.form-pwd-actions a{
    width: 90%;
    height: 20px;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 20px;
    color: #fff;
    background: #000;
    border-radius: 12px;
    font-size: 1.05rem;
    font-family: "Roboto";
}


/* ------------------------------------------- 비회원 -----------------------------------------*/
#subContent .lower-text {
    display:inline-block;
    width:100%;
    font-size:0.75rem;
    line-height: 20px;
    padding: 10px 0;
    color: #686868;
    margin: 10px 0 40px;
    text-align: center;
}
#subContent .lower-text li:first-of-type > span:first-of-type:before {
    content: "";
    background-image: url("../../images/mw/icon/login-icon-check.png");
    width: 11px;
    height: 11px;
    background-size: 11px;
    display: inline-block;
}
#subContent .lower-text span{
    color: #e8202e;
}
#subContent .user-n-air {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
#subContent .user-n-air h3 {
    display: block;
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 20px 0;
}
#subContent .user-n-air .center-btn {
    display: flex;
    position: relative;
    justify-content: space-around;
    padding: 20px 0;
    border-radius: 12px;
    gap: 10px;
}
#subContent .user-n-air .center-btn a {
    font-size: 0.8rem;
    width: 100%;
    height: 60px;
    line-height:60px;
    background-color: #f5f5f5;
    border-radius: 12px;
}
#subContent .user-n-air .center-btn .btn.btn0 a {
    border-radius: 12PX 0 0 12px;
    background-color: #fff;
}
#subContent .user-n-air .center-btn .btn.btn1 a {
    border-radius: 0 12px 12px 0;
    background-color: #fff;

}





/* ----------------------------------------------- 회원가입 ------------------------------------------------------*/
#subContent .join table .full-1 {
    width: 100%;
    margin: 7px 0;
    padding: 0;
    line-height: 55px;
    background-color: #fff;
    display:inline-block;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#subContent .join table .full-1 input {
    position: relative;
    height: 51px;
    color: #000;
    box-sizing: border-box;
    margin:0;
    padding: 0 0 0 15px;
    font-size: 0.85rem;
    letter-spacing: -.5px;
    border: 1px solid #ccc;
    border-radius: 12px;
    color: #000 !important;
}
#subContent .join table .full-1 input#email_host {
    display: flex;
    flex-basis: 260px;
    color: #000;
}
#subContent .join table .full-1 span.at-sign {
    font-size: .85rem;
    top: 0;
    line-height:35px;
    display: flex;
    justify-content: center;
    padding: 0;
}
#subContent .join table .full-1 span {padding-left:12px;}
#subContent .join .full-1 .width100{
	width: 38%; height:45px; font-size: .77rem; padding: 2px 0 0 9px; background-position:75px 20px; background-size:15px;}
#subContent .all-check label{width: 100%; font-size: .77rem; padding-left: 22px;}
.join .all-check input[type="checkbox"] + label:before{position: absolute; top: 0px; width:10px; height:10px; line-height:10px;}
.btn-list a.btn22 {
    color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    background-color: #e8202e;
}
.btn22 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    color: #e8202e;
    border-radius: 12px;
    border: 1px solid #e8202e;
    background-color: #ffeff3;
    font-size: 0.85rem;
    font-weight: bold;
    font-family: "Roboto";
    line-height: 55px;
}
#subContent .mypage .pw-ct td {background-color:#fff; padding:10px; border:1px solid #CCC;}
#subContent .mypage .pw-ct td input {font-size:0.875rem;}
#subContent .mypage tr {background-color:#fff;  border:1px solid #CCC; }

#subContent .mypage .coupon-img .sub-couponWrap2 .coupon_all{border: none; position: relative; right: 10px;}
#subContent .mypage .coupon-img .sub-couponWrap2 .coupon_all .text{position: relative; right: 0; border:0; padding-left:2px !important;}
#subContent .mypage table strong {padding-left:10px;}
#subContent .mypage table {margin-top:10px; border-bottom:1px solid #ccc;}
/* .sns-login-area-typeA .wrap-naver{padding: 15px 25px; margin-bottom: 8px;}
.sns-login-area-typeA .wrap-kakao{padding: 15px 25px;}
.sns-login-area-typeA .wrap-naver span.naver-logo1,
.sns-login-area-typeA .wrap-kakao span.kakao-logo1{font-size: 1rem; font-family: "Noto Sans CJK KR regular"}
.wrap-naver a img, .wrap-kakao a img {width:20%;} */




/* ----------------------------------------------- //회원가입 ------------------------------------------------------*/

#rsvInfo table td {border:1px solid #ccc; padding:0;}
#rsvInfo table td input[type="text"] { color:#000; font-size:.88rem;}
#rsvInfo .l-point-search .disabled {width:calc(100% - 143px); border:1px solid #ccc; }
.content-wrap .main .input-col3-1 input {width:calc(50% - 3px);}
#point_search .content .input-col4 input {
    width:calc(25% - 3px);
    padding-left:8px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size:.94rem;
}
#point_search .content .input-col4 input:focus {
    outline: 0;
    border-color: #000 !important;
}
#point_search .content .input-col3-1 input{width:calc(50% - 3px); font-size:.94rem;}
#point_search .content table td {padding:7px; }
.l-point-search .disabled {width:calc(100% - 145px);}
#point_saving .content table td {padding:7px;}
#point_saving .content .input-col3 input {width:calc(25% - 3px); border:1px solid #ccc; display:inline-block; font-size:.94rem; padding-left:8px;}
#point_saving .content .input-col4-btn input {
    display:inline-block;
    width:calc(25% - 3px);
    padding-left:8px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size:.94rem;
}

#subContent .deli-address .addr-wrap .btn {
    border:1px solid #000;
    background-color:#fff;
    color:#000;
    font-family: "Roboto";
    font-weight:lighter;
    height:38px;
    line-height:38px;
    width:40%;
    margin-left:2px;
}
#subContent .deli-address .requests select {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    background-size: 14px;
    font-size: 0.75rem;
    padding-right: 35px;
    border-radius: 4px;
    font-family: "Roboto";
}
/* ------------------------------------ responsive media query -------------------------------------- */

/* mobile*/

/* Phone Mini (iPhone 4, 5, 5s, SE) / Font Size */
@media screen and (min-width: 320px) and (max-width: 360px) {

	/* #subContent {margin-top:60px;} */
	#subContent input[type="text"],
	#subContent input[type="password"],
	#subContent input[type="tel"],
	#subContent input[type="number"] {border-width: 1.4px;}



	/* ---------------------------------------- 휴면계좌 번호인증 --------------------------------------*/

	.text-typeA-wrapper{margin: 20px 0 15px 0;}
	.text-typeA-wrapper .big{font-size: 1.2rem; }
  .text-typeA-wrapper .big span.user{font-size: 1.2rem;}
  .text-typeA-wrapper .small{font-size: 1.2rem; }

	#subContent .join .txt-bt-none1 {font-size: 1.6rem; line-height: 18px; margin-top: 25px; padding-top: 20px;}
	#subContent .join .txt-bt-none2{font-size: 1.6rem; line-height: 10px;}

	/* ------------------------------------------ 장바구니 ---------------------------------------*/
	#subContent .cart .check-title {font-size: 2rem; width:80%;}
	#subContent .cart .check-title2 {font-size:1.9rem;}
	#subContent .cart .check-title3 {font-size:2.2rem;}
	#subContent .cart-img img { width:25%; height:97px; left:6%; top:60px;}
	#subContent .cart .check-title-wrap p {width:41%; }
	#subContent .cart .check-title-wrap {top:57px;}
	#subContent .cart dl.check-goods dd {height:250px;}
	#subContent .cart .price #sv_totalJumunAmt {font-size:1.2rem;}
	#subContent .cart .price .sv_totalJumunAmt2 {font-size:2.75rem;}
    #subContent .check-goods dd p { font-size:1.15rem;}

    #subContent .sub-content .reserve table td {padding:5px; background-color: #fff}
    .coup_info {width:17rem;}
    .coup_name {width: 205px;}
}


/* 배송조회 / 구매확정 - btn */
#subContent .mypage table ul.product-list li .info-buoy {
    float: left;
    display: inline-block;
    position: relative;
    top: 9px;
    width: 100%;
    font-size: 0.95rem;
    vertical-align: middle;
    margin-bottom: 30px;
    color: #e8202e;
    font-weight: bold;
}
#subContent table img.info_img {
    position: relative;
    right: 4px;
}
#subContent a.btn.lookup {
    float: left;
    width: 65px;
    height: 33px;
    border: 1px solid #f60c41;
    border-radius: 4px;
    color: #f60c41;
    background-color: #fff;
    line-height: 33px;
}
#subContent a.btn.Confirm {
    display: inline-block;
    width: 65px;
    height: 33px;
    margin-left: 10px;
    border: 1px solid #f60c41;
    border-radius: 4px;
    color: #fff;
    background-color: #f60c41;
    line-height: 33px;
}
#subContent a.btn7:first-of-type {margin-left: 0;}
#subContent .mypage table ul.product-list {padding: 15px;}
#subContent .mypage table ul.product-list.add-option {
    padding: 20px;
}
#subContent .mypage table ul.product-list.add-option li {
    float: left;
    width: 100%;
}
#subContent .mypage table ul.product-list li .info-buoy .text-raise {
    font-size: 1.1rem;
    color: #000;
}
#subContent .mypage table ul.product-list li .ship-btn {
    float: left;
    margin: 0 0 15px 0;
}


/* 선민투어 iframe  */
#sunminRsv {
    background-color: #fafafa;
    height: auto;
}

/* 배송조회 / LAYER-POPUP  */
.delivery-popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.delivery-popup .content-wrap {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.delivery-popup .head {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    padding: 0;
    border: none;
    background: #fff;
}
.delivery-popup .head .close {
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 0;
    left: auto;
    padding: 10px;
    margin-right: 10px;
    border: none;
    background: transparent;
}
.delivery-popup .head .close img {
    height: 22px;
}
#goodsflowIframe {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 90.5%;
    padding: 0;
    background: #fff;
    padding-bottom: 100px;
}


/* 자차보험 여부 / LAYER-POPUP  */
.comm-layer-popup .head.insurance .close img {
    position: relative;
    top: 7px;
    right: 5px;
    height: 20px;
}


/* iPhone 6 Plus / Font Size */
@media screen and (min-width: 360px) and (max-width: 415px){


	#subContent table td {padding:1px 0;}
	#subContent { margin-top:60px; overflow-y: auto;}


	/* ---------------------------------------- 휴면계좌 번호인증 --------------------------------------*/

	.text-typeA-wrapper{margin: 20px 0 13px 0;}
	.text-typeA-wrapper .big {font-size: .88rem; }
  .text-typeA-wrapper .big span.user{font-size: 1.3rem;}
  .text-typeA-wrapper .small {font-size: .88rem;}

	#subContent .join .txt-bt-none1 span.text-color{font-size: 1rem;}
	#subContent .join .txt-bt-none1{font-size: 1rem; line-height: 24px; margin-top: 30px; padding-top: 25px;}
	#subContent .join .txt-bt-none2{font-size: 1rem; line-height: 13px;}


	/* ------------------------------------------ 장바구니 ---------------------------------------*/
	#subContent .cart .check-title-wrap p{font-size:1.2rem; width:50%; line-height: 25px;}
	#subContent .cart .check-title-wrap .check-title2 {font-size:1rem;}
	.cart .check2 {padding: 11px 0 0 36px;}
	#subContent .cart-img img {top:60px; height:158px;}
	#subContent .cart .check-title-wrap {top:49px; }
	#subContent .cart dl.check-goods a.option {
		width:17%; height:39px; line-height: 40px; top:20px; font-size:.95rem; border-width: 1px;}
	#subContent .cart dl.check-goods img.close {width:20px; top:6px; right:6%;}
	#subContent .cart .price .sv_totalJumunAmt2 {font-size:1.7rem; line-height: 133px;}
	#subContent .cart .price .sv_totalmoney {line-height: 80px;}
	#subContent .cart-img img {width:33%; top:46px; height:125px;}
	#subContent a.btn-btn1, #subContent button.btn-btn1,
	#subContent a.btn-btn2, #subContent button.btn-btn2 {font-size:1.4rem;}

    #subContent .side-wrap a.btn {height:30px; line-height:30px;}

    /* 로딩바 */
    .loading-bar1 {width: 230px;}
    .loading-bar2 {width: 35px;}
    .coup_info {width:12.5rem;}

    /* ------------------------------------------ 상세페이지 할인쿠폰 ---------------------------------------*/
    #subContent table td{bottom: 2px;}
    .sale-couponWrap2 p.sale{font-size: 1.02rem; margin: -.1rem 0 .66rem;}
    .sale-couponWrap2 p.name{font-size: 1.08rem; margin: .1rem 0 .66rem; width: 242px;}
    table.commRow th {font-size:0.80rem;}


    /* ------------------------------------------ 할인쿠폰보관함 ---------------------------------------*/
    .sale-couponWrap2 .coupon_all a.view-seller{
        min-width: 85px;
        border-radius: 7px; background:#e33347; text-align:center;
        font-size: 0.79rem; height:38px; line-height: 38px; display: block; margin: 5px 0px;
    }
    .sale-couponWrap2 p.date{margin-top: 10px;}
    #subContent .sub-couponWrap2 table td{bottom: 9px;}
    .coup_name {width: 187px;}
    .coup_dis {position: relative;}

    /* 1215 예약마감 frame */
    .goods-list .info .price .text__deadline {font-size: .95rem;}
}

/* iPhone 6 Plus / Font Size */
@media screen and (min-width: 415px) {

    #subContent { margin-top: 60px;}
    #subContent .reserve #lpointUseMainBtn, #subContent .reserve #lpointSaveMainBtn {font-size:.85rem; width:136px; height:40px; }
    #subContent .deli-address .requests select {padding-left:12px;}


	#subContent .cart .check-title-wrap {width:57%; top:71px;}
	#subContent .cart .check-title-wrap p {font-size:1.23rem; letter-spacing: -1px; width:42%;}
	#subContent .cart-img {width:27%; left:6%; }
	#subContent .cart dl.check-goods a.option {font-size:1rem; top:-16px; height:47px; line-height: 47px;}
	#subContent .cart dl.check-goods dd {height: 280px;}
	#subContent a.btn-btn1, #subContent button.btn-btn1,
	#subContent a.btn-btn2, #subContent button.btn-btn2 {font-size:1.5rem;}
	#subContent .cart .check-title-wrap {width:70%;}

	#subContent .cart-img img { width:29%; }

	#subContent .sub-tabs {line-height: 48px; top:15px; position: relative;}
    #subContent .btn-list .btn1 {padding:24px 0; height:20px;}

    /* ----------------------------------------------- 장바구니 ------------------------------------------------------*/
    .check-goods dd p {font-size:.95rem;}
    #subContent .cart dl.check-goods dd a {height:30px; line-height:30px; font-size:.83rem; }
    #subContent .side-wrap a.btn {height:30px; line-height:30px;}

    /* 로딩바 */
    .loading-bar1 {width: 260px;}
    .loading-bar2 {width: 38px;}

    .coup_info {width:16rem;}

    /* ------------------------------------------ 상세페이지 할인쿠폰 ---------------------------------------*/
    .sale-couponWrap2{height: 120px;}
    .sale-couponWrap2 p.name{font-size: 1.12rem; margin: 0.5rem 0 .66rem; height: 16px; width: 269px;}
    .sale-couponWrap2 h3.sale {font-size: 0.90rem; margin-top: 3px; }
    .sale-couponWrap2 p.date{font-size: 0.9rem;}

    /* ------------------------------------------ 할인쿠폰보관함 ---------------------------------------*/

    .sale-couponWrap2 .coupon_title .coupon_name .coupon_dis{font-size: 4.0rem;}
    .sale-couponWrap2 .coupon_title .coupon_name .coupon_dis2{font-size: 1.9rem;}
    .sale-couponWrap2 .coupon_title{top: 12px;}
    .sale-couponWrap2 p.date{margin-top: 15px;}
    .sale-couponWrap2 .coupon_all a.view-seller{
        min-width: 100px;
        font-size: 0.85rem; height:45px; line-height: 45px; font-family: "NotoSans";
    }
    .coup_name {width: 230px;}

    /* 1201 예약마감 frame */
    .goods-list .info .price .text__deadline {
        width: auto;
        font-size: 1.0rem;
    }
}


/* iPad Pro / Font Size */
@media screen and (min-width: 1024px) {

    /* 주문완료시 유모차/카시트 배너 추가 */
    .carseat-banner-m a {
        background-image: url("../../images/mw/banner/carseat-m-415.jpg"); background-repeat:no-repeat; display:inline-block; min-height:287px; background-size:100%;
    width:100%; margin-top:20px;}
    .carseat-banner-m img {display: none;  margin-top:15px; }
    .coup_name {width: 700px;}
    .coup_info {width: 700px;}

    /* 1201 예약마감 frame */
    .goods-list .info .price .text__deadline {font-size: 1.0rem;}
}
