/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(625,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(626,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(627,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(628,19): run-time error CSS1039: Token not allowed after unary operator: '-star-size'
(637,15): run-time error CSS1039: Token not allowed after unary operator: '-star-color'
(641,15): run-time error CSS1039: Token not allowed after unary operator: '-star-fill'
(645,20): run-time error CSS1039: Token not allowed after unary operator: '-rating'
(684,21): run-time error CSS1035: Expected colon, found '#7d7d7d'
: run-time error CSS1066: Unexpected end of file encountered
 */
@charset "UTF-8";

html, body { height:100%; }
html {
    -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 400;
    color:#999;
}
* {
  font-family: "Pretendard", sans-serif;
  outline:0; padding:0;margin:0;border:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
h1,h2,h3,h4,h5 { font-weight: normal; }
img { max-width:100%; vertical-align: bottom; border:0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
b,strong { font-weight:700; }
a { color: inherit; text-decoration: none; }
table {
    border-spacing: 0;
    border-collapse: collapse !important;
    background-color: transparent;
}
.radio,
.checkbox { position: relative; display:block; cursor: pointer; }
.checkbox input,
.radio input { display:none; }
.radio span,
.checkbox span { display:inline-block; cursor:pointer; }
.checkbox span:before {
  position: relative;
  content: "";
  display:inline-block;
  vertical-align:middle;
  width:23px;
  height:23px;
  background: transparent url(/Content/images/check-btn.png) no-repeat center center /cover;
  margin-right: 7px;
  top:-2px;
}
.checkbox input:checked + span:before { background-image: url(/Content/images/check-btn-on.png); }

.container {
  position:relative;
  width:100%;
  max-width:700px;
  margin-right: auto;
  margin-left: auto;
}

/* button */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn2 {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50px;
}
.btn-normal {
  color:#434343;
  border:1px solid #fff;
  background-color: #fff;
}
.btn-default {
  color:#999;
  border:1px solid #e1e1e1;
  background-color: #fff;
}
.btn-blue {
  color:#fff;
  border:1px solid #356aee;
  background-color: #356aee;
}
.btn-kakao {
  color:#000;
  font-size: 16px;
  height: 50px;
  border:1px solid #fde500;
  background-color: #fde500;
  padding: 10px;
}
.btn-kakao i {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 17px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.fix-btn { position: fixed; left:0; bottom:0; text-align: center; width: 100%; background: #fff; padding: 10px 20px; z-index:3; box-shadow: 1px -3px 5px rgba(221, 221, 221, .5); }
.fix-btn .btn { font-size: 16px; font-weight: 600; display:inline-block; width:100%; max-width:700px; height:50px; padding:12px; }
.fix-btn .btn.disable { background-color:#999999; border-color:#999999; }

.input-class {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42857143;
  color: #434343;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
textarea.input-class { height:auto; resize:none; }

.logo-sim {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: transparent url(/Content/images/logo-sim.png) no-repeat center center /cover;
}
.ic { display:inline-block; }
.ic.ic-close { 
  width: 30px;
  height: 30px;
  background: url(/Content/images/ic-modal-close.png) no-repeat center center;
  background-size: 60%;
}
.ic.ic-arrow-right { 
  width: 7px;
  height: 12px;
  background: url(/Content/images/arrow-right.png) no-repeat center center /cover;
}
.ic.ic-del { 
  width: 8px;
  height: 8px;
  background: url(/Content/images/ic-del.png) no-repeat center center /cover;
}
.ic.ic-back {
  position: relative;
  top:2px;
  width: 20px;
  height: 14px;
  background: url(/Content/images/ic-back.png) no-repeat center center /cover;
}

.nonedata .title { color:#434343; font-weight:500; }
.nonedata summary { color:#434343; font-weight:500; font-size:15px; }
.cate-group { display:flex; }
.cate-group a { display: inline-block; font-size: 14px; color:#434343; background-color: #fff; border:1px solid #ececec; border-radius:50px; padding:6px 12px; }
.cate-group a.active { font-weight: 700; color:#fff;background-color:#434343; border-color:#434343; }
.cate-group a ~ a { margin-left:5px; }

/* pagination */
.pagination { text-align:center; padding: 30px 0; }
.pagination a { display:inline-flex; width: 20px; height: 20px; font-size:13px; font-weight:400; align-items:center; justify-content:center; }
.pagination a.active { color:#434343; font-weight:600; }
.pagination .arrow { background: transparent url() no-repeat center center /7px 12px; }
.pagination .prev { background-image: url(/Content/images/arrow-left.png); margin-right:5px; }
.pagination .next { background-image: url(/Content/images/arrow-right.png); margin-left:5px; }

/* placeholder style */
textarea::placeholder,
input::-webkit-input-placeholder {
  font-weight: normal;
  color:#999;
}
textarea::placeholder,
input:-ms-input-placeholder {
  font-weight: normal;
  color:#999;
}



div::-webkit-scrollbar {
  width: 7px;
  position: relative;
}
div::-webkit-scrollbar-thumb {
  background-color: #0099ff;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
div::-webkit-scrollbar-track {
  background-color: rgba(128,128,128,.3);
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px #fff;
}
[class*=slidebar-] {
    cursor: pointer;
}
[canvas] {
	z-index: 1;
}
[canvas=container] {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
[canvas=container]:before, [canvas=container]:after {
	clear: both;
	content: '';
	display: table;
}
.slidebar-close-any {
	display: none;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	position: fixed;
	z-index:11;
	background-color: rgba(0,0,0,0.6);
}
[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

[off-canvas*=left] {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
[off-canvas*=overlay] {
	z-index: 22;
}
[off-canvas*=shift] {
	z-index: 0;
}
[canvas], [off-canvas] {
	-webkit-transform: translate( 0px, 0px );
	    -ms-transform: translate( 0px, 0px );
	        transform: translate( 0px, 0px );
	-webkit-transition: -webkit-transform 300ms;
	        transition:         transform 300ms;
	-webkit-backface-visibility: hidden;
}

[off-canvas*=shift][off-canvas*=top] {
	-webkit-transform: translate( 0px, 100% );
	        transform: translate( 0px, 100% );
}
@media print {
	[canvas] {
		-webkit-transform: translate( 0px, 0px ) !important;
		    -ms-transform: translate( 0px, 0px ) !important;
		        transform: translate( 0px, 0px ) !important;
	}

	[off-canvas] {
		display: none !important;
	}
}
header {
	position: fixed;
	left:0;
	right:0;
	top:0;
	height:60px !important;
	background-color: #fff !important;
	z-index:11;
	border-bottom:1px solid #e1e1e1;
}
header .container { padding:0 20px; }
header nav { position: relative; display: flex; height:60px; align-items:center; justify-content: space-between; padding:5px 0; }
header nav .logo { position: relative; top:10px; width:90px; }
header nav a { display:inline-block; vertical-align:middle; top:unset; }
header nav a.slidebar-open {
	width:20px;
	height:18px;
	background: transparent url(/Content/images/ic-nav.png) no-repeat center center /cover;
	transition: all .3s ease-in-out;
}
header nav h1 { font-size:18px; font-weight:700; color:#434343; line-height:1; margin:0 !important; }


header .search-group {
	position: absolute;
	top:0;left:0;
	display: none;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-bottom:1px solid #e1e1e1;
	padding: 0 20px;
	z-index:11;
}
header .search-group .search-close {
	display: inline-block;
	width:25px;
	height:17px;
	background: transparent url(/Content/images/ic-back.png) no-repeat center center /cover;
}
header .search-group .item2 { display: flex; align-items: center; flex-grow:1; border-radius: 50px; background-color:#f7f7f7; padding:0 15px; margin-left:20px; }
header .search-group .input-class {
	height: 35px;
	color:#434343;
	font-size: 14px;
	background: transparent;
	border:0;
	padding: 2px 0px;
}

/* login slide */
.login-group .nav { height:60px; display:flex; align-items:center; justify-content:space-between; padding:0 20px; }
.login-group .sec-box1 {
	text-align: center;
	background: #fafafa;
	padding: 25px 40px;
}
.login-group .sec-box1 .btn-normal { display:block; height:48px; font-weight:500; padding:10px; box-shadow: 0px 0px 5px rgba(221, 221, 221, .5); margin:10px 0 5px; }
.login-group .sec-box1 .btn-group { display:flex; }
.login-group .sec-box1 .btn-group a { position: relative; flex-grow:1; display:block; text-align:center; font-size:14px; padding:10px 0 0; }
.login-group .sec-box1 .btn-group a + a:before { 
	content: "";
	position: absolute;
	left:0;
	bottom:5px;
	width: 1px;
	height: 10px;
	border-left:1px solid #c7c7c7;
}
.login-group .sec-box1 h3 { color:#434343; font-size:20px; font-weight:700; }
.login-group .sec-box2 { padding:0px 50px 30px; }
.login-group .sec-box2 .btn-kakao{ display:block; }
.login-group .sec-box2 .noti-group { display:flex; align-items:center; justify-content:space-between; color:#434343; padding:10px; }
.login-group .sec-box2 .noti-group span { display:block; flex-grow:1 }
.login-group .sec-box2 .noti-group .ic { flex-shrink:0 }

.login-group .tab { display: flex; }
.login-group .tab a {
	display: block;
	flex-grow: 1;
  	font-size: 16px;
  	text-align: center;
  	font-weight: 500;
  	color:#434343;
  	padding: 15px;
}
.login-group .tab a.active span {
  border-bottom: 3px solid #434343;
  font-weight: 700;
  padding-bottom: 10px;
}
.login-group .tab-content {
  display: none;
  padding: 30px 0;
}
.login-group .tab-content.active {
  display: block;
}


main { padding-top:60px; }

/* login-box */
.login-box { padding:40px 0 0; }
.login-box .sec-box1 { padding:0 30px; }
.login-box .sec-box1 .list-group { padding:0 30px; border-bottom:1px solid #e1e1e1; padding-bottom:10px; }
.login-box .item-title,
.login-box .item-contents { display:flex; flex-wrap:nowrap; }
.login-box .item-title { padding:0px 0px 12px; }
.login-box .item-contents { color:#7d7d7d; font-size: 12px; background-color:#fff; padding:0px 0 20px; }
.login-box .list-group h4 { flex-grow: 1; color:#434343; font-size: 16px; font-weight:500; }
.login-box i { flex-shrink:0; width:16px; line-height:1; }
.login-box i img { width:13px; }
.login-box i.active img { transform: rotate(180deg); }
.login-box .agree { padding:20px 30px; }
.login-box .sec-box2 { color:#7d7d7d; background-color:#fafafa; font-size: 12px; padding:25px 60px; }
.login-box .sec-box2 ul { list-style:none; }
.login-box .sec-box2 li { display:flex; }
.login-box .sec-box2 li:before { 
	content: "";
	position: relative;
	top:5px;
	flex-shrink: 0;
	display:block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	border-radius: 50px;
	background-color: #7d7d7d;
	margin-right: 7px;
}
.login-box .sec-box2 li span { flex-grow:1; }
.login-box .sec-box3 { padding-top:35px; }
.login-box .sec-box3 table { width: 100%; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; }
.login-box .sec-box3 th { font-size:15px; font-weight:500; vertical-align:top; text-align: right; color:#434343; background-color:#fafafa; padding-right:13px; padding-top:10px; }
.login-box .sec-box3 td { font-size:14px; color:#434343; padding:3px 40px 3px 10px;}
.login-box .sec-box3 .first { padding-top:25px; padding-bottom:5px; }
.login-box .sec-box3 .last { padding-bottom:25px; }
.login-box .sec-box3 .input-class { height:35px; font-size:14px; }
.login-box .sec-box3 .input-class.email { background: transparent url(/Content/images/ic-email.png) no-repeat right 10px center /12px; padding-right:25px; margin-bottom:6px; }
.login-box .sec-box3 select.input-class { background: transparent url(/Content/images/arrow-down2.png) no-repeat right 10px center /12px; }
.login-box .sec-box3 .btn-group { margin-top:40px; text-align:center; }
.login-box .sec-box3 .btn-group .btn2 { width:130px; font-size:15px; padding:10px; }
.login-box .sec-box3 .btn-group .btn-blue { font-weight:600; }
.login-box .sec-box3 .btn-group .btn-default { font-weight:500; }

/* gate */
.gate-box { text-align:center; padding:0 40px; }
.gate-box h1 img { width:180px; }
.gate-box .input-group { padding-top:65px; }
.gate-box .rel { color:#ff002a;font-weight:500; margin-bottom:40px; }
.gate-box .input-class { height:48px; }
.gate-box .btn { display:block; height:48px; margin-top:10px; padding:10px; }
.gate-box .btn-code { display:block; font-size:14px; text-align:left;margin-top:10px; }


/* show-box */
.show-box {  }
.show-box .label-group { margin-bottom:5px; }
.show-box .label { display: inline-block; font-size:14px; font-weight:600; line-height: 1; border-radius:5px; padding:4px 8px; }
.show-box .label ~ .label { margin-left:5px; }
.show-box .label1 { color:#fff; background-color:#1acde0; }
.show-box .label2 { color:#747474; background-color:#e0e0e0; }
.show-box .label3 { color:#fff; background-color:#ff5452; }
.show-box .label4 { color:#fff; background-color:#356aef; }

.show-nav { display:flex; justify-content:space-between; padding:0 20px; }
.show-nav a { flex-grow:1; display:block; text-align:center; font-size:16px; font-weight: 500; color:#434343; padding:20px 0 0px; }
.show-nav a.active span { display:inline-block; font-weight:700; border-bottom:2px solid #434343; padding-bottom:10px; }

.show-list { padding:0 30px; margin-top:50px;  }
.show-list .list-group { display:flex; align-items:center; margin-bottom:20px; }
.show-list dt { flex-shrink:0; width:100px; }
.show-list dt img { border:1px solid #e0e0e0; border-radius:5px; overflow:hidden; }
.show-list dd { flex-grow:1; margin-left:15px; }
.show-list dd h3 { 
	color:#434343; font-size:16px; font-weight:500; letter-spacing:-.5px;
	height: 20px;
	text-align: left;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.show-list dd span { color:#434343; font-size:14px;  }
.show-list dd .discount { color:#ff002a; font-size:20px; font-weight:800; }

/* show-view */
.show-view { margin-top:20px; }
.show-view .sec-head { background-color:#fafafa; padding:30px 40px; }
.show-view .sec-body { background-color:#fff; padding:30px 0px 0; }

.show-info {  }
.show-info .sec1 { text-align:center; margin-bottom:15px; }
.show-info .sec1 .poster { max-width:150px; }
.show-info .sec1 .label-group { margin-top:10px; }
.show-info .sec1 h2 { color:#434343; font-size:18px; font-weight:600; margin-top:8px; }
.show-info .sec2 dl{ display:flex; align-items:flex-start; font-size:14px; width:100%; max-width:450px; margin:0 auto; }
.show-info .sec2 dl ~ dl { margin-top:5px; }
.show-info .sec2 dt { flex-shrink:0; width:75px; font-weight:500; letter-spacing: 1px; color:#7d7d7d; }
.show-info .sec2 dt:before { 
	content: "";
	position: relative;
	top:-1px;
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	border-radius: 50px;
	background-color: #7d7d7d;
	margin-right: 7px;
}
.show-info .sec2 dd { flex-grow:1; word-break: keep-all; }
.show-info .sec2 i.ic { width:5px;height:9px; }

.tab-wrap {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tab-wrap::-webkit-scrollbar {display: none;}
.tab-menu {
  display: inline-flex;
  list-style: none;
  gap: 5px;
  padding-left: 20px;
}
.tab-menu li {
  flex: 0 0 auto;
  font-size: 14px;
  color:#434343;
  padding: 8px 16px;
  border-radius: 20px;
  background: #fff;
  border:1px solid #d9d9d9;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s;
}
.tab-menu li.active { background: #333; color: #fafafa; font-weight:700; border-color:#333; }
.tabs-content { display: none;padding:40px 20px 0; }
.tabs-content.active { display: block; }

.price-cont { padding:0 10px; }
.price-cont h3 { color:#434343; font-size:16px; font-weight:600; margin-bottom:10px; }
.price-cont h3 ~ h3 { margin-top:35px; }
.price-cont table { width:100%; border-bottom:2px solid #356aef; border-top:2px solid #356aef;}
.price-cont th,
.price-cont td { text-align: center; width:1%; padding:10px 0; }
.price-cont th { font-size:12px; font-weight:500; color:#434343; }
.price-cont td { font-size:14px; font-weight:500; border-top:1px solid #e1e1e1; }
.price-cont td:first-child { color:#434343; }
.price-cont td:last-child { color:#ff002a; }

.rating-cont { position: relative; display:flex; align-items:center; padding:0 15px 10px; }
.rating-cont .title { flex-shrink:0; color:#7d7d7d; font-size:14px; }
.rating {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  line-height: 1;
  margin-left:10px;
}
.rating input {display: none;}
.rating label {
  font-size: 26px;
  color: #d1d1d1;
  cursor: pointer;
  transition: color 0.2s;
}
.rating label:hover,
.rating label:hover ~ label {
  color: #ffb72a;
}
.rating input:checked ~ label {color: #ffb72a;}
.star-rating {
  --star-size: 20px;
  --star-color: #fff;
  --star-fill: #ffb72a;
  font-size: var(--star-size);
  font-family: Arial, sans-serif;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.star-rating::before {
  content: "★★★★★";
  color: var(--star-color);
}
.star-rating::after {
  content: "★★★★★";
  color: var(--star-fill);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
  white-space: nowrap;
}
.rule-content { position: absolute; left:0; top:35px; width: 100%; display: none; background-color:#fff; border:1px solid #356aef; border-radius:5px; padding:20px; z-index:3; }
.rule-content.show {display: block;}
.rule-content h3 { color:#434343; font-weight:600; font-size:15px; border-bottom:1px solid #e1e1e1; padding:0 20px 10px; margin-bottom:15px; }
.rule-content .title { color:#434343; font-size:14px; padding:0 20px 5px; }
.rule-content ul { list-style: disc; font-size:12px; padding:0 30px; }
.rule-title { flex-shrink: 0; font-size:12px; cursor:pointer; }
.rule-title .arrow { position: relative; top:-5px; left: 3px; display: inline-block;  }
.rule-title .arrow img { width:5px; }
.rule-title.active .arrow {transform: rotate(180deg); top:5px;}

.review-write .btn-review { color:#fff; background-color:#999999; width:100px; padding:8px; margin-top:20px; }
.review-list .item { border-bottom:1px solid #e1e1e1; padding:20px 0; }
.review-list .item p { font-size: 15px; color:#434343; }
.review-list .cmtw-info { display:flex; align-items:center; justify-content:space-between; font-size:12px; margin-top:10px; }
.review-list i.label { font-style: normal; display:inline-block; color:#356aef; font-size:11px; font-weight: 400; border:1px solid #356aef; border-radius:10px; padding:1px 5px; margin-left:5px; }

.reserve-cont .item-title { display:flex; flex-wrap:nowrap; }
.reserve-cont .item-title { padding:10px 0px; }
.reserve-cont .item-contents { color:#7d7d7d; font-size: 13px; background-color:transparent; padding:10px 0px; }
.reserve-cont .list-group h4 { flex-grow: 1; color:#434343; font-size: 16px; font-weight:500; }
.reserve-cont i { flex-shrink:0; width:16px; line-height:1; }
.reserve-cont i img { width:13px; }
.reserve-cont i.active img { transform: rotate(180deg); }
.reserve-cont .outb th { color:#434343; font-weight:400; padding:5px 0; border-top:1px solid #ddd; }
.reserve-cont .outb td { padding:5px; border-top:1px solid #ddd; }
.reserve-cont .intb th { color:#434343; font-weight:400; padding:5px 0; }
.reserve-cont .intb td { border-bottom:1px solid #ddd; padding:5px; }

/* policy */
.policy-box { color: #434343; padding:30px; }

/* intro */
.intro-box { color:#434343; text-align: center; padding:50px 10px 30px; }
.intro-box h2 { font-weight:600; font-size:18px; margin-bottom:35px; }
.intro-box h3 { font-weight:600; font-size:16px; margin-bottom:20px; }
.intro-box p { color#7d7d7d; font-size:13px; }

/* faq */
.faq-box { padding:50px 0px 0px; }
.faq-box .cate-group { padding:0 30px; }
.faq-box .list-group { margin-top:20px; }
.faq-box .item-title,
.faq-box .item-contents { display:flex; flex-wrap:nowrap; }
.faq-box .item-title { padding:10px 30px; }
.faq-box .item-contents { color:#7d7d7d; font-size: 14px; background-color:#fafafa; padding:30px; }
.faq-box .list-group label { color:#356aef; font-size:18px; font-weight:500; line-height:1; }
.faq-box .item-contents label { color:#ff002a;  }
.faq-box .list-group h4 { flex-grow: 1; color:#434343; font-size: 15px; font-weight:400; padding:0 10px; }
.faq-box .list-group p { font-size:13px; padding:0 10px; }
.faq-box i { flex-shrink:0; width:16px; line-height:1; }
.faq-box i img { width:15px; }
.faq-box i.active img { transform: rotate(180deg); }
.faq-box .panel-group { padding:50px 20px 0; }
.faq-box .panel-group .panel {
	font-size: 12px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 20px;
}
.faq-box .panel-group h4 { font-size:15px; font-weight: 600; color:#434343; border-bottom:1px solid #e1e1e1; padding:0 0px 5px 10px; }
.faq-box .panel-group p { padding:5px 0 0 10px; }

/* notice-box */
.notice-box { padding:50px 0px 0px; }
.notice-box .search-sec { padding:0 20px; }
.notice-box .search-sec .item { display: flex; align-items: center; flex-grow:1; border-radius: 50px; background-color:#f7f7f7; padding:0 15px; }
.notice-box .search-sec .input-class {
	height: 35px;
	color:#434343;
	font-size: 14px;
	background: transparent;
	border:0;
	padding: 2px 0px;
}
.notice-box .list-group { margin-top:20px; }
.notice-box .item-title { display:flex; flex-wrap:nowrap; padding:10px 30px;  }
.notice-box .item-contents { color:#7d7d7d; font-size: 14px; background-color:#fafafa; padding:30px; }
.notice-box .list-group h4 { flex-grow: 1; color:#434343; font-size: 15px; font-weight:400; padding:0 10px 0 0; }
.notice-box .list-group h4 small { display:block; color:#999999; font-size:12px; }
.notice-box .list-group p { font-size:13px; padding:0 0px; }
.notice-box i { flex-shrink:0; width:16px; line-height:1; }
.notice-box i img { width:15px; }
.notice-box i.active img { transform: rotate(180deg); }
.notice-box .nonedata { padding-top:70px; }
.notice-box .nonedata .btn-kakao { width:100%; max-width:270px; margin-top:90px; padding:14px 0; }

/* mypage */
.mypage-box { padding:0px 30px 30px; }
.mypage-nav  { display: flex;justify-content: space-between;}
.mypage-nav a { flex: 1 1 50%;display: block;text-align: center;font-size: 16px;font-weight: 500;color: #434343;padding: 20px 0 0px;}
.mypage-nav a.active span { display: inline-block; font-weight: 700; border-bottom: 2px solid #434343; padding-bottom: 10px; }
.mypage-box .cate-group { margin-top:30px; }
.mypage-box .list-group { margin-top:10px; }
.mypage-box .list-group .item { border-bottom:1px solid #e1e1e1; padding:20px 0; }
.mypage-box .list-group h3 { font-size:16px; font-weight:600; color:#434343; margin-bottom:10px; }
.mypage-box .list-group p { font-size:14px; }
.mypage-box .list-group p mark { color:red; background-color:transparent; }
.mypage-box .nonedata { padding:50px 0px 100px }

/* event */
.event-box { padding:50px 20px 0px; }
.event-list .panel { display:block; border:1px solid #e1e1e1; border-radius:5px; margin-bottom:10px; }
.event-list .panel-head { border-top-left-radius:5px;border-top-right-radius:5px; overflow:hidden; }
.event-list .panel-body { padding:20px; }
.event-list .label { display: inline-block; font-size:14px; font-weight:600; line-height: 1; border-radius:5px; padding:4px 8px; margin-bottom:5px; }
.event-list .label1 { color:#fff; background-color:#356aef; }
.event-list .label2 { color:#747474; background-color:#e0e0e0; }
.event-list .panel-body h3 { font-size:16px; font-weight:600; color:#434343; margin-bottom:10px; }
.event-list .panel-body p { font-size:14px; }

.event-list-view h3 { font-size:16px; font-weight:600; color:#434343; }
.event-list-view .panel-title { padding:0 10px 20px; }
.event-list-view .panel-title span { font-size:12px; }
.event-list-view .panel-body { color:#434343; }
.event-list-view .panel-foot { padding:30px 10px 0; }
.event-list-view .panel-foot .list-group { margin-top:0px; }
.event-list-view .panel-foot .item { border-bottom:1px solid #e1e1e1; padding:20px 0; }
.event-list-view .panel-foot .item p { font-size: 15px; color:#434343; }
.event-list-view .panel-foot .cmtw-info { display:flex; align-items:center; justify-content:space-between; font-size:12px; margin-top:20px; }
.event-list-view .entry { display:flex; padding:0 0 20px; }
.event-list-view .entry h3 { margin-left:10px; }
.event-list-view .panel-title.notice { padding:0 10px 20px; border-bottom:1px solid #e1e1e1; }
.event-list-view .panel-body.notice { padding:20px 10px; }

/* guide */
.guide-box { color:#434343; text-align:center; padding:50px 42px 0px; }
.guide-box .item ~ .item { margin-top:35px; }
.guide-box h2 { font-size: 17px; font-weight:600; line-height: 1; margin-bottom:20px; }
.guide-box summary { font-size:15px; margin-bottom:20px; margin-top:-5px; }
.guide-box summary mark { color:#356aef; font-weight:600; background:transparent; }
.guide-box img { width:100%; max-width:400px; }





/* footer */
footer {
	position: relative;
	font-size: 14px;
	padding:40px 0;
	text-align: center;
	background-color: #fafafa;
	margin-top:60px;
}
footer.inbt { padding-bottom:110px; }
footer a { display: inline-block; color:#666; font-size:14px; font-weight:normal; }
footer a b { font-weight:600; }
footer .biz-info-show { display:none; margin-top:25px; }
footer .biz-info-show.show { display:block; }
footer .copy { font-size:13px; margin-top:15px; }
footer .arrow{
	position:relative;
	display: inline-block;
	top:-6px;
	left:10px;
}
footer .arrow img { width:14px; }
footer .biz-info.active .arrow { top:6px; transform: rotate(180deg); }









/* plug in */
.swiper-container {
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal2 .swiper-pagination-fraction { width: auto; top:unset; bottom:40px; font-size: 13px; line-height: 1; color:#ababab; background-color: #6b6b6b; margin-left:20px; margin-bottom:10px; border-radius:50px; padding:2px 10px;  }
.modal2 .swiper-pagination-fraction .swiper-pagination-current { color:#fff; }

/* modal */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-close {
	display: inline-block;
	position: absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background: url(/Content/images/ic-modal-close.png) no-repeat center center;
	background-size: 65%;
	cursor:pointer;
	overflow: hidden;
	z-index: 22;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.modal-dialog { 
	position: relative;
	width:100%;
	max-width:776px;
	border-radius: 6px;
	padding:10px !important;
	margin:0 auto;
}
.modal-content { 
	position: relative;
	width:100%;
	max-width:620px;
	color:#434343 !important;
	background:#fff  !important;
	border-radius: 0px;
	padding:15px;
	margin: 0 auto;
}
.modal-head { text-align: center; margin-bottom:20px; }
.modal-body {  }
.modal-body h3 { font-size:18px; text-align:center; line-height:1; }
.modal-body em { display:inline-block; font-style: normal; font-size:18px; text-align:center; margin-bottom:10px; }
.modal-body p { font-size: 12px; text-align:center; color:#666666; }
.modal-body span { display:block; font-size: 13px; margin-top:30px; text-align:justify; line-height:1.556985; }
.modal-foot { padding:5px 0; text-align:center; }

@media(min-width: 640px) {
	.modal-body h3 { font-size: 22px; }
	.modal-body p { font-size:14px; }
	.modal-body span  { font-size: 16px; margin-top:50px; }
}

.modal-code { max-width:450px; color:#434343; padding:35px 30px; }
.modal-code b { font-weight:600; }
.modal-code h3 { font-size:20px; font-weight:700; margin-bottom:10px; }
.modal-code p { font-size:14px; }
.modal-code .img { box-shadow: 1px -3px 5px rgba(221,221,221,.5); margin:25px 0 15px; }
.modal-code .btn-kakao { display:block; height:48px; }
.modal-code .btn-kakao b { font-weight:800; }
.modal-code .btn-kakao i { position: relative; top:-1px; display:inline-block; width:17px; vertical-align:text-bottom; margin-right:10px; }
.modal-code .info { font-size:14px; color:#999; margin-top:15px; }
/* // */

/* modal v2 */
.modal2 {
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	align-items:center;
	padding: 0 20px;
	z-index:99;
}
.modal-box {
	position:relative;
	width: 100%;
	max-width:450px;
	margin:0 auto;
	z-index:12;
}
.modal-panel {
	position:relative;
	background-color:#ffffff;
	width: 100%;
	padding: 30px;
	border-radius: 5px;
}
.modal-box .modal-head2 {
	position: relative;
	color: #2c2324;
	font-size:20px;
	padding: 0px 0 15px;
}
.modal-box .modal-head2 h3 { font-weight:700; }
.modal-box .modal-head2 p { font-size:16px; color:#adadad; }
.modal-box .modal-body2 { }
.modal-box .modal-body2 .title { font-size:16px; color:#434343; font-weight:500; }
.modal-break {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:11;
	background:rgba(0,0,0,.7);
}
.modal-alert { text-align:center; }
.modal-alert .title { margin-top:5px; }
.modal-alert .btn2 { margin-top:20px; padding:4px 25px; }

.modal-alert2 { padding:15px 0; }
.modal-alert2 .modal-close { top:-35px; width: 25px; height: 25px; background-image: url(/Content/images/ic-modal-close-w.png) !important; }
.modal-alert2 h3 { font-size:14px; font-weight:600; color: #434343; text-align:center; }
.modal-alert2 .modal-head2 { border-bottom:1px solid #e1e1e1; padding-bottom:8px; }
.modal-alert2 .modal-body2 { padding:20px 23px 10px; }
.modal-alert2 .modal-body2 .scroll { max-height:100%; max-height: 230px; overflow-x:hidden; overflow-y:scroll; padding:0 10px; }
.modal-alert2 .modal-body2 .scroll h4 { color:#434343; font-size:12px; font-weight:600; }
.modal-alert2 .modal-body2 .scroll p { color:#434343; font-size:12px; margin:10px 0 5px;  }
.modal-alert2 .modal-body2 .scroll ol { font-size:10px; line-height: 1.6; margin-left:10px; }
.modal-alert2 .modal-body2 .scroll ol li:last-child { margin-left:5px; }

.modal-banner { max-width:550px; padding:0; }
.modal-banner .modal-panel { padding:0; overflow:hidden; }
.modal-banner .modal-foot2 { padding:10px 20px; }
.modal-banner .btn-group { display:flex; align-items:center; justify-content:space-between; }
.modal-banner .btn-group a { color:#434343; font-size:13px; }
.modal-banner .btn-group span {
	position: relative;
	display: inline-block;
	width:15px;
	height: 15px;
	border-radius: 100px;
	border:1px solid #434343;
	margin-right: 5px;
	vertical-align: text-top;
}

/* etc  */
.t-left { text-align:left !important; }
.t-center { text-align:center !important; }
.f15 { font-size:15px; }
.hidden { display: none; }
.visibility { visibility: hidden; }
.fw500 { font-weight:500; }
.pdtb50 {padding:50px 0;}
.pdtb100 {padding:100px 0;}


/*sr*/
.sr-only {
	position:absolute !important;
	width:1px;
	height:1px;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	text-indent: -9999px;
}
.modal-alert2 .modal-body2 .scroll h4
