html,body{
	overflow:hidden;
	width:100%;
	max-height:100vh;
	height:100%;
}

body{
	height:100%;
	position:fixed;
	overflow-y:scroll;
	width:100%;
	max-width:100%;
}

.wrap{
	max-width:100%;
}

ul, ol {list-style-type: none;}
a{ color: inherit; text-decoration: none; }
p { line-height: 24px; font-size:18px; }

body,*{
	font-family:'NanumSquare', sans-serif;
}
/****** 기본 설정 종료 ******/

.navbar{
	border-bottom:1px solid rgba(255,255,255,0.2);
}

h1.logo{
	font-weight:600;
}

.swiper-container{
	overflow:hidden;
}

.swiper-slide img{
	width:100%;
}

.slide1 .swiper-button-prev, .slide1 .swiper-button-next, .slbtn.next, .slbtn.prev{
	color:#808080;
	width:80px;
	height:200px;
	background:black;
	top:50%;
	transform:translateY(-50%);
	margin-top:-40px;
}

.slide1 .swiper-button-prev:after, .slide1 .swiper-button-next:after{
	font-size:32px;
	font-weight:bold;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.slide1 .swiper-button-next, .slbtn.next{
	position:absolute;
	right:0px;
}

.slide1 .swiper-button-prev, .slbtn.prev{
	position:absolute;
	left:0px;
}


.slbtn.next:after{
	position:absolute;
	font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	font-family:swiper-icons;
}

.slbtn.prev:after{
	position:absolute;
	font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	font-family:swiper-icons;
}

.slbtn.next:after{
	content:'next';
}

.slbtn.prev:after{
	content:'prev';
}

.slbtn.next, .slbtn.prev{
	margin-top:50px;
	cursor:pointer;
}

.slide1 .swiper-pagination{
	position: absolute;
    top: 46%;
	left:47.5%;
    display: inline-block;
    width: auto;
    height: auto;
}

.slide1 .swiper-pagination-bullet{
	width:13px;
	height:13px;
	border:2px solid white;
	border-radius:50%;
	background:none;
	opacity:1;
}

.slide1 .swiper-pagination-bullet-active{
	background:white;
}

.main_sl_txtbox{
	top:25%;
	left:50%;
	transform:translateX(-50%);
}

.main_sl_txtbox h2{
	font-size:80px;
	font-weight:800;
	line-height:80px;
	text-align:center;
}

.main_sl_txtbox h2>small{
	display:block;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
}

.rounded_img{
	border-radius:50px 0px 50px 0px;
}

.content-box{
	color:#333333;
	font-size:18px;
	line-height:26px;
}

#section3, #section5{
	background:#f5f7fb;
}
#section4 h5{
	font-weight:700;
	font-size: 1.4rem;
	margin-top: 20px;
}


.board_table{
	width:100%;
	border-bottom:1px solid #cccccc;
}

.board_table th, .board_table td{
	border-top:1px solid #cccccc;
}

.board_table td{
	cursor:pointer;
	font-weight:bold;
}

.board_table td:nth-child(2),.board_table td:nth-child(3){
	text-align:center;
}

.board_contents{
	display:none;
	font-weight:normal;
	line-height:24px;
	font-size:16px;
	color:#333333;
	padding:0px 0px 10px 0px;
}

.board_table th{
	text-align:center;
	height:50px;
}

.board_table th, .board_table td{
	line-height:50px;
}


/****** 반응형 스타일 ******/
@media (min-width: 1200px) {
	section:not(#section1){
		padding:120px 0px 120px 0px;
	}

	h3{
		font-size:50px;
		color:#333;
		font-weight:800;
	}

	h4{
		font-size:24px;
		color:#333;
	}
}

@media (max-width: 1200px) {
	section:not(#section1){
		padding:50px 0px 50px 0px;
	}

	h3{
		font-size:32px;
		color:#333;
		font-weight:800;
	}

	h4{
		font-size:16px;
		color:#333;
	}
	.main_sl_txtbox h2{
		font-size:28px;
		font-weight:800;
		text-align:center;
	}
}

