@charset "utf-8";

/* 내용관리 */
#ctt {
	background: #fff;
	padding-top: 100px;
}

.ctt_admin {
	display: none;
	text-align: right
}

#ctt header h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#ctt_con img {
	max-width: 100%;
	height: auto
}

.ctt_img {
	text-align: center
}

/* 사이드 메뉴 */
.inner {
	float: left;
	width: 210px;
}

.inner .depth01 {
	display: block;
	background-color: #b30000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -.6px;
	line-height: 50px;
	text-align: center;
}

.depth02 ul {
	background: #fff;
	border: 1px solid #eee;
}

.depth02 ul li {
	line-height: 45px;
	padding-left: 10px;
}

.depth02 ul li:hover>a {
	color: #b30000;
}

.depth02 ul li a {
	color: #666;
	display: block;
}

/**/
#content_wrap {
	margin-top: 50px;
	width: 1200px;
	margin: 0 auto;
}

#content_banner {
	width: 100%;
	height: auto;
	background: #eee;
	position: relative;
}
#content_banner #banner_title {

}

/**/
.content_wrap {
	
}

.content_wrap .blue {
	color: #2e82ab;
}

.content_wrap .orange {
	color: #db5a27;
}

.content_wrap .b {
	font-weight: bold;
}

.content_wrap .size15 {
	font-size: 15px;
}

.content_wrap .size18 {
	font-size: 18px;
}

.content_wrap .size20 {
	font-size: 20px;
}

.content_wrap .size24 {
	font-size: 24px;
}

.content_wrap .mgt30 {
	margin-top: 30px;
}

.content_wrap .mgt20 {
	margin-top: 20px;
}
.content_wrap .mgt10 {
	margin-top: 10px;
}
.pdl150 {
	padding-left: 150px;
}
.content_wrap .d-block {
	display: block;
}
.content_wrap .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content_wrap .flex-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content_wrap .circle_img img {
	border-radius: 50%;
	width: 250px;
}

.content_tit {
	margin-bottom: 40px;
}

.content_tit h2 {
	letter-spacing: -0.83px;
	font-size: 27px;
	font-weight: 600;
	color: #b30000;
	margin: 0;
}

.content_tit h3 {
	letter-spacing: -0.83px;
	color: #646464;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
}

.content_tit h4 {
	margin: 10px 0;
	color: #a1a1a1;
    font-size: 14px;
    letter-spacing: -0.83px;
    font-weight: normal;
}

.content_box {
	font-size: 17px;
	color: #333;
	line-height: 30px;
	letter-spacing: -1px;
}

.content_box table td {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 24px;
	border-right: 1px solid #eee;
}

.content_box table td:last-child {
	border: 0;
}

.content_box .tt {
	margin-bottom: 20px;
}

.content_box .tt p {
	font-weight: bold;
	color: #2e82ab;
}

.content_box .tt ul {
	list-style: inside;
}

.content_box .tt ul li {
	font-size: 16px;
	color: #444;
	letter-spacing: -0.83px;
}

.content_img {
	text-align: center;
}

/* 사업내용 */
.product .top {
	position: relative;
	margin-bottom: 80px;
}
.product .top .text {
	position: absolute;
	left: 70px;
	bottom: 50px;
	color: #fff;
}
.product .top .text h4 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.product .top .text p {
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
}
.product .area > div:not(:first-child) {
	margin-top: 60px;
}

.flex-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 60px;
}
.flex-box .text h6 {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.flex-box .text h6:before {
	content: "";
	width: 100%;
	height: 7px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: rgb(165, 210, 243, 0.6);
	z-index: -1;
}
.flex-box .text p {
	font-size: 18px;
	color: #333;
	letter-spacing: 0;
}
.flex-box .text p a {
	font-weight: 700;
	text-decoration: underline;
}

.flex-box .text ul li {
	position: relative;
	padding-left: 20px;
}
.flex-box .text ul li:not(:last-child) {
	margin-bottom: 16px;
}
.flex-box .text ul li > span {
	position: absolute;
	top: 1px;
	left: 0;
}
.flex-box .text ul li p span {
	display: block;
	font-size: 16px;
	margin-top: 6px;
	color: #666;
}

.produce02 .flex-box {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.produce02 .flex-box .img {
	margin-right: 36px;
	margin-bottom: 80px;
}
.produce02 .flex-box .img:nth-child(4n) {
	margin-right: 0;
}

.produce02 .flex-box .img p {
	text-align: left;
	font-size: 20px;
}

.produce02 .flex-box .img p.step {
	background: #FF6B00;
	color: #fff;
	width: 83px;
	text-align: center;
	font-size: 14px;
	border-radius: 50px;
	font-weight: 700;
	line-height: 30px;
}

.produce02 .flex-box .img p.step.op1 {
	opacity: 50%;
}
.produce02 .flex-box .img p.step.op2 {
	opacity: 60%;
}
.produce02 .flex-box .img p.step.op3 {
	opacity: 70%;
}
.produce02 .flex-box .img p.step.op4 {
	opacity: 70%;
}
.produce02 .flex-box .img p.step.op5 {
	opacity: 80%;
}
.produce02 .flex-box .img p.step.op6 {
	opacity: 90%;
}

.checkbox {
	margin-top: 15px;
}
.checkbox p {
	position: relative;
	padding: 5px 0 5px 30px;
}
.checkbox p:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	background-image: url('/img/check.png');
	background-size: cover;
}

.content_bt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #b30000;
	border-radius: 20px;
	width: 700px;
	margin: 30px auto;
}

.content_bt_text {
	width: 650px;
	padding: 0 0 0 20px;
}

.content_bt_text p {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.content_bt_text p span {
	color: #b30000;
	font-weight: bold;
}