@charset "utf-8";


/*알럿 */
#popup_s1 {
	width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
}

.popup_s1 {
	width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
}

.popup_s1n {
	width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1002;
}
.popup_s1_inner {
	width: 90%;
	margin:0 auto;
    height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction:column;
}

.noti1 {
	color: #FF5151;
	font-weight: 500;
}
.noti2 {
	color: #FF5151;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.025em;
	background: #f9f9f9;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.noti3 {
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -0.025em;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.noti_box {
	border-top:1px solid #F4F2F0;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	padding: 12px 0;
	margin-top: 12px;
}
a.txt_lk {
	color: #30ACBB;
	font-size: 12px;
	text-decoration: underline;
}


.popup_s1_header {
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	padding:16px 0;
	width:100%;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom:1px solid #ccc;
}
.popup_s3_contents {
	width:100%;
	padding: 20px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
 a.no_web {
	 margin-top: 20px;
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}
.popup_s1_contents {
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	width:100%;
	padding: 20px;
}
.popup_s2_contents {
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width:100%;
	padding: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.popup_s1_btn1 {
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:16px 0;
	width:100%;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	border-top:1px solid #ccc;
}
.popup_s2_btn2 {
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width:100%;
}
.popup_s2_btn2 a.half_50 {
	width: 50%;
	border-bottom-left-radius: 8px;
	border-top:1px solid #ccc;
	background: #fff;
	color: #000;
}
.popup_s2_btn2 a.cancel_50 {
	width: 50%;
	border-bottom-right-radius: 8px;
	border-top:1px solid #ccc;
	background: #f4f4f4;
	color: #333;
}

.popup_s2_btn2 a {
	display: block;
	float: left;
	width: 60%;
	padding:16px 0;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: #703f94;

}
.popup_s2_btn2 a.cancel {
	width: 40%;
	background: #49545a;
}
.popup_s3_btn {
	background: #fff;
	font-weight: bold;
	border-radius: 25px;
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.popup_rule {
	font-size: 0.85rem;
	line-height: 1.45rem;
	color: #777;
}



.rolling_view {
	position: relative;
	background: #000;
}
.swiper-slide .img {
	background-size:100% auto !important;
	height:auto;
	width:100%;
}
.swiper-slide .img img {
	width:100%;
}
.swiper-button-prev.hv {
	background: url(../img/common/hv_arrow_le.svg) no-repeat 50% 50%;
	left:0;
	width:30px;
	height:30px;
	margin-top:-15px;
}
.swiper-button-next.hv {
	background: url(../img/common/hv_arrow_ri.svg) no-repeat 50% 50%;
	right:0;
	width:30px;
	height:30px;
	margin-top:-15px;
}

.info_login {
	width: 100%;
	padding: 20px 0;
}
.info_login li {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
}
.info_login li.con {
	width: 100%;
	font-size: 14px;
	font-weight: 200;
	line-height: 24px;
}
.info_login_btn_st1 {
	position: relative;
	width:100%;
	max-width: 768px;
	margin: 0 auto;
	background: #2AB24E;
	border-radius:4px;
	text-align: center;
	margin-bottom: 4%;
}
.info_login_btn_st1 a {
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding:12px 0;
}
.info_login_btn_st2 {
	position: relative;
	width:100%;
	max-width: 768px;
	margin: 0 auto;
	background: #44BEEE;
	border-radius:4px;
	text-align: center;
}
.info_login_btn_st2 a {
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding:12px 0;
}


.info_member {
	position:relative;
	width: 100%;
	padding: 20px 0;
}
.info_member li {
	font-size: 24px;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
}
.info_member li span {
	font-size: 14px;
	font-weight: 300;
}
.info_member .m_point {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 20px;
	text-align: center;
	font-size: 14px;
	border-radius: 8px;
	font-weight: bold;
	padding: 0 8px;
	background: #f9f9f9;
	cursor: pointer;
}

.bar_code_img {
  width:100%;
  position: relative;
  text-align: center;
  color: #777;
  font-size: 13px;
	margin-bottom: 20px;
}
.bar_code_img img {
	padding-bottom: 12px;
}

.minus {
	display: inline-block;
	width:20px;
	height:20px;
	line-height: 20px;
	background: url(../img/common/icon_minors.svg) no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
}
.plus {
	display: inline-block;
	width:20px;
	height:20px;
	line-height: 20px;
	background: url(../img/common/icon_plus_on.svg) no-repeat 50% 50%;
	background-size: 100%;
	cursor: pointer;
}
.icon_box50 {
	display: inline-block;
	font-size: 14px;
	width: 48.5%;
	text-align: center;
	padding: 8px 0;
	border:1px solid #DDDBD7;
	border-radius:3px;
	margin: 8px 0;
	cursor: pointer;
}
.icon_box50_on {
	display: inline-block;
	font-size: 14px;
	width: 48.5%;
	text-align: center;
	padding: 8px 0;
	background: #FF5151;
	color: #fff;
	font-weight: 600;
	border-radius:3px;
	margin: 8px 0;
	cursor: pointer;
}

.icon_buy_ok {
	display: inline-block;
	vertical-align: initial;
	margin-left: 2px;
	padding: 4px 6px;
	border:1px solid #2AB24E;
	color: #2AB24E;
	border-radius:4px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}
.icon_buy_no {
	display: inline-block;
	vertical-align: initial;
	margin-left: 2px;
	padding: 4px 6px;
	border:1px solid #999;
	color: #999;
	border-radius:4px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}

.my_cash_box {
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	background: linear-gradient( to left, #8CD1F4, #12B5EA 75%);
	border-radius:8px;
}
.my_cash_box .my_cash_num {
	color: #fff;
	font-size: 16px;
	float: left;
}
.my_cash_box .my_cash_num .cash_won {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
}
.my_cash_box .my_cash_num .recharge {
	display: inline-block;
	padding: 4px 12px;
	background: #fff;
	font-weight: 500;
	color: #6a7f8c;
	font-size: 13px;
	border-radius:14px;
	margin-top: 24px;
}
.my_cash_box .cs_box {
	text-align: center;
}
.my_cash_box .cs_box .cs_num {
	display: block;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding-top: 6px;
}
.my_cash_box .my_cash_bg {
	float: right;
	width: 20%;
}
.my_cash_box .my_cash_bg img{
	width: 100%;
}


.faq_tab {
	width: 100%;
	padding: 20px;
}
.faq_tab li {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 12px 0;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: -0.025em;
	border-radius:4px;
	background: #f4f4f4;
	text-align: center;
	cursor: pointer;
}
.faq_tab li.on {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 12px 0;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: -0.025em;
	border-radius:4px;
	background: #44BEEE;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.cs_pd_tb_ft13 {
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	vertical-align: initial;
	text-align: right;
}









.board_tit {
	padding: 20px;
	font-weight: bold;
	position: relative;
}
.board_tit a.all {
	position: absolute;
	right: 20px;
	top: 17px;
	background: #415968;
	border-radius: 2px;
	padding: 4px 8px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

/* 게시판 페이지 리스트,보기 */
.board_cont {
	border-top:1px solid #ccc;
}
.board_cont >li {
	width:100%;
	position: relative;
	font-size: 14px;
	border-bottom:1px solid #F4F2F0;
}
.board_cont li >ul {
		display:none;
		width:100%;
}
.board_cont li.on >ul {
		display:block;
}
.board_cont >li li img {
	width: 100%;
}
.board_cont li .event {
	width:100%;
	position: relative;
	padding: 0 18px;
	margin-top: 14px;
}
.board_cont li .event img {
	width: 100%;
	border-radius:4px;
	border:1px solid #F4F2F0;
}

.board_cont li .tit {
	width:100%;
	position: relative;
	padding: 4px 20px;
	border-bottom: 1px solid #F4F2F0;
}
.board_cont li .tit .tit_txt {
	margin-top: 14px;
}
.board_cont li .tit .tit_faq {
	width: 90%;
	font-size: 16px;
	line-height: 20px;
	margin: 16px 0;
}

.board_cont li .tit .wait_btn {
	padding-bottom: 4px;
}

.board_cont li .tit .chk_box_rh {
	position: absolute;
	right: 20px;
	top:50%;
	margin-top:-24px;
	height:20px;
}

.board_cont li .tit .date {
	color: #999;
	font-size: 0.78rem;
	line-height: 1.65rem;
}
.board_cont li .tit .price {
	position: absolute;
	right: 20px;
	top: 18px;
	color: #415968;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.board_cont li .tit .info {
	position: absolute;
	right: 20px;
	bottom: 17px;
	font-size: 0.86rem;
	color: #777;
	text-align: right;
}

.board_cont li .tit .t_time {
	position: absolute;
	width: 65%;
	display: flex;
	text-align: center;
	overflow-x: auto;
	flex-direction: row;
	right: 0;
	bottom:6px;
}
.board_cont li .tit .t_time a {
	padding: 0.333em 0.666em;
	border:1px solid #F4F2F0;
	border-radius: 4px;
	margin-left: 0.111em;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	flex: 0 0 60px;
}


.board_cont >li li{
	width:100%;
	position: relative;
	padding: 20px;
	font-size: 15px;
	line-height: 32px;
	background: #f9f9f9;
}
.board_cont >li span{
	font-size: 12px;
	color: #999;
}
.board_cont >li li.ask_a {
	width:100%;
	position: relative;
	padding: 20px;
	font-size: 13px;
	line-height: 34px;
	background: #fff;
	border:1px solid #F4F2F0;
}

.board_cont >li li .chk_box{
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	height:20px;
}

.board_cont >li >ul{
	border-top:1px solid #F4F2F0;
}

.board_cont .hit {
	position: absolute;
	right:20px;
	bottom: 16px;
	margin-top:-5px;
	color: #999;
	font-size: 12px;
	text-align: right;
	height:10px;
}
.board_cont .icon_arrow {
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-5px;
	width:12px;
	height:10px;
	background: url(../img/common/icon_arrow_down.svg) no-repeat 50% 50%;
	background-size: 100%;
}
.board_cont li.on {
	border: 1px solid #44BEEE;
}
.board_cont li.on .icon_arrow {
	background: url(../img/common/icon_arrow_up.svg) no-repeat 50% 50%;
	background-size: 100%;
}

.my_cash_st1 {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	border-bottom:1px solid #F4F2F0;
	margin: 20px 0;
}
.my_cash_st1 td,.my_cash_st1 th {
	padding:8px;
	font-size: 13px;
	color: #3c3c3c;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
}











.my_comen {
	width:100%;
	padding: 16px 0;
	line-height: 1.25rem;
	font-size: 0.85rem;
	font-weight: 300;
	border-bottom:1px solid #CCC;
}

.my_comen a {
	line-height: 1.25rem;
	font-size: 0.85rem;
	color: #415968;
}


img.img100 {
	width: 100%;
	padding: 4% 0;
}





.foot_comen {
	width: 100%;
	background: #f9f9f9;
	padding: 20px;
	margin-top: 52px;
	font-size: 13px;
	line-height: 21px;
	color: #666;
}


@media screen and (max-width: 640px) {


}



@media screen and (max-width: 360px) {


	.book_info_simple .img {
		float: left;
		width: 45%;
		height: 98px;
	}

}


/*-- SM 2021.04.02 --*/
.txt_ac{text-align: center !important}
.txt_al{text-align: left !important}
.txt_ar{text-align: right !important}
.txt_point{color: #ff4800 !important}

.mb20{margin-bottom: 20px}
.mt100{margin-top: 100px}

.locker_box {display:inline-block; width:100%; height:50px; text-align:center; color:#fff; font-size:18px; line-height:50px; background:#029B49; border-radius: 5px; margin-bottom: 10px}
.locker_box b{font-size:24px; font-weight: 600; margin-left: 10px}

/*-- button --*/
.btn_b {display:inline-block; width:100%; height:50px; text-align:center; color:#fff; font-size:16px; line-height:50px; background:#029B49; border: 1px solid #029B49; border-radius: 5px; margin-bottom: 10px}
.btn_b a{display: block; width: 100%; height: auto; color: #fff}
.btn_b1 {display:inline-block; width:100%; height:50px; text-align:center; color:#029B49; font-size:16px; line-height:50px; background:#fff; border: 1px solid #ddd; border-radius: 5px;}
.btn_b1 a{display: block; width: 100%; height: auto; color: #029B49}
.btn_b1 a span{color: #ff4800; margin-right: 20px}
.btn_bc {display:inline-block; width:100%; height:50px; text-align:center; color:#fff;	font-size:16px; line-height:50px; background:#029B49; border: 1px solid #029B49; border-radius: 5px; margin-bottom: 10px}
.btn_bc a{display: block; width: 100%; height: auto; color: #fff}

div.btn_bh {text-align:center; margin: 0px 0 50px; border-top:0px solid #c6c6c6;}
div.btn_bh > a {display:inline-block; float: left; width:48.5%; height:50px; text-align:center; color:#029B49; font-size:16px; line-height:50px; background:#fff; border: 1px solid #029B49; border-radius: 5px; margin-bottom: 10px;}

div.btn_bh > a.on {background:#029B49; border: 1px solid #029B49; color: #fff}
div.btn_bh > a:nth-child(2) {float: right}


p.info{text-align: center; font-size: 16px; line-height: 1.5; margin: 20px 0 10px; font-weight: 400}
p.info_s{text-align: center; font-size: 16px; margin: 15px 0; letter-spacing: -1px; color: #333; font-weight: 400}
p.bav{text-align: center;}
p.bav img{width: 30px}

p.qr{text-align: center; margin: 20px 0}
p.qr img{width: 180px}

ul.guest{display: block; width: 100%; font-size: 18px; font-weight: 600}
ul.guest li{position: relative; display: inline-block; width: 48%; text-align: center; border: 1px solid #ddd; border-radius: 10px; background: #f9f9f9; padding: 10px; margin-bottom: 10px}
ul.guest li:nth-child(2n){float: right}
ul.guest li em{display: block; height: 40px; line-height: 30px; margin: 5px 0}
ul.guest li em img{display: inline-block; width: 30px; height: 30px; margin-right: 10px; line-height: 30px; vertical-align: top;}
ul.guest li p{margin-bottom: 20px; letter-spacing: -1px}
ul.guest li a{display: inline-block; width: 100%; height: 36px; border: 1px solid #ddd; border-radius: 5px; font-size:16px; line-height: 36px; color: #999; background: #fff}
ul.guest li a.on{background:#029B49; color: #fff}

ul.list_sm{border: 1px solid #ddd; border-radius: 5px; background: #f9f9f9; padding: 20px 15px; margin-bottom: 10px; font-size: 16px; line-height: 1.5}
ul.list_sm li{position: relative; padding-left: 20px; margin-bottom: 5px;}
ul.list_sm li:after {position: absolute; top: 10px; left: 5px; content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: #029B49;}
ul.list_sm li:last-child{margin-bottom: 0}

ul.coupon{border-top:1px solid #ddd }
ul.coupon li{position: relative; border-bottom: 1px solid #ddd; padding:10px; }
ul.coupon li a{display:block; width:100%; }
ul.coupon li a p{font-size: 16px; font-weight: 600; line-height: 1.5}
ul.coupon li a p.date{font-size: 14px; font-weight: 300; color:#999; letter-spacing: -1px}
ul.coupon li .btn_on{position:absolute; right:10px; top:18px;
    display: block; width: 60px; height:30px; background: #029B49; color:#fff; text-align:center; line-height:30px; border-radius: 3px;}
ul.coupon li .btn{position:absolute; right:10px; top:18px;
    display: block; width: 60px; height:30px; background: #fff; color:#999; text-align:center; line-height:30px; border-radius: 3px; border: 1px solid #ddd}

.sm_form{margin: 40px 0 20px;}
.sm_form > input[type="text"] {height:50px; font-size:20px; line-height:35px;  padding:10px; width:100%; box-sizing:border-box; border-bottom:1px solid #ddd; border-top:none; border-left: none; border-right: none; background-color:#fff; text-align: center}
.sm_form > input[placeholder] {font-size:20px; color:#000 !important; height:50px; line-height:35px; padding:10px;}

.sm_form > ::-webkit-input-placeholder {font-size:16px; color:#999; height:50px; line-height:normal; vertical-align:middle}
.sm_form > ::-moz-placeholder {  /* Firefox 19+ */font-size:16px; color:#999; height:50px; line-height:normal; vertical-align:middle}
.sm_form > :-moz-placeholder { /* Firefox 18- */font-size:16px; color:#999; height:50px; line-height:normal; vertical-align:middle}
.sm_form > :-ms-input-placeholder { font-size:16px; color:#999; height:50px; line-height:normal; vertical-align:middle}
.sm_form > input[placeholder]{ font-size:16px; color:#999; height:50px; line-height:normal; vertical-align:middle}

/*-- popup --*/
.pop{display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.75); z-index: 9999; top:0; left: 0}
.pop .popWrap{position: relative; width: 80%; margin: 50% auto; letter-spacing: -0.5px; background: #fff; border-radius: 10px; padding: 10px}
.pop .popWrap .info{font-size: 18px; font-weight: 600; margin-bottom: 0}
.pop .popWrap p{text-align: center; font-size: 16px; line-height: 1.5; margin: 10px 0}
.pop .popWrap p.sub{font-size: 14px; line-height: 1.8; color:#666; text-align: left; padding: 0 40px; margin-bottom: 20px}
.pop .popWrap .locker{display:inlin-block; height:60px; line-height:55px; font-size: 50px; font-weight: 600; margin: auto; text-align: center; margin:20px 0}
.pop .popWrap .locker span{display: inline-block; width: 80px; height: 34px; text-align: center; line-height: 34px; color: #fff; border-radius:3px;  font-size:18px; margin-right:20px; vertical-align: middle}
.pop .popWrap .locker span.man{background: #49729e}
.pop .popWrap .locker span.woman{background: #cd2e53}


/*240627*/

div.slideFacility {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 666;
    background: #ddd;
}
div.slideFacility img{
    width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 666;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    z-index: 666;
}

.slick-prev {
    left: 0;
    background: url('../img/cos_prev.png') center;
}

.slick-next {
    right: -1px;
    background: url('../img/cos_next.png') center;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
    background: #fff;
}


