@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:#0c0c0c; line-height:1.7em;
	letter-spacing:-0.015em;
	box-sizing:border-box;
	word-break:keep-all;
}
img{ display: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 #efd7c5;
}
.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;
}

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

.con_ti {
	position:relative;
	width:100%;
	padding:20px 0 0 20px;
	margin:0 0 40px;
	z-index:1;
}
.con_ti > img {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:50px;
}
.con_ti > h3 {
	margin-bottom:15px;
	font-size:36px;
	line-height:1.3em;
}
.con_ti > p > b {
	display:block;
	font-weight:600;
	margin:10px 0 0;
}
.img_r { border-radius:7vw 0; }
.img_r2 { border-radius:0 7vw; }

/* ÇÃ·º½º */
.flex {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:40px;
	transition:0.6s all;
	&.rev { flex-direction:row-reverse; }
}
.flex > li { position:relative; }
.col2 > li { width:calc((100% - 40px) / 2); }
.col3 > li { width:calc((100% - 80px) / 3); }
.img.flex {
	align-items:flex-start;
	justify-content:center;
	> li p { margin-top:20px; }
}
.bg.flex .img {
	position:absolute;
	left:calc(50%);
	transform:translateX(-50%);
	z-index:1;
}

/* 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:#ffbf8d;
			z-index:-1;
		}
	}
}
.ti_wrap > p {
	font-size:16px;
	font-weight:400;
	line-height:1.2em;
}

#sb03 { background:url(./img/bg.jpg) no-repeat center center; }

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

	/* Çìµå¶óÀÎ */
    .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; }
	}
	
	/* ÇÃ·º½º */
	.flex { gap:20px; }
	.col2 > li { width:calc((100% - 20px) / 2); }
	
	/* ¹è°æ */
	.bg.flex > .img.tab > img { width:40px !important; }
}
@media(max-width:540px){
	section, section *{ font-size:16px; }
	
	/* Çìµå¶óÀÎ */
    .hl_con > h2{ font-size:16px; }
	
	/* ÄÁÅÙÃ÷ °øÅë */
	.con_padd {
		padding-top:80px;
		padding-bottom:80px;
	}
	
	/* ÇÃ·º½º */
	.flex {
		> li { width:100%; }
	}
	
	/* title_integral */
	.ti_wrap > h3 {
		span { font-size:32px; }
	}
}