﻿@charset "utf-8";

/*font style*/
/* Noto Sans KR / NanumSquare / Nanum Gothic */
@import url("./NanumSquare.css");
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');



/* 초기화 */
/* html {min-width: 1200px; overflow-y:scroll} */
/* body {margin:0;padding:0;font-size: 15px;font-family: 'NanumSquare', 'Noto Sans KR', sans-serif !important; letter-spacing: -0.05em; font-weight: 300; word-spacing: -1px; background:#fff} */


/* html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: 'NanumSquare', 'Noto Sans KR', sans-serif; font-weight:700; letter-spacing: -0.06em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ol, ul, dl, dt, dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'Noto Sans KR', sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'NanumSquare', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#222;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder { color: #a9a9a9;}
:-moz-placeholder { color: #a9a9a9;}
::-moz-placeholder {color: #a9a9a9;}
:-ms-input-placeholder {color: #a9a9a9;}

.xe_content{font-family: 'NanumSquare', 'Noto Sans KR', sans-serif !important;}
.xe_popup_border {z-index: 1000;}

.hidden {position: absolute; left: -9999px;}

.nanumSq {font-family: 나눔스퀘어, NanumSquare, sans-serif; font-weight: 400;}
.nanumGt {font-family: '나눔고딕', 'Nanum Gothic', sans-serif; font-weight: 400;} */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
	color:inherit;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background: none;
	border: 0;
	cursor: pointer;
}
a,button,select,label,[type=button],[type=reset],[type=submit]{
	overflow:visible;
	border-color:transparent;
	background-color:transparent;
	text-transform:none;
	cursor:pointer;
	text-decoration: none;
}

body *{font-family: 'Noto Sans KR', sans-serif;word-break: keep-all;}
html, body{letter-spacing: -0.06em;word-spacing: -0.08em;line-height: 1.4;}
header *{font-family: 'Noto Sans KR', sans-serif !important;word-break: keep-all;}
.inner{position: relative;width: 100%;max-width: 1240px;margin: 0 auto;padding: 0 20px;}
img{max-width: 100%;}

.hidden {position: absolute; left: -9999px;}

/* 헤더 */
#header {height: 94px; margin: 0 auto; zoom: 1; border-bottom:1px solid #ccc; margin-bottom:35px;}
#header:after {display:block;visibility:hidden;clear:both;content:""}
#header .logo {float: left; padding-top: 22px; }
#header .logo img{width: 300px;}


#mobileMenu{float:right; margin-top:35px;}
#mobileMenu .button{font-size:0; width:32px; height:30px; background:url('../img/toggle_btn.png') no-repeat; border:none; outline:0;}
#mobileMenu .button.close_button{background:url("../img/m_menu_close.png") no-repeat; margin-top:5px; margin-left:7px;}
#mobileMenu .dropdown{display:none;}
#mobileMenu .dropdown.is-open{display:block; position:absolute; top:93px; left:0; width:100%; background:#fff; padding:60px 0 80px 0; z-index:9999; border-top:1px solid #dcdcdc;}
#mobileMenu .dropdown .gnb {width:1200px; margin:0 auto;}
#mobileMenu .m_menu{float:left; width:20%; min-height:170px; box-sizing:border-box; text-align:left; }
#mobileMenu .dropdown .gnb li:last-child{border-right:0;}
#mobileMenu .m_menu > a{font-size:18px; font-weight:700; padding-bottom:15px; display:inline-block;}
#mobileMenu .m_menu > a:hover{color:#00b0a1;}
#mobileMenu .m_menu .submenu li {margin-bottom:5px; line-height:28px;}
#mobileMenu .m_menu .submenu li a {font-size:16px; font-weight:400;}
#mobileMenu .m_menu .submenu li a:hover {color:#00b0a1;}

#mobileMenu .dropdown .top_left{display:none;}

#mobileMenu .member{display:none;}

.depth_02 li {background:url("../img/dot3.png") no-repeat left center; padding-left:10px; line-height:20px !important;}
.depth_02 li a {font-size:14px !important;}


.main_wrap {display:block; overflow:hidden; margin-bottom:10px;}
#main_slider {float:left;}
#main_slider .main_wrapper {width: 782px; height: 455px; margin:auto 0;}
#main_slider .main_wrapper {overflow:hidden;}
#main_slider .main_wrapper img {width:782px; height:455px; display:inline-block;}

#main_visual .bx-wrapper .bx-controls-direction a {margin-top: -29px; width: 29px; height: 58px;}
.slick-prev {background: url("/html/img/arrow_left.png") no-repeat !important; left: 20px !important; z-index:999; width:24px !important; height:45px !important;} 
.slick-next {background: url("/html/img/arrow_right.png") no-repeat !important; right: 20px !important; z-index:999; width:24px !important; height:45px !important;}

.visual_text {position:absolute; color:#fff; top:320px; padding-left:70px;}
.vt_text {font-size:25px; text-transform:uppercase;}
.vt_title {font-size:30px; font-weight:600;}


.ms01 {clear:both; overflow:hidden;}
.ms01 .inner {}
.ms01 .qk_wrap {width:100%; overflow:hidden;}
.ms01 .qk_wrap .qk_list {}
.ms01 .qk_wrap .qk_list li {width:200px; height:200px; float:left; text-align:center; padding-top:70px; line-height:45px; position:relative;}
.ms01 .qk_wrap .qk_list.list5 li {width:240px;}
.ms01 .qk_wrap .qk_list li .small {font-weight:400; font-size:16px; margin-top:-25px;}
.ms01 .qk_wrap .qk_list li a {color:#fff; font-weight:600; font-size:21px;}
.ms01 .qk_wrap .qk_list .qk_01 {background:#136cb3;}
.ms01 .qk_wrap .qk_list .qk_02 {background:#00b0a1;}
.ms01 .qk_wrap .qk_list .qk_03 {background:#023649;}
.ms01 .qk_wrap .qk_list .qk_04 {background:#0c87c7;}
.ms01 .qk_wrap .qk_list .qk_04 a {color:#fff;}
.ms01 .qk_wrap .qk_list .qk_05 {background:#40d5d9;}
.ms01 .qk_wrap .qk_list .qk_06 {background:#4c9ccb;}
.ms01 .qk_wrap .qk_list img{position: absolute; top: 40px; left: 50%; margin-left: -45px;}
.ms01 .qk_wrap .qk_list li:hover img{animation:qk_list 0.3s infinite alternate;}
@keyframes qk_list{
	from{margin-top:8px;}
	to{margin-top:0;}
}

.ms01 .sns_wrap {border:1px solid #ccc; height:80px; margin-top:15px;}
.ms01 .wr_txt {display:inline-block; padding:25px 0 0 20px;}
.ms01 .sns_txt {float:right;}
.ms01 .sns_txt .sns_list {padding-right:20px;}
.ms01 .sns_txt .sns_list li {float:left; text-align:center; font-size:11px; padding:12px 15px 0; line-height:22px; font-family: '나눔고딕', 'Nanum Gothic', sans-serif; font-weight: 400;}
.ms01 .sns_txt .sns_list li img {transition: cubic-bezier(0.6, -0.28, 0.74, 0.05) all .5s;}
.ms01 .sns_txt .sns_list li:hover img{transform: rotate(360deg);}

.ms02 {overflow:hidden; clear:both;}
.ms02 .inner {padding:60px 0; display:block;}

.info_wrap {overflow:hidden; width:403px; display:inline-block; margin-left:15px;}
.info_box {margin-bottom:15px; overflow:hidden;}
.info_box .ms_board {width:403px; height:210px;float:left; position:relative; border:2px solid #00b0a1;}
.info_box #noticeBtn {display:inline-block; color:#222; font-size:20px; margin-top:32px; padding:0 40px 0 35px; cursor:pointer; position:relative;}
.info_box #noticeBtn::before{content:""; display:block; width:1px; height:18px; background:#b3b3b3; position:absolute; right:19px; top:2px;}

.info_box #notice {margin-top:25px;}
.info_box #notice ul li {font-size:15px; font-weight:500; line-height:2em; padding:0 28px 0 38px; background:url("../img/dot1.png") no-repeat 28px center;}
.info_box #notice ul li .lt_date {font-size:15px; float:right; color:#aaa;}
.info_box #notice .lt_more {position:absolute; top:30px; right:30px;}

.info_box #qna { display: none;  width: 403px; height: 210px; overflow: hidden; margin-top:25px;}
.info_box #qna ul li {font-size:15px; font-weight:500; line-height:2em; padding:0 32px 0 38px; background:url("../img/dot1.png") no-repeat 28px center;}
.info_box #qna ul li .lt_date {font-size:15px; float:right; color:#aaa;}
.info_box #qna .lt_more {position:absolute; top:30px; right:30px;}
.info_box #qnaBtn { color: #b6b6b6; font-size:20px; cursor:pointer;}

.mv_box {overflow:hidden; width:403px; display:block; }
.mv_box .mmv {}


.rp_list li {margin-bottom:20px;}

/*푸터*/
#footer_wrap {clear:both; margin:0 auto; border-top:1px solid #e1e1e1;}
#footer_wrap #ft_btn {border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3;}
#footer_wrap #ft_btn .inner {width:1200px; margin:0 auto; height:60px;}
#footer_wrap #ft_btn .inner ul li {float:left; padding-top:20px;}
#footer_wrap #ft_btn .inner ul li:first-child {background:url('../img/caution_btn.png') no-repeat left 17px; padding-left:30px;}
#footer_wrap #ft_btn .inner ul li a {font-size:15px; padding-right:45px;}

#footer {clear:both; width:1200px; margin:0 auto;}
#footer .inner {background:url('../img/logo.png') no-repeat 0 26px; position:absolute; height:125px;}
#footer .inner .ft_txt {font-size:15px; padding-left:525px; margin:27px 0; text-transform: uppercase; line-height:25px;}
#footer .inner .copy {letter-spacing:0.02em;}
#footer .inner .sns {float:right; position:relative; top:-85px;}
#footer .inner .sns li {float:left; padding-left:10px;}


/*서브*/
/*서브 상단이미지*/
#sub_top {width: 1200px; margin:0 auto; height:330px; background: url("../img/subtop_visual.jpg") no-repeat center top; background-size: cover; margin-bottom:35px;}
#sub_top .inner {width:1200px; margin:0 auto;}
#sub_top .inner h2 {color:#fff; font-size:50px;font-weight: 200;}
#sub_top .inner p {padding-top:128px; font-size:20px; color:#fff; font-weight:200;text-transform: uppercase; letter-spacing:0.06em;}

/*서브 컨테이너*/
.sub_container {color: #313131; margin:0 auto; font-family: 'NanumSquare', 'Noto Sans KR', sans-serif !important; letter-spacing: -0.05em; font-weight: 300; word-spacing: -1px; min-height:800px;}
.sub_inner {width:1200px; margin:0 auto;}

/*서브네비*/
#left_side {float: left; width: 270px; height: 100%; margin-right: 80px;}
#left_side .snb_title {width: 100%; height: 170px; padding-top: 60px; font-size: 37px; color: #fff; text-align: center; background: url("../img/left_bg.jpg") no-repeat left top; line-height:30px;}
#left_side .sub_mintit {text-transform:uppercase; font-size:15px; letter-spacing:0.1em;}
#left_side .snb_total {width: 100%; margin: 0 auto; border: 1px solid #cdcdcd; border-top: 0; border-bottom: 0; box-sizing: border-box;}
#left_side .snb_total li a {display: block; padding: 16px 28px 17px; font-weight: 400; text-transform: uppercase;}
#left_side .group div {border-bottom:1px solid #cdcdcd; height:60px; font-size:17px; line-height:60px; padding-left:10px; font-weight:400;}
#left_side .snb_total > li.on {font-weight:600; color:#00b0a1;}
#left_side .snb_total > li.on > div {color: #fff; background: #00bb96 no-repeat 18px center;}
#left_side .snb_total > li.on .dep3 {display: block;}

#left_side ul#left_navi {width:270px;text-indent:10px; }
#left_side ul#left_navi, ul#left_navi ul {list-style:none;  margin:0px; padding:0px; }
#left_side li.group {}
#left_side div.snb_title {height:60px; line-height:3; background:#9AB92E; cursor:pointer; }

#left_side ul.sub_left	{/* border:1px solid #cdcdcd;  */background:#f5f5f5; padding:10px 20px;}
#left_side ul.sub_left li { cursor:pointer;  }

#left_side ul.sub_left li a{position:relative; text-decoration:none; display:block;width:100%;height:100%; color:#000; background: url('../img/list_dot.jpg') no-repeat 20px center; padding: 10px 0;}
#left_side ul.sub_left li.current3 a{font-weight:600;}
#left_side ul.sub_left li a:before {content:''; display:block; width:3px; height:3px; border-radius:3px; background:#555; position:absolute; left:0; top:50%; transform:translateY(-50%;)}
#left_side ul.sub_left li.current3 a:before {background:#222;}
#left_side ul.sub li:hover{color:#CCFF00;	}

/*컨텐츠*/
#contents {float: left; width: 850px; margin: 68px 0 100px;}
#contents h1{display:none;}

/*서브타이틀*/
#sub_title {position: relative; margin-bottom: 60px;z-index: 11;}
#sub_title .path {overflow: hidden; position: absolute; bottom: 30px; right: 0; text-align: right; text-transform: uppercase;}
#sub_title .path li {float: left; margin-left: 28px; position: relative; line-height: 1em; font-size: 14px; color: #666666;}
#sub_title .path li a {display: block; color: #666666; }
#sub_title .path li.home {}
#sub_title .path li::before {
    position: absolute; top: 3px; left: -16px; content: ""; width: 7px; height: 11px;
    background: url("../img/icon-next.png") no-repeat left top;                     
}
#sub_title .path li:first-child::before {display: none;}
#sub_title h2 {padding-bottom: 40px; font-size: 40px; font-weight:500; text-align: center; background: url(/html/img/sub_tit.png) no-repeat center bottom;}

/*서브컨텐츠*/
#sub_contents {font-size: 17px; font-weight: 400;}
.sub_section {margin-bottom: 40px;}
.section_title {padding-left: 20px; font-size: 22px; background: url("../img/section-title-bg.png") no-repeat left center;}
.section_box {margin-bottom: 40px;}
.section_box_title {margin-bottom: 18px; padding-left: 10px; font-size: 18px; background: url("../img/icon-redsq.png") no-repeat left center;}
.color_box {padding: 30px 28px; border: 1px solid #ebebeb; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.white_box {background: #fff; }
.gray_box {background: #f8f8f8;}
.img-box {padding: 52px 28px; text-align: center;}


.interview_wrap {width:850px; background:#fafafa; height:300px;}

.profile_wrap {width:800px; height:300px; margin: 0 auto; position:relative;}
.profile_box {background:#fff; width:345px; height:214px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,.25);}
.profile_img {padding-right:20px; float:left; padding:25px 20px 0 20px;}
.profile_txt {text-align:left; padding:40px 0 0 0;}
.profile_txt .pf_tit {font-size:22px; font-weight:600; color:#00b0a1; padding-bottom:10px;}
.profile_txt .pf_mj {font-size:16px; padding-bottom:10px;}
.profile_txt .bold {font-weight:600; font-size:17px;}

.swiper-button-prev {color:#a9a9a9 !important; left:-10px !important;}
.swiper-button-next {color:#00b0a1 !important; right:-10px !important;}

.student {margin-top:60px;}
.student_wrap {}
.student_lilst {}
.student_lilst li {width:260px; float:left; border:1px solid #ccc; text-align:center; padding:30px 20px; margin:0 11px 30px 12px;}
.student_lilst li img {}
.student_lilst .st_name {color:#00b0a1; font-size:18px; font-weight:600; border-bottom:1px solid #00b0a1; padding-bottom:10px; padding-top:20px;}
.student_lilst .st_gr {padding-top:10px;}
.student_lilst .st_mj {}
.student_lilst .bold {font-weight:600;}


.viewpage {}
.pfv_box {width:196px; float:left; margin-right:10px;}
.pfv_box ul {}
.pfv_box ul li {line-height:30px; }
.pfv_box ul li img {background:none;}
.pfv_box p {padding-left:10px; line-height:30px;}
.pfv_box .st_detail {padding:10px 0 0 10px; font-size:17px;}
.pfv_box .st_detail li {background:url("../img/dot2.png") no-repeat left center; padding-left:10px;}
.pfv_box .st_name {color:#00b0a1; font-weight:600; font-size:22px; padding-top:20px;}
.pfv_box .st_mj {font-size:16px;}
.pfv_box .bold {font-weight:600;}
.pfv_q {padding-bottom:10px; font-size:17px; font-weight:600;}
.b_mint {border-bottom:1px solid #00b0a1; padding-bottom:10px;}

.pfv_cont {padding-left:50px; border-left:1px solid #e1e1e1; display:inline-block; width:600px; float:right;}
.pfv_cont ul li {}
.pfv_txt {min-height:200px; border-top:1px solid #e1e1e1;}
.pfv_txt li {border-bottom:none; font-size:15px; font-weight:400; padding-top:20px;}


/*서브페이지*/
/* h3 {background:url("../img/h3_dot.png") no-repeat center left; padding-left:15px; font-size:25px; margin-bottom:30px; display:block; font-weight:700;} */
/* section {margin-bottom:60px;} */

/*교육목표 및 성과*/
.goal_wrap {}
.goal_box {border:1px solid #ccc; padding:30px 0 40px 190px; background:url("../img/goal_icon.png") no-repeat 50px 30px; margin-bottom:60px;}
.goal_box p {font-size:15px;}
.box_tit {font-size:20px; color:#0c71c7; padding-bottom:20px; font-weight:600; text-transform:uppercase;}

.goal_img_box {margin-top:20px;  text-align:center; font-size:20px; font-weight:400; }
.goal_img_box ul {margin-bottom:90px; overflow:hidden;}
.goal_img_box li {width:33.3%; float:left; height:250px; border:1px solid#e1e1e1; line-height: 26px; font-size:20px; font-weight:700;}
.goal_01 {color:#222; position:relative; background:url("../img/ed_icon01.png") no-repeat center 45px; padding-top:155px; }
.goal_01::after {display:block; content:""; position:absolute; background:#2197fc; width:100%; height:3px; text-align:center; top:0; left:0;}
.goal_02 {color:#222; position:relative; background:url("../img/ed_icon02.png") no-repeat center 45px; padding-top:155px;}
.goal_02::after {display:block; content:""; position:absolute; background:#f69c00; width:100%; height:3px; text-align:center; top:0; left:0;}
.goal_03 {color:#222; position:relative; background:url("../img/ed_icon03.png") no-repeat center 45px; padding-top:155px; }
.goal_03::after {display:block; content:""; position:absolute; background:#26ced4; width:100%; height:3px; text-align:center; top:0; left:0;}
.goal_04 {color:#fff; background:url("../img/goal_img2.png") no-repeat; width:530px; height:75px; padding-top:25px; margin:0 auto; position:relative;}
.goal_04::after {display:block; content:""; position:absolute; background:url("../img/ed_arrow.png") no-repeat; width:37px; height:36px; text-align:center; top:-65px; left:50%; margin-left:-19px;}

.result_wrap {}
.result_list {font-size:18px; line-height:40px; padding-left:20px;}
.result_list li {background:url("../img/goal_icon2.png") no-repeat center left; padding-left:40px;}
.result_list li:nth-child(2n) {background:url("../img/goal_icon3.png") no-repeat center left; padding-left:40px;}

/*전공소개*/
.accounting_wrap {}
.accounting_box {border:1px solid #ccc; padding:30px 0 40px 190px; background:url("../img/accounting_icon.png") no-repeat 50px center; margin-bottom:30px;}
.accounting_box p {font-size:15px;}
.accounting_img_box {background:url("../img/accounting_img1.jpg") no-repeat left top, #fafafa; padding:30px 0 0 300px;height:391px;}
.depth_green {letter-spacing:-0.06em;}
.depth_green li {font-size:18px; font-weight:600;}
.depth2_green {padding-top:20px;}
.depth2_green li {font-size:15px; font-weight:400; background:url("../img/green_aw.png") no-repeat center left; padding-left:26px; line-height:36px;}

.service_wrap {}
.service_box {border:1px solid #ccc; padding:30px 0 40px 190px; background:url("../img/service_icon.png") no-repeat 50px 30px; margin-bottom:30px;}
.service_box p {font-size:15px;}
.service_img_box {background:url("../img/service_img1.jpg") no-repeat left top, #fafafa; padding:30px 0 0 300px;height:391px;}
.depth_orange {letter-spacing:-0.06em;}
.depth_orange li {font-size:18px; font-weight:600;}
.depth2_orange {padding-top:20px;}
.depth2_orange li {font-size:15px; font-weight:400; background:url("../img/orange_aw.png") no-repeat center left; padding-left:26px; line-height:36px;}

.business_wrap {}
.business_box {border:1px solid #ccc; padding:30px 0 40px 190px; background:url("../img/business_icon.png") no-repeat 50px 30px; margin-bottom:30px;}
.business_box p {font-size:15px;}
.business_img_box {background:url("../img/business_img1.jpg") no-repeat left top, #fafafa; padding:30px 0 0 300px;height:391px;}
.depth_blue {letter-spacing:-0.06em;}
.depth_blue li {font-size:18px; font-weight:600;}
.depth2_blue {padding-top:20px;}
.depth2_blue li {font-size:15px; font-weight:400; background:url("../img/blue_aw.png") no-repeat center left; padding-left:26px; line-height:36px;}

.course_wrap {}
.course_box {border:1px solid #ccc; padding:30px 0 40px 190px; background:url("../img/course_icon.png") no-repeat 50px 30px; margin-bottom:30px;}
.course_box p {font-size:15px;}
.course_img_box {background:url("../img/course_img1.jpg") no-repeat left top, #fafafa; padding:30px 0 0 300px;height:391px;}
.depth_pink {letter-spacing:-0.06em;}
.depth_pink li {font-size:18px; font-weight:600;}
.depth2_pink {padding-top:20px;}
.depth2_pink li {font-size:15px; font-weight:400; background:url("../img/pink_aw.png") no-repeat center left; padding-left:26px; line-height:36px;}

.green {font-size:20px; font-weight:600; color:#40b400;}
.orange {font-size:20px; font-weight:600; color:#f07c00;}
.blue {font-size:20px; font-weight:600; color:#0093f0;}
.pink {font-size:20px; font-weight:600; color:#ff516e;}

/* 학과소개 */
.tb_05 {text-align:center; width:100%; border-spacing: 10px;}
.tb_05 td {padding:10px 10px; width:158px; height:150px; overflow:hidden; font-size:15px; line-height:26px; letter-spacing:-0.06em; border-radius:15px; border:1px solid #cccccc;}
.tb_05 .bg_none {background:none; border:none !important;}
.tb_05 thead th {border:2px solid #023649; border-radius:100px; color:#fff; font-weight:600; font-size:18px; padding:8px; opacity:0.8;}
.tb_05 thead th:nth-of-type(2) {background: #26bdd4; border-color:#21a9be; }
.tb_05 thead th:nth-of-type(3) {background: #01b1eb; border-color:#02a0d4;}
.tb_05 thead th:nth-of-type(4) {background: #2197fc; border-color:#1d85dd;}
.tb_05 thead th:nth-of-type(5) {background: #0c71c7; border-color:#0b64af;}
.tb_05 tbody th {width:132px; height:100%; border:2px solid;border-radius:30px 5px 5px 30px;  padding:0; line-height:132px; color:#fff; font-weight:600; font-size:20px; position:relative; opacity:0.8;}
.tb_05 tbody tr:nth-of-type(1) th {background: #26bdd4; border-color:#21a9be;}
.tb_05 tbody tr:nth-of-type(2) th {background: #2197fc; border-color:#1d85dd;}
.tb_05 tbody tr:nth-of-type(3) th {background: #0c71c7; border-color:#0b64af;}
.t_blue {color:#0c71c7; font-weight:600;}


.department_wrap {}

.title_wrap {padding:40px 0; border:1px solid #ccc; text-align:center; margin-bottom:40px;}
.title_wrap .title_box {display:inline-block;}
.title_wrap .title_box p {font-size:25px; display:block; float:left; text-align:left; font-weight:400;}
.title_wrap .title_box b {font-size:35px;  display:block; font-weight:900;}
.title_wrap .title_box img {float:left; margin-right:40px; display:block; padding-top: 5px;} 
.title_img img {width:100%;}

.department_box {border:1px solid #ccc; padding:40px 0 40px 190px; background:url("../img/department_icon.png") no-repeat 50px center; margin-bottom:30px;}
.department_box li {position:relative;  padding-left:10px; line-height:26px; font-size:17px; font-weight:500;}
.department_box li:before {content:''; width:3px; height:3px; border-radius:50%;background:#222; display:block; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.department_box p {line-height:26px; font-size:17px; font-weight:500;}
.department_box.accounting {background:url("../img/accounting_icon.png") no-repeat 50px center;}

.depth_blue2 {padding:40px 60px; border-top:2px solid #0c71c7; border-bottom: 1px solid #ccc;}
.depth_blue2  ul {overflow: hidden; }
.depth_blue2 li {width:50%; float:left;font-size:16px; font-weight:400; background:url("../img/blue2_aw.png") no-repeat center left; padding-left:26px; line-height:36px;}

.img_list {}
.img_list ul {overflow:hidden;}
.img_list li {width:49%; margin-right:2%; float:left; margin-bottom:20px;}
.img_list li:nth-child(2n) {margin-right:0;}
.img_list li .img_box {border:1px solid #dcdbdd;}
.img_list li .img_box img {width:100%;}
.img_list .img_title {position:relative;  font-size:16px; padding-left:10px; margin-top:10px;}
.img_list .img_title:before {content:''; width: 3px; height:15px; background:#0c71c7; display:block;  position:absolute; left:0; top:50%; transform:translateY(-50%);}


.department_box.service {background:url("../img/service_icon.png") no-repeat 50px center;}
.title_wrap .title_box.title02 p {line-height:85px;}
.department_box.business {background:url("../img/business_icon.png") no-repeat 50px center;}
.department_box.global {background:url("../img/course_icon.png") no-repeat 50px center; text-transform:uppercase;}



/*커리큘럼*/
.service_curriculum {}
.tb_01 {text-align:center; width:100%; border-spacing: 10px;}
.tb_01 td {padding:10px 10px; width:158px; overflow:hidden; font-size:15px; line-height:26px; letter-spacing:-0.06em; border-radius:15px;}
.tb_01 .bg_none {background:none; border:none !important;}
.tb_01 th {border:2px solid #023649; border-radius:100px; color:#023649; font-weight:600; font-size:18px; padding:8px;}
.tb_01 .tb_blue1_wrap td {border:1px solid #0c71c7;}
.tb_01 .tb_blue2_wrap td {border:1px solid #2197fc;}
.tb_01 .tb_blue3_wrap td {border:1px solid #26ced4;}

.tb_01 .tb_blue1_wrap td.tb_blue1{border:none;}
.tb_01 .tb_blue2_wrap td.tb_blue2{border:none;}
.tb_01 .tb_blue3_wrap td.tb_blue3{border:none;}
.tb_01 .tb_blue1 span{display:block; background:#0c71c7; width:132px; height:132px; border-radius:100%;  padding:0; line-height:132px; color:#fff; font-weight:600; font-size:20px; position:relative;}
.tb_blue1_wrap{position:relative;}
.tb_blue1_wrap::after {display:block; content:""; position:absolute; background:url("../img/blue_line.png") no-repeat; width:42px; height:9px; right:-38px; top:60px;}
.tb_01 .tb_blue2 span{display:block; background:#2197fc; width:132px; height:132px; border-radius:100%;  padding:0; line-height:132px; color:#fff; font-weight:600; font-size:20px;}
.tb_01 .tb_blue3 span{display:block; background:#26ced4; width:132px; height:132px; border-radius:100%;  padding:0; line-height:132px; color:#fff; font-weight:600; font-size:20px;}

/*오시는길*/
.tb_map {border-top:2px solid #2197fc; font-size:18px; width:100%; margin-top:30px; border-spacing:0; font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;}
.tb_map th {background:#eff8ff; font-weight:600; width:30%; border-bottom:1px solid #e1e1e1;}
.tb_map td {padding:15px 0 15px 40px; width:70%; border-bottom:1px solid #e1e1e1;}

/*편입학안내*/
.transfer_wrap {}
.transfer_box {border:1px solid #ccc; padding:30px 0 40px 190px; background:url("../img/transfer_icon.png") no-repeat 50px 30px; margin-bottom:30px;}
.transfer_box p {font-size:15px;}
.transfer_cont {background:url("../img/trans_bar.png") no-repeat center 80px;}
.tran_tit {background:url("../img/trans_txt_bg.png") no-repeat center; text-align:center; color:#fff; height:54px; font-size:18px; padding-top:14px;}
.tran_list {padding-top:110px;}
.tran_list li {width:275px; margin-right:10px; border:1px solid #ccc; height:100px; float:left; font-size:18px; font-weight:600; padding:30px 0 0 85px; letter-spacing:-0.06em; line-height:20px; margin-bottom:10px;}
.tran_list li .tran_small {font-size:14px; font-weight:400;}
.tran_list .tran_01 {background:url("../img/campus_icon1.jpg") no-repeat 5px center, #f8f8f8;}
.tran_list .tran_02 {background:url("../img/campus_icon2.jpg") no-repeat 5px center, #f8f8f8;}
.tran_list .tran_03 {background:url("../img/campus_icon3.jpg") no-repeat 5px center, #f8f8f8; }
.tran_list .tran_04 {background:url("../img/campus_icon4.jpg") no-repeat 5px center, #f8f8f8;}
.tran_list .tran_05 {background:url("../img/campus_icon5.jpg") no-repeat 5px center, #f8f8f8; margin-right:0;}
.tran_list .tran_06 {background:url("../img/campus_icon6.jpg") no-repeat 5px center, #f8f8f8; margin-right:0;}
.tran_list .tran_07 {background:url("../img/campus_icon7.png") no-repeat 5px center, #f8f8f8; margin-right:0;}

/*산업체위탁교육*/
.industrial_wrap {}
.industrial_box {border:1px solid #ccc; padding:40px 30px 28px 270px; background:url("../img/industrial_img1.jpg") no-repeat left center, #f5f5f5; margin-bottom:30px; height:153px;}
.industrial_box p {font-size:15px;}
.industrial_crew {}
.tb_02 {border-top:2px solid #003c8e; border-bottom:2px solid #ccc; width:100%; text-align:center; border-spacing:0;}
.tb_02 thead th {border-bottom:2px solid #003c8e; padding:15px 0; font-size:18px;}
.tb_02 tbody td {border-bottom:1px solid #e1e1e1; padding:15px 0; font-size:16px;}
.tb_02 tbody th {border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; font-size:16px;}
.industrial_cont {}
.industrial_cont ul {width:100%; padding-left:20px;}
.industrial_cont ul li {padding:20px 0 20px 120px; font-size:18px;}
.industrial_cont .ind_01 {background:url("../img/industrial_icon1.png") no-repeat center left; border-bottom:1px solid #e1e1e1;}
.industrial_cont .ind_02 {background:url("../img/industrial_icon2.png") no-repeat center left;}

.blue_s {color:#0c71c7; font-size:16px; font-weight:600;}

.wd10 {width:10%}
.wd20 {width:20%}
.wd30 {width:30%}
.wd40 {width:40%}
.wd50 {width:50%}

/*학사학위 심화과정*/
.degree_wrap {}
.degree_box {border:1px solid #ccc; padding:40px 30px 28px 270px; background:url("../img/degree_img1.jpg") no-repeat left center, #f5f5f5; margin-bottom:30px; height:180px;}
.degree_box  p {font-size:15px;}
.degree_cont {overflow:hidden;}
.degree_cont ul {}
.degree_cont ul li {width:200px; height:190px; float:left; font-size:17px; text-align:center; padding-top:95px; margin-right:16px;}
.bold {font-weight:600;}
.small {font-size:14px;}
.degree_cont .deg_01 {background:url("../img/degree_icon1.png") no-repeat center 30px; border:1px solid #e1e1e1; border-top:2px solid #2197fc; }
.degree_cont .deg_02 {background:url("../img/degree_icon2.png") no-repeat center 30px; border:1px solid #e1e1e1; border-top:2px solid #26ced4; }
.degree_cont .deg_03 {background:url("../img/degree_icon3.png") no-repeat center 30px; border:1px solid #e1e1e1; border-top:2px solid #2197fc; }
.degree_cont .deg_04 {background:url("../img/degree_icon4.png") no-repeat center 30px; border:1px solid #e1e1e1; border-top:2px solid #26ced4;  margin-right:0;}

/*링크+사업*/
.linc_wrap {width:100%; height:297px; background:#f5f5f5; border-top:1px solid #ccc; text-align:center;}
.linc_box {}
.linc_box  p {}
.linc_box .box_tit {font-size:20px; color:#0c71c7; font-weight:400; padding-top:50px;}
.linc_box .m_tit {font-size:17px; padding-top:10px; margin-bottom:10px;}
.linc_box .linc_btn {background:url("../img/link_more_btn.png") no-repeat 350px center, #0c71c7; border-radius:10px; width:407px; height:75px; margin:0 auto; color:#fff; text-align:left; font-size:18px; padding:10px 0 0 20px;}
.linc_box .linc_btn a {color:#fff;}

/* h4 {background:url("../img/link_tit_1.png") no-repeat left center; margin-bottom:20px; font-size:22px; color:#003c8e; font-weight:600; padding-left:25px;} */

.linc_depth_01 {}
.linc_depth_01 li {background:url("../img/link_tit_2.png") no-repeat left 10px; padding-left:15px; color:#0c71c7; font-weight:600; margin-bottom:30px; font-size:20px; line-height:30px;}
.linc_depth_02 {}
.linc_depth_02 li {background:none; padding-left:0px; font-size:17px; color:#222; line-height:27px; font-weight:400; padding-top:10px;}

.linc_cont_box {border:1px solid #ccc; border-top:2px solid #0c71c7; padding:25px 40px; font-size:18px; line-height:28px; margin-bottom:60px;}

.linc_details {}
.linc_details p {font-size:17px; font-weight:600;}
.linc_details .linc_img_box {background:url("../img/linc_img1.png") no-repeat center 125px, #fafafa ; width:100%; height:606px; padding-top:75px; margin-top:40px;}
.linc_tit {font-size:20px; font-weight:600; text-align:center; border:2px solid #023649; padding:10px 20px; border-radius:60px; width:437px; margin:0 auto !important;}
.linc_txtdep_01 {padding-top:130px;}
.linc_txtdep_01 li {text-align:center; color:#fff; font-weight:600; font-size:20px; width:200px; float:left;}
.linc_txtdep_02 {}
.linc_txtdep_01 li ul li {text-align:left; color:#222; font-weight:400; font-size:15px; }
.linc_txtdep_01_1 {padding-left:40px;}
.linc_txtdep_01_2 {padding-left:50px;}
.linc_txtdep_01_3 {padding-left:50px; margin-top:-5px;}
.linc_txtdep_01_4 {padding-left:60px; margin-top:-5px;}
.linc_txtdep_01 li .linc_txtdep_02_1 {padding-top:120px;}
.linc_txtdep_01 li .linc_txtdep_02_2 {padding-top:117px;}
.linc_txtdep_01 li .linc_txtdep_02_3 {padding-top:93px;}
.linc_txtdep_01 li .linc_txtdep_02_4 {padding-top:93px;}

.smart_wrap {}
.smart_depth_01 li {background:url("../img/link_tit_2.png") no-repeat left 10px; padding-left:15px; color:#0c71c7; font-weight:600; margin-bottom:30px; font-size:20px; line-height:30px;}
.smart_depth_02 {}
.smart_depth_02 li {background:url("../img/dot4.png") no-repeat left 23px; padding-left:10px; font-size:17px; color:#222; line-height:27px; font-weight:400; padding-top:10px; margin-bottom:0;}
.dot_none {background:none !important;}
.smart_mv {margin-top:20px; display:block; overflow:hidden;}
.smart_mv ul {}
.smart_mv ul li {background:none; float:left;}

.facility_wrap {margin-top:20px; position:relative;}
.facility {}
.fa_slider {width:850px;}
.fa_slider li {background:none;}
.fa_slider li img {width:100%; height:568px;}
.facility #bx-pager {margin-top:20px;}
.facility #bx-pager a {margin-right:10px;}
.facility #bx-pager a:last-child {margin-right:0;}
.facility #bx-pager img {width:110px; height:90px;}
.facility .bx-wrapper .bx-prev {background:url("../img/link_prev_btn.png") no-repeat; height:32px;}
.facility .bx-wrapper .bx-next {background:url("../img/link_next_btn.png") no-repeat; height:32px;}



/*수시·정시모집정원*/
table{font-family: '나눔고딕', 'Nanum Gothic', sans-serif;}
.tb_03 {border-top:2px solid #0c71c7; border-bottom:1px solid #e1e1e1; width:100%; border-spacing:0; text-align:center; margin-bottom:40px; }
.tb_03 th {background:#0c71c7; color:#fff; font-weight:600; font-size:17px; padding:12px; border-right:1px solid #fff;border-bottom:1px solid #fff;}
.tb_03 tbody th {background:#f5f8fa; color:#222; font-weight:600; font-size:16px; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.tb_03 td {font-size:16px; padding:12px 5px; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; line-height:26px;}
.bd_none {border-right:none !important;}
.red {color:#d90000;}

.tb_04 {border-top:2px solid #00b0a1; border-bottom:1px solid #e1e1e1; width:100%; border-spacing:0; text-align:center; margin-bottom:40px;}
.tb_04 th {background:#00b0a1; color:#fff; font-weight:600; font-size:17px; padding:12px; border-right:1px solid #fff;border-bottom:1px solid #fff;}
.tb_04 tbody th {background:#f4f9f9; color:#222; font-weight:400; font-size:16px; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.tb_04 td {font-size:16px; padding:12px 5px; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; line-height:26px;}


/* 학과소개 - 교수진 */
.professor_wrap {}
#prof_ul {}
.prof_box {width:400px; float:left; border-top:2px solid #00bb96; border-bottom:1px solid #e1e1e1; padding:20px 0; margin-bottom:40px;}
.prof_box .fleft {float:left;}
.box_R {margin-right:50px;}
.prof_box .prof_img {padding-right:30px; display:block; overflow:hidden;}
.prof_info {padding:10px 0 0 30px;}
.prof_info .name {color:#006dc9; font-size:17px; font-weight:bold;}
.prof_info .nbig {font-size:22px;}
.prof_info .major {color:#686868; padding-top:5px;}
.prof_info .prof_con {margin-top:30px; font-size:15px; line-height:22px;}
.bold {font-weight:600;}

/*기타*/
.document_popup_menu a{display:none;}

/*이메일무단수집거부*/
.email_wrap p,
.email_wrap li{font-size:15px; font-weight:400; line-height:27px;}
.email_wrap li:first-child{font-weight:700; font-size:17px;}
.email_wrap p{margin-bottom:40px;}
.email_wrap ul{margin-bottom:30px;}


/* 2023 리뉴얼 */
.re_2023 .upper {text-transform: uppercase;}

/* 상단 레이아웃 */
#header_wrap.re_2023 {width: 100%; font-weight: 400;}

/* 상단메뉴 */
.re_2023 #tnb {border-bottom: 1px solid rgba(225, 225, 225, .5);background-color: #dde3ef;}
.re_2023 #tnb .inner {overflow: hidden; margin: 0 auto; padding:0;}
.re_2023 #tnb li {float: left; font-size: 14px; color: #555555; font-weight: 300; text-align: center; margin-left:7px;}
.re_2023 #tnb li + li {margin-left: 32px;}
.re_2023 #tnb li a {color: inherit;}
.re_2023 #tnb li.mb{line-height:23px;}
.re_2023 #tnb li.sns01{margin-left:0;}
.re_2023 #tnb li.join{}
.re_2023 #tnb ul.member {float: right; padding:8px 0;}

/* 헤더 */
.re_2023 #header {height: 100px; margin-bottom: 0; border-bottom: 1px solid rgba(225, 225, 225, .5);}
.re_2023 #header::after {display:block;visibility:hidden;clear:both;content:""}
.re_2023 #header .inner {height: 100px; width:1200px; position: relative;}
.re_2023 #header .logo {float: left; margin-top: 8px;}

/*메인메뉴*/
#menu {height:53px; float:right; z-index:9999; margin:25px 0 0 0;}
.main1>li {float:left; line-height:50px; text-align:center; position:relative; z-index:9999; }
.main1>li:hover .main2 {left:0;}
.main1>li:nth-child(n + 2){margin-left: 35px;}
.main1>li a {display:block; font-size:18px; font-weight:500; text-align:center;}
.main1>li a:hover {color:#00bb96;}
.main1>li > a {color: #222;}

.main2 {box-shadow: 0 0 10px rgba(0, 0, 0, .1); position:absolute; top:50px; left:-9999px; min-width: 180px; background:#fff; padding:10px 0;}
/*.main1 li:nth-child(2) .main2{width:180%;}*/
.main2>li {position:relative; border-bottom:1px dotted #dcdcdc; text-align:left; padding: 0 15px;}
.main2>li:last-child {border-bottom:0;}
.main2>li a{margin:0 10px; font-size:15px; text-align:left; white-space: nowrap;}
.main2>li > a {display: flex; justify-content: space-between; align-items: center;}
.main3 {background-color: #fff; border-left: 1px dotted #dcdcdc; position: absolute; top: -1px; left: -99999px;}
.main3 > li {border-top:1px dotted #dcdcdc;}
.main3 > li a {padding: 0 15px; color: #666;}
.main2>li:hover .main3 {left: 100%;}

/*== 전체메뉴 ==*/
/* Button */
.btn_allmenu {
    position: absolute; right: 0; top: 0; z-index: 100;cursor: pointer; background: none; border: none;
}
.btn_allmenu .bar {
    position: absolute;
    display: block; width: 16px; height: 2px;
    background: #222; transition: all 0.3s;
}
.btn_mopen {right: 0; top: 50%; transform: translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}

.btn_mclose {
	width: 16px; height: 14px; padding: 8px 7px; cursor: pointer;
    border: 1px solid #222; background: transparent;
    box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
	right: 6px; top: 16px;  border: transparent;
}
.btn_mclose .bar {}
.btn_mclose span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
.btn_mclose span:nth-child(2) {opacity: 0;}
.btn_mclose span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
    -webkit-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
}

/* GNB */
#all_menu_wrap {
    position: fixed; top: 0; right: -400px; z-index: 10000; overflow-y: auto;
    width: 400px; height:100vh; background: #fff;
}
#all_menu_wrap .inner {height: 100%;}
#gnb ul {overflow-y: auto;}
.gnb_1dul {}
.gnb_1dul li a {display: block; border-bottom: 1px solid #ebebeb;}
.gnb_1dul > li > a{background:url(/m_html/img/mobile/ham_menu_open.png) no-repeat 95% center; background-size:7px;}
.gnb_1dli {font-size: 17px;}
.gnb_1dli > a {position: relative; padding: 12px 15px;}
.gnb_2d {display: none;}
.gnb_2dul {background: #f8f8f8;}
.gnb_2dli {font-size: 15px;}
.gnb_2dli > a {padding: 12px 25px; background:none;}
.gnb_3dli a {padding: 12px 25px 12px 35px; background:none; font-size: 14px;}

.gnb_1dul > .gnb_1dli.on > a{background:url(/m_html/img/mobile/ham_menu_close.png) no-repeat 95% center; background-size:12px;}
.gnb_1dli.on .gnb_2d {display: block;}

#all_menu_wrap #tnb {height: 62px; padding: 16px 15px; border-bottom: 1px solid #ebebeb;}
#all_menu_wrap #tnb a {display: inline-block; line-height: 28px; padding: 0 10px; font-size: 13px;}
#all_menu_wrap #tnb a.login {border: 1px solid #00bb96; background: #00bb96; color: #fff;}
#all_menu_wrap #tnb a.join {border: 1px solid #222; color: #222;}

.menu_bg {display: none; position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100vh; background: #000; opacity: 0.5; filter:alpha(opacity=50);}


/* 메인 */
.main_page .mid {margin-bottom: 0; padding: 70px 0;}
.main_page .mid_tit_wrap {margin-bottom: 30px;}
.main_page .mid_tit {font-size: 30px; font-weight: 800; text-align: center;}
.main_page .mid_tit strong {font-weight: 800;}

/* 메인 - 비주얼 */
#main_visual {margin-bottom: 0; position: relative;}
#main_visual .slide {height: 800px; padding: 120px 0 100px; background: no-repeat center/cover;}
#main_visual .slide01 {background-image: url(/html/img/main_visual01.jpg);}
#main_visual .slide02 {background-image: url(/html/img/main_visual02.jpg);}
#main_visual .txt_wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; width: 100%; height: 100%; color: #fff; text-align: center; line-height: 1; position: relative; top: 100px; opacity: 0;}
#main_visual .txt_wrap.atv {animation: .7s visual_fadeUp .2s forwards;}
#main_visual .visual_txt_sml {margin-bottom: -20px; font-size: 24px; font-weight: 500; color: #fff; opacity: .5;}
#main_visual .visual_txt_big {font-size: 50px; font-weight: 900;}
#main_visual .visual_txt_def::before {content: ''; display: block; width: 80px; height: 2px; margin: 0 auto 40px; background-color: #fff;}
#main_visual .visual_txt_def {font-size: 32px; font-weight: 300;}
#main_visual .bx-controls {width: 100%; position: absolute; bottom: 90px; left: 0;}
#main_visual .bx-controls .bx-pager {display: flex; justify-content: center;}
#main_visual .bx-controls .bx-pager .bx-pager-link.active {width: 30px; border-radius: 30px;}
@keyframes visual_fadeUp {
	from {top: 100px; opacity: 0;}
	to {top: 0; opacity: 1;}
}

/* 메인 - 학과안내 */
.depart_wrap {padding: 70px 0; background-color: #F9F9F9;}
.depart_wrap .depart_ul {display: flex; justify-content: space-between; gap: 16px; margin-top: 50px;}
.depart_wrap .depart_ul li {flex: 1; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
.depart_wrap .depart_ul li .bg_box {width: 100%; height: 200px; background: no-repeat center/cover; position: relative; overflow: hidden;}
.depart_wrap .depart_ul li .bg_box::before {content: ''; display: block; width: 100%; height: 100%; background: no-repeat center/cover; transition: .3s;}
.depart_wrap .depart_ul li .bg1::before {background-image: url(/html/img/main_depart_img1.jpg);}
.depart_wrap .depart_ul li .bg2::before {background-image: url(/html/img/main_depart_img2.jpg);}
.depart_wrap .depart_ul li .bg3::before {background-image: url(/html/img/main_depart_img3.jpg);}
.depart_wrap .depart_ul li .text_box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 80px; font-size: 24px; font-weight: 600; color: #212529; text-align: center; background-color: #fff;}
.depart_wrap .depart_ul li:hover .bg_box::before {transform: scale(1.15);}

/* 메인 - 학과위상 */
.depart_status {background: url(/html/img/mid01_bg.svg) no-repeat 100% 100%/30% auto;}
.depart_status .mid_tit {font-weight: 400;}
.depart_status .mid_tit .br_mb {display: none;}
.depart_status_ul {display: flex; flex-wrap: wrap; gap: 30px;}
.depart_status_ul li {width: calc(50% - 15px); padding: 55px 40px; color: #fff; background: no-repeat 100% 100%/cover; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.depart_status_ul .bg1 {background-image: url(/html/img/main_depart_status1.jpg);}
.depart_status_ul .bg2 {background-image: url(/html/img/main_depart_status2.jpg);}
.depart_status_ul .bg3 {background-image: url(/html/img/main_depart_status3.jpg);}
.depart_status_ul .bg4 {background-image: url(/html/img/main_depart_status4.jpg);}
.depart_status_ul .text_big {margin-top: 5px; font-size: 26px; word-break: keep-all;}
.depart_status_ul .text_sml {margin-top: 25px; font-size: 15px; font-weight: 400; line-height: 1.5; word-break: keep-all;}

/* 메인 - 인스타 */
.main_page .mid02 {background: url(/html/img/main_logo_bg.svg) no-repeat #F9F9F9 right bottom/480px auto;}
.main_insta {}
.main_insta .mid_tit img {display: inline-block; margin-left: 10px;}
.main_insta_ul {display: flex; gap: 16px;}
.main_insta_ul li {flex: 1; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.main_insta_ul li a {display: block; width: 100%; aspect-ratio: 1/1; overflow: hidden; position: relative;}
.main_insta_ul li a img {display: block; width: 100%; transition: .3s;}
.main_insta_ul .txt_box {position:absolute;top:0;left:0;width:100%; height:100%; z-index:0; padding: 30px; background: url('/html/img/main_insta_hover.jpg') no-repeat;background-size:cover;transition: 0.5s; overflow: hidden; opacity: 0; transition:opacity .3s ease-in-out;}
.main_insta_ul .txt_box .tit {font-size: 24px; font-weight: 600; color: #0283ad; margin-bottom: 30px; }
.main_insta_ul .txt_box .txt {font-size: 16px; font-weight: 400; margin-bottom: 16px; color:#222; width:100%; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow:hidden;}
.main_insta_ul .txt_box .date {font-size:16px; color:#919191; font-weight: 500;}
.main_insta_ul li:hover .txt_box {opacity: 1;}

/* 메인 - 바로가기 */
.sc_wrap {display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding: 30px 150px 30px 40px; background-color: #fff; border: 1px solid #ccc;}
.sc_wrap .sc_tit {width: 200px; font-size: 26px; font-weight: 400; line-height: 1.6;}
.sc_wrap .sc_tit strong {font-weight: 800;}
.sc_list {display: flex; gap: 0 80px; font-size: 20px; text-align: center;}
.sc_list p {margin-top: 15px; font-weight: 500;}

/* 메인 - 팝업존 */
#popup_zone {width: 100%; margin-top: 20px; overflow: hidden; position: relative;}
#popup_zone .swiper-slide {box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
#popup_zone .swiper-slide img {display: block; width: 100%;}
#popup_zone .swp_pg {display: flex; gap: 5px; position: absolute; left: 40px; bottom: 40px; z-index: 1;}
#popup_zone .swp_pg .swiper-pagination-bullet {display: block !important; width: 10px; height: 8px; margin: 0; background: #fff; border-radius: 4px; opacity: 0.2; transition: .3s;}
#popup_zone .swp_pg .swiper-pagination-bullet-active {width: 40px; opacity: 0.8;}

/* 학과소식 */
.main_page .board_gallery {display: flex; gap: 16px;}
.main_page .board_gallery > li {flex: 1;}
.main_page .board_gallery .thumb_box {width: 100%; height: 225px; overflow: hidden;}
.main_page .board_gallery .thumb_box img {display: block; width: 100%;}
.main_page .board_gallery .txt_box {padding: 25px 20px; border: 1px solid #ccc; border-top: none; background-color :#fff;}
.main_page .board_gallery .txt_box .tit {font-size: 20px; font-weight: 600; color: #004990; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.main_page .board_gallery .txt_box .more_view {display: inline-flex; align-items: center; gap: 0 15px; margin-top: 20px; padding: 10px 20px; font-size: 13px; font-weight: 500; line-height: 1; border: 1px solid #bbb; border-radius: 40px;}
.main_page .board_gallery .txt_box .more_view .plus {font-size: 1.2em; transition: .3s;}
.main_page .board_gallery .txt_box .more_view:hover .plus {transform: rotate(270deg);}

/* 메인 - 유튜브 */
#youtube {background: url(/html/img/main_youtube_bg.jpg) no-repeat center/cover; position:relative;}
#youtube .mid_tit_wrap img {display: inline-block; margin-left: 10px; height: 30px;}
#youtube .inner {position: relative;}
#youtube .img {display: block; overflow: hidden;}
#youtube .img img {width: 100%;}
#youtube .youtube_list {width: 100%; overflow: hidden;}
#youtube .youtube_list .txt{padding: 20px; text-align: left; background-color: #fff; border: 1px solid #dcdcdc; border-top: none;}
#youtube .youtube_list .txt p{height: 60px; font-size:20px; font-weight:600; line-height: 1.5; margin-bottom:12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
#youtube .youtube_list .txt .date{font-size:16px; font-weight: 500; color:#878787;}
#youtube .swp_btn {display: block; position: absolute; top: 50%; cursor: pointer;}
#youtube .swp_prev {left: -130px;}
#youtube .swp_next {right: -130px;}

/* 메인 - 게시판 */
.main_page .mid05 {background: url(/html/img/main_mid05_bg.jpg) no-repeat center/cover;}
.main_page .info_wrap {width: 100%; margin: 0;}
.main_page .info_box .ms_board {width: 100%; height: auto; display: flex; gap: 0 2%; border: none;}
.main_page .info_box .ms_board .ms_board_box {flex: 1; height: 210px; background-color: #fff; border: 2px solid #00b0a1; position: relative;}
.main_page .info_box .ms_board .ms_board_box h2 {color: #222; font-size: 24px; margin-top: 32px; padding: 0 40px 0 35px; cursor: pointer; position: relative;}
.main_page .info_box .ms_board .ms_board_box ul {margin-top: 20px;}
.main_page .info_box #qna {display: block; width: auto;}
.main_page .info_box #qna ul li {font-size: 16px;}
.main_page .info_box #notice ul li {font-size: 16px;}

/* 메인 - 서브 바로가기 */
.qk_wrap {width:100%; overflow:hidden;}
.qk_wrap .qk_list {display: flex;}
.qk_wrap .qk_list li {flex: 1; height:200px; float: none; text-align:center; padding-top:70px; line-height:45px; position:relative;}
.qk_wrap .qk_list.list5 li {width:240px;}
.qk_wrap .qk_list li .small {font-weight:400; font-size:16px; margin-top:-25px;}
.qk_wrap .qk_list li a {color:#fff; font-weight:600; font-size:21px;}
.qk_wrap .qk_list .qk_01 {background:#136cb3;}
.qk_wrap .qk_list .qk_02 {background:#00b0a1;}
.qk_wrap .qk_list .qk_03 {background:#023649;}
.qk_wrap .qk_list .qk_04 {background:#0c87c7;}
.qk_wrap .qk_list .qk_04 a {color:#fff;}
.qk_wrap .qk_list .qk_05 {background:#40d5d9;}
.qk_wrap .qk_list .qk_06 {background:#4c9ccb;}
.qk_wrap .qk_list img{position: absolute; top: 40px; left: 50%; margin-left: -45px;}
.qk_wrap .qk_list li:hover img{animation:qk_list 0.3s infinite alternate;}
.mid05 .sc_wrap {border: 2px solid #00B0A1;}

/* 메인 - 카달로그 슬라이더 */
.main_page .mid06 .inner {position:relative;}
.main_page #catalog_swp .swiper-container {width: 100%; overflow: hidden;}
.main_page #catalog_swp .swiper-slide {display: inline-flex; justify-content: center; align-items: center;}
.main_page #catalog_swp .swiper-slide img {display: block; max-width: 100%;}
.main_page #catalog_swp .swp_btn {display: block; position: absolute; top: 50%; cursor: pointer;}
.main_page #catalog_swp .swp_prev {left: -130px;}
.main_page #catalog_swp .swp_next {right: -130px;}
.main_page #catalog_swp .swp_pg {display: flex; justify-content: center; margin-top: 50px; position: static;}
.main_page #catalog_swp .swp_pg .swiper-pagination-bullet {opacity: 1; width: 15px; height: 15px; border-radius: 45px; background-color: #F2F2F2; transition: .3s;}
.main_page #catalog_swp .swp_pg .swiper-pagination-bullet-active {width: 45px; background-color: #00B0A1;}

/*footer*/
#footer_wrap .f_sns li img {width: 36px;}
#footer_wrap .q_link{border-bottom:1px solid #ececec; line-height:60px; background-color: #2d3440;}
#footer_wrap .q_link .inner {overflow: hidden;}
#footer_wrap .q_link .left{float:left;}
#footer_wrap .q_link .right{float:right;}
#footer_wrap .q_link .f_sns > li img{vertical-align: middle;}
#footer_wrap .q_link ul {overflow: hidden;}
#footer_wrap .q_link li{float:left;}
#footer_wrap .q_link .privacy {display: flex; justify-content: flex-start; align-items: center; gap: 20px;}
/* #footer_wrap .q_link .privacy::before {content: ''; display: inline-block; width: 23px; height: 23px; background: url(/html/img/wr_btn.png) no-repeat center/cover;} */
#footer_wrap .q_link .privacy a{font-size:15px; font-weight: 400; color: #fff;}
#footer_wrap .q_link .privacy li:nth-child(2){padding:0 20px; position:relative;}
#footer_wrap .f_sns li{margin-left:7px;}
#footer_wrap .f_addr{padding:35px 0; font-size: 15px; font-weight: 400; color: #fff; line-height: 1.8; overflow: hidden; background-color: #393f4a;}
#footer_wrap .f_addr .left{float:left; width:480px;}
#footer_wrap .f_addr .f_logo img{width: 380px;}
#footer_wrap .f_addr address{float:left; display:block; width:720px; font-style:normal;}
#footer_wrap .f_addr address span{display:block; font-weight: 400;}
#footer_wrap .f_addr .copy{font-size:15px; color: #fff; text-transform:uppercase; opacity: 0.5;}


/* 서브 */
.re_2023 #sub_top {position: relative; width: 100%; height: 400px; margin: 0; background: url(/html/img/subtop_visual01_2023.jpg) no-repeat center/cover;}
.re_2023 #sub_top.bg01 {background-image: url(/html/img/subtop_visual01_2024.png);}
.re_2023 #sub_top.bg02 {background-image: url(/html/img/subtop_visual02_2024.png);}
.re_2023 #sub_top.bg03 {background-image: url(/html/img/subtop_visual01_2024.png);}
.re_2023 #sub_top.bg04 {background-image: url(/html/img/subtop_visual01_2024.png);}
.re_2023 #sub_top .inner h2 {padding-top: 120px;text-align: center;}
.re_2023 #sub_top .inner p {position: relative; padding-top: 19px;margin-top: 14px;text-align: center;}
.re_2023 #sub_top .inner p::before{content: '';display: block;width: 45px;height: 3px;position: absolute;top: 0;left: 50%;background-color: #3f85ff;transform: translateX(-50%);}
.re_2023 #contents {width: 100%; float: none;}

/* 서브메뉴 */
.snb {position: absolute;bottom: 0;left: 50%; transform: translateX(-50%); height:70px; border-bottom:1px solid #e1e1e1;background-color: rgba(44, 44, 53, 0.7); z-index: 22;}
.snb .inner {overflow: inherit;padding: 0;}
.snb .home{display: flex;justify-content: center;align-items: center;float:left; padding:0 20px; width:68px; line-height:70px; border-right:1px solid rgba(255, 255, 255, 0.2);}
.snb .home img {width:100%; text-align:center;}
.snb .sub_nav {position:relative; float:left; min-width:240px; }
.snb .sub_nav a {font-weight: 200;}
.snb .sub_nav > a {position:relative; overflow:hidden; display:block; font-size:16px; color: #fff; width:100%; line-height:70px; padding:0 30px; border-right:1px solid rgba(255, 255, 255, 0.2);}
.snb .sub_nav > a::after {content: '';display: block;width: 19px;height: 19px; position:absolute; right:15px; top: 50%;margin-left: 1rem;background: url(/html/img/snb_icon.png) no-repeat center/contain;transform: translateY(-50%);}
.snb .sub_nav > a.on::after {transform: rotate(180deg) translateY(50%);}
.snb .sub_nav2 > a {/*color:#00bb96; font-weight:500;*/} 
.snb .subnav_in {position:absolute; top:70px; left:0; width:100%; z-index:999; display:none; font-size:16px; background:#f2f2f2;}
.snb .subnav_in li{position: relative;float:none; padding: 16px 35px; background:none;}
.snb .subnav_in li::before{content: '';display: none;width: 15px;height: 4px;position: absolute;top: 50%;left: 0;background-color: #fff;transform: translateY(-50%);}
.snb .subnav_in li:nth-child(n + 2){border-top: #bfbfbf solid 1px;}
.snb .subnav_in li:hover{background-color: #00b4a4;color:#fff;}
.snb .subnav_in li:hover a{color:#fff;}
.snb .subnav_in li:hover::before{display: block;}
.snb .subnav_in li a {color:#555555; font-weight:400; white-space: nowrap;}
.tabs_wrap {text-align:center; position:absolute; top:235px; width:1200px; left:50%; margin-left:-600px; z-index:99;}

/* 서브공통 */
.re_2023 #sub_title .path li {font-weight: 400;}
.re_2023 .sub_container {font-weight: 400;}

/* 학과소개 */
.re_2023 .title_img {padding: 40px; text-align: center; 
  /* background-color: #fafafa; */
  background-color: #f7f7f7;
}
.re_2023 .title_img img {width: auto; max-width: 100%;}

/* 커리큘럼 */
.re_2023 .tb_01 td {width: 250px;}

/* 교수소개 */
.re_2023 .box_R {margin-right: 2%;}
.re_2023 .prof_box {width: 49%;}

/* 오시는 길 */
.re_2023 .map_img {padding: 40px; text-align: center; background-color: #fafafa;}
.re_2023 .map_img img {}

/* 우수취업자 인터뷰 */
.re_2023 .interview_wrap {width: 100%; padding: 40px 0; overflow: hidden;}
.re_2023 .profile_wrap {width: calc(100% - 60px); margin: 0 30px; overflow: hidden;}
.re_2023 .profile_box {width: 100%;}
.re_2023 .interview_wrap .swiper-button-prev2, .re_2023 .interview_wrap .swiper-button-next2 {top: 45%;}
.re_2023 .student .student_lilst li {width: calc(25% - (90px / 4)); margin-left: 0; margin-right: 30px;}
.re_2023 .student .student_lilst li.box_R {margin-left: 0; margin-right: 30px;}
.re_2023 .student .student_lilst li:nth-of-type(4n) {margin-right: 0;}
.re_2023 .pfv_cont {width: 970px;}
.re_2023 .pfv_box .st_detail li {background-position: left 12px;}

/* 편입학안내 */
.re_2023 .tran_list {display: flex; flex-wrap: wrap; gap: 6px;}
.re_2023 .tran_list > li {width: calc(20% - (30px / 5)); margin: 0;}

/* 학사학위 심화과정 */
.re_2023 .degree_cont ul li {width: calc(25% - 12px);}

/* 입학안내자료 */
.re_2023 .document_1516074_1509997 img {display: block; max-width: 100%; margin: 0 auto;}

.sub_tab {margin-bottom:30px;}
.sub_tab ul {overflow:hidden; margin: 0;}
.sub_tab li {width:49%; margin-right:2%; float:left; background:#f5f5f5; border:1px solid #ccc; margin-bottom:10px;padding:15px 0; text-align:center;}
.sub_tab li:nth-child(2n) {margin-right:0;}
.sub_tab li.on {background:#00bb96; }
.sub_tab li.on a {color:#fff; font-weight:600;}

.img_list2 ul{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.img_list2 li{

}
.txt_list li{
  width: 100%;
  height: auto;
  padding: 30px 40px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.txt_list li .txt{
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  width: calc(33.33% - (30px / 3));
}
.txt_list li .txt:last-child{
}
.txt_list li .txt::before{
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background: #004990;
}

.service_curriculm_new_line{
  padding-left: 20px;
}
.service_curriculm_new_line > li{
  margin-bottom: 20px;
}
.service_curriculm_new_line > li:last-child{
  margin-bottom: 0;
}
.service_curriculm_new_line > li h5.tit{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
.service_curriculm_new_line > li .subtxt-line{
  padding-left: 15px;
}
.service_curriculm_new_line > li .subtxt-line li{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.service_curriculm_new_line > li .subtxt-line li:last-child{
  margin-bottom: 0;
}

.service_curriculm_new_line2{
  display: flex;
  gap: 40px;
}
.service_curriculm_new_line2 > li{
  width: calc(50% - (40px / 2));
  border: 1px solid #ccc;
  background: #fff;
}
.service_curriculm_new_line2 > li > h5.tit{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px 2px 10px;
  background: #0093f0;
  margin: 0 !important;
}
.service_curriculm_new_line2 > li > .subtxt-line{
  padding: 30px 20px;

}
.service_curriculm_new_line2 > li > .subtxt-line > li{
  margin-bottom: 5px;
}
.service_curriculm_new_line2 > li:first-child{
  position: relative;
}
.service_curriculm_new_line2 > li:first-child::after{
  content: "";
  display: block;
  width: 13.5px;
  height: 23.5px;
  background: url(../img/right_arrow_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -23px;
  /* 가시사이즈로 맞춤 */
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
}
.service_curriculm_new_line2 > li > .subtxt-line > li:last-child{
  margin-bottom: 0;
}
.service_curriculm_new_line2.full-line{
  margin-top: 50px;
}
.service_curriculm_new_line2.full-line > li{
  width: 100%;
}
.service_curriculm_new_line2.full-line > li::after{
  display: none !important;
}
.l-sp1-box{
  display: flex;
  align-items: flex-start;
}
.l-sp1-box .apr{
  width: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.l-sp1-box .apr2{
}
.l-sp1-box .txt{
  width: calc(100% - 24px);
  font-size: 16px;
  font-weight: 400;
}

.p-color{
  color: #003c8e;
  font-weight: bold;
}

@media(max-width:1024px){
  .service_curriculm_new_line{
    padding-left: 12px;
  }
  .service_curriculm_new_line > li{
    margin-bottom: 10px;
  }
  .service_curriculm_new_line > li h5.tit{
    font-size: 18px;
  }
  .service_curriculm_new_line > li .subtxt-line{
    padding-left: 10px;
  }
  .service_curriculm_new_line > li .subtxt-line li{
    font-size: 15px;
    margin-bottom: 2px;
  }
  
  .service_curriculm_new_line2{
    flex-wrap: wrap;
    gap: 60px;
  }
  .service_curriculm_new_line2 > li{
    width: 100%;
  }
  .service_curriculm_new_line2 > li > h5.tit{
    font-size: 18px;
    padding: 4px 2px 6px;
  }
  .service_curriculm_new_line2 > li > .subtxt-line{
    padding: 20px 15px;
  }
  .service_curriculm_new_line2 > li > .subtxt-line > li{
    margin-bottom: 4px;
  }
  .service_curriculm_new_line2 > li:first-child::after{
    top: initial;
    right: initial;
    bottom: -33px;
    left: 50%;
    /* 가시사이즈로 맞춤 */
    transform: translate(-50%,-50%) rotate(90deg);
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
  }
  .service_curriculm_new_line2.full-line{
    margin-top: 30px;
  }
  .l-sp1-box .apr{
    width: 22px;
    font-size: 15px;
  }
  .l-sp1-box .txt{
    width: calc(100% - 22px);
    font-size: 15px;
  }
  
}

.cooperation{padding-bottom: 40px;}
.cooperation p{font-size: 18px;font-weight: 500;}

.vison_list > li{font-size: 18px;font-weight: 500;padding-bottom: 12px;}
.vison_list > li span{color: #0c71c7;padding-right: 12px;font-weight: 700;}
@media(max-width:1024px){
  .department_wrap h4{font-size: 18px;font-weight: 800;padding-bottom: 10px;}

  .cooperation{padding-bottom: 20px;}
  .cooperation p{font-size: 16px;}

  .vison_list > li{font-size: 16px;padding-bottom: 6px;}
  .vison_list > li span{padding-right: 8px;}

}


/* 메인_2024 */

/* 메인 비쥬얼 */
.main_visual{position: relative;}
.main_visual .mv_slide{width: 100%;height: 610px;}
.main_visual .mv_slide .swiper-slide{position: relative;width: 100%;height: 100%;}
.main_visual .mv_slide .swiper-slide .txt_box{position: absolute;top: 50%;left: 50%;width: 100%;max-width: 1240px;padding: 0 20px;transform: translate(-50%, -60%);}
.main_visual .mv_slide .swiper-slide .txt_box p{font-size: 40px;font-weight: 200;color: #fff;text-align: center;line-height: 1.1;}
.main_visual .mv_slide .swiper-slide .txt_box p b{font-weight: 500;}
.main_visual .mv_slide .swiper-slide .txt_box h2{font-size: 60px;font-weight: 100;color: #fff;text-align: center;line-height: 1.1;margin-top: 30px;}
.main_visual .mv_slide .swiper-slide .txt_box h2 b{font-weight: 500;}

.main_visual .mv_slide .swiper-slide.mv_1{background: url(/html/img/main_visual01.png) no-repeat center/cover;}
.main_visual .mv_slide .swiper-slide.mv_2{background: url(/html/img/main_visual02.png) no-repeat center/cover;}

.main_visual .mv_ctrl_box{position: absolute;bottom: 10%;left: 50%;display: flex;align-items: center;gap: 30px;padding: 18px 32px;background-color: rgba(0, 0, 0, 0.5);border-radius: 999px;transform: translateX(-50%);z-index: 22;}
.main_visual .mv_ctrl_box .btns{display: flex;align-items: center;gap: 20px;}
.main_visual .mv_ctrl_box .btns button{width: 13px;height: 17px;background-repeat: no-repeat;background-position: center;background-size: contain;}
.main_visual .mv_ctrl_box .btns .mv_prev{background-image: url(/html/img/mv_prev.png);}
.main_visual .mv_ctrl_box .btns .mv_next{background-image: url(/html/img/mv_next.png);}
.main_visual .mv_ctrl_box .btns .mv_pause{display: none;background-image: url(/html/img/mv_pause.png);}
.main_visual .mv_ctrl_box .btns .mv_play{display: none;background-image: url(/html/img/mv_play.png);}
.main_visual .mv_ctrl_box .btns .mv_pause.active, 
.main_visual .mv_ctrl_box .btns .mv_play.active{display: block;}
.main_visual .mv_ctrl_box .mv_pagi{display: flex;align-items: center;gap: 10px;font-family: 'NanumSquare', sans-serif !important;font-size: 20px;font-weight: 700;color: #fff;}
.main_visual .mv_ctrl_box .mv_pagi .swiper-pagination-current{font-family: 'NanumSquare', sans-serif !important;font-size: 20px;font-weight: 700 !important;color: #0092b6;}

@media screen and (max-width:1024px) {
  .main_visual .mv_slide{height: 400px;}
  .main_visual .mv_slide .swiper-slide .txt_box p{font-size: 24px;}
  .main_visual .mv_slide .swiper-slide .txt_box h2{font-size: 36px;margin-top: 20px;}

  .main_visual .mv_ctrl_box{gap: 20px;padding: 12px 24px;}
  .main_visual .mv_ctrl_box .btns{gap: 18px;}
  .main_visual .mv_ctrl_box .btns button{width: 12px;height: 15px;}
  .main_visual .mv_ctrl_box .mv_pagi{font-size: 18px;}
  .main_visual .mv_ctrl_box .mv_pagi .swiper-pagination-current{font-size: 18px;}
}
@media screen and (max-width:768px) {
  .main_visual .mv_slide{height: 300px;}
  .main_visual .mv_slide .swiper-slide .txt_box p{font-size: 18px;}
  .main_visual .mv_slide .swiper-slide .txt_box h2{font-size: 24px;margin-top: 10px;line-height: 1.4;}

  .main_visual .mv_ctrl_box{bottom: 6%;gap: 16px;padding: 4px 20px;}
  .main_visual .mv_ctrl_box .btns{gap: 14px;}
  .main_visual .mv_ctrl_box .btns button{width: 12px;height: 15px;}
  .main_visual .mv_ctrl_box .mv_pagi{font-size: 16px;}
  .main_visual .mv_ctrl_box .mv_pagi .swiper-pagination-current{font-size: 16px;}
}


/* 메인 sct01 */
.main .sct01{position: relative;padding: 85px 0;z-index: 20;}
.main .sct01 .inner{display: flex;justify-content: space-between;flex-wrap: wrap;}

.main .sct01 .img_link{display: flex;justify-content: space-between;flex-wrap: wrap;width: 75%;}
.main .sct01 .img_link > li{width: 48.88%;padding: 60px 36px;border-radius: 30px 100px 30px 30px;}
.main .sct01 .img_link > li:nth-child(1){background: url(/html/img/main_sct1_img01.png) no-repeat center/cover;}
.main .sct01 .img_link > li:nth-child(2){background: url(/html/img/main_sct1_img02.png) no-repeat center/cover;}
.main .sct01 .img_link > li h2{font-size: 40px;font-weight: 200;color: #fff;}
.main .sct01 .img_link > li h2 b{font-weight: 700;}
.main .sct01 .img_link > li p{font-size: 17px;font-weight: 200;color: #fff;margin-top: 30px;}
.main .sct01 .img_link > li a{display: inline-block;font-size: 17px;font-weight: 200;color: #fff;background: url(/html/img/main_sct1_arrow.png) no-repeat right 25px center;background-color: #003951;border-radius: 0 20px;margin-top: 90px;padding: 12px 75px 12px 25px;transition: background-color 0.2s;}
.main .sct01 .img_link > li a:hover{background-color: #001822;text-decoration: underline;}

.main .sct01 .icon_link{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 10px;width: 22.5%;}
.main .sct01 .icon_link > li{width: 100%;border: #dcdcdc solid 1px;border-radius: 7px;box-shadow: rgba(0, 0, 0, 0.05) 3px 0 7px;transition: background-color 0.2s;}
.main .sct01 .icon_link > li.call{border: 0;border-radius: 10px 40px 10px 10px;background: url(/html/img/main_sct1_img03.png) no-repeat center/cover;padding: 40px 30px;}
.main .sct01 .icon_link > li.call h2{font-size: 21px;font-weight: 400;color: #222222;}
.main .sct01 .icon_link > li.call p{position: relative;font-size: 24px;font-weight: 800;color: #3f85ff;margin-top: 10px;padding-top: 12px;}
.main .sct01 .icon_link > li.call p::before{content: '';display: block;width: 24px;height: 2px;position: absolute;left: 0;top: 0;background-color: #c3dbfd;}
.main .sct01 .icon_link > li a{position: relative;display: flex;align-items: center;gap: 24px;padding: 20px;}
.main .sct01 .icon_link > li a::after{content: '';position: absolute;top: 50%;right: 35px;display: block;width: 28px;height: 28px;background-color: #fff;border-radius: 50%;background-image: url(/html/img/main_sct1_icon05.png);background-repeat: no-repeat;background-position: center;transform: translateY(-50%);}
.main .sct01 .icon_link > li a img{transition: filter 0.2s;}
.main .sct01 .icon_link > li a span{font-size: 17px;font-weight: 400;color: #222222;transition: color 0.2s;}
.main .sct01 .icon_link > li:hover{background-color: #3f85ff;}
.main .sct01 .icon_link > li:hover a img{filter: brightness(0) invert(1);}
.main .sct01 .icon_link > li:hover a span{color: #fff;}

@media screen and (max-width:1024px) {
  .main .sct01{padding: 60px 0;}

  .main .sct01 .img_link{width: 100%;}
  .main .sct01 .img_link > li{padding: 40px 30px;border-radius: 20px 60px 20px 20px;}
  .main .sct01 .img_link > li h2{font-size: 24px;}
  .main .sct01 .img_link > li h2 span{font-size: 20px;}
  .main .sct01 .img_link > li p{font-size: 16px;margin-top: 20px;}
  .main .sct01 .img_link > li a{font-size: 16px;padding: 10px 65px 10px 20px;margin-top: 30px;}
  .main .sct01 .img_link > li a:hover{padding-right: 43px;}

  .main .sct01 .icon_link{width: 100%;gap: 20px 0;margin-top: 22px;}
  .main .sct01 .icon_link > li{width: 49.1%;}
  .main .sct01 .icon_link > li.call{width: 100%;border-radius: 10px 20px 10px 10px;padding: 30px 20px;}
  .main .sct01 .icon_link > li.call h2{font-size: 18px;}
  .main .sct01 .icon_link > li.call p{font-size: 22px;margin-top: 8px;padding-top: 10px;}
  .main .sct01 .icon_link > li.call p::before{width: 40px;height: 2px;}
  .main .sct01 .icon_link > li a{gap: 18px;padding: 20px;}
  .main .sct01 .icon_link > li a::after{right: 30px;display: block;width: 28px;height: 28px;}
  .main .sct01 .icon_link > li a span{font-size: 16px;}
}
@media screen and (max-width:768px) {
  .main .sct01{padding: 40px 0;}

  .main .sct01 .img_link{gap: 20px;}
  .main .sct01 .img_link > li{width: 100%;padding: 20px;}
  .main .sct01 .img_link > li h2{font-size: 20px;}
  .main .sct01 .img_link > li h2 span{font-size: 18px;}
  .main .sct01 .img_link > li p{margin-top: 12px;}
  .main .sct01 .img_link > li a{padding-right: 30px;margin-top: 18px;background-size: 20px;}
  .main .sct01 .img_link > li a:hover{padding-right: 33px;}

  .main .sct01 .icon_link{gap: 10px 0;margin-top: 18px;}
  .main .sct01 .icon_link > li a{gap: 10px;padding: 12px;}
  .main .sct01 .icon_link > li a img{width: 18px;height: 18px;}
  .main .sct01 .icon_link > li a::after{display: none;}
  .main .sct01 .icon_link > li a span{font-size: 14px;}
}


/* 메인 sct02 */
.main .sct02{position: relative;padding: 85px 0;}
.main .sct02::before{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: #e4f7fd;border-radius: 0 999px 999px 0;}
.main .sct02 .inner{max-width: unset;display: flex;flex-wrap: wrap;padding: 0 0 0 calc(50% - 600px);z-index: 22;}

.main .sct02 .left{width: 300px;}
.main .sct02 .right{width: calc(100% - 300px);overflow: hidden;padding-bottom: 5px;padding-left: 5px;}

.main .sct02 .left h2{font-size: 40px;font-weight: 700;color: #00b4a4;line-height: 1.1;}
.main .sct02 .left h2 span{display: inline-block;font-size: 20px;font-weight: 300;color: #222222;padding-bottom: 10px;}
.main .sct02 .left p{font-size: 17px;font-weight: 300;color: #888888;margin-top: 20px;}
.main .sct02 .left .btns{display: flex;gap: 10px;margin-top: 160px;}
.main .sct02 .left .btns a, 
.main .sct02 .left .btns button{width: 40px;height: 40px;background-repeat: no-repeat;background-position: center;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.1) 8px 6px 18px;}
.main .sct02 .left .btns a{background-color: #00b4a4;background-image: url(/html/img/main_sct2_more.png);}
.main .sct02 .left .btns button.sct2_prev{background-color: #d1d1d1;background-image: url(/html/img/main_sct2_prev.png);}
.main .sct02 .left .btns button.sct2_next{background-color: #d1d1d1;background-image: url(/html/img/main_sct2_next.png);}

.main .sct02 .right .news_slide .swiper-slide{min-height: 463px;border-radius: 20px;overflow: hidden;background-color: #fff;box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px;}
.main .sct02 .right .news_slide .swiper-slide-active{border: #00b4a4 solid 2px;}
.main .sct02 .right .news_slide .swiper-slide .txt_box{position: relative;padding: 30px;}
.main .sct02 .right .news_slide .swiper-slide:hover .txt_box h3, 
.main .sct02 .right .news_slide .swiper-slide:hover .txt_box p{text-decoration: underline;}
.main .sct02 .right .news_slide .swiper-slide .txt_box h3{font-size: 21px;font-weight: 700;color: #222222;   text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.main .sct02 .right .news_slide .swiper-slide .txt_box .detail > li{position: relative;margin-top: 16px;padding-left: 10px;}
.main .sct02 .right .news_slide .swiper-slide .txt_box .detail > li::before{content: '';display: block;width: 4px;height: 14px;position: absolute;top: 5px;left: 0;border-radius: 999px;background-color: #0ca396;}
.main .sct02 .right .news_slide .swiper-slide .txt_box .detail > li h4{font-size: 16px;font-weight: 400;color: #555555;}
.main .sct02 .right .news_slide .swiper-slide .txt_box .detail > li p{font-size: 15px;font-weight: 200;color: #999999;margin-top: 6px;text-overflow: ellipsis;overflow: hidden;word-break: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main .sct02 .right .news_slide .swiper-slide .txt_box.new::after{content: 'NEW';display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;position: absolute;top: -20px;right: 20px;border-radius: 10px;background-color: #3F85FF;font-size: 16px;font-weight: 500;color: #fff;}

@media screen and (max-width:1240px) {
  .main .sct02 .inner{padding: 0 0 0 20px;}
}
@media screen and (max-width:1024px) {
  .main .sct02{padding-bottom: 60px;background-color: #e4f7fd;}
  .main .sct02::before{display: none;}
  .main .sct02 .inner{padding: 0 20px;}
  
  .main .sct02 .left{width: 100%;}
  .main .sct02 .right{width: 100%;padding: 5px;margin-top: 20px;}
  
  .main .sct02 .left h2{font-size: 36px;}
  .main .sct02 .left h2 span{font-size: 18px;padding-bottom: 8px;}
  .main .sct02 .left p{font-size: 16px;margin-top: 16px;}
  .main .sct02 .left .btns{margin-top: 40px;}
  
  .main .sct02 .right .news_slide .swiper-slide{min-height: 436px;border-radius: 16px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box{padding: 20px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box h3{font-size: 18px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box .detail > li{margin-top: 12px;padding-left: 8px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box .detail > li p{margin-top: 4px;}  
  .main .sct02 .right .news_slide .swiper-slide .txt_box.new::after{width: 45px;height: 45px;}
}
@media screen and (max-width:768px) {
  .main .sct02{padding-bottom: 40px;}
    
  .main .sct02 .left h2{font-size: 30px;}
  .main .sct02 .left h2 span{font-size: 16px;}
  .main .sct02 .left p{margin-top: 12px;}
  .main .sct02 .left .btns{margin-top: 30px;}
  
  .main .sct02 .right .news_slide .swiper-slide{min-height: 444px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box{padding: 16px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box h3{font-size: 16px;}
  .main .sct02 .right .news_slide .swiper-slide .txt_box.new::after{width: 40px;height: 40px;font-size: 15px;}
}


/* 메인 sct03 */
.main .sct03{position: relative;padding: 70px 0 100px;}
.main .sct03::before{content: '';display: block;width: 100%;height: 170px;position: absolute;bottom: 0;left: 0;background-color: #f3f5f7;border-radius: 85px 85px 0 0;}

.main .sct03 a.sct03_link{position: absolute;top: 0;right: 20px;display: block;width: 48px;height: 48px;background-color: #e6e6e6;border-radius: 50%;background-image: url(/html/img/main_sct3_more.png);background-repeat: no-repeat;background-position: center;transition: background-color 0.2s;}
.main .sct03 a.sct03_link:hover{background-color: #ccc;}

.main .sct03 .board_tab{display: flex;gap: 40px;margin-top: 40px;}
.main .sct03 .board_tab > li{font-size: 24px;font-weight: 700;padding: 8px 2px;cursor: pointer;}
.main .sct03 .board_tab > li.notice_tab{color: #3f85ff;}
.main .sct03 .board_tab > li.notice_tab.on{border-bottom: #3f85ff solid 4px;}
.main .sct03 .board_tab > li.qa_tab{color: #0ca396;}
.main .sct03 .board_tab > li.qa_tab.on{border-bottom: #0ca396 solid 4px;}

.main .sct03 .main_board{display: none;flex-wrap: wrap;gap: 20px;margin-top: 50px;}
.main .sct03 .main_board.active{display: flex;}
.main .sct03 .main_board > li{width: calc(33.33% - 13.33px);background-color: #fff;padding: 40px 30px;border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.05) 0 3px 7px;border: #fff solid 2px;transition: border 0.2s;}
.main .sct03 .main_board > li.notice:hover{border: #3f85ff solid 2px;}
.main .sct03 .main_board > li.qa:hover{border: #0ca396 solid 2px;}
.main .sct03 .main_board > li .type{position: relative;display: inline-block;font-size: 16px;font-weight: 400;color: #222222;padding-left: 16px;}
.main .sct03 .main_board > li .type::before{content: '';display: block;width: 10px;height: 10px;position: absolute;left: 0;top: 50%;border-radius: 50%;transform: translateY(-50%);}
.main .sct03 .main_board > li.new .type::after{content: 'NEW';display: inline-block;font-size: 14px;font-weight: 400;color: #FF6A59;padding: 0 16px;margin-left: 14px;background-color: #FFF3E7;border-radius: 999px;}
.main .sct03 .main_board > li.notice .type::before{background-color: #4F8FFF;}
.main .sct03 .main_board > li.qa .type::before{background-color: #00b4a4;}
.main .sct03 .main_board > li h3{font-size: 22px;font-weight: 500;color: #222222;margin-top: 12px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.main .sct03 .main_board > li p{min-height: 60px;font-size: 16px;font-weight: 200;color: #222222;margin-top: 16px;padding-top: 13px;border-top: #E6E6E6 solid 1px;text-overflow: ellipsis;overflow: hidden;word-break: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main .sct03 .main_board > li .date{display: inline-block;font-size: 15px;font-weight: 200;color: #999999;margin-top: 20px;}

@media screen and (max-width:1024px) {
  .main .sct03{padding: 60px 0;}

  .main .sct03 .board_tab{gap: 30px;margin-top: 30px;}
  .main .sct03 .board_tab > li{font-size: 20px;padding: 5px 2px;}
  .main .sct03 .board_tab > li.on{border-bottom: #3f85ff solid 3px;}

  .main .sct03 .main_board{margin-top: 40px;}
  .main .sct03 .main_board > li{width: 100%;padding: 40px 30px;}
  .main .sct03 .main_board > li .type{font-size: 15px;}
  .main .sct03 .main_board > li h3{font-size: 20px;margin-top: 10px;}
  .main .sct03 .main_board > li p{margin-top: 12px;padding-top: 10px;}
  .main .sct03 .main_board > li .date{margin-top: 16px;}
}
@media screen and (max-width:768px) {
  .main .sct03{padding: 40px 0;}

  .main .sct03 .board_tab{gap: 20px;margin-top: 20px;}
  .main .sct03 .board_tab > li{font-size: 18px;}
  .main .sct03 .board_tab > li.on{border-bottom: #3f85ff solid 2px;}

  .main .sct03 .main_board{margin-top: 30px;}
  .main .sct03 .main_board > li{padding: 22px 20px;}
  .main .sct03 .main_board > li .type{font-size: 14px;padding-left: 12px;}
  .main .sct03 .main_board > li .type::before{width: 8px;height: 8px;}
  .main .sct03 .main_board > li.new .type::after{font-size: 13px;padding: 0 12px;margin-left: 10px;}
  .main .sct03 .main_board > li h3{font-size: 18px;margin-top: 8px;}
  .main .sct03 .main_board > li p{min-height: 51px;font-size: 15px;margin-top: 10px;padding-top: 8px;}
  .main .sct03 .main_board > li .date{margin-top: 12px;}
}


/* 메인 sct04 */
.main .sct04{padding: 30px 0;}
.main .sct04 .inner{max-width: 1640px;overflow: hidden;}

.main .sct04 .logo_slide .swiper-wrapper {align-items: center;-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important;transition-timing-function:linear!important; }
.main .sct04 .logo_slide .swiper-slide{width: fit-content !important;}

/* 2024 서브 공통 */
.sub_wrap section{padding-bottom: 120px;}
.sub_wrap section h3{position: relative;font-size: 22px;font-weight: 500;color: #222222;padding-left: 30px;margin-bottom: 40px;}
.sub_wrap section h3::before{content: '';display: block;width: 18px;height: 18px;position: absolute;top: 50%;left: 0;background: url(/html/img/sub_sml_tit.png) no-repeat center/contain;transform: translateY(-50%);}

@media screen and (max-width:1024px) {
  .sub_wrap section{padding-bottom: 80px;}
  .sub_wrap section h3{font-size: 20px;padding-left: 28px;margin-bottom: 32px;}
  .sub_wrap section h3::before{width: 16px;height: 16px;}  
}
@media screen and (max-width:768px) {
  .sub_wrap section{padding-bottom: 60px;}
  .sub_wrap section h3{font-size: 20px;padding-left: 24px;margin-bottom: 24px;}
}

.sub_wrap section .sub_sml_tit{position: relative;font-size: 20px;font-weight: 500;color: #222222;margin-left: 10px;padding-left: 24px;margin-bottom: 20px;}
.sub_wrap section .sub_sml_tit::before{content: '';display: block;width: 16px;height: 16px;position: absolute;left: 0;top: 50%;background: url(/html/img/sub_sml_tit2.png) no-repeat center/contain;transform: translateY(-50%);}

.sub_wrap section .dot_list{margin-left: 24px;}
.sub_wrap section .dot_list > li{position: relative;padding-left: 12px;font-size: 17px;font-weight: 200;color: #222222;}
.sub_wrap section .dot_list > li::before{content: '';display: block;width: 5px;height: 5px;position: absolute;top: 10px;left: 0;background-color: #234b99;}
.sub_wrap section .dot_list > li:nth-child(n + 2){margin-top: 6px;}

@media screen and (max-width:768px) {
  .sub_wrap section .sub_sml_tit{font-size: 18px;margin-left: 8px;padding-left: 20px;margin-bottom: 16px;}
  .sub_wrap section .sub_sml_tit::before{width: 14px;height: 14px;}
  
  .sub_wrap section .dot_list{margin-left: 20px;}
  .sub_wrap section .dot_list > li{font-size: 16px;}
  .sub_wrap section .dot_list > li:nth-child(n + 2){margin-top: 4px;}
}
/* //2024 서브 공통 */


/* 2024 평생학습지원센터 소개 */
.sub01_1 .sct01 .category{width: 100%;font-size: 22px;font-weight: 500;color: #fff;text-align: center;background-color: #3f85ff;border-radius: 20px;padding: 25px 20px;margin-bottom: 20px;}

.sub01_1 .sct01 .system_type{margin-bottom: 12px;}
.sub01_1 .sct01 .system_type .system{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 46px;}
.sub01_1 .sct01 .system_type .system > li{position: relative;width: 24.16%;font-size: 22px;font-weight: 500;color: #fff;text-align: center;padding: 40px 10px;border-radius: 999px;}
.sub01_1 .sct01 .system_type .system > li:nth-child(1){background-color: #00b4a4;}
.sub01_1 .sct01 .system_type .system > li:nth-child(2){background-color: #3f85ff;}
.sub01_1 .sct01 .system_type .system > li:nth-child(3){background-color: #234b99;}
.sub01_1 .sct01 .system_type .system > li:nth-child(n + 2)::before{content: '';display: block;width: 97px;height: 13px;position: absolute;top: 50%;right: 112%;background: url(/html/img/sub01_1_arrow.png) no-repeat center/contain;transform: translateY(-50%);}

.sub01_1 .sct01 .system_type .type_box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 12px;}
.sub01_1 .sct01 .system_type .type_box .type{display: flex;flex-wrap: wrap;gap: 5px 10px;position: relative;width: 49.58%;border: #e5e5e5 solid 1px;border-radius: 20px;padding: 30px 26px;}
.sub01_1 .sct01 .system_type .type_box .type > li{display: flex;gap: 10px;align-items: center;width: calc(33.33% - 8px);min-width: 172px;font-size: 17px;font-weight: 300;color: #222222;}
.sub01_1 .sct01 .system_type .type_box .type > li::before{content: '';display: block;width: 5px;height: 5px;background-color: #3f85ff;transform: translateY(-50%);margin-top: 6px;}
.sub01_1 .sct01 .system_type .type_box .type::after{content: '';display: block;width: 1px;height: 100px;position: absolute;bottom: 100%;border-right: #bfbfbf dashed 1px;}
.sub01_1 .sct01 .system_type .type_box .type_1::after{right: 37.5%;}
.sub01_1 .sct01 .system_type .type_box .type_2::after{left: 37.5%;}

.sub01_1 .sct01 .industry_box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 12px;}
.sub01_1 .sct01 .industry_box > li{display: flex;flex-wrap: wrap;width: 49.5%;border: #e5e5e5 solid 1px;border-radius: 20px;overflow: hidden;}
.sub01_1 .sct01 .industry_box > li .txt_box, 
.sub01_1 .sct01 .industry_box > li .img_box{width: 50%;}
.sub01_1 .sct01 .industry_box > li .txt_box{padding: 45px 30px;}
.sub01_1 .sct01 .industry_box > li .txt_box h4{font-size: 20px;font-weight: 700;color: #234b99;line-height: 1.1;padding-left: 8px;border-left: #234b99 solid 5px;}
.sub01_1 .sct01 .industry_box > li .txt_box .detail{margin-top: 30px;}
.sub01_1 .sct01 .industry_box > li .txt_box .detail > li{position: relative;font-size: 17px;font-weight: 300;color: #222222;padding-left: 18px;}
.sub01_1 .sct01 .industry_box > li .txt_box .detail > li::before{content: '';display: block;width: 4px;height: 4px;position: absolute;left: 0;top: 8px;border: #3f85ff solid 2px;border-radius: 50%;}
.sub01_1 .sct01 .industry_box > li .txt_box .detail > li:nth-child(n + 2){margin-top: 3px;}
.sub01_1 .sct01 .industry_box > li:nth-child(1) .img_box{background: url(/html/img/sub01_1_img01.png) no-repeat center/cover;}
.sub01_1 .sct01 .industry_box > li:nth-child(2) .img_box{background: url(/html/img/sub01_1_img02.png) no-repeat center/cover;}

.sub01_1 .sct01 .desc_wrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub01_1 .sct01 .desc_wrap > li{width: 49.5%;border: #e5e5e5 solid 1px;border-radius: 999px;font-size: 18px;font-weight: 400;color: #222222;text-align: center;padding: 24px 10px;}
.sub01_1 .sct01 .desc_wrap > li .num{font-family: 'NanumSquare', sans-serif !important;font-weight: 800;color: #3f85ff;}
.sub01_1 .sct01 .desc_wrap > li i{font-size: 16px;color: #3f85ff;padding: 0 5px;}

@media screen and (max-width:1024px) {
  .sub01_1 .sct01 .category{font-size: 20px;padding: 20px;margin-bottom: 18px;}

  .sub01_1 .sct01 .system_type .system > li:nth-child(n + 2)::before{width: 75px;}

  .sub01_1 .sct01 .industry_box > li .txt_box{padding: 30px 20px;}
  .sub01_1 .sct01 .industry_box > li .txt_box h4{font-size: 18px;}
  .sub01_1 .sct01 .industry_box > li .txt_box .detail{margin-top: 26px;}
  .sub01_1 .sct01 .industry_box > li .txt_box .detail > li{font-size: 16px;padding-left: 16px;}
  
  .sub01_1 .sct01 .desc_wrap > li{font-size: 16px;padding: 20px 10px;}
  .sub01_1 .sct01 .desc_wrap > li i{font-size: 15px;padding: 0 3px;}
  
}
@media screen and (max-width:768px) {
  .sub01_1 .sct01 .category{font-size: 18px;padding: 16px;margin-bottom: 16px;}

  .sub01_1 .sct01 .system_type{display: flex;justify-content: space-between;}
  .sub01_1 .sct01 .system_type .system{gap: 16px;width: 20%;margin-bottom: 0;}
  .sub01_1 .sct01 .system_type .system > li{display: flex;justify-content: center;align-items: center;width: 100%;font-size: 20px;padding: 20px;letter-spacing: 0.08em;writing-mode: vertical-lr;border-radius: 20px;}
  .sub01_1 .sct01 .system_type .system > li:nth-child(n + 2)::before{display: none;}
  
  .sub01_1 .sct01 .system_type .type_box{width: 78%;gap: 16px;margin: 0;}
  .sub01_1 .sct01 .system_type .type_box .type{width: 100%;height: 254px; padding: 20px 10px;}
  .sub01_1 .sct01 .system_type .type_box .type > li{gap: 10px;width: 100%;min-width: unset;font-size: 16px;}
  .sub01_1 .sct01 .system_type .type_box .type::after{display: none;}
  
  .sub01_1 .sct01 .industry_box{gap: 16px;}
  .sub01_1 .sct01 .industry_box > li{width: 100%;}
  .sub01_1 .sct01 .industry_box > li .txt_box{padding: 30px 16px;}
  .sub01_1 .sct01 .industry_box > li .txt_box .detail{margin-top: 24px;}
  .sub01_1 .sct01 .industry_box > li .txt_box .detail > li{padding-left: 12px;}
  
  .sub01_1 .sct01 .desc_wrap{gap: 12px;}
  .sub01_1 .sct01 .desc_wrap > li{width: 100%;padding: 16px;line-height: 1.1;}  
}


.sub01_1 .sct02 .con_box .pc_img{display: block;}
.sub01_1 .sct02 .con_box .mo_img{display: none;}

@media screen and (max-width:768px) {
  .sub01_1 .sct02 .con_box .pc_img{display: none;}
  .sub01_1 .sct02 .con_box .mo_img{display: block;}
}


.sub01_1 .sct03 .category{width: 100%;font-size: 22px;font-weight: 500;color: #fff;text-align: center;background-color: #234b99;border-radius: 20px;padding: 25px 20px;margin-bottom: 20px;}

.sub01_1 .sct03 .employee{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub01_1 .sct03 .employee h4{display: flex;justify-content: center;align-items: center;width: 100px;font-size: 20px;font-weight: 500;color: #fff;border-radius: 20px;}
.sub01_1 .sct03 .employee .process{display: flex;justify-content: space-between;flex-wrap: wrap;width: calc(100% - 110px);}
.sub01_1 .sct03 .employee .process > li{position: relative;width: 22.47%;border: #cfe0ff solid 1px;border-radius: 20px;}
.sub01_1 .sct03 .employee .process > li:nth-child(n + 2)::before{content: '';display: block;width: 8px;height: 13px;position: absolute;top: 50%;right: 105%;background: url(/html/img/sub01_1_arrow2.png) no-repeat center/contain;transform: translateY(-50%);}
.sub01_1 .sct03 .employee .process > li .period{display: block;width: 100%;font-size: 17px;font-weight: 500;color: #3f85ff;text-align: center;padding: 16px;background-color: #cfe0ff;border-radius: 20px 20px 0 0;}
.sub01_1 .sct03 .employee .process > li p{font-size: 17px;font-weight: 400;color: #222222;text-align: center;padding: 16px;}
.sub01_1 .sct03 .employee .process > li p span{font-size: 15px;}
.sub01_1 .sct03 .employee .process > li p b{font-weight: 700;color: #234b99;}

.sub01_1 .sct03 .employee.before h4{background-color: #3f85ff;}

.sub01_1 .sct03 .employee.after{margin-top: 10px;}
.sub01_1 .sct03 .employee.after h4{background-color: #00b4a4;}
.sub01_1 .sct03 .employee.after .process > li .period{display: none;}
.sub01_1 .sct03 .employee.after .process > li p{padding: 26px;}

.sub01_1 .sct03 .sub_sml_tit{margin-top: 60px;}

.sub_wrap section .dot_list > li:nth-child(n + 2){margin-top: 6px;}
.sub01_1 .sct03 .dot_list > li{display: flex;gap: 20px;}
.sub01_1 .sct03 .dot_list > li b{display: flex;justify-content: space-between;width: 56.2px;font-weight: 400;}

@media screen and (max-width:768px) {
  .sub01_1 .sct03 .category{font-size: 18px;padding: 16px;margin-bottom: 16px;}

  .sub01_1 .sct03 .employee h4{width: 100%;font-size: 16px;padding: 12px;margin-bottom: 12px;}
  .sub01_1 .sct03 .employee .process{width: 100%;gap: 10px 0;}
  .sub01_1 .sct03 .employee .process > li{width: 48%;}
  .sub01_1 .sct03 .employee .process > li:nth-child(n + 2)::before{width: 6px;height: 10px;right: 102%;}
  .sub01_1 .sct03 .employee .process > li .period{font-size: 16px;padding: 10px;}
  .sub01_1 .sct03 .employee .process > li p{font-size: 15px;padding: 14px;}
  
  .sub01_1 .sct03 .employee.after .process > li .period{display: block;}
  .sub01_1 .sct03 .employee.after .process > li p{padding: 14px;}
  
  .sub01_1 .sct03 .sub_sml_tit{margin-top: 40px;}
  
  .sub01_1 .sct03 .dot_list > li{gap: 16px;}
  .sub01_1 .sct03 .dot_list > li b{width: 52px;}  
}

/* //2024 평생학습지원센터 소개 */


/* 2024 학과안내 */
.sub02_1 .sct01 .department_intro{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 20px 0;}
.sub02_1 .sct01 .department_intro > li{display: flex;flex-wrap: wrap;width: 49.1%;border: #cccccc solid 1px;border-radius: 10px;overflow: hidden;}
.sub02_1 .sct01 .department_intro > li .txt_box{width: 58%;padding: 40px 32px;}
.sub02_1 .sct01 .department_intro > li .img_box{width: 42%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.sub02_1 .sct01 .department_intro > li .txt_box h4 a{display: flex;align-items: center;gap: 6px;font-size: 26px;font-weight: 700;line-height: 1;color: #3f85ff;}
.sub02_1 .sct01 .department_intro > li .txt_box h4 a::after{display: none;}
.sub02_1 .sct01 .department_intro > li .txt_box .desc{font-size: 16px;font-weight: 300;color: #222222;margin-top: 16px;}
.sub02_1 .sct01 .department_intro > li .txt_box .info{margin-top: 30px;}
.sub02_1 .sct01 .department_intro > li .txt_box .info > li{position: relative;padding-left: 14px;}
.sub02_1 .sct01 .department_intro > li .txt_box .info > li:nth-child(n + 2){margin-top: 16px;}
.sub02_1 .sct01 .department_intro > li .txt_box .info > li::before{content: '';display: block;width: 5px;height: 16px;position: absolute;top: 1px;left: 0;background-color: #234b99;}
.sub02_1 .sct01 .department_intro > li .txt_box .info > li h5{font-size: 17px;font-weight: 500;color: #234b99;line-height: 1;}
.sub02_1 .sct01 .department_intro > li .txt_box .info > li p{font-size: 17px;font-weight: 300;color: #222222;margin-top: 6px;}

.sub02_1 .sct01 .department_intro > li.computer .img_box{background-image: url(/html/img/sub02_1_img01.png);}
.sub02_1 .sct01 .department_intro > li.ai .img_box{background-image: url(/html/img/sub02_1_img02.png);}
.sub02_1 .sct01 .department_intro > li.semi .img_box{background-image: url(/html/img/sub02_1_img03.png);}
.sub02_1 .sct01 .department_intro > li.energy .img_box{background-image: url(/html/img/sub02_1_img04.png);}
.sub02_1 .sct01 .department_intro > li.army .img_box{background-image: url(/html/img/sub02_1_img05.png);}
.sub02_1 .sct01 .department_intro > li.dron .img_box{background-image: url(/html/img/sub02_1_img06.png);}

.sub02_1 .sct01 .department_intro > li.business .img_box{
  background-image: url(/html/img/sub02_1_img07.png);
}
.sub02_1 .sct01 .department_intro > li.tour .img_box{
  background-image: url(/html/img/sub02_1_img08.png);
}
.sub02_1 .sct01 .department_intro > li.artmedia .img_box{
  background-image: url(/html/img/sub02_1_img09.png);
}

@media screen and (max-width:1024px) {
  .sub02_1 .sct01 .department_intro{gap: 20px;}
  .sub02_1 .sct01 .department_intro > li{width: 100%;}
}
@media screen and (max-width:768px) {
  .sub02_1 .sct01 .department_intro > li{flex-direction: column-reverse;}
  .sub02_1 .sct01 .department_intro > li .txt_box{width: 100%;padding: 24px 20px;}
  .sub02_1 .sct01 .department_intro > li .img_box{width: 100%;height: 180px;}
  
  .sub02_1 .sct01 .department_intro > li .txt_box h4 a{font-size: 20px;}
  .sub02_1 .sct01 .department_intro > li .txt_box h4 a img{width: 20px;height: 20px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .desc{font-size: 15px;margin-top: 12px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .info{margin-top: 20px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .info > li{padding-left: 10px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .info > li:nth-child(n + 2){margin-top: 12px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .info > li::before{width: 3px;height: 14px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .info > li h5{font-size: 16px;}
  .sub02_1 .sct01 .department_intro > li .txt_box .info > li p{font-size: 16px;margin-top: 4px;}
  
}
/* //2024 학과안내 */

/* sub01_2 기업 소개 */
.sub01_2 section h3 span{font-size: 20px;}
.sub01_2 .company_list{display: flex;gap: 24px;flex-wrap: wrap;}
.sub01_2 .company_list > li{display: flex;width: calc(50% - 12px);border-top: #222 solid 2px;border-bottom: #222 solid 2px;}
.sub01_2 .company_list > li h4{width: 24%;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 16px;font-size: 18px;font-weight: 600;color: #222;padding: 5px;text-align: center;}
.sub01_2 .company_list > li table{width: 76%;}
.sub01_2 .company_list > li table th, 
.sub01_2 .company_list > li table td{font-size: 16px;font-weight: 400;color: #222;vertical-align: middle;padding: 10px;}
.sub01_2 .company_list > li table tr:nth-child(n + 2) th, 
.sub01_2 .company_list > li table tr:nth-child(n + 2) td{border-top: #aaa solid 1px;}
.sub01_2 .company_list > li table th{width: 105px;text-align: center;}
.sub01_2 .company_list > li table td{width: calc(100% - 105px);min-width: 90px;}
.sub01_2 .company_list > li.txt_table h4{color: #fff;}
.sub01_2 .company_list > li.img_table table th{color: #fff;}

.sub01_2_1 .company_list > li.img_table th{background-color: #8d93c8;}
.sub01_2_1 .company_list > li.txt_table h4{background-color: #8d93c8;}
.sub01_2_1 .company_list > li.txt_table th{background-color: #dee2f2;}

.sub01_2_2 .company_list > li.img_table th{background-color: #69a3d8;}
.sub01_2_2 .company_list > li.txt_table h4{background-color: #69a3d8;}
.sub01_2_2 .company_list > li.txt_table th{background-color: #dfeaf8;}

.sub01_2_3 .company_list > li.img_table th{background-color: #8eba6a;}
.sub01_2_3 .company_list > li.txt_table h4{background-color: #8eba6a;}
.sub01_2_3 .company_list > li.txt_table th{background-color: #e1eecf;}

.sub01_2_4 .company_list > li.img_table th{background-color: #64bbba;}
.sub01_2_4 .company_list > li.txt_table h4{background-color: #64bbba;}
.sub01_2_4 .company_list > li.txt_table th{background-color: #c9e3de;}

.sub01_2_5 .company_list > li.img_table th{background-color: #f598a4;}
.sub01_2_5 .company_list > li.txt_table h4{background-color: #f598a4;}
.sub01_2_5 .company_list > li.txt_table th{background-color: #fcd4d2;}

@media screen and (max-width:1024px) {
  .sub01_2 section h3 span{display: block;font-size: 18px;}
  .sub01_2 .company_list{gap: 20px}
  .sub01_2 .company_list > li{width: 100%;overflow: auto;}
  .sub01_2 .company_list > li h4{min-width: 96px;gap: 10px;font-size: 16px;}
  .sub01_2 .company_list > li table{min-width: 304px;}
  .sub01_2 .company_list > li table th, 
  .sub01_2 .company_list > li table td{font-size: 15px;padding: 8px;}
  .sub01_2 .company_list > li table td{min-width: 60px;}
}
/* //sub01_2 기업 소개 */

.sub00_1 .sct01 .content-txtbox .top-txt{
  margin-bottom: 20px;
}
.sub00_1 .sct01 .content-txtbox .top-txt h2{
  font-size: 24px;
  font-weight: bold;
}
.sub00_1 .sct01 .content-txtbox .top-txt p{
  font-size: 18px;
  margin-top: 10px;
}

.sub00_1 .sct01 .content-txtbox .middle_con_line{
  display: flex;
  gap: 40px;
  align-items: center;
}
.sub00_1 .sct01 .content-txtbox .middle_con_line > .imgbox{
  width: 47%;
}

.sub00_1 .sct01 .content-txtbox .middle_con_line > .middle-txt{
  width: 44%;
  width: calc(53% - 40px);
}
.sub00_1 .sct01 .content-txtbox .middle_con_line > .middle-txt > p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sub00_1 .sct01 .content-txtbox .middle_con_line > .middle-txt .bottom-txt{
  font-weight: bold;
  text-align: right;
}

@media(max-width:1024px){
  .sub00_1 .sct01 .content-txtbox .top-txt{
    margin-bottom: 16px;
  }
  .sub00_1 .sct01 .content-txtbox .top-txt h2{
    font-size: 20px;
  }
  .sub00_1 .sct01 .content-txtbox .top-txt p{
    font-size: 16px;
    margin-top: 8px;
  }
  
  .sub00_1 .sct01 .content-txtbox .middle_con_line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub00_1 .sct01 .content-txtbox .middle_con_line > .imgbox{
    width: 100%;
  }
  
  .sub00_1 .sct01 .content-txtbox .middle_con_line > .middle-txt{
    width: 100%;
  }
  .sub00_1 .sct01 .content-txtbox .middle_con_line > .middle-txt > p{
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* 인사말 */

.sub00_2 .sct01 .imgbox{
  max-width: 957px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.sub00_2 .sct02 ul li{
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
  letter-spacing: -0.68px;
  color: rgb(34, 34, 34);
  position: relative;
  padding-left: 15px;
}
.sub00_2 .sct02 ul li::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: rgb(63, 133, 255);
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}

@media(max-width:1024px){
  .sub00_2 .sct01 .imgbox{
    max-width: 600px;
  }
  .sub00_2 .sct02 ul li{
    font-size: 16px;
  }
}

/* 조직도 */

.center_map{width: 100%; height: 500px; }
.center_map .root_daum_roughmap_landing{width: 100%; height: 100%;}
.center_map .root_daum_roughmap .wrap_map{width: 100%; height: 100%;}
.center_map .root_daum_roughmap .wrap_controllers{width: 100%; position: absolute; bottom: 0; border: none; z-index: 1;}

@media(max-width:1024px){
  .center_map{width: 100%; height: 300px; }
}


/* 오시는길 */


.sub01_2 .sct01 .top-txtbox{
  text-align: center;
  margin-bottom: 40px;
}
.sub01_2 .sct01 .top-txtbox h5{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -1.6px;
  color: rgb(34, 34, 34);
}
.sub01_2 .sct01 .top-txtbox p{
  font-size: 17px;
  font-weight: normal;
  line-height: 1.59;
  letter-spacing: -0.68px;
  color: rgb(34, 34, 34);
  margin-top: 7px;
}
.sub01_2 .sct01 .imgbox img{
  display: block;
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sub01_2 .sct01 .middle-txtbox{
  text-align: center;
  margin-top: 40px;
}
.sub01_2 .sct01 .middle-txtbox h5{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -1.04px;
  color: rgb(34, 34, 34);
  margin-bottom: 8px;
}
.sub01_2 .sct01 .middle-txtbox p{
  font-size: 17px;
  font-weight: normal;
  line-height: 1.59;
  letter-spacing: -0.68px;
  color: rgb(34, 34, 34);
  margin-bottom: 40px;
}
.sub01_2 .sct01 .middle-txtbox p:last-child{
  margin-bottom: 0;
}
.sub01_2 .sct01 .middle-txtbox p span{
  position: relative;
}
.sub01_2 .sct01 .middle-txtbox p span::after{
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 10px;
  z-index: -1;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgb(207, 224, 255);
}

.cm_bottom-txtbox1{
  margin-top: 24px;
  border-radius: 20px;
  background-color: rgb(243, 243, 243);
  padding: 25px 36px;

}

.cm_bottom-txtbox1 p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.68px;
  text-align: left;
  color: rgb(34, 34, 34);
  margin-bottom: 4px;
}
.cm_bottom-txtbox1 p:last-child{
  margin-bottom: 0;
}

.sub01_2 .sct02 .stat-box .sub01_2_stat{
  width: 100%;
  border-top: 2px solid #000;
}
.sub01_2 .sct02 .stat-box .sub01_2_stat tr th,
.sub01_2 .sct02 .stat-box .sub01_2_stat tr td
{
  padding: 16px 0;
  text-align: center;
  width: 25%;
}
.sub01_2 .sct02 .stat-box .sub01_2_stat tr th{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: rgb(18, 18, 18);
}
.sub01_2 .sct02 .stat-box .sub01_2_stat tr td{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.72px;
  color: rgb(18, 18, 18);
}
.sub01_2 .sct02 .stat-box .sub01_2_stat tr td:first-child,
.sub01_2 .sct02 .stat-box .sub01_2_stat tr th:first-child
{
  background-color: rgba(63, 133, 255,0.08);
}

@media(max-width:1024px){
  .sub01_2 .sct01 .top-txtbox{
    margin-bottom: 30px;
  }
  .sub01_2 .sct01 .top-txtbox h5{
    font-size: 24px;
  }
  .sub01_2 .sct01 .top-txtbox p{
    font-size: 16px;
    margin-top: 5px;
  }
  .sub01_2 .sct01 .middle-txtbox{
    margin-top: 30px;
  }
  .sub01_2 .sct01 .middle-txtbox h5{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sub01_2 .sct01 .middle-txtbox p{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sub01_2 .sct01 .middle-txtbox p span::after{
    height: 5px;
  }
  .cm_bottom-txtbox1{
    margin-top: 20px;
    padding: 20px 15px;
  
  }
  
  .cm_bottom-txtbox1 p {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .sub01_2 .sct02 .stat-box {
    width: 100%;
    overflow-x: auto;
  }
  .sub01_2 .sct02 .stat-box table{
    min-width: 800px;
  }
  .sub01_2 .sct02 .stat-box .sub01_2_stat tr th,
  .sub01_2 .sct02 .stat-box .sub01_2_stat tr td
  {
    padding: 12px 0;
  }
  .sub01_2 .sct02 .stat-box .sub01_2_stat tr th{
    font-size: 16px;
  }
  .sub01_2 .sct02 .stat-box .sub01_2_stat tr td{
    font-size: 15px;
  }
  
}

/* 장학혜택 */

.tb_map2{
  margin-top: 0;
}
.tb_map2 th{
  width: 40% !important;
  vertical-align: middle;
}
.tb_map2 td{
  width: 30% !important;
}
.tb_map .top-tit td,
.tb_map .top-tit th
{
  background: #2197fc;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tb_map2 td:last-child{
  border-left: 1px solid #f1f1f1 !important;
}
.tb_map2 td:nth-child(2){
  border-left: none;
}


.tb_map3{
  margin-top: 0;
}
.tb_map3 th{
  width: 30% !important;
  vertical-align: middle;
}
.tb_map3 td{
  width: 35% !important;
}
.tb_map .top-tit td,
.tb_map .top-tit th
{
  background: #2197fc;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tb_map3 td:last-child{
  border-left: 1px solid #f1f1f1;
}
.tb_map3 td:nth-child(2){
  border-left: none;
}