
/* 상단이미지 */
.subtop_01{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_01.jpg) center no-repeat;; background-size:cover; }
.subtop_02{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_02.jpg) center no-repeat;; background-size:cover; }
.subtop_03{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_03.jpg) center no-repeat;; background-size:cover; }
.subtop_04{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_04.jpg) center no-repeat;; background-size:cover; }
.subtop_05{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_05.jpg) center no-repeat;; background-size:cover; }
.subtop_06{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_06.jpg) center no-repeat;; background-size:cover; }
.subtop_07{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_07.jpg) center no-repeat;; background-size:cover; }
.subtop_08{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_08.jpg) center no-repeat;; background-size:cover; }
.subtop_09{ position:relative; width:100%; height:200px; overflow:hidden; background:url(../images/subtop_09.jpg) center no-repeat;; background-size:cover; }
.subtop_10{ position:relative; width:100%; height:200px; overflow:hidden; background:url(/images/subtop_10.jpg) center no-repeat;; background-size:cover; }

.subtoptext {position:absolute; top:45%; left:50%; width:80%; margin-left:-40%; color:#fff; text-align:center; z-index:7;}
.subtoptext strong { font-family: 'PuradakGentleGothicR'; font-size:1.4em; font-weight:100; line-height:1.5em; letter-spacing:0;}
.subtoptext .txt { margin-top:; font-size:0.9em; font-weight:500; line-height:1.4em; letter-spacing:0;}
.subtoptext .txt span { color:#ed2024;}

/* 서브메뉴 */
.snb_container{ position:sticky; top:0; background:#fff; border-top:0px solid #e0e0e0; border-bottom:1px solid #e0e0e0; height:45px; z-index:8;}
.snb{ width:; margin:0 auto; z-index:8;}
.snb .home{display:none; float:left; width:45px; height:45px;}
.snb .wrapper{position:relative; float:left; width:50%; height:100%;}
.snb .wrapper .tit{ position: relative; display:block; height:45px; line-height:45px; vertical-align:middle; padding-left:15px; font-size:15px; font-weight:500; color:#2d2d2d;}
.snb .wrapper .tit:hover { color:#ed2024;}
.snb .wrapper .tit::before{content: "";position: absolute;left:0; top:50%; transform: translateY(-50%); height:16px; border-left:0px solid #e8e8e8;}
.snb .wrapper .tit::after{content: "";position: absolute;right:10px; top:20px;
	width:0; height:0;border-style:solid; border-width:7px;border-color:transparent transparent transparent #4d4d4d;
	transform: rotate(90deg);-webkit-transform: rotate(90deg);
}
.snb .wrapper .tit.on::after{top:13px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}

.snb .wrapper .snb_menu{position:absolute; left:0; top:44px; width:100%; z-index:8;}
.snb .wrapper .snb_menu li{display:none;margin-top:10px;}
.snb .wrapper .snb_menu li:first-child{margin-top:0;}

.snb .wrapper .snb_menu.open {/*overflow-y:auto;max-height:188px;*/ background:#fff; border:1px solid #e0e0e0; border-top:0; width:; padding:15px 0;}
.snb .wrapper .snb_menu.open a {  font-size:; font-weight:400; color:#2d2d2d; line-height:1.7em;}
.snb .wrapper .snb_menu.open a:hover { color:#ed2024; }
.snb .wrapper .snb_menu.open li{display:block; padding-left:15px; }
.snb .wrapper .snb_menu.open li a{display:block;width:100%; font-size:15px; font-weight:500; }
.snb .depth3_wrap .snb_menu.open{border:none;}
.snb .depth2_wrap,.snb .depth3_wrap{display: none;}
.snb .depth2_wrap.active,
.snb .depth3_wrap.active{display: block;}
.snb .depth2_wrap a { color:#fff;text-decoration:none;}

.snb .wrapper.last{background:#ed2024;}
.snb .wrapper.last .snb_menu{ background:#ed2024; top:44px; width:; border:0px solid #ed2024; border-top:none; } /* 2차 메뉴*/
.snb .wrapper.last .snb_menu a{ font-weight:400; color:#fff; line-height:1.7em;} 
.snb .wrapper.last .snb_menu a:hover{ color:#deecff;}
.snb .wrapper.last > .tit{ font-weight:500; color:#fff}
.snb .wrapper.last > .tit::before{display:none;}
.snb .wrapper.last .tit::after{border-color:transparent transparent transparent #fff;}
.snb::after{content:"";clear: both;display: block;}

/* fixed */
.snb[data-fixed="fixed"]{position: fixed;/*left:0;*/top:82px;width:100%;}


.fixBottom {position:fixed; bottom:0px; padding:20px; background:#FFF; z-index:100000;box-shadow: 0px -2px 2px #a3a3a3;}

section { margin:50px auto 0; width:100%;  }

section > .content { width:100%; margin:0 auto; background:#fff; }

.content .wrapper > h1 { display:block; margin:0 auto; width:100%; font-family: 'PuradakGentleGothicR'; font-size:1.3em; font-weight:100; color:#222; line-height:1.5em; letter-spacing:1.0px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.content .wrapper > h1 strong { font-weight:100; color:#ed2024; }
.content .wrapper > h2 {display:block; margin:0 auto; width:90%; font-size:1.8em; font-weight:500; color:#235eb0; line-height:1.4em; letter-spacing:-1.0px; margin-bottom:;}
.content .wrapper > h2 strong { color:#1a3f8e; }
.content .wrapper > h3, .content .wrapper2 > h3 {display:block; margin:0 auto; width:90%; font-size:1.05em; font-weight:400; color:#222; line-height:1.5em; letter-spacing:0;}
.content .wrapper > h3 strong, .content .wrapper2 > h3 strong { color:#154ead; }
.content .wrapper > h4 { font-size:1.3em; font-weight:400; color:#333; line-height:1.5em; }
.content .wrapper > h4 strong { font-weight:400; color:#4c7ec1;}

.content .wrapper{ margin:45px auto; padding:0; width:85%; overflow:hidden;}
.content .wrapper2{ margin:0 auto; padding:0; width:85%; overflow:hidden;}

.content .border{border:1px #d2d2d2 solid; padding:5%; margin-top:20px; width:89.5%; text-align:center; } 
.content .border2{ background:#f2f2f2; padding:5%; margin-top:20px; width:89.5%; text-align:center; } 

.content .titlebar { display:block; margin:0 0 -10px; font-size:1.4em; font-weight:500; color:#444; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
.content .titlebar:after { display:block; content:''; border-bottom:1px solid #ed2024; margin:15px auto 0; width:8%; }

.content .txtCenter{ text-align:center;}
.content .subtitle { margin-top:7%; font-size:1.5em; font-weight:600; letter-spacing:-0.5px; text-align:center;}
.content .subtitle_line { width:20px; margin:0 auto;  margin-top:-7px; border-bottom:1px #ff8e01 solid; text-align:center;}
.picimg{ margin:30px 0; text-align:center;}

/* 소타이틀 */
.stit { background:url() no-repeat 0 5px; padding-top:; font-family: 'establishRetrosansOTF'; font-size:1.1em; font-weight:500; color:#2e2e2e; line-height:1.2em; letter-spacing:-0.5px; margin-bottom:5px;}
.stit:before {content :""; display:block; background:#ed2024; margin-bottom:5px; width:18px; height:2px; }

/* 줄바꿈 간격 */
.br { display:block; height:10px;}
.br2 { display:block; height:15px;}
.br3 { display:block; height:25px;}
.br4 { display:block; height:35px;}
.br5 { display:block; height:45px;}
.br6 { display:block; height:55px;}

/* 폰트 강조 */
.ft_blue { color:#0067c6;}
.ft_red { color:#ed2024;}
.ft_white { color:#fff;}


/* 공통영역 */

.common_center { display:block; margin:0 auto; width:100%; text-align:center; }

.pc_view { display:none;}
.mob_view { display:block;}

ol.listNum {margin-left:20px;}
ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin:5px 0; line-height:22px; }

ol.listNum2 { margin-left:-15px;}
ol.listNum2 li { list-style: decimal}


.common_list1 { margin:15px 0 0;}
.common_list1 li { list-style-image:url(../images/dot.png); list-style-type:disc; list-style-position:outside; margin:5px 0 5px 10px; padding-left:3px; line-height:1.5em; text-align:left;} /* list-style-type:disc; */
.common_list1 span { display:inline-block; width:80%; font-size:1.0em; color:#;  vertical-align:top; }
.common_list1 li.indent {list-style-image:none; list-style-type:none; margin-left:0; font-size:1.1em; font-weight:600; color:#222; }


.common_box { background:#f8f8fa; border:1px solid #dedede; border-radius:; padding:10% 5%; width:89.5%; text-align:center; overflow:hidden;}
.common_box img { border-radius:none; }

.common_box2 { background:#fff; border:1px solid #e0e0e0; padding:10% 5%; width:89.5%; text-align:center; overflow:hidden; }
.common_box2 p { text-align:left;}
.common_box2 strong { color:#fff; }
.common_box2 h3 { font-size:1.3em; font-weight:500; color:#fff; line-height:1.5em; }
.common_box2 span { display:block; margin:0 auto 15px; font-size:1.1em; font-weight:600; color:#1b529e; line-height:1.4em; letter-spacing:-0.5px;}


.common_box4 { overflow:hidden;}
.common_box4 li { float:left; margin:1%; margin-bottom:20px; width:48%; text-align:center;}
.common_box4 li img { width:95%; border:1px solid #d8d8d8;}
.common_box4 li p { display:block; margin-top:7px; height:30px;}

.common_pt1 { overflow:hidden;}
.common_pt1 .pic { text-align:center;}
.common_pt1 .text { margin-top:20px;}

.common_pic2 { overflow:hidden;}
.common_pic2 li { float:; width:; margin:30px 0; text-align:center;}
.common_pic2 li img { height:;}

.common_pic { text-align:center; }
.common_pic img { width:100%; }

.common_box { border:1px solid #dedede; padding:5%; width:89.5%; text-align:center;}
.common_box p { text-align:left;}
.common_box strong { color:#f12542; }
.common_box img { width:100%; }
.common_box .left { float:left; width:49%; }
.common_box .right { float:right; width:49%; }

.common_btn { display:block; margin:50px auto 0; text-align:center; }
.common_btn a { display:inline-block; background:#333; border-radius:8px; margin:0 10px; padding:15px 20px; width:; font-size:1.0em; color:#fff; text-align:center; transition:0.3s;}
.common_btn a:hover { background:#1ebdff; transition:0.3s; } 







/* 테이블표 보이는 영역 조절 */
.table_ov { width:100%; overflow-x:auto; }
.table_ov .tb1 { width:720px; color: #; font-size:0.9em; font-weight:400; border-top:1px #434343 solid; margin-top:; padding:0; border-spacing:0; border-collapse:collapse; } /* word-wrap:break-word; */
.table_ov .tb1 caption {color: #393939; font-size: 0.9em; margin-bottom:5px; line-height:27px; font-weight:600; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:22px; text-align:left; }
.table_ov .tb1 th{background:#e7f2ff; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:8px 5px; font-size:; font-weight:500; color:#222; line-height:1.4em; text-align:center; }
.table_ov .tb1 td{border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:8px 5px; line-height:1.4em; text-align:; }
.table_ov .tb1 th:last-child, .table_ov .tb1 td:last-child { border-right:0px #d8d8d8 solid; border-left:1px #d8d8d8 solid;}
.table_ov .tb1 th.bd, .table_ov .tb1 td.bd { border-left:0px #d8d8d8 solid; border-right:0px #d8d8d8 solid;}
.table_ov .tb1 td.center{ text-align:center; }
.table_ov .tb1 th.one, .tb1 td.one {border-left:0 #d8d8d8 solid; }
.table_ov .tb1 td.bg1{ background:#f9f9f9; font-weight:500; color:#333;}
.table_ov .tb1 td.bg2{ background:#ff8417; color:#fff; }
.table_ov .tb1 td a { text-decoration:underline;}
.table_ov .tb1 th.bg1{ background:#ed2024; color:#fff; text-align:center;}
.table_ov .tb1 th.bg2{ background:#40abbe; color:#fff; text-align:center;}
.table_ov .tb1 th.bg3{ background:#5fc797; color:#fff; text-align:center;}
.table_ov .tb1 th.bg4{ background:#ff8417; color:#fff; text-align:center; }
.table_ov .tb1 th .bold, .table_ov .tb1 td .bold { font-size:1.0em; font-weight:400; color:#082f91;}
.table_ov .tb1 td a { color:#4d4d4d; text-decoration:;}
.table_ov .tb1 td.tit { font-size:1.1em; font-weight:500; color:#1f3990; text-align:center;}
.table_ov .tb1 td.link { background:#efefef; text-align:center;}
.table_ov .tb1 th img { display:block; width:100%; margin:0 auto;}
.table_ov .tb1 td img { display:block; width:100%; margin:10px auto;}
.table_ov .tb1 thead {background:#f3fafa; color:#006666; font-size:15px; font-weight:;}
.table_ov .tb1 .table_ov .tb1_list li{ list-style-image:url(../images/tb1_bullet.png); list-style-type:; list-style-position:outside; margin-left:6px; font-size: 1.0em; color:#; line-height:1.3em;} /* list-style-type:disc; */
.table_ov .tb1 .table_ov .tb1_list2 li{ list-style-image:url(../images/dot2.png); list-style-type:; list-style-position:outside; margin-left:5px;} /* list-style-type:disc; */
.table_ov .tb1 ol.listNum {margin-left:;}
.table_ov .tb1 ol.listNum > li { list-style: decimal !important;  font-size: 1.0em; line-height:20px; }


/* 테이블 */
.tb1 { width:100%; color: #; font-size:0.9em; font-weight:400; border-top:1px #434343 solid; margin-top:; padding:0; border-spacing:0; border-collapse:collapse; } /* word-wrap:break-word; */
.tb1 caption {color: #393939; font-size: 0.9em; margin-bottom:5px; line-height:27px; font-weight:600; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:22px; text-align:left; }
.tb1 th{background:#e7f2ff; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:8px 5px; font-size:; font-weight:500; color:#222; line-height:1.4em; text-align:center; }
.tb1 td{ background:#fff; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:8px 5px; line-height:1.4em; text-align:; }
.tb1 th:last-child, .tb1 td:last-child { border-right:0px #d8d8d8 solid; border-left:1px #d8d8d8 solid;}
.tb1 th.bd, .tb1 td.bd { border-left:0px #d8d8d8 solid; border-right:0px #d8d8d8 solid;}
.tb1 td.center{ text-align:center; }
.tb1 th.one, .tb1 td.one {border-left:0 #d8d8d8 solid; }
.tb1 td.bg1{ background:#f9f9f9; font-weight:500; color:#333;}
.tb1 td.bg2{ background:#ff8417; color:#fff; }
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#ed2024; color:#fff; text-align:center;}
.tb1 th.bg2{ background:#40abbe; color:#fff; text-align:center;}
.tb1 th.bg3{ background:#5fc797; color:#fff; text-align:center;}
.tb1 th.bg4{ background:#ff8417; color:#fff; text-align:center; }
.tb1 th .bold, .tb1 td .bold { font-size:1.0em; font-weight:400; color:#082f91;}
.tb1 td a { color:#4d4d4d; text-decoration:;}
.tb1 td.tit { font-size:1.1em; font-weight:500; color:#1f3990; text-align:center;}
.tb1 td.link { background:#efefef; text-align:center;}
.tb1 th img { display:block; width:100%; margin:0 auto;}
.tb1 td img { display:block; width:100%; margin:10px auto;}
.tb1 thead {background:#f3fafa; color:#006666; font-size:15px; font-weight:;}
.tb1 .tb1_list li{ list-style-image:url(../images/tb1_bullet.png); list-style-type:; list-style-position:outside; margin:6px 0; margin-left:6px; font-size: 1.0em; color:#; line-height:1.4em;} /* list-style-type:disc; */
.tb1 .tb1_list2 li{ list-style-image:url(../images/dot2.png); list-style-type:; list-style-position:outside; margin-left:5px;} /* list-style-type:disc; */
.tb1 ol.listNum {margin-left:;}
.tb1 ol.listNum > li { list-style: decimal !important;  font-size: 1.0em; line-height:20px; }


/* 학사일정 */
.tb2 { color: #565656; font-size:1.0em; font-weight:400; width:100%; border-top:1px #434343 solid; padding:0; border-spacing:0; border-collapse:collapse;  margin-top:;}
.tb2 caption { color: #454545; font-size: 17px; line-height:29px; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:20px; padding-bottom:0px; font-weight:bold; text-align:left; margin-bottom:10px; }
.tb2 th{background:#e7f2ff; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:15px; font-size:; font-weight:500; color:#1c4469; line-height:1.6em; text-align:center; }
.tb2 td{border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:4px; font-size:0.85em; line-height:1.3em; text-align:center; }
.tb2 th:last-child, .tb2 td:last-child { border-right:0px #d8d8d8 solid; border-left:1px #d8d8d8 solid;}
.tb2 td.bg1{ background:#f9f9f9; font-weight:500; color:#333;}
.tb2 td.room { background:#d9fffb;}
.tb2 td.break { background:#fff0f0;}
.tb2 td.test { background:#fffdd2;}
.tb2 td.exam { background:#f13a22; color:#fff;}
.tb2 td.etc { background:#e6ffd4;}
.tb2 td.bd { border-left:0 #d8d8d8 solid; border-right:1px #d8d8d8 solid;}


/* 탭메뉴 */
#tabmenu{ position:relative;overflow:hidden;   font-size:15px; color:#000; border-bottom: 1px #d2d2d2  solid;}
#tabmenu ul {display: flex;}
#tabmenu ul li,#tabmenu ul li a{ background:#efefef; }
#tabmenu ul li{line-height:50px; width:; padding:0 5px; margin-right: 5px; border: 1px #d2d2d2  solid; border-bottom: none;  }
#tabmenu ul li a{display:block;width:100%; text-align:center ; cursor:pointer;text-decoration:none !important}
#tabmenu ul li a:hover{color:#000}
#tabmenu ul li.on{ background:#333; border: 1px #333 solid; border-bottom: none;}
#tabmenu ul li.on a{ color:#fff; background:#333; font-weight:bold; }

/* 지도게시판 */
.mapImg {display:none;}
.bbsSearchMap {}
.selectMap1 {height:25px;color:#3b3b3b;margin:0px 0px 10px 0px;  -webkit-appearance:none; border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1; background:url(../images/bg_select.gif) right no-repeat;}
.selectMap2 {width:80px;height:25px;color:#3b3b3b;margin:0px 0px 10px 0px;  -webkit-appearance:none; border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1; background:url(../images/bg_select.gif) right no-repeat;}
.selectMap3 {width:80px;height:25px;color:#3b3b3b;margin:0px 0px 10px 0px;  -webkit-appearance:none; border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1; background:url(../images/bg_select.gif) right no-repeat;}	
.selectMap4 {width:80px;height:25px;color:#3b3b3b;margin:0px 0px 10px 0px;  -webkit-appearance:none; border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;}	