.no_post{font-size:14px;color:#888; text-align: center;}

.content{padding:105px 0 105px;}

.list_in .no_list_text {padding: 60px 0; text-align: center; border-top: 1px solid #ddd; color: #888;border-bottom: 1px solid #ddd; color: #888;
}

.no_btn .book_btn{display: none !important;}



/* 테이블 공통 */

.table_wrap{width: 100%;}
.table_wrap table{width: 100%; border-top: 1px solid #ddd;}
.table_wrap table tr th{background-color: #f5f5f5; padding: 12px 16px; 
    width: 200px; border-bottom: 1px solid #ddd; font-weight: 600;
}
.table_wrap table tr td{padding: 12px 16px; border-bottom: 1px solid #ddd;}
.table_wrap table tr td p.point{position: relative; padding-left: 20px;}
.table_wrap table tr td p.point::before{content: ""; width: 5px; height: 5px; background-color: #999; position: absolute; left: 0; top: 11px;}



/* 홍보 영상 */

.promotion ul li{margin-top:30px;}
.promotion .panels ul{margin-bottom: -32px;}
.promotion .panels ul li{margin-top: 0; margin-bottom: 32px; cursor: pointer;}

.promotion ul li > div{border:1px solid #ddd}
.promotion ul li .promotion_bg{display: block; width:100%; height:210px;}
.promotion02 ul li .promotion_bg{display: block; width:100%; height:216px;}

.promotion ul li .promotion_bg img{width:100%;}
.promotion ul li .text_box{padding:20px 20px; position:relative}
.promotion02 ul li .text_box{height:120px;}
.promotion ul li .text_box .con_title{font-size:1.25rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 95%;}
.promotion ul li .text_box .con_text{font-size:0.937rem; color:#666;line-height: 1.7em;
    margin-top: 6px;}
.promotion ul li .text_box .con_text.target03{height: 3em}
.promotion ul li .text_box .con_date{font-size:0.937rem; text-align: left; margin-top:16px; color:#888; right: 25px;}
.promotion ul li .text_box .progress{font-size:14px; font-weight: 800; font-family:'S-CoreDream-3Light'; margin-bottom:5px}
.promotion ul li .text_box .progress .new{background-color:#be3434 ;padding:2px 8px; color:#fff;font-size:11px; margin-right:5px;}
.promotion ul li .text_box .progress .ing{color:#be3434;}
.promotion ul li .text_box .progress .end{color:#be3434;}


.promotion.event ul li .text_box{padding:20px 20px; position:relative}

/*  자주하는 질문 */
dl.accordion{width:100%;margin:0 auto 20px; border-top: 1px solid #000;}
dl.accordion>div{border-bottom: 1px solid #ddd;}
.accordion dt{font-size:1.025rem; font-weight: 300; padding:20px 55px;	margin:0 0 2px;position:relative; cursor: pointer;}
.questions_point01{font-size:1.875rem;font-weight: 500;margin-right:5px; color:#444;position:absolute; top:50%; transform: translateY(-50%); left:20px;}
.questions_point02{font-size:1.875rem; font-weight: 500;margin-right:5px; color:#e52d18; position:absolute; top:50%; transform: translateY(-50%);  left:20px;}

.accordion dt i{width:18px; display: block;position:absolute;top:50%;transform: translateY(-50%); right:20px;}

.accordion dt i.on{transform: rotate(180deg) translateY(20px);}


.accordion dd{font-size:1.025rem; font-weight: 300;color:#4d4d4d;background:#f5f5f5;padding:20px 50px;margin:0 0 2px;display:none;position:relative; }
/* search_box */
.questions .questions_top{margin-top:30px;}
.questions .questions_top .search {margin-left: auto; border: 1px solid #ddd;width: 20%; display: flex; align-items: center;}
.questions .questions_top .search input { border: none; outline: 0; font-size: 14px;
    padding: 10px; border-right: 1px solid #ddd; width: 90%;}
.questions .questions_top .search button { height: 28px; border: none; padding: 0 10px;
    cursor: pointer; background-color: #fff; margin: 0 auto;}
.questions .questions_top .search button i { font-size: 1.25rem; color: #333;}

.page_but i.fa{color:#666}
.page_but { margin-top: 60px;}
.page_but ul { width: 100%; display: flex; align-items: center; justify-content: center !important;font-size: 15px;
    color: #666}
.page_but ul li.arrow { color: #000; font-size: 16px; margin: 0;}
.page_but ul li { padding: 0 3px; margin: 0 8px; color: #888; font-size: 14px;  margin-bottom: 0 !important; cursor: pointer;}
.page_but ul li.active {border-bottom: 2px solid #000; color: #000; font-size: 16px;}
.page_but ul li i{display: flex; align-items: center; justify-content: center;}

/* 공지사항 */

.notice h5{font-size:2rem; text-align: center; margin-bottom:50px;}
.notice .notice_top {display: flex;justify-content: flex-end;margin:30px auto;width:100%}
.notice .notice_top .search{width: 250px; max-width: 100%; display: flex;align-items: center; background-color: #f5f5f5;}
.notice .notice_top .search input{ border: none; outline: 0;font-size: 14px;padding:14px 16px; width:90%; background-color: #f5f5f5;}
.notice .notice_top .search button{width: 45px; height: 45px; border: none; padding:0 10px;cursor: pointer; margin: 0 auto;}
.notice .notice_top .search button i{ font-size: 1.25rem; color:#333}



/* .notice.my_inquiry .table .body_table li > div{display: table;}
.notice.my_inquiry .table .body_table li > div p{display: table-cell;} */

.notice .table ul li > div{display: flex; text-align: center;align-items: center; justify-content: space-between;}
.notice.my_inquiry .table .body_table li > div .t_date{width: auto;}


.notice .table ul li > div:first-child{}
.notice .table ul p{padding:16px 8px; cursor: pointer;}
.notice .table .head_table{font-weight: bold; color:#999;border-bottom:1px solid #ddd; border-top: 1px solid #000;}
.notice .table .body_table li{border-bottom:1px solid #ddd;padding:10px 0;}
.notice .table .t_no{width:10%;color: #888;}
.t_kind{width:10%;color: #888;}
.notice .table .t_title{width:50%;}
.notice .table .body_table .t_title{text-align: left;}
.notice .table .t_name{width:10%;color: #888;}
.notice .table .t_date{width:10%;color: #888;}
.notice .table .t_views{width:10%;color: #888;}

.notice .dis-f .left{width: 230px;}
.notice .dis-f .right{width: calc(100% - 230px); padding-left: 100px; }
.t_img{width: 15%;}
.t_img>i{border: 1px solid #ddd; padding:4px; display: block; width: 100px; height: 100px;}



/* 공지사항 view */
textarea{outline: 0;}
input{outline: 0;}
.notice_view .top .view_title{font-size:1.5rem; width:100%; border-bottom:1px solid #ddd; padding-bottom: 16px; margin-bottom: 16px;}
.notice_view .top > div{display: flex;justify-content: space-between; color:#888; font-size: 0.975rem;}
.notice_view .body{border-bottom: 1px solid #ddd; min-height: 400px;height: 100%; font-size: 17px;}
.notice_view .body .text_box_sec{min-height: 400px; font-size: 17px;}
.notice_view .body textarea{border:none}
.notice_view .body .body_in_file {border-top:1px solid #ddd; padding:10px 0;}
.notice_view .body .body_in_file p{color:#888;font-size:13px;}
.notice_view .body .body_in_file p a{cursor: pointer;}
.notice_view .bottom .post {border-bottom: 1px solid #000;}
.notice_view .bottom .post > div{display: flex; padding:15px 0; border-bottom:1px solid #ddd}
.notice_view .bottom .tit{display: flex;width: 100px; justify-content: space-between; align-items: center;padding-left:10px}

.notice_view .bottom .post_text{padding-left:30px; width: calc(100% - 100px);}
.notice_view .bottom .button{text-align: right;margin-top:40px;}
.notice_view .bottom .button button{padding:14px 50px; border:1px solid #00a651; background-color: #00a651; color:#fff; font-size: 16px;}

.notice_view .top{border: 1px solid #ddd; padding: 32px; background-color: #f5f5f5;}

.qna_view #content{min-height: 300px;}
.qna_view .answer .fa-arrow-right:before{font-size: 13px;background-color: #f5f5f5;margin-top:10px;}
.qna_view .top{border: 1px solid #ddd; padding: 32px; background-color: #f5f5f5;}





/* 1:1문의 */
.qna h5{font-size:2rem; text-align: center; margin-bottom:50px;}
.qna .qna_top {display: flex;justify-content:flex-end ;    width: 100%;
    margin: 30px auto;}
.qna .qna_top .category_list{margin-right:10px; position:relative;     width: 13%;}
.qna .qna_top .category_list p{width:180px; padding:10px;font-size: 14px; position:relative;width: 100%; background-color: #f5f5f5;}
.qna .qna_top .category_list p::after{content: ''; display: block; width:6px; height:6px; border-top:2px solid #999; border-right:2px solid #999; transform: rotate(135deg) translateX(-50%); position:absolute; right:20px; top:42%;}
.qna .qna_top .category_list ul{padding:10px; font-size:14px; border:1px solid #ddd; line-height: 2em;position:absolute; width:100%;background-color: #fff;top:43px;display: none;}
.qna .qna_top .search{width:22%; background-color: #f5f5f5;
 display: flex;align-items: center;margin-right: 10px;}
 .qna .qna_top > button{border:1px solid #ddd; padding:0 40px;color: #333;}
.qna .qna_top .search input{ border: none; outline: 0;font-size: 14px;padding: 12px;background-color: #f5f5f5;  width:90%;}
.qna .qna_top .search button{height:20px; border: none; padding:0 13px;cursor: pointer; background-color: #f5f5f5;margin: 0 auto;}
.qna .qna_top .search button i{font-size: 1rem;}


.shop_view .qna .table ul li > div{border-bottom: 0; }
.shop_view .qna .table ul li > div.after_answer{background-color: #f5f5f5;}
.qna .table ul li > div{display: flex; text-align: center;align-items: center;border-bottom:1px solid #ddd;}
.qna .table ul li > div.after_answer{background-color: #f5f5f5; border-bottom: 0;}
.qna .table ul.head_table li > div{border: 0;}
.qna .table ul p{padding:15px 20px}
.qna .table .head_table{font-weight: bold; color:#999;}
/* .qna .table .body_table{border-top:1px solid #888;} */
.qna .table .body_table li{border-bottom:1px solid #ddd;padding:10px 0;}
.qna .table .t_no{width:10%}
.qna .table .t_category{width:15%}
.qna .table .t_title{width:40%;}
.qna .table .body_table .t_title{width:40%; text-align: left;}
.qna .table .t_name{width:15%;}
.qna .table .t_date{width:20%;}

.qna .table .body_table .t_no{font-size:0.937rem;color:#555;}
.qna .table .body_table .t_name{font-size:0.937rem;color:#555;}
.qna .table .body_table .t_date{font-size:0.937rem;color:#555}

.qna .table .after_answer .t_no{width:20%;text-align: right;}
.qna .table .after_answer .t_no img{width:23px;transform: translateY(-5px);}
.qna .table .after_answer .t_title{width:40%;}
.qna .table .after_answer .answer{width:135px; padding-top: 11px; padding-bottom: 11px;}
.qna .table .after_answer .answer span{font-size:14px; color:#fff; background-color: #49b2bd; padding:5px 16px; display: inline-block; height:100%;}
.qna .table .t_title i.fa{padding-left:5px;color:#888}



/* 상품 사용후기 */
.review .title_p{width:100% !important;}

.review h5{font-size:2rem; text-align: center; margin-bottom:50px;}
.review .qna_top {display: flex;justify-content:flex-end ;    width: 100%; margin: 30px auto;}
.review .qna_top .category_list{margin-right:10px; position:relative;     width: 13%;}
.review .qna_top .category_list p{border:1px solid #ddd;  width:180px; padding:10px;font-size: 14px; position:relative;width: 100%;}
.review .qna_top .category_list p::after{content: ''; display: block; width:6px; height:6px; border-top:2px solid #ddd; border-right:2px solid #ddd; transform: rotate(135deg) translateX(-50%); position:absolute; right:20px; top:42%;}
.review .qna_top .category_list ul{padding:10px; font-size:14px; border:1px solid #ddd; line-height: 2em;position:absolute; width:100%;background-color: #fff;top:43px;display: none;}
.review .qna_top .search{border:1px solid #ddd; width:22%; display: flex;align-items: center;margin-right: 10px;}
.review .qna_top > button{border:1px solid #ddd; padding:0 40px;color: #333;}
.review .qna_top .search input{ border: none; outline: 0;font-size: 14px;padding: 12px; border-right: 1px solid #ddd;width:90%;}
.review .qna_top .search button{height: 28px; border: none; padding:0 13px;cursor: pointer; background-color: #fff;margin: 0 auto;}
.review .qna_top .search button i{font-size: 1rem;}

.review .table ul li > div{display: flex; text-align: center;align-items: center;}
.review .table ul p{padding:15px 0px}
.review .table .head_table{font-weight: bold; color:#999;}

.review .table li{border-bottom:1px solid #ddd;padding:10px 0;}
.review .table .t_category{width:39%; margin-right: 2%; cursor: pointer;}
.review .table .before_answer .t_category{text-align: left; display:flex;    align-items: center;}
.review .table .before_answer .t_category i{display: inline-block; width: 170px; vertical-align: middle;border-radius: 15px;
    overflow: hidden;  }
    .review .table .before_answer .t_category i img{display: flex;width: 100%; height: 100%;}
.review .table .t_category .title_p{display: inline-block; width:calc(100% - 170px); vertical-align: middle;padding-left:15px;}
.review .table .t_title{width:20%; cursor: pointer; margin-left: 2%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.review .table .body_table .t_title{width:40%; text-align: left;}
.review .table .t_name{width:10%;}
.review .table .t_date{width:19%;}
.review .table .t_count{width:8%;}
.review .table .t_star{width:104px; position: relative; overflow: hidden;}

.review .t_star span{display: block;}
.review .t_star .star{top: 7px; width: 104px; height: 18px;}
.review .t_star .review-main-star .star5 {left: 0px;}
.review .t_star .review-main-star .star4 {left: -18px;}
.review .t_star .review-main-star .star3 {left: -40px;}
.review .t_star .review-main-star .star2 {left: -62px;}
.review .t_star .review-main-star .star1 {left: -84px;}

.review .table .after_answer .t_no{width:20%;text-align: right;}
.review .table .after_answer .t_no img{width:23px;transform: translateY(-5px);}
.review .table .after_answer .t_title{width:40%;}
.review .table .after_answer .answer{width:5%;font-size:10px; border:1px solid #be3434; color:#be3434; padding:3px 2px; height:100%;}
.review .table .t_title i.fa{padding-left:5px;color:#888}

.review_view .top > div{justify-content: flex-start;}
.review_view .top > div p{margin-right: 15px;}
.review_view .t_star{position: relative; overflow: hidden; width: 132px;}
.review_view .t_star .star{top: 4px; width: 94px; height: 16px; left: 0;}
.review_view .top .t_star .bg{background: #fff; position: relative; z-index: 9; display: inline-block;}
.review_view .top .t_star .review-main-star .star5 {left: 38px;}
.review_view .top .t_star .review-main-star .star4 {left: 19px;}
.review_view .top .t_star .review-main-star .star3 {left: 0px;}
.review_view .top .t_star .review-main-star .star2 {left: -19px;}
.review_view .top .t_star .review-main-star .star1 {left: -39px;}
.review .mobile_table{display: none;}


.review_view #content{min-height: 300px;}
.review_view .answer {/* border-top:2px solid #333 */padding:20px;}
.review_view .answer .fa-arrow-right:before{font-size: 13px;}
.review_view .body textarea{padding:10px;background-color: #f5f5f5;margin-top:10px;}
/* 문의하기 view */


.contact{width:100%;margin:0 auto;}
.contact ul li.goods > div{display: flex; border-bottom:1px solid #ddd; padding:20px 0;justify-content: space-between;}
.contact ul li.goods .goods_img{width:150px; height:150px; border:1px solid #ddd; position:relative}
.contact ul li.goods .goods_text{width:calc(100% - 150px);padding-left:30px;}
.contact ul li.goods .goods_text .text_title{font-size:1.25rem;}
.contact ul li.goods .goods_text .text_price{font-size:1.125rem;margin-top:10px;}
.contact ul li.goods .goods_text .text_count{margin-top: 16px; font-size: 1.025rem;}
.contact ul li.goods .goods_text .button button{border-color:#ddd;padding:8px 20px; margin:5px 0;font-size:0.875rem}
.contact ul li.goods .yes_goods .goods_img::before{width:100%; height:100%; content:''; display: block; position:absolute;background-color: #f5f5f5; z-index: -1;} 

.contact ul li.goods .goods_text{display: flex;justify-content:space-between;align-items: center;}
.contact ul li.in_list .left{width:100px;}
.contact ul li.in_list .right{width:calc(100% - 100px);}
.contact ul li.in_list .right .text_input{border: 0; padding:12px; width:100%; background-color: #f5f5f5;}
.contact ul li.in_list {display: flex;width:100%;padding:20px 0px; border-bottom:1px solid #ddd}
.contact ul li.in_list .left p{margin-top:8px;}
.contact ul li.in_list > div:nth-child(2n){border-right:none;}
.contact ul li.check_box_list{display: flex;}
.contact ul li.check_box_list .right{display: flex;}
.contact ul li.check_box_list .right > div{margin-right: 20px;}
.contact ul li.check_box_list > div input { width: auto;}


.contact .bottom_button{display: flex; justify-content:center;margin-top:30px}
.contact .bottom_button button{padding:15px 0px; border:1px solid #ddd; margin:0 10px;width:100%;}
.contact .bottom_button button:first-child{background-color: #00a651;border-color:#00a651; color:#fff; }


/*문의하기 view02 */
textarea{outline: 0;}
input{outline: 0;}

.qna_view .top .view_title{font-size:1.5rem; width:100%; border-bottom:1px solid #ddd; padding:10px 0; }
.qna_view .top > div{display: flex;justify-content: space-between; padding:10px 0; font-size:0.875rem; color:#888}
.qna_view .body{border-bottom: 1px solid #000; padding:20px 0 0;}
.qna_view .body textarea{border:none;padding:10px;}
.qna_view .body .answer{background-color: #f5f5f5;padding:20px; margin-top: 16px;}
.qna_view .body .answer textarea{background-color: #f5f5f5; height:100px;}
.qna_view .bottom .post { border-bottom:1px solid #000}
.qna_view .bottom .post > div{display: flex; padding:15px 0; border-bottom:1px solid #ddd}
.qna_view .bottom .tit{display: flex;width: 13%; justify-content: space-between; align-items: center;padding-left:10px}


.qna_view .bottom .post_text{padding-left:30px;}
.qna_view .bottom .button{text-align: right;margin-top:40px;}
.qna_view .bottom .button button.list_but{padding:14px 50px; border:1px solid #00a651; background-color: #00a651; color:#fff; font-size: 16px;}



.qna_view .bottom .delete{text-align: left;margin-top: 10px;}
.qna_view .bottom .delete button{font-size: 14px; color:#888;position: relative;padding: 0;
    margin-right: 5px;
    padding-right: 5px;}
    .qna_view .bottom .delete button:last-child{color:#be3434}
.qna_view .bottom .delete button:first-child::after{content:'';display: block;width:2px; height: 14px; background-color: #ddd;position:absolute;top:53%;transform: translateY(-50%); right:-2px;}



	/* 체크박스 디자인 */
.contact .d-block{display: flex; align-items: center;}
.contact .d-block input[type="checkbox"] {display: none;}
.contact .d-block input[type="checkbox"] + label {
        display: inline-block; width:20px; height: 20px; background: #fff;border:1px solid #888;
        cursor: pointer; border-radius: 4px;float:left; margin-right:7px;}
.contact .d-block:after {display:block; clear:both; content:"";}
.contact .d-block input[type="checkbox"]:checked + label {
    background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/JCGENIX/16592190343485.png)no-repeat center/20px 20px; float: left;border:1px solid #00a651;}
    
    
    .contact ul li.secret .right .text_input{width:150px; float:left}
    .contact ul li.secret .right .secret_checkbox{width:calc(100% - 150px); float:left;padding-left: 20px;}
    .contact ul li.secret .right > p{width:100%;}
    .contact ul li.secret .secret_checkbox{display: flex;height: 40px;}

    .contact ul li.secret .secret_checkbox .d-block{margin-right:10px;} 



/* shop */
.main_slide .swiper-slide{width: 100% !important;}
.main_slide.swiper-wrapper{height:100%;}
.main_slide .swiper-slide img{width:80%; }
.sub_slide .swiper-slide img{width:100%; height:100%;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: '' !important;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: '' !important;}

.shop .top_minilist{margin-bottom:20px;}
.top_minilist span.on{color:#000; font-weight: bold;position:relative;padding-right:15px;}
.top_minilist span.on::after{content:''; display: none; width:7px; height:7px;border-top:1px solid #333; border-right:1px solid #333;position:absolute; right:0; top:36%; transform: translateY(-50%) rotate(135deg);}


.top_minilist span{position:relative; margin-right:10px;padding-right:10px;color:#666; font-size:14px;}
.top_minilist span::before{width:8px; height:8px; border-top:1px solid #666; border-right:1px solid #666; content:'';display: block;transform: rotate(45deg) translateY(-50%);position:absolute; top:49%; right:0;}
.top_minilist span:last-child:before{border:none}


.sub-p-banner{width:100%; height:500px;}
.sub-p-banner .img-bg{width:100%; height:100%; background-attachment: fixed;}

.sub-p-list-container
{display: flex; display: -webkit-box; display: -ms-flexbox;
    -webkit-box-orient: horizontal; -ms-flex-direction: column; flex-direction: column;}


.tab-list-con{margin-right:auto; width: 272px;}
.tab-list-con h5{color:#777; font-weight: 300; line-height: 1.2;}
.tab-list-con .sel-list{width:272px; z-index: 100;}
.tab-list-con .sel-list > li{padding:8px;}
.tab-list-con .sel-list-tit{padding-left:0;}
.tab-list-con .sel-list-tit .sel-arrow{top:42%; background-image: url(https://lbcontents.s3.ap-northeast-2.amazonaws.com/images/IPIACOSMETIC/icon-b-arrow.png); width:18px; height:10px;}


.tab-con{margin:4px 16px; font-size:1.15em; cursor: pointer; opacity:.5; padding-bottom:4px; position: relative;transform: translateY(1px);}
.tab-con:first-child{margin-left:0;}
.tab-con.current{opacity: 1; background-color:#fff; color:#333; font-weight: 600; position: relative;}
.tab-con.current::after{content: ""; width: 100%; height: 2px; background-color: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.tab-con:hover{font-weight: 600;}

/* 제품필터 */
.filter-list-con{max-width:96px; width:100%;position: absolute; right:16px; bottom:0;}

.sel-list-tit{ display: block; cursor: pointer; padding:4px 8px; padding-right:16px; position: relative;} 
.sel-list-tit .sel-arrow{ position: absolute; right:4px;}
.sel-list-tit .sel-arrow.sel-arrow-st1{position: absolute; top:14px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #aaa;}
.sel-list-tit .sel-arrow.sel-arrow-st2{position: absolute; top:50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    background-size:9px 5px; width:9px; height:5px; background-repeat: no-repeat; background-image:url(https://lbcontents.s3.ap-northeast-2.amazonaws.com/images/IPIACOSMETIC/icon-arrow-st2.png);}

    .sel-list-tit.open .sel-arrow{transform: rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg);}
    .sel-list-tit.open .sel-arrow.sel-arrow-st2{transform: rotate(180deg) translateY(45%); -webkit-transform:rotate(180deg) translateY(45%); -ms-transform:rotate(180deg) translateY(45%);}
.sel-list{border:1px solid #d1d1d1; display: none; position: absolute; width: 100%; z-index:10; background-color:#fff;}
.sel-list > li{ display: block; cursor: pointer; padding:4px 8px;}
.sel-list > li:hover{background-color:#f6f6f6;}

/* 제품상세 */
.pd-view-t-container li{   width: 100%;
    -webkit-box-orient: vertical; -ms-flex-direction: row; flex-direction: row; align-items: center;}
.pd-view-t-container .pd-img-con{padding-bottom:0; background-color:#fff;}

.pd-sle-con{ margin-bottom:10px}
.pd-detail > div:first-child > dl:last-child{ margin-bottom:0px}
.pd-sle-con .right{width:100%; display: block;}
.pd-sle-con .right select{width:100%; padding:16px; border:1px solid #ddd;     color: #333;}
.pd-sle-con02:first-child {border-top:1px solid #888; border-bottom:none;}
/* .pd-sle-con02 {border-top:1px solid #888; border-bottom:1px solid #888} */
.pd-sle-con02 .select_list{display: flex;justify-content: space-between;
    align-items: center; font-size: 0.875rem; border-top: 1px solid #ddd; background-color: #f5f5f5;
    padding: 15px;}
.pd-sle-con02 .select_list .select_name {width: 45%;}
.pd-sle-con02 .select_list .select_numder { display: flex;width: 20%;
    justify-content: flex-end;}
    .count-container {width: fit-content;}
.pd-sle-con02 .select_list .select_price {text-align: right; width: 20%;}
.pd-sle-con02 .select_list .product_price {font-size: 1.125rem;}
.pd-sle-con02 .select_list .product_price span{}
.pd-sle-con02 .select_list .product_accumulate {font-size: 13px; /* margin-top: 4px; */}
.pd-sle-con02 .select_list .span_accumulate {}
.pd-sle-con02 .select_list .product_tit { font-size: 1rem;}
.pd-sle-con02 .select_list .select_product {color: #888; margin-top: 3px;}
.pd-sle-con02 .select_list .span_ac_point {color: #be3434; border: 1px
 solid #be3434; padding: 2px 2px 0px; font-size: 10px; border-radius: 3px
;  margin-right: 5px;}
.pd-sle-con02 .select_list .close {width: 13px;  display: block;  margin-left: 5px;}

/* 제품상세 상단 이미지 사이즈 */

.shop_view .pd-view-t-container .row-too-short{display: flex;align-items: center;flex-direction: column;}
.pd-view-t-container .pd-img-con .pd-img {max-width: 400px;}

.pd-detail{margin:auto;/* padding-top:16px; */ padding-top: 0;}
.pd-detail .option{margin-bottom:16px;}
.pd-view-t-container dl{display: block; /* line-height:3; */ font-size:1em;margin-bottom: 12px ; }
.pd-view-t-container dt{min-width:130px;}

.pd-view-t-container .pd-total dt{min-width:100px;}


.pd-view-t-container dl.sh_basics_tit{font-size:15px;color:#888}
.pd-view-t-container dl.sh_basics_tit:last-child{margin-bottom: 0;}
.pd-view-t-container .basics_option{ padding:24px 0; margin-bottom: 0;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom:16px;}
.pd-view-t-container dt, .pd-view-t-container dd{display: table-cell;}


.pd-view-t-container .pd-total{display: flex;    margin-top: 10px;justify-content: flex-end;align-items: flex-end;}

/* .pd-total{border-top:1px solid #dfdfdf;}  */
.pd-total dt{ font-weight: 500;}
.pd-total dd {font-size:1rem; line-height: 1;}
.pd-total dd .price{font-weight: 500;font-size:2rem; color: #be3434;}
.pd-total dd .price i.dollar{color: #222; font-weight: 600;}
.pd-detail > div:first-child{padding-top:15px;}





/* 제품 수량 */
.count-container{font-size:0; padding: 10px 0;background: #fff;display: flex; justify-content: center; align-items: center;}
.count-container input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
.count-container span:nth-child(2){width:40px;}
.count-container span{text-align: center; display: inline-block; font-size:22px; font-weight: 500; line-height:1em; }
.count-container span.count{position: relative; top:-3px;}
.count-container span.num{/* border:1px solid #d1d1d1;  */background-color: #fff;transform: translateY(1px);cursor: pointer;width: 35px; height: 35px; display: flex;
    align-items: center; justify-content: center;
    border: 1px solid #ddd; border-radius: 50%;
}
/* .count-container span.num:hover{border:1px solid transparent; background-color:#626262; color:#fff;} */
.count-container span i{font-weight: 300; line-height: 1; color: #999;}
.count-container span input{border:0; text-align: center; width:100%; font-size:15px;  background-color: transparent;transform: translateY(-1px);    padding-bottom: 1px; font-weight: 500;}
/* 제품 수량 사이즈 조절 */
.count-container.count-small span{font-size:16px; line-height:1;}
.count-container.count-small span.num{width:22px; height:22px; font-family: sans-serif;}
.count-container.count-small span input{width:36px;}


/* 제품상세 버튼 */
.pd-btn-container.row{margin-left: -2px; margin-right: -2px;}
.pd-btn-container.row > p{padding:0 2px;}
.pd-btn-container .btn{width:100%; min-width: unset; padding:0;}
.pd-btn-container .btn img{height:27px;}
.pd-btn-container .btn-icon:hover{background-color:#222; border:1px solid transparent;}

/* 별점 */
.star-container{position: relative; background-image: url(https://lbcontents.s3.ap-northeast-2.amazonaws.com/images/IPIACOSMETIC/icon-star0.png); width: 128px; height:22px; overflow: hidden;}
.star{position: absolute; top:0; left:-128px; width: 128px; height:22px; background-size:contain; display: block; text-align: left; background-image: url(https://lbcontents.s3.ap-northeast-2.amazonaws.com/images/IPIACOSMETIC/icon-star5.png);}
.star-container .star1{left:-107px;}
.star-container .star2{left:-80px;}
.star-container .star3{left:-54px;}
.star-container .star4{left:-27px;}
.star-container .star5{left:0;}

/* 중간영역 소개 탭 */
.view-tab-container{font-size:0; letter-spacing: 0;border-bottom: 1px solid #bbb;} 
.view-tab-container li{font-size:16px; display:inline-block;  text-align: center; cursor: pointer; color:#626262; /* background-color:#f6f6f6 */; position: relative;
    width:33.333%; margin:0; padding:17px 8px;}

.view-detail-wrap .bg-light-gray{padding:32px;}

.view-detail-wrap .qna .head_table{border-top:1px solid #888; color:#333; border-bottom: 1px solid #ddd;}
.view-detail-wrap .qna .head_table p{ color:#333}


.table-container .pd-detail-table tr td:first-child{font-weight: 700;}
.table-container .pd-detail-table td{padding:8px 12px; }


/* btn-etc */
.btn-etc{text-decoration: underline;  cursor: pointer;}
.btn-etc-box a{color:#626262; background-color:#fff; line-height: 1; padding:10px 40px; border:1px solid #d1d1d1; font-size:0.85em; cursor: pointer;}
/* .btn-etc-box:hover, .btn-etc-box:focus{color:#fff; background-color:#626262; border:1px solid transparent;} */
button.btn-etc-box{font-size:1em; min-width: 96px; min-height:36px; padding:8px 16px;}


/* 이벤트 */

.all{width:760px;
	margin:auto;
}
.event .tabSet{margin-bottom:30px;}
.event .tabSet ul.tabs {display: flex;justify-content: flex-start; margin-bottom: 32px;}
.event .tabSet ul.tabs li{margin-top: 0;}
.event .tabSet ul.tabs li + li{margin-left: 24px;}
.event .tabSet ul.tabs li a{color:#888;display:block;font-weight:bold;font-size:19px; padding: 8px 0;}
.event .tabSet ul.tabs li a.on{border-bottom: 2px solid #00a651; color: #00a651;}
.panels{min-height:180px;margin-top: 30px;}
/* .panel{display:none;} */


.event .panels ul{display: flex; flex-wrap: wrap;}


.event .no_post{margin-bottom: 60px;}


/* 개인정보처리방침 */
.privacy .pr_con{border:1px solid #ddd;}




/* 상세보기 상단 스와이퍼 */
.top_shop_detail{display: flex;}
.top_shop_detail >ul{width: 50%;flex-direction: column;display:flex;
    justify-content: flex-start;
    align-items: center;}


/* mypage_review */
.mypage_review  h3 { font-size: 1.8rem; font-weight: 500; text-align: left; border-bottom: 2px solid #000; margin-bottom: 0px; padding-bottom: 15px;}
.mypage_review .tabSet .tabs li{margin-right:20px;}
.mypage_review .tabSet .tabs li a{opacity: 0.8;padding-bottom:2px;}
.mypage_review .tabSet .tabs li a.on{border-bottom:2px solid #666;opacity:1;display: block;}
.mypage_review .tabSet .tabs li h4{font-size:1rem; font-weight: 500; }
.mypage_review .tabSet .tabs{margin-top:20px;}
.mypage_review .head_table li{padding:0;}
.mypage_review.review .table ul p { padding: 0px 0px;}



.mypage_review .flex_sec{display: flex;}
.mypage_review .flex_sec .product_img{width: 170px;margin-right:30px;;}
.mypage_review .flex_sec .product_img i{width: 100%; height: 100%; background-color: #f5f5f5;display: block;padding:30px;border-radius: 20px;}
.mypage_review .flex_sec .product_text_box{width:calc(100% - 200px);}
.mypage_review .flex_sec .product_title{font-size:1.25rem;}
.mypage_review .flex_sec .p_op{font-size:1rem;opacity: 0.8;margin-top:10px;}
.mypage_review .flex_sec .but_box button{font-size:0.9rem; border:1px solid #bbb; padding:10px 20px;color:#888;}
.mypage_review .in_body_table01{margin-top:20px;}
.mypage_review .payment_date{margin-bottom:40px;}

.mypage_review .payment_date > p{border-bottom:1px solid #ddd;padding-bottom:10px;}

.mypage_review .panels{min-height: auto;margin-top: 30px;}
.mypage_review .product_text_box {display: flex;
    align-items: center;
    justify-content: space-between;}

.mypage_review .table ul p { padding: 0px 0px 15px; }

.mypage_review .t_category span{width: 130px;margin-right:10px;border-radius: 10px;overflow: hidden;}
.mypage_review .t_category i{width:calc(100% - 140px);;}
.mypage_review .t_category span img{height: 100%; display: block;}
.mypage_review .t_star span { height: 30px;}



/* 사이드 네비게이션 */


.side_nav b{font-size: 1.8rem; font-weight: 600; display: block; margin-bottom: 24px;}
.side_nav .side_sub_depth>span{font-size: 1.4rem; display: block; font-weight: 600; margin-bottom: 16px;}
.side_nav .side_sub_depth + .side_sub_depth{margin-top: 32px; border-top: 1px solid #ddd; padding-top: 32px;}
.side_nav .side_sub_depth a.on{color: #00a651; opacity: 1; font-weight: 700;}
.side_nav .side_sub_depth a {display: block; font-weight:500; font-size: 18px; opacity: 0.7;}
.side_nav .side_sub_depth a + a{padding-top:10px;}
.side_info{background-color: #f5f5f5; padding:32px 24px; margin-top: 72px;}
.side_info .top p{font-size: 17px;font-weight: 600;}
.side_info .mid a{display: block; color: #00a651; font-size: 23px; font-weight: 600; margin: 8px 0;}
.side_info .btm{font-size: 14px; border-top: 1px solid #ddd; padding-top: 16px;}
.side_info .btm p{display: block;}
.side_info .btm p + p{margin-top: 4px;}




/* 디자인 제품 업로드 후 삭제될 코드 */
.no_use .view-tab-container li{width: 50%;}
.no_use .top_shop_detail >ul{justify-content: center;}

.no_use .inquiry_wrap ul li{display: flex; align-items: flex-start; margin-bottom: 24px;}
.no_use .inquiry_wrap ul li input{ background-color: #f5f5f5; border: 0; padding: 10px 12px; width: 100%;}
.no_use .inquiry_wrap ul li b{width: 100px; font-weight: 600; font-size: 17px;}
.no_use .inquiry_wrap ul li div{width: calc(100% - 100px);}
.no_use .inquiry_wrap ul li.long{width: 100%;}
.no_use .inquiry_wrap .btn_wrap{text-align: center; display: flex;justify-content:flex-end;}
.no_use .inquiry_wrap .btn_wrap button{display: block;padding: 12px 16px; color: #fff; background-color: #000; min-width: 120px; font-size: 16px;}
.no_use .inquiry_wrap textarea{padding: 12px 16px; background-color: #f5f5f5; border: 0;}




/* 모바일 전체메뉴 */
.m_all_menu_wrap{ position: fixed; display: none; top: 0; left: 0; width: 100%; z-index: 999; background-color: #fff; min-height: 90vh; overflow-y: auto; overflow-x: hidden;}
.m_all_menu_wrap .top{display: flex; background-color: #fff; flex-wrap: wrap; align-items: center;
     justify-content: space-between; padding: 48px 24px 24px 24px; border-bottom: 1px solid #ddd;
}
.m_all_menu_wrap .top>div{width: 100%;}
i.arrow{display: block; border-right: 1px solid #999; border-bottom: 1px solid #999; 
    transform: rotate(-45deg); width: 10px; height: 10px; margin-left: 8px;
}
.m_all_menu_wrap .top.no_login .name{font-size: 16px;}
.m_all_menu_wrap .top.no_login .name span{display: flex; align-items: center; margin-top: 8px;}
.m_all_menu_wrap .top.no_login .name span a{display: block; font-weight: 600;}
.m_all_menu_wrap .top .name{font-size: 18px;}
.m_all_menu_wrap .top .name span{font-weight: 700; font-size: 1.5em;}

.m_all_menu_wrap .logout{background-color: #f5f5f5; border-radius: 55px; padding: 4px 12px;}

.m_all_menu_wrap .mo_title p{font-weight: 600; font-size: 17px;}
.m_all_menu_wrap .mo_title.on span{transform:rotateZ(90deg);}
.m_all_menu_wrap .menu_list{ padding: 0 24px;}
.m_all_menu_wrap .menu_list ul li{border-bottom: 1px solid #ddd; padding: 16px 0; }
.m_all_menu_wrap .menu_list ul li .con_wrap .mo_title{display: flex; justify-content: space-between; cursor: pointer;}
.m_all_menu_wrap .menu_list ul li .con_wrap .m-sub-depth{display: none; padding-top: 8px;}
.m_all_menu_wrap .menu_list ul li .con_wrap .m-sub-depth a{display: block; padding: 4px 0; font-size: 15px;}
.m_all_menu_wrap .top00{display: flex; justify-content: space-between; padding: 24px 24px 0 24px;}
.m_all_menu_wrap .top00 .x_btn{ font-weight: 800; font-size: 20px; cursor: pointer; }
.m_all_menu_wrap .top00 .x_btn span{font-weight: 700;}




.title_area{font-size:2.5rem; font-weight: 600; text-align: left;  margin-bottom: 32px;}
.title_area h3{font-weight: 600;}
.title_area h2{text-align: center; font-weight: 500;}
.address_view  .title_area{margin-bottom: 48px;}


h3.in-sub-title{font-size:2em; text-align: center; margin-bottom:40px; font-weight: 500;}

/* .notice.my_inquiry .table .body_table li > div{display: table;}
.notice.my_inquiry .table .body_table li > div p{display: table-cell;}
.notice.my_inquiry .table .body_table li > div .t_date{width: auto;} */

.my_inquiry .notice_top button{border: 1px solid #ddd; padding: 0 40px; color: #333;}
.my_inquiry .notice_top{}
.my_inquiry .notice_top .category_list ul {padding: 10px;font-size: 14px;border: 1px solid #ddd;line-height: 2em;position: absolute;width: 100%;background-color: #fff;top: 43px;display: none;}
.my_inquiry .notice_top .category_list {margin-right: 10px;position: relative;width: 13%;}
.my_inquiry .notice_top .search {width: 22%;background-color: #f5f5f5;display: flex;align-items: center;margin-right: 10px;}
.my_inquiry .notice_top{display: flex;justify-content: flex-end;width: 100%;margin: 30px auto;}
.my_inquiry .notice_top .category_list p {width: 180px;padding: 10px;font-size: 14px;position: relative;width: 100%;background-color: #f5f5f5; cursor: pointer;}
.my_inquiry .notice_top .category_list p::after {content: '';display: block;width: 6px;height: 6px;border-top: 2px solid #999;border-right: 2px solid #999;transform: rotate(135deg) translateX(-50%);position: absolute;right: 20px;top: 42%;}



.inquiry ul.inquiry-top{border-top: 1px solid #000;}
 



/* 캠핑장 이용안내 */

.room_info_wrap .top h3{font-size: 30px; display: block; margin-bottom: 32px; font-weight: 600;}
.room_info_wrap .top{margin-bottom: 80px;}
.room_info_wrap .top p{font-size: 18px;}

.room_info_wrap .list ul li {padding: 32px 0;}
.room_info_wrap .list ul li:first-child{padding-top: 0;}
.room_info_wrap .list ul li + li{border-top: 1px solid #ddd;}
.room_info_wrap .list ul li .con_wrap{}
.room_info_wrap .list ul li .con_wrap .left{}
.room_info_wrap .list ul li .con_wrap .left b{font-size: 18px; display: block; margin-bottom: 24px; font-weight: 700;}
.room_info_wrap .list ul li .con_wrap .right{}
.room_info_wrap .list ul li .con_wrap p + p{margin-top: 8px;}
.room_info_wrap .list ul li .con_wrap p{position: relative; padding-left: 16px; font-size: 17px;}
.room_info_wrap .list ul li .con_wrap p::after{content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 2px; background-color: #999;}
.room_info_wrap .list ul li .con_wrap p span{display: block; opacity: 0.7; color: #e52d18;}

.room_info_wrap .list b.sub-title{font-size: 40px; display: block; margin-bottom: 32px;}

.room_info_wrap .list .con .img_wrap{width: 500px; padding-bottom: 47% }
.room_info_wrap .list .con01 .img_wrap{background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/BREEZEHILL/166162104678894.jpg)no-repeat center center /cover;}
.room_info_wrap .list .con02 .img_wrap{background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/BREEZEHILL/166161683151939.jpg)no-repeat center center /cover;}

.room_info_wrap .list ul{width: calc(100% - 500px); padding-left: 100px;}


/* 방안내 */
.room_wrap{padding: 0;position: relative; overflow: hidden;}
.room_wrap .top{position: relative;}
/* .room_wrap .top02{height: 100vh;} */
.room_wrap .room_slide{position: relative;}
.room_wrap .room_slide {width: 100%; height: 100%; overflow: hidden;  }
.room_wrap .room_slide .con_wrap{width: 100%;padding-bottom: 38% ;position: relative; overflow: hidden;}
.room_wrap .room_slide .con_wrap::after{content: ""; width: 100%; height: 100%; background: rgba(0 , 0, 0 , 0.2); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.room_wrap .room_slide03 .con_wrap::after{display: none;}
.room_wrap .room_slide .con_wrap video{position: absolute; width: 100%;}

.room_wrap .room_slide03 .con_wrap{padding-bottom: 45%;}
.room_wrap .room_slide .con_wrap img{position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.room_wrap .room_slide .swiper-slide01 .con_wrap{}
.room_wrap .room_slide .swiper-slide02 .con_wrap{}
.room_wrap .room_slide .swiper-slide03 .con_wrap{}




.room_wrap .room_slide .swiper-pagination-bullet{width: 50px; height: 3px; border-radius: 0; background-color: #fff !important; margin: 0 8px !important; opacity: 0.8 !important;}
.room_wrap .room_slide .swiper-pagination{bottom: 25px;}
.room_wrap .room_slide .swiper-pagination-bullet-active{background-color: #00a651 !important;}
.room_wrap .arrow{ display: none;}
.room_wrap .arrow ul{}
.room_wrap .arrow ul li{color: #fff; position: absolute; top: 50%; transform: translateY(-50%); width: 26px; height: 50px; z-index: 3;}
.room_wrap .arrow ul li.arrow_left{left: 20px;}
.room_wrap .arrow ul li.arrow_right{right: 20px;}
.room_wrap .arrow ul li:first-child, .room_wrap .arrow ul li:last-child{cursor: pointer;}



.room_wrap .interior_slide .arrow {display: block; position: absolute; width: 190px; left: 50%; transform: translateX(-50%);bottom: -3px; z-index: 99;}
.room_wrap .interior_slide .arrow ul{display: flex; align-items: center; justify-content: space-between;}
.room_wrap .interior_slide .arrow ul li{width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; position: static; transform: inherit;}
.room_wrap .interior_slide .arrow ul li.arrow_left{left: 0;}
.room_wrap .interior_slide .arrow ul li.arrow_left span{ border-left: 2px solid #222;border-top: 2px solid #222;}
.room_wrap .interior_slide .arrow ul li.arrow_right{right: 0;}
.room_wrap .interior_slide .arrow ul li.arrow_right span{border-right: 2px solid #222; border-bottom: 2px solid #222;}

.room_wrap .interior_slide .arrow ul li span{display: block; width: 12px; height: 12px; transform: rotate(-45deg);}



.room_wrap .interior_slide .con_wrap{background-color: #e7e7e7; height: 100%; position: relative; width: 100%; padding-bottom:110%;  transition-duration: 0.3s;}


.room_wrap .interior_slide .arrow ul li img{width: auto;}
.room_wrap .top .txt_wrap{width: 100%; position: absolute; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3;}
.room_wrap .top .txt_wrap b{color: #fff; text-align: center; line-height: 1.3; font-size: 70px; display: block; margin-bottom: 16px; text-shadow: 1px 1px 10px rgba(0 , 0, 0 , 0.6);}
.room_wrap .top .txt_wrap p{font-size: 20px; line-height: 1.7; color: #fff;  text-shadow: 1px 1px 10px rgba(0 , 0, 0 , 0.6);}

.room_wrap .interior_slide .swiper-slide{opacity: 1; transition-duration: 0.3s;transform-origin: 50% 0;}
.room_wrap .interior_slide .swiper-slide img{height: 100%; width: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.room_wrap .interior_slide .swiper-slide-active{ opacity: 1 !important; z-index: 3;}
/* .room_wrap .interior_slide .swiper-slide-active .con_wrap{padding-bottom:75%;} */
.room_wrap .interior_slide{overflow: hidden; padding-bottom: 62px;}
.room_wrap .interior_slide .swiper-wrapper{align-items: flex-start;}

.room_wrap .interior_slide .swiper-slide-next{display: flex; justify-content: flex-end;}
.room_wrap .interior_slide .swiper-slide-prev{display: flex; justify-content: flex-start;}
.room_wrap .interior_slide .swiper-pagination{bottom: -0; font-size: 20px; font-weight: 600;}
.swiper-pagination-total{opacity: 0.5; font-weight: 700; padding: 0 5px;}
.swiper-pagination-current{color: #00a651; font-weight: 700; padding: 0 8px;}

.room_wrap .room_title{margin-bottom: 32px;}
.room_wrap .room_title h2{font-size: 45px; font-family: 'Marcellus', serif !important; position: relative; text-transform: uppercase;}
.room_wrap .room_title h2::after{content: ""; width: 30%; height:1px; background-color: #ddd; position: absolute; right: 0; top:48%;}
.room_wrap .room_title.no_point h2::after{display: none;}

.room_wrap .con + .con{margin-top: 100px;}
.room_wrap .in .txt_wrap p{font-size: 20px; word-break: keep-all;}
.room_wrap .in .txt_wrap p + p{margin-top: 4px;}
.room_wrap .in .txt_wrap p.point{position: relative; padding-left: 20px;}
.room_wrap .in .txt_wrap p.point::before{content: ""; width: 5px; height: 5px; background-color: #999; position: absolute; left: 0;top: 12px;}

.room_wrap .in .img_wrap.border{border: 1px solid #ddd;}

.room_wrap .con.con_top .room_title{width:335px;}
.room_wrap .con.con_top .in{width: calc(100% - 335px); padding-left: 80px;}

.room_wrap .con .in b.sub-title02{display: block; font-size: 20px; padding-bottom: 12px; margin-bottom:12px;font-weight: 600; border-bottom: 1px solid #000;}
.room_wrap .con .in .list ul li{margin-bottom: 16px;}
.room_wrap .con .in .list ul li .con_wrap{border-radius: 5px; border: 1px solid #ddd; padding: 8px 16px; height: 100%;}
.room_wrap .con .in .list ul li .con_wrap p{text-align: center; font-weight: 600; line-height: 1.3;}
.room_wrap .con .in .list ul{display: flex; flex-wrap: wrap; margin-bottom: -24px;}
.room_wrap .con .in .inner + .inner{margin-top:32px;}
.room_wrap .con .in .list .icon{text-align: center;}
.room_wrap .con .in .list .icon img{width: 72px;}

.reser_top {height: 50vh; text-align: center; background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/BREEZEHILL/166353057320195.jpg)no-repeat center center / cover;
    background-attachment: fixed;  display: flex; align-items: center; justify-content: center;
}
.reser_top p{text-align: center; font-size: 20px; font-weight: 500; margin-bottom: 32px; color: #fff; word-break: keep-all;}
.reser_top button{text-align: center; transition-duration: 0.3s; font-weight: 600; font-size: 17px; width: 150px;  color: #fff; border: 1px solid #fff; padding: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.reser_top button:hover{background-color: #00a651;border: 1px solid #00a651;}
.reservation_wrap .month{margin-bottom: 60px;}
.reservation_wrap .month ul{display: flex; align-items: center; justify-content: center;}
.reservation_wrap .month ul li.arrow{cursor: pointer; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #ddd;}
.reservation_wrap .month ul li.arrow img{width: 10px;}
.reservation_wrap .month ul li span{font-size: 20px; font-weight: 600; margin: 0 24px;}
.reservation_wrap .thead{display: flex; align-items: center; justify-content: center; }
.reservation_wrap .thead>li{border: 1px solid #ddd; text-align: center; width: calc(100% / 7); margin-right: -1px; margin-bottom: -1px; padding: 16px; background-color: #f5f5f5;   }
.reservation_wrap .thead>li.sun{color: #e52d18;}
.reservation_wrap .thead>li.sat{color: #0269bb;}
.reservation_wrap .tbody{display: flex; justify-content: center; flex-wrap: wrap;}
.reservation_wrap .tbody>li{width: calc(100% / 7); border: 1px solid #ddd; margin-right: -1px; padding: 16px; min-height:95px; margin-bottom: -1px;}
.reservation_wrap .tbody>li div.end div{opacity: 0.7;}
.reservation_wrap .tbody>li div.end .date p{display: block;}
.reservation_wrap .tbody>li .date p{display: none;}
.reservation_wrap .tbody>li .date b{font-weight:600; display: block;}
.reservation_wrap .tbody>li .date b:last-child{font-weight: 500;}
.reservation_wrap .tbody>li .date{margin-bottom: 8px; cursor: pointer;}

/* .reservation_wrap02 .thead>li{min-width: 75px;}
.reservation_wrap02 .tbody>li{min-width: 75px;} */

.reservation_wrap02 .tbody>li .date{margin-bottom: 0;}
.reservation_wrap02 .tbody>li{min-height: auto; text-align: center;}
.reservation_wrap02 .tbody>li .date b{font-size: 15px;}
.reservation_wrap02 .tbody>li .date b:last-child{font-size: 14px;}
.reservation_wrap02 .tbody>li .date b.today{width: 25px; height: 25px; margin: 0 auto; text-align: center; font-size: 13px; background-color: #00a651; border-radius: 5px; display: flex; align-items: center; justify-content: center;color: #fff;}
.reservation_wrap .info{margin-bottom: 16px;}
.reservation_wrap .info ul{display: flex; align-items: center;}
.reservation_wrap .info ul li{display: flex; align-items: center; }
.reservation_wrap .info ul.con01 li span{color: #fff; font-size: 14px; display: block; margin-right: 8px; font-weight: 600; border-radius: 5px; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center;}
.positive{background-color: #00a651; color: #fff;}
.ing{background-color: #ff4d5f;}
.complete{background-color: #222;}
.closed{background-color: #888; color: #fff;}
b.positive{width: 30px; height: 30px; border-radius: 5px; display: flex !important; align-items: center; justify-content: center;text-align: center; }
b.positive ~ b{color: #00a651 !important; font-weight: 600;}
.reservation_wrap .info ul li + li{margin-left: 16px;}


.reservation_wrap .calender .tbody>li:nth-child(1) .date b:first-child{color: #e52d18; font-weight: 700;}
.reservation_wrap .calender .tbody>li:nth-child(7n + 1) .date b:first-child{color: #e52d18; font-weight: 700;}

.reservation_wrap .calender .tbody li:nth-child(7n) .date b:first-child{color: #0269bb; font-weight: 700;}


.reservation_wrap .calender .con ul li + li{margin-top: 8px;}
.reservation_wrap .calender .con ul li .con_wrap p{font-size: 15px; font-weight: 600;}
.reservation_wrap .calender .con ul li .con_wrap {display: flex; align-items: center; cursor: pointer;}
.reservation_wrap .calender .con ul li .con_wrap span{color: #fff; font-size: 13px; margin-right: 8px; font-weight: 600; border-radius: 5px; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;}
.reservation_wrap .calender .con ul li .price{font-weight: 600; display: none;}

.check_con .chk_box { display: block; position: relative; padding-left: 25px;  cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* 기본 체크박스 숨기기 */
.check_con .chk_box input[type="checkbox"] { display: none; }
.check_con .chk_box input[type="radio"] { display: none; }

/* 선택되지 않은 체크박스 스타일 꾸미기 */
.check_con .on { width: 20px; height: 20px; background: #ddd; position: absolute; top: 2px; left: -0; border-radius: 5px; }
.reser03_2 .on {border-radius: 50%; width: 18px; height: 18px; top: 3px;}

/* 선택된 체크박스 스타일 꾸미기 */
.check_con .chk_box input[type="radio"]:checked + .on { background: #00a651; }
.check_con .chk_box input[type="checkbox"]:checked + .on { background: #00a651; }
.check_con .on:after { content: ""; position: absolute; display: none; }
.check_con .chk_box input[type="checkbox"]:checked + .on:after { display: block; }
.check_con .on:after { width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 7px; top: 4px; }

.reser03_2 .chk_box input[type="radio"]:checked + .on:after { display: block; }
.reser03_2 .on:after { width: 7px; height: 7px; border-radius: 50%;background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }



.reservation_wrap02 .con + .con{margin-top: 60px;}
.reservation_wrap02 .con b.title{font-size: 30px; font-weight: 600;display: block; margin-bottom:8px;}
.reservation_wrap02 .con .in{background-color: #f6f6f6; padding: 32px;}
.reservation_wrap02 .con .in dl{display: flex; align-items: flex-start; font-size: 18px;}
.reservation_wrap02 .con .in dl + dl{margin-top: 4px;}
.reservation_wrap02 .con .in dl dt{width: 140px; font-weight: 700;}
.reservation_wrap02 .con .in dl dd{width: calc(100% - 140px); font-weight: 400;}
.room_list>ul{border-top: 2px solid #222;}
.room_list>ul li .con_wrap{display: flex; justify-content: space-between; align-items: center;}
.room_list>ul li .con_wrap .left{display: flex; align-items: center;}
.room_list>ul li .con_wrap .left .img_wrap{cursor: pointer; width: 220px; margin-right: 32px; position: relative; padding-bottom: 34%;border: 1px solid #ddd; overflow: hidden;}
.room_list>ul li .con_wrap .left .img_wrap img{position: absolute; object-fit: contain; left: 50%; top: 50%; transform: translate(-50%, -50%);width: 100%;}
.room_list>ul li .con_wrap .left .img_wrap .zoom{position: absolute; right: 0; bottom: 0; z-index: 3;
    width: 30px; height: 30px; background:rgba(0 , 0, 0 , 0.3) url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/BREEZEHILL/166257412720400.png)no-repeat center center / 20px;
}


.room_list>ul li .con_wrap .left .txt_wrap span{border-radius: 55px; margin-bottom: 8px; font-size: 13px; width: 75px; text-align: center; display: block; padding: 4px 12px; color: #fff; background-color: #00a651;}
.room_list>ul li{border-bottom: 1px solid #ddd; padding: 24px 0;}
.room_list>ul li .con_wrap .mid{display: flex; align-items: center;}
.room_list>ul li .con_wrap .mid .p_count + .p_count{margin-left: 8px;}
.room_list>ul li .con_wrap .mid .p_count select{padding: 6px 32px 6px 16px; border: 1px solid #ddd; background-position: 90% 50%;}
.room_list>ul li .con_wrap .mid .p_count{text-align: center; font-weight: 600; }
.room_list>ul li .con_wrap .mid .p_count b{font-weight: 700; display: block; margin-bottom:8px;}

.room_list>ul li .con_wrap .left .txt_wrap b{display: block; font-size: 19px; font-weight: 700;}
.room_list>ul li .con_wrap .left .txt_wrap p{font-size: 16px;}
.room_list>ul li .con_wrap .left .txt_wrap .room_add{margin-top: 8px;}
.room_list>ul li .con_wrap .left .txt_wrap .room_statu span.posi{background-color: #00a651; color: #fff;}
.room_list>ul li .con_wrap .left .txt_wrap .room_statu span.end{background-color: #999; color: #fff;}
.room_list>ul li div.end .txt_wrap{opacity: 0.3;}
.room_list>ul li div.end .mid{opacity: 0.3;}
.room_list>ul li div.end .right{opacity: 0.3;}
.room_list>ul li div.end{pointer-events: none;}

.room_list>ul li .right { display: flex; justify-content: flex-end; flex-direction: column; align-items: flex-end;}
.room_list>ul li .right .price{font-size: 26px; font-weight:700; text-align: right; margin-bottom: 16px;}

.room_list>ul li .right .detail{margin-bottom: 16px;}
.room_list>ul li .right .detail i{display: block; text-align: center; font-size: 0.95em; font-weight: 600;}
.room_list>ul li .right .detail p{display: flex; flex-direction: column; font-size: 15px; text-align: right;}
.room_list>ul li .right .detail p.plus_btn{margin: 0 16px;;}
.room_list>ul li .right .detail{display: flex; align-items: flex-end; justify-content: flex-end;}
.room_list>ul li .right .p_detail{display: flex; justify-content: flex-end; text-align: right;}
.room_list>ul li .right .btn{width: 145px}
.room_list>ul li .right
.room_list>ul li .right .detail p.weekday span{text-align: right;}

.reservation_wrap02 .result{margin-top:32px; display: flex; justify-content: flex-end; align-items: center;}
.reservation_wrap02 .result p.result_price{font-size: 23px; font-weight: 700;}
.reservation_wrap02 .result p.result_price span{font-weight: 700; color: #00a651; }
.reservation_wrap02 .result button{background-color: #00a651; font-size: 20px; padding: 12px 24px; width: 170px; box-shadow: 1px 1px 10px rgba(0 , 0, 0 , 0.1); border-radius: 5px; display: block; margin-left: 24px; color: #fff;}
.reservation_wrap02 .result .result_inner{text-align: right;}
.reservation_wrap02 .result p.detail{font-weight: 500; margin-top: 4px;}
.reservation_wrap02 .result p.detail i{position: relative; padding-right: 8px; margin-right: 8px; font-weight: 500;}
.reservation_wrap02 .result p.detail i:last-child{padding-right: 0; margin-right: 0;}
.reservation_wrap02 .result p.detail i::after{content: ""; width: 1px; height: 12px; background-color: #999; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.reservation_wrap02 .result p.detail i:last-child::after{display: none;}


.btn .check_box_wrap{position: relative;}
.btn .check_box_wrap i{position: absolute; cursor: pointer; top: 50%; transform: translateY(-50%); font-weight: 700; left: 42%;}
.btn .check_box_wrap input[type="checkbox"]:checked + span.on2{background-color: #00a651;}
.option span.on2{width: 120px;}
.room_list.option>ul li .btn{width: 120px;}
.option .btn .check_box_wrap i{left: 47%;}
.option .btn{margin-top: 16px;}


span.on2{width: 145px; height: 45px; display: block; background-color: #f5f5f5; border-radius: 5px; cursor: pointer; }
.check_box_wrap .on2:after { content: ""; position: absolute; border-color: #999;}
.check_box_wrap .chk_box2 input[type="checkbox"]:checked + .on2:after { border-color: #fff;}
.check_box_wrap .chk_box2 input[type="checkbox"]:checked ~ i{color: #fff;}
.check_box_wrap .on2:after { width: 6px; height: 10px; border: solid #777; border-width: 0 2px 2px 0; 
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left:21%; top: 15px;
 
 }
.check_box_wrap input{display: none;}

.reservation_wrap02 .con01>div{width: 50%;  margin: 0 auto; padding-right: 0 !important;}
.reservation_wrap02 .con01>div:first-child{padding-right: 56px;}
.reservation_wrap02 .calendar2 tr td:first-child{color: #e52d18;}
.reservation_wrap02 .calendar2 tr td:last-child{color: #0269bb;}
.reservation_wrap02 .calendar2 tr th:first-child{color: #e52d18;}
.reservation_wrap02 .calendar2 tr th:last-child{color: #0269bb;}

.reservation_wrap02 .calendar2 tr td{ border: 1px solid #ddd; padding: 12px; cursor: pointer;}
.reservation_wrap02 .calendar2 tr td p{text-align: center; font-weight: 600; }
.reservation_wrap02 .calendar2 tr td p.pass{opacity: 0.3;}
.reservation_wrap02 .calendar2 tr td p.today{width: 25px; height: 25px; margin: 0 auto; text-align: center; background-color: #00a651; border-radius: 5px; display: flex; align-items: center; justify-content: center;color: #fff;}
.reservation_wrap02 .calendar2 tr th{border: 1px solid #ddd; text-align: center; padding: 12px; cursor: pointer; font-weight: 600;}
.reservation_wrap02 .calendar2 table{table-layout: fixed; width: 100%;}
.reservation_wrap02 .calendar2 .in2{margin-bottom: 32px;text-align: center; font-size: 20px;}
.reservation_wrap02 .calendar2 .in2 i{color: #00a651;font-weight: 600;}
.reservation_wrap02 .calendar2 .select_date{text-align: center; margin-bottom: 32px;}
.reservation_wrap02 .calendar2 .select_date ul li.arrow{cursor: pointer; width: 35px; height: 35px; border-radius: 50%; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center;}
.reservation_wrap02 .calendar2 .select_date ul li.arrow img{width: 10px;}
.reservation_wrap02 .calendar2 .select_date ul li span{font-weight: 700; font-size: 23px; display: block; margin: 0 24px;}
.reservation_wrap02 .calendar2 .select_date ul{display: flex; align-items: center; justify-content: center;}


.reservation_wrap03 ul li b.title{display: block; width: 100%; font-size: 30px; font-weight: 600; margin-bottom: 24px; padding-bottom: 8px; border-bottom: 2px solid #222;}
.reservation_wrap03 ul li + li{margin-top:60px;}
.reservation_wrap03 ul li.agree .in .txt_wrap{background-color: #f5f5f5; padding: 16px; max-height: 300px; overflow-y: auto; overflow-x: hidden;}
.reservation_wrap03 ul li.agree .in .txt_wrap p{position: relative; padding-left: 16px;}
.reservation_wrap03 ul li.agree .in .txt_wrap p::after{content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: 10px; background-color: #999;}
.reservation_wrap03 ul li.agree .in .txt_wrap p + p{margin-top: 4px;}
.reservation_wrap03 ul li.agree .in>div + div{margin-top: 16px;}
.reservation_wrap03 ul li.agree .in .check_box{margin-bottom: 8px;}
.reservation_wrap03 tr td{vertical-align: middle;}
.reservation_wrap03 ul li.input input{border: 1px solid #ddd;}
.reservation_wrap03 ul li.input .in{display: flex; flex-wrap: wrap; justify-content: space-between;}
.reservation_wrap03 ul li.input .in dl{width: 49%; margin-bottom: 32px;}
.reservation_wrap03 ul li.input .in dl dd{width: 100%;}
.reservation_wrap03 ul li.input .in dl dd input{width: 100%; padding: 16px 8px;}
.reservation_wrap03 ul li.input .in dl dt p{font-weight: 600; display: block; margin-bottom: 4px;}
.reservation_wrap03 ul li.input .in dl dt p span{color: #ff4d5f;}
.reservation_wrap03 ul li.input .in dl:last-child{width: 100%;}
.reservation_wrap03 ul li.input .in dl textarea{resize: none; padding-inline-start: 8px; padding: 8px;}
.reservation_wrap03 ul li.input .in dl.time select{width: 120px; border: 1px solid #ddd; padding: 8px; background-position: 90% 50%; }

.reservation_wrap03 ul li.count .in dl{display: flex;}
.reservation_wrap03 ul li.count .in dl dt{width: 130px; font-weight: 600;}
.reservation_wrap03 ul li.count .in dl dt p{font-weight: 600;}
.reservation_wrap03 ul li.count .in dl dd{width: calc(100% - 130px);}
.reservation_wrap03 ul li.count .in dl + dl{margin-top: 16px;}
.reservation_wrap03 ul li.count .txt_wrap{margin-top: 16px; background-color: #f5f5f5; padding: 16px;}
.reservation_wrap03 ul li.count .txt_wrap p{position: relative; padding-left: 16px;}
.reservation_wrap03 ul li.count .txt_wrap p::before{content: ""; width: 5px; height: 5px; background-color: #999; position: absolute; left: 0; top: 10px;}
.reservation_wrap03 ul li.count button.all{width: 150px; border-radius: 5px; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #00a651; font-size: 18px; margin: 32px auto 0 auto; padding: 16px; color: #fff;}
.reservation_wrap03 ul li.count dl.money dd p i{color: #00a651; font-weight: 600;}
.reservation_wrap03 ul li.count dl.money dd p{font-size: 20px;}
.reservation_wrap03 ul li.count dl.money dd{}


.reservation_wrap04 .btm{ margin-top: 32px;}
.reservation_wrap04 .txt_wrap{background-color: #f5f5f5; padding: 16px;}
.reservation_wrap04 .btm>b{font-size: 20px; font-weight: 600; display: block; margin-bottom: 8px;}
.reservation_wrap04 .txt_wrap p {position: relative;padding-left: 16px;}
.reservation_wrap04 .txt_wrap.txt_wrap p::before {content: "";width: 5px;height: 5px;background-color: #999;position: absolute;left: 0;top: 10px;}
.reservation_wrap04 .txt_wrap.txt_wrap p {position: relative;padding-left: 16px;}

.period_select ul li p{background-color: #f5f5f5; padding: 10px 32px; border-radius: 5px; margin-right: 14px; cursor: pointer; }
.period_select ul li p:last-child{margin-right: 0;}
.period_select ul li p.select{background-color: #00a651; color: #fff;}
.small{font-size: 0.55em;}

.reser_search{min-height: 100vh !important;}
.reser_search .in input{border: 1px solid #ddd; border-radius: 5px;}
.reser_search header{display: flex; padding: 28px 0; border-bottom: 1px solid #ddd; background-color: #fff;}
.reser_search header .left{position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; cursor: pointer;}
.reser_search header .left img{width: 15px; margin-right: 16px;}
.reser_search header .left span{font-size: 20px; font-weight: 600;}
.reser_search header .center{text-align: center;}
.reser_search header .center h2{font-size: 25px; font-weight: 600;}
.reser_search header .right{position:absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.reser_search header .right img{width: 175px;}
.reser_search .con_wrap{min-height: 80vh;}
.reser_search .con{ height: 100%; 
    display: flex; flex-direction: column; align-items: center; justify-content: center; 
    width: 650px; max-width: 95%; margin: 0 auto; border-radius: 5px; padding: 90px;
    border: 1px solid #ddd; background-color: #fff;
}
.reser_search .logo{width: 217px; margin: 0 auto 48px auto;}
.reser_search .con .in {width: 100%; }
.reser_search .con input{padding:16px 12px;}
.reser_search .con input:focus{outline: 1px solid #00a651;}
.reser_search .con input[type="text"]{width: 100%;}
.reser_search .con input[type="number"]{width: calc(32% - 10px);}
.reser_search .con .in + .in{margin-top: 32px;}
.reser_search .con .in p{margin-bottom: 8px; font-weight: 600;}
.reser_search .con button{padding:16px 24px; margin-top: 32px; border-radius: 5px; width: 100%; font-size: 18px;}
.reser_search .con button.btn-primary{background-color: #00a651; color: #fff; }
.reser_search .con button.btn-cancle{background-color: #ff4d5f; color: #fff; }
.reser_search .con button.btn-prev{background-color: #ddd; color: #666; }
.reser_search .con02{padding:62px 90px;}
.reser_search .con02 .in{border-bottom: 1px solid #ddd;}
.reser_search .con02 .in>p{opacity: 0.5;}
.reser_search .con02 .btn_wrap button{width: 49%;}
.reser_search .con02 p.option{font-size: 0.95em;}


.commu .tab {border-bottom: 1px solid #ddd;}
.commu .tab ul{display: flex; align-items: center; justify-content: center;}
.commu .tab ul li{ padding: 20px 32px;}
.commu .tab ul li a{font-size: 18px; display: block;}
.commu .tab ul li.on a{font-weight: 700; position: relative; color: #00a651;}
.commu .tab ul li.on a::after{content: ""; width: 100%; height: 3px; background-color: #00a651; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%);}


.event_con ul{margin-bottom: -60px;}
.event_con ul li{margin-bottom: 60px; cursor: pointer;}
.event_con ul li .con_wrap .img_wrap{position: relative; padding-bottom:52%;overflow: hidden; margin-bottom: 16px;}
.event_con ul li .con_wrap .img_wrap img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.event_con ul li .con_wrap .txt_wrap b{font-size: 25px; font-weight: 700; display: block; margin-bottom: 4px;}
.event_con ul li .con_wrap .txt_wrap p{font-size: 17px;}
.event_con ul li .con_wrap .date{margin-top: 16px; padding-top: 16px; border-top: 1px solid #ddd; display: flex; align-items: center;}
.event_con ul li .con_wrap .date p{margin-right: 16px; font-weight: 600;}

.event_tab {margin-bottom:48px;}
.event_tab ul{display: flex; align-items: center;}
.event_tab ul li{margin-right: 16px; cursor: pointer;}
.event_tab ul li:last-child{margin-right: 0;}
.event_tab ul li p{border-radius: 55px; padding: 8px 42px; border: 1px solid #ddd; font-size: 18px;}
.event_tab ul li.on p{background-color: #00a651; color: #fff; border: 1px solid #00a651;}




.location .map_wrap{width: 100%;}
.location .map_wrap .root_daum_roughmap_landing{width: 100%;}
.location .map_wrap .wrap_map{width: 100% !important; height: 500px;}

.location .txt_wrap{margin-top: 60px;}
.location .txt_wrap .top{display: flex; height: auto; justify-content: space-between; flex-direction: row-reverse; align-items: center; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #ddd;}
.location .txt_wrap .top b{font-size: 30px; display: block; font-weight: 600; }
.location .txt_wrap .top .link_wrap{display: flex; align-items: center;}
.location .txt_wrap .top .link_wrap a{display: flex; align-items: center;padding: 12px 24px;  margin-right: 16px; font-weight: 600; border-radius:2px;}
.location .txt_wrap .top .link_wrap a.naver{background-color: #00C73C; color: #fff;}
.location .txt_wrap .top .link_wrap a.kakao{background-color: #F7E600; color: #222;}
.location .txt_wrap .top .link_wrap a img{width: 16px; margin-right: 16px;}

.location .txt_wrap .top .link_wrap a:last-child{margin-right: 0;}

.location .txt_wrap .txt_in p{display: flex; font-size: 18px;}
.location .txt_wrap .txt_in p + p{margin-top: 16px;}
.location .txt_wrap .txt_in p img{width: 25px; height: 26px; margin-right: 16px;}

.calender .info{display: none;}




.video_wrap video{width: 100%; height: 450px;}

.info2{display: none;}
/* ********************************************* *
* 1600 max
* ********************************************* */
@media (max-width:1600px)
{  
    .bd-xl{padding: 0 20px;}

}

    


/* ********************************************* *
* 1440px max
* ********************************************* */

@media (max-width:1440px){
 
    .room_wrap .top .txt_wrap b{font-size: 51px;}
    .room_wrap .top .txt_wrap p{font-size: 18px;}

    .reser_search header .left{left: 20px;}

}

/* ********************************************* *
* 1200px max
* ********************************************* */
@media (max-width:1200px){
    
    /* 자주묻는 질문 */
    .questions .questions_top .search{width: 25%;}

    /* 사이드 내비 */
    .side_nav b{font-size: 1.7rem;}
    .side_nav .side_sub_depth a{font-size: 18px;}

    .room_wrap .top .txt_wrap b{font-size: 45px;}
    .room_wrap .in .txt_wrap p{font-size: 17px;}
    .room_wrap .room_title h2{font-size: 40px;}

    .room_wrap .interior_slide .swiper-pagination span{font-size: 19px;}

    .side_area{display: none !important;}
    .event_con ul li .con_wrap .txt_wrap b{font-size: 21px;}
    .event_con ul li .con_wrap .txt_wrap p{font-size: 16px;}

    .commu .tab ul li a{font-size:17px;}

    .reservation_wrap02 .con b.title{font-size: 25px;}
    .room_list>ul li .con_wrap .mid {flex-wrap: wrap; justify-content: center; width: 160px;}
    .room_list>ul li .con_wrap .mid .p_count + .p_count{margin-left: 0;}
    .reservation_wrap02 .result p.result_price{font-size: 20px;}
    .reservation_wrap02 .result button{font-size: 18px; width: 150px;}

    .reservation_wrap03 ul li b.title{font-size: 25px;}
    
    .room_list>ul li .con_wrap .left .img_wrap{width: 170px;}
    .room_list>ul li .con_wrap .left .img_wrap{padding-bottom: 29%;}

    .room_list>ul li .con_wrap .mid .p_count{margin: 0 8px; margin-bottom: 32px;}
    .room_list>ul li .con_wrap .mid .p_count{width: 25%;}
    .room_list>ul li .con_wrap .mid .p_count:first-child b{color: #00a651;}
    .room_list>ul li .con_wrap .mid .p_count b{color: #0269bb;}
    .room_list>ul li .con_wrap .mid .p_count select{width: 100%;}

    .room_list>ul li .right .price{position: relative; font-size: 23px;}
    .room_list>ul li .right .detail{margin-left: 0;}
    .room_list>ul li .right .p_detail{text-align: left;}
    .room_list>ul li .right .detail p{text-align: left;}
    .room_list>ul li .right .price::before{content: "합계: "; display: inline-block; margin-right: 8px;}
    .room_list>ul li .con_wrap .mid{flex-wrap: nowrap; width: auto;}
    .room_list>ul li .right {width: 120px; position: relative;align-items: flex-start; flex-direction: column;width: 100%;border-top: 1px solid #ddd;margin-top: 48px;padding-top: 32px;padding: 32px;background-color: #f5f5f5;justify-content: flex-start;padding-right: 130px; }
    .room_list>ul li .right .btn{position: absolute; right: 16px; bottom: 16px;}
    .room_list>ul li .con_wrap{flex-wrap: wrap;}
    .room_list>ul li span.on2{background-color: #fff;}
    .room_list>ul li .right .price{}

    .reser_search header .center h2{font-size: 19px;}
    
}

/* ********************************************* *
* 1024px max
* ********************************************* */
@media (max-width:1024px){
   

    
    .shop_view .pd-view-t-container .row-too-short{display: inherit;}

    /* 상품 사용후기 */
    .review .table .t_category span{display: block; margin: 0 auto;}
    .main_slide .swiper-slide {max-height: 958px;min-height: 270px;}


    .contact{width:100%;}
    
    .review .mypage_review .t_category span { margin: inherit;margin-right: 10px;   }

    .room_info_wrap .list .con01 .img_wrap{width: 350px;}
    .room_info_wrap .list ul {width: calc(100% - 350px); padding-left: 48px;}





}
/* ********************************************* *
* 960px max
* ********************************************* */
@media (max-width:960px){

    /* 공지사항 */
    .notice .dis-f{flex-direction: column;}
    .notice .qna_top .dis-f{flex-direction: row;}
    .title_area {font-size: 1.8rem; margin-bottom: 16px;}
    .side_nav {width: 100%; text-align: center;}
    .side_nav b{display: none;}
    .notice .dis-f .left{width: 100%; margin-bottom: 60px;}
    .notice .dis-f .right{width: 100%; padding-left: 0;}
    .side_nav .side_sub_depth{display: flex; justify-content: center;}
    .side_nav .side_sub_depth a{opacity: 1; border: 1px solid #ddd;margin-right: 0;
            margin-right: 16px; font-size: 16px; display: block; padding:16px 24px; border-radius: 55px; line-height: 1;
            display: flex; align-items: center; justify-content: center;
    }
    .side_nav .side_sub_depth a:last-child{margin-right: 0;}
    .side_nav .side_sub_depth a + a{padding:16px 24px;}
    .side_info{display: none;}
    .side_nav .side_sub_depth a.on{background-color: #00a651; color: #fff; border: 1px solid #00a651;}

    .accordion dt{font-size: 1.025rem;}
    .promotion ul li .text_box .con_title{font-size: 1.15rem;}

    .title_area {font-size: 1.8rem; margin-bottom: 16px;}

    .room_wrap .room_title h2{font-size: 38px;}
    
    .location .map_wrap .wrap_map{height: 370px;}
    .location .txt_wrap .top b{font-size: 27px;}

    .con_top>div{display: block;}
    .room_wrap .con.con_top .room_title{width: 100%;}
    .room_wrap .con.con_top .in{padding-left: 0; width: 100%;}
    .room_wrap .room_slide .con_wrap{padding-bottom: 53%;}
    .room_wrap .room_slide .swiper-pagination-bullet{width: 20px;}
    .room_wrap .top .txt_wrap p{font-size: 16px;}

    .event_con ul li .con_wrap .txt_wrap b{font-size: 18px;}
    .event_con ul li .con_wrap .txt_wrap p{font-size: 15px;}
    .event_tab ul li p{font-size: 16px;}
    .event_tab{margin-top: 48px;}

    .reservation_wrap02 .con01>div{width: 75%;}

    .reservation_wrap02 .con b.title{font-size: 20px;}
    .reservation_wrap02 .result button{font-size: 16px; width: 140px;}

    .reservation_wrap03 ul li b.title{font-size: 20px;}

    .room_info_wrap .top h3{font-size: 24px; margin-bottom: 24px;}
    .room_info_wrap .top p{font-size: 17px;}
    .room_info_wrap .list b.sub-title{font-size: 32px;}

    .room_info_wrap .list .con .img_wrap{width: 100%; display: none;}
    .room_info_wrap .list ul{width: 100%; padding-left: 0;}



}
/* ********************************************* *
* 840px max
* ********************************************* */
@media (max-width:840px){

    .room_list>ul li .con_wrap .left .txt_wrap p{font-size: 15px;}
    .room_list>ul li .con_wrap .mid{width: 100%; border-top: 1px solid #ddd; margin-top: 32px; padding-top: 32px;}

    
}
/* ********************************************* *
* 768px max
* ********************************************* */

@media (max-width:768px){
    
    h3{font-size: 2rem}
    .notice h3 {   font-size: 2rem; margin-bottom: 30px;}
    .content { padding: 60px 0;}
    /* 공지사항 */
    .notice .table .head_table { display: none;}
    .notice .table ul li > div { display: inherit;    text-align: left;}
    .notice .table ul p { padding: 5px 0px;}
    .notice .table .t_no {width: 20%;font-size: 1.125rem;color: #bbb; font-weight: bolder; }
    .notice .table .t_title {font-size: 1.05rem;    width: 85%;}
    .notice .table .t_date { width: 100%; text-align: right; }
    .notice .table .t_views{display: none;}
    .notice .table .body_table li { padding: 10px 0; border-top: 1px solid #ddd;}
    .notice .table .t_name { width: 100%; text-align: right; }

    .notice_view .bottom .tit{width: 20%;}
    .notice_view .body .body_in_file {padding: 10px 0;}
    .notice_view .top .view_title {font-size: 1.3rem;}


    
    /* 자주묻는 질문 */
    .questions .questions_top .search{width: 100%;}
    .questions .questions_top {margin-top: 40px; }
    .questions .questions_top .search input {padding: 15px 10px;}
    .accordion dt {padding: 20px 75px 20px 50px;}
    .accordion dd { padding: 20px 20px 20px 50px;}


    /* Q&A */
    .qna .table{margin-top:0}
    .qna .table ul li{border-bottom: 1px solid #ddd;}
    .qna .table .head_table { display: none; }
    .qna .table ul li > div {display: inherit;    text-align: left;position: relative;padding: 10px;}
    .qna .table ul p {padding:2px 0px; }
    .qna .table ul p.no_post {padding: 10px 0px;}
    .qna .table .body_table .t_no{width: 20%;font-size: 1.125rem;color: #bbb; font-weight: bolder;text-align: left; }
    .qna .table .t_category{text-align: left; font-size:13px; color:#be3434;width: 100%;}
    .qna .table .body_table .t_title {font-size: 1.25rem;    width: 85%; margin-right:auto;}
    .qna .table .body_table .t_name { width: 100%; text-align: right; }
    .qna .table .body_table .t_date { width: 100%; text-align: right;}

    .qna .table .body_table .after_answer .t_name{padding-right: 20px;}
    .qna .table .body_table .after_answer .t_date{padding-right: 20px;}

    .qna .table .after_answer{position:relative;background-color: #f5f5f5; padding-top:10px}
    .qna .table .after_answer .t_no{position:absolute;    width: auto;}
    .qna .table .after_answer .t_no img {transform: translate(7px,4px);    width: 19px;}
    .qna .table .after_answer .answer { width: 56px; text-align: center;    margin-left: 40px;margin-top: 7px;}
    .qna .table .after_answer .t_title {margin-left: 40px;margin-top: 6px;}

    .qna .table .body_table li {  border-bottom: 1px solid #bbb; padding:0;}
    .qna .table .body_table li > div:first-child{padding:10px 0;}
    .qna .table .body_table li > div:last-child{padding:20px 0 10px;}
    .qna .qna_top .search { width: 50%;}
    .qna .qna_top > button{width:20%;padding: 0 10px;}
    .qna .qna_top .category_list{width:30%;}
    .qna .table .t_date{position:absolute;right:10px;bottom:10px;text-align: right;color:#888; font-size:13px;width: auto;}
    .qna .table .before_answer .t_no {display: none;}
    .qna .table .t_title {font-size: 1.125rem;margin-top:4px;width: 100%;}
    .qna .table .t_name{color:#888;font-size:13px;width: auto;}
    .qna .table .after_answer .t_name{margin-left:40px;;}
    .qna .table .t_name::before{content:'작성자 : '}
    .qna .table .after_answer .t_title {width: calc(100% - 40px);}


    .promotion ul li .text_box .con_date { bottom: 10px; right: 15px;}

    .contact ul li.in_list .left{font-size: 16px;}

    .event .tabSet ul.tabs li a{font-size: 17px;}
    .promotion ul>li{margin-bottom: 24px;}


    .room_wrap .top .txt_wrap b{font-size: 36px;}
    .room_wrap .room_title h2{font-size: 33px;}

    .room_wrap .top .txt_wrap p br{display: none;}
    .room_wrap .top .txt_wrap p{padding: 0 16px;}

    .table_wrap table tr td{padding: 8px;}
    .table_wrap table tr th{padding: 8px;}

    .reservation_wrap .calender .con ul li .con_wrap span{font-size: 12px;}
    .reservation_wrap .tbody>li{padding: 8px;}
    .reservation_wrap .thead>li{padding: 8px;}
    /* .reservation_wrap .calender{max-width:700px; overflow-x: auto; overflow-y: hidden; box-shadow: inset -6px 1px 15px rgba(0 , 0, 0 , 0.2);} */
    .reservation_wrap ::-webkit-scrollbar { height: 5px;}
    /* .reservation_wrap .table_wrap{width: 145%;} */
    /* .calender .info{display: block;} */
    .info2{display: block; margin-bottom: 8px;}
   .info2 img{display: inline-block; vertical-align: bottom; opacity: 0.5; animation:move_e2 1.5s infinite linear;}
    @keyframes move_e2{
        0%{transform: translate(10px);}
        50%{transform: translateX(0);}
        100%{transform: translate(10px);}
    }

    .video_wrap + .video_wrap {margin-top: 16px;}

    .table_wrap table tr td p.point::before{top: 11px;}

}
/* ********************************************* *
* 640px max
* ********************************************* */
@media (max-width:640px){
    .sec { padding: 80px 0;}
    .content { padding: 50px 0;}
    .notice h3{font-size: 2rem;margin-bottom: 0;}
    .h3.in-sub-title { margin-bottom: 20px;padding-top: 0; font-size: 1.7em;}


    
    /* 자주묻는 질문 */
    .accordion dt i {width: 21px;}
    .accordion dt {padding: 10px 55px 10px 37px}
    .accordion dd { padding: 10px 10px 10px 37px;}
    .accordion dt {font-size: 1rem;}
    .accordion dd {font-size: 1rem;}
    .questions_point01 {font-size: 1.5rem;left: 10px;}
    .questions_point02 {font-size:  1.5rem;left: 10px;}
    .questions .questions_top .search input {padding: 11px 10px;    }

  
    .contact ul li.goods .goods_img{width:110px; height:110px;}
    .contact ul li.goods .goods_text{width:calc(100% - 110px);padding-left:20px;}

    .contact ul li.check_box_list .right {flex-direction: column;}
    
    .top_minilist span.on::after{display: block;}

    .event .tabSet ul.tabs li a{padding:8px;}
    .event .tabSet ul.tabs li{width:50%; text-align: center;}
    .promotion.event ul li .text_box{padding: 10px;}

    .mypage_review .flex_sec .product_img {width: 130px;margin-right: 20px;}
    .mypage_review .flex_sec .product_text_box {width: calc(100% - 150px);}
    .promotion ul li .text_box .progress{    margin-bottom: 0;}
    .promotion ul li .text_box .con_title {font-size: 1.125rem; }

    .qna .qna_top .search input{ padding:5px; }
    .qna .qna_top .search {width: 50%;}
    .qna .qna_top > button {width: 25%;}
    
    
    .qna_view .body {padding-top: 0;}
    .qna_view .body .answer {padding: 10px;}
    .qna_view .body .answer textarea {height: 110px;}


    /* 삭제 */
    .no_use .inquiry_wrap ul{flex-direction: column;}
    .no_use .inquiry_wrap ul li{width: 100%;}
    .no_use .inquiry_wrap ul li b{font-size: 15px;}
    .no_use .inquiry_wrap .btn_wrap button{width: 100%; font-size: 15px;}



    .room_wrap .room_title h2{font-size: 32px;}

    .room_wrap .room_slide .swiper-pagination-bullet{width:13px;}
    .room_wrap .arrow ul li{width: 15px; height: 30px;}

    .table_wrap table tr th{width: 140px;}
    .room_wrap .con + .con{margin-top: 60px;}

    .room_wrap .con .in .list ul li{width: 25%;}
    .room_wrap .con .in .list ul li .con_wrap{height: 100%;}

    .room_wrap .room_slide .con_wrap{padding-bottom: 60%;}
    .room_wrap .room_slide .con_wrap img{height: 100%;}

    .event_con ul li .con_wrap .txt_wrap b{font-size: 16px;}
    .event_con ul li .con_wrap .txt_wrap p{font-size: 15px;}
    .event_tab ul li p{font-size: 15px;}
    .event_tab{margin-top: 32px;}

    .room_wrap .interior_slide .swiper-pagination{font-size: 17px;}
    .room_wrap .interior_slide .swiper-pagination span{font-size: 17px;}

    /* .room_wrap .interior_slide .swiper-slide-active .con_wrap{padding-bottom: 65%;} */

    .reservation_wrap02 .con01>div{width: 100%;}
    .reservation_wrap02 .calendar2 .select_date ul li span{font-size: 19px;}
    .reservation_wrap02 .calendar2 .in2{font-size: 18px;}
    .room_list>ul li .con_wrap .mid .p_count select{padding-right: 16px;}

    .room_list>ul li .right .price{font-size: 20px; margin-bottom: 8px;}
    .option.room_list>ul li .right .price{margin-bottom: 0;}
    .room_list>ul li .con_wrap .left .txt_wrap b{font-size: 18px;}
    .room_list>ul li .right{padding: 24px;}
    .room_list>ul li .right .btn{right: 16px;}
    .room_list>ul li .con_wrap .left .img_wrap{padding-bottom: 40%;}
    .reservation_wrap02 .con b.titlep{font-size: 22px;}

    .reservation_wrap02 .con .in dl{font-size: 16px;}
    .reservation_wrap02 .con .in dl dt{width: 100px;}
    .reservation_wrap02 .con .in dl dd{width: calc(100% - 100px);}
    .reservation_wrap02 .result{justify-content: space-between;}

    .reservation_wrap03 ul li b.title{font-size: 18px;}
    .reservation_wrap03 .table_wrap table tr {position: relative; display: block; border-bottom: 1px solid #ddd; padding-bottom: 16px;}
    .reservation_wrap03 .table_wrap table tr td:first-child{position: absolute; left: 0; top: 0; width: 160px; padding-left: 0; padding: 0;}
    .reservation_wrap03 .table_wrap table tr td{padding-left: 180px; width: 100%; display: block; border: 0; position: relative; padding: 2px 2px 2px 180px;}
    .reservation_wrap03 .table_wrap table thead{display: none;}
    .reservation_wrap03 .table_wrap table tr td.t_name p{font-size: 17px; font-weight: 800;}
    .reservation_wrap03 .table_wrap table tr td.t_name p:last-child{font-size: 15px; font-weight: 500;}
    .reservation_wrap03 .table_wrap table tr td.t_name{padding-top: 0;}
    .reservation_wrap03 .table_wrap table tr td.t_date::before{content: "예약일:"; display: inline-block; margin-right: 4px;}
    .reservation_wrap03 .table_wrap table tr td.t_count::before{content: "인원:"; display: inline-block; margin-right: 4px;}
    .reservation_wrap03 .table_wrap table tr td.t_option::before{content: "옵션:"; display: inline-block; margin-right: 4px;}

    .reservation_wrap03 .table_wrap table{border-top: 0 !important;}
    .reservation_wrap03 .table_wrap table tr td.t_price{margin-top: 16px; font-size:16px; font-weight: 800; color: #00a651; padding-left: 110px; text-align: right; padding: 16px; background-color: #f5f5f5;}
    .reservation_wrap03 .table_wrap table tr td.t_price::before{content: "최종 결제금액"; position: absolute; left: 16px; bottom: 16px; color: #222;}
    .reservation_wrap03 ul li.count dl.money dd p{font-size: 17px;}
    .reservation_wrap03 ul li.count button.all{font-size: 16px;}

    .reservation_wrap02 .tbody>li .date b.today{font-size: 2vw; width: 2em; height: 2em;}
    .reservation_wrap02 .tbody>li .date b:last-child{font-size: 2vw;}
    
    .reservation_wrap .thead>li{font-size: 3vw;}
    .location .txt_wrap .top{padding-bottom: 16px; margin-bottom: 16px;}
    .location .txt_wrap .top b{font-size: 22px;}
    .location .txt_wrap .txt_in p{font-size: 16px;}
    .location .txt_wrap{margin-top: 24px;}
    .location .txt_wrap .txt_in p img{margin-right: 8px;}
    .location .txt_wrap .txt_in p + p{margin-top: 8px;}

    .reservation_wrap01 .check_con .chk_box{font-size: 13px;}
    .reservation_wrap .tbody>li .date b{font-size: 2vw;}
    .reservation_wrap .tbody>li .date b.positive{width: 2em; height: 2em;}
    .reservation_wrap .calender .con ul li .con_wrap p{font-size: 2vw;}
    .reservation_wrap .calender .con ul li .con_wrap span{font-size: 2vw;}
    .reservation_wrap .calender .con ul li .con_wrap{flex-direction: column; align-items: flex-start;}
    .reservation_wrap .calender .con ul li .con_wrap ~ div span{font-size: 2vw; line-height: 1.2; display: block;}
    .reservation_wrap .calender .con ul li .con_wrap ~ div p{font-size: 2vw; line-height: 1.2;}

    .reservation_wrap .calender .con ul li .con_wrap span{width: 2em; height: 2em;}
    .reservation_wrap .month ul li span{font-size: 18px; margin: 0 16px;}
    .reservation_wrap .month ul li.arrow{width: 35px; height: 35px;}
    .reservation_wrap .month ul li.arrow img{width: 7px;}
    .reservation_wrap .info ul.con01 li span{font-size: 11px;}
    .reservation_wrap .info ul.con01 li span{width: 20px; height: 20px;}

    .small{font-size: 0.65em;}

    .reservation_wrap03 ul li.input .in dl.time select{width: 100%; background-position: 95% 50%;}


    .room_info_wrap .list b.sub-title{font-size: 25px; margin-bottom: 24px;}
    .room_info_wrap .list ul li .con_wrap .left b{font-size: 16px; margin-bottom: 8px;}
    .room_info_wrap .list ul li .con_wrap p{font-size: 15px;}

    .room_info_wrap .top h3{font-size: 21px;}
    .room_info_wrap .top p{font-size: 16px;}

    .reser_search .con{padding:48px 16px;}

    .reser_search header .center h2{font-size: 17px;}
    .reser_search header .right img{display: none;}
    .reser_search .con_wrap{min-height: auto;}
    .reser_search .con button{font-size: 14px;}

    .reservation_wrap02 .result .result_inner{text-align: left;}
    .reservation_wrap02 .result{display: block;}
    .reservation_wrap02 .result button{width: 100%; margin-left: 0; margin-top: 24px;}

    
}
/* ********************************************* *
* 500px max
* ********************************************* */
@media (max-width:500px){
    .promotion ul li{width: 100%;}

    .qna .table .body_table .t_title{font-size: 1.05rem;}

    .contact ul li.secret .right .text_input {width: 210px;}
    .contact ul li.secret .right .text_input {float: inherit;}
    .contact ul li.secret .right .secret_checkbox {float: inherit; padding-left:0;width:100%;}

    .pd-sle-con02 .select_list {display: inherit;position:relative;}
    .pd-sle-con02 .select_list .select_name{width:100%;}
    .pd-sle-con02 .select_list .select_numder{width:30%;display: inline-block;   margin-right:-4px; padding-top:10px;}
    .pd-sle-con02 .select_list .select_price{width:70%;display: inline-block;    }
    .pd-sle-con02 .select_list .close{position:absolute; top:10px; right:10px;}
    
    .side_nav .side_sub_depth{overflow-x: auto; overflow-y: hidden; justify-content: flex-start; padding-bottom: 16px;}
    .side_nav .side_sub_depth::-webkit-scrollbar{height: 5px;}

    .room_wrap .room_title h2{font-size: 22px;}

    .room_wrap .con + .con{margin-top: 70px;}
    .room_wrap .in .txt_wrap p{font-size: 15px;}

    .room_wrap .con .in .list ul li{width: 33.333%;}

    .room_wrap .room_slide .con_wrap{padding-bottom:60%;}
    .room_wrap .top .txt_wrap b{font-size: 27px;}
    .room_wrap .top .txt_wrap p{font-size: 15px;}
    .room_wrap .interior_slide .swiper-pagination span{font-size: 15px;}
    .room_wrap .interior_slide{padding-bottom: 42px;}
    .room_wrap .interior_slide .arrow{width: 140px; bottom: -8px;}

    .event_con ul li .con_wrap .txt_wrap p{font-size: 14px;}
    .event_con ul li .con_wrap .date{margin-top: 8px;padding-top: 8px;}

    .room_list>ul li .con_wrap .left{flex-direction: column; width: 100%; align-items: flex-start;}
    .room_list>ul li .con_wrap .left .txt_wrap{margin-top: 16px;}
    .room_list>ul li .con_wrap .left .img_wrap{width: 100%; padding-bottom: 75%; margin-right: 0;}
    .room_list>ul li .con_wrap .mid .p_count{width: 32.333%; margin: 0; margin-bottom: 16px;}
    .room_list>ul li .con_wrap .mid {flex-wrap: wrap; justify-content: space-between;}
    .reservation_wrap02 .con .in{padding: 24px;}
    .reservation_wrap02 .result p.result_price{font-size: 18px;}
    .room_list>ul li .con_wrap .mid .p_count select{padding: 12px 16px;}
    .room_list>ul li .con_wrap .mid .p_count b{font-size: 15px;}
    .room_list>ul li .right .price{font-size: 18px;}


    .option .btn .check_box_wrap i{left: 47%;}
    .option .check_box_wrap .on2:after{left: 25%;}

    .reservation_wrap03 ul li.input .in dl{width: 100%; margin-bottom: 16px;}

    .reservation_wrap03 ul li.count .in dl dt{width: 100px;}
    .reservation_wrap03 ul li.count .in dl dd{width: calc(100% - 100px);}

    .room_wrap .room_title{margin-bottom: 24px;}

    .location .map_wrap .wrap_map{height: 230px;}
    .location .txt_wrap .top{display: block;}
    .location .txt_wrap .top .link_wrap a{width: 50%; text-align: center; justify-content: center; margin-bottom: 24px;}
    .location .txt_wrap{margin-top: 16px;}

    .reservation_wrap .info ul{display: block;}
    .reservation_wrap .info ul li + li{margin-left: 0; margin-top: 4px;}
    .reservation_wrap .info{align-items: flex-end;}

    .reservation_wrap02 .calendar2 .in2{font-size: 15px; margin-bottom:  21px;}
    .reservation_wrap03 ul li.input .in dl textarea{height: 150px;}

    .room_info_wrap .top h3{font-size: 20px;}
    .room_info_wrap .top p{font-size: 15px;}
    .room_info_wrap .top{margin-bottom: 60px;}
    .room_info_wrap .list b.sub-title{font-size: 23px;}

    .reser_search header .center{}
    .reser_search header .center h2{font-size: 15px;}
    .reser_search header .left{font-size: 14px; left: 12px;}
    .reser_search header .left img{width: 10px;}
    }

/* ********************************************* *
* 400px max
* ********************************************* */
@media (max-width:400px){
    html{font-size:14px;}
    .title_area{font-size: 1.6rem;}
    .review_view #content{min-height: auto;}

    .title_area{font-size: 1.6rem;}
    .side_nav .side_sub_depth a{font-size: 14px;}
    .side_nav .side_sub_depth a{padding: 10px 16px;}
    html{font-size:14px;}
    .review_view #content{min-height: auto;}
    .side_nav .side_sub_depth a{margin-right: 8px;}


    .notice_view .bottom .tit{width: 30%;}


    .pd-sle-con02 .select_list {display: inherit; }
    .pd-sle-con02 .select_list .select_name {
        width: 100%;
        text-align: left;
    }
    .pd-sle-con02 .select_list{position:relative}
    .pd-sle-con02 .select_list > div:first-child{width:100% !important}
    .pd-sle-con02 .select_list > div{width:50% !important;display: inline-block !important;margin-right:-4px;;}
    .pd-sle-con02 .select_list .close{position: absolute; top:20px;right:20px;width:15px !important;}


    .event .tabSet ul.tabs li {
        margin: 0 3px;
    }
 
    /* 삭제 */
    .no_use .inquiry_wrap ul li{display: block;}
    .no_use .inquiry_wrap ul li b{width: 100%; margin-bottom: 8px; display: block;}
    .no_use .inquiry_wrap ul li div{width: 100%;}

    .table_wrap table tr th{width: 110px;}
    .room_wrap .room_title h2{font-size: 20px;}
    .reser_top p{font-size: 18px;}
    .reser_top button{font-size: 15px;}
    .room_wrap .con .in .list ul li{width: 50%;}

    .event_con ul li{width: 100%; margin-bottom: 32px;}
    .reservation_wrap02 .calendar2 tr th{padding: 8px;}
    .reservation_wrap02 .calendar2 tr td{padding: 8px;}
    .reservation_wrap02 .calendar2 tr td p.today{width: 20px; height: 20px;}
    .reservation_wrap02 .calendar2 tr td p{font-size: 13px;}
    .reservation_wrap02 .calendar2 tr th{font-size: 13px;}
    .reservation_wrap02 .calendar2 .in2{font-size: 16px;}
    .reservation_wrap02 .calendar2 .select_date ul li span{font-size: 17px;}
    .reservation_wrap02 .calendar2 .select_date{margin-bottom: 24px;}

    .room_list>ul li .right .price{font-size: 17px; margin-bottom:8px; text-align: center; }
    .room_list>ul li .right .btn{width: 100%; position: static;}
    .room_list>ul li .right .detail{position: static; justify-content: center; align-items: center; margin-bottom: 32px;}
    .room_list>ul li .right{flex-wrap: wrap; justify-content: center; align-items: center;}
    .room_list>ul li span.on2{width: 100%;}
    .option.room_list>ul li .right .price{margin-bottom: 16px;}
    .check_box_wrap .on2:after{left: 33%;}

    .option .btn .check_box_wrap i{left: 48%;}
    .option .check_box_wrap .on2:after{left: 39%;}
    .reservation_wrap02 .con .in dl{display: block;}
    .reservation_wrap02 .con .in dl dd{width: 100%;}
    .reservation_wrap02 .con .in dl dt{width: 100%;}
    .reservation_wrap02 .con .in dl + dl{margin-top: 16px;}

    .room_list>ul li .right .p_detail{text-align: center;}
    .room_list>ul li .right .detail p{text-align: center; margin-top: 8px;}

}

@media (max-width:300px){
    .room_wrap .top .txt_wrap b{font-size: 21px;}
    .room_wrap .top .txt_wrap p{font-size: 14px;}
    .room_wrap .room_title h2{font-size: 18px;}
    .room_wrap .in .txt_wrap p{font-size: 14px;}
    .table_wrap table tr th{display: block; width: 100%;}
    .table_wrap table tr td{display: block; width: 100%;}
    .room_wrap .con .in b.sub-title02{font-size: 17px;}

    .reservation_wrap02 .result{display: block;}
    .reservation_wrap02 .result button{width: 100%; margin-left: 0; margin-top: 24px;}

}
