@charset "UTF-8";
/* CSS Document */


@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* {margin: 0;padding: 0;}
a > * {line-height: 0;}
img {border: medium none;}
body {font-family:"pretendard",나눔고딕,NanumGothic,돋움,Dotum,Arial,Helvetica,sans-serif;font-size: 16px; 
background:#fff; font-weight:500; line-height:170%; letter-spacing:-0.3px;
	 word-break: keep-all}
a {color:#000;text-decoration: none;}
a:hover{color:#333; text-decoration:none;}
a:focus{color:#333; text-decoration:none;}
a:active{color:#333; text-decoration:none;}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: inherit;margin:0;}
li{list-style:none;}

p {
    margin: 0 0 3px;
	
}

.point-bg {
    background-color: #ff7400;
}


body.main_bg {background:url('/img/main_bg.png') no-repeat top center; background-size:cover;}

.clearfix {clear:both;}
p.clearfix {clear:both; display:inline!important;}
div.clearfix {clear:both;}

.bold {font-weight:400;}
.both{display: block;height:0;clear: both;visibility: hidden;}
.both:after{content:".";display: block;height:0;clear:both;visibility:hidden;}

.f_left {float:left;}
.f_right {float:right;}

.bg-grey {background:#f3f3f3;}

.pd10{padding: 10px;}
.pd15{padding: 14px;}
.pd20{padding: 20px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd100{padding: 100px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}

.mg10{margin: 10px;}
.mg15{margin: 14px;}
.mg20{margin: 20px;}
.mg30{margin: 30px;}
.mg40{margin: 40px;}
.mg50{margin: 50px;}
.mg100{margin: 100px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}


.mt20minus{margin-top:-20px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}

.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.per5{width:5%;}
.per10{width:10%;}
.per15{width:15%;}
.per20{width:20%;}
.per25{width:25%;}
.per30{width:30%;}
.per35{width:35%;}
.per40{width:40%;}
.per45{width:45%;}
.per50{width:50%}
.per55{width:55%;}
.per60{width:60%}
.per65{width:65%;}
.per70{width:70%}
.per75{width:75%;}
.per80{width:80%}
.per85{width:85%;}
.per90{width:90%}
.per95{width:95%;}
.per100{width:100%;}

.px10{width:10px;}
.px20{width:20px;}
.px30{width:30px;}
.px40{width:40px;}
.px50{width:50px;}
.px60{width:60px;}
.px70{width:70px;}
.px80{width:80px;}
.px90 {width:90px;}
.px100{width:100px;}
.px120{width:120px;}
.px150{width:150px;}
.px200{width:200px;}
.px250{width:250px;}
.px300{width:300px;}
.px350{width:350px;}
.px400{width:400px;}
.px450{width:450px;}
.px500{width:500px;}
.px550{width:550px;}
.px600{width:600px;}
.px650{width:650px;}
.px700{width:700px;}

.img-responsive {display:inline-block;}


.btn {font-size:15px; font-family:'Arial', 'NanumSquare';}

.btn-primary {color: #fff;background-color: #348fe2;border-color: #348fe2;background-image: none;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}
.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger
,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}
.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active,
.btn-turquoise.active,
.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}
.btn-turquoise.disabled,
.btn-turquoise[disabled],
fieldset[disabled] .btn-turquoise,
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
fieldset[disabled] .btn-turquoise:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
fieldset[disabled] .btn-turquoise:focus,
.btn-turquoise.disabled:active,
.btn-turquoise[disabled]:active,
fieldset[disabled] .btn-turquoise:active,
.btn-turquoise.disabled.active,
.btn-turquoise[disabled].active,
fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}
.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}r
.btn-royalblue:hover,
.btn-royalblue:focus,
.btn-royalblue:active,
.btn-royalblue.active,
.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}
.btn-royalblue.disabled,
.btn-royalblue[disabled],
fieldset[disabled] .btn-royalblue,
.btn-royalblue.disabled:hover,
.btn-royalblue[disabled]:hover,
fieldset[disabled] .btn-royalblue:hover,
.btn-royalblue.disabled:focus,
.btn-royalblue[disabled]:focus,
fieldset[disabled] .btn-royalblue:focus,
.btn-royalblue.disabled:active,
.btn-royalblue[disabled]:active,
fieldset[disabled] .btn-royalblue:active,
.btn-royalblue.disabled.active,
.btn-royalblue[disabled].active,
fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}
.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}
.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}

.btn-info2 {
  color: #fff;
  background-color: #6c3ca6;
  border-color: #6c3ca6;
  background-image: none;
}
.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
  color: #fff;
  background-color: #5d3290;
  border-color: #5d3290;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}
.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5db75d;
  border-color: #5db75d;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}
.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}


.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}
.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active,
.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}
.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}
.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,black
fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}
.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}

.page-header {border:0;}



.navbar {
    margin-bottom: 0px !important;
    border-radius: 0;
    width: 100%;
}


.navbar_wrap {background:#fff;}
.navbar-header {width:100%; display:flex; align-items: center;  justify-content: space-between;}

.navbar-brand { padding:0; height:auto;}
.navbar-brand  img {text-align:left;margin-top:0; max-width:250px; }


.navbar-collapse  {background:#fff;}
.navbar-default .navbar-toggle {
    border-color:#fff;
	margin-top:30px;
	margin-bottom:20px;
	background:#fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #275cab;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
}


.top_search {border:2px solid #275cab!important; height:54px; font-size:16px!important; margin-right:10px; }
.search_txt {color:#666; font-size:14px; text-align:left;}
.search_txt a{color:#333; font-weight:700;}

/*검색바*/
.top_search_wrap {position:absolute; width:100%;}
.top_search_inner {position:relative; width:100%; text-align:center; z-index:10000; top:0; left:0; padding:24px 20px; background:#26355f; opacity:0.93;}
a.search_close {margin-left:10px; padding:9px 20px; color:#fff; border:1px solid #fff;}


#myModal {}


/*탑메뉴*/

.navbar {
  background:transparent!important;
  margin-bottom:0px !important;
   border-bottom:1px solid #ddd!important;
}


.navbar_active {
  background:#fff!important;
  border-bottom:5px solid #275cab!important;
  box-shadow: 0px 3px 12px 2px hsla(0, 0%, 0%, 0.1)!important;
  margin-bottom:0px !important; 
  border-radius:0;
  position:fixed;
  z-index:9999999;
  width:100%;
  padding:0;
 
}



.navbar_active .search_bar input::placeholder {color:#333; font-weight:bold;}


.navbar_active .icon-bar {
    background-color: #275cab!important;
}


.navbar-nav { display: flex; justify-content: center; align-items: center; float:none;}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
color: #fff;
background-color: #275cab;
background-image: none;
text-align:center;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #133f82;
	background-image:none!important;
	box-shadow:none!Important;
	background-color:transparent!important;transition: all 200ms ease-in;
}


.navbar-default .navbar-nav>li>a {
color: #333;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
padding:17px 30px 17px 30px;
text-shadow: none;    
}


.navbar-default .navbar-nav>li>a:hover {color: #133f82;}


.navbar .dropdown-menu {
padding: 0;
margin-top:-10px;
margin-left:-20px;
min-width: 180px;
background-color: #133f82;
border:1px solid #ddd;
border: none;
margin-top:5px!important;
}

.navbar .dropdown-menu li a {
font-weight: 700;
text-transform: uppercase;
padding: 9px 30px;
font-size: 15px;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
color: #fff;
background:#133f82;
text-align:center;
}

.navbar-default .navbar-nav > li > a > span:nth-child(1) {
	display:inline-block;border-top:5px solid #cee9f6;position:absolute;bottom:5px;left:0;right:100%;transition: 0.3s;
}

.navbar-default .navbar-nav > li:hover > a > span:nth-child(1) {
	right:0;
}

/*
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #102c58 !important;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    transition: all 0.2s ease-in-out 0s;
}
*/

div.header_school {}
div.header_school a{color:#fff;display:inline-block;font-size:13px;background:#275cab; padding:8px 10px; text-align:center; border-radius:40px;}
div.header_school a.orange{background:#ec6416;}


.wrapper{margin:0 auto; overflow:hidden; width:100%;}
.container{width:1280px; margin:0 auto;}
.container_full{width:100%; }


.container h3.con_tit{font-size: 32px;
font-family:'NanumSquareRound';
display: block;
width: 100%;
padding-bottom: 27px;
margin: 20px 0 30px 0;
line-height: inherit;
color: #333;
border: 0;
font-weight:400;
text-align:center;
/*border-bottom:1px solid #e3e5e8;*/
}

.view-all {float: right;width: 75px;position: absolute;top: 10px;right: 0;}

.form-control {background-color: #fff;background-image: none;border-radius:0; border: 1px solid #e5e6e7;
color: inherit;display: inline-block;padding: 4px 18px;font-size: 15px;vertical-align: middle;  color:#999; }

.panel-heading{font-size:14px;}

label {font-weight:400;}


/* header */
header{background: #275cab;color: #fff; display: block;clear: both; width:100%;}
.header-top-menu2 {float:left; height:35px;line-height: 35px;}
.header-top-menu2 li{line-height:25px; float:left; padding: 10px;color:#fff; background:#175b6a; font-size:14px;}
.header-top-menu2 li.white{float:left; padding: 10px;background:#2668b2; font-size:13px;}
.header-top-menu2 li.white a{color:#fff; font-size:14px; font-weight:500; }

.header-top-menu2 li a{ color:#fff; font-size:14px; font-weight:400; }

.header-top-menu {float:right; height:35px;line-height: 35px;}
.header-top-menu .fa{color:#fff;}
.header-top-menu li{margin-top:3px; float:left; padding:3px 10px;color:#fff; font-size:13px;}
.header-top-menu li a{ color:#eee; font-size:13px; font-weight:400; }

.header-top-menu li > .badge{margin-left:5px;font-size: 10px; background:#fff;}


.header_line {background: none; height0; line-height:3px;clear: both; width:100%;}

.notifications{position: relative;cursor:pointer;}
.notifications-list {color: #060606;border-bottom: 1px solid #ededed;display: block;overflow: hidden;line-height: 25px;}
.notifications-list a:link{color: #060606;}
.notifications-list a:active, .notifications-list a:hover {color:#2773ae;}
.notifications-menu{position: absolute;  top: 100%; left: 0;  z-index: 9999;  display: none;  width: 330px;  background-color: #f5f5f6;  -webkit-border-radius: 0 0 3px 3px;  -webkit-background-clip: padding-box;  -moz-border-radius: 0 0 3px 3px;  -moz-background-clip: padding;  border-radius: 0 0 3px 3px;  background-clip: padding-box;  -moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);  box-shadow: 0 1px 0px rgba(0,0,0,.05);  border: 1px solid #f8f8f8; padding: 5px 14px; }
.notifications-menu .external { background-color: #FFF; display: block; }
.notifications-menu .external a { background-color: #fff; color: #e9423f;}
.notifications-list .point{ color:#ec5956 !important;  text-align: center; }
.notifications-list span{ padding-top: 10px;  font-size: 11px; }

.m_nav{padding: 8px 10px 0 0;}
nav , .pagination{text-align:center;}

#side_menu {display: block;position:fixed;top:0;right:0;width:100%;height:100%;overflow:hidden;z-index:9999;margin:0;background-color: rgba( 0, 0, 0, 0.5 );display:none}
#side_menu .side_wr{width:320px;background:#275cab;opacity:1;position:absolute;top:0;right:0;
box-shadow:0 0 10px #000;overflow-x:hidden;height:100%;overflow-y:auto}
#side_menu .side_wr.add_side_wr{}
#side_menu .side_wr .side_inner_rel{position:relative;height:100%;display:block;overflow:hidden}
#side_menu .side_wr .side_inner_abs{position: absolute;width:100%;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0); width:100%; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); -webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; -o-text-size-adjust:none; text-size-adjust:none}
#side_menu .side_wr{webkit-overflow-scrolling:touch}

#side_menu .m_menu li{display: block;  line-height: 50px; position:relative;padding-left: 20px;  }
#side_menu .m_menu li a.text_link{display:inline-block;width:65%;white-space:nowrap; color:#fff; font-weight:400; font-size:17px; }
#side_menu .m_menu li a:hover{color: #999;}
#side_menu .m_menu span{ position: absolute; right: 20px; top: 14px; } 

#side_menu li, #side_menu li>a, #side_menu li.active>a, #side_menu li>a:hover, #side_menu li>a:focus {color: #ddd; font-size:16px;}
#side_menu .dropdown-custom-menu{background: #000;overflow:hidden; width:120%;display:none; margin-left:-20px;}
#side_menu .dropdown-custom-menu li{height: 40px; line-height: 40px; border:none !important; padding-left: 10px; background:none; font-weight:bold; }
#side_menu .dropdown-custom-menu li a{color: #fff; font-size:14px; padding-left:10px; font-weight:bold; }
#side_menu .dropdown-custom-menu li a:hover{color: #fff;}

#side_menu .m_login{text-align: center; display:block; padding:17px;background:#fff ;}
#side_menu .m_login span{ padding: 5px 15px; }
#side_menu .m_login a {color:#777; font-size:13px; }
#side_menu .m_board{background: #275cab; clear: both; margin:0; text-align:center; padding:20px 0;}
#side_menu .m_board > img {width:80%;}

#side_menu .m_board li { display:block; line-height: 40px;position:relative; padding-left: 35px;}
#side_menu .m_board li a:hover{color: #7080b1; }
#side_menu .m_board span{position: absolute;top: 13px;left: 10px; padding-right: 10px; }
#side_menu .m_search{margin: 0 auto;padding: 0 0 15px 0;width: 100%;text-align:center; background:linear-gradient(30deg, #2f728c 0%,#fff 50%,#775eaa 100%) ;}

body.over_hidden{overflow:hidden} 


/* main */
.main{width:100%; clear:both; background:#fff; }
.navbar { padding:20px 0 20px 0;}
.main .navbar-form{margin-top:0; margin-bottom:0; }

.search_bar { border:1px solid #ddd!important; margin:40px 10px 0 0 ; font-family:'Dotum'; font-size:12px; color:#333; }


/*푸터 관련사이트 로고*/

.main_client {position:relative; padding:10px 0 20px 0; margin-top:15px;}
.main_client img{border:1px solid #ddd;}

.slider_logo {
	width: 90%;
	margin: 0px auto;
}
.slider_logo .slick-slide {
	margin: 10px;
}

.main_client button.slick-arrow {color:#333; margin-top:-10px;}

div.main_client  div.slick-prev {position:absolute; top:10px; left:-30px; color:#456ded; padding:10px;  font-size:22px; z-index:100;  text-align:center; cursor:pointer; }
div.main_client  div.slick-next {position:absolute; top:10px; right:-30px; color:#456ded;  padding:10px;  font-size:22px; z-index:100;  text-align:center; cursor:pointer;}





/* footer */
footer{padding:0; background:#414141; border-top:1px solid #eee;}
footer .company {width:100%; border-bottom:1px solid #666;}
footer .company ul {max-width:1240px; margin:0 auto; min-height:47px;}

footer .company li{float:left; padding:10px 25px 10px 0; }
footer .company li > a {color:#888; font-size:14px; font-weight:bold; letter-spacing:-1px;}

footer .see_mobile{clear:both; margin:0 auto; text-align:center;}
footer .copyright{font-size:14px;color:#777; font-weight:bold; word-break: keep-all; line-height:18px; padding:45px 15px}
footer .copyright span{padding-right:7px; color:#888; letter-spacing:1px; font-size:12px;}

footer .copyright h3{font-size:22px; font-weight:bold; display:inline-block; padding:10px 0;}


footer .copymenu {margin-top:25px; border-top:1px solid #555; padding:30px 0}
.copymenu h5 {color:#9b9b9b; font-size:18px; font-family:'NanumSquareRound'; margin-bottom:5px;}
.footer_menu li a{color:#777; display:block; padding:2px 0;}

.media{clear:both;}
.media-body, .media-left, .media-right {display: table-cell;vertical-align: top;}
.media-left, .media>.pull-left {padding-right: 10px;}
.media-right, .media>.pull-right {padding-left: 10px;}
.media-heading{font-size:16px;overflow:hidden;}
.media-body .media-info{font-size:14px; color:#666;}
.media-body .media-info span{padding-right:10px;}


/*관련사이트*/
.footer_site .site {
    display: block;
    float: left;
    width: 23.5%;
    height: 37px;
    padding-left: 20px;
    border: 1px solid #275cab;
    background: #fff;
    font-size: 15px;
    text-align: center;
    color: #222;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

/* sidebar */
.sidebar{}
.sidebar .headline {display: block;}
.sidebar .headline h3{display: inline-block;margin: 0 0 -2px;font-size:14px;}
.sidebar .loginbox{overflow:hidden;}
.sidebar .loginbox .text{padding-top:7px;}
.sidebar .loginbox .text li{float:left; padding-right:7px;}
.sidebar .welcome{overflow:hidden;}
.sidebar .welcome ul{overflow:hidden;}
.sidebar .welcome li{float:left;padding-right:5px;padding-bottom:5px;}
.sidebar .sidebar_latest li{padding-bottom:10px;}

.sidebar .tag-clouds{overflow:hidden;}
.sidebar .tag-clouds ul li{float:left; padding-right:10px;}

/* modal */
.modal .modal-body .number{padding-bottom:10px;}
.modal .modal-body .profile-info{overflow:hidden;}


.help-inline { display: inline-block;color: #737373;margin-left:10px; padding-top:7px;vertical-align:middle;}
.nopost {text-align:center; padding:120px 0 !important; }

textarea.dhtmleditor {width:100%;height:350px;}

.latest_comment_count {font-size:11px; color:#FF7700; margin-left:5px;font-weight:400;}
.highlight2 {font-weight:500; background:#b3def8; color:#333; padding:3px 0;}
.highlight {font-weight:500; background:#b3def8; color:#333; padding:3px 0; border-radius:100%;}
.highlight3 {display: block;
    background: #b3def8;
    color: #fff;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    text-align: center;
}

/* Sideview */
#nameContextMenu { background:#000; color:#fff; padding:4px 8px 6px;z-index:10000; }
#nameContextMenu a { color:#fff; font-size:14px; line-height:20px; display:block; }
#nameContextMenu a:hover { color:#ff0000; }
#nameContextMenu td { border:0px !important; }

@media (max-width: 1280px) {
	.container{width:100%;}
}



/*메인비주얼영역*/
.mainvisual_wrap {width:100%; min-height:336px; background:#edf5f5 url('/img/mainvisual_bg.jpg') no-repeat top  right; clear:both;}
.mainvisual_wrap  h2.main_txt {padding-top:120px; font-size:46px; font-weight:bold; letter-spacing:-2px;}
.mainvisual_wrap  h2.main_txt > span {font-size:30px; font-weight:300;}

.mainvisual_wrap  p {margin-top:5px; color:#333; font-weight:400; font-size:28px; }



div.main_content_wrap {padding:0 15px; }




/*메인최근게시물*/
.notice_wrap { background:#fff; padding:10px 0; }
.notice_wrap h3 { font-size:20px; font-weight:700; color:#fff; float:left; background:url('/img/latest_notice_bg.png') no-repeat top left; display:block; 
width:180px; height:50px; background-size:100%; text-indent:35px; line-height:50px;}
.notice_wrap a.more {margin-top:0;  width:35px; height:35px; text-align:center; color:#999; text-align:center; display:block; 
line-height:35px; float:right; font-size:22px; font-weight:100; padding-right:10px;}


.news-list {margin:0; background:#eff4fb; padding:10px 20px; min-height:120px;}
.news-list>li {display: flex; align-items: center; justify-content: space-between; padding-left: 5px; padding-top: 2px; position: relative; list-style:none;}
.news-list>li:before {position: relative; content: ''; min-width: 3px; height: 3px; border-radius: 45px; background: #777; margin-right: 5px;}
/*.news-list>li:first-child {border-bottom: 1px dotted #fff; padding-bottom: 10px;}
.news-list>li:first-child>a {font-weight: bold; font-size:20px; color:#456ded;}*/
.news-list>li>a {display: block; width: 100%; line-height: 30px; height: 30px; white-space: nowrap; color: #333; overflow: hidden; text-overflow: ellipsis; text-align:left; font-size:16px;}
.news-list>li>a:hover,  .news-list>li>a:focus {text-decoration: underline; color:#275cab;}
.news-list .date {font-size: 14px; min-width: 125px; color:#999; text-align:right;}


.gallery-list {margin:0; background:#eff4fb; padding:20px; min-height:250px;}
.gallery-list .date {font-size: 14px; min-width: 125px; color:#999;}




/*보도자료 최근게시물*/
.news_wrap {margin:0 0 10px 0; }
.slideZone_item {margin:10px 20px;}
.slideZone_item  div.datenew {background:#fff; border:3px solid #ddd;  font-weight:500; padding:3px 8px; color:#019fde; font-size:12px; text-align:center; display:inline-block; }
.slideZone_item a{font-weight: bold; font-size:20px; color:#456ded}
div.news_slide  div.slick-prev {position:absolute; bottom:10px; right:50px; color:#456ded; background:#fff; padding:10px;  font-size:22px; z-index:100;  text-align:center;  cursor:pointer;}
div.news_slide  div.slick-next {position:absolute; bottom:10px; right:20px; color:#456ded; background:#fff; padding:10px;  font-size:22px; z-index:100;  text-align:center; cursor:pointer;}


/*포토갤러리*/
.latest_photo {position:relative;}
.latest_photo h3 {color:#333; font-size:38px; font-weight:bold; }
.latest_photo p {color:#999; font-size:18px; font-weight:700; margin-top:10px; }

.gallery-list2 {margin:0; background:#eff4fb; padding:20px; }
.gallery-list2 > a.latest_title{font-weight: bold; font-size:18px; color:#333 }
.gallery-list2 .date {font-size: 14px; min-width: 125px; color:#999;}

div.news_slide2  div.slick-prev {position:absolute; bottom:50px; left:-300px; color:#456ded; background:#eff4fb; padding:10px 13px;  font-size:22px; z-index:100;  text-align:center;  cursor:pointer;}
div.news_slide2  div.slick-next {position:absolute; bottom:50px; left:-260px; color:#456ded; background:#eff4fb; padding:10px 13px;  font-size:22px; z-index:100;  text-align:center; cursor:pointer;}


.dots_custom {
 display: flex; justify-content: center; align-items: center;
}

.dots_custom li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}

.dots_custom li button {
  border: none;
  background: #d1d1d1;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  padding: 0;
}

.dots_custom li.slick-active button {
  background-color: #08c1ce;
}


/*센터안내*/
div.main_center{position:relative; width:100%; min-height:350px; margin:10px; transition: transform 330ms ease-in-out;}
div.main_center:hover {box-shadow:0 30px 30px -30px rgba(0,0,0,0.3);transform:translateY(-15px);}

div.main_center01 {background:url('/img/main_center_bg01.png') no-repeat top left; background-size:cover;}
div.main_center02 {background:url('/img/main_center_bg02.png') no-repeat top left; background-size:cover; margin-top:40px;}
div.main_center03 {background:url('/img/main_center_bg03.png') no-repeat top left; background-size:cover; }
div.main_center04 {background:url('/img/main_center_bg04.png') no-repeat top left; background-size:cover;margin-top:40px;}

div.main_center_txt {position:absolute; left:30px; bottom:30px;}
div.main_center_txt h3 {font-size:24px; color:#fff; font-weight:bold; }
div.main_center_txt p {font-size:16px; color:#fff; font-weight:500; padding:3px 0; }
div.main_center_txt a {border-radius:40px; border:1px solid #fff; text-align:center; color:#fff; font-size:14px; padding:8px 35px;}


div.main_center_slider  div.slick-prev {position:absolute; top:165px; left:-10px; color:#456ded; background:#eff4fb; padding:10px 13px;  font-size:22px; z-index:100;  text-align:center;  cursor:pointer;}
div.main_center_slider  div.slick-next {position:absolute; top:165px; right:-10px; color:#456ded; background:#eff4fb; padding:10px 13px;  font-size:22px; z-index:100;  text-align:center; cursor:pointer;}



/*퀵메뉴*/
.quick_menu {background:#eee; padding:40px 0; }
.quick_menu h2{padding:20px 0 40px 0; text-align:Center; font-size:22px; color:#999; font-weight:700; letter-spacing:5px;}
.quick_menu div.quick_ban {background:#fff; border:1px solid #275cab; padding:10px 20px; margin-bottom:10px; cursor:pointer;}
.quick_menu div.quick_ban h3{color:#275cab; font-size:18px; font-weight:700; padding-top:8px;}
.quick_menu div.quick_ban p{color:#ddd; font-size:10px; letter-spacing:1px;}


/* =================================================== 서브 ============================================================= */

div.main > div.container {min-height:500px; padding:20px 15px 100px 15px;}

/*서브상단 영역*/
.subvisual_wrap {width:100%; height:180px; background:url('/img/mainvisual_bg.png') no-repeat bottom center; }
.subvisual_wrap > .maintitle { max-width: 1440px; margin:0 auto; text-align:center;  }
.subvisual_wrap > .maintitle > h2 {color:#fff; font-size:24px; padding-top:60px; font-weight:bold;}
.subvisual_wrap > .maintitle > p {width:auto;  color:#fff; font-size:20px; padding:6px 10px; line-height:120%; background:#ea5815; display:inline-block; margin-top:10px;} 	


div.content_wrap {padding:20px 0;}
div.content_wrap  h3 {color:#000; font-weight:bold; font-size:30px; padding:5px 0 ; letter-spacing:-0.4px; }
div.content_wrap  h3 > span {color:#275cab; }
div.content_wrap  h4 {color:#000; font-weight:bold; font-size:22px; padding:5px 0 ; letter-spacing:-0.4px; }
div.content_wrap  h4 > span {color:#275cab; }

div.content_wrap  h5 {color:#000; font-weight:bold; font-size:20px; padding:5px 0 ; letter-spacing:-0.4px;  line-height:160%;}
div.content_wrap  h5 > span {color:#275cab;}
div.content_wrap  > p {color:#555; font-weight:500; font-size:18px; padding:10px 0; letter-spacing:-0.4px; line-height:180%;}
div.content_wrap  > p > strong{color:#275cab; }
div.content_wrap  > p > span{color:#aaa; }
div.content_wrap  > p > span.dot{color:#888; margin-left:25px;  font-size:17px; display:block;  }
div.content_wrap  > p > span.dot2{color:#aaa; font-size:15px; margin-left:35px; display:block;  }


div.content_wrap  h4.tit {color:#000; font-weight:bold; font-size:22px; padding:5px 0 ; letter-spacing:-0.4px; }
div.content_wrap  h4.tit:before {
	content: "";
	display: block;
	width: 20px;
	height:20px;
	margin-left:-10px;
	background:url('/img/title_bg.png') no-repeat top left;
}



div.content_wrap > p.text_red{color:#e33; font-size:14px; }

div.content_wrap  h4.sub_tit {color:#333; font-weight:bold; font-size:22px; padding:20px 0 10px 0; letter-spacing:-2px; position:relative; top:5px left:0;}
div.content_wrap  h4.sub_tit::before {
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    background: #275cab;
    position: absolute;
    left: 0;
    top: 10px;
}


div.content_wrap  h5.sub_tit {color:#333; font-weight:bold; font-size:20px; padding:15px 15px 10px 0; letter-spacing:-2px; position:relative; top:5px; left:15px; margin-left:8px;}
div.content_wrap  h5.sub_tit::before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background: #275cab;
    position: absolute;
    left: -10px;
    top: 30px;
}


div.box-content {padding:10px; border:1px solid #ddd; text-align:Center; min-height:350px; margin-top:15px;}
div.box-content h2 {font-size: 18px; margin: 0; margin-bottom: 15px; font-weight: 500; color: #275cab; line-height:160%;}
div.box-content h3 {font-size: 16px; margin: 0; margin-bottom: 15px; font-weight: 500; color: #275cab;}
div.box-content p {font-size: 16px; padding-left: 15px; position: relative;line-height: 22px;margin-bottom: 10px;font-weight: 500; color: #333;}
div.box-content p:before{content: "";width: 5px;height: 5px;background: #275cab;position: absolute;top: 8px;left: 0;border-radius: 50%;}

div.box-content img {padding:30px;}


div.box_circle_wrap {max-width:800px; margin:0 auto; display: flex; justify-content: space-between; align-items: center;}
div.box_circle_wrap > div.box_circle { margin-top:10px; padding:10px; border:3px solid #275cab; line-height:18px; text-align:center; min-height:100px; display: flex; 
align-items: center; justify-content: center; transition: 0.4s all ease; width:30%}



/*ul 리스트타입*/
ul.con_list01 > li { margin-left:24px; margin-bottom:8px; list-style-type: square; font-size:18px; font-weight:500; color:#555;}
ul.con_list01 > li > ul > li {line-height:28px; margin-left:12px;font-size:16px; list-style-type:circle; color:#555;}
ul.con_list01 > li > ul > li.none {line-height:32px; margin-left:2px;font-size:16px; list-style-type:none; font-weight:300; color:#555;}
ul.con_list01 > li strong {font-weight:500; color:#275cab;}


@media only screen and (max-width: 768px) {

	ul.con_list01 > li { margin-left:24px; margin-bottom:8px; list-style-type: square; font-size:16px; font-weight:500; color:#555;}
	ul.con_list01 > li > ul > li {line-height:24px; margin-left:12px;font-size:14px; list-style-type:circle; color:#555;}
	ul.con_list01 > li > ul > li.none {line-height:28px; margin-left:2px;font-size:14px; list-style-type:none; font-weight:300; color:#555;}
	ul.con_list01 > li strong {font-weight:500; color:#275cab;}

	
}



/*인사말*/
@font-face {
    font-family: 'HakgyoansimGaeulsopungB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimGaeulsopungB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

div.about_txt div.sign {padding-top:40px; text-align:right; font-size:18px; color:#333;}
div.about_txt div.sign span {padding-top:30px; text-align:right; font-size:30px; font-family:'HakgyoansimGaeulsopungB'; text-indent:15px; display:inline-block;}

/*사업소개*/
div.business_wrap {display: flex; justify-content: space-between; align-items: center; margin:40px 0; }

div.business_wrap div.business_img {width:35%;}
div.business_wrap div.business_txt {width:65%;background:#eff5fa; padding: 30px; height:auto;}


/*반응형*/
@media only screen and (max-width: 768px) {

	div.business_wrap {display: block; justify-content: space-between; align-items: center; position:relative;}
	div.business_wrap div.business_img {width:80%; margin:0 auto; z-index:100;}
	div.business_wrap div.business_txt {width:80%; margin-top:-30px; z-index:1000; background:#eff5fa; padding: 20px; position:relative;}


	
}



/*연혁*/
.timeline {
  position: relative;
}

.timeline div {position: relative; padding: 0 0 0 48px;}
.timeline div:before { content:""; position:absolute; left:8px; top:0;
	  width: 2px; height:100%; background:#ddd;}
.timeline div:first-child:before { top:10px; height:calc(100% - 10px);}

.event {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}


.event h2 {
  margin-top: 0; margin-bottom:10px;
  position: relative; font-size: 22px; color: #000; line-height: 1; font-weight:bold;
}

.event h2:before {
    content:""; position: absolute;
    left:-48px; top:50%; transform: translateY(-50%);
    width: 17px; height: 17px; border-radius: 100%;
    background:#fff; border: 5px solid #182f92;
    box-sizing: border-box;}

.event p {
  color:#555; font-weight:500; font-size:18px; padding:3px 0;letter-spacing:-0.4px; line-height:180%;
  margin-bottom: 0;
}



/*비전*/
.vision_wrap {background:url("/img/vision_bg.png") no-repeat center 300px;}
.vision_wrap .vision1 {text-align:center; padding:70px 0;}
.vision_wrap .vision1 p {position:relative; font-size:32px; font-weight:600; color:#000; display:inline-block; line-height:1.3; letter-spacing:-2px;}
.vision_wrap .vision1 p span {background:#ea5815; color:#fff; font-size:40px;}
.vision_wrap .vision1 p::before {content:""; position:absolute; left:-45px; padding:30px 35px 0 0; background:url("/img/vision1_bg.png") no-repeat center center;}
.vision_wrap .vision1 p::after {content:""; position:absolute; right:-45px; padding:30px 35px 0 0; background:url("/img/vision1_bg.png") no-repeat center center;}

.vision_wrap .vision2 {position:relative; text-align:center; display:flex; justify-content:flex-start; }
.vision_wrap .vision2::before {content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:100%; height:1px; background:#ddd;}
.vision_wrap .vision2 p.tit {background:#182f92; border-radius:80px; color:#fff; text-align:center; display:inline-block; padding:20px 30px;  z-index:100; font-size:20px;}
.vision_wrap .vision2 p {background:#f1f1f1; border-radius:80px; color:#333; text-align:center; display:inline-block; padding:20px 30px;  z-index:100;  font-size:20px; font-weight:500;}


.vision_wrap .vision3 {position:relative; display:flex; align-items:center; justify-content:flex-start; padding:20px 0;}
.vision_wrap .vision3 p.tit {background:#182f92; border-radius:80px; color:#fff; text-align:center; display:inline-block; padding:20px 30px;  z-index:100; font-size:20px;}
.vision_wrap .vision3 .item {padding:30px;}
.vision_wrap .vision3 .item .title {width:230px; height:230px; border-radius:100%; background:#fff; border:1px solid #dcdcdc; display:flex; align-items:center; justify-content:center; flex-flow: column;}
.vision_wrap .vision3 .item .title span {text-align:center; font-size:1.4em; font-weight:bold; line-height:1.3; color:#182f92; margin-bottom:10px;}
.vision_wrap .vision3 .item .title .con {padding:10px 0; text-align:center; font-size:1.1em;}

.vision_wrap .vision4 {padding: 0;  display:flex; align-items:center; justify-content:flex-start;}
.vision_wrap .vision4 div.tit {background:#182f92; border-radius:80px; color:#fff; text-align:center; display:inline-block; padding:20px 30px;  z-index:100; font-size:20px; }
.vision_wrap .vision4 p {font-size:32px; font-weight:300; color:#000; display:block; line-height:1.3; z-index:100; letter-spacing:1px; font-style:italic; padding:0 15px; text-align:center;}

.vision_box { border: 1px solid #ddd;margin: 20px 0;padding: 30px;}
.vision_box ul li {display:flex; align-items:center; justify-content:flex-start; padding:5px 0;}
.vision_box ul li p { padding:10px 20px;font-size: 18px; font-weight:500; }
.vision_box ul li strong.tit { padding:10px 20px; background: #ccc;color: #fff;font-weight: bold;font-size: 18px;  border-radius: 30px;}

.vision_box ul li strong > span {font-weight:300; font-size:14px;}

.vision_wrap .vision5 {position:relative; display:flex; align-items:center; justify-content:flex-start; padding:20px 0;}
.vision_wrap .vision5 p.tit {background:#182f92; border-radius:80px; color:#fff; text-align:center; display:inline-block; padding:20px 30px;  z-index:100; font-size:20px;}

.vision_wrap .vision5 .item2 {padding:15px; width:500px;}
.vision_wrap .vision5 .item2 .title { padding:30px ; background:#fff; border:1px solid #dcdcdc; display:flex; align-items:center; justify-content:center; flex-flow: column;}
.vision_wrap .vision5 .item2 .title span {text-align:center; font-size:1.4em; font-weight:bold; line-height:1.3; color:#182f92; margin-bottom:10px;}
.vision_wrap .vision5 .item2 .title .con {text-align:left; font-size:1.1em; display:flex;align-items: flex-start;justify-content:center;}
.vision_wrap .vision5 .item2 .title .con .txt{padding:0 15px;}

.vision_wrap .vision5 .item {padding:15px; }
.vision_wrap .vision5 .item .title { padding:30px 10px; background:#fff; border:1px solid #dcdcdc; display:flex; align-items:center; justify-content:center; flex-flow: column;}
.vision_wrap .vision5 .item .title span {text-align:center; font-size:1.4em; font-weight:bold; line-height:1.3; color:#182f92; margin-bottom:10px;}
.vision_wrap .vision5 .item .title .con {text-align:left; font-size:1.1em; }


@media screen and (max-width: 1024px) {

	.vision_wrap .vision1 p {position:relative; font-size:25px; font-weight:600; color:#000; display:inline-block; line-height:1.3; letter-spacing:-2px;}
	.vision_wrap .vision1 p span {background:#ea5815; color:#fff; font-size:32px;}

	
	.vision_wrap .vision2 {flex-flow: column; padding: 20px 0; }
	.vision_wrap .vision2 p.tit {margin:0 auto; padding:10px;}
	.vision_wrap .vision2::before {display:none;}

	.vision_wrap .vision3 {flex-flow: column; padding: 20px 0; }
	.vision_wrap .vision3 p.tit {margin:0 auto; padding:10px;}
	.vision_wrap .vision3 .item {padding:10px;}

	.vision_wrap .vision4 {flex-flow: column; padding: 20px 0; }
	.vision_wrap .vision4 div.tit {margin:0 auto; padding:10px;}

	.vision_wrap .vision5 {flex-flow: column; padding: 20px 0; }
	.vision_wrap .vision5 p.tit {margin:0 auto; padding:10px;}
	.vision_wrap .vision5 .item {padding:10px; width:100%;}
	.vision_wrap .vision5 .item2 {padding:15px; width:100%;}
	.vision_wrap .vision5 .item2 .title .con {text-align:left; font-size:1.1em; flex-flow: column; }


	.vision_box ul li {flex-flow: column; padding: 20px 0;}


}


/*파트너*/
.partner_main { display: flex;  justify-content: center;  padding: 20px; background:url('/img/partner_center.png') no-repeat top 240px center;}
.pentagon {
  position: relative;
  width: 1000px;
  height: 800px;
}
.partner {
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 300px;
  height:400px;
  text-align: center;
}

.partner img {
  width: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}

.partner h2 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight:bold;
  color:#fff;
  padding:10px 20px; 
  background:#182f92;
  text-align:center;
  border-radius:80px;
  display:inline-block;
  min-width:200px;
}

.partner p {
  font-size: 16px;
  font-weight:300; color:#666;
}

.partner1 {
  transform: rotate(0deg) translate(0, -300px) rotate(0deg);
}

.partner2 {
  transform: rotate(72deg) translate(0, -300px) rotate(-72deg);
}

.partner3 {
  transform: rotate(144deg) translate(0, -300px) rotate(-144deg);
}

.partner4 {
  transform: rotate(216deg) translate(0, -300px) rotate(-216deg);
}

.partner5 {
  transform: rotate(288deg) translate(0, -300px) rotate(-288deg);
}


div.partner_main2 { margin-top:100px; background:url('/img/partner02_bg.png') no-repeat top 270px center; background-size:350px;}
div.partner_box01 { position:relative; display: flex; justify-content: space-between; align-items: center; padding:40px; border:3px solid #0a55a2; }
div.partner_box01 > div.tit { position:absolute; top:-30px;  left: 50%;  transform: translate(-50%,0); background:#0a55a2; color:#fff; text-align:center; font-size:24px; padding:10px 15px;}
div.partner_box01 > div { width:33%; text-align:center; }
div.partner_box01 > div > p { font-size:18px; color:#0a55a2; padding:10px 0;background:#e8f3fb; }

div.partner_box02 {position:relative; display:flex; justify-content: space-between; align-items:center; padding:40px; border:3px solid #eb5a1a; background:#fff; border-radius:120px; 
width:70%; margin:80px auto;}
div.partner_box02 > div.tit { color:#333; text-align:center; font-size:24px; padding:10px 15px; font-weight:bold;}
div.partner_box02 > div { width:50%; text-align:center; }
div.partner_box02 > div > p { font-size:18px; color:#eb5a1a; padding:10px 0;}

div.partner_box03 {position:relative; display:flex; justify-content: space-between; align-items:center; margin:80px auto;}
div.partner_box03 > div { width:18%; text-align:center; border:3px solid #18613b;  padding:40px 10px; margin:0 1%; min-height:220px;}
div.partner_box03 > div > div.tit { color:#333; text-align:center; font-size:24px; padding:10px 0; font-weight:bold; }
div.partner_box03 > div > p { font-size:18px; color:#18613b; padding:5px 0; }

@media screen and (max-width: 1025px) {

	.pentagon {
		position: relative;
		width:100%;
		height:auto;
		margin-top:20px;
	}

	.partner_main {	  
	  flex-direction: column;
	  background:none;
	}

	.partner {
	  text-align: center;
	  width:100%;
	  position:static;
	  height:auto;
	  border:1px solid #ddd; padding:20px;
	  margin-bottom:10px;
	}

	.partner1,.partner2,.partner3,.partner4,.partner5 {
	  transform:unset;
	}

	div.partner_main2 { margin-top:100px; background:none;}


	div.partner_box01 { position:relative; display: block;  padding:40px; border:3px solid #0a55a2;  width:90%; margin:20px auto;}
	div.partner_box01 > div { width:auto; text-align:center; }
	div.partner_box01 > div > p { font-size:14px; color:#0a55a2; padding:2px 0;}

	div.partner_box02 {position:relative; display: block;  padding:40px;  border-radius:30px; width:90%; margin:20px auto;}
	div.partner_box02 > div { width:auto; text-align:center; }
	div.partner_box02 > div > p { font-size:14px;padding:2px 0;}


	div.partner_box03 {position:relative; display: block;  width:90%; margin:20px auto;}
	div.partner_box03 > div { width:31%; float:left; text-align:center; padding:10px; min-height:140px; margin:5px 1%; }
	div.partner_box03 > div > div.tit { color:#333; text-align:center; font-size:14px; padding:10px 0; font-weight:bold; }
	div.partner_box03 > div > p { font-size:13px;padding:2px 0; line-height:100%;}


	
}


/*오시는길*/

div.location_box {display:flex; padding:50px 0; border-bottom:1px solid #eee;}
div.location_box h3.title{font-size:20px; align-items:center; justify-content:center; width:250px; text-align:left; color:#333;}
div.location_box h3.title strong{font-size:20px; font-weight:bold; color:#295cab;}

div.location_box div.content{font-size:18px; align-items:center; justify-content:center;  text-align:left; color:#777; padding-top:10px; font-weight:500;}

@media only screen and (max-width: 768px) {
	
	div.location_box {display:block; padding:50px 0; border-bottom:1px solid #eee;}
	div.location_box h3.title{font-size:24px; align-items:center; justify-content:center; width:300px; text-align:left; color:#333; }
	div.location_box div.content{font-size:16px; align-items:center; justify-content:center;  text-align:left; color:#777; padding-top:10px;}

}



/*연구체계 및 배경*/
div.system_wrap {margin:40px 0;}

div.system_box01 {position:relative; display:flex; justify-content: space-between; align-items:center; margin:40px auto 0 auto; border:3px solid #0a55a2;}
div.system_box01 > div.tit {width:15%; background:#0a55a2; color:#fff; font-size:20px; text-align:Center; padding:15px;}
div.system_box01 > div.tit > div.icon{width:60px; background:#fff; border-radius:100%; height:60px; line-height:60px; margin:10px auto;}
div.system_box01 > div.tit > div.icon img{width:80%;}
div.system_box01 > div {width:28%; text-align:Center; font-size:18px;}
div.system_box01 > div > h3.tit{display:inline-block; background:#ddd; font-size:16px; color:#333; text-align:center; border-radius:80px; padding:5px 15px; letter-spacing:1px;}
div.system_box01_result{display:block; width:100%; background:#f1f1f1; padding:10px; text-align:center; font-size:18px;}
div.system_box01_result > strong {display:inline-block;background:#0a55a2; color:#fff; padding:5px 10px; text-align:center; font-style:italic;}

div.system_box02 {position:relative; display:flex; justify-content: space-between; align-items:center; margin:40px auto 0 auto; border:3px solid #287f45;}
div.system_box02 > div.tit {width:15%; background:#287f45; color:#fff; font-size:20px; text-align:Center; padding:15px;}
div.system_box02 > div.tit > div.icon{width:60px; background:#fff; border-radius:100%; height:60px; line-height:60px; margin:10px auto;}
div.system_box02 > div.tit > div.icon img{width:80%;}
div.system_box02 > div {width:28%; text-align:Center; font-size:18px;}
div.system_box02 > div > h3.tit{display:inline-block; background:#ddd; font-size:16px; color:#333; text-align:center; border-radius:80px; padding:5px 15px; letter-spacing:1px;}
div.system_box02_result{display:block; width:100%; background:#f1f1f1; padding:10px; text-align:center; font-size:18px;}
div.system_box02_result > strong {display:inline-block;background:#287f45; color:#fff; padding:5px 10px; text-align:center; font-style:italic;}


@media only screen and (max-width: 768px) {
	
	div.system_box01 {position:relative; display:block; margin:20px auto 0 auto; border:3px solid #0a55a2;}
	div.system_box01 > div.tit {width:100%; background:#0a55a2; color:#fff; font-size:16px; text-align:Center; padding:5px 15px; line-height:120%; margin-top:0;}
	div.system_box01 > div {width:100%; text-align:Center; font-size:14px; margin-top:5px;}
	div.system_box01 > div.tit > div.icon{width:30px; background:#fff; border-radius:100%; height:30px; line-height:30px; margin:10px auto;}

	div.system_box02 {position:relative; display:block; margin:20px auto 0 auto; border:3px solid #287f45;}
	div.system_box02 > div.tit {width:100%; background:#287f45; color:#fff; font-size:16px; text-align:Center; padding:5px 15px; line-height:120%; margin-top:0;}
	div.system_box02 > div {width:100%; text-align:Center; font-size:14px; margin-top:5px;}
	div.system_box02 > div.tit > div.icon{width:30px; background:#fff; border-radius:100%; height:30px; line-height:30px; margin:10px auto;}

}


/*학과소개*/
div.department_wrap {display: flex; justify-content: space-between; align-items: center; align-self: center;}
div.department_wrap > div {width:30%; padding:30px 15px; text-align:center; border:1px solid #ddd; min-height:300px;}
div.department_wrap > div > h3 {background:#0a55a2; border-radius:100%; width:50px; height:50px; line-height:40px; color:#fff; text-align:center; margin:0 auto;}
div.department_wrap > div > div.tit {font-size:20px; font-weight:bold; color:#0a55a2; padding:5px 0 ;}
div.department_wrap > div > p {font-size:18px; color:#555; padding:5px 0;}



@media only screen and (max-width: 768px) {
	
	div.department_wrap {display:block; }
	div.department_wrap > div {width:100%; padding:30px 15px; text-align:center; border:1px solid #ddd; min-height:300px; margin-top:15px;}


}


/*입학안내*/
div.admission_wrap {display: flex; justify-content: space-between; align-items: center; align-self: center;}
div.admission_wrap > div {width:18%; padding:30px 15px; text-align:center; border:1px solid #ddd; margin:10px 0;}
div.admission_wrap > div > div.before_tit {color:#999; font-size:15px; font-weight:400; line-height:120%;}
div.admission_wrap > div > div.now_tit {background:#0a55a2; border-radius:40px; text-align:center; font-size:16px; color:#fff; padding:5px 20px; display:inline-block;}
div.admission_wrap > div > p {padding:10px; background:#f1f1f1; color:#555; font-size:16px; font-weight:500; margin-top:10px; min-height:150px;display: flex;  align-items: center; }

@media only screen and (max-width: 768px) {
	
	div.admission_wrap  {display:block; }
	div.admission_wrap > div {width:100%; padding:30px 15px; text-align:center; border:1px solid #ddd; min-height:300px; margin-top:15px;}


}


/*교육프로그램*/

div.program_circle_wrap {max-width:1000px; margin:0 auto; display: flex; justify-content: space-between; align-items: center;}
div.program_circle_wrap > div.box_circle { margin:10px; padding:10px; background:#275cab; color:#fff; line-height:18px; text-align:center; min-height:150px; display: flex; border-radius:100%;
align-items: center; justify-content: center; transition: 0.4s all ease; width:100%; }


/*교수님 소개*/

div.professor_btn_wrap {max-width:1000px; margin:0 auto; display: flex; justify-content: space-between; align-items: center;}
div.professor_btn_wrap > div.box_circle { margin:10px; padding:10px;display: flex; align-items: center; justify-content: center; 
transition: 0.4s all ease; background:#ddd; color:#333; line-height:18px; text-align:center;  padding: 15px;  display:block; }
div.professor_btn_wrap > div.box_circle:hover { margin:10px; padding:10px;display: flex; align-items: center; justify-content: center; 
transition: 0.4s all ease; background:#275cab; color:#fff; line-height:18px; text-align:center;  padding: 15px;  display:block; cursor:pointer; }
div.professor_btn_wrap > div.active { margin:10px; padding:10px;display: flex; align-items: center; justify-content: center; 
transition: 0.4s all ease; background:#275cab; color:#fff; line-height:18px; text-align:center;  padding: 15px;  display:block; cursor:pointer; }

div.professor_box { margin:40px auto; text-align:center; background:#f7f7f7; border: 1px solid #dedede; padding:25px; }
div.professor_box img {max-width:120px; padding:10px 0;}
div.professor_box h3 {font-size:18px; font-weight:500; padding:10px 0;}


/*온라인지원하기_인트로*/

div.application_intro_wrap {max-width:580px; margin:0 auto; display: flex; justify-content: space-between; align-items: center;}
div.application_intro_wrap > div.box_circle { margin:10px; padding:10px;display: flex; align-items: center; justify-content: center; 
transition: 0.4s all ease; background:#ddd; color:#333; line-height:18px; text-align:center;  padding: 15px;  display:block; }
div.application_intro_wrap > div.box_circle:hover { margin:10px; padding:10px;display: flex; align-items: center; justify-content: center; 
transition: 0.4s all ease; background:#275cab; color:#fff; line-height:18px; text-align:center;  padding: 15px;  display:block; cursor:pointer; }
div.application_intro_wrap > div.active { margin:10px; padding:10px;display: flex; align-items: center; justify-content: center; 
transition: 0.4s all ease; background:#275cab; color:#fff; line-height:18px; text-align:center;  padding: 15px;  display:block; cursor:pointer; }


div.applicationo_intro_btn {border:1px solid #ddd; padding:25px; text-align:center; align-items: center;
    justify-content: center;    transition: 0.4s all ease; margin-top:15px;}
div.applicationo_intro_btn:hover {border:1px solid #275cab; padding:25px; text-align:center; align-items: center;
justify-content: center;    transition: 0.4s all ease; margin-top:15px; cursor:pointer;}


div.applicationo_intro_btn h3{font-weight:bold; font-size:22px;}
div.applicationo_intro_btn img{max-width:130px; padding:20px 0 0 0;}
div.applicationo_intro_btn p{font-size:18px; color:#333; font-weight:300; padding:10px 50px; word-break: keep-all; line-height:130%;}


div.applicationo_intro_btn2 {border:1px solid #ddd; padding:25px; text-align:left; align-items: center;
    justify-content: center;    transition: 0.4s all ease; margin-top:15px;}
div.applicationo_intro_btn2:hover {border:1px solid #275cab; padding:25px; text-align:left; align-items: center;
justify-content: center;    transition: 0.4s all ease; margin-top:15px; cursor:pointer;}


div.applicationo_intro_btn2 h3{font-weight:bold; font-size:22px;}
div.applicationo_intro_btn2 p{font-size:18px; color:#333; font-weight:300; padding:10px 0; word-break: keep-all; line-height:130%;}

/*loca*/
div.loca {display:flex; align-items:center; justify-content:flex-end; text-align:left;}
div.loca a {display:block; padding:0 25px 0 5px; font-weight:400; font-size:16px; color:#7e7e7e; background:url('/img/loca_arrow.jpg') no-repeat top right;}
div.loca a:last-child {background:none;}
div.loca i {font-size:16px; color:#7e7e7e; padding-right:3px;}


/*인사말*/
div.greeting {padding:30px 0;}
div.greeting > p {font-size:18px; line-height:30px; margin:20px 0; text-align:justify; font-weight:400; color:#7e7e7e;}



/*sns 버튼*/
div.sns_button {}
div.sns_button > a.sns_facebook {background:#3a5795; width:40px; height:40px; display:inline-block; text-align:center; line-height:45px;}
div.sns_button > a.sns_twitter {background:#0084b4; width:40px; height:40px; display:inline-block; text-align:center; line-height:45px;}
div.sns_button > a.sns_kakao {background:#fbe300; width:40px; height:40px; display:inline-block; text-align:center; line-height:45px;}
div.sns_button > a.sns_kakao img {margin-top:-5px;}
div.sns_button > button.copy_add {background:#21d3b4; width:40px; height:40px; display:inline-block; text-align:center; line-height:45px;  border:none;}

div.sns_button i {font-size:22px; color:#fff;}


/*서브 탭*/
/*탭*/
.sub-nav-tabs {border-bottom:none;}

.sub-nav-tabs>li.active>a {border:none; color:#000; font-weight:500;  border-radius:0; background:#fff!important; border:1px solid #ededed; border-bottom:0!important;}
.sub-nav-tabs>li.active>a:hover {border:none; color:#000; font-weight:500;  border-radius:0; border:1px solid #ededed;}

.sub-nav-tabs>li>a {border:none;  text-align:center;color:#000!important; font-weight:500;  border-radius:0; border:1px solid #ededed; display: block; overflow: hidden;  position: relative;white-space: nowrap; text-overflow: ellipsis;}
.sub-nav-tabs>li {width:33%!important;}
.sub-nav-tabs>li>a:hover {border:none; color:#000; font-weight:500;  border-radius:0;  display: block;border:1px solid #ededed; overflow: hidden;  position: relative;white-space: nowrap; text-overflow: ellipsis;}





/*서브06*/
nav.sub06_sidebar {width:100%; margin:10px auto;}
nav.sub06_sidebar ul { display: flex; justify-content: space-between; align-items: center;}
nav.sub06_sidebar  li {width:16.7%; float:left;  background:#275cab;border:1px solid #275cab;}
nav.sub06_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:16px; padding:14px 5px; }
nav.sub06_sidebar  li.active {background:#fff; }
nav.sub06_sidebar  li.active a{color:#275cab; }
nav.sub06_sidebar  li a:hover {background:#fff;  color:#275cab; transition: all 0.5s ease;}


/*서브03*/
nav.sub03_sidebar {max-width:820px;margin:10px auto; }
nav.sub03_sidebar ul { display: flex; justify-content: space-between; align-items: center;}
nav.sub03_sidebar  li {width:33.3%; float:left;  background:#275cab;border:1px solid #275cab;}
nav.sub03_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:16px; padding:14px 5px; }
nav.sub03_sidebar  li.active {background:#fff; }
nav.sub03_sidebar  li.active a{color:#275cab; }
nav.sub03_sidebar  li a:hover {background:#fff;  color:#275cab; transition: all 0.5s ease;}


/*서브02*/
nav.sub02_sidebar {max-width:540px;margin:10px auto; }
nav.sub02_sidebar ul { display: flex; justify-content: space-between; align-items: center;}
nav.sub02_sidebar  li {width:50%; float:left;  background:#275cab;border:1px solid #275cab;}
nav.sub02_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:16px; padding:14px 5px; }
nav.sub02_sidebar  li.active {background:#fff; }
nav.sub02_sidebar  li.active a{color:#275cab; }
nav.sub02_sidebar  li a:hover {background:#fff;  color:#275cab; transition: all 0.5s ease;}

/*서브05*/
nav.sub05_sidebar {width:100%; margin:10px auto;}
nav.sub05_sidebar ul { display: flex; justify-content: space-between; align-items: center;}
nav.sub05_sidebar  li {width:20%; float:left;  background:#275cab; border:1px solid #275cab;}
nav.sub05_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:16px; padding:14px 5px; }
nav.sub05_sidebar  li.active {background:#fff;  }
nav.sub05_sidebar  li.active a{color:#275cab; }
nav.sub05_sidebar  li a:hover {background:#fff;  color:#275cab; transition: all 0.5s ease;}


/*서브04*/
nav.sub04_sidebar {max-width:800px; margin:10px auto;}
nav.sub04_sidebar ul { display: flex; justify-content: space-between; align-items: center;}
nav.sub04_sidebar  li {width:25%; float:left;  background:#275cab;border:1px solid #275cab;}
nav.sub04_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:16px; padding:14px 5px; }
nav.sub04_sidebar  li.active {background:#fff;  }
nav.sub04_sidebar  li.active a{color:#275cab; }
nav.sub04_sidebar  li a:hover {background:#fff;  color:#275cab; transition: all 0.5s ease;}




/*메인타이틀*/

h1.main_con_tit {font-size:40px; font-weight:normal; color:#333; text-align:center; line-height:170%;}
p.main_con_s_tit {font-size:18px; font-weight:300; color:#aaa; text-align:center; line-height:150%; letter-spacing:1px; font-family:'Roboto','NanumSquare';}

h1.main_con_tit_w {font-size:45px; font-weight:bold; color:#fff; text-align:left; line-height:130%;}
p.main_con_s_tit_w {font-size:20px; font-weight:400; color:#aaa; text-align:left; line-height:150%;}




.thumbnail { display: block; padding: 0 4px; margin-bottom: 0px; line-height: 
1.42857143; background:none; border:none; box-shadow:none; }


/*컨텐츠영역*/
h3.content_tit {padding:20px 0 10px 0; text-align:center; font-size:32px; font-weight:bold;  }
p.content_sub_tit {padding:0px 0 40px 0; text-align:center; font-size:22px; font-size:13px; letter-spacing:1px; color:#999;
font-family:'Roboto';}


/* 컨텐츠 리스트화*/
ul.sub_con_bu {
	margin:10px 0px 10px 10px;
	padding:0;
	list-style:none;
	text-align:left;
	letter-spacing:-0.5px;
}

ul.sub_con_bu strong{
	color:#000;
	margin:5px 0 2px 0;
	display:block;
	font-weight:bold;
	font-size:16px;
}

ul.sub_con_bu li{
	display:block;
	padding-top:1px;
	background:url('/img/subtitle_bg2.jpg') no-repeat top left;
	padding-left:7px;
	font-size:16px; font-weight:normal; 
	color:#777;
}

ul.sub_con_bu li > span{font-weight:bold; color:#333;
}

ul.sub_con_bu li.num{
	display:block;
	padding-top:3px;
	background:none;
}

ul.sub_con_bu dd{
	padding:2px 0 2px 22px;
	font-size:15px;
	color:#999;
	background:url('/img/subtitle_bg3.jpg') no-repeat top left 12px;
}

ul.sub_con_bu h5{
	display:inline-block;
	font-size:14px;
}





/*테이블*/
.table-style{
  border-top:1px solid #65a1ff;
  font-size:17px;
  white-space:normal;
  width:100%;
}
.table-style > table{
  
}

.table-style > table > thead > tr > th, .table-style > table > tbody > tr > th{
    vertical-align: middle!important;
	border:1px solid #eee;
	padding:15px 10px;
 font-weight:bold;
 color:#333;

}

.table-style > table > tbody > tr > td{
    vertical-align: middle!important;
	border:1px solid #eee;
	padding:15px 10px;
 font-weight:400;
 color:#555;

}

.table-style > table > thead > tr > th:first-child, .table-style > table > tbody > tr > th:first-child, .table-style > table > tbody > tr > td:first-child{
    border-left:none;
}

.table-style > table > thead > tr > th:last-child, .table-style > table > tbody > tr > th:last-child, .table-style > table > tbody > tr > td:last-child{
    border-right:none;
}

.table-style > table > thead > tr > th, .table-style > table > tbody > tr > th{
  background:#f1fbff;
  text-align:center;
}


.table-style > table > thead > tr > th.year, .table-style > table > tbody > tr > th.year{
  background:#fff;
  text-align:center;
  color:#65a1ff; font-size:18px;
}

.table-style > table > tbody > tr > td.title {
 color:#333;
 font-weight:bold;
}

.table-style > table > tbody > tr > td.num {
 color:#333;
 font-size:15px;
 font-family:'Arial';
 font-weight:bold;
}





.table-style > table > tbody > tr > td.datenum {
 color:#888;
 font-size:15px;
 font-family:'Arial';
}

.table-style > table > tbody > tr.notice td {
 background:#fff;
 color:#222;
 font-weight:bold;
}

.table-style > table > tbody > tr.group {border-bottom:2px solid #e7708d;}

.table-style > table > tbody > tr.group td {}

.table-style > table > caption {display:none;}





.table-style4{
  border-top:3px solid #333;
  font-size:15px;
  white-space:normal;
  width:100%;
  margin-top:10px;
}

.table-style4 > table{
  
}

.table-style4 > table > thead > tr > th, .table-style4 > table > tbody > tr > th, .table-style4 > table > tbody > tr > td{
    vertical-align: middle!important;
	padding:20px 10px;
	font-weight:500;
	font-size:16px;
	border:none;
	border:1px solid #ededed; text-align:center;

}

.table-style4 > table > thead > tr > th:first-child, .table-style4 > table > tbody > tr > th:first-child, .table-style4 > table > tbody > tr > td:first-child{
    border-left:none;
}

.table-style4 > table > thead > tr > th:last-child, .table-style4 > table > tbody > tr > th:last-child, .table-style4 > table > tbody > tr > td:last-child{
    border-right:none;
}

.table-style4 > table > thead > tr > th, .table-style4 > table > tbody > tr > th{
  background:#00b6cc; color:#fff;
  text-align:center;
  border:3px solid #fff;
  padding:30px 5px; font-weight:bold;
}



.table-style4 > table > tbody > tr > td.title{
    color:#00b6cc; font-weight:bold; text-align:center;

}





/* 반응형 테이블 */
table.reaction {
	table-layout: fixed;
} 

.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}

	.table-style span.point {color:#e46c0a; margin-left:10px; font-size:13px; float:none; width:100%;}
 
	table.reaction {
		width: 100%;border:0 !important;
	} 
	table.reaction [data-cell-header]:before {
		content: attr(data-cell-header);
		display: block;
		font-weight:bold;
		text-decoration:underline;
		margin-bottom:5px;
	} 
	table.reaction thead {
		display: none;
	} 
	table.reaction td, table.reaction th {
		position:relative;
		display: block;
		width:100%;
		/*text-align:left !important;*/
	}


	table.reaction td > a, table.reaction th > a {
		white-space:normal;
	}

	table.reaction tr {
		border-bottom:1px solid #d9d9d9;
	}

	.table-style > table > thead > tr > th, .table-style > table > tbody > tr > th, .table-style > table > tbody > tr > td{
		vertical-align: middle;
		border:none;
		padding:5px 5px;
	}

	
	table.reaction td:last-of-type {
		margin-bottom:10px;
	}

	.table-style > table.write > tbody > tr > th{
	    width:100%;
	}

	table.reaction > colgroup > col {width:100%;}

}



/*인사말 */
p.owner_name {font-size:22px!important;}

/*후원*/
div.support_text {padding:15px 0;}
div.support_text strong {font-size:15px; font-weight:bold; color:#333; padding:10px 0; display:block;}

/*사무국 지도*/
div.map_address {background:#275cab; padding:10px; color:#fff;}



/*---------------------------*
   서브 공용 탭
\*---------------------------*/





.sub_tabs{margin-top:15px;
	width:100%;
	border-bottom:1px solid #ddd; padding-bottom:49px;} 

/* 공지사항 상단 파란 라인 디자인 */
.sub_tabs > ul{position:relative; }

/* 공지사항 위치조정 */
.sub_tabs > ul > li{float:left; width:auto;text-align:center;
  border:1px solid #ddd;
  font-size:17px;}
.sub_tabs > ul > li > a{display:block;font-size:14px; height:48px; line-height:48px;  padding:0 23px;}
.sub_tabs > ul > li > div.tabnum{display:none; position:absolute; left:0; top:50px; width:100%; }
.sub_tabs > ul > li > div ul{ width:100%;}

/* 선택된 내용 디자인 및 보이기 */
.sub_tabs > ul > li.select{border:solid 3px #085faa; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; height:50px;}
.sub_tabs > ul > li.select > a{font-weight:600; color:#333; font-size:14px;}
.sub_tabs > ul > li.select > div{display:block; width:100%; text-align:center;}


/*2뎁스 탭*/
.sub_tabs_2dept{margin-top:15px;
	width:100%;
	border-bottom:0; 
	display:block;} 

/* 공지사항 상단 파란 라인 디자인 */
.sub_tabs_2dept > ul{position:relative; }

/* 공지사항 위치조정 */
.sub_tabs_2dept > ul > li{float:left; width:auto;text-align:center;
  background:#f2f2f2; border:1px solid #eee;
  font-size:17px;}
.sub_tabs_2dept > ul > li > a{display:block;font-size:14px; height:38px; line-height:38px;  padding:0 15px;}
.sub_tabs_2dept > ul > li > div.tabnum{display:none; position:absolute; left:0; top:50px; width:100%; clear:both; }
.sub_tabs_2dept > ul > li > div ul{ width:100%;}

/* 선택된 내용 디자인 및 보이기 */
.sub_tabs_2dept > ul > li.select{background:#595757;  border:1px solid #eee; height:40px;}
.sub_tabs_2dept > ul > li.select > a{font-weight:600; color:#fff; font-size:14px;}
.sub_tabs_2dept > ul > li.select > div{display:block; width:100%; text-align:center;}






/* 서브탭 반응형 */

@media only screen and (max-width: 991px) {

	.sub_tabs > ul > li > div.tabnum{display:none; position:absolute; left:0; top:150px; width:100%; clear:both;}
	
	.sub_tabs{margin-top:15px;
		width:100%; 
		border-bottom:0!important;
		padding-bottom:0;
	} 

	.sub_tabs > ul > li{ width:100%;text-align:center;
	  border:1px solid #ddd;
	  font-size:17px;
	 }

	.sub_tabs > ul > li > a {
		display: block;
		font-size: 14px;
		height: 48px;
		line-height: 48px;
		width:100%;
	}

	/* 선택된 내용 디자인 및 보이기 */
	.sub_tabs > ul > li.select{background:#085faa; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; height:50px;}
	.sub_tabs > ul > li.select > a{font-weight:600; color:#fff; font-size:14px;}
	.sub_tabs > ul > li.select > div{display:block; width:100%; text-align:center;}

		
}




/*서브 탑 메뉴*/
div.sub_top_wrap { margin-bottom: 40px;   border-bottom: 1px solid #eee; width:100%; background:#fff; z-index:100;}
div.sub_top_wrap_active { margin-bottom: 40px;   border-bottom: 1px solid #eee; position:fixed; width:100%; background:#fff; z-index:100; top:0;}

div.sub_top_wrap > div.sub_top_menu{display: flex; margin:0 auto;}

div.sub_top_menu > a{width:50px; border-left:1px solid #ddd;  border-right:1px solid #eee;text-align:center; padding-top:5px;}
div.sub_top_menu > div.sub_top_depth {height: 50px; position: relative;}
div.sub_top_menu > div.sub_top_depth button{display: flex; align-items: center;justify-content: space-between; min-width: 280px; height: 100%;padding: 0 20px;color: #333; background:#fff; border:none; 
border-right:1px solid #ddd;}
div.sub_top_menu > div.sub_top_depth .subs {
    /*display: none;*/
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 2;
}
div.sub_top_menu > div.sub_top_depth .subs > li > a {
    display: block;
    padding: 12px 20px;
    text-align: left;
    color: #333;
    border-top: 1px solid rgba(255,255,255,0.3);
}

div.sub_top_menu > div.sub_top_depth .subs > li > a:hover {
    display: block;
    padding: 12px 20px;
    text-align: left;
    color: #385fbc;
	font-weight:700;
    border-top: 1px solid rgba(255,255,255,0.3);
}

div.sub_top_menu > div.sub_top_depth img.arrowDown {display:none;}
div.sub_top_menu > div.sub_top_depth.open img.arrowUp {display:none;}
div.sub_top_menu > div.sub_top_depth.open img.arrowDown {display:block;}


@media only screen and (max-width: 768px) {

	div.sub_top_wrap { margin-bottom: 40px;   border-bottom: 1px solid #eee; border-top:1px solid #eee; width:100%; background:#fff; z-index:100;}


	div.sub_top_menu > div.sub_top_depth button{display: flex; align-items: center;justify-content: space-between; min-width: 240px; height: 100%;padding: 0 20px;color: #333; background:#fff; border:none; 
	border-right:1px solid #ddd;}
}

@media only screen and (max-width: 480px) {

	div.sub_top_menu > a{display:none;}
	div.sub_top_menu > div.sub_top_depth {height: 40px; position: relative;}
	div.sub_top_menu > div.sub_top_depth button{display: flex; align-items: center;justify-content: space-between;width: 100%; min-width:170px; font-size:13px;height: 100%;
	padding: 0 10px;color: #333; background:#fff; border:none; 	border-right:1px solid #ddd; line-height:120%;}

	div.sub_top_menu > div.sub_top_depth .subs > a {
		display: block;
		padding: 3px 20px;
		text-align: left;
		color: #333; font-size:12px;
		border-top: 1px solid rgba(255,255,255,0.3);
		line-height:100%;
	}


		div.sub_top_menu > div.sub_top_depth .subs > a:hover {
		display: block;
		padding: 3px 20px;
		text-align: left;
		color: #385fbc; font-size:12px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
}


/*왼쪽메뉴*/
.left_title_wrap {height:150px; text-align:left;  margin-top:-130px;  margin-bottom:10px;  padding:0 10px; width: 90%; background:#1b2990;}
.left_title_wrap > h1 {color:#fff; font-size:24px; font-weight:bold; text-align:left; line-height:150px; text-align:center; font-family:'Noto serif kr';}


.nav-sidebar { 
    width: 90%;
	background:#fff; 
	padding:20px 15px;
}
.nav-sidebar a {
    color: #888;
	font-size:17px;
	text-align:left;
	padding: 10px!important;
	letter-spacing:-1px;
	 -webkit-transition: 0.2s all;
    transition: 0.2s all;font-weight:bold;
	border-bottom:1px solid #ededed;

}

.nav-sidebar a:hover {
    color: #1b2990;
	font-size:17px;
	text-align:left;
	padding:10px 0 10px 25px!important;
	letter-spacing:-1px;
	 -webkit-transition: 0.2s all;
    transition: 0.2s all;
	background:#fff!important;font-weight:bold;

}

.nav-sidebar .active a { 
    background: #fff; 
	color:#1b2990;
	font-weight:bold;
}
.nav-sidebar .active a:hover {
    background: #fff; 
	color:#1b2990;
	font-weight:bold;
}




/*페이징*/
.pagination {
    padding: 20px;
    margin-bottom: 20px;
}

.pagination> a {font-size: .875em;}
.pagination>li > a {margin:0 2px;     font-size: .875em;     font-weight: bold; padding: 6px 11px;
   
    border: solid 1px #eee;} 
.pagination>li:first-child>a, .pagination>li:first-child>span {   margin-left: 0;   border-radius: 0px;}
.pagination>li:last-child>a, .pagination>li:last-child>span {   border-radius: 0px;}
.pagination> .active > a {background:#333; border-color:#333;}
.pagination> .active > a:hover {background:#f9f9f9; border-color:#eee; color:#333;}
.pagination> li > a {color:#999; background:#fff;}
.pagination> li > a:hover {background:#f9f9f9; border-color:#eee; color:#333;}



/*서브path*/
.sub_path {padding:0 10px; margin-bottom:25px; text-align:right; min-height:65px; line-height:65px; width:100%; 
  font-size:14px; border-bottom: 1px dashed #ddd;}
.sub_path > li {padding:0 15px; float:right; font-size:13px;}
.sub_path > li.arrow {padding:0 2px; float:right; color:#ddd;}
.sub_path > li.tit a {font-weight:bold; color:#275cab;}
.sub_path > li.print {padding:0 2px; float:left; color:#ddd;}
button.btn-print {width:38px; height:38px; border-radius:50%; border:1px solid #ddd; color:#777; background:#fff; text-align:center; line-height:38px; display:none;}
button.btn-print:hover {color:#285599;}


.img-responsive2 {display:inline-block; 
    max-width: 100%;
    height: auto;}






/*만든버튼*/
input::placeholder {
  color: #aaa;
  font-size:12px;
}


.white-btn {
	display:inline-block;
    padding: 7px 15px;
    background-color: #fff;
    border: 1px solid #666;
    color: #333;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* margin-top: 10px; */

}

.white-btn:hover{
	text-decoration:underline;
	 color: #333;
}




.blue-btn {
	display:inline-block;
    padding: 7px 15px;
    background-color: #275cab;
    border:0;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* margin-top: 10px; */

}

.blue-btn:hover,.blue-btn:focus,.blue-btn:active{
	 text-decoration:underline;
	 color: #fff;
}



.red-btn {
	display:inline-block;
    padding: 7px 15px;
    background-color: #ed6d00;
    border: 1px solid #ed6d00;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* margin-top: 10px; */

}

.red-btn:hover{
	text-decoration:underline;
	 color: #fff;
}


.black-btn {
	display:inline-block;
    padding: 7px 15px;
    background-color: #333;
    border:0;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* margin-top: 10px; */

}

.black-btn:hover,.black-btn:focus,.black-btn:active{
	text-decoration:underline;
	 color: #fff;
}



.gray-btn {
	display:inline-block;
    padding: 7px 15px;
    background-color: #4b4b4b;
    border: 1px solid #4b4b4b;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    /* margin-top: 10px; */

}

.gray-btn:hover,.gray-btn:focus,.gray-btn:active{
	text-decoration:underline;
	 color: #fff;
}


.input-text {
  height: 37px;
  padding: 0px 5px;
  border: 1px solid #ddd;
  background-color: #FFF;
  margin:0 3px;
  font-size:14px;
  color:#999;
}



.input-textarea {
  min-height:80px;
  padding: 0px 5px;
  border: 1px solid #ddd;
  background-color: #FFF;
  margin:0 3px;
  width:100%;
  font-size:14px;
  color:#999;
}

.input-text-0 {
  height: 37px;
  padding: 0px 5px;
  border: 1px solid #fff;
  background-color: #FFF;
  margin:0 3px;
}


.input-text-100 {
  height: 37px;
  padding: 0px 5px;
  border: 1px solid #ddd;
  background-color: #FFF;
  margin:0 3px;
  width:100%;
}


.well {
	border-top:3px solid #275cab;
	background:#fff;
	box-shadow:none;
	border-radius:0;
	padding:20px 30px 15px 30px !important;
	margin-top:25px!important;
	font-weight:normal!important; 
	color:#7e7e7e;
	font-size:18px;
}




.well > p  {font-weight:normal!important; font-size:18px;}
.well > h3  {display:block; font-size:20px; font-weight:bold; color:#275cab; padding:10px 0;}


.well2 {
	border:1px solid #ddd;
	background:#fefefe;
	box-shadow:none;
	border-radius:0;
	padding:10px 20px 20px 20px !important;
	margin-top:15px!important;
}
.well2  p  {font-size:13px; color:#333;  }


.well3 {
	border:1px solid #275cab;
	background:#275cab;
	box-shadow:none;
	border-radius:0;
	padding:10px 20px 5px 20px !important;
	margin-top:15px!important;
	font-size:15px; color:#fff; font-family:'Tahome', 'Noto Sans kr'; 
}

.well3 h3.title { color:#fff; font-size:24px;  text-align:left; padding-bottom:10px;}


.well4 {
	border:5px solid #eee;
	border-style: dashed dashed;
	background:#fff;
	box-shadow:none;
	border-radius:0;
	padding:20px 30px 15px 30px !important;
	margin-top:15px!important;
	font-weight:normal!important; 
	color:#7e7e7e;
	font-size:16px; line-height:170%;
}


/*탭*/


.main_program_text img {width:100%;}

/*관련사이트 selectbox*/
.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding: 10px;

    /* Styles */
    background: #526d80;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000 transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
   bottom:0;
    left: 0;
    right: 0;
	padding:0;
	margin:0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}


.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #888;
	font-size:12px;
	width: 100%;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

.app_state a {font-size:14px;}


/* 관련사이트 selectbox끝*/

.social_btn {text-decoration:none !important;height:auto;}
.socail_list {width:100%;display:none;}
.socail_list .naver_btn a {display:block;width:100%;padding:5px 0;background:url('/assets/images/naver_icon.jpg') no-repeat 2% 50% #1EC800;color:#fff;font-family:'NanumGothic';font-weight:700;}
.socail_list .kakao_btn a {display:block;width:100%;padding:5px 0;background:url('/assets/images/kakao_icon.jpg') no-repeat 2% 50% #FEE500;color:#000;font-family:'NanumGothic';font-weight:700;}



/*달력*/
.calendar_bg {background:#f9f9f9;}
.calendar_wrap {padding-top:40px;} 
.calendar_wrap table {}
.calendar_wrap table th.cal_tb_thead {color:#333;font-size:22px; padding:20px 0; }
.calendar_wrap table td { }
.calendar_wrap table .cal_tb_thead {background:#fff; border:#fff; }
.calendar_wrap table .cal_tb_thead a { font-size:18px; font-weight:bold;}
.calendar_wrap table a.on_content {display:block;background:#275cab;color:#fff; font-weight:bold;   width:22px; height:22px;line-height:22px; border-radius:100%; text-align:center; }
.calendar_wrap table .highlight a {display:block;}
.calendar_wrap table .date_cell {height:80px; font-size:13px;}
.calendar_wrap table ol {padding:0 0 0 20px;}
.calendar_wrap table ol li {list-style-type:decimal;}


a.calendar_btn {background:#999; color:#fff; border-radius:100%; width:40px; display:inline-block; height:40px; line-height:20px;  text-align:center; font-size:14px; padding:10px}
a.calendar_btn:hover {background:#275cab; color:#fff; border-radius:100%; width:40px; display:inline-block; height:40px; line-height:20px;  text-align:center; font-size:14px; padding:10px}

#data_tb {text-align:center;height:auto;
    border-top: 0;
    padding: 20px 0; margin-top:10px; }

#data_tb dl{display: table;width: 33%; float:left; font-size: 1.05em; border-bottom:1px dotted #ddd;  background:#fff; margin-bottom:0; padding:12px 0;min-height:150px;}
#data_tb dt{display: block;vertical-align: top;color: #666;width: 100%}
#data_tb dd{padding-left: 10px;list-style:disc !important;text-align:left; font-weight:500;}
#data_tb .tit{display: block;line-height: 24px;width: 100px;text-align: center; color:#275cab}
#data_tb a{color: #666; font-size:15px;}

@media only screen and (max-width: 768px) {
	#data_tb dl{display: table;width: 100%; float:left; font-size: 1.05em; border-bottom:1px dotted #ddd;  background:#fff; margin-bottom:0; padding:12px 0;}
	
}
.tit_wrap h2 {
    line-height: 50px;
    color: #333;
    font-size: 1.34em;
	text-align:center;
}
.highlight {font-weight:500; background:#dff; color:#333; font-weight:bold; font-size:16px; width:22px; height:20px;line-height:20px; text-align:center; }

div.on_date_color  {width:100%;  color:#fff; font-size:13px; text-align:Center; height:30px; background:#275cab; margin-bottom:15px;}
div.on_today_color  {width:100%;  color:#fff; font-size:13px; text-align:Center; height:30px; background:#b3def8; margin-bottom:15px;}



.sch_popup_header {
    color: #fff;
    font-size: 1.45em;
    font-weight: 500;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    background-color: #275cab;
    display: block;
}

.sch_popup_body {
    background: #fff;
    padding: 40px 30px;
}

.sch_popup_body .tit {
    font-size: 1.35em;
    font-weight: 500;
}

.sch_popup_body div {
    border-top: 1px solid #000;
    margin-top: 20px;
}

.sch_popup_body dl {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    display: table;
    width: 100%;
    font-size: 1.05em;
}

.sch_popup_body dt {
    width: 40px;
    font-weight: 500;
    color: #666;
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}

.sch_popup_body dd {
    display: table-cell;
    color: #666;
    padding: 0 10px;
    font-weight: 300;
}

.sch_cir {
    content: url( "/img/calendar_icon.png" );
	display: inline-block;
    width: 13px;
    height: 13px;
    font-size: 0;
    margin: 0 2px;
}
.dot_wrap {padding:5px 0;}

/*테이블*/
.table-style2{
  font-size:13px;
  white-space:normal;
  width:100%;
	margin-top:-13px;
}
.table-style2 > table{
  
}

.table-style2 > table > thead > tr > th, .table-style2 > table > tbody > tr > th, .table-style2 > table > tbody > tr > td{
    /*vertical-align: middle!important;*/
	border:1px solid #eee;
	padding:5px;
	font-size:13px;
}

.table-style2 > table > thead > tr > th:first-child, .table-style2 > table > tbody > tr > th:first-child, .table-style2 > table > tbody > tr > td:first-child{
    border-left:none;
}

.table-style2 > table > thead > tr > th:last-child, .table-style2 > table > tbody > tr > th:last-child, .table-style2 > table > tbody > tr > td:last-child{
    border-right:none;
}

.table-style2 > table > thead > tr > th, .table-style2 > table > tbody > tr > th{
  background:#f7f7f7;
  text-align:center;
}

.table-style2 > table > tbody > tr > td p {
 font-size:13px!important;
 line-height:16px;
 padding:0;
 color:#333;
}

/* 입학 안내 페이지 2026-07-31 */

.admission-page {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 70px;
	color: #333;
}

.admission-main-title {
	position: relative;
	margin-bottom: 55px;
	padding: 35px 30px;
	border-radius: 16px;
	background:
		linear-gradient(
			135deg,
			#f4f8ff 0%,
			#ffffff 60%,
			#eef5ff 100%
		);
	border: 1px solid #dce8f7;
	text-align: center;
	overflow: hidden;
}

.admission-main-title:before {
	content: '';
	position: absolute;
	top: -70px;
	right: -50px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(33, 100, 180, 0.06);
}

.admission-main-title:after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(241, 91, 40, 0.05);
}

.admission-title-label {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 8px;
	color: #7b8ca3;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
}

.admission-main-title h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #205ca8;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.45;
}

.admission-section {
	margin-top: 48px;
}

.admission-section-title {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.admission-section-title span {
	display: block;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	background: #f15a24;
	transform: rotate(45deg);
}

.admission-section-title h4 {
	margin: 0;
	color: #202936;
	font-size: 21px;
	font-weight: 700;
}

.admission-info-card {
	overflow: hidden;
	border: 1px solid #dfe5ec;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(28, 53, 84, 0.05);
}

.admission-info-row {
	display: flex;
	border-bottom: 1px solid #edf0f4;
}

.admission-info-row:last-child {
	border-bottom: 0;
}

.admission-info-label {
	display: flex;
	align-items: center;
	flex: 0 0 145px;
	padding: 18px 20px;
	background: #f6f9fd;
	color: #245d9f;
	font-weight: 700;
}

.admission-info-value {
	flex: 1;
	padding: 18px 22px;
	color: #4c5561;
	line-height: 1.75;
}

/* 지원 절차 */
.admission-process-list {
	display: flex;
	align-items: stretch;
}

.admission-process-item {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 150px;
	margin-right: 18px;
	padding: 25px 12px 20px;
	border: 1px solid #dce2e9;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	box-shadow: 0 6px 18px rgba(30, 57, 88, 0.04);
}

.admission-process-item:last-child {
	margin-right: 0;
}

.admission-process-item:not(:last-child):after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -19px;
	width: 19px;
	height: 1px;
	background: #9ca9b8;
}

.admission-process-item:not(:last-child):before {
	content: '';
	position: absolute;
	z-index: 2;
	top: calc(50% - 3px);
	right: -19px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #9ca9b8;
	border-right: 1px solid #9ca9b8;
	transform: rotate(45deg);
}

.admission-process-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 15px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3176c5, #17539c);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 5px 12px rgba(32, 93, 168, 0.25);
}

.admission-process-content strong {
	display: block;
	color: #252d37;
	font-size: 15px;
	line-height: 1.5;
	word-break: keep-all;
}

.admission-process-content p {
	margin: 7px 0 0;
	color: #f15a24;
	font-size: 13px;
	font-weight: 500;
}

/* 에디터 내용 박스 */
.admission-content-box {
	padding: 25px 28px;
	border: 1px solid #dfe5ec;
	border-top: 3px solid #2668b2;
	border-radius: 0 0 10px 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(30, 57, 88, 0.04);
}

.admission-content-box.benefit {
	border-top-color: #245ca5;
	background:
		linear-gradient(
			135deg,
			#ffffff,
			#f8fbff
		);
}

.admission-editor-content {
	color: #555f6d;
	font-size: 15px;
	line-height: 1.85;
}

.admission-editor-content p {
	position: relative;
	margin: 0 0 7px;
}

.admission-content-box.benefit .admission-editor-content p:first-child {font-weight:bold;}

.admission-content-box .admission-editor-content p {
	padding-left: 17px;
}

.admission-content-box .admission-editor-content p:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 1px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3975b8;
}

.admission-editor-content p:last-child {
	margin-bottom: 0;
}

/* 안내사항 */
.admission-notice {
	display: flex;
	align-items: flex-start;
	padding: 26px 30px;
	border: 1px solid #b9dced;
	border-radius: 12px;
	background: #edf8fd;
	color: #27627e;
}

.admission-notice-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 2px 18px 0 0;
	border-radius: 50%;
	background: #2e91bd;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.admission-notice-content {
	flex: 1;
	min-width: 0;
	color: #27627e;
	font-size: 15px;
	line-height: 1.8;
}

/* 에디터에서 생성되는 문단 */
.admission-notice-content p {
	margin: 0 0 16px;
	padding: 0;
	color: inherit;
	line-height: 1.8;
}

.admission-notice-content p:last-child {
	margin-bottom: 0;
}

/* 기관 로고 */
.admission-notice-content img {
	/*display: block;*/
	width: auto !important;
	max-width: 260px;
	height: auto !important;
	margin: 0 10px 24px;
}

/* 로고만 들어 있는 첫 문단 */
.admission-notice-content p:first-child {
	margin-bottom: 24px;
}

/* 에디터에서 빈 문단이나 공백이 들어간 경우 */
.admission-notice-content p:empty {
	display: none;
}

/* 기존 공통 점 표시 제거 */
.admission-notice-content p:before {
	display: none !important;
	content: none !important;
}

/* 버튼 */
.admission-button-wrap {
	margin-top: 45px;
	text-align: center;
}

.admission-homepage-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	padding: 15px 28px;
	border: 1px solid #205ca8;
	border-radius: 6px;
	background: #fff;
	color: #205ca8;
	font-weight: 700;
	transition:
		background 0.2s,
		color 0.2s,
		transform 0.2s;
}

.admission-homepage-button:hover,
.admission-homepage-button:focus {
	background: #205ca8;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.admission-homepage-button i {
	margin-left: 18px;
	font-size: 18px;
	font-style: normal;
}



/* 태블릿 */
@media (max-width: 1100px) {
	.admission-process-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.admission-process-item {
		margin-right: 0;
	}

	.admission-process-item:before,
	.admission-process-item:after {
		display: none;
	}
}

/* 모바일 */
@media (max-width: 767px) {
	.admission-page {
		padding-bottom: 40px;
	}

	.admission-main-title {
		margin-bottom: 35px;
		padding: 28px 18px;
	}

	.admission-main-title h3 {
		font-size: 21px;
	}

	.admission-section {
		margin-top: 35px;
	}

	.admission-section-title h4 {
		font-size: 18px;
	}

	.admission-info-row {
		display: block;
	}

	.admission-info-label {
		display: block;
		padding: 13px 17px;
	}

	.admission-info-value {
		padding: 15px 17px;
	}

	.admission-process-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.admission-process-item {
		min-height: 140px;
	}

	.admission-content-box {
		padding: 20px;
	}

	.admission-homepage-button {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 480px) {
	.admission-process-list {
		grid-template-columns: 1fr;
	}

	.admission-process-item {
		min-height: 120px;
	}
}

/* 입학 안내 페이지 끝. 2026-07-31 */

/* 관련사이트 시작 2026-08-01 */
/* 기본: PC 링크 노출, 드롭다운 숨김 */
.header_school_pc {
	display: flex;
	align-items: center;
}

.header_school_dropdown {
	display: none;
	position: relative;
}

/* 1620px 미만 */
@media screen and (max-width: 1619px) {
	.header_school_pc {
		display: none;
	}

	.header_school_dropdown {
		display: block;
	}

	.header_school_toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-width: 150px;
		height: 38px;
		padding: 0 14px;
		border: 1px solid rgba(255, 255, 255, 0.35);
		background: #275CAB;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
	}

	.header_school_arrow {
		width: 7px;
		height: 7px;
		border-right: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform 0.2s ease;
	}

	.header_school_dropdown.is-open .header_school_arrow {
		transform: rotate(225deg) translate(-1px, -1px);
	}

	.header_school_menu {
		display: none;
		position: absolute;
		top: calc(100% + 6px);
		right: 0;
		z-index: 1000;
		min-width: 230px;
		padding: 8px 0;
		border: 1px solid #ddd;
		background: #fff;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.header_school_dropdown.is-open .header_school_menu {
		display: block;
	}

	.header_school_menu a {
		display: block;
		padding: 10px 16px;
		color: #333;
		font-size: 14px;
		line-height: 1.4;
		text-decoration: none;
		white-space: nowrap;
	}

	.header_school_menu a:hover,
	.header_school_menu a:focus {
		background: #f5f5f5;
		color: #e36b22;
	}
}

/* 768px 미만 */
@media screen and (max-width: 768px) {
	.header_school_dropdown {
		display:none;
	}
}

/* 관련사이트 끝 2026-08-01 */


@media only screen and (max-width:1200px) {
	
	/*태블릿 메뉴*/
	.navbar-nav { margin:15px auto; min-width:auto; }

	
}


/*노트북 반응형*/
@media only screen and (max-width:1024px) {




	.navbar-default .navbar-nav>li>a {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding:15px 30px 15px 30px;
	text-shadow: none;
	}


	/*메인 퀵버튼*/
	div.quick_banner i {color:#fff; opacity:0.5; font-size:20px; padding-right:25px; }
	div.quick_banner p {color:#fff; font-size:14px; display:inline-block; padding-top:10px; }
	div.quick_banner i.bg2 {color:#fff; opacity:0.5; font-size:20px; padding-right:8px; }

	div.quick_banner01 {background:#9db760; padding: 20px;  letter-spacing:-1px;  }
	div.quick_banner02 {background:#97c2c7; padding: 20px; letter-spacing:-1px;  margin-top:10px;}
	div.quick_banner03 {background:#6ea0b5; padding: 20px;  letter-spacing:-1px;  margin-top:10px;}
	div.quick_banner04 {background:#dea355; padding: 20px;  letter-spacing:-1px;  margin-top:10px;}




	.sch_popup {
		width: 900px;
		height: 700px;
	}



}




/*태블릿 반응형*/
@media only screen and (max-width:768px) {


		

		
	div.main > div.container {min-height:500px; padding-top:0px;}
	
	/*태블릿 메뉴*/
	.navbar-default .navbar-nav>li>a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding:10px 20px;
	text-shadow: none;
	}
	
	.sch_popup {
		width: 500px;
		height: 468px;
	}


	/*로고*/
	.navbar-brand img {text-align:center; display:inline-block; max-width:180px;}	

	
	div.box-content {padding:10px; border:1px solid #ddd; text-align:Center; min-height:auto; margin-top:15px;}

	
	

	
	/*서브01*/
	nav.sub06_sidebar ul { display: block; justify-content: space-between; align-items: center;}
	nav.sub06_sidebar  li {width:33.3%; float:left;  background:#275cab;}
	nav.sub06_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:13px; padding:14px 5px; }
	nav.sub06_sidebar  li.active {background:#fff;}
	nav.sub06_sidebar  li.active a{color:#275cab; }
	nav.sub06_sidebar  li a:hover {background:#fff; color:#275cab; }


	/*서브03*/
	nav.sub03_sidebar ul { display: block; justify-content: space-between; align-items: center;}
	nav.sub03_sidebar  li {width:33.3%; float:left;  background:#275cab;}
	nav.sub03_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:13px; padding:14px 5px; }
	nav.sub03_sidebar  li.active {background:#fff;}
	nav.sub03_sidebar  li.active a{color:#275cab; }
	nav.sub03_sidebar  li a:hover {background:#fff; color:#275cab; }


	/*서브02*/
	nav.sub02_sidebar ul { display: block; justify-content: space-between; align-items: center;}
	nav.sub02_sidebar  li {width:50%; float:left;  background:#275cab;}
	nav.sub02_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:13px; padding:14px 5px; }
	nav.sub02_sidebar  li.active {background:#fff;}
	nav.sub02_sidebar  li.active a{color:#275cab; }
	nav.sub02_sidebar  li a:hover {background:#fff; color:#275cab; transition: all 0.5s ease;}


	/*서브05*/
	nav.sub05_sidebar ul { display: block; justify-content: space-between; align-items: center;}
	nav.sub05_sidebar  li {width:33.3%; float:left;  background:#275cab;}
	nav.sub05_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:13px; padding:14px 5px; }
	nav.sub05_sidebar  li.active {background:#fff;}
	nav.sub05_sidebar  li.active a{color:#275cab; }
	nav.sub05_sidebar  li a:hover {background:#fff; color:#275cab; }

	/*서브04*/
	nav.sub04_sidebar ul { display: block; justify-content: space-between; align-items: center;}
	nav.sub04_sidebar  li {width:25%; float:left;  background:#275cab;}
	nav.sub04_sidebar  li a{text-align:center; font-weight:400; color:#fff; font-size:13px; padding:14px 5px; }
	nav.sub04_sidebar  li.active {background:#fff;}
	nav.sub04_sidebar  li.active a{color:#275cab; }
	nav.sub04_sidebar  li a:hover {background:#fff; color:#275cab; }


	div.content_wrap {padding:10px ;}
	div.content_wrap > h3 {color:#000; font-weight:bold; font-size:22px; padding:5px 0 10px 0; letter-spacing:-0.4px; }
	div.content_wrap > h3 > span {color:#275cab; }
	div.content_wrap > h4 {color:#000; font-weight:bold; font-size:20px; padding:5px 0 10px 0; letter-spacing:-0.4px; }
	div.content_wrap > h4 > span {color:#275cab; }
	div.content_wrap > h5 {color:#000; font-weight:bold; font-size:18px; padding:5px 0 10px 0; letter-spacing:-0.4px;  line-height:160%;}
	div.content_wrap > h5 > span {color:#275cab; }
	div.content_wrap > p {color:#7e7e7e; font-weight:500; font-size:16px; padding:10px 0; letter-spacing:-0.4px; line-height:180%;}
	div.content_wrap > p > strong{color:#0a8aec; }

	div.content_wrap > p > img{padding:20px;}





	/*서브이미지*/
	.subvisual_wrap {
		width: 100%;
		height: 150px;
		background: url(/img/mainvisual_bg.png) no-repeat top center;
		background-size:cover;
	}

	.subvisual_wrap > .maintitle > h2 {color:#fff; font-size:16px; padding-top:50px; font-weight:bold;}
	.subvisual_wrap > .maintitle > p {width:auto;  color:#fff; font-size:14px; padding:6px 10px; line-height:120%; background:#ea5815; display:inline-block; margin-top:10px;} 	


	
	/*컨텐츠영역*/
	h3.content_tit {padding:10px 0 25px 0; text-align:center; font-size:22px; font-weight:bold; }
	p.content_sub_tit {padding:0px 0 40px 0; text-align:left; font-size:11px; letter-spacing:2px; color:#999; margin-bottom:20px; display:none;}


	/*관련사이트*/
	.footer_site .site {
		display: block;
		float: left;
		width: 50%;
		height: 37px;
		padding-left: 20px;
		border: 1px solid #275cab;
		background: #fff;
		font-size: 15px;
		text-align: center;
		color: #275cab;
		box-sizing: border-box;
		cursor: pointer;
		outline: none;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
	}

	footer div.company {padding:0 20px;}



	/*왼쪽메뉴*/
	.sub_con_section {}
	.left_title_wrap {display:none;}
	.left_title_wrap > h1 {color:#fff;  font-weight:400; padding-top:27px;  font-size:25px; }
	.left_title_wrap2 {display:none;}
	.left_title_wrap2 > h1 {color:#fff; font-size:26px; font-weight:bold; text-align:Center; line-height:140px;}



	.nav-sidebar {  width: 100%; border:none; height:auto; margin-top:20px;}
	.nav-sidebar li {width:100%; float:left;}
	.nav-sidebar a { color: #333;font-size:12px; text-align:center;text-indent:0; background:#f1f1f1;  font-weight:500; padding:5px 2px!important;}
	.nav-sidebar dd {text-align:left;}
	.nav-sidebar dd a { color: #555;font-size:12px;text-indent:25px; background:#fff; line-height:13px; display:block; width:100%; line-height:40px;
	height:40px; font-weight:500;}
	.nav-sidebar dd.s_menu_active a { color: #273892;font-size:14px;text-align:left;text-indent:25px; line-height:13px; line-height:40px; height:40px;}


	.nav-sidebar .active a {  cursor: default;background: #275cab; color:#fff;}
	.nav-sidebar .active a:hover { cursor: default; background: #275cab; color:#fff;}
		


	


}




/*모바일 반응형*/
@media only screen and (max-width: 480px) {

	/*모바일 상단*/

	.header-top-menu2 {width:100%; height:35px;line-height: 35px;}
	.header-top-menu2 li{line-height:25px; float:left; padding: 5px;color:#fff; background:#175b6a;  width:50%; text-align:Center;}
	.header-top-menu2 li a {font-size:13px!important; }
	.header-top-menu2 li.white{float:left; padding: 5px;background:#2668b2; font-size:13px!important; width:50%;}
	.header-top-menu2 li.white a{color:#fff; font-size:13px!important; font-weight:500; }



	.table-responsive {overflow:auto;}

	/*퀵메뉴*/
	.quick_menu {background:#eee; padding:40px 0; }
	.quick_menu h2{padding:20px 0 40px 0; text-align:Center; font-size:22px; color:#999; font-weight:700; letter-spacing:5px;}
	.quick_menu div.quick_ban {background:#fff; border:1px solid #275cab; padding:10px 5px; margin-top:10px; min-height:150px;}
	.quick_menu div.quick_ban h3{color:#275cab; font-size:16px; font-weight:700; padding-top:8px;}
	.quick_menu div.quick_ban p{color:#ddd; font-size:11px; letter-spacing:2px; line-height:110%; padding-top:5px;}

	

	/*로고*/
	.navbar {
		padding:  0;
	}
	.navbar-header {width:100%; float:none; min-height:50px;  margin:0 auto; width:100%; }

	.navbar-brand {
	padding: 0;
	text-align:left; 
	margin:20px 0 20px 20px;
	width:230px;
	}

	.navbar-brand a > img {text-align:left; display:inline-block;  margin-left:15px; max-width:150px;}	

	
	
	/*컨텐츠영역*/
	h3.content_tit {padding:20px 0 15px 0; text-align:center; font-size:20px; font-weight:bold; }
	p.content_sub_tit {padding:0px 0 40px 0; text-align:left; font-size:11px; letter-spacing:2px; color:#999; margin-bottom:20px; display:none;}


	

	

	
	/*검색바*/
	.search_bar { border:1px solid #ddd!important; padding:0; margin-right:0!important; margin-left:20px!important; margin-top:10px;  margin-bottom:15px;}

	
	
	
	/*서브path*/
	.sub_path {  margin-top:25px; float:right; font-size:13px;  display:none;}




	
	/*교육프로그램*/
	div.program_circle_wrap {max-width:1000px; margin:0 auto; display: block; justify-content: center; align-items: center;}
	div.program_circle_wrap > div.box_circle { margin:10px; padding:10px; background:#275cab; color:#fff; line-height:18px; text-align:center;  display: flex; border-radius:100%;
	align-items: center; justify-content: center; transition: 0.4s all ease; width:120px; min-height:120px; float:left;  font-size:14px;}







	/*게시판 뷰 테이블*/
	#post-content table { border-collapse: collapse!important;
	  margin: 0!important;
	  padding: 0!important;
	  width: 100%!important;
	  table-layout: fixed!important;}

	



	.sch_popup {
		width: 400px;
		height: 368px;
	}


	/*왼쪽메뉴*/
	.sub_con_section {}
	.left_title_wrap {display:none;}
	.left_title_wrap > h1 {color:#fff;  font-weight:400; padding-top:27px;  font-size:25px; }
	.left_title_wrap2 {display:none;}
	.left_title_wrap2 > h1 {color:#fff; font-size:26px; font-weight:bold; text-align:Center; line-height:140px;}



	.nav-sidebar {  width: 100%; border:none; height:auto; margin-top:20px;}
	.nav-sidebar li {width:33%; float:left;}
	.nav-sidebar a { color: #333;font-size:12px; text-align:center;text-indent:0; background:#f1f1f1;  font-weight:500; padding:5px 2px!important;}
	.nav-sidebar dd {text-align:left;}
	.nav-sidebar dd a { color: #555;font-size:12px;text-indent:25px; background:#fff; line-height:13px; display:block; width:100%; line-height:40px;
	height:40px; font-weight:500;}
	.nav-sidebar dd.s_menu_active a { color: #273892;font-size:14px;text-align:left;text-indent:25px; line-height:13px; line-height:40px; height:40px;}


	.nav-sidebar .active a {  cursor: default;background: #275cab; color:#fff;}
	.nav-sidebar .active a:hover { cursor: default; background: #275cab; color:#fff;}


}


/*xs모바일 반응형*/
@media only screen and (max-width: 320px) {

	
	/*검색바*/
	.search_bar { border:1px solid #ddd!important; padding:0; margin-right:0!important; margin-left:20px!important; margin-top:30px; }

	/*로고*/
	.navbar-brand > img {text-align:center; display:inline-block; padding:15px 10px; width:180px;}

	.sch_popup {
		width: 300px;
		height: 368px;
	}
}


@media print{

header, nav.navbar-default, div.top_menu, div.left_title_wrap, nav.nav-sidebar, footer,  h3.content_tit, p.content_sub_tit,
div.board_search_box, div.none_print, div.border_button
{opacity:0;visibility:hidden;display:none}

a[href]:after {
content: " (" attr(href) ")";
}

a[href]:after {
content: none !important;
}

#oZoom{

	-webkit-print-color-adjust: exact; 

	visibility:visible;
	background-color: white;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 80px;
	left: 0;
	margin: 0;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	display:block;
}


}






/*포토갤러리 최근게시물*/
.work {
    position: relative;
    padding: 20px;
}

.work>img {
  width: 100%;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 20px;
    left: 15px;
	bottom:130px;
    opacity: 0;
	width:88%;
	height:83%;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:10000;
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
	font-size:18px; letter-spacing:-1px;
	font-weight:300;
	
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
	
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #ddd;
	font-weight:bold;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
	font-size:15px;
	padding-top:10px;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-content p {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #ddd;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content p {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #6195FF;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}




/*260729 상징*/
/* ========================================
   K-AX 브랜드 가이드
======================================== */

.kax-guide,
.kax-guide * {
	box-sizing: border-box;
}

.kax-guide {
	width: 100%;
	color: #222;
	font-family:
		"Pretendard",
		"Noto Sans KR",
		"Malgun Gothic",
		sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.kax-guide__inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
}

/* ========================================
   페이지 제목
======================================== */

.kax-guide__header {
	margin-bottom: 30px;
}

.kax-guide__header h2 {
	margin: 0;
	color: #202184;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.045em;
}

.kax-guide__header p {
	margin: 5px 0 0;
	color: #555d72;
	font-size: 16px;
	font-weight: 700;
}

/* ========================================
   공통 섹션
======================================== */

.kax-section {
	width: 100%;
	margin-bottom: 20px;
	padding: 25px 28px 30px;
	background: #fff;
}

.kax-section:last-child {
	margin-bottom: 0;
}

.kax-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7eaf2;
}

.kax-section__title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.kax-section__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	background: #202184;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.kax-section__title h3 {
	margin: 0;
	color: #202184;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.4;
}

.kax-section__label {
	margin: 0;
	color: #06489a;
	font-size: 22px;
	font-weight: 700;
}

/* ========================================
   1. 메인 로고
======================================== */

.kax-logo-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	gap: 40px;
	padding: 25px 20px;
}

.kax-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 150px;
	padding: 20px;
	border-right: 1px solid #e5e8f0;
}

.kax-logo-item:last-child {
	border-right: 0;
}

.kax-logo-item img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 130px;
	object-fit: contain;
}

/* ========================================
   2. 의미
======================================== */

.kax-meaning__intro {
	margin-bottom: 25px;
	text-align: center;
}

.kax-meaning__intro h4 {
	margin: 0 0 8px;
	color: #151515;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.4;
}

.kax-meaning__intro p {
	margin: 0;
	color: #06489a;
	font-size: 22px;
	font-weight: 700;
	word-break: keep-all;
}

.kax-meaning__list {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr)
		40px
		minmax(0, 1fr)
		40px
		minmax(0, 1fr);
	align-items: center;
	gap: 15px;
}

.kax-meaning-item {
	min-height: 260px;
	padding: 22px 20px;
	border-radius: 12px;
	background: #f3f4f6;
	text-align: center;
}

.kax-meaning-item__color {
	display: inline-block;
	min-width: 90px;
	margin-bottom: 12px;
	padding: 3px 15px;
	border-radius: 30px;
	background: #e4e5e8;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.kax-meaning-item__symbol {
	display: block;
	margin-bottom: 8px;
	font-family: serif;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2;
}

.kax-meaning-item__symbol--blue {
	color: #06489a;
}

.kax-meaning-item__symbol--orange {
	color: #ef5a0a;
}

.kax-meaning-item__symbol--gray {
	color: #9da3ad;
}

.kax-meaning-item h5 {
	margin: 0 0 12px;
	color: #191919;
	font-size: 18px;
	font-weight: 800;
}

.kax-meaning-item p {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 1.75;
	word-break: keep-all;
}

.kax-meaning__plus {
	color: #7b89c3;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}

.kax-meaning__summary {
	margin: 25px 0 0;
	color: #222;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}

/* ========================================
   3. 활용
======================================== */

.kax-usage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.kax-usage-item {
	text-align: center;
}

.kax-usage-item__preview {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 30px;
	border-radius: 10px;
}

.kax-usage-item__preview--light {
	border: 1px solid #e1e4eb;
	background: #fff;
}

.kax-usage-item__preview--blue {
	background: #003c8e;
}

.kax-usage-item__preview img {
	display: block;
	width: auto;
	max-width: 85%;
	max-height: 105px;
	object-fit: contain;
}

.kax-usage-item > p {
	margin: 12px 0 0;
	color: #555;
	font-size: 16px;
	font-weight: 600;
}

/* ========================================
   4. 컬러 및 활용 원칙
======================================== */

.kax-rules {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
	align-items: center;
	gap: 45px;
}

.kax-color-area {
	display: grid;
	grid-template-columns: minmax(360px, 1fr) minmax(260px, 0.8fr);
	align-items: center;
	gap: 35px;
}

.kax-color-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.kax-color-item {
	text-align: center;
}

.kax-color-item__box {
	display: block;
	width: 100%;
	max-width: 105px;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	border: 1px solid transparent;
}

.kax-color-item__box--blue {
	background: #06489a;
}

.kax-color-item__box--orange {
	background: #ef5a0a;
}

.kax-color-item__box--black {
	background: #111;
}

.kax-color-item__box--white {
	border-color: #aab0bd;
	background: #fff;
}

.kax-color-item p {
	margin: 9px 0 0;
	font-size: 16px;
	font-weight: 600;
}

.kax-color-description p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 10px;
	font-size: 16px;
}

.kax-color-description p:last-child {
	margin-bottom: 0;
}

.kax-color-description strong {
	flex-shrink: 0;
	min-width: 115px;
	color: #292a40;
	font-size: 16px;
	font-weight: 800;
}

.kax-color-description span {
	color: #444;
	font-size: 16px;
	font-weight: 600;
}

.kax-rule-list {
	margin: 0;
	padding: 5px 0 5px 35px;
	border-left: 1px dashed #c8cede;
	list-style: none;
}

.kax-rule-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
}

.kax-rule-list li:last-child {
	margin-bottom: 0;
}

.kax-rule-list li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	margin-top: 1px;
	border-radius: 50%;
	background: #202184;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.kax-rule-list p {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	word-break: keep-all;
}

.kax-rule-list strong {
	font-weight: 800;
}

/* ========================================
   태블릿
======================================== */

@media screen and (max-width: 1100px) {
	.kax-guide__inner {
		padding: 35px 28px;
	}

	.kax-logo-list {
		gap: 20px;
		padding-right: 0;
		padding-left: 0;
	}

	.kax-meaning__list {
		grid-template-columns: 1fr;
	}

	.kax-meaning__plus {
		transform: rotate(90deg);
	}

	.kax-meaning-item {
		min-height: auto;
	}

	.kax-rules,
	.kax-color-area {
		grid-template-columns: 1fr;
	}

	.kax-rule-list {
		padding: 25px 0 0;
		border-top: 1px dashed #c8cede;
		border-left: 0;
	}
}

/* ========================================
   모바일
======================================== */

@media screen and (max-width: 767px) {
	.kax-guide {
		padding: 25px 15px;
		font-size: 16px;
	}

	.kax-guide__inner {
		padding: 25px 15px;
	}

	.kax-guide__header h2 {
		font-size: 28px;
	}

	.kax-guide__header p {
		font-size: 16px;
	}

	.kax-section {
		padding: 20px 15px 25px;
	}

	.kax-section__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.kax-section__title h3 {
		font-size: 20px;
	}

	.kax-section__label {
		padding-left: 42px;
		font-size: 16px;
	}

	.kax-logo-list {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0;
	}

	.kax-logo-item {
		min-height: 140px;
		border-right: 0;
		border-bottom: 1px solid #e5e8f0;
	}

	.kax-logo-item:last-child {
		border-bottom: 0;
	}

	.kax-logo-item img {
		max-height: 100px;
	}

	.kax-meaning__intro h4 {
		font-size: 22px;
	}

	.kax-meaning__intro p,
	.kax-meaning-item p,
	.kax-meaning__summary {
		font-size: 16px;
	}

	.kax-usage {
		grid-template-columns: 1fr;
	}

	.kax-usage-item__preview {
		min-height: 140px;
		padding: 20px;
	}

	.kax-color-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 25px 15px;
	}

	.kax-color-description p {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.kax-color-description strong {
		min-width: auto;
	}

	.kax-rule-list p {
		font-size: 16px;
	}
}




/*260730 교수안내*/
.professor_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.professor_wrap * {
    box-sizing: border-box;
}

.professor_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 2px solid #333;
}

.professor_item {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 30px 24px;
    border-bottom: 1px solid #ddd;
}

.professor_photo {
    flex: 0 0 130px;
    width: 140px;
    height: 170px;
    margin-right: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.professor_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.professor_info {
    flex: 1;
    min-width: 0;
}

.professor_name {
    position: relative;
    margin: 0 0 16px;
    padding-left: 15px;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.professor_name::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1676bc;
    content: "";
    transform: translateY(-50%);
}

.professor_detail {
    margin: 0;
}

.professor_detail > div {
    display: flex;
    align-items: flex-start;
    margin-top: 9px;
    font-size: 17px;
    line-height: 1.65;
}

.professor_detail > div:first-child {
    margin-top: 0;
}

.professor_detail dt {
    flex: 0 0 70px;
    color: #222;
    font-weight: 600;
}

.professor_detail dd {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #555;
    word-break: keep-all;
    overflow-wrap: break-word;
	font-weight:400;
}

.professor_detail dd span {
    color: #777;
}

.professor_detail a {
    color: #555;
    text-decoration: none;
}

.professor_detail a:hover {
    color: #1676bc;
    text-decoration: underline;
}

/* 태블릿 */
@media screen and (max-width: 1100px) {
    .professor_item {
        padding: 25px 18px;
    }

    .professor_photo {
        flex-basis: 110px;
        width: 110px;
        height: 145px;
        margin-right: 18px;
    }

    .professor_name {
        font-size: 18px;
    }

    .professor_detail > div {
        display: block;
        font-size: 14px;
    }

    .professor_detail dt {
        margin-bottom: 2px;
        color: #1676bc;
    }
}

/* 모바일 */
@media screen and (max-width: 767px) {
    .professor_list {
        display: block;
    }

    .professor_item {
        padding: 24px 0;
        border-right: 0 !important;
    }

    .professor_photo {
        flex: 0 0 100px;
        width: 100px;
        height: 130px;
        margin-right: 16px;
    }

    .professor_name {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .professor_detail > div {
        margin-top: 7px;
        font-size: 14px;
        line-height: 1.55;
    }
}

/* 작은 모바일 */
@media screen and (max-width: 480px) {
    .professor_item {
        display: block;
    }

    .professor_photo {
        width: 120px;
        height: 150px;
        margin: 0 0 18px;
    }

    .professor_detail > div {
        display: flex;
    }

    .professor_detail dt {
        flex: 0 0 65px;
        margin-bottom: 0;
    }
}


/*교육과정*/
.course-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 24px;
    border-top: 2px solid #1d4f91;
    -webkit-overflow-scrolling: touch;
}

.course-table {
    width: 100%;
    min-width: 1200px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.course-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.course-table .col-code {
    width: 90px;
}

.course-table .col-name-ko {
    width: 170px;
}

.course-table .col-name-en {
    width: 230px;
}

.course-table .col-description {
    width: auto;
}

.course-table .col-credit {
    width: 100px;
}

.course-table .col-type {
    width: 85px;
}

.course-table th,
.course-table td {
    padding: 16px 14px;
    border-right: 1px solid #e1e5ea;
    border-bottom: 1px solid #d8dde4;
    vertical-align: middle;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.course-table th:last-child,
.course-table td:last-child {
    border-right: 0;
}

.course-table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #f1f6fc;
    color: #183f70;
    font-weight: 700;
    text-align: center;
}

.course-table tbody td {
    background: #fff;
    text-align: center;
}

.course-table tbody tr:nth-child(even) td {
    background: #fafbfd;
}

.course-table tbody tr:hover td {
    background: #f5f9ff;
}

.course-table .course-name {
    color: #222;
    font-weight: 700;
}

.course-table .course-name-en {
    color: #536174;
    font-size: 14px;
    line-height: 1.5;
}

.course-table .description {
    text-align: left;
    word-break: keep-all;
}

.course-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 28px;
    padding: 2px 9px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.course-type.required {
    background: #1d4f91;
    color: #fff;
}

.course-type.elective {
    border: 1px solid #b8cbe3;
    background: #eef5fd;
    color: #1d4f91;
}

@media screen and (max-width: 768px) {
    .course-table-wrap {
        margin-top: 18px;
        overflow: visible;
        border-top: 0;
    }

    .course-table {
        display: block;
        width: 100%;
        min-width: 0;
        font-size: 14px;
    }

    /* 표 제목 숨김 */
    .course-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .course-table tbody {
        display: block;
        width: 100%;
    }

    /* 과목 하나당 카드 */
    .course-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 18px;
        overflow: hidden;
        border: 1px solid #d8dde4;
        background: #fff;
        box-shadow: 0 4px 14px rgba(30, 60, 100, 0.08);
    }

    .course-table tbody tr:last-child {
        margin-bottom: 0;
    }

    /* 기존 줄무늬·마우스오버 배경 제거 */
    .course-table tbody tr:nth-child(even) td,
    .course-table tbody tr:hover td {
        background: #fff;
    }

    .course-table tbody td {
        position: relative;
        display: flex;
        align-items: flex-start;
        width: 100%;
        min-height: 48px;
        padding: 13px 14px 13px 104px;
        border-right: 0;
        border-bottom: 1px solid #e8ebef;
        background: #fff;
        text-align: left;
        line-height: 1.6;
        box-sizing: border-box;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .course-table tbody td:last-child {
        border-bottom: 0;
    }

    /* 왼쪽 항목명 */
    .course-table tbody td::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        width: 88px;
        padding: 10px 8px;
        background: #f1f6fc;
        color: #183f70;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .course-table tbody td:nth-child(1)::before {
        content: "교과코드";
    }

    .course-table tbody td:nth-child(2)::before {
        content: "과목명";
    }

    .course-table tbody td:nth-child(3)::before {
        content: "영문명";
    }

    .course-table tbody td:nth-child(4)::before {
        content: "내용";
    }

    .course-table tbody td:nth-child(5)::before {
        content: "학점/시간";
    }

    .course-table tbody td:nth-child(6)::before {
        content: "이수구분";
    }

    /* 과목명 */
    .course-table .course-name {
        color: #222;
        font-size: 15px;
        font-weight: 700;
    }

    /* 영문명 */
    .course-table .course-name-en {
        color: #536174;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
    }

    /* 과목 설명 */
    .course-table .description {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 104px;
        text-align: left;
    }

    .course-table .description::before {
        align-items: flex-start;
        padding-top: 14px;
    }

    /* 이수구분 뱃지 */
    .course-type {
        min-width: 64px;
        min-height: 27px;
        padding: 3px 10px;
        font-size: 12px;
    }
}