@charset "utf-8";
/* NAVER (developers@xpressengine.com) */
/* Board */
.body{
	z-index:1;
}
*:not(body:not(.cke_editable))::-webkit-scrollbar {
    width: 2px;
}
.board{
	padding-top:30px;
	margin:0 -15px;
	color:#424242;
}
.board img {
	border-radius:5px;
	border: 0;
}
.wrap-board-read{
	display:flex;
	justify-content: space-between;
}
.wrap-board-read-mobile .wrap-board-read-left,
.wrap-board-read-mobile .wrap-board-read-right{
	width:100%;
	padding:0;
}
.wrap-board-read-mobile .wrap-board-read-right{
	margin-top:10px;
	margin-bottom:15px;
}
.wrap-board-read-mobile .wrap-board-read-right{

}
.wrap-board-read-left{
	width:65%;
}
.wrap-board-read-right{
	border-radius:10px;
	width:32%;
	box-sizing: border-box;
	padding:20px;
	background:#f7f7f7;
}
.wrap-board-read-right .wrap-widget-list > h3{
	margin-top:10px;
}
.board select {
	margin: 0;
}
.board .iCheck {
	width: 13px;
	height: 13px;
	margin: 0;
	vertical-align: middle;
}
.board .write_option .iCheck{
	position: relative;
	right:0;
	top:0;
}
.board .write_option input{
	height:auto !important;
	padding:0 !important;
	vertical-align: middle;
}
.board .iCheck+label {
	vertical-align: middle;
}

.board .iText {
	position: relative;
	padding: 4px 9px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #DBDBDB;
	background: transparent;
}
.board textarea {
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #a6a6a6;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
.board label {
	display: inline-block;
	margin: 0;
}
body{
	z-index:9;
}
.slick-slider .slick-list{
	padding:0 !important;
}
.cTab,
.cTab ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bh_modal_close{
	cursor:pointer;
}
.search_area_btn_wrap{
	display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 20px;
}
.flexed_detail_bottom_menu {
    max-width: 640px;
    position: fixed;
    border-top: 1px solid #e0e0e0;
    background-color: #ffffff;
    padding:10px  10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 999;
	display:none;
	box-sizing: border-box;
}
.flexed_detail_bottom_menu  .bh_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.flexed_detail_bottom_menu .col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
	box-sizing: border-box;
	padding:0 5px;
}
.flexed_detail_bottom_menu a {
    border-radius: 5px;
    background-color: #fafafa;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s;
	display:block;
}
.flexed_detail_bottom_menu a:hover{
	border-color:#ff3277;
}
.flexed_detail_bottom_menu a.other {
    background-color:#E6004B;
    color: #fff;
}
.flexed_detail_bottom_menu a.other:hover {
    background-color: #cc285f;
	border-color:#cc285f;
}
.search_area_btn{
	display: flex;
	align-items: center;
	font-size: 14px;
	border: solid 1px #e0e0e0;
	border-radius: 5px;
	padding: 6px 7px 5px;
	margin: 0;
}
.search_area_title{
	font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
	color:#424242;
}
.title_h3{
	color:#222;
	margin:40px 0 10px;
	display:inline-block;
}
.title_h3A{
	margin-top:0;
}
.title_h3 i{
	margin-right:5px;
}
.title_h3 + span{
	font-size:14px;
	font-weight:400;
	padding-left:10px;
}
.wrap-cTap{
    background: #ffffff;
	-webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: keep-all;
}

.wrap-cTap.active{
	opacity: 1; /* 투명도 1로 설정하여 보이게 함 */
	visibility: visible; /* 보이게 설정 */
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wrap-cTap-inner{
	max-width:800px;
	position: relative;
	margin:0 auto;
	height:calc(100vh);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bh_modal_header{
	font-size:21px;
	color:#424242;
	font-weight:600;
	padding: 15px 20px;
	border-bottom:1px solid #e0e0e0;
	line-height:24px;
}
.cTab{
	display: flex;
    flex-wrap: wrap;
	position: relative;
}
.cTab > li{
	box-sizing: border-box;
	padding:1px;
	min-width:10%;
	flex:auto;
}
.cTab > li > a{
	text-align: center;
	border:1px solid #eaeaea;
	padding:7px 10px;
}
.cTab > li > a:hover{
	background-color: #e9ecef;
}
.cTab > li.on > a{
	background: #E91150;
	color:#fff;
	font-weight: 600;
	border: 1px solid rgb(0 0 0 / 10%);
}
.cTab a{
	display:block;
	padding: 7px 10px;
	font-size:14px;
}

.sub_cTab{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.sub_cTab li{
	box-sizing: border-box;
	padding: 1px;
	min-width: 10%;
}
.cTab .on .sub_cTab{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sub_cTab a{
	display: block;
    padding: 7px 10px;
    font-size: 14px;
	text-align: center;
    border: 1px solid #eaeaea;
	background:#fff6f8;
}
.sub_cTab a:hover{
	background-color: #e9ecef;
}
.sub_cTab .on_ a{
	background:#ff3a75;
	color: #fff;
    font-weight: 600;
}
.sub_cTabB{
	display:none;
}
.on .sub_cTabB{
	display:flex;
}
/* slick */
.slider-wrap{
	position: relative;
}
.slide-info{
	border-radius: 50px;
    background-color: rgba(66, 66, 66, 0.7);
    padding: 2px 10px;
    position: absolute;
    right: 15px;
    bottom: 35px;
    z-index: 2;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 15px;
}
.slide-info span{
	font-weight:600;
	display:inline-block;
	min-width:12px;
	text-align: center;
	padding-right:3px;
}
.slick-slide img
{
    display: block;
    box-sizing: border-box;
    padding:0px;
	width:100%;
}


@media (max-width: 1024px) {
	.slick-slide img,
    .slick-list{
		padding:0 !important;
	}
	.slide-info{
		right:15px;
	}

}
@media (max-width: 540px) {
	.slick-slide img{
		height:300px !important;
		object-fit: cover;
	}
}
.shop-info-top{
	display:flex;
	justify-content: space-between;

}
.shop_location{
	font-size: 18px;
	font-weight: bold;
	color: #757575;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 5px 15px;
    line-height: 24px;
    height: 34px;
    display: inline-block;
	box-sizing: border-box;
}
.shop_evaluation{
	display:flex;
	gap: 5px;
}
.shop_evaluation > div{
	display: inline-block;
    background: #eee;
    padding: 5px 10px;
    border-radius: 20px;
	font-size:14px;
	line-height: 24px;
    height: 34px;
	box-sizing: border-box;
}
.shop_evaluation i{
	color: #E91150;
	margin-right:3px;
	position: relative;
}
.shop_evaluation i.ri-star-s-fill{
	font-size: 15px;
}
.read_header .notice, .read_header .event{
    border-radius: 10px;
    box-shadow: 0 6px 23px 0 rgba(0, 0, 0, 0.01), 0 24px 34px 0 rgba(0, 0, 0, 0.01), 0 95px 48px 0 rgba(0, 0, 0, 0.01), 0 148px 52px 0 rgba(0, 0, 0, 0), 0 -6px 40px 0 rgba(0, 0, 0, 0.02);
    border: solid 1px #e0e0e0;
    padding: 15px;
}
h3.toggle-h3{
    font-size: 14px;
    color:#737373;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
	display: flex;
	justify-content: space-between;
	margin:0;
}
.toggle-h3 img{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.toggle-h3 + div {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
	overflow: hidden;
	height:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.on-info .toggle-h3 + div {
    margin-top: 10px;
	height:auto;
}
.on-info .toggle-h3 img{
	transform: translateY(-50%) rotate(0deg);
}
.shop_detail_info{
	position: relative;
}
.shop_location_div h3{
	position: relative;
}
.shop_location_div h3 img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    cursor: pointer;
    transition: transform 0.4s ease-in-out; /* 회전 애니메이션 추가 */
}

.on_location h3 img {
    transform: translateY(-50%) rotate(180deg);
}
.location_info {
    opacity: 1;
    height: auto;
    transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out;
    overflow: hidden; /* 높이 애니메이션을 위해 필요 */
	padding-bottom:18px;
}

.on_location .location_info {
    opacity: 0;
    height: 0;
	padding:0;
}
.old_address{
	margin:0;
	margin-bottom:5px;
}
.location_info .ai-e{
	display:flex;
	justify-content: space-between;
}
.shop_location_div::after{
	content:"";
	display:block;
	height:8px;
	margin:0px -15px 0;
	background:#f3f4f6;
}
.shop_introduction::after,
.shop_rule::after,
.shop_facility::after,
.shop_course_info::after,
.shop_detail_info::after{
	content:"";
	display:block;
	height:8px;
	margin:18px -15px 0;
	background:#f3f4f6;
}
.target_tab::before {
    content: "";
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
}
.shop_detail_info .bh_row {
    margin-bottom: 10px;
	display:flex;
}
.shop_detail_info .bh_row:last-child {
    margin-bottom: 0;
}
.shop_detail_info .bh_row .col-auto {
    font-size: 16px;
    font-weight: 500;
    min-width: 90px;
	color:#424242;
}
.bh_info_list_wrap{
	border-radius: 10px;
    border: solid 1px #424242;
    padding: 15px 15px 15px;
    margin-bottom: 15px;
}
.bh_info_list_wrap ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bh_info_list_wrap ul li{
	display: flex;
	justify-content: flex-end;
	gap:10px;
	padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.bh_info_list_wrap ul li:last-child{
	border:0;
	padding-bottom:0;
}
.bh_info_list_title{
	font-size: 16px;
	color:#424242;
    font-weight: bold;
    margin-bottom: 5px;
}
.bh_info_list_title i{
	color: #E91150;
	font-weight:400;
}
.bh_price_title_wrap{
	font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
	margin-right:auto;
}
.bh_price_wrap{
	width: 180px;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 10px;
    text-align: right;
	box-sizing: border-box;
}
.bh_price_wrap p{
	margin:0;
	white-space: nowrap;
}
.bh_price_wrap p strong{
	background: #232323;
	font-size:12px;
    color: #fff;
    padding: 2px 5px;
    letter-spacing: 1px;
    border-radius: 3px;
}
.bh_price_wrap p .price_org{
	font-size: 14px;
    color: #bdbdbd;
    text-decoration: line-through;
}
.price_discount{
	font-size:16px;
	color:#DF114C;
	margin:0;
	margin-top:5px;
}
.discount_percent{
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1463FF;
    margin-right: 5px;
}
.wrap_amenity{
	padding-bottom:4px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.wrap_amenity span{
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #f5f5f5;
	display:inline-block;
	margin-right:5px;
}
.wrap_amenity span i {
    font-size: 14px;
    color:#bdbdbd;
    margin-right: 3px;
}
.review_area{
	padding:0 15px;
}
/* board write */
.board textarea,.board select,.board input,.board .btn{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;transition:border .4s,background .4s;*zoom:1;display:inline-block;margin:0;background:#FAFAFA;border-radius:3px;border:1px solid;border-color:#BBB #DDD #DDD #BBB;}
.content .board .btn,
.board input{
	height:34px !important;
	padding:4px 6px !important;
}
.content .board .btn{
	padding:4px 15px !important;
	margin:2px;
}
.krZip > div{
	margin:5px 0;
}

.board_write .bh_write_tbl_wrap {
	position: relative;
	padding-top: 10px;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl {
	width: 100%;
	border-top: 1px solid #333;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tblB{

  }
  .board_write .bh_write_tbl_wrap .bh_write_tblB:first-child{
	border-top: 1px solid #dcdcdc;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl > caption {
	display: none;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl > colgroup > col {
	display: inline-block;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl th,
  .board_write .bh_write_tbl_wrap .bh_write_tbl td {
	font-size: 14px;
	font-weight: 400;
	border:0;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
  }

  .board_write .bh_write_tbl_wrap .bh_write_tbl.bh_write_tblAA th,
  .board_write .bh_write_tbl_wrap .bh_write_tbl.bh_write_tblAA td{
	background:#f5f5f5;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl.bh_write_tblAA th{
	color:#424242;
  }

  .board_write .bh_write_tbl_wrap .bh_write_tblAA th,
  .board_write .bh_write_tbl_wrap .bh_write_tblAA td {
	border-bottom:0;

  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl th {
	color: #333;
	vertical-align: top;
	/*background-color: #fafafa;*/
	padding: 14px 3px 15px 15px;
	white-space: nowrap;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl th .required {
	color: #d43301;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl td {
	color: #767676;
	font-weight: 300;
	padding: 7px 3px 7px 10px;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl td ul > li {
	display: inline-block;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip label {
	display: inline-block;
	min-width: 70px;
	font-size: 13px;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip .krzip-postcode-wrap,
  .board_write .bh_write_tbl_wrap .bh_write_tbl td .krZip .krzip-address-wrap {
	margin-bottom: 5px;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl td .color-indicator {
	display: none;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl td .title_color {
	display: inline-block;
	height: 20px;
	color: #121212;
	line-height: 19px;
	vertical-align: middle;
	padding-left: 5px;
	margin-right: 14px;
	cursor: pointer;
  }
  .board_write .bh_write_tbl input.btn {
	display: inline-block;
	height: 34px !important;
	color: #fff;
	font-size: 13px;
	line-height: 31px !important;
	font-weight: 300;
	text-align: center;
	vertical-align: top;
	background: none;
	background-color: #767676;
	border: 1px solid #767676;
	border-radius: 0;
	padding: 0 9px !important;
	cursor: pointer;
	text-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
  }
  .board_write .bh_write_tbl input.btn:focus {
	outline: none;
  }

.bh_write_tblA td p{
	display:none;
  }
  .wrap-tblB{
	max-height:0px;
	overflow:hidden;
	transition: all 0.2s;
  }
  .bh_write_active_on + .wrap-tblB,
  .bh_write_active + .wrap-tblB{
	max-height:50px;
  }
  .bh_write_active_on{
	max-height:500px !important;
  }
  .bh_write_active + .wrap-tblB.bh_write_active{
	max-height:500px;
  }
  .bh_write_active_on .div-wrap-tbl{
	padding:1px;
  }
  .bh_write_active + .wrap-tblB.bh_write_active .div-wrap-tbl{
	padding:0;
  }
  .bh_write_active_on .div-wrap-tbl .more-wrap-tbl,
  .bh_write_active + .wrap-tblB.bh_write_active .more-wrap-tbl{
	display:none;
  }
  .div-wrap-tbl{text-align:center;padding:10px;}
  .wrap-getContent{padding-top:30px;}
  .wrap-tblB .more-wrap-tbl{
	display:inline-block;
	padding:5px 20px;
	border-radius: 3px;
	background:#E91150;
	color:#fff;
	line-height: 20px;
	font-size:14px;
	font-weight:500;
  }
  .n-title{padding:0 10px 0 5px;}
  .text-contact p{
	padding-left:70px;
	text-indent: -70px;
	line-height: 24px;
	overflow: hidden;
	margin:1px 0;
  }
  .text-contact.non-act p{
	height:24px;
  }
  .text-contact.non-act.on-text-contact p{
	height:auto;
  }
  .toggle-text-contact{
	position:absolute;
	right:0px;
	top:3px;
	transition: all 0.2s;
	line-height: 15px;
	display: none;
  }
  .non-act .toggle-text-contact{
	display: inline-block;
  }
  .on-text-contact .toggle-text-contact{
	transform: rotate(180deg);
  }
  .icon-list{
	  width: 60%;
  }
  .board_write .bh_write_tbl_wrap .bh_write_tbl th {
    min-width: auto;
    vertical-align: middle;
    padding-left: 7px;
	width:130px;
}
.board_write .bh_write_tbl_wrap .bh_write_tbl td {
    padding-left: 3px;
}
.slide-top{
	position: absolute;
	left:0;
	width:100%;
	top:0px;
	box-sizing: border-box;
	padding:20px 30px;
	z-index: 9;
	display:flex;
	justify-content: space-between;
  }
  .slide-top a{
	color:#fff !important;
	font-size:20px;
  }
  @media (max-width: 620px) {
	.bh_info_list_wrap ul li{
		flex-wrap: wrap;
	}
	.bh_price_title_wrap{
		flex-basis: 100%;
		width: 100%;
	}
}

/* list.html */
.board_list table{
	border:0;
	font-size:14px;
	border-bottom: 1px solid #fdcad9;
}
.board_list table thead{
	/*box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);*/
}
.board_list ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap
}
.board_list ul li{
	width:50%;
	box-sizing: border-box;
	padding:10px;
}
.list_inner{
	border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.03), 0 24px 24px 0 rgba(0, 0, 0, 0.01), 0 95px 38px 0 rgba(0, 0, 0, 0.01), 0 -6px 33px 0 rgba(0, 0, 0, 0.03);
    overflow: hidden;
	position: relative;
}
.list_inner img{
	vertical-align:middle;
}
.board_list ul li .wrap_title{
	padding:20px;
}
.wrap_title h3{
	font-weight: bold;
    line-height: 1.2;
	margin:0;
	margin-bottom:5px;
    font-size:20px;
}
.adSpan {
    font-size: 10px;
    color: #fff;
    background: #E91150;
    margin-left: 5px;
    position: relative;
    top: -1px;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
	vertical-align: middle;
    display: inline-block;
	font-weight:400;
}
.wrapTitlebottom{
	display:flex;
	font-size:14px;
	font-weight:500;
	color:#E91150;
	margin-bottom:10px;
}
.wrapTitlebottom i{
	margin-right:3px;
}
.wrapTitlebottom .dot{
	color:#757575;
	font-weight:400;
}
.shop-footer-bottom{
	display:flex;
	justify-content: space-between;
}
.shop-footer-bottom .shop-footer-bottom-left{
	font-size:16px;
	color:#E91150;
    font-weight: bold;
}
.shop-footer-bottom .shop-footer-bottom-left span{
	color:#424242;
}
.shop-footer-bottom-right span{
	border-radius: 50px;
    background-color: #fafafa;
    font-size: 14px;
    color: #9e9e9e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px;
}
.shop_intro{
	margin-bottom: 9.5px;
    padding-bottom: 9.5px;
    border-bottom: 1px solid #e0e0e0;
}
.shop-footer .localeSpan{
	font-size:14px;
}
.shop_intro a{
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	line-height:1.2em;
}
.board_list a {
	text-decoration: none;
	color: #424242;
}
.board_list a:hover,
.board_list a:active,
.board_list a:focus {

}
.board_list{
	overflow:hidden;
}
.board_list th {
	border: 0;
	border-bottom: 1px solid #fdcad9;
    padding: 12px 0 11px 0;
    line-height: 24px;
    border-top: 2px solid #E91150;
    white-space: nowrap;
    background: #fff1f5;
    color: #222;
    font-weight: 600;
}
.board_list th a{
	color:#222;
}
.board_list th:first-child span {
	border: 0;
}
.board_list th span {
	display: block;
	padding: 0 25px;
}
.board_list tr.notice {
	background: #f6f6f6;
}
.board_list tr.notice td.title a {
	font-weight: bold;
}
.board_list td {
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 10px 8px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	color:#424242;
}
.board_list td.author{
	text-align: center;
}
.board_list tr:last-child td {
	border: 0;
}
.board_list td.notice {
	text-align: center;
}
.board_list td.no {
	text-align: center;
	font-size:14px;
}
.board_list td.title {
	white-space: normal;
	line-height: 1.4;
	width: 100%;
	text-align: left;
}
.board_list td.author img {
	position: relative;
	top: -1px;
}
.board_list td.time,
.board_list td.readNum,
.board_list td.voteNum,
.board_list td.lastReply a {
	text-align: center;
	font-size:14px;
}
.board_list td.lastReply sub {
	font: 9px Tahoma, Geneva, sans-serif;
}
.board_list td.check {
	text-align: center;
}
.board_list tr.no_article {
	height:150px;
}
.board_list tr.no_article td {
	vertical-align: middle;
}
.board img.new_img{
	height: 13px;
    vertical-align: middle;
	padding-left:5px;
	padding-bottom:2px;
}
.list_footer {
	position: relative;
	margin: 15px 0;
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer .btnArea {
	float: right;
	margin: 0;
	display:flex;
}
.list_footer .board_search {
	float: left;
	position: relative;
	margin: 0 4px 0 0;
	display:none;
}
.list_footer .board_search .xi-magnifier {
	position:absolute; top:7px; left: 7px;
}
.list_footer .board_search * {
	vertical-align: top;
}
.list_footer .board_search .iText {
	height: 25px;
	line-height: 25px;
	padding: 0 60px 0 27px;
	width: 160px;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	box-sizing:border-box;
	transition: all .2s ease-in-out;
}
.list_footer .board_search .iText.has-text,
.list_footer .board_search .iText:active,
.list_footer .board_search .iText:focus {
	width: 180px;
	background:#fff;
}
.list_footer .board_search .search_input {display:inline-block; position: relative;}
.list_footer .board_search select {
	height: 34px;
	min-width: 80px;
	padding: 0;
	font-size:14px;
}
.list_footer .board_search .btn {
	position: absolute;
	top: 0;
	right:0;
	border-radius: 0 2px 2px 0;
}

.update-log {
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin: 5px auto 5px auto;
	padding:5px;
}

/* Board Write */

/* write_form.html */
.board_write {
}
.write_header {
	padding: 9px 10px 10px 0px;
}
.write_header * {
	vertical-align: middle;
}
.write_header select {
	border: 1px solid #DBDBDB;
	height: 29px;
	width: 140px;
	padding: 0;
}
.write_header select[name=is_notice] {
	width: 76px;
}
.write_header .iText {
	width: 360px;
	margin: 0;
	background: #fff;
}
.write_editor .xd {
	margin-top: -3px;
}
.write_footer {
	overflow: hidden;
	margin: 1em 0;
}
.write_footer:after {
	content: "";
	display: block;
	clear: both;
}
.write_footer .btnArea {
	float: right;
	margin: 0;
}
.write_option {
	margin: 0 0 1em 0;
}
.write_option label {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.write_captcha {
	float: left;
	margin: 0;
}
/* Extra Form */
.exForm {
	background: #fff;
	padding: 10px 0;
}
.exForm table {
	border: 0;
	width: 100%;
}
.exForm caption {
	text-align: right;
	font-size: 11px;
	padding: 0 0 2px 0;
}
.exForm th,
.exForm td {
	border: 0;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.exForm th {
	color: #333;
	text-align: left;
	padding: 10px 5px 15px 5px;
	white-space: nowrap;
}
.exForm th label {
	cursor: default;
}
.exForm td {
	color: #666;
	padding: 8px 10px;
}
.exForm em {
	font-style: normal;
	color: #f60;
}
.exForm .text,
.exForm .password,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date {
	padding: 3px 4px;
	margin: 0 4px 0 0;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
	width: 300px;
}
.exForm .text{
	width:99%;
}
.exForm .tel {
	width: 40px;
}
.exForm .date {
	width: 120px;
}
.exForm textarea {
	width: 99%;
	padding: 3px 4px;
	margin: 0 4px 0 0;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm p {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.exForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.exForm li {
	display: inline;
}
.exForm li input {
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.exForm li label {
	margin: 0 15px 0 0;
}
.exOut {
	background: #fff;
	padding: 10px 0;
}
.exOut table {
	border: 0;
	width: 100%;
}
.exOut th,
.exOut td {
	border: 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.exOut th {
	color: #333;
	text-align: left;
	white-space: nowrap;
}
.exOut td {
	color: #666;
	width: 100%;
}
/* Board Read */

/* _read.html */
.wrap-vote-top{
	position: absolute;
	top:10px;
	width:100%;
}
.wrap-vote-top a{
	width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    top: 0px;
    left: 10px;
    right: unset;
    bottom: unset;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.wrap-vote-top a.top_voted{
	left:auto;
	right:10px;
}
.wrap-vote-top a i{
	font-size:20px;
	color:#fff;
}
.board_read {
	display: block;
}
.detail-menu{
	position: sticky;
    left: 0;
    top: 0;
    z-index: 5;
	border-radius: 10px 10px 0 0;
    margin: -10px 0px 0;
    padding: 7px 15px 0;
	border-bottom: solid 1px #e0e0e0;
    display: flex;
    flex-wrap: wrap;
	background: #fff;
	gap: 50px;
	list-style: none;
}
.detail-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #777;
    line-height: 1.2;
    position: relative;
}
.detail-menu li a.active{
	color: #E91150;
}
.detail-menu li a.active::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E91150;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.shop_info{
	padding: 20px 15px 0;
}
.mb-20{
	margin:0;
	margin-bottom:20px;
}
.mb-15{
	margin:0;
	margin-bottom:15px;
}
.read_header h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
	margin:0;
    margin-bottom: 8px;
}
.read_header h1 span.is_admin {
	font-size: 15px;
	font-weight: normal;
	line-height:15px;
	color:#FF6C00;
}

.read_header h1 a {
	text-decoration: none;
	color: #424242;
}
.read_header h1 .category {
	font-weight: normal;
	border-right: 1px solid #DDD;
	padding: 0 13px 0 0;
	margin: 0 8px 0 0;
}
.read_header .meta {
	margin: 0;
	padding: 8px 0 13px;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	color : #666;
}
.update-log .read_header .meta {
	border-bottom:0;
}
.read_header .meta > span { margin-left: 8px ;}
.read_header .meta > span:first-child {margin-left:0;}
.read_header .meta:after {
	content: "";
	display: block;
	clear: both;
}
.read_header .meta .author {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
.read_body {
	padding: 15px 10px;
}
.read_body .xe_content {
	color: #333;
}
.read_body .xe_content table {
	font: inherit;
}
.read_footer {
	overflow: hidden;
}
.read_footer .fileList {
	margin: 15px 0;
	display: inline;
	float: left;
}
.read_footer .toggleFile {
	border: 0;
	background: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	color: #4b4b4b;
}
.read_footer .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.read_footer .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.read_footer .files a {
	color: #4b4b4b;
	position: relative;
	text-decoration: none;
}
.read_footer .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}
.read_footer .files a:hover .fileSize,
.read_footer .files a:active .fileSize,
.read_footer .files a:focus .fileSize {
	visibility: visible;
}
.read_footer .tns {
	float: right;
	margin: 15px 0;
}
.read_footer .tns a:hover,
.read_footer .tns a:active,
.read_footer .tns a:focus {
	text-decoration: underline;
}
.read_footer .tags {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	color: #666;
	vertical-align: top;
	padding: 0 15px 0 32px;
	line-height: 16px;
	background: none;
}
.read_footer .tags a {
	text-decoration: none;
	color: #666;
}
.read_footer .tags .xi-tags {
	font-size: 14px;
	margin-right:3px;
}
.read_footer .action {
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
	margin: 0 15px 0 0;
	color: #555;
}
.read_footer .sns{ margin-top:51px;text-align:center; }
.read_footer .sns li{display:inline;vertical-align:top}
.read_footer .sns a{display:inline-block;width:32px;height:32px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;}
.read_footer .sns i{font-size:22px;line-height:32px;color:#bcbcbc}
.read_footer .sns a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;}
.read_footer .sns a:hover {color:#747474;transition: all 0.2s ease-in-out;}

.read_footer .vote{ margin-top:51px;text-align:center; }
.read_footer .vote li{display:inline;vertical-align:top}
.read_footer .vote a{display:inline-block;width:70px;height:70px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;}
.read_footer .vote i{font-size:22px;line-height:45px;color:#bcbcbc}
.read_footer .vote a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;}
.read_footer .vote a:hover {color:#747474;transition: all 0.2s ease-in-out;}

.read_footer .sign {
	clear: both;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 10px 15px;
	overflow: hidden;
}
.read_footer .sign .pf {
	float: left;
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
}
.read_footer .sign .tx {
	overflow: hidden;
	line-height: 1.3;
	font-size: 11px;
	border-left: 1px dotted #ddd;
	padding: 0 0 0 15px;
	color: #333;
}
.read_footer .sign .tx * {
	margin: 0;
}
.read_footer .btnArea {
	clear: both;
	text-align: right;
	padding: 10px 0;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	position: relative;
	color: #4b4b4b;
	margin: 0 0 50px 0;
}
.feedback .fbHeader {
	position: relative;
	height: 32px;
	padding: 10px 0 0 5px;
	line-height: 30px;
}
#comment .fbHeader .wComment {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #666;
	line-height: 1;
}
.feedback .fbHeader h2 {
	margin: 0;
	font-size: 14px;
	display: inline;
}
.feedback .fbHeader h2 em {
	font-style: normal;
	color: #e91150;
}
.feedback .fbHeader .trackbackURL {
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	line-height: 1;
	color: #666;
	font: 11px Tahoma, Geneva, sans-serif;
}
.feedback .fbHeader .trackbackURL a {
	text-decoration: none;
	color: #666;
}
.feedback .fbList {
	margin: 0;
	padding: 0;
}
.feedback .fbItem {
	padding: 15px 0 15px 0;

	margin: 0 0 0px 0;
	list-style: none;
	position: relative;
}
.feedback .fbItem:last-child {
	border-bottom:none;
}
.feedback .fbItem:after {
	content: "";
	display: block;
	clear: both;
}
.feedback .indent {
	background: url(icoIndent.gif) no-repeat;
}
.feedback .fbMeta {
	min-height:52px;
	padding: 0 0 10px 0px;
}
.feedback .fbMeta .profile {
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: 0 10px 5px 0;
	background: #eeeeee;
	background-size:100%;
	border-radius: 100%;
	background-image: url('css/profile_thumb.png');
	background-size: cover;

}
.feedback .fbMeta .author {
	margin: 0;
	font-size: 16px;
}
.feedback .author a {
	text-decoration: none;
	color: #424242;
}
.feedback .author a img {
	margin: 0 6px 0 0 !important;
	vertical-align: top !important;
}
.feedback .time {
	margin: 0;
	font-size: 14px;
	color: #bdbdbd;
	font-weight:400;
}
.feedback .time span:first-child{
	margin-right: 20px;
	position: relative;
}
.feedback .time span:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color:#e0e0e0;
    right: -10px;
    top: 3px;
}
.feedback .xe_content {
	color: #666;
	font-size:14px;
	line-height: 1.6;
	clear:both;
}
.feedback .xe_content *:first-child {
	margin-top: 0;
}
.feedback .xe_content.is_deleted,
.feedback .xe_content.is_secret {
	color: #999;
}
#trackback .xe_content {
	color: #888;
}
#trackback .xe_content strong {
	color: #666;
	display: block;
	font-weight: normal;
}
.feedback .fileList {
	margin: 0 0 0 190px;
	padding: 8px 0 0 0;
	display: inline;
	float: left;
	clear: both;
}
.feedback .toggleFile {
	border: 0;
	background: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	color: #767676;
}
.feedback .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.feedback .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.feedback .files a {
	color: #767676;
	position: relative;
	text-decoration: none;
}
.feedback .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}
.feedback .files a:hover .fileSize,
.feedback .files a:active .fileSize,
.feedback .files a:focus .fileSize {
	visibility: visible;
}
.feedback .action {
	margin: 0;
	padding: 10px 10px 0 0;
	white-space: nowrap;
	float: right;
}
.feedback .action .vote {
	margin: 0 10px 0 0;
	color: #767676;
}
.feedback .action a {
	padding: 0 0 0 4px;
	color: #bdbdbd !important;
	text-decoration: none;
	font-size:14px;
}
.feedback .action a:hover {
	color:#e91150;
}
.feedback .action a.this {
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
	text-decoration: underline;
}
.feedback .pagination {
	padding: 10px 0;
}
.feedback .indent1 {
	padding-left: 20px;
	background-position: 6px 15px;
}
.feedback .indent2 {
	padding-left: 40px;
	background-position: 26px 15px;
}
.feedback .indent3 {
	padding-left: 60px;
	background-position: 46px 15px;
}
.feedback .indent4 {
	padding-left: 80px;
	background-position: 66px 15px;
}
.feedback .indent5 {
	padding-left: 100px;
	background-position: 86px 15px;
}
.feedback .indent6 {
	padding-left: 120px;
	background-position: 106px 15px;
}
.feedback .indent7 {
	padding-left: 140px;
	background-position: 126px 15px;
}
.feedback .indent8 {
	padding-left: 160px;
	background-position: 146px 15px;
}
.feedback .indent9 {
	padding-left: 180px;
	background-position: 166px 15px;
}
.feedback .indent10 {
	padding-left: 200px;
	background-position: 186px 15px;
}
.feedback .indent11 {
	padding-left: 220px;
	background-position: 206px 15px;
}
.feedback .indent12 {
	padding-left: 240px;
	background-position: 226px 15px;
}
.feedback .indent12 .action {display: none}
.fbFooter {
	margin: -10px 0 10px 0;
}
/* Pagination */
/* list.html | _comment.html */
.pagination {
	margin: 0;
	padding: 13px 0;
	text-align: center;
	line-height: normal;
	clear:both;
}
.pagination a,
.pagination strong {
	position: relative;
	color: #767676;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;

	border-radius:2px;
	z-index: 2;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
}

.pagination strong {
	color: #fff;
	background-color: #e91150;
	font-weight:500;
}
.pagination .direction {
	font-weight: normal;
	color: #767676;
	text-decoration: none !important;
	border: 0;
	z-index: 1;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color: #333;
	background-color: #fff;
}
.pagination .prev {
	border-left: 0;
}
.pagination .next {
	border-right: 0;
}
.pagination .direction span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	top: 4px;
}
.pagination .prev span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-left: 0;
	margin-right: 1px;
}
.pagination .next span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-right: 0;
	margin-left: 1px;
}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
	float: left;
	margin: 0 4px 1em 0;
}
.write_author .item {
	position: relative;
	display: inline-block;
}
.write_author .iLabel {
	top: 6px;
	left: 12px;
	color: #666;
}
.write_author label {
	margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
	position: relative;
	margin: 10px 0 75px;
}
.write_comment:after {
	content: "";
	display: block;
	clear: both;
}
.write_comment textarea {
	width: 645px;
	height: 37px;
	margin: 0 0 5px 0;
}
.write_comment .write_author {
	padding: 0 0 10px 0;
}
.write_comment .iText.userName,
.write_comment .iText.userPw {width:100px;}
.write_comment .iText.homePage {width:150px;}
/* Context Data | Context Message */
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.context_data {
	background: #f8f8f8;
	border-top: 2px solid #666;
	padding: 15px 20px;
	color: #666;
}
.context_data h3.author {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data h3.title {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data p.author {
	margin: 0;
}
.context_data p.author strong {
	font-weight: normal;
}
.context_data .xe_content {
	color: #666;
}
.context_message {
	text-align: center;
	border-top: 2px solid #666;
}
.context_message h1 {
	font-size: 16px;
	margin: 20px 0;
}
.context_message .btnArea {
	margin: 20px 0;
}
/* Tag List */
.tagList {
	margin: 0;
	padding: 25px;
	border: 1px solid #cdcdcd;
	line-height: 1.2;
	text-align: justify;
}
.tagList a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 2px;
}
.tagList a.rank1 {
	font-size: 24px;
	background: #000;
}
.tagList a.rank2 {
	font-size: 18px;
	background: #333;
}
.tagList a.rank3 {
	font-size: 14px;
	background: #666;
}
.tagList a.rank4 {
	font-size: 12px;
	background: #999;
}
.tagList a.rank5 {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
.tagFooter {
	text-align: center;
	padding: 20px 0;
}
/* Button */
.board .btn {
	text-decoration: none !important;
	display: inline-block;
	padding: 0 12px !important;
	margin: 0;
	font-family: inherit;
	font-size: 14px;
	font-weight:500;
	line-height: 24px !important;
	height: 25px !important;
	color: #fff;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #e91150;
	background-image: none;
	border: 0;
	border-radius:3px;
	text-shadow:none;
	box-shadow:none;
	transition: all .2s ease-in-out;
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #fff;
	background-color: #cc285f;
}
.board .btn i {
	width: 24px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.06);
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-left: -12px;
	margin-right: 4px;
	text-align: center;
	padding-left: 2px;
	border-radius: 2px 0 0 2px;
}
.board .btn_insert {
	font-size: 13px;
	border:0;
	cursor:pointer;
	width:130px;
	height:38px;
	border-radius:5px;
	color:#fff;
	background:#e91150;
	transition: all .2s ease-in-out;
}
.board .btn_insert:hover {
	background:#cc285f;
}
.board .write_footer .btn_insert{
	height: 34px;
    line-height: 24px !important;
    width: auto;
    padding: 4px 15px;
	border-radius: 3px;
	font-size:14px;
	font-weight:500;
}
.review_area .registration {
    display: block;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #e91150;
    transition: all 0.3s;
}
.review_area .registration:hover{
	border: solid 1px #e91150;
}
.review_area .registration i {
    margin-right: 3px;
}
.write_comment_off{
	display:none;
}
.report {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #bdbdbd !important;
}
.no_review {
    padding: 30px 0;
    border-radius: 10px;
    background-color: #fafafa;
	text-align: center;
	color:#DF114C;
	font-size:14px;
	font-weight:500;
}
.no_review p{
	margin:0;
	padding:0;
}
/* secret form */
.board .secretForm .iText {height:25px; width:150px; box-sizing:border-box;}
.board .secretForm .btn {border-radius: 0 2px 2px 0; }
.board .secretForm p {margin-bottom:5px;}

.vote-list {
	display:block;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px !important;
	padding: 20px;
	color: rgb(34, 34, 34);
	font-size: 15px;
	font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif;
	line-height: 1.6;
	background: rgb(255, 255, 255);
}

.votelog {
	display:inline-block;
	padding:2px 15px;
	background:#00b0a2;
	border-radius: 23px;
	color:#fff;
	text-decoration: inherit;
}
@media (max-width: 1340px) {
	.board{
		margin:0;
	}
	.ap_extra_search.bd_wrt_main .et_vars li{
		width:auto;
	}
	.ap_extra_search.bd_wrt_main .et_vars li label{
		padding:7px 10px;
	}
}
@media (max-width: 1024px) {
    .board {
        padding-top:0;
    }
	.wrap-vote-top a{
		left: 10px;
	}
	.wrap-vote-top a.top_voted{
		left:auto;
		right:10px;
	}
	.detail-menu{
		gap:20px;
	}
	.krZip .krzip-postcode, .krZip .krzip-roadAddress, .krZip .krzip-jibunAddress, .krZip .krzip-extraAddress, .krZip .krzip-detailAddress {
		margin:2px !important;
	}
	.krzip-detailAddress-wrap label,
	.krzip-postcode-wrap label,
	.krzip-address-wrap label{
		display:block;
	}
	.board_list ul{
		padding:0 10px;
	}
	.board_list ul li{
		width:100%;
	}
	.sub_cTab{
		top:81px;
	}
	.sub_cTab li{
		width:auto;
		flex:auto;
	}
	.ap_extra_search.bd_wrt_main .et_vars li{
		flex:auto;
	}
	.sub_cTab a{
		padding:7px 10px;
	}
	.mo{
		display:none;
	}
}
@media (max-width: 640px) {
	.board_write{
		padding:0 10px;
	}
	.cTab > li{
		width:auto;
		flex:auto;
	}
	.cTab > li > a{
		padding:7px 10px;
	}
	/*
	.board_list .title a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	  }*/
}
@media (max-width: 565px) {
	.shop_intro a,
	.shop-footer-bottom .shop-footer-bottom-left{
		font-size:14px;

	}
	.shop-footer .localeSpan{
		font-weight:bold;
	}
	.shop-footer-bottom-right span{
		font-size:12px;
	}
	.wrap_title h3{
		font-size:17px;
	}
}

@media (max-width: 434px) {
	.sub_cTab{
		top:121px;
	}

}
@media (max-width: 400px) {
	.cTab>li>a {
        padding: 7px 7px;
    }
	.flexed_detail_bottom_menu a {
		font-size:14px;
	}

}
@media (max-width: 380px) {
	.cTab > li{
		min-width: 20%;
	}

	.cTab>li>a {
        padding: 7px 5px;
    }
	.ap_extra_search.bd_wrt_main .et_vars li label {
        padding: 7px 5px;
    }
}
@media (max-width: 355px) {
	.cTab > li{
		min-width: 16%;
	}
	.sub_cTab{
		top:162px;
	}
	.cTab>li>a {
        padding: 7px 5px;
    }
}
.ds-n {
	display: none !important;
}
