@charset "utf-8";
.bbs-bg1{background-color: var(--background-color-el); }
.bbs-container{margin: 0 auto; max-width: 1280px; }

/* search form */
.tablesearch{max-width: 500px; padding: 35px 0; margin: 0 auto; background-color: var(--background-color-el); text-align: center; }
.tablesearch div:before{content: "\f0d7"; position: absolute; top: 1px; left: 75px; background-color: var(--white-color); width: 40px; height: 38px; line-height: 40px; color: var(--dark-color); pointer-events: none; }
.tablesearch select,
.tablesearch input,
.tablesearch button{float: left; height: 40px; padding: 0 10px; line-height: 40px; }
.tablesearch select{width: 120px; border: 1px solid var(--dark-color); margin-right: 5px; }
.tablesearch input{width: 200px; border: 2px solid var(--dark-color); }
.tablesearch button{width: 40px; background-color: var(--dark-color); color: var(--white-color); }
/* table 1 */
.table1{width: 100%;}
.table1.active{border-top: 1px solid #d3dbdd; }
.table1 thead{font-weight: bold; }
.table1 thead tr:last-child{border-bottom: 2px solid var(--dark-color); }
.table1 tr{border-bottom: 1px solid #d3dbdd; }
.table1 td i{margin-right: 10px; }
.table1 i{color: var(--dark-color); }
.table1-no{color: var(--dark-color); margin-right: 5px; font-weight: 500; }
.table1-notice{ padding: 3px 10px; font-size: 14px; background-color: var(--dark-color); color: var(--white-color); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.table1-txt1{margin-top: 5px; font-size: 12px; color: var(--gray-color); letter-spacing: -1px; }
.table1-btn{display: block; height: 40px; line-height: 40px; padding: 0 30px; background-color: var(--main-color); color: var(--white-color); font-weight: 500; }
/*  table 2 */
.table2{ width: 100%; }
.table2 td{ padding: 10px; }
.table2 tr{ border-bottom: 1px solid var(--gray-color); }
.table2 .table2-title{ font-weight: bold; }
.table2 .table2-desc{ height: 45px; overflow: hidden; font-size: 14px; color: #666; }
.table2 .table2-thumb{ width: 80px; }
.table2-minfo{ font-size: 12px; }
.table2-minfo span { margin-right: 10px; white-space: nowrap; }
.table2-minfo i { color: gray }
.table2-point{ background-color: var(--dark-color); color: var(--white-color); padding: 0 4px; margin-right: 3px; font-size: 12px; }
/* form 1 */
.form1 { width: 100%; }
.form1 tr { border-bottom: 1px solid #d3dbdd; }
.form1 th { padding: 15px  10px; background-color: #F0F1F5; border-right: 1px solid #D3DBDD; white-space: nowrap; }
.form1 .fa-asterisk { color: var(--dark-color); font-size: 10px; vertical-align: top; }
.form1 input{ display: block; line-height: 50px; width: 100%; height: 50px; padding: 0 10px; }
.form1 input[readonly]{ color: #bbb; }
.form1 .textarea{ display: block; padding: 10px; width: 100%; height: 200px; background-color: var(--white-color); }
/* view1 */
.view1-title{position: relative; padding: 30px 20px; border-bottom: 2px solid var(--dark-color); }
.view1-title h2{padding-right: 260px; letter-spacing: -1px; }
.view1-title div{position: absolute; top: 50%; right: 20px; width: 260px; height: 40px; margin-top: -20px; line-height: 40px; text-align: right; }
.view1-title strong{margin-left: 50px; }
.view1-title strong:first-child{margin-left: 0; }
.view1-title i{margin-right: 5px; font-size: 0.9em; }
.view1-title p{ margin-top: 10px; font-size: 0.9em; color: var(--gray-color); font-weight: 500; }
.view1-title p span{margin-right: 10px; font-size: 0.8em; }
.view1-btn{display: block; margin: 0 auto; width: 100%; max-width: 200px; border: 1px solid var(--dark-color); color: var(--dark-color); height: 60px; line-height: 60px; }
.view1-btns{border-top: 1px solid #263e5c; padding-top: 50px; }
.view1-btns a,
.view1-btns button{float: left; min-width: 150px; min-height: 60px; line-height: 60px; border: 1px solid var(--dark-color); border-left: 0; color: var(--dark-color); text-align: center; }
.view1-btns div{border-left: 1px solid var(--dark-color); }
.view1-btns .active1{background-color: #000000; color: var(--white-color); border-top-color: #000000; border-bottom-color: #000000;  }
.view1-btns .active2{background-color: var(--dark-color); color: var(--white-color); border-top-color: var(--dark-color); border-bottom-color: var(--dark-color); }
.view1-content{padding: 0 20px; }
.view1-maximgs img{max-width: 100%; }
/* reservation counselling  */
.rc-title{font-size: 1.3em; color: #263e5a; }
.rc-title i{margin-right: 10px; }
.rctab{padding: 50px; background-color: #eff3fc; }
.rctab-btns label{float: left; min-width: 175px; margin: 0 3px 3px 0; }
.rctab-btns span{display: block; width: 100%; padding: 0 30px; height: 50px; line-height: 50px; text-align: center; font-weight: 500; background-color: #8fa8e1; border: 1px solid #8fa8e1; color: var(--white-color); }
.rctab-btns input{position: absolute; width: 0; opacity: 0;}
.rctab-btns input:checked + span{background-color: var(--white-color); border-color: #698cde; color: #3962be; }
.rctab-con{margin-top: 30px; text-align: left; }
.rctab-table{width: 100%; line-height: 1.8; }
.rctab-table th,
.rctab-table td{vertical-align: top; }

/**
 * reply
 */
.reply-title{ border-bottom: 3px solid var(--dark-color); }
.reply-form{ padding: 20px; background-color: var(--white-color); }
.reply-form textarea{ float: left; height: 120px; width: 80%; padding: 10px; border: 1px solid var(--dark-color); border-right: 0; resize: vertical; }
.reply-form button{ float: left; width: 20%; height: 120px; line-height: 120px; background-color: var(--dark-color); font-weight: 700; color: var(--white-color); }
.reply{padding: 20px; border-bottom: 1px solid var(--light-gray-color); background-color: var(--white-color); }
.reply span,
.reply button{ background-color: var(--main-color); color: var(--white-color); padding: 0 4px; font-size: 12px; }
.reply b{ color: var(--main-color); }
.reply small{ margin-left: 10px; color: gray; }
.reply-text{ margin-top: 10px; }
.reply-wrap{ border-top: 1px solid var(--light-gray-color); }

.table2 .table2-desc{ height: 25px; overflow: hidden; font-size: 14px; color: #666; word-break: break-all; }
.table2 .table2-title .gubun-text { height: 18px; overflow: hidden; line-height:1.0; }
.table2 .table2-title .gubun-text > span { font-size: 12px; color: var(--white-color); background-color:var(--dark-color); padding: 1px 6px 2px; line-height:1.1; border-radius: 1px; font-weight:normal; }

iframe { max-width:100%; }
.view1-title .gubun-text { height: 18px; overflow: hidden; line-height:1.0; position:static; text-align:left; margin: 7px 0 0 0 !important; }
.view1-title .gubun-text > span { font-size: 12px; color: var(--white-color); background-color: var(--dark-color); padding: 1px 6px 2px; line-height:1.1; border-radius: 1px; font-weight:normal; }

/* gubun */
#gubun1-select { margin: 5px; }
#gubun1-select span { display:inline-block; margin:0 3px; padding:0 5px; min-width:60px; border-radius: 3px; text-align:center; cursor:pointer; }
#gubun1-select span.on { background-color: var(--dark-color); color: var(--white-color);  font-weight: 500; }

/*
Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.cke_editable
{
	font-size: 12pt;
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

.cke_editable p {
	font-size: 12pt;
    line-height: 1.6;
    word-wrap: break-word;
	margin:1em 0;
	min-height:1em;
}

.cke_editable blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_editable .cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_editable .cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.cke_editable a
{
	color: #0782C1;
}

.cke_editable ol,.cke_editable ul,.cke_editable dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
	padding: 0 40px;
}

.cke_editable h1,.cke_editable h2,.cke_editable h3,.cke_editable h4,.cke_editable h5,.cke_editable h6
{
	font-weight: normal;
	line-height: 1.2;
	margin:1em 0;
}

.cke_editable hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

.cke_editable img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.cke_editable img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.cke_editable pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.cke_editable .marker
{
	background-color: Yellow;
}

.cke_editable span[lang]
{
	font-style: italic;
}

.cke_editable figure
{
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

.cke_editable figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

.cke_editable a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

/* Widget Styles */
.cke_editable .code-featured
{
	border: 5px solid red;
}

.cke_editable .math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.cke_editable .image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.cke_editable .image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.cke_editable .image-grayscale
{
	background-color: white;
	color: #666;
}

.cke_editable .image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.cke_editable .embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.cke_editable .embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.cke_editable .embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.cke_editable .embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.cke_editable .embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

.cke_editable img {
	height: auto !important;
}

/* 
.list-member-point-level { display: block; }
@media (max-width: 639px) and (min-width: 375px){
	.list-member-point-level { display: inline-block; }
}
@media (max-width: 374px){
	.list-member-point-level { display: inline-block; }
}
*/

@media (min-width: 640px){
    /* table 1 */
    .table1 th, .table1 td{padding: 12px 10px; }
    table tr.bbs-notice td{padding: 12px 10px !important; }
}
@media (max-width: 639px)
{
    /* search form */
    .tablesearch{padding: 7% 5%;}
    .tablesearch div{width: 100%; letter-spacing: -1px; }
    .tablesearch div:before{left: 30%; width: 30px; margin-left: -30px; font-size: 14px; color: var(--dark-color); }
    .tablesearch select{width: 30%; margin: 0; }
    .tablesearch input{width: 50%; border-color: var(--dark-color); }
    .tablesearch button{width: 15%; background-color: var(--dark-color); }
    /* table 1 */
    .table1{table-layout: fixed; }
    .table1 th,
    .table1 td{padding: 10px 20px; }
    .table1 th:first-child,
    .table1 td:first-child{width: 15%; }
    .table1 a{display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    /* .table1 .state{padding: 10px; font-size: 12px; } */
    /*  table2 */
    .table2 .table2-thumb{ width: 90px; }
    /* view1 */
    .view1-title h2{padding: 0; letter-spacing: 1px; }
    .view1-title div{position: relative; display: block; margin: 7px 0 0 20px; height: auto; line-height: 1.6; text-align: left; color: gray; font-size: 14px; }
    .view1-title strong{margin: 0 15px 0 0; font-weight: normal; }
    .view1-btn{height: 50px; line-height: 50px; }
    .view1-btns{padding-top: 50px; }
    .view1-btns a,
    .view1-btns button{min-width: 100px; min-height: 50px; line-height: 50px; }
    /* reservation counselling */
    .rctab{padding: 25px; }
    .rctab-btns label{float: left; width: 50%; min-width: 50%; margin: 0; padding: 1px; }
    .rctab-btns label:first-child{width: 100%; }
    .rctab-btns span{padding: 0 10px; }
    .rctab-con{margin-top: 20px; }
    /* reply */
    .reply-title{ padding: 0 20px; }
    .reply-form textarea{ width: 70%; }
    .reply-form button{ width: 30%; }
    .reply-text{ margin-top: 5px; }

}