﻿@charset "utf-8"; 

.sub-ment {background: none;padding-left: 0;font-family: 'iropke';font-size: 2.2rem;font-weight: 400;line-height: 1.1;margin-bottom: 1.3rem;}
.sub-ment + p {line-height: 1.7;}

.text-type01 .title {font-size: 1.7rem;line-height: 0.9;color: #fff;background: #1a50ac;padding: 4.2rem 1.5rem;margin-top: -3.5rem;text-align: center;box-shadow: 4px 4px 0px 0px rgba(93, 97, 107, 0.25);}
.text-type01 .title > span {display: block;font-size: 1rem;color: rgba(255, 255, 255, 0.6);}

.table-depth tbody tr th[scope="row"] {position: relative;font-weight: 100;padding: 1.3rem 0.75rem;}
.table-depth tbody tr th[scope="row"]:before {content:'\e5cf';position: absolute;top: -1rem;left: 50%;background: #656971;border-radius: 50%;width: 2rem;height: 2rem;margin-left: -1rem;line-height: 2rem;font-size: 1.5rem;font-family: 'material-Icons';color: #fff;z-index: 9;}
.table-depth tbody tr:first-child th[scope="row"]:before{display:none;}
.table-depth tbody tr th[scope="row"] > span {display: block;font-weight: 800;color: #124fb6;}

/* img */
.img-zoom {position: relative;text-align: center;border: 1px solid #eaeaea;padding: 1.5rem 1rem;}
.img-zoom img {max-width: 100%;margin: 0 auto;}
.img-zoom .figure-caption {margin-top:0.3rem;font-size: 0.875rem;}
.img-zoom > .btn {position: absolute;bottom:0;right: 0;width: 2.4rem;height: 2.4rem;background: #31313d url('/site/resource/www/images/zoom-icon.png') no-repeat center center;}
.img-zoom > .btn:hover, .img-zoom > .btn:focus {background-color: #0d288e;}

@media (min-width: 1200px) {
	.img-zoom {padding:0;border:none;}
	.img-zoom > .btn {display: none;}
}

/*****************************************************
	센터소개
*****************************************************/

/* 조직도 */
.org {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.org:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 68%;
}
.org div>span {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
	padding: 0.75rem 0.3rem;
}
.org:before, .org .h2:before, .org .h3:before, .org .h3 div:before, .org .h3 div:after, .org .h3 span:before{
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	background-color: #ccc;
}
.org div>span>strong {
	display:block;
}
.org .h1 {
	margin-bottom:1.7rem;
}
.org .h1>span {
	width: 260px;
	max-width: 90%;
	background-color:#e15800;
}
.org .h2 {
	position: relative;
	margin-bottom: 1.7rem;
}
.org .h2>span {
	background-color: #224b8f;
	width: 80%;
	max-width: 260px;
}
.org .h4 {
	position: relative;
	margin-bottom: 1.7rem;
}
.org .h4>span {
	background-color: #228f46;
	width: 80%;
	max-width: 260px;
}
.org .h3 {
	position:relative;
	gap: 10px;
	flex-wrap: wrap;
}
.org .h3:before {
	width: 68%;
	height:1px;
	left: 16%;
	top:-15px;
}
.org .h3>span {
	position:relative;
	width: 30%;
	max-width: 90%;
	background-color: #193054;
}
.org .h3 span:before {
	width: 1px;
	height: 15px;
	top: -15px;
	left: 50%;
}
@media (min-width: 768px){
	.org .h3 {
		flex-wrap: nowrap;
	}
	.org .h3 > span{
		width: 20%;
	}
	.org .h3:before {
		width: 81%;
		height:1px;
		left: 9.5%;
		top:-15px;
	}
}

/* 오시는 길 */
.map-info {
    margin-top: 2.3rem;
}
.map-info > h4 {
    text-align: center;
    color: #000;
}
.map-info > ul {
    text-align: center;
}
.map-info > ul > li {
    position: relative;
    display: inline-block;
    background: none;
    padding: 0 1.5rem;
    font-size: 1.2rem;
}
.map-info > ul > li:before {
	content:'';
	position:absolute;
	top: 0.6rem;
	left:0;
	display:inline-block;
	width: 4px;
	height: 4px;
	background:#ccc;
}
.map-info > ul > li:first-child:before {
	display:none;
}
.map-info > ul > li .material-icons {
    font-size: 1.1rem;
    margin-right: 0.3rem;
    color: #224b8f;
}
.map-table {}
.map-table tbody tr th {
    font-weight: 600;
}
.map-table tbody tr th > img {
	display:block;
	margin:0 auto 0.5rem;
}
.map-table tbody tr th > span {
    display: block;
    font-weight: 100;
    font-size: 0.9rem;
    color:#224b8f;
}
.map-table tbody tr td > h5 {}

/* 비전 및 가치 */
.c0103-1 {}
.c0103-1 .box1, .c0103-1 .box2 {
    width: 80%;
    padding: 1.7rem 1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    border: 5px solid #ccc;
    word-break: keep-all;
}
.c0103-1 .box1 {
    margin-bottom: 1.3rem;
    border-color: #4b8af4;
}
.c0103-1 .box2 {
    border-color: #1c5ac7;
}
.c0103-1 .box1 > strong, .c0103-1 .box2 > strong {
	position:relative;
	display: block;
	font-size: 1rem;
	padding-bottom: 0.6rem;
	margin-bottom: 0.9rem;
}
.c0103-1 .box1 > strong:after, .c0103-1 .box2 > strong:after {
	content:'';
	position:absolute;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	width: 15px;
	height: 2px;
	background: #b5bdca;
}

@media (min-width: 992px) {
	.c0103-1 .box1, .c0103-1 .box2 {width:90%;}
}
@media (min-width: 1200px) {
	.c0103-1 .box1, .c0103-1 .box2 {width:80%;}
}


/*****************************************************
	수강신청
*****************************************************/
.c0303 {
    position: relative;
    padding-left: 1.8rem;
}
.c0303 .depth {
	position:relative;
	margin-bottom: 2rem;
}
.c0303 .depth:before {
	content:'';
	position:absolute;
	top: 1.8rem;
	left: -0.2rem;
	background: #e1e2e4;
	width: 2px;
	height: 80%;
}
.c0303 .depth .title {
    font-weight: 600;
    font-size: 1.3rem;
    color: #0a45a9;
    margin-bottom: 0.5rem;
}
.c0303 .depth .title:before {
	content:'';
	position:absolute;
	top: 0.3rem;
	left: -0.5rem;
	width: 0.8rem;
	height: 0.8rem;
	background: #fff;
	border: 3px solid #0a45a9;
	border-radius:50%;
}
.c0303 .depth .title > span {
    display: block;
    font-size: 0.9rem;
    color: #555;
    text-transform: uppercase;
}

.c0303 .depth .info {
    background: #f5f6f7;
    padding: 1.5rem 2rem;
}

@media (min-width: 768px) {
	.c0303 {padding-left:0;}
	.c0303 .depth:before {display:none;}
	.c0303 .depth > div:fi {}
	.c0303 .depth .title {background: #3072e0;border-radius: 0 0 1.4rem 0;padding: 0.8rem 0.8rem 1.6rem;margin-bottom: 1.5rem;color:#fff;font-size: 1.1rem;}
	.c0303 .depth:nth-child(2) .title {background: #1651b5;}
	.c0303 .depth:nth-child(3) .title {background: #0e387d;}
	.c0303 .depth:nth-child(4) .title {background: #142848;}
	.c0303 .depth:nth-child(5) .title {background: #464a50;}
	.c0303 .depth:nth-child(6) .title {background: #ff7113;}
	.c0303 .depth .title:before {top: inherit;bottom: -1.1rem;left: 50%;width: 3px;height: 28%;margin-left: -1px;border-radius: 0;border: none;background: #dadada;}
	.c0303 .depth:last-child .title:before {display:none;}
	.c0303 .depth .title > span {font-size: 0.9rem;color: #fff;text-decoration: underline;margin-bottom: 0.3rem;}
}