/* 서브 공통 */
table{table-layout:fixed; border-collapse:collapse; border-spacing:0;}
table caption{font-size:0; text-indent:-9999px;}
table th, table td {vertical-align: middle;}
.txtCon {padding: 30px 0 100px;}
.txtCon h2, .txtCon h3 {word-break: break-word; line-height: 1.5;}
.txtCon p {word-break: break-word; line-height: 1.5; font-size: 20px;}
.txtCon span {word-break: break-word;}

@media (max-width: 960px){
	.txtCon p {font-size: 18px;}
}

@media (max-width: 640px){
	.txtCon p {font-size: 16px;}
	.txtCon {padding: 30px 0 0;}
}
/* 서브 공통 */






/*인사말*/
.a1 {}
.a1 .img_box {display: flex;}
.a1 .img_box li {width: 50%;}
.a1 .img_box li img {width: 100%;}
.a1 .text_box {margin-top: 40px;}
.a1 .text_box h2 {font-size: 30px; margin-bottom: 20px;}
.a1 .text_box h2 span {color: #1a7dd3;}
.a1 .text_box p {color: #666; margin-bottom: 30px;}
.a1 .text_box p:last-child {margin-bottom: 0;}
.a1 .text_box p span {color: #006fce; font-weight: 600;}

@media (max-width: 640px){
	.a1 .img_box {flex-wrap: wrap;}
	.a1 .img_box li {width: 100%;}
	.a1 .text_box h2 {font-size: 20px;}
	.a1 .text_box h2 br {display: none;}
}
/*인사말*/



/* 오시는길 */
.a2 {}
.a2 .notice_box {margin-bottom: 50px; background-color: #f5f5f5; padding: 30px; border-radius: 20px;}
.a2 .notice_box p {color: #666; margin-bottom: 10px;}
.a2 .notice_box p:last-child {margin-bottom: 0;}
.a2 .map {border-bottom: 1px solid #ddd;}
.a2 .map .root_daum_roughmap .wrap_controllers {display: none;}
.a2 .map .root_daum_roughmap .cont .section.lst {display: none;}
.a2 .info {}
.a2 .info ul {display: flex; justify-content: space-between; background-color: #074596; padding: 30px;}
.a2 .info ul li {display: flex; align-items: center;}
.a2 .info ul li img {height: 25px; margin-right: 10px;}
.a2 .info ul li p {font-size: 20px; color: #fff; font-weight: 400; word-break: break-word;}
.a2 .info ul li p {}
.a2 .t_wrap {margin-top: 50px; display: flex;}
.a2 .t_wrap h2 {font-size: 30px; width: 35%;}
.a2 .t_wrap .t_inwrap {width: 60%;}
.a2 .t_wrap .t_inwrap ul li {border-bottom: 1px dashed #ddd; margin-bottom: 40px; padding-bottom: 40px;}
.a2 .t_wrap .t_inwrap ul li:last-child {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.a2 .t_wrap .t_inwrap ul li h3 {font-size: 24px; margin-bottom: 30px;}
.a2 .t_wrap .t_inwrap ul li p {font-size: 18px; margin-bottom: 20px;}
.a2 .t_wrap .t_inwrap ul li p:last-child {margin-bottom: 0;;}
.a2 .t_wrap .t_inwrap ul li p span {color: #fff; padding: 5px 10px; border-radius: 20px; margin-right: 10px;}

.a2 .t_wrap .t_inwrap ul li p.subway1 span {background-color: #FABF02;}
.a2 .t_wrap .t_inwrap ul li p.subway2 span {background-color: #924bdd;}
.a2 .t_wrap .t_inwrap ul li p.subway3 span {background-color: #924bdd;}
.a2 .t_wrap .t_inwrap ul li p.bus1 span {background-color: #00aeab;}
.a2 .t_wrap .t_inwrap ul li p.bus2 span {background-color: #5fb37c;}
.a2 .t_wrap .t_inwrap ul li p.bus3 span {background-color: #f86e55;}
.a2 .t_wrap .t_inwrap ul li p.bus4 span {background-color: #f86e55;}

@media screen and (max-width: 640px) {
	.a2 .map iframe {height: 260px !important;}
	.a2 .notice_box {padding: 20px;}
	.a2 ul {display: block;}
	.a2 ul li {width: 100%;}
	.a2 ul li .icon {width: 80px; height: 80px;}
	.a2 ul li .icon i {font-size: 32px; line-height: 80px;}
	.a2 ul li p {padding-right: 0; font-size: 18px;}
	.a2 .info ul {padding: 10px;}
	.a2 .t_wrap .t_inwrap ul li {padding-bottom: 20px; margin-bottom: 20px;}
	.a2 .t_wrap .t_inwrap ul li h3 {font-size: 22px; margin-bottom: 20px;}
	.a2 .info ul li p {font-size: 14px;}
	.a2 .info ul {flex-wrap: wrap; gap: 10px;}
	.a2 .info ul li {width: 100%;}
	.a2 .t_wrap .t_inwrap ul li p {font-size: 16px;}
	.a2 .t_wrap {flex-wrap: wrap; margin-top: 30px;}
	.a2 .t_wrap h2 {width: 100%; margin-bottom: 20px;}
	.a2 .t_wrap .t_inwrap {width: 100%;}
}
/* 오시는길 */



/* 셔틀버스노선 */
.a4 {}
.a4 .img_box {width: 100%;}
.a4 .img_box img {}
.a4 .notice_box {margin: 50px auto; width: 100%; background-color: #f5f5f5; border-radius: 20px; padding: 30px;}
.a4 .notice_box p {margin-bottom: 10px; color: #666;}
.a4 .notice_box p:last-child {margin-bottom: 0;}
.a4 .notice_box p span {color: #c81c1c; font-weight: 500;}
.a4 .bus_list {}
.a4 .bus_list li {margin-bottom: 50px; border: 1px solid #ddd; border-radius: 20px; padding: 50px 30px 30px; position: relative;}
.a4 .bus_list li:last-child {margin-bottom: 0;}
.a4 .bus_list li h2 {position: absolute; left: 30px; top: -30px; padding: 10px 40px; background-color: #006fce; color: #fff; border-radius: 30px; font-size: 25px;}
.a4 .bus_list li .btn_box {}
.a4 .bus_list li .btn_box h3 {font-size: 20px; margin-bottom: 10px;}
.a4 .bus_list li .btn_box a {transition: .4s; border: 1px solid transparent; background: url(../html/img/a4_tel.png) no-repeat 10% 50% / 20px, #ffaa00; display: block; width: max-content; margin-bottom: 20px; font-size: 20px; color: #fff; padding: 10px 20px 10px 50px; border-radius: 30px;}
.a4 .bus_list li .btn_box a:hover {color: #ffaa00; border-color: #ffaa00; background: url(../html/img/a4_tel_c.png) no-repeat 10% 50% / 20px, #fff;}
.a4 .bus_list li .desc_box {}
.a4 .bus_list li .desc_box h3 {font-size: 20px; margin-bottom: 10px;}
.a4 .bus_list li .desc_box p {color: #666;}

@media screen and (max-width: 640px) {
	.a4 .bus_list li h2 {font-size: 22px;}
	.a4 .notice_box {margin-top: 30px; padding: 20px;}
	.a4 .bus_list li {padding: 40px 20px 20px;}
	.a4 .bus_list li .btn_box a {font-size: 16px; background-size: 16px;}
}
@media screen and (max-width: 450px) {
	.a4 .bus_list li h2 {left: 50%; transform: translateX(-50%); width: max-content; padding: 10px 30px;}
}
/* 셔틀버스노선 */




/* 1,2종 신규 - 운전면허 취득과정 */
.b1 {}
.b1 .notice_box {}
.b1 .notice_box h2 {display: flex; align-items: center; font-size: 30px; color: #121212; word-break: break-word; line-height: 1.5; margin-bottom: 30px;}
.b1 .notice_box h2 span {border-radius: 30px; font-size: 20px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-right: 20px;}
.b1 .notice_box .text_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.b1 .notice_box .text_box .box {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.b1 .notice_box .text_box .box:last-child {margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.b1 .notice_box .text_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.b1 .notice_box .text_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.b1 .notice_box .text_box .box p {color: #666; margin-bottom: 10px;}
.b1 ul {margin: 80px auto;}
.b1 ul li {margin-bottom: 80px;}
.b1 ul li:last-child {margin-bottom: 0;}
.b1 ul li h2 {display: flex; align-items: center; font-size: 30px; color: #121212; word-break: break-word; line-height: 1.5; margin-bottom: 30px;}
.b1 ul li h2 span {border-radius: 30px; font-size: 20px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-right: 20px;}
.b1 ul li .text_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.b1 ul li .text_box .box {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.b1 ul li .text_box .box:last-child {margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.b1 ul li .text_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.b1 ul li .text_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.b1 ul li .text_box .box p {color: #666; margin-bottom: 10px;}
.b1 ul li .text_box .box p:last-child {margin-bottom: 0;}
.b1 ul li .text_box .box p span {font-weight: 500; color: #c81c1c;}

@media screen and (max-width: 640px) {
	.b1 .notice_box h2 {font-size: 23px; margin-bottom: 20px; flex-direction: column;}
	.b1 .notice_box h2 span {font-size: 16px; margin-right: 15px;}
	.b1 .notice_box .text_box {padding: 20px;}
	.b1 .notice_box .text_box .box {padding-bottom: 20px; margin-bottom: 20px;}
	.b1 .notice_box .text_box .box h3 {font-size: 20px;}
	.b1 ul {margin: 50px auto;}
	.b1 ul li {margin-bottom: 50px;}
	.b1 ul li h2 {font-size: 23px; margin-bottom: 20px; flex-direction: column; text-align: center;}
	.b1 ul li h2 span {font-size: 16px; margin-right: 15px;}
	.b1 ul li .text_box {padding: 20px;}
	.b1 ul li .text_box .box {padding-bottom: 20px; margin-bottom: 20px;}
	.b1 ul li .text_box .box h3 {font-size: 20px;}
}
/* 1,2종 신규 - 운전면허 취득과정 */





/* 1,2종 신규 - 학과 / 장내 / 도로주행 시험 */
.b2 {}
.b2 ul {}
.b2 ul li {margin-bottom: 80px;}
.b2 ul li:last-child {margin-bottom: 0;}
.b2 ul li h2 {display: flex; align-items: center; font-size: 30px; color: #121212; word-break: break-word; line-height: 1.5; margin-bottom: 30px;}
.b2 ul li h2 span {border-radius: 30px; font-size: 20px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-right: 20px;}
.b2 ul li .text_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.b2 ul li .text_box .box {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.b2 ul li .text_box .box:last-child {margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.b2 ul li .text_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.b2 ul li .text_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.b2 ul li .text_box .box p {color: #666; margin-bottom: 10px;}
.b2 ul li .text_box .box p:last-child {margin-bottom: 0;}
.b2 ul li .text_box .box p span {font-weight: 500; color: #c81c1c;}

@media screen and (max-width: 640px) {
	.b2 ul li {margin-bottom: 50px;}
	.b2 ul li h2 {font-size: 23px; margin-bottom: 20px; flex-direction: column; text-align: center;}
	.b2 ul li h2 span {font-size: 16px; margin-right: 15px;}
	.b2 ul li .text_box {padding: 20px;}
	.b2 ul li .text_box .box {padding-bottom: 20px; margin-bottom: 20px;}
	.b2 ul li .text_box .box h3 {font-size: 20px;}
}
/* 1,2종 신규 - 학과 / 장내 / 도로주행 시험 */









/* b3 */
.b3 {}
.b3 .notice_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.b3 .notice_box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.b3 .notice_box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.b3 .notice_box p {color: #666;}
.b3 .notice_box p span {font-weight: 500; color: #c81c1c;}
.b3 .table_box {margin-top: 50px;}
.b3 .table_box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.b3 .table_box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.b3 .table_box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}

@media screen and (max-width: 960px) {
	.b3 .table_box table {font-size: 16px;}
	.b3 .table_box table th {padding: 10px}
	.b3 .table_box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.b3 .table_box {overflow-x: scroll;}
	.b3 .table_box table {min-width: 550px; font-size: 14px;}
	.b3 .notice_box {padding: 20px;}
	.b3 .notice_box h3 {font-size: 20px;}
}
/* b3 */






/* b4 */
.b4 {}
.b4 .notice_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.b4 .notice_box .box {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.b4 .notice_box .box:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.b4 .notice_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.b4 .notice_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.b4 .notice_box .box p {color: #666;}
.b4 .notice_box .box p span {font-weight: 500; color: #c81c1c;}
.b4 .table_box {margin-top: 50px;}
.b4 .table_box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.b4 .table_box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.b4 .table_box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}

@media screen and (max-width: 960px) {
	.b4 .table_box table {font-size: 16px;}
	.b4 .table_box table th {padding: 10px}
	.b4 .table_box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.b4 .table_box {overflow-x: scroll;}
	.b4 .table_box table {min-width: 550px; font-size: 14px;}
	.b4 .notice_box {padding: 20px;}
	.b4 .notice_box .box h3 {font-size: 20px;}
}
/* b4 */








/* 1,2종 신규 - 수강료 안내 */
.b5 {}
.b5 .img_box {margin-bottom: 80px;}
.b5 .img_box img {width: 100%;}
.b5 .table_box {margin-bottom: 80px; border: 1px solid #ddd; padding: 60px 30px 30px; position: relative; border-radius: 20px;}
.b5 .table_box:last-child {margin-bottom: 0;}
.b5 .table_box .title_box {margin-bottom: 20px;}
.b5 .table_box .title_box h2 {border-radius: 30px; word-break: break-word; position: absolute; top: -30px; left: 30px; font-size: 25px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-bottom: 20px;}
.b5 .table_box .title_box p {}
.b5 .table_box .box {width: 100%;}
.b5 .table_box .box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.b5 .table_box .box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.b5 .table_box .box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.b5 .table_box .notice_box {margin-top: 10px;}
.b5 .table_box .notice_box p {font-size: 14px; color: #666;}
.b5 .table_box .notice_box p span {font-weight: 500; color: #c81c1c;}

@media screen and (max-width: 960px) {
	.b5 .table_box .box {overflow-x: scroll;}
	.b5 .table_box .box table {font-size: 16px; min-width: 770px;}
	.b5 .table_box .box table th {padding: 10px}
	.b5 .table_box .box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.b5 .table_box {padding: 40px 20px 20px;}
	.b5 .table_box .title_box h2 {font-size: 22px; left: 20px;}
}
@media screen and (max-width: 450px) {
	.b5 .table_box {padding-top: 60px;}
	.b5 .table_box .title_box h2 {top: -40px; left: 50%; transform: translateX(-50%); border-radius: 40px; width: 200px;}
}
/* 1,2종 신규 - 수강료 안내 */






/* 1,2종 신규 - 도로주행(1,2종 동일) */
.b6 {}
.b6 ul {padding-top: 30px;}
.b6 ul li {margin-bottom: 80px; border: 1px solid #ddd; border-radius: 20px; padding: 50px 30px 30px; position: relative;}
.b6 ul li:last-child {margin-bottom: 0;}
.b6 ul li h2 {position: absolute; left: 30px; top: -30px; padding: 10px 40px; background-color: #006fce; color: #fff; border-radius: 30px; font-size: 25px;}
.b6 ul li .youtube {position: absolute; right: 30px; bottom: 30px; z-index: 1; transition: .4s; border: 1px solid transparent; background: url(../html/img/b4_youtube.png) no-repeat 10% 50% / 20px, #ffaa00; display: block; width: max-content; font-size: 20px; color: #fff; padding: 10px 20px 10px 50px; border-radius: 30px;}
.b6 ul li .youtube:hover {border-color: #ffaa00; color: #ffaa00; background: url(../html/img/b4_youtube_c.png) no-repeat 10% 50% / 20px, #fff;}
.b6 ul li .img_box {margin-bottom: 30px;}
.b6 ul li .img_box img {width: 100%; max-width: 800px; display: block; margin: 0 auto;}

@media screen and (max-width: 640px) {
	.b6 ul li h2 {font-size: 22px;}
	.b6 ul li {padding: 40px 0;}
	.b6 ul li .youtube {font-size: 16px; bottom: 20px; right: 20px;}
}
/* 1,2종 신규 - 도로주행(1,2종 동일) */




/* 1종 대형 - 입학안내 및 취득과정 */
.c1 {}
.c1 .img_box {margin-bottom: 50px;}
.c1 .img_box img {width: 100%;}
.c1 .text_box {background-color: #f5f5f5; padding: 30px; border-radius: 20px; text-align: center; margin-bottom: 50px;}
.c1 .text_box h2 {font-size: 25px; word-break: break-word; margin-bottom: 10px;}
.c1 .text_box p {}
.c1 .process {border-top: 2px solid #121212;}
.c1 .process .list {border-bottom: 1px solid #ddd; display: flex; align-items: center; transition: .4s; padding: 30px 10px; background-color: #fff;}
.c1 .process .list.active {background-color: #e4f4ff;}
.c1 .process .list .step {position: relative; border-radius: 30px; background-color: #006fce; color: #fff; font-size: 16px; text-align: center; padding: 10px 20px; margin-right: 50px;}
.c1 .process .list .step::after {content: ""; position: absolute; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent; left: 50%; transform: translateX(-50%); bottom: -90%;}
.c1 .process .list1 .step::after, .c1 .process .list2 .step::after, .c1 .process .list6 .step::after {bottom: -120%;}
.c1 .process .list:last-child .step::after {display: none;} 
.c1 .process .list .title_box {display: flex; align-items: center; width: 80%;}
.c1 .process .list .title_box h3 {font-size: 25px; font-weight: 700; color: #666;}
.c1 .process .list .title_box h3 span {display: block; font-weight: 400; font-size: 16px; word-break: break-word; line-height: 1.5;}
.c1 .process .list.active .title_box h3 {color: #121212;}
.c1 .process .list .text_box {}
.c1 .process .list .text_box span {color: #666; font-size: 18px; padding: 0 15px; position: relative;}
.c1 .process .list .text_box span::after {content: ""; position: absolute; display: block; right: -2px; top: 50%; transform: translateY(-50%); width: 2px; height: 12px; background-color: #eee;}
.c1 .process .list .text_box span:last-child::after {display: none;}

@media screen and (max-width: 960px) {
	.c1 .process {margin-top: 50px;}
	.c1 .process .list .step {font-size: 14px; margin-right: 30px;}
	.c1 .process .list .title_box h3 {font-size: 20px;}
	.c1 .process .list .text_box span {font-size: 16px; padding: 0 10px;}
	.c1 .process .list .step::after {bottom: -96%;}
	.c1 .process .list1 .step::after, .c1 .process .list2 .step::after, .c1 .process .list6 .step::after {bottom: -125%;}
}
@media screen and (max-width: 760px) {
	.c1 .process .list {flex-wrap: wrap;}
	.c1 .process .list .step::after {bottom: -270%;}
	.c1 .process .list1 .step::after, .c1 .process .list6 .step::after {bottom: -330%;}
	.c1 .process .list2 .step::after {bottom: -400%;}
	.c1 .process .list .title_box {width: 100%; margin: 15px 0;}
	.c1 .process .list .title_box h3 {padding-left: 10px;}
	.c1 .process .list .text_box span {font-size: 15px;}
}
@media screen and (max-width: 640px) {
	.c1 .img_box {margin-bottom: 30px;}
	.c1 .text_box {padding: 20px;}
	.c1 .text_box h2 {font-size: 22px;}
	.c1 .process .list {padding: 20px 10px;}
	.c1 .process {margin-top: 0;}
	.c1 .process .list .step::after {bottom: -235%; display: none;}
	.c1 .process .list1 .step::after, .c1 .process .list6 .step::after {bottom: -300%;}
	.c1 .process .list2 .step::after {bottom: -370%;}
}
/* 1종 대형 - 입학안내 및 취득과정 */





/* 1종 대형 - 수강료 안내 */
.c2 {}
.c2 .img_box {margin-bottom: 80px;}
.c2 .img_box img {width: 100%;}
.c2 .table_box {margin-bottom: 80px; border: 1px solid #ddd; padding: 60px 30px 30px; position: relative; border-radius: 20px;}
.c2 .table_box:last-child {margin-bottom: 0;}
.c2 .table_box .title_box {margin-bottom: 20px;}
.c2 .table_box .title_box h2 {border-radius: 30px; word-break: break-word; position: absolute; top: -30px; left: 30px; font-size: 25px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-bottom: 20px;}
.c2 .table_box .title_box p {}
.c2 .table_box .box {width: 100%;}
.c2 .table_box .box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.c2 .table_box .box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.c2 .table_box .box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.c2 .table_box .notice_box {margin-top: 10px;}
.c2 .table_box .notice_box p {font-size: 14px; color: #666;}
.c2 .table_box .notice_box p span {font-weight: 500; color: #c81c1c;}

@media screen and (max-width: 960px) {
	.c2 .table_box .box {overflow-x: scroll;}
	.c2 .table_box .box table {font-size: 16px; min-width: 770px;}
	.c2 .table_box .box table th {padding: 10px}
	.c2 .table_box .box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.c2 .table_box {padding: 40px 20px 20px;}
	.c2 .table_box .title_box h2 {font-size: 22px; left: 20px;}
}
@media screen and (max-width: 379px) {
	.c2 .table_box:last-child {padding-top: 60px;}
	.c2 .table_box:last-child .title_box h2 {top: -40px; left: 50%; transform: translateX(-50%); border-radius: 40px; width: 235px;}
}
/* 1종 대형 - 수강료 안내 */





/* 2종 소형 / 원동기 - 입학안내 및 취득과정 */
.d1 {}
.d1 .img_box {margin-bottom: 50px;}
.d1 .img_box img {width: 100%;}
.d1 .text_box {background-color: #f5f5f5; padding: 30px; border-radius: 20px; text-align: center; margin-bottom: 50px;}
.d1 .text_box h2 {font-size: 25px; word-break: break-word; margin-bottom: 10px;}
.d1 .text_box p {}
.d1 .process {border-top: 2px solid #121212;}
.d1 .process .list {border-bottom: 1px solid #ddd; display: flex; align-items: center; transition: .4s; padding: 30px 10px; background-color: #fff;}
.d1 .process .list.active {background-color: #e4f4ff;}
.d1 .process .list .step {position: relative; border-radius: 30px; background-color: #006fce; color: #fff; font-size: 16px; text-align: center; padding: 10px 20px; margin-right: 50px;}
.d1 .process .list .step::after {content: ""; position: absolute; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent; left: 50%; transform: translateX(-50%); bottom: -90%;}
.d1 .process .list1 .step::after, .d1 .process .list2 .step::after, .d1 .process .list6 .step::after {bottom: -120%;}
.d1 .process .list4 .step::after, .d1 .process .list5 .step::after {bottom: -210%;}
.d1 .process .list:last-child .step::after {display: none;} 
.d1 .process .list .title_box {display: flex; align-items: center; width: 80%;}
.d1 .process .list .title_box h3 {font-size: 25px; font-weight: 700; color: #666;}
.d1 .process .list .title_box h3 span {display: block; font-weight: 400; font-size: 16px; word-break: break-word; line-height: 1.5;}
.d1 .process .list .title_box h3 span b {color: #c81c1c;}
.d1 .process .list.active .title_box h3 {color: #121212;}
.d1 .process .list .text_box {}
.d1 .process .list .text_box span {color: #666; font-size: 18px; padding: 0 15px; position: relative;}
.d1 .process .list .text_box span::after {content: ""; position: absolute; display: block; right: -2px; top: 50%; transform: translateY(-50%); width: 2px; height: 12px; background-color: #eee;}
.d1 .process .list .text_box span:last-child::after {display: none;}

@media screen and (max-width: 960px) {
	.d1 .process {margin-top: 50px;}
	.d1 .process .list .step {font-size: 14px; margin-right: 30px;}
	.d1 .process .list .title_box h3 {font-size: 20px;}
	.d1 .process .list .text_box span {font-size: 16px; padding: 0 10px;}
	.d1 .process .list .step::after {bottom: -96%;}
	.d1 .process .list1 .step::after, .d1 .process .list2 .step::after, .d1 .process .list6 .step::after {bottom: -125%;}
	.d1 .process .list4 .step::after, .d1 .process .list5 .step::after {bottom: -220%;}
}
@media screen and (max-width: 760px) {
	.d1 .process .list {flex-wrap: wrap;}
	.d1 .process .list .step::after {bottom: -270%;}
	.d1 .process .list1 .step::after, .d1 .process .list2 .step::after, .d1 .process .list6 .step::after {bottom: -330%;}
	.d1 .process .list4 .step::after, .d1 .process .list5 .step::after {bottom: -530%;}
	.d1 .process .list .title_box {width: 100%; margin: 15px 0;}
	.d1 .process .list .title_box h3 {padding-left: 10px;}
	.d1 .process .list .text_box span {font-size: 15px;}
}
@media screen and (max-width: 640px) {
	.d1 .img_box {margin-bottom: 30px;}
	.d1 .text_box {padding: 20px;}
	.d1 .text_box h2 {font-size: 22px;}
	.d1 .process .list {padding: 20px 10px;}
	.d1 .process {margin-top: 0;}
	.d1 .process .list .title_box h3 span {font-size: 14px;}
	.d1 .process .list .step::after {bottom: -235%; display: none;}
	.d1 .process .list1 .step::after, .d1 .process .list2 .step::after, .d1 .process .list6 .step::after {bottom: -295%;}
	.d1 .process .list4 .step::after, .d1 .process .list5 .step::after {bottom: -470%;}
}
/* 2종 소형 / 원동기 - 입학안내 및 취득과정 */





/* 2종 소형 / 원동기 - 수강료 안내 */
.d2 {}
.d2 .img_box {margin-bottom: 80px;}
.d2 .img_box img {width: 100%;}
.d2 .table_box {margin-bottom: 80px; border: 1px solid #ddd; padding: 60px 30px 30px; position: relative; border-radius: 20px;}
.d2 .table_box:last-child {margin-bottom: 0;}
.d2 .table_box .title_box {margin-bottom: 20px;}
.d2 .table_box .title_box h2 {border-radius: 30px; word-break: break-word; position: absolute; top: -30px; left: 30px; font-size: 25px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-bottom: 20px;}
.d2 .table_box .title_box p {}
.d2 .table_box .box {width: 100%;}
.d2 .table_box .box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.d2 .table_box .box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.d2 .table_box .box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.d2 .table_box .notice_box {margin-top: 10px;}
.d2 .table_box .notice_box p {font-size: 14px; color: #666;}
.d2 .table_box .notice_box p span {font-weight: 500; color: #c81c1c;}

@media screen and (max-width: 960px) {
	.d2 .table_box .box {overflow-x: scroll;}
	.d2 .table_box .box table {font-size: 16px; min-width: 770px;}
	.d2 .table_box .box table th {padding: 10px}
	.d2 .table_box .box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.d2 .table_box {padding: 40px 20px 20px;}
	.d2 .table_box .title_box h2 {font-size: 22px; left: 20px;}
}
/* 2종 소형 / 원동기 - 수강료 안내 */







/* 시내연수(면허소지자) - 연수교육 및 차량안내 */
.e1 {}
.e1 ul {}
.e1 ul li {margin-bottom: 80px;}
.e1 ul li:last-child {margin-bottom: 0;}
.e1 ul li h2 {display: flex; align-items: center; font-size: 30px; color: #121212; word-break: break-word; line-height: 1.5; margin-bottom: 30px;}
.e1 ul li h2 span {border-radius: 30px; font-size: 20px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-right: 20px;}
.e1 ul li .text_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.e1 ul li .text_box .box {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.e1 ul li .text_box .box:last-child {margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.e1 ul li .text_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.e1 ul li .text_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.e1 ul li .text_box .box p {color: #666; margin-bottom: 10px;}
.e1 ul li .text_box .box p:last-child {margin-bottom: 0;}
.e1 ul li .text_box .box p span {font-weight: 500; color: #c81c1c;}
.e1 ul li .table_box .box {margin-bottom: 30px; -webkit-overflow-scrolling: touch;}
.e1 ul li .table_box .box:last-child {margin-bottom: 0;}
.e1 ul li .table_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.e1 ul li .table_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.e1 ul li .table_box .table {width: 100%;}
.e1 ul li .table_box .table table {width: 100%; border-collapse: collapse; font-size: 20px; table-layout: auto;}
.e1 ul li .table_box .table table th {padding: 20px; vertical-align: middle; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.e1 ul li .table_box .table table td {padding: 20px; vertical-align: middle; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.e1 ul li .table_box .table table td:nth-child(1) {width: 20%;}
.e1 ul li .table_box .table table td:nth-child(2) {width: 30%;}
.e1 ul li .table_box .table table td:nth-child(3) {width: 50%;}


@media screen and (max-width: 960px) {
	.e1 ul li .table_box .table {overflow-x: scroll;}
	.e1 ul li .table_box .table table {font-size: 16px; min-width: 810px;}
	.e1 ul li .table_box .table table th {padding: 10px; font-size: 16px !important;}
	.e1 ul li .table_box .table table td {padding: 10px;}
}
@media screen and (max-width: 640px) {
	.e1 ul li {margin-bottom: 50px;}
	.e1 ul li h2 {font-size: 23px; margin-bottom: 20px;}
	.e1 ul li h2 span {font-size: 16px; margin-right: 15px;}
	.e1 ul li .text_box {padding: 20px;}
	.e1 ul li .text_box .box {padding-bottom: 20px; margin-bottom: 20px;}
	.e1 ul li .text_box .box h3 {font-size: 20px;}
	.e1 ul li .table_box .box h3 {font-size: 20px;}
}
/* 시내연수(면허소지자) - 연수교육 및 차량안내 */







/* 시내연수(면허소지자) - 수강료 안내 */
.e2 {}
.e2 ul {}
.e2 ul li {margin-bottom: 80px;}
.e2 ul li:last-child {margin-bottom: 0;}
.e2 ul li h2 {display: flex; align-items: center; font-size: 30px; color: #121212; word-break: break-word; line-height: 1.5; margin-bottom: 30px;}
.e2 ul li h2 span {border-radius: 30px; font-size: 20px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-right: 20px;}
.e2 ul li .text_box {background-color: #f5f5f5; border-radius: 30px; padding: 30px;}
.e2 ul li .text_box .box {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.e2 ul li .text_box .box:last-child {margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.e2 ul li .text_box .box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.e2 ul li .text_box .box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.e2 ul li .text_box .box p {color: #666; margin-bottom: 10px;}
.e2 ul li .text_box .box p:last-child {margin-bottom: 0;}
.e2 ul li .text_box .box p span {font-weight: 500; color: #c81c1c;}
.e2 ul li .table_box h3 {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 10px;}
.e2 ul li .table_box h3::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.e2 ul li .table_box {width: 100%;}
.e2 ul li .table_box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.e2 ul li .table_box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.e2 ul li .table_box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.e2 ul li .table_box table td p {}
.e2 ul li .table_box table td p span {color: #c81c1c; font-weight: 500; margin-right: 10px; display: inline-block;}
.e2 ul li .notice {font-size: 14px; margin-top: 10px; color: #c81c1c;}

@media screen and (max-width: 960px) {
	.e2 ul li .table_box table {font-size: 16px;}
	.e2 ul li .table_box table th {padding: 10px}
	.e2 ul li .table_box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.e2 ul li {margin-bottom: 50px;}
	.e2 ul li h2 {font-size: 23px; margin-bottom: 20px;}
	.e2 ul li h2 span {font-size: 16px; margin-right: 15px;}
	.e2 ul li .text_box {padding: 20px;}
	.e2 ul li .text_box .box {padding-bottom: 20px; margin-bottom: 20px;}
	.e2 ul li .text_box .box h3 {font-size: 20px;}
	.e2 ul li .table_box h3 {font-size: 20px;}
}
/* 시내연수(면허소지자) - 수강료 안내 */





/* 면허취소자 - 입학안내 및 취득과정 */
.i1 {}
.i1 .img_box {margin-bottom: 50px;}
.i1 .img_box img {width: 100%;}
.i1 .text_box {background-color: #f5f5f5; padding: 30px; border-radius: 20px; text-align: center; margin-bottom: 50px;}
.i1 .text_box h2 {font-size: 25px; word-break: break-word; margin-bottom: 10px;}
.i1 .text_box p {}
.i1 .process {border-top: 2px solid #121212;}
.i1 .process .list {border-bottom: 1px solid #ddd; display: flex; align-items: center; transition: .4s; padding: 30px 10px; background-color: #fff;}
.i1 .process .list.active {background-color: #e4f4ff;}
.i1 .process .list .step {position: relative; border-radius: 30px; background-color: #006fce; color: #fff; font-size: 16px; text-align: center; padding: 10px 20px; margin-right: 50px;}
.i1 .process .list .step::after {content: ""; position: absolute; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent; left: 50%; transform: translateX(-50%); bottom: -90%;}
.i1 .process .list1 .step::after, .i1 .process .list2 .step::after {bottom: -120%;}
.i1 .process .list:last-child .step::after {display: none;} 
.i1 .process .list .title_box {display: flex; align-items: center; width: 80%;}
.i1 .process .list .title_box h3 {font-size: 25px; font-weight: 700; color: #666;}
.i1 .process .list .title_box h3 span {display: block; font-weight: 400; font-size: 16px; word-break: break-word; line-height: 1.5;}
.i1 .process .list.active .title_box h3 {color: #121212;}
.i1 .process .list .text_box {}
.i1 .process .list .text_box span {color: #666; font-size: 18px; padding: 0 15px; position: relative;}
.i1 .process .list .text_box span::after {content: ""; position: absolute; display: block; right: -2px; top: 50%; transform: translateY(-50%); width: 2px; height: 12px; background-color: #eee;}
.i1 .process .list .text_box span:last-child::after {display: none;}

@media screen and (max-width: 960px) {
	.i1 .process {margin-top: 50px;}
	.i1 .process .list .step {font-size: 14px; margin-right: 30px;}
	.i1 .process .list .title_box h3 {font-size: 20px;}
	.i1 .process .list .text_box span {font-size: 16px; padding: 0 10px;}
	.i1 .process .list .step::after {bottom: -96%;}
	.i1 .process .list1 .step::after, .i1 .process .list2 .step::after {bottom: -125%;}
}
@media screen and (max-width: 760px) {
	.i1 .process .list {flex-wrap: wrap;}
	.i1 .process .list .step::after {bottom: -270%;}
	.i1 .process .list1 .step::after, .i1 .process .list2 .step::after {bottom: -330%;}
	.i1 .process .list .title_box {width: 100%; margin: 15px 0;}
	.i1 .process .list .title_box h3 {padding-left: 10px;}
	.i1 .process .list .text_box span {font-size: 15px;}
}
@media screen and (max-width: 640px) {
	.i1 .img_box {margin-bottom: 30px;}
	.i1 .text_box {padding: 20px;}
	.i1 .text_box h2 {font-size: 22px;}
	.i1 .process .list {padding: 20px 10px;}
	.i1 .process {margin-top: 0;}
	.i1 .process .list .step::after {bottom: -235%; display: none;}
	.i1 .process .list1 .step::after, .i1 .process .list2 .step::after {bottom: -300%;}
	.i1 .process .list2 .step::after {bottom: -370%;}
}
/* 면허취소자 - 입학안내 및 취득과정 */





/* 면허취소자 - 수강료 안내 */
.i2 {}
.i2 .img_box {margin-bottom: 80px;}
.i2 .img_box img {width: 100%;}
.i2 .table_box {margin-bottom: 80px; border: 1px solid #ddd; padding: 60px 30px 30px; position: relative; border-radius: 20px;}
.i2 .table_box:last-child {margin-bottom: 0;}
.i2 .table_box .title_box {margin-bottom: 20px;}
.i2 .table_box .title_box h2 {border-radius: 30px; word-break: break-word; position: absolute; top: -30px; left: 30px; font-size: 25px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-bottom: 20px;}
.i2 .table_box .title_box p {}
.i2 .table_box .box {width: 100%;}
.i2 .table_box .box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.i2 .table_box .box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.i2 .table_box .box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.i2 .table_box .notice_box {margin-top: 10px;}
.i2 .table_box .notice_box p {font-size: 14px; color: #666;}
.i2 .table_box .notice_box p span {font-weight: 500; color: #c81c1c;}

@media screen and (max-width: 960px) {
	.i2 .table_box .box {overflow-x: scroll;}
	.i2 .table_box .box table {font-size: 16px; min-width: 770px;}
	.i2 .table_box .box table th {padding: 10px}
	.i2 .table_box .box table td {padding: 10px}
}
@media screen and (max-width: 640px) {
	.i2 .table_box {padding: 40px 20px 20px;}
	.i2 .table_box .title_box h2 {font-size: 22px; left: 20px;}
}
@media screen and (max-width: 379px) {
	.i2 .table1 {padding-top: 60px;}
	.i2 .table1 .title_box h2 {top: -40px; left: 50%; transform: translateX(-50%); border-radius: 40px; width: 235px;}
}
/* 면허취소자 - 수강료 안내 */





/* 합격팁 - 합격팁 */
.j1 #tab_wrap {width: 100%;}
.j1 #tab_wrap .flex_box {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; row-gap: 20px;}
.j1 #tab_wrap .flex_box .list {width: calc(50% - 10px); border: 1px solid #ddd; padding: 30px; border-radius: 25px; position: relative;}
.j1 #tab_wrap .flex_box .list img {width: 100%; max-width: 100px; display: block; margin: 0 auto 20px;}
.j1 #tab_wrap .flex_box .list a {position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.j1 #tab_wrap .flex_box .list a p {font-size: 18px; font-weight: 500; text-align: center; margin-top: 140px; color: #121212;}
.j1 #tab_wrap .flex_box .list a:hover p {color: #1c5cb0;}

@media screen and (max-width: 640px) {
	.j1 #tab_wrap .flex_box .list {padding: 20px 20px 40px;}
	.j1 #tab_wrap .flex_box .list img {max-width: 70px; margin-bottom: 20px;}
	.j1 #tab_wrap .flex_box .list a p {margin-top: 0; font-size: 15px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 100%;}
}
/* 합격팁 - 합격팁 */





/* 합격팁 - 1종 자동 */
.j2 {width: 100%;}
.j2 .main_title {font-size: 22px; padding-left: 10px; position: relative; margin-bottom: 10px;}
.j2 .main_title::before {content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 22px; transform: translateY(-50%); background-color: #1c5cb0;}
.j2 .sub_box {margin-bottom: 80px; width: 100%;}
.j2 .sub_box .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.j2 .sub_box .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.j2 .sub_box1 .flex_box {display: flex; justify-content: space-between; align-items: center; border-radius: 20px; border: 1px solid #ddd; padding: 30px; margin: 20px auto 50px;}
.j2 .sub_box1 .flex_box .img_box {width: 39%;}
.j2 .sub_box1 .flex_box .img_box img {width: 95%; display: block; margin: 0 auto;}
.j2 .sub_box1 .flex_box .text_box {width: 59%;}
.j2 .sub_box p {margin-bottom: 10px; word-break: break-word; line-height: 1.5;}
.j2 .sub_box .video_box {width: 100%; aspect-ratio: 16 / 9; margin: 10px auto 25px;}
.j2 .sub_box .video_box iframe {width: 100%; aspect-ratio: 16 / 9;}
.j2 .sub_box3 .img_box {width: 100%; margin: 10px auto 20px; border: 1px solid #ddd; border-radius: 20px; padding: 30px;}
.j2 .sub_box3 .img_box img {width: 100%; max-width: 700px; display: block; margin: 0 auto;}
.j2 .sub_box3 .link_box {width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: center; flex-wrap: wrap; margin: 10px auto;}
.j2 .sub_box3 .link_box .link {width: 49%; font-size: 16px; display: block; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 25px; padding: 12px 10px; transition: .4s; background: url(../html/img/j1_youtube1.png) no-repeat 68% 49% / 25px;}
.j2 .sub_box3 .link_box .link:hover {background: url(../html/img/j1_youtube2.png) no-repeat 68% 49% / 25px; background-color: #830000; color: #fff; border-color: #830000;}

@media screen and (max-width: 640px) {
	.j2 .sub_box {margin-bottom: 50px;}
	.j2 .sub_box .title {font-size: 22px;}
	.j2 .sub_box1 .flex_box {flex-wrap: wrap; padding: 20px; margin-bottom: 30px;}
	.j2 .sub_box1 .flex_box .img_box {width: 100%;}
	.j2 .sub_box1 .flex_box .text_box {width: 100%;}
	.j2 .sub_box3 .img_box {padding: 20px;}
	.j2 .sub_box3 .link_box .link {width: 100%; font-size: 14px; background-position-x: 70%;}
}
/* 합격팁 - 1종 자동 */





/* 합격팁 - 1종 보통(수동) */
.j3 {width: 100%;}
.j3 .main_title {font-size: 22px; padding-left: 10px; position: relative; margin-bottom: 10px;}
.j3 .main_title::before {content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 22px; transform: translateY(-50%); background-color: #1c5cb0;}
.j3 .sub_box {margin-bottom: 80px; width: 100%;}
.j3 .sub_box .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.j3 .sub_box .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.j3 .sub_box1 .flex_box {display: flex; justify-content: space-between; align-items: center; border-radius: 20px; border: 1px solid #ddd; padding: 30px; margin: 20px auto 50px;}
.j3 .sub_box1 .flex_box .img_box {width: 39%;}
.j3 .sub_box1 .flex_box .img_box img {width: 95%; display: block; margin: 0 auto;}
.j3 .sub_box1 .flex_box .text_box {width: 59%;}
.j3 .sub_box p {margin-bottom: 10px; word-break: break-word; line-height: 1.5;}
.j3 .sub_box .video_box {width: 100%; aspect-ratio: 16 / 9; margin: 10px auto 25px;}
.j3 .sub_box .video_box iframe {width: 100%; aspect-ratio: 16 / 9;}
.j3 .sub_box3 .img_box {width: 100%; margin: 10px auto 20px; border: 1px solid #ddd; border-radius: 20px; padding: 30px;}
.j3 .sub_box3 .img_box img {width: 100%; max-width: 700px; display: block; margin: 0 auto;}
.j3 .sub_box3 .link_box {width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: center; flex-wrap: wrap; margin: 10px auto;}
.j3 .sub_box3 .link_box .link {width: 49%; font-size: 16px; display: block; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 25px; padding: 12px 10px; transition: .4s; background: url(../html/img/j1_youtube1.png) no-repeat 68% 49% / 25px;}
.j3 .sub_box3 .link_box .link:hover {background: url(../html/img/j1_youtube2.png) no-repeat 68% 49% / 25px; background-color: #830000; color: #fff; border-color: #830000;}

@media screen and (max-width: 640px) {
	.j3 .sub_box {margin-bottom: 50px;}
	.j3 .sub_box .title {font-size: 22px;}
	.j3 .sub_box1 .flex_box {flex-wrap: wrap; padding: 20px; margin-bottom: 30px;}
	.j3 .sub_box1 .flex_box .img_box {width: 100%;}
	.j3 .sub_box1 .flex_box .text_box {width: 100%;}
	.j3 .sub_box3 .img_box {padding: 20px;}
	.j3 .sub_box3 .link_box .link {width: 100%; font-size: 14px; background-position-x: 70%;}
}
/* 합격팁 - 1종 보통(수동) */





/* 합격팁 - 2종 자동 */
.j4 {width: 100%;}
.j4 .main_title {font-size: 22px; padding-left: 10px; position: relative; margin-bottom: 10px;}
.j4 .main_title::before {content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 22px; transform: translateY(-50%); background-color: #1c5cb0;}
.j4 .sub_box {margin-bottom: 80px; width: 100%;}
.j4 .sub_box .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.j4 .sub_box .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.j4 .sub_box1 .flex_box {display: flex; justify-content: space-between; align-items: center; border-radius: 20px; border: 1px solid #ddd; padding: 30px; margin: 20px auto 50px;}
.j4 .sub_box1 .flex_box .img_box {width: 39%;}
.j4 .sub_box1 .flex_box .img_box img {width: 95%; display: block; margin: 0 auto;}
.j4 .sub_box1 .flex_box .text_box {width: 59%;}
.j4 .sub_box p {margin-bottom: 10px; word-break: break-word; line-height: 1.5;}
.j4 .sub_box .video_box {width: 100%; aspect-ratio: 16 / 9; margin: 10px auto 25px;}
.j4 .sub_box .video_box iframe {width: 100%; aspect-ratio: 16 / 9;}
.j4 .sub_box3 .img_box {width: 100%; margin: 10px auto 20px; border: 1px solid #ddd; border-radius: 20px; padding: 30px;}
.j4 .sub_box3 .img_box img {width: 100%; max-width: 700px; display: block; margin: 0 auto;}
.j4 .sub_box3 .link_box {width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: center; flex-wrap: wrap; margin: 10px auto;}
.j4 .sub_box3 .link_box .link {width: 49%; font-size: 16px; display: block; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 25px; padding: 12px 10px; transition: .4s; background: url(../html/img/j1_youtube1.png) no-repeat 68% 49% / 25px;}
.j4 .sub_box3 .link_box .link:hover {background: url(../html/img/j1_youtube2.png) no-repeat 68% 49% / 25px; background-color: #830000; color: #fff; border-color: #830000;}

@media screen and (max-width: 640px) {
	.j4 .sub_box {margin-bottom: 50px;}
	.j4 .sub_box .title {font-size: 22px;}
	.j4 .sub_box1 .flex_box {flex-wrap: wrap; padding: 20px; margin-bottom: 30px;}
	.j4 .sub_box1 .flex_box .img_box {width: 100%;}
	.j4 .sub_box1 .flex_box .text_box {width: 100%;}
	.j4 .sub_box3 .img_box {padding: 20px;}
	.j4 .sub_box3 .link_box .link {width: 100%; font-size: 14px; background-position-x: 70%;}
}
/* 합격팁 - 2종 자동 */





/* 합격팁 - 2종 소형 */
.j5 {width: 100%;}
.j5 .main_title {font-size: 22px; padding-left: 10px; position: relative; margin-bottom: 10px;}
.j5 .main_title::before {content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 22px; transform: translateY(-50%); background-color: #1c5cb0;}
.j5 .sub_box {margin-bottom: 80px; width: 100%;}
.j5 .sub_box .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.j5 .sub_box .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.j5 .sub_box1 .flex_box {display: flex; justify-content: space-between; align-items: center; border-radius: 20px; border: 1px solid #ddd; padding: 30px; margin: 20px auto 50px;}
.j5 .sub_box1 .flex_box .img_box {width: 39%;}
.j5 .sub_box1 .flex_box .img_box img {width: 95%; display: block; margin: 0 auto;}
.j5 .sub_box1 .flex_box .text_box {width: 59%;}
.j5 .sub_box p {margin-bottom: 10px; word-break: break-word; line-height: 1.5;}
.j5 .sub_box .video_box {width: 100%; aspect-ratio: 16 / 9; margin: 10px auto 25px;}
.j5 .sub_box .video_box iframe {width: 100%; aspect-ratio: 16 / 9;}
.j5 .sub_box3 .img_box {width: 100%; margin: 10px auto 20px; border: 1px solid #ddd; border-radius: 20px; padding: 30px;}
.j5 .sub_box3 .img_box img {width: 100%; max-width: 700px; display: block; margin: 0 auto;}
.j5 .sub_box3 .link_box {width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: center; flex-wrap: wrap; margin: 10px auto;}
.j5 .sub_box3 .link_box .link {width: 49%; font-size: 16px; display: block; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 25px; padding: 12px 10px; transition: .4s; background: url(../html/img/j1_youtube1.png) no-repeat 68% 49% / 25px;}
.j5 .sub_box3 .link_box .link:hover {background: url(../html/img/j1_youtube2.png) no-repeat 68% 49% / 25px; background-color: #830000; color: #fff; border-color: #830000;}

@media screen and (max-width: 640px) {
	.j5 .sub_box {margin-bottom: 50px;}
	.j5 .sub_box .title {font-size: 22px;}
	.j5 .sub_box1 .flex_box {flex-wrap: wrap; padding: 20px; margin-bottom: 30px;}
	.j5 .sub_box1 .flex_box .img_box {width: 100%;}
	.j5 .sub_box1 .flex_box .text_box {width: 100%;}
	.j5 .sub_box3 .img_box {padding: 20px;}
	.j5 .sub_box3 .link_box .link {width: 100%; font-size: 14px; background-position-x: 70%;}
}
/* 합격팁 - 2종 소형 */





/* 합격팁 - 1종 대형 */
.j6 {width: 100%;}
.j6 .main_title {font-size: 22px; padding-left: 10px; position: relative; margin-bottom: 10px;}
.j6 .main_title::before {content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 22px; transform: translateY(-50%); background-color: #1c5cb0;}
.j6 .sub_box {margin-bottom: 80px; width: 100%;}
.j6 .sub_box .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.j6 .sub_box .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.j6 .sub_box .video_box {width: 100%; aspect-ratio: 16 / 9; margin: 10px auto 25px;}
.j6 .sub_box .video_box iframe {width: 100%; aspect-ratio: 16 / 9;}
.j6 .sub_box2 .img_box {width: 100%; margin: 10px auto 20px; border: 1px solid #ddd; border-radius: 20px; padding: 30px;}
.j6 .sub_box2 .img_box img {width: 100%; max-width: 700px; display: block; margin: 0 auto;}
.j6 .sub_box .flex_box {display: flex; justify-content: space-between; align-items: center; border: 1px solid #ddd; border-radius: 20px; padding: 30px; margin: 10px auto 20px;}
.j6 .sub_box .flex_box .img_box {width: 39%;}
.j6 .sub_box .flex_box .img_box img {width: 95%; display: block; margin: 0 auto;}
.j6 .sub_box .flex_box .text_box {width: 59%;}
.j6 .sub_box p {margin-bottom: 10px; word-break: break-word; line-height: 1.5;}

@media screen and (max-width: 640px) {
	.j6 .sub_box {margin-bottom: 50px;}
	.j6 .sub_box .title {font-size: 22px;}
	.j6 .sub_box .flex_box {flex-wrap: wrap; row-gap: 20px; padding: 20px;}
	.j6 .sub_box .flex_box .img_box {width: 100%;}
	.j6 .sub_box .flex_box .text_box {width: 100%;}
}
/* 합격팁 - 1종 대형 */





/* 교육시간표 - 일일교육시간표 */
.f1 {}
.f1 .sub_box {margin-bottom: 80px;}
.f1 .sub_box:last-child {margin-bottom: 0;}
.f1 .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.f1 .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.f1 .sub_box .sub_tit {display: flex; align-items: center; font-size: 30px; color: #121212; word-break: break-word; line-height: 1.5; margin-bottom: 30px;}
.f1 .sub_box .sub_tit span {border-radius: 30px; font-size: 20px; background-color: #006fce; color: #fff; text-align: center; padding: 10px 20px; margin-right: 20px;}
.f1 .sub_box .table_box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.f1 .sub_box .table_box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.f1 .sub_box .table_box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.f1 .sub_box .notice {margin-top: 10px; font-size: 14px; color: #c81c1c; margin-bottom: 5px; font-weight: 500;}
.f1 .sub_box .notice:last-child {margin-bottom: 0;}

@media screen and (max-width: 960px) {
	.f1 .sub_box .table_box table {font-size: 16px;}
	.f1 .sub_box .table_box table th {padding: 10px}
	.f1 .sub_box .table_box table td {padding: 10px}
	.f1 .sub_box .sub_tit {font-size: 25px;}
}
@media screen and (max-width: 640px) {
	.f1 .sub_box {margin-bottom: 50px;}
	.f1 .title {font-size: 22px;}
	.f1 .sub_box .sub_tit {font-size: 20px; flex-direction: column; text-align: center; margin-bottom: 10px;}
	.f1 .sub_box .sub_tit span {font-size: 18px;}
	.f1 .sub_box .table_box table {font-size: 14px;}
	.f1 .sub_box .notice {font-size: 12px;}
}
/* 교육시간표 - 일일교육시간표 */





/* 교육시간표 - 학과교육시간표 */
.f2 {}
.f2 .sub_box {margin-bottom: 80px;}
.f2 .sub_box:last-child {margin-bottom: 0;}
.f2 .title {position: relative; font-size: 25px; padding-left: 20px; color: #121212; margin-bottom: 20px;}
.f2 .title::before {content: ""; position: absolute; top: 50%; left: 0; width: 8px; aspect-ratio: 1 / 1; border-radius: 2px; transform: rotate(45deg) translateY(-50%); background-color: #006fce;}
.f2 .sub_box .sub_tit {font-size: 22px; margin-bottom: 20px; color: #074596;}
.f2 .sub_box .table_box table {width: 100%; border-collapse: collapse; font-size: 20px;}
.f2 .sub_box .table_box table th {padding: 20px; color: #121212; background-color: #e4f4ff; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.f2 .sub_box .table_box table td {padding: 20px; word-break: break-word; text-align: center; border: 1px solid #ddd;}
.f2 .sub_box .notice {margin-top: 10px; font-size: 14px; color: #c81c1c; margin-bottom: 5px; font-weight: 500;}
.f2 .sub_box .notice:last-child {margin-bottom: 0;}

@media screen and (max-width: 960px) {
	.f2 .sub_box .table_box table {font-size: 16px;}
	.f2 .sub_box .table_box table th {padding: 10px}
	.f2 .sub_box .table_box table td {padding: 10px}
	.f2 .sub_box .sub_tit {font-size: 25px;}
}
@media screen and (max-width: 640px) {
	.f2 .sub_box {margin-bottom: 50px;}
	.f2 .title {font-size: 22px;}
	.f2 .sub_box .table_box table {font-size: 14px;}
	.f2 .sub_box .notice {font-size: 12px;}
	.f2 .sub_box .sub_tit {font-size: 20px; margin-bottom: 10px;}
}
/* 교육시간표 - 학과교육시간표 */






.contents02 { width:100%; color:#555}
.contents02 h2 { font-size:28px; font-weight:bold; padding:32px 0 30px 0}
.contents02 h3 {  font-size: 19px; line-height:1.6; padding-bottom:50px; font-weight:400}

.contents02 .doc_list { border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:30px 0 20px 20px; margin:0 auto; margin-bottom:50px;   }
.contents02 .doc_list li{ line-height:1.6; font-size:16px; padding:5px 0 5px 15px;  background-image: url('../img/icon_dot.gif'); background-repeat: no-repeat; background-position:left center}

.contents02 .direction_wrap .left { width:40%; float:left}
.contents02 .direction_wrap .right { width:56%; padding-left:4%; float:left}
.contents02 .direction_wrap .right h2 {font-size:21px; line-height:30px; padding-bottom:20px; color:#36F; text-align:left}
.contents02 .direction_wrap .right .cycle {border-radius:50px; background-color:#ff6699; width:200px; padding:20px; text-align:center; font-size:21px; font-weight:bold; line-height:24px; color:#fff; margin-bottom:20px;}

.contents02 .direction_wrap .right li{line-height:1.6; font-size:16px; padding:5px 0 5px 15px; text-align:left }

.contents02 #doc_tt01 {  margin:50px 0;}

.contents02 #doc_tt01 .cycle {border-radius:100px;  width:200px; height:200px; padding:50px; text-align:center; font-size:23px; font-weight:bold; color:#fff; margin:30px auto; display:table-cell; vertical-align:middle; float:left}
.contents02 #doc_tt01 .cycle01 {background-color:#ff6699;}
.contents02 #doc_tt01 .cycle02 {background-color:#58c3f0;}
.contents02 #doc_tt01 .cycle03 {background-color:#bd8cbf;}
.contents02 #doc_tt01 .cycle ul li {line-height:1.6; font-size:16px; padding:5px 0 5px 15px;  background-image: url('../img/icon_dot.gif'); background-repeat: no-repeat; background-position:left center}




/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .txt_page p { font-size:16px; word-break:break-word; line-height:1.8; color:#555; padding-bottom:15px}
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; color:#555; font-weight:300; letter-spacing: -0.02em; word-break:break-word}

.tl_title_box_wrap {width:100%; height:auto; padding:150px 20px; clear:both; background-image:url(../img/work_page_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h2 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h2 { font-size:24px; color:#1a1a1a; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { font-size:16px; color:#555; padding-top:50px; word-break:break-word; line-height:1.6;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}

@media (max-width: 960px){
	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
}
@media (max-width: 640px){
	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
/*그룹소개*/






/*브랜드 소개*/
.brand_wrap .text-center{ text-align:center; margin: 150px 0 70px 0;}
.brand_wrap .text-center h2 { font-size:48px; color:#333; letter-spacing:-1px; font-weight:300}
.brand_wrap .brand{position:relative;}
.brand_wrap .brand h2 { font-size:28px; text-align:center; color:#555;  font-weight:500}
.brand_wrap .top30 { margin-top:60px;  word-break:break-word}
.brand_wrap .absol { position: absolute;}
.brand_wrap .interior h2 { padding:20px 0 0}
.brand_wrap .brand-color h2 { padding:20px 0 20px 0}
/*브랜드 소개*/






/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}
@media (max-width: 960px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
/*연혁*/





/*오시는 길*/
.map_area{position:relative;}
.map_area .txt{position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:1000px;z-index:100;}
.map_area .txt .txt_wrap {background-color:#006fce;box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:45px 0;}
.map_area .txt .logo{position:absolute; top:34px; left:0; border-right:1px solid #1a7dd3; text-align:center; width:280px; line-height:90px; height:90px;}
.map_area .txt .contact{display:block; color:#fff; font-weight:500; font-size:20px; letter-spacing:-1px; line-height:1.6; padding:0 0 0 325px;}
.map_area .txt .tx .tel{font-weight:300;}
.map_area .txt .bt{position:absolute;top:50%;right:40px;margin-top:-35px;display:block;border-radius:65px;border:3px solid #fff;color:#fff;font-size:20px;text-align:center;min-width:220px;line-height:60px;height:65px;}

.contact_address {width:100%;height:auto; line-height:1.7;}
.contact_address ul {max-width:1240px;clear: both;padding:0 20px 20px 0px;border-bottom:1px solid #ddd;}
.contact_address ul li {color: #555;margin-top: 5px;margin-bottom: 5px; font-size:16px}
.contact_traffic { max-width:1240px; margin:100px auto; padding:20px; letter-spacing:-0.8px;  clear:both;}
.contact_traffic:after {content: " ";visibility: hidden;display: block;height: 0;padding-bottom:50px;clear: both;}
.contact_traffic ul {border-bottom:1px solid #ddd; padding-bottom:25px}
.contact_traffic .bus {width:100%;}
.contact_traffic .subway {width:100%}
.contact_traffic ul li {color: #555; line-height:33px; font-size:16px}
.contact_traffic h3 { font-size:20px; font-weight:400; letter-spacing:-1px; color:#1a1a1a; padding-bottom:10px; margin-top:25px; text-align:left}
@media (max-width: 1400px){
	.map_area .txt {margin-top: -30px;width: 1024px;}
	.map_area .txt .txt_wrap{border-radius:0px 0px 20px 0px;margin:0 15px;padding:0 0 30px;}
	.map_area .txt .logo{display:block;position:relative;top:auto;left:auto;border-right:0; margin-left:0;width:100%;}
	.map_area .txt .logo:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-88px;background-color:#1a7dd3;width:177px;height:1px;}
	.map_area .txt .contact {line-height:180%;padding:20px 0 0;text-align:center;}
	.map_area .txt .contact .tel{font-weight:300;}
	.map_area .txt .bt{position:static;border-radius:65px;margin:35px auto 0;width:150px;}
}

@media screen and (max-width: 640px) {
	.map_area .txt { position: relative; bottom: auto; left: auto; transform: translateX(0); margin-top: -30px; width: auto;}
	.map_area .txt .logo img { height:20px}
	.map_area .txt .contact { font-size: 13px; letter-spacing: 0; line-height: 180%; padding: 20px 0 0;text-align: center; clear:both}
	.map_area .txt .txt_wrap{border-radius: 0px 0px 20px 0px; margin: 0 15px; padding: 0 0 30px;}
	.map_area .txt .bt { position: static; border-radius: 65px;  border-width: 2px; font-size: 15px; margin: 25px auto 0; width: 150px; line-height: 40px; height: 40px;}
	.map_area .txt .logo { position: relative; display: block;  top: auto; left: auto; border-right: 0;  width: 100%; line-height: 70px;  height: 70px;}
}
/*오시는 길*/







/*food_menu*/
.food_menu .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
.food_menu.top100 { padding-top:100px}
@media screen and (min-width: 961px) {
    .food_menu .thumb_box:nth-child(3n+3) { margin-right:0}
}
.food_menu .thumb_box .img { width:100%; min-height:300px; background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.food_menu .photo01 .img{ background-image:url(../img/menu01.jpg);}
.food_menu .photo02 .img{ background-image:url(../img/menu02.jpg);}
.food_menu .photo03 .img{ background-image:url(../img/menu03.jpg);}
.food_menu .photo04 .img{ background-image:url(../img/menu04.jpg);}
.food_menu .photo05 .img{ background-image:url(../img/menu05.jpg);}
.food_menu .photo06 .img{ background-image:url(../img/menu06.jpg);}
.food_menu .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.food_menu .thumb_box .txt h2 { font-size:24px; text-align:center; color:#333; padding:0; letter-spacing:0; font-weight:bold}
.food_menu .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .food_menu .thumb_box { width:49%; margin-right:2% }
	.food_menu .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .food_menu .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/*food_menu*/




/* content01 */
.content01 .box { position: relative; padding-bottom:80px; display:block;}
.content01 .box .img_right { float:right}
.content01 .box .txt_wrap { position: absolute; right: 0; top:0px; background: #fff; padding:50px;  width: 50%;}
.content01 .box .txt_wrap .half-round-tit { display:inline-block;margin-bottom:20px}
.content01 .box .txt_wrap .half-round-tit strong {color:#1a1a1a;  font-size:22px; font-weight:500;  vertical-align: middle;  line-height:1.6; letter-spacing:0;}
.content01 .box .txt_wrap .half-round-tit span { display: inline-block; width:35px; height:35px; line-height:35px; text-align: center;  border-radius: 50%; vertical-align: middle; color: #fff; font-size:16px}
.content01 .box .txt_wrap .half-round-tit span {background:#8abd00; margin-right:10px; float:left}
.content01 .box .txt_wrap p {text-align: justify;}
.content01 .box .txt_wrap02 { position: absolute; left: 0; top:0px; background: #fff; width: 50%;}

@media screen and (max-width: 960px) {
	.content01 .box .img { text-align:center; display:block; float:none; clear:both}
	.content01 .box .img img { width:100%}
	.content01 .box .txt_wrap { width:100%; padding:20px; display:block; position:relative; clear:both}

}
/* content01 */







/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; padding-bottom:50px; width:48%}
.content02 ul li .profile img { width:100%}
.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dt dd {  margin-left: 10px; font-size:17px; color:#444; line-height:1.75; letter-spacing:-0.02em; text-align:left; display:block; clear:both;  }

@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}

}


.counsel_area .left { width:20%; float:left}
.counsel_area .left h2 { font-size:18px; font-weight:bold; color:#000}
.counsel_area .left p { font-size:16px; color:#555}
.counsel_area .right { width:80%; margin-bottom:50px; float:left; text-align:left}
@media screen and (max-width: 640px) {
	.counsel_area .left { width:100%}
	.counsel_area .right { width:100%}
	
}

/* content02 */





/* content03 */
.content03 li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 li:nth-child(3n+3){margin-right:0}
.content03 li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 li p { text-align:center; word-break:break-word}
.content03 li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 li { width:50%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 li { width:100%; margin-right:0}
	.content03 li p { max-width:300px; margin:0 auto}
}
/* content03 */



/* content_area04 */
.content04 .point { padding:0 20px 0 0}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .img img { width:100%}
.content04 .content_sub_title { margin:0 auto; padding:30px 0 0}
.content04 .content_sub_title:after { content: " ";visibility: hidden;display: block; height: 0; padding-bottom:50px; clear: both;}
.content04 .content_sub_title .sub_title{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .content_sub_title .sub_txt {float:right; width:75%;}
.content04 .content_sub_title .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .content_sub_title .sub_title { width:100%; margin-bottom:20px; clear:both}
	.content04 .content_sub_title .sub_txt { float:left; width:100%}
}

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

}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:30px; word-break:break-word}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
.content06.top100 { padding-top:100px}
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */



@media screen and (max-width: 640px) {
#email1 { width:45%}
#email2 { width:45%}
#phone1 { width:45%}
#phone2 { width:45%}
#phone3 { width:45%; margin-top:2%}
}







/*의료진 소개*/
.btn-adm{position:absolute;top:5px;right:5px;width:30px;height:30px;color:tomato;line-height:28px;font-size:16px;display:inline-block;text-align:center;border:1px solid #ddd;box-sizing:border-box;border-radius:2px;background-color:#fff}
.doctor_area { width: 100%;position: relative;}
.doctor_area .doctor_profile{width:100%;border-bottom:1px solid #ddd;padding:80px 0}
.doctor_area .doctor-list .thumb{float:left;width:320px;height:410px;padding:0 20px;border:1px solid #d2d2d2;background-size:cover;background-position:center}
.doctor_area .info{width:65%;padding:20px 0;float:right}
.doctor_area .info .name{display:block;margin-bottom:15px;font-size:23px;color:#222;font-weight:500}
.doctor_area .info span{font-size:14px;color:#555;font-weight:300}
.doctor_area .info .postion { color: #2352ab; font-weight: 500}
.doctor_area .info dl dt{display:inline;font-size:16px;font-weight:500;line-height:28px;color:#333}
.doctor_area .info dl dt:after{content:':';display:inline-block;padding:0 4px}
.doctor_area .info dl dd { display: inline; font-size: 16px; color: #666}
.doctor_area .info dl dd:after{content:'';display:block}
.doctor_area .schedule { margin: 34px -1px 0;}
.doctor_area .schedule .surgery { color: #F00; font-size: 16px}
.doctor_area .btn-group {margin-top: 20px;}
.doctor_area .btn-group .btn-rt {float: right}
.doctor_area .btn-group .btn-doctor{display:inline-block;margin:0 5px;padding:7px;width:120px;height:40px;font-size:14px;font-weight:300;line-height:24px;letter-spacing:-.5px;text-align:center;border:1px solid transparent}
.doctor_area .btn-group .btn-Introduction{color:#333;border-color:#ddd;background-color:#f8f8f8}
.doctor_area .btn-group .btn-reservation{color:#fff;border-color:#384451;background-color:#384451}
.doctor_area .btn-group .btn-reservation span { color: #fff }
.doctor_area .sub_navi{width:100%;margin:20px auto;border-bottom:1px solid #ddd;clear:both}
.doctor_area .sub_navi ul { padding-top: 50px}
.doctor_area .sub_navi li{display:inline-block;margin-left:-3px;width:19%}
.doctor_area .sub_navi li a{display:block;box-sizing:border-box;color:#555;text-align:center;font-size:17px;position:relative;height:55px;line-height:55px}
.doctor_area .sub_navi li a.on {color: #0ba2b3; border-bottom: 1px solid #0ba2b3}
.tab_content ul li{display:block;line-height:2.4;font-weight:300;font-size:16px;color:#555}
.tab_content p { line-height:2.1; color:#555; font-size:16px; background-image:url(../img/icon_dot.gif); background-repeat:no-repeat; background-position:center left; padding-left:10px}
@media screen and (max-width: 960px) {
	.doctor_area .doctor-list {float: none }
	.doctor_area .doctor-list .thumb { float: none; clear: both; display: block; margin: 0 auto}
	.doctor_area .info {width: 100%;}
}
/*의료진 소개*/






/*외래진료*/
.process_area .ing_area h2 { font-size:24px; color:#333; text-align:left; font-weight:bold; margin-bottom:30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; padding-left:30px}
.process_area .ing_area ul { max-width:1000px; padding-bottom:80px; margin:0 auto}
.process_area .ing_area li { float:left; width:25%; text-align:center}
.process_area .ing_area .circle { border-radius: 50%;width: 200px; height: 200px; display:table; margin:0 auto; }
.process_area .ing_area li:first-child { margin-left:0;}
.process_area .ing_area li span { display: block; color: #fff; font-size: 16px; padding-top: 5px;}
.process_area .ing_area li p { font-size:13px; color:#f5f5f5;  font-weight:500; display:table-cell; vertical-align:middle}
.process_area .ing_area02 ul { max-width:1200px; padding-bottom:80px}
.process_area .ing_area02 li { float:left; width:14.2857142857%; text-align:center}
.process_area .ing_area02 .circle02 { border-radius: 50%;width: 145px; height: 145px; display:table; margin:0 auto; }
.process_area .ing_area .step01 { background-color:#5a93d9}
.process_area .ing_area .step02 { background-color:#099}
.process_area .ing_area .step03 { background-color:#5a93d9}
.process_area .ing_area .step04 { background-color:#099}
.process_area .ing_area .step05 { background-color:#5a93d9}
.process_area .ing_area .step06 { background-color:#099}
.process_area .ing_area .step07 { background-color:#5a93d9}
.process_area .ing_area .list_tit h3 { font-size:20px; padding-top:20px; font-weight:bold;}
.process_area .ing_area .list_tit p { display:block;  padding-left:10px; background-image:url(../img/icon_dot.gif); background-repeat:no-repeat; background-position: left 12px;}
@media screen and (max-width: 960px) {
	.process_area .ing_area ul { max-width:500px; margin:0 auto}
	.process_area .ing_area li { width:50%; margin-bottom:7%}
	.process_area .ing_area li:nth-child(2n+1) { margin-left:0}
}
@media screen and (max-width: 640px) {
    .process_area .ing_area .circle { width:180px; height:180px}
}
/*외래진료*/



/*비급여안내*/
.non-payment_area .notice { text-align:center; margin-bottom:50px}
.non-payment_area ul {  padding-bottom:30px; margin:0 auto; }
.non-payment_area ul:after { content: " ";visibility: hidden;display: block;height: 0;clear: both; }
.non-payment_area .ts2 ul li { width:50%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px}
.non-payment_area .ts3 ul li { width:33.3333%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px}
.non-payment_area .ts4 ul li { width:25%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px}
.non-payment_area .ts5 ul li { width:20%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts6 ul li { width:16.66666666666667%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts7 ul li { width:14.28571428571429%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts8 ul li { width:12.57%; display:block; float:left; text-align:center; border:1px solid #ddd; margin-left: -1px; margin-top:-1px}
.non-payment_area .ts ul li a {display:block; font-size:15px; color:#222; height:55px; line-height:55px; padding:0}
.non-payment_area .ts ul li a.on { background-color:#3181cb; color:#fff; box-shadow: 0 15px 15px rgba(65,71,143,0.2);}


@media screen and (max-width: 640px) {
    .non-payment_area .ts ul li { width:50%; margin-top:-1px}	
}
/*비급여안내*/




/*입퇴원*/
.Instructions_area .colum { border-bottom:1px solid #ddd; padding-top:30px; padding-bottom:30px;}
.Instructions_area .colum .left { width:33%; font-size:22px; font-weight:600; text-align:left;  float:left;}
.Instructions_area .colum .right {width: 67%; float: right; }
.Instructions_area .colum .right ul li { text-align:left; background-repeat: no-repeat; padding-left:15px; background-image: url(../img/icon_dot.gif); background-position: left 12px; box-sizing:border-box;}
@media screen and (max-width: 960px) {
	.Instructions_area .colum .left { width:100%; float:none; clear:both}
	.Instructions_area .colum .right { width:100%; float:none; clear:both}
	.Instructions_area .colum .right ul li { padding-left:13px}
}
/*입퇴원*/











@media screen and (max-width: 960px) {
		
/*	.content_area .photo_box .img { max-width:100%; text-align:center; display:block; float:none; clear:both}
	.content_area .photo_box .img img { width:100%}
	.content_area .photo_box .txt_wrap { width:100%; display:block; position:relative; clear:both}
	.content_area .photo_box .txt {max-width: 100%; float:none}*/
	
} 




	