@charset "utf-8";

/* 내용관리 */
#wrapper_title {text-align:center !important}
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0 50px; height:auto; overflow:hidden;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


#ctt_con .left {float:left; width:50%; display:inline-block; padding-right:2%}
#ctt_con .left .content_title {font-size:36px; color:#178cf4; line-height:1.45; margin-bottom:80px;}
#ctt_con .left p {font-size:16px; line-height:1.5; word-break:keep-all;}
#ctt_con .left p b {font-weight:bold; font-size:20px; margin-top:30px; display:block;}
#ctt_con .right {float:right; width:50%; display:inline-block; padding-left:1em}


.ceo {display: flex; flex-wrap: wrap; }
.ceo > div {box-sizing: border-box;}
.ceo .ceo_greet {width: 50%; padding-right: 50px}
.ceo .ceo_greet h1 {font-size: 26px; font-weight: bold; margin-bottom: 100px; line-height: 1.5}
.ceo .ceo_greet .ceo_text {font-size: 16px; line-height: 1.5;margin-bottom: 20px; word-break: keep-all;}
.ceo .ceo_greet .ceo_end {font-size: 20px; margin-top: 50px}
.ceo .ceo_image {width: 50%; padding-left: 50px;}
.ceo .ceo_image img {display: block; width: 100%}