


#sub_01_banner{
	width:100%;
	height:600px;
	background: url(/image/sub_01_banner.png) no-repeat;
	background-size:cover;
	background-position:top center;
	position: relative;
}

#sub_02_banner{
	width:100%;
	height:600px;
	background: url(/image/sub_02_banner.png) no-repeat;
	background-size:cover;
	background-position:top center;
	position: relative;
}

#sub_03_banner{
	width:100%;
	height:600px;
	background: url(/image/sub_03_banner.png) no-repeat;
	background-size:cover;
	background-position:top center;
	position: relative;
}

#sub_04_banner{
	width:100%;
	height:600px;
	background: url(/image/sub_04_banner.png) no-repeat;
	background-size:cover;
	background-position:top center;
	position: relative;
}


/* ban_tit */
.ban_tit{
	width:500px;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.ban_tit ul{}
.ban_tit ul h2{font-size:52px; font-family: 'Pretendard-ExtraBold'; color:#fff;}
.ban_tit ul li{font-size:17px; color:#fff; font-family: 'Pretendard-Thin';}


.room{padding:20px 0;}
.page_bar{width:100%; height:1px; background:#ccc; margin:1% 0;}
.sub_tit{padding:2% 0;}


/* sec_tit */
.sec_tit {
	margin: 0 auto;
	padding: 2% 0;
}

.sec_tit ul {
	text-align: center;
}

.sec_tit h2 {
	font-size: 38px;
	font-weight: bold;
	color: #333;
	font-family: 'Pretendard-ExtraBold';
}

.sec_tit li {
	font-size: 20px;
	color: #666;
}


/* main */
.main .tab {
  width: 100%;
  height: auto;
}
.main .tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 1.3px solid #ccc;
  transition: all 0.3s ease;
}
.main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  width: calc(100% / 4);
  height: auto;
  padding: 1rem 0;
  border-bottom: 2.5px solid transparent;
  color: #333;
  background: #ffffff;
  transition: all 0.3s ease;
}
.main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.main .tab-menu-link.is-active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  border-bottom: 2.5px solid #0b318f;
  color: #0b318f;
  background: #ffffff;
}
.main .tab-bar {
  overflow: hidden;
  background: #ffffff;
}
.main .tab-bar-content {
  display: none;
  width: 100%;
/*   min-height: 10rem; */
  transition: all 0.3s ease;
}
.main .tab-bar-content.is-active {
  display: block;
}



/* info_box */
.info_box{overflow:hidden;}
.info_right_box{width:100%; float:left}
.info_right_box ul{padding:60px 10px; max-width:950px;}
.info_right_box h2{position: relative; font-size: 38px; margin:30px 0 30px 0; font-family: 'Pretendard-ExtraBold'; max-width: 800px;}
.info_right_box h2 span{font-family: 'Pretendard-ExtraBold';   color: #0b318f;}
.info_right_box p{font-size:1.125rem; color:#333; font-family: 'Pretendard-Regular';}
.info_right_box h4{display:inline; line-height:10; font-size:17px; margin-right:10px}
.info_right_box h3{display:inline; font-size:28px; font-family: 'Pretendard-ExtraBold';   text-align: right;}

.info_right_box h2::before{
	content:'"';
	font-size:58px;
	position:absolute;
	top:-50px;
	left:0;
	font-family: 'BookkMyungjo-Bd';
}

.info_text01{}
.info_text01 h2{font-size:24px; font-family: 'Pretendard-ExtraBold'; color:#ff3434;}
.info_text01 h3{font-size:24px; font-family: 'Pretendard-ExtraBold'; color:#fff;}
.info_text01 p{font-size:17px; font-family: 'Pretendard-Regular';}
.info_button{padding:20px 40px; background:#0b318f; color:#fff; text-align: center; font-size:22px; font-family: 'Pretendard-ExtraBold'; margin:10px 0;}

.report_button{padding:20px 40px; background:#ff1717; color:#fff; text-align: center; font-size:22px; font-family: 'Pretendard-ExtraBold'; margin:10px 0;}


/* img_con */
.img_con{overflow:hidden; padding-bottom: 2%;}
.img_con img{width:100%;}


#overview_bg{
	width:100%;
	height:1300px;
	overflow:hidden;
	background: url(/image/overview_bg.png) no-repeat;
	background-size: cover;
	margin-top:3%;
}


/* info_box */
.overview_box{overflow:hidden; margin-top:50px;}
.overview_right_box{width:100%; float:left}
.overview_right_box ul{padding:60px 10px; max-width:950px; color:#fff;}
.overview_right_box h2{position: relative; font-size: 38px; margin:30px 0 30px 0; font-family: 'Pretendard-ExtraBold';}
.overview_right_box h2 span{font-family: 'Pretendard-ExtraBold';   color: #D20000;}
.overview_right_box p{font-size:1.125rem; color:#666; font-family: 'Pretendard-Regular';}
.overview_right_box h4{display:inline; line-height:10; font-size:17px; margin-right:10px}
.overview_right_box h3{display:inline; font-size:28px; font-family: 'Pretendard-ExtraBold';   text-align: right;}

.overview_right_box h2::before{
	content:'"';
	font-size:58px;
	position:absolute;
	top:-50px;
	left:0;
	font-family: 'BookkMyungjo-Bd';
}

.overview_inner_01{}
.overview_inner_01 img{width:100%;}





.count_wrap{}
.count_wrap .count-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab-menu .item{
	width: 48%;
	height:180px;
	border:1px solid #ccc;
	margin-bottom: 30px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}

tab-menu .item ul{
	padding:30px;
}
tab-menu .item ul h2{font-size:28px; font-family: 'Pretendard-Bold';}
tab-menu .item ul p{font-size:22px; font-family: 'Pretendard-Regular';}




/* count_box */
.count_box{margin-bottom:3%; overflow:hidden;}
.count_tit{}
.count_tit .count_left_box{position: relative; width:30%; height:200px; float:left;}
.count_tit .count_left_box ul{padding:60px}
.count_tit .count_left_box ul span{color:#ccc; line-height:2;}
.count_tit .count_left_box ul h2{font-size:32px; font-family: 'Pretendard-Bold';}
.count_left_box::after{
	content: "";
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1;
    width: 2px;
    height: 50%;
    background-color: #0b318f;
}
.count_left_box::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    width: 2px;
    height: calc(100% - 5px);
    background-color: #a6a6a6;
}
.count_tit .count_right_box{
	  width:70%;  float:left;
	}
.count_tit .count_right_box ul{padding:30px;}
.count_tit .count_right_box ul h2{font-size:22px; font-family: 'Pretendard-Bold';}
.count_tit .count_right_box ul p{font-size:17px}


.count_wrap{}
.count_wrap .count-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.form_button{overflow:hidden; padding:2% 0;}
.form_button .order_button{position: relative; width:100%; height:80px; background:#D10000; border-radius:10px; transition: ease all 1s;}
.form_button .order_button:hover{scale:0.97; transition: ease all 1s;}
.form_button .order_button h2{
		color:#fff;
		font-size:24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-family: 'Pretendard-Bold';
  }




























