@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;
}

.sc {
	
}

.sc ul {
	display: flex;
	justify-content: flex-start;
}

.sc ul li {
	margin-right: 36px;
	margin-bottom: 60px;
	max-width: 273px;
}
.sc ul li:nth-child(4n) {
	margin-right: 0;
}

.sc ul li img {
	display: block;
	width: 100%;
}

.sc ul li span {
	display: block;
    text-align: center;
    margin-top: 14px;
}

/* ceo 인사말 */
.company .img {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.company .textbox {
	margin-top: 60px;
}
.company .textbox h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
}
.company .textbox p {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	letter-spacing: 0;
	margin-top: 30px;
	word-break: keep-all;
}
.company .textbox p:last-child {
	color: #333;
	letter-spacing: 0;
}

/* 연혁 */
.history {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.history .title {
	font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}
.history .title h3 {
	font-family: 'Montserrat';
	font-size: 54px;
}
.history .title p {
	font-size: 34px;
	margin-top: 34px;
}
.history .textbox ul li {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}
.history .textbox ul li .text {
	display: flex;
}

.history .textbox ul li .text:not(:first-child) {
	margin-top: 20px;
}

.history .textbox .text h5 {
	font-size: 18px;
	width: 60px;
}
.history .textbox .text p {
	margin-left: 80px;
}
.history .textbox .text p.mon {
	width: 40px;
}

/* 회사전경 */
.foreground .area:not(:first-child) {
	margin-top: 60px;
}
.foreground .area h3 {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding-left: 14px;
}
.foreground .area h3:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 24px;
	background: #C9E4F8;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.foreground .area .img {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.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;
}