.check-input::placeholder {
	color: #bababa;
} 
.check-input:placeholder {
	color: #bababa;
} 
.check-input:-webkit-input-placeholder {
	color: #bababa !important;
}
.check-input:-ms-input-placeholder {
	color: #bababa !important;
}

.board th{
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 8px;
    font-weight: 600;
}
.board tr th:first-child,
.board tr td:first-child {
	padding: 0;
	text-align: center;
}
th, td {
	text-align: left;
}
.section-title {
	padding-bottom: 30px;
}

.board td{border-bottom: 1px solid #e1e1e1;color: #666;word-break:break-all; padding: 8px;}
.board tbody tr{background: #FFF}
.board tbody tr:hover{background: #f1f1f1;cursor:pointer}
.board tbody td:nth-child(3n){color: #666}

.tabs__links.tabs__links--list > li.active > a{
	color : #d40000 !important;
}
.tabs__links.tabs__links--list > li > a:hover{
	color : #d40000 !important;
}
.tabs__links.tabs__links--list > li.active > a{
	color : #d40000 !important;
}
table {
    width: 100%;
    border-collapse: separate;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
h3, .h3 {
    font-size: 31px;
    line-height: 37px;
}
.cate-title {
	font-weight: 600;
    margin-bottom: 58px;
    font-size: 30px;
}
.tabs__links a {
	color: #929292;
}
.tabs__links a {
	font-size: 17px;
	font-weight: 500;
}
p:not(:last-child), ins:not(:last-child), s:not(:last-child), u:not(:last-child) {
    margin-bottom: 20px;
}
.p-lg {
    font-size: 18px;
    line-height: 34px;
}
.tabs__links li:last-child {
    margin-right: 0px;
}
.tabs__links li {
    list-style: none;
    display: inline-block;
    height: 100%;
    margin-right: 30px;
}
.tabs__links--list li {
    display: list-item;
    padding: 5px 0;
    margin-bottom: 7px;
}
ul li, ul li a {
    font-weight: normal;
}
.marg-b-30 {
	margin-bottom: 30px;
}
.marg-b-50 {
	margin-bottom: 50px;
}
.board-faq-section{
	padding-top: 0px;
}
.faq .accordion {
    padding: 5px 0px;
    min-height: unset;
}
.mobile-board-nav {
	display: none;
}
.board-section {
	margin-top: 90px;
}
@media (min-width: 992px) {
	.board-section {
		background-color: #fff;
		min-height: 700px;
	}
}
.board-detail .event-title{
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
}
.board-detail .regi_date {
	padding: 0;
	display: block;
    text-align: left;
    font-size: 14px;
    color: #7b7b7b;
}
.question-update-btn,
.question-cancel-btn,
.list-btn {
    color: #FFF;
    background: #d40000;
    padding: 8px 40px;
    border: none;
    opacity: 0.8;
    border-radius: 6px;
}
.board-detail .list-btn {
    color: #777;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    background: #fff;
    padding: 5px 35px;
}
.list-btn:hover {
	opacity: 1;
}
thead {
	background: #fafafa;
}
p {
	font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #7B7B7B;
}
.board-section .section-title h2 {
    text-align: left;
    font-weight: 500;
    color: #666;
    line-height: 37px;
    margin-bottom: 0px;
}
.board-section .section-separator:before {
    left: 0;
    margin-left: 0;
}
.write-wrap {
	width: 100%;
	max-width: 600px;
	text-align: left;
}
.write-wrap input {
    float: left;
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
    padding: 10px 20px;
    margin-bottom: 7px;
}
.write-wrap input.input-twin {
    float: left;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 13px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
}
.write-wrap p {
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 7px;
}
.write-wrap textarea {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    margin-bottom: 20px;
    resize: none;
    border-radius: 6px;
}
.captcha {
    float: left;
    margin-bottom: 30px;
}
.captcha img {
	float: left;
	width: 80%;
}
.captcha button {
    width: 30px;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    background-color: #eee;
    color: #999;
    margin-left: 10px;
    border-radius: 3px;
    margin-top: 20px;
    position: absolute;
    right: 5px;
}
.captcha button:hover {
	color: #666;
}
.captcha input {
    width: 80%;
    max-width: 200px;
    float: right;
    margin-top: 15px;
    font-size: 11px;
}
.btn-wrap button {
	border: 1px solid #fff;
    width: 100%;
}
.btn-wrap .question-update-btn, .btn-wrap .question-cancel-btn:hover {
	background-color: #d40000;
	color: #fff;
	border: 1px solid #d40000;
}
.btn-wrap .question-update-btn:hover,
.btn-wrap .question-cancel-btn {
	color: #d40000;
	border-color: #d40000;
	background-color: #fff;
}
.marg-t-30 {
	margin-top: 30px;
}
.pw-check-wrap p {
	text-align: center;
    font-size: 18px;
    color: #333;
}
.pw-check-wrap input {
    font-size: 14px;
    width: 240px;
    color: #333;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #eee;
}
.pw-check-wrap button {
    padding: 8px 40px;
    border: 1px solid #d40000;
    opacity: 0.8;
    border-radius: 6px;
    font-size: 14px;
    background: #FFF;
    color: #d40000;
    margin-right: 20px;
}
.pw-check-wrap button:hover {
    color: #FFF;
    background: #d40000;
}
.board-detail .regi_date span {
    padding: 0;
    color: #bbb;
    font-weight: 300;
    font-size: 13px;
}
.board-detail-wrap {
	padding-top: 25px;
}
.board-detail-wrap img{
	max-width: 100%;
}
.board-section p {
	
    color: #333;
    letter-spacing: -0.6px;
    line-height: 22px;
    padding-bottom: 0;
}
.reply-wrap {
    float: left;
    width: 100%;
    margin-top: 3.5vh;
    border-top: 1px solid #eee;
    padding: 22px 0;
}
.reply-wrap .reply-title {
    float: left;
    padding: 0;
    margin-top: 17px;
    color: #ff6666;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}
.reply-wrap .reply-content-wrap {
	float: left;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px 25px;
    width: 100%;
    max-width: calc(100% - 49px);
}
.reply-wrap .reply-content-wrap .reply-writer {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.reply-wrap .reply-content-wrap .reply-date {
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: #afafaf;
    font-weight: 400;
    font-size: 13.5px;
    margin-bottom: 19px;
}
.reply-wrap .reply-content-wrap .reply-date span {
	font-weight: 300;
	margin-left: 10px;
}
.reply-wrap .reply-content-wrap .reply-content {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    margin-bottom: 4px;
}



/* gallery */
.gallery-section .box-item a.gal-link {
    background-color: #fff;
    opacity: 0.9;
    color: #333;
    cursor: pointer;
    transition: all 400ms ease-in-out;
	top: 40%;
	opacity: 0;
}
.gallery-section .box-item:hover a.gal-link {
	top: 50%;
	opacity: 1;
}
.gallery-section .gallery-item img, .gallery-section .grid-sizer img {
	max-height: 240px;
	height: 240px;
}
.detail-bottom {
	text-align: right;
}
.board-title-wrap {
    border-top: 3px solid #666;
    border-bottom: 2px solid #eee;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
}
.board-title-wrap th:nth-of-type(1) {
	width: 8%;
}
.board-title-wrap th:nth-of-type(2) {
	width: 70%;
	overflow: hidden;
}
.board-title-wrap th:nth-of-type(3) {
    width: 7%;
    text-align: right;
}
.board-title-wrap th:nth-of-type(4) {
    width: 15%;
    text-align: right;
}
.board-detail-wrap {
    color: #333;
    background: #fff;
    font-size: 14px;
    opacity: 1;
    border-radius: 6px;
    float: left;
    width: 100%;
}
.board-detail-wrap > div {
    padding: 5px 10px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e8e8e8;
    float: left;
    width: 100%;
}
.board-detail-wrap .slick-dots {
	bottom: 20px;
}
.board-detail-wrap .detail-main-img {
    display: block;
}
.board-detail-wrap *{
	word-break: break-all !important;
}
.board-detail-wrap p {
	margin-bottom: 0;
	float: left;
	width: 100% !important;
}
.mobile-search-btn {
	display: none;
}
.board-search-form select option {
	background-color: #fff;
}
@media (min-width: 992px) {
	.gallery-item-six img, .grid-sizer-six img {
	    height: 110px;
	}
	.board-search-form select {
		-moz-appearance:none;
		appearance:none;
	}
	.board-detail-wrap img{
		width:50% !important;
		float:left;
		max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.gallery-section .gallery-item img, .gallery-section .grid-sizer img {
		height: 200px;
	}
}
@media (max-width:991px) {
	.cate-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.board-section {
		padding: 50px 0;
	}
	.tabs__links--list li {
	    display: list-item;
	    padding: 0;
	    margin-bottom: 5px;
	}
	.tabs__links a {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.mobile-board-nav {
	    display: block;
	    margin-top: -30px;
	    margin-bottom: 20px;
	    text-align: left;
	}
	.mobile-board-nav a {
	    display: inline-block;
	    font-size: 14px;
	    font-weight: 400;
	    padding: 0 10px;
	    line-height: 12px;
	    font-weight: 500;
	}
	.mobile-board-nav a:nth-of-type(2) {
	    border-left: 1px solid #eee;
    	border-right: 1px solid #eee;
	}
	.mobile-board-nav a {
		display: inline-block;
	}
	.mobile-board-nav a.active, .mobile-board-nav a:focus {
		color: #d40000;
	}
	.board-title-wrap {
	    padding: 10px 15px;
	    background: #f8f8f8;
	}
	.detail-bottom {
		text-align: center;
	}
}
@media (max-width: 499px) {
	.gallery-section .gallery-item img, .gallery-section .grid-sizer img {
		height: auto;
	}
	.board-detail-wrap .slick-initialized .slick-slide {
		height: 30vh;
	}
	.board-search-form {
		width: 250px;
	    margin-top: 30px;
	}
	.gallery-item {
		margin-bottom: 10px;
	}
	.pc-search-btn {
		display: none !important;
	}
	.board-search-form select {
	    float: left;
	    width: 30%;
	    font-size: 12px;
	    background-color: #fff;
	}
	.board-search-form .keyword {
		font-size: 12px
	}
	.board-search-form .keyword {
	    width: 70%;
	}
	.mobile-search-btn {
	    display: inline-block !important;
	    border: none;
	    position: absolute;
	    height: 34px;
	    width: 40px;
	    line-height: 34px;
	    margin-left: -40px;
	    background: transparent;
	    color: #d40000;
	}
	.captcha input {
		width: 95%;
	}
	.board th {
	    border-top: 2px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    padding: 5px 0;
	    font-size: 14px;
	    font-weight: 500;
	}
	.question-update-btn, .question-cancel-btn, .list-btn {
		padding: 4px 20px;
		font-size: 14px;
	}
	.board-list-table tr th:nth-of-type(1), .board-list-table tr td:nth-of-type(1), .board-list-table col:nth-of-type(1),
	.board-list-table tr th:nth-of-type(2), .board-list-table tr td:nth-of-type(2), .board-list-table col:nth-of-type(2),
	.board-list-table tr th:nth-of-type(6), .board-list-table tr td:nth-of-type(6), .board-list-table col:nth-of-type(6) {
		display: none;
	}
	.board-list-table col:nth-of-type(1),
	.board-list-table col:nth-of-type(2),
	.board-list-table col:nth-of-type(6) {
		width: 0% !important;
	}
	.board-list-table col:nth-of-type(3) {
		width: 50% !important;
	}
	.board-list-table col:nth-of-type(4) {
		width: 20% !important;
	}
	.board-list-table col:nth-of-type(5) {
		width: 30% !important;	
	}
	.board td {
		font-size: 14px;
	}
	.board td:nth-of-type(5) {
	    text-align: right;
	}
	.board-detail-wrap > div {
		padding-right: 10px;
	}
	.board-title-wrap {
	    padding-right: 10px;
	}
	.board-section p {
		line-height: 17px;
	}
	.board-section p span {
		font-size: 16px !important;
		line-height: 20px !important;
	}
}

.gallery-section .popup-text {
    position: absolute;
    text-align: left;
    bottom: -10%;
    color: #666;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    letter-spacing: -1px;
    z-index: 5;
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.gallery-section .box-item:hover .popup-text {
    bottom: 0;
    opacity: 1;
}
.section-title > h2 {
    color: #666;
    font-weight: 600;
    font-size: 23px;
    margin-top: 24px;
}
.write-wrap.qna {
	padding: 0px 15px;
}
.write-wrap.qna input {
	max-width: none;
	background: #fff;
	height: 100%;
	line-height: 21px;
}
.write-wrap.qna textarea {
	max-width: none;
	border: 1px solid #eee;
}
.review-info-wrap p {
	padding: 10px;
}
.review-info-wrap .listing-rating {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.faq .faq-title{
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 15px;
}
.faq .faq-category{
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.faq .faq-category p{
    font-size: 14px;
    cursor: pointer;
    color: #666;
    text-align: left;
    padding-bottom: 0px;
}
.faq .category-title{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    padding-left: 30px;
}
.faq .cate-section{
	display: none;
}
.faq .cate-section.active{
	display: block;
}
.faq .faq-category p:hover, .faq .faq-category p.active{
	color: #04beb0;
}
.faq .faq-wrap{
	background-color: #fff;
	border-radius: 6px;
}
.faq .faq_cate-wrap{
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
}
.faq .faq-wrap .accordion-inner{
   	padding: 20px 15px 0px 15px;
}
.faq .accordion{
	padding: 5px 30px;
}
.faq .accordion a.toggle{
	border-color: transparent;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 10px;
    color: #333;
}
.faq .accordion a.toggle.act-accordion{
    background: #fff;
/*     color: #04beb0; */
}
.faq .accordion-inner p{
    font-size: 14px;
    color: #666;
    padding: 0;
    margin: 0;
}
.faq .accordion-inner {
    margin: 0;
    padding: 25px 35px;
    background: #f8f8f8;
}
.faq .faq_cate-wrap > h2{
	font-size: 20px;
	font-weight: 600;
    margin-top: 20px;
}
.faq .faq_cate-wrap .section-separator{
	border-bottom: 1px solid #e9e9e9;
}
.faq .faq_cate-wrap .section-separator:before{
	top: -2px; 
}
.arcticmodal-container_i2 .modal{
	overflow-y: auto;
	position: inherit;
    display: initial;
}
.modal .container{
	position: initial;
}
/* .arcticmodal-close{color: #FFF;float: right;cursor: pointer;} */
.modal__img img {
    max-height: calc(100vh - 70px);
    max-width: 100%;
}
.modal__controls {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal__top__close, .modal__controls__arrow {
    padding: 6px;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 52%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 52%);
    margin: 30px 30px 30px 30px;
    cursor: pointer;
}
.modal__top i {
    position: absolute;
    top: 0;
    right: 0;
}
.right {
    float: right;
}
.color--white {
    color: #fff;
}
.modal__content__counter{
    padding: 10px;
    border-radius: 21px;
    background-color: #000;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 52%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 52%);
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px;
}
.modal__top *, .modal__content *, .modal__controls *{
	color: #FFF;
}
.gallery-item, .grid-sizer{
	margin-bottom: 30px;
}