@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
.content_container { padding:0 !important; }
section{ position:relative; z-index:1; overflow:hidden; }
section, section *{
	font-family:'NanumSquare','nt', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#000;
	line-height:1.7em;
	box-sizing:border-box;
	word-break:keep-all;
}
img { display:inline-block; max-width:100%; }

/* Çìµå¶óÀÎ */
#headline {
	padding:150px 40px 100px;
	background-color:#fff;
}
.hl_con{
	position:relative;
	z-index:1;
	max-width:1200px;
	margin:0 auto;
	padding:50px 60px;
}
.hl_con:before, .hl_con:after {
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	z-index:1;
	width:35px;
	border:2px solid #b4edff;
}
.hl_con:before {
	left:0;
	border-right:none;
}
.hl_con:after {
	right:0;
	border-left:none;
}
.hl_con > img {
	 position:absolute;
	 display:block;
	 width:50px;
	 height:auto;
	 z-index:1;
}
.hl_con > img.qt01{
	top:0;
	left:55px;
	transform:translate(0, -50%);
}
.hl_con > img.qt02{
	bottom:0;
	right:55px;
	transform:translate(0, 50%);
}
.hl_con > h2 {
	font-family:'ns',serif;
	font-size:28px;
	font-weight:400;
	color:#000;
	line-height:1.5em;
	text-align:center;
	letter-spacing:-0.025em;
}

/* ÇÃ·º½º */
.flex {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
	transition:0.6s all;
	&.rev { flex-direction:row-reverse; }
}
.flex > li { position:relative; }
.col2 > li { width:calc((100% - 20px) / 2); }
.col3 > li { width:calc((100% - 40px) / 3); }
.col4 > li { width:calc((100% - 60px) / 4); } 

/* ÄÁÅÙÃ÷ */
.inner {
	display:flex;
	flex-direction:column;
	gap:80px;
	max-width:1200px;
	margin:0 auto;
}
.con_padd { padding:150px 0; }

.alignR { text-align:right; }
.alignC { text-align:center; }

/* ÀÌ¹ÌÁö */
.img.flex {
	align-items:flex-start;
	flex-direction:column;
	&.top {
		width:min(600px, 100%);
		margin:0 auto;
		> img {
			border-radius:7vw 0;
			box-shadow:1px 5px 10px rgba(0,0,0,0.5);
		}
	}
}
/* ÀÌ¹ÌÁö ¼³¸í */
.img_txt.flex {
	align-items:flex-start;
	justify-content:center;
	&.bg { background:url("./img/bg2.jpg") no-repeat calc(100% - 50px) 45%; }
}
.img_r { border-radius:7vw 0; }
.img_r2 { border-radius:0 7vw; }
.img_r3 { border-radius:0 0 7vw 7vw; }
.star {
	position:relative;
	.img, .img2 {
		position:absolute;
		width:200px;
		z-index:1;
	}
	.img {
		top:-85px;
		left:-58px;
	}
	.img2 {
		bottom:-78px;
		right:-42px;
	}
}

/* description_integral */
.de {
	display:flex;
	align-items:flex-start;
	gap:10px;
	img {
		margin-top:3px;
		height:20px;
	}
	p { 
		font-size:20px;
		font-weight:300;
		line-height:1.3em;
	}
}

/* title_integral */
.ti_container {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.ti_wrap {
	position:relative;
	z-index:1;
	width:min(800px, 100%);
	min-height:175px;
	padding:40px 60px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:20px;
}
.ti_wrap:before, .ti_wrap:after {
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	width:45px;
	border:1px solid #0c0c0c;
	z-index:1;
}
.ti_wrap:before {
	left:10px;
	border-right:none;
	border-radius:50px 0 0 50px;
}
.ti_wrap:after {
	right:10px;
	border-left:none;
	border-radius:0 50px 50px 0;
}
.ti_wrap > img {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	width:21px;
	transform:translate(0, -50%);
	&.st01{ left:0; }
	&.st02{ right:0; }
}
.ti_wrap > h3 {
	text-align:center;
	span {
		position:relative;
		display:inline-block;
		font-family:'ns',serif;
		font-size:42px;
		line-height:1.3em;
		font-weight:400;
		z-index:1;
		
		&:after {
			position:absolute;
			bottom:0;
			left:0;
			content:'';
			width:100%;
			height:35%;
			background-color:#b4edff;
			z-index:-1;
		}
	}
}
.ti_wrap > p {
	font-size:16px;
	font-weight:400;
	line-height:1.2em;
}


@media(max-width:1024px){
	/* Çìµå¶óÀÎ */
    #headline{ padding:150px 15px 100px; }
    .hl_con > h2{ font-size:24px; }
	
	/* ÄÁÅÙÃ÷ °øÅë */
	.inner {
		gap:60px;
		padding-left:15px;
		padding-right:15px;
	}
	.con_padd {
		padding-top:100px;
		padding-bottom:100px;
	}
}
@media(max-width:768px){

	/* Çìµå¶óÀÎ */
    .hl_con{ padding:40px 30px; }    
    .hl_con:before, .hl_con:after{ width:30px; }
    .hl_con > h2{ font-size:20px; }
    .hl_con > img{ width:40px; }
    .hl_con > img.qt01{ left:45px; }
    .hl_con > img.qt02{ right:45px; }
	
	/* title_integral */
	.ti_wrap {
		min-height:unset;
		padding:40px;
	}
	.ti_wrap > h3 {
		span { font-size:36px; }
	}
	
	.star {
		position:relative;
		.img, .img2 { width:125px; }
		.img {
			top:-55px;
			left:-37px;
		}
		.img2 {
			bottom:-36px;
			right:-26px;
		}
	}

	/* description_integral */
	.de {
		gap:8px;
		p { font-size:16px; }
		img { height:16px; }
	}
}
@media(max-width:540px){
	section, section *{ font-size:16px; }
	
	/* Çìµå¶óÀÎ */
    .hl_con > h2{ font-size:16px; }
	
	.flex > li {
		width:100%;
		p br { display:none; }
	}
	
	/* ÄÁÅÙÃ÷ °øÅë */
	.con_padd {
		padding-top:60px;
		padding-bottom:60px;
	}
	
	/* title_integral */
	.ti_wrap > h3 {
		span { font-size:32px; }
	}
	
	/* description_integral */
	.de {
		gap:6px;
		p {font-size:14px; }
		img {
			height:14px;
			margin-top:2px;
		}
	}
}