@charset "utf-8";


.sub_container {
    float: left;
    width: 100%;
    margin: 7% 0;
}

.sub_container_top {
    float: left;
    width: 100%;
    margin: 5% 0 3% 0;
}

.sub_container2 {
    float: left;
    width: 100%;
    margin: 0% 0 5%;
}

.sub_container_bt {
    float: left;
    width: 100%;
    margin: 3% 0 6%;
}

.sub_container0 {
    float: left;
    width: 100%;
    margin: 0%;
}

.scoreF {
    font-family: 'S-Core Dream 5';
}
.score3{
	font-family: 'S-Core Dream 3';
}
.score4{
	font-family: 'S-Core Dream 4';
}
.score6{
	font-family: 'S-Core Dream 6';
}


.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.gray_box .font21 {
    margin-top: 1%;
    margin-bottom: -0.5%;
    float: left;
    width: 100%;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font26 {
    font-size: 26px;
}

@media (max-width: 500px) {
    .font18 {
        font-size: 17px;
    }

    .font19 {
        font-size: 18px;
    }
}

.name_bg {
    width: 100%;
    background-color: #f9f9f9;
    float: left;
    margin-top: 1%;
}

.name_bg2 {
	background-color: #f0edfc;
	margin-top: 7%;
}

.point {
    padding-left: 1em;
    position: relative;
}

.point::before {
    content: '\00B7';
    font-size: 3em;
    color: #848484;
    font-family: xeicon;
    position: absolute;
    left: 0;
    top: -15%;
}

/**테이블**/

table {
    width: 100%;
    /* min-width: 768px; */
    float: left;
		
}

tr {
    border-bottom: 1px solid #ddd;
}

thead tr {
    background: #f5f5f5;
}

th,
td {
    padding: 15px;
    /*border-left: 1px solid #ddd;*/
    text-align: center;
}
thead td {padding: 6px;}
th {
	background-color: #fefefe;
font-family: 'S-Core Dream 5'
}

td.left_align {
    text-align: left
}

td.left_align p {
    padding-left: 18px;
    background: url(../../../img/sub/point_gray.png) no-repeat left 8px;
}

th:last-child,
td:last-child {
    /*border-right: 1px solid #ddd;*/
}
.table00 { border-top: 1px solid #ddd;}
.table01 {
     border-top: 4px solid #ff6c85;
    /*margin: 2em 0;*/
}
.table02 {
	 border-top: 4px solid #369c7f;
}
.table03 {
	border-top:1px solid #ddd; 
}
.table03 th {
	background-color: azure;
	padding:0.3em;
}
.table03 .arrow {
	border:1px solid #ddd;
	background-image: url(../../../img/sub/0208_4-arrow1.png);
	background-size:40px;
	background-position: center; background-repeat: no-repeat
}
.table03 .arrow.arrow1:first-child{
	border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table03 .arrow.arrow2 {
	border-top: 1px solid #fff;
  border-right: 1px solid #fff;
	background-image: url(../../../img/sub/0208_4-arrow2.png);
}
.table03 .arrow.arrow3 {
	border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
	background-image: url(../../../img/sub/0208_4-arrow4.png);
}
.table03 .arrow.arrow4 {
	border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
	background-image: url(../../../img/sub/0208_4-arrow3.png);
}
table .noneline {	border: 1px solid #fff; }
table .noneline0110 {	border-top:1px solid #fff;border-left:1px solid #fff;}
table .noneline0011 {	border-top:1px solid #fff;border-right:1px solid #fff;}
table .noneline1010 {	border-left:1px solid #fff;border-right:1px solid #fff;}
table .noneline1101 {	border-bottom:1px solid #fff; }

@media (max-width: 992px) {
    /**테이블**/

    table {
        border-collapse: collapse;
        border-spacing: 0px;
        width: 100%;
        clear: both;
        text-align: center;
        margin-left: -1px;
        font-size: 1em;
        zoom: 1;
    }
	.table_scroll {
    width: 100%;
    overflow-x: scroll;
    overflow: auto;
	}
	.table01{
    margin: 0;
	}
	.scroll_tb {
    text-align: center;
    margin: 13px 0 0 0;
    float: left;
    width: 100%;
    font-size: 0.8em;
    border-left: 1px solid #ddd;
    padding: 5px 0 5px 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    /* background-color: #efefef; */
	}
}

@media (max-width: 600px) {

    th,
    td {
        padding: 5px;
    }

}

@media (max-width: 320px) {

    th,
    td {
        padding: 3px;
    }
}

/*테이블 끝*/


.location {
  font-size: 16px; font-weight: 600; line-height: 1em;
    width: 100%; color:#9f9f9f; margin-top: 0.3em; margin-bottom: 3.7em;
}
.location .fas {
  font-size: 0.8em
}
.location strong { color: #676767;}

/*서브메뉴2탭*/

.sub_container_tab {
    width: 100%;
    float: none;
	margin-top: 60px;
	margin-bottom: 130px;
}
.sub_container_tab::after {
	content:"";	display:block; clear: both;
}

.location_box_07,
.location_box_06,
.location_box_05,
.location_box_04,
.location_box_03,
.location_box_02 {
    margin: 0 auto;
}

.location_box_07 {
    width: 100%;
}

.location_box_07 div {
    width: 14.28%;
}

.location_box_06 {
    width: 100%;
}

.location_box_06 div {
    width: 16.66%;
}

.location_box_05 {
    width: 100%;
}

.location_box_05 div {
    width: 20%;
}

.location_box_04 {
    width: 100%;
    padding: 0 10%;
}

.location_box_04 div {
    width: 25%;
}

.location_box_03 {
    width: 100%;
}

.location_box_03 div {
    width: 33.333%;
}

.location_box_02 {
    width: 70%;
}

.location_box_02 div {
    width: 50%;
    padding: 2%;
}

.sub_container_tab > div > a > div {
    float: left;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
		background-color:#f5f5f5;
        border: 1px solid #ddd;
    border-right: none;
    font-size: 20px;
    color: #232323;
    transition: 0.5s;
}

.sub_container_tab > div > a:last-child div {
    /* border-right: 2px solid #fff; */
}
.sub_container_tab > div > a:last-child div {
    border-right: 1px solid #ddd;
}

.sub_container_tab > div > a > div:hover {
    background: #e50052;
    color: #fff;
}

.sub_container_tab > div > a > div.selected {
    position: relative;
    background: #e50052;
    font-weight: 500;
    color: #fff;
    border: 2px solid #ddd;
    border-right: none;
}
.sub_container_tab .pink_tab > a > div.selected {
	background-color:#ff7787
}
.sub_container_tab .pink_tab > a > div:hover {
	background-color:#ff7787
}

.sub_container_tab2 > div > a > div:hover {
    background: #447DC2;
}

.sub_container_tab2 > div > a > div.selected {
    position: relative;
    background: #447DC2;
    font-weight: 600;
    color: #fff;
    border: 1px solid #447DC2;
}

/* 페이징 버튼 */
.pg_wrap {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.pg_current {
    display: inline-block;
    background: #000;
    border: 1px solid #999;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    /* border-radius: 3px; */
}
.pg_page {
    color: #000;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    /* border-radius: 3px; */
}
.pg_page:hover {
    background-color: #fafafa;
}
.pg_page, .pg_current {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
}
.well {
    width: 100%;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#bo_sch #sfl {
    border: 1px solid #aaa;
    border-radius: 0;
}
#bo_sch #stx {
    border: 1px solid #aaa;
    border-radius: 0;
}
button.btn.btn-info {
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0;
}

@media (max-width:1199px) {
	.sub_container_tab > div > a > div {font-size: 19px}
}
@media (max-width: 1000px) {

    .location_box_06,
    .location_box_05,
    .location_box_04,
    .location_box_03,
    .location_box_02 {
        float: left;
        width: 100%;
    }

    .sub_container_tab_0111 div {
        width: 49%;
    }

    .sub_container_tab_0111 .lb_04,
    .sub_container_tab_0111 .lb_02 {
        margin-right: 0;
    }
	.sub_container_tab > div > a > div {
		font-size: 18px;
	}
  br.pc {
    display:none;
  }
}

@media (max-width: 500px) {

    .location_box_06 div,
    .location_box_05 div,
    .location_box_04 div,
    .location_box_02 div {}

}

.M_title{ 
	font-family:'S-Core Dream 4';
	text-align: center;
	margin-top:60px;
}
.M_title1 {
	margin-bottom: 20px; color:#232323;
}
.M_title2 {
	font-size:30px; color:#207e63; font-weight:600;
}

/*---- nomalize 시작 ----*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal}
/*---- nomalize 끝 ----*/


.clear::after{content:""; display:block; clear:both;}
.red {color:#f2483a}
.pink {color:#e50052}
.navy {color:#24195c}
.ta_R {text-align: right}
