@charset "utf-8";

/* 조직도 
.org {position:relative;}
.org__dialgram {
    position:relative;
    width:100%;
}
.org__make {
    position:relative;
    width:100%;
    margin-top:2.7rem;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap; 
    align-items:stretch;
}
.org__make__left {
    width:20.5%;
}
.org__make__right {
    width:calc(100% - 20.5%);
    padding-left:3px;
}
.org__make__title {
    display:flex;
    justify-content:center;
    align-items:center;
    width:20.5%;
    font-size:0.8rem;
    color:#3d3d3d;
    text-align:center;
    border-radius:20px;
    border:3px solid #b2b2b2;
}
.org__make__list {
    position:relative;
    width:100%;
}
.org__make__list li {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;    
}
.org__make__list li + li {margin-top:3px}
.org__make__list .text {
    display:block;
    width:calc(33.333333% - 3px);
    margin-left:3px;
    border:3px solid #b2b2b2;
    font-size:0.8rem;
    text-align:center;
    border-radius:50px;
    padding:0.5rem 0;
}*/

/* 기관소개 
.greeting {
    position:relative;
    width:100%;
}
.greeting__image {
    position:relative;
    width:100%;
    margin-bottom:1.5rem;
}
.greeting__title {
    font-size:1.25rem;
    color:#000;
    font-weight:700;
    margin-bottom:0.9rem;
}
.greeting__title span {font-weight:300;}
.greeting__text {
    font-size:1rem;
    color:#4d4d4d;
}
.greeting__text2 {
    font-size:0.9rem;
    color:#4d4d4d;
    font-weight:300;
    margin-top:0.75rem;
}*/

/*조직도*/
.chart{
	width:100%;
}

.chart_title{
	position:relative;
}

.chart_img{
	width:90%; 
	margin:0 auto;  
	height:550px;
}

.chart_img img{
	width:95%; 
	margin:130px auto; 
	margin-left:28px;
}

/*비전*/
.vision_img img{
	width:95%;
}

/*연혁*/
.history_title{
	position:relative;
}

.history_title_box{
	width:30px;
	height:30px;
	background-color:#d2eaf5;
	position:absolute;
}

.history_h{
	position:absolute;
	font-size:40px;
	z-index:9;
	left:20px;
}

.history_s{
	width:100%;
	height:2px;
	background-color:#333;
	display:block;
	position:absolute;
	top:75px;
}

.history_img{
	width:49%;
	float:left;
	position:relative;
	left:20px;
	top:120px;
}

.history_img img{
	width:80%;
	display:block;
}

.history .history_box{
	position:relative;
	top:120px;
}

.history_text_1{
	width:100%;
}

.history_text_2{
	width:50%;
	float:right;
	margin-top:30px;
	margin-bottom:180px;
	margin-right:10px;
	font-size:18px;
}

.history_text_1 .b_txt_1{
	font-size:40px;
	font-weight:800;
	color:#bcbbbb;
	float:left; 
	padding-right:10px;
}

.history_text_1 .b_txt_2{
	font-size:40px;
	font-weight:800;
	color:#0d6eb0;
}

.history_text_1 .b_txt_3{
	color:#777;
	font-size:17px;
	font-weight:500;
	letter-spacing:-1px;
}

.history_tbox{
	width:100%;
	position:relative;
	padding-top:10px;
}

.tbox_num::before{
	content:'';
	display:block;
	position:absolute;
	width:9px;
	height:9px;
	background-color:#d6d6d6;
	border-radius:50%; 
	left:5px;
	margin-top:8px;
	z-index:5;
}

.tbox::after{
	content:'';
	display:block;
	position:absolute;
	height:60px;
	width:1px;
	background-color:#ebebeb;
	top:10px;
	left:9px;
}

.history_tbox ul li:last-child .tbox::after{
	height:0;
}

.tbox_num{
	float:left;
	margin-right:40px;
	margin-left:50px;
	color:#0d6eb0;
	font-size:19px;
	font-weight:800;
}

.tbox_txt span{
	display:block;
	position:relative;
	font-size:17px;
	font-weight:400;
	color:#777;
}

.tbox{
	margin-bottom:30px;
	position:relative;

}


/*교육원소개*/
.greeting{
	padding-bottom:350px;
}

.greeting .info_02_img{
	display:block;
	padding-top:30px;
	position:relative;
}

.greeting .info_02_box{
	width:985px;
	padding-bottom:100px;
	background-color:#fff;
	position:absolute;
	top:302px;
	margin-left:72px;
}

.greeting .info_02_box .h_box_1{
	font-size:40px;
	font-weight:700;
	text-align:center;
	padding-top:60px;
	padding-bottom:40px;
}

.greeting .info_02_box .h_box_2{
	font-size:20px;
	font-weight:500;
	color:#0d6eb0;
	margin-bottom:30px;
	margin-left:230px;
}

.greeting .info_02_box .p_box{
	font-size:16px;
	font-weight:300;
	color:#777;
	line-height:28px;
	margin-left:230px;
}

.greeting .info_02_box .h_box_3{
	text-align:right;
	margin:60px 0;
	font-size:20px;
	font-weight:500;
	color:#777;
	margin-right:125px;
}

@media screen and (max-width:960px) { 
	.greeting {margin-bottom: 10rem;}
	.greeting .info_02_img {padding-top:0px;}
    .greeting .info_02_img img {width:100%;}
	.greeting .info_02_box {width:90%; margin:0rem 2.2rem; top: 26%;}
	.greeting .info_02_box .h_box_1 {font-size: 1.2rem; padding: 0.9rem 3rem;}
	.greeting .info_02_box .h_box_2 {font-size: 1rem; padding: 0.9rem 1.2rem; margin:0rem 1rem;}
	.greeting .info_02_box .p_box {font-size: 0.9rem; padding: 0.9rem 1.2rem; margin:0rem 1rem 1rem 1rem;}
	.greeting .info_02_box .h_box_3 {font-size: 1rem; margin:0rem 1rem;}
}

@media screen and (max-width:720px) { 
	.greeting {margin-bottom: 25rem;}
	.greeting .info_02_img {padding-top:0px;}
    .greeting .info_02_img img {width:100%;}
	.greeting .info_02_box {width:90%; margin:0rem 1.1rem; top: 26%;}
	.greeting .info_02_box .h_box_1 {font-size: 1.2rem; padding: 0.9rem 3rem;}
	.greeting .info_02_box .h_box_2 {font-size: 1rem; padding: 0.9rem 1.2rem; margin:0rem 1rem;}
	.greeting .info_02_box .p_box {font-size: 0.9rem; padding: 0.9rem 1.2rem; margin:0rem 1rem 1rem 1rem;}
	.greeting .info_02_box .h_box_3 {font-size: 1rem; margin:0rem 1rem;}

	/*연혁*/
	.history_h{font-size:25px;}
	.history_s{top:55px;}
	.history_img img{display:none;}
	.history_text_1 .b_txt_1{font-size:30px;}
	.history_text_1 .b_txt_2{font-size:30px;}
	.history_text_1 .b_txt_3{font-size:15px; margin-top:5px;}
	.history .history_box{top:80px;}
	.history_text_2{width:100%; margin-right:0px;}
	.tbox_num{font-size:17px; margin-left:25px;}
	.tbox_txt span{font-size:15px; left:-15px;}

}

/* 오시는글 */
.location {position:relative;}
.location__image {
    position:relative;
    width:100%; 
}
.location__cont-box {margin-top:1.5rem}
.location__cont-box .tbl-type1 {margin-top:1rem}
.location__info {
    position:relative;
    margin-top:1rem;
}
.location__info__item {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    align-items:center;
    margin-bottom:0.65rem;
}
.location__info__item:last-child {margin-bottom:0}
.location__info__item .left {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:109px;
    font-size:0.8rem;
    color:#1ba4c2;
    font-weight:500;
}
.location__info__item img {
    max-width:2.2rem;
    height:auto;
    margin-right:0.5rem;
}
.location__info__item .right {
    width:calc(100% - 109px);
    font-size:0.8rem;
    color:#4d4d4d;
    font-weight:300;
}
#location__map {
    position:relative;
    width:100%;
    height:300px;
    border:1px solid #ddd;
}

#contents .agree-text .title {
    font-size:1rem;
    color: #1ba4c2;
    font-weight: 500;
}
#contents .agree-text .text {
    font-size:0.8rem;   
    line-height:1.5;
}


.biz-info__section1,
.biz-info__section2 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    min-height:348px;
    background-position:0 0;
    background-size:auto;
    background-repeat:no-repeat;
}
.biz-info__section1 {
    background-color:#7290fe;
    background-image:url(../imgs/info/biz_info_bg1.png);
}
.biz-info__section2 {
    background-color:#2fd3ca;
    background-image:url(../imgs/info/biz_info_bg2.png);
}
.biz-info__section-image {
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    align-items:center;
    width:457px;
}
.biz-info__section-image img {
    max-width:100%;
    height:auto;
}
.biz-info__section2 .biz-info__section-image {
    justify-content:end;
}
.biz-info__section-cont {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;    
    justify-content:center;
    width:calc(100% - 457px);   
    height:348px; 
}
.biz-info__section-text {
    margin-top:8px;
    font-size:1rem;
    color:#fff;
    font-weight:300;
    line-height:1.95rem;
    letter-spacing:-0.05em;
}
.biz-info__section-title {
    position:relative;
    font-size:1.5rem;
    color:#fff;
    font-weight:700;
    line-height:1;
}
.biz-info__section-title::after {
    content:"";
    display:block;
    position:absolute;
    top:0.75rem;
    left:0;
    width:100%;
    height:1px;
    background-color:rgba(255,255,255,0.53)
}
.biz-info__section-title span {
    display:inline-block;
    position:relative;
    z-index:2;
    padding-right:0.5rem;
}
.biz-info__section1 .biz-info__section-title span {background-color:#7290fe;}
.biz-info__section2 .biz-info__section-title span {background-color:#2fd3ca;}

.biz-info__section3 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    margin-top:1.90rem;
}
.biz-info__section3 .left,
.biz-info__section3 .right {width:50%;}
.biz-info__section3 .left {padding-right:6.5px;}
.biz-info__section3 .right {padding-left:6.5px}
.biz-info__appoint {
    text-align:center;
    border:1px solid #5d6b99;
}
.biz-info__prospect {
    text-align:center;
    border:1px solid #70b5d6;
}
.biz-info__title {
    padding:0.65rem 0;
    font-size:1.2rem;
    color:#212121;
    font-weight:700;
    line-height:1;
}
.biz-info__title.title--bg1 {background-color:#f2f3f7;}
.biz-info__title.title--bg2 {background-color:#f4f9fc;}
.biz-info__cont {
    padding:1.1rem 10px;
    font-size:1.15rem;
    color:#5e5e5e;
    font-weight:300;
}
.biz-info__cont strong {font-weight:700;}
.color--blue--500 {color:#2e5ae8 !important}
.color--blue--400 {color:#2ab9ff !important}
@media screen  and (max-width:1240px) {
    .biz-info__section-image {width:45%;}
    .biz-info__section-cont {width:55%;}
}
@media screen  and (max-width:720px) { 
    .biz-info__section1, 
    .biz-info__section2 {flex-direction:column;padding:0.75rem}
    .biz-info__section-image {width:100%;}
    .biz-info__section-cont {width:100%;margin-top:1rem}
    .biz-info__section-cont br {display:none;}
    .biz-info__section-cont {height:auto;}
}
@media screen  and (max-width:630px) { 
    .biz-info__section3 {flex-direction:column;}
    .biz-info__section3 .left {
        width:100%;
        padding-right:0;
    }
    .biz-info__section3 .right {
        width:100%;
        padding-left:0;
        padding-top:1rem;
    }

	/*조직도*/
	.history_h{font-size:25px;}
	.history_s{top:50px;}
	.chart_img img{width:100%; margin-left:0; margin-top:90px;}
}


.law .law_box {
    width: 830px;
    height: 100px;
    border: 1px solid #cccccc;
    margin: 10px 0 10px 40px;
}

/*개인정보처리방침*/

#personal{
	font:15.5px 'Noto Sans KR', 'Malgun Gothic', sans-serif; 
	letter-spacing:-0.5px;
}

#personal .personal_in .personal_title h1{
	font-size:35px;
	text-align:center;
}

.personal_in .personal_box{
	
	border:1px solid #cccccc;
	margin:50px 0;
}

.personal_in .personal_box img{
	width:55px;
	display:block;
	float:left;
	margin:30px 30px 20px 30px;
}

.personal_in .personal_box p{
	margin:30px 30px 20px 30px;
	line-height:23px;
	font-weight:600;
}

.personal_in .personal_intro{
	line-height:23px;
}

.personal_in .personal_intro p{
	margin-bottom:10px;
}

.personal_in .personal_intro p:last-child{
	margin-bottom:30px;
}

.personal_in .personal_law .law{
	margin-bottom:30px;
}

.personal_in .personal_law .law h1{
	font-size:20px;
	color:#0f489a;
	margin-bottom:20px;
}

.personal_in .personal_law .law p{
	line-height:23px;
}

.personal_in .personal_law .law:nth-child(1) p{
	margin-bottom:10px;
}

.personal_in .personal_law .law .law_in{
	margin-bottom:10px;
}

.personal_in .personal_law .law:nth-child(2) p{
	margin-bottom:10px;
}

.personal_in .personal_law .law .law_box{
	width:830px;
	height:100px;
	border:1px solid #cccccc;
	margin:10px 0 10px 40px;
}

.personal_in .personal_law .law .law_box img{
	width:55px;
	display:block;
	float:left;
	margin:26px 30px 20px 30px;
}

.personal_in .personal_law .law .law_box ul{
	margin:13px 0 30px 10px;
	line-height:23px;
}

.personal_law .law:nth-child(2) div:nth-child(10) ul{
	margin:25px 0 30px 10px;
}

.personal_law .law:nth-child(2) div:nth-child(12){
	height:110px;
}

.personal_law .law:nth-child(2) div:nth-child(12) img{
	margin:30px 30px 20px 30px;
}

.personal_law .law:nth-child(2) div:nth-child(12) ul{
	margin:10px 0 30px 10px;
}

.personal_in .personal_law .law:nth-child(3) table{
	margin:30px 0;
	color:#000 !important;
	text-align:center; 
}

.personal_in .personal_law .law:nth-child(3) table tr{
	border:1px solid #d5d3ed; 
}

.personal_in .personal_law .law:nth-child(3) table th{
	border:1px solid #d5d3ed; 
	padding:15px 0;
}

.personal_in .personal_law .law:nth-child(3) table .ttr{
	border-top:2px solid #000;
}

.personal_in .personal_law .law:nth-child(3) table .tth{
	border:1px solid #d5d3ed;
	background-color:#f3f6fa;
	padding:7px;
	width:25%;
}

.personal_in .personal_law .law:nth-child(3) table tr:nth-child(1){
	background-color:#ececec;
}

.personal_in .personal_law .law:nth-child(3) table td{
	border:1px solid #d5d3ed; 
	padding:15px 10px; 
	width:25%;
}

.personal_in .personal_law .law:nth-child(8) table{
	margin:30px 0;
	color:#000 !important;
}

.personal_in .personal_law .law:nth-child(8) table tr{
	border:1px solid #d5d3ed;
}

.personal_in .personal_law .law:nth-child(8) table th{
	border:1px solid #d5d3ed; 
	padding:15px 0; 
	text-align:center;
}

.personal_in .personal_law .law:nth-child(8) table .tth{
	border:1px solid #d5d3ed;
	background-color:#f3f6fa;  	
	padding:7px;
	width:20%;
}

.personal_in .personal_law .law:nth-child(8) table td{
	border:1px solid #d5d3ed; 
	padding:15px 10px;
}

.personal_in .personal_law .law:nth-child(9) table{
	margin:30px 0;
	text-align:center; 
	width:100%;
	color:#000 !important;
}

.personal_in .personal_law .law:nth-child(9) table tr{
	border:1px solid #d5d3ed;
}

.personal_in .personal_law .law:nth-child(9) table th{
	border:1px solid #d5d3ed; 
	padding:15px 0; 
}

.personal_in .personal_law .law:nth-child(9) table .ttr{
	border-top:2px solid #000;
}

.personal_in .personal_law .law:nth-child(9) table .tth{
	border:1px solid #d5d3ed;
	background-color:#f3f6fa;  	
	padding:7px;
	width:20%;
}

.personal_in .personal_law .law:nth-child(9) table tr:nth-child(1){
	background-color:#ececec;
}

.personal_in .personal_law .law:nth-child(9) table td{
	border:1px solid #d5d3ed; 
	padding:15px 10px;
}

.personal_in .personal_law .law:nth-child(10) li{
	line-height:23px;
}

.personal_in .personal_law .law:nth-child(10) .law_in{
	margin:10px 0;
}

.personal_in .personal_law .click_law{
	width:350px;
	height:40px;
	border-radius:40px;
	border:1px solid #000;
	cursor:pointer; 
	line-height:40px;
	margin-bottom:20px;
	text-align:center;
}

.personal_in .personal_law .click_law:last-child{
	margin-bottom:40px;
}

.personal_in .personal_law .click_law p{
	text-align:center;
}

.personal_in .personal_law .click_law a:hover{
	display:block;
	border-radius:40px;
	background:#000;
	color:#fff;
}