@charset "utf-8";

/* 공용 */
.wordKeep{word-break: keep-all;}
#cntntsView:not(:has([class^="photo_list"])) img {max-width: 100%; height: auto !important;}
.img_box img {max-width: unset !important;}

/* 인사말 */
.greeting_top {position:relative; padding-top:60px; word-break:keep-all; background:url('/images/web/secgy/sub/img_greeting.png') no-repeat left top;}
.greeting_top .greeting_top_txt {margin:0 0 0 360px; padding:35px 30px; font-size:30px; color:#fff; background:#0066b3;}
.greeting_top .greeting_top_txt:after {content:''; position:absolute; right:0; bottom:0; width:156px; height:143px; background:url('/images/web/secgy/sub/img_greeting2.png') no-repeat right bottom;}
.greeting_top .txt2 span {font-family:'NotoM'; border-bottom:1px solid #fff; }
.greeting_top .txt3 {margin-top:25px; font-size:20px;}
.greeting .txt4 {margin-top:30px; font-size:16px; line-height:1.6; color:#444; word-break:keep-all;}

/* 연혁 */
.history_box {position:relative; padding-left:150px;}
.history_box h3 {position:absolute; left:0; top:0; width:120px; height:85px; padding:35px 0 0; font-size:15px; color:#fff; text-align:center; background:url('/images/web/secgy/sub/bg_history.png') no-repeat;}
.history_box h3 span {display:block; font-size:24px; line-height:28px; font-family:'NotoM';}
.history_box ol {border-top:2px solid #000;}
.history_box ol li {position:relative; padding:13px 0 13px 130px; line-height:1.4; color:#555; font-size:15px; border-bottom:1px dashed #b2b7c7;}
.history_box ol li span {position:absolute; left:0; top:13px; width:90px; color:#10438a; font-family:"NotoM"; font-size:16px; text-align:right;}
.history_info{margin:0 0 30px; font-family: 'NotoR';}
.history_info .txt{font-size:24px; color:#333; margin:0 0 20px; letter-spacing: -1px;}
.history_info .txt span{font-family: 'NotoM'; color:#ba0606;}

/* 찾아오시는 길 */
.map li{width:50%; float:left;}

@media screen and (max-width: 1019px) {

	/* 인사말 */
	.greeting_top {padding-top:0; background-size:auto 100%;}
	.greeting_top .greeting_top_txt {margin:0 0 0 30%; padding:30px 25px; font-size:26px;}
	.greeting_top .txt3 {font-size:18px;}

	/* 이미지 */
	.img img{width:100%;}
}

@media screen and (max-width: 768px) {

	/* 인사말 */
	.greeting_top .greet_txt2 span {display:inline;}

	/* 찾아오시는 길 */
	.map li{width:100%; float:left;}
	.map li:first-child{margin-bottom:30px;}
}

@media screen and (max-width: 640px) {

	/* 인사말 */
	.greeting_top {padding-top:240px; background-size:100% auto;}
	.greeting_top .greeting_top_txt {margin:0 20px; padding:25px 20px;}
	.greeting_top .greeting_top_txt:after {display:none;}
}

@media screen and (max-width: 560px) {	

	/* 인사말 */
	.greeting_top {padding-top:220px;}
	.greeting_top .greeting_top_txt {margin:0;}

	/* 연혁 */
	.history_box {padding-left:0;}
	.history_box h3 {position:relative; left:auto; top:auto; width:100%; height:50px; padding:0 15px 0 50px; line-height:50px; text-align:left; background-size:auto 50px; background-color:#266ed4; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.history_box h3 span {display:inline; line-height:50px;}
	.history_box ol {border-top:none;}
	.history_box ol li {padding:13px 0 13px 120px;}
}

@media screen and (max-width: 420px) {

	/* 인사말 */
	.greeting_top {padding-top:180px;}
}
