@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* subVisual */
.subVisual{
	background-image: url(/include/img/naver_visual.png);
}

/* kakaoBox */
.kakaoBox{
	background: ffffff;
	padding: 0 !important;
	overflow: hidden;
}

.kakaoBox .inner{
	padding: 150px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.kakaoBox .inner .leftBox{
	width: 50%;
	position: relative;
}

.kakaoBox .inner .leftBox::after{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #dddacc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.kakaoBox .inner .leftBox h2{
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	color: #03cf5d;
}

.kakaoBox .inner .leftBox h2 strong{
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #03cf5d 0px 0px 3px;
	display: block;
}

.kakaoBox .inner .leftBox .conTxt{
	text-align: left;
	margin: 30px 0 25px;
}

.kakaoBox .inner .leftBox a{
	background: #03cf5d;
	color: #ffffff;
	height: 150px;
	line-height: 150px;
	text-align: center;
	display: inline-block;
	padding: 0 30px;
	border-radius: 20px;
	font-size: 36px;
	font-weight: bold;
}

.kakaoBox .inner .rightBox{
	position: absolute;
	width: 45%;
	right: 0%;
	bottom: 0;
}






/* ---------------------------------------------------------- 1000 */
@media screen and (max-width: 1000px){
	
}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* subVisual */
.subVisual{
	background-image: url(/include/img/naver_visual_m.png);
}

/* kakaoBox */
.kakaoBox{
	background: #ffffff;
	padding: 0 !important;
}

.kakaoBox .inner{
	padding: 12vw 0;
	flex-wrap: wrap;
	align-items: flex-start;
}

.kakaoBox .inner .leftBox{
	width: 100%;
	order: 2;
	position: relative;
	margin-top: 10vw;
}

.kakaoBox .inner .leftBox::after{
	display: none;
}

.kakaoBox .inner .leftBox h2{
	width: 70%;
}

.kakaoBox .inner .leftBox h2 img{
	width: 100%;
}

.kakaoBox .inner .leftBox h2 strong{
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #03cf5d 0px 0px 3px;
	display: block;
}

.kakaoBox .inner .leftBox .conTxt{
	text-align: left;
	margin: 5vw 0;
}

.kakaoBox .inner .leftBox a{
	height: 20vw;
	line-height: 20vw;
	padding: 0 5%;
	border-radius: 3vw;
	font-size: 6vw;
	width: 100%;
}

.kakaoBox .inner .rightBox{
	position: relative;
	width: 100%;
	right: auto;
	bottom: auto;
	order: 1;
}

}