@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;}
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}
@media(min-width:970px){
	.page_container { margin-top: 150px} 
}


/* ■■■■■■■■■■■■■■ 페이지 시작 ■■■■■■■■■■■■■■■ */

.cosmetic {
	display: inline-block;
}
.cosmetic img.mo_cos {display:none;}
.cosmetic_cont {
	padding: 85px 0;
	position: relative;
	display: flex;	
	font-family: 'NanumSquare', sans-serif !important;
}

.cosmetic_cont .cosmetic_left {
	flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 25px;
    font-weight: 300;
    color: #000;
    line-height: 1.3;
    padding-left: 90px;
    border-right: 1px solid #000;
}

.cosmetic_cont .cosmetic_left strong {
	font-size: 38px;
	padding-bottom: 5px;
}

.cosmetic_cont .cosmetic_right {
	flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
    position: relative;
    z-index: 7;
}

.cosmetic_cont .cosmetic_right h2 {
	font-size: 38px;
    font-weight: 800;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
	position: relative;
}

.cosmetic_cont .cosmetic_right h2::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 52%;
    height: 24px;
    background-color: #ffc500;
    left: -1%;
    bottom: -6px;
}

.cosmetic_cont .cosmetic_right p {
	font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
}

.cosmetic_bottom {
	background-color: #f5f5f5;
    height: 120px;
    font-size: 28px;
    color: #000;
    position: relative;
    z-index: 5;
	text-align: center;
	padding: 42px 0;
}
.cosmetic_bottom br {display:none;}
.cosmetic_bottom::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -55px;
    width: 67px;
    height: 67px;
    background-color: #f5f5f5;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
}

.cosmetic_bottom strong {
	font-family: 'NanumSquare', sans-serif !important;
    font-size: 34px;
}

.cosmetic_ico {
	width: 600px;
	margin: 0 auto;
	padding: 100px 0;
}

.cosmetic_ico .ico {
	float: left;
	width: 30%;
	text-align: center;
	padding: 30px;
	background-color: #f2f2f2;
	border-radius: 40px;
	box-shadow: 4px 14px 20px #bbb;
}

.cosmetic_ico .ico:nth-child(2) {
	margin: 0 5%;
}

.cosmetic_ico .ico p { padding-top: 10px; color: #374560; font-size:16px;}
@media (max-width: 1200px){
	.cosmetic_cont .cosmetic_left {
		padding:15px;
		border-right:none;
		font-size:20px;
		position:relative;
	}
	.cosmetic_cont .cosmetic_left::after {
		content:'';
		position:absolute;
		left:50%;
		top:118px;
		height:50px;
		width:2px;
		background:#000;
	}
	.cosmetic_cont .cosmetic_left strong {
		font-size:25px;
	}
	.cosmetic_cont .cosmetic_right {
		padding:15px;
		font-size:20px;
	}
	.cosmetic_cont .cosmetic_right h2 {
		font-size:25px;
		margin-top:60px;
	}
	.cosmetic_ico {
		width:100%;
	}
	.cosmetic_bottom {
		font-size:24px;
	}
	.cosmetic_cont {display:block;}
}
@media (max-width: 969px){
	.cosmetic_ico .ico {
	width: 30%;
    margin-bottom: 30px;
    padding: 10px;
    margin-left: 3%;
    box-shadow: none;
	border-radius:0;
	}
	.cosmetic_ico .ico:nth-child(2) {margin:0; margin-bottom:30px; margin-left: 3%;}
	.cosmetic_ico .ico p {font-size:15px; letter-spacing:-2px;}
	.cosmetic_bottom {height:auto; height: auto; padding: 42px 10px; font-size: 20px; line-height:30px;}
	.cosmetic_bottom strong {font-size:25px;}
	.cosmetic img.pc_cos {display:none;}
	.cosmetic img.mo_cos {display:block;}
	.cosmetic_cont {padding: 85px 0 30px 0;}
	.cosmetic_bottom br {display:block;}
}

@media (max-width: 360px){
.cosmetic_cont .cosmetic_left::after {
	top:150px;
}
}