﻿@charset "utf-8";

@import "fonts.css";

/* 초기화 */
html {min-width: 1200px; overflow-y:scroll}
body {margin:0;padding:0;font-size: 15px; letter-spacing:-0.8px; color:#222; line-height:1.5; font-family: 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif; font-weight: 400; background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-family: 'NanumSquare', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ol, ul, dl, dt, dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0; font-family: 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif; font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#222;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {/* WebKit browsers */ color: #a9a9a9;}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */ color: #a9a9a9;}
::-moz-placeholder {/* Mozilla Firefox 19+ */ color: #a9a9a9;}
:-ms-input-placeholder {/* Internet Explorer 10+ */ color: #a9a9a9;}

/* linkStyle */
a{color:#222; text-decoration:none;}
a:link,
a:visited{color:#222; text-decoration:none;}
a:active,
a:focus,
a:hover{color:#222; text-decoration:none;}

/* blind */
.blind, .skip, legend, caption, .hidden{position: absolute; left: -5000px; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden;}
caption{position:static;}


/*========레이아웃========*/

/*공통*/
.sc_inner{width:1200px; margin:0 auto;}
.cfixed:after{display:block; content:""; clear:both;}
.table{display:table;}
.table_cell{display:table-cell; vertical-align:middle;}

/* 상단 레이아웃 */
#header_wrap {width: 100%; z-index: 99; position:absolute; border-bottom:1px solid rgba(255,255,255,0.7);}

/* 상단메뉴 */
#tnb {}
#tnb .sc_inner {overflow: hidden; margin: 0 auto; padding:0;}
#tnb li {float: left; font-size: 14px; text-align: center;}
#tnb li.mb{line-height:23px;}
#tnb li.join{margin: 0 0 0 32px;}
#tnb li a{color:#fff;}
#tnb ul.member {float: right; padding:15px 0 0 0;}

/* 헤더 */
#header {height: 80px; width:1200px; margin: 0 auto;}
#header::after {display:block;visibility:hidden;clear:both;content:""}
#header .logo {float: left; margin:10px 0 0 50px;}

/*메인메뉴*/
#menu {height:50px; /*width:650px;*/ float:right; z-index:9999; margin:10px 0 0 0; font-family: 'NanumSquare';}
.main1>li {float:left; /*width:20%;*/ line-height:50px; text-align:center; position:relative; z-index:9999; }
.main1>li + li {margin-left: 70px;}
.main1>li:hover .main2 {left:-20px;}
.main1>li a {display:block; font-size:20px; font-weight:700; text-align:center; color:#fff;}
.main1>li .main2 a:hover {color:#00a4e6;}

.main2 {position:absolute; top:50px; left:-9999px; background:rgba(255,255,255,0.8); min-width: 180px; width: auto; padding:10px 0 10px 0;}
.main2>li {position:relative; border-bottom:1px dotted #fff; text-align:left; padding:0 15px;}
.main2>li:last-child {border-bottom:0;}
.main2>li a{margin:0 10px; font-size:15px; text-align:left; font-weight:500; color:#222; font-family: 'Noto Sans KR'; white-space: nowrap;}


/* 비쥬얼이미지 */
#main_visual {position: relative; height:700px;/* height:870px; */ overflow:hidden;}
#main_visual .bx-wrapper, #main_visual .bx-viewport, #main_visual .bxslider, #main_visual .slider {height: 100%!important; border:0;}
#main_visual .bx-wrapper img {display: inline;}
#main_visual .bx-wrapper .bx-controls-direction a {margin-top: -27px; width: 24px; height: 45px; position:absolute; top:50%; z-index:999; font-size:0px;}
#main_visual .bx-wrapper .bx-prev {left: 3%; background: url("../img/arrow_left.png") no-repeat left top; width:24px;}
#main_visual .bx-wrapper .bx-next {right: 3%; background: url("../img/arrow_right.png") no-repeat left top; width:24px;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager{position:absolute; bottom:150px; width:100%; left:50%; margin-left:-600px; height:10px; z-index:999;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager div{display:inline-block;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a {display:block; width: 13px; height: 13px; border-radius:50%; box-sizing:border-box; text-indent:-999999px; background:#fff; margin-right:8px;}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:focus, 
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active{background: #2fc966; width:35px; border-radius:30px;}
#main_visual .slider01 {background: url("../img/visual02.jpg") no-repeat center center; background-size: cover;}
#main_visual .slider02 {background: url("../img/visual01.jpg") no-repeat center center; background-size: cover;}

#main_visual {position:relative;}
#main_visual .main_btn {position: absolute; left: 0; bottom: 110px; width: 100%; display: inline-block !important; z-index: 999998 !important;}
#main_visual .main_btn .inner {width:1200px; margin:0 auto;}
#main_visual .main_btn ul li {width: 260px; float: left; height: 55px; margin-right: 10px; border-radius:8px;}
#main_visual .main_btn ul li a {display: block; width: 100%; height: 100%; font-size: 16.5px; line-height: 55px; font-weight:400; font-family: 'Noto Sans KR', sans-serif;}
#main_visual .main_btn li a.ma_btn01 {background: #fff url("/html/img/w_sns_icon01.png") no-repeat left 20px center; z-index:999999; background-size:22.5px; padding-left: 55px; border-radius: 8px;}
#main_visual .main_btn li a.ma_btn01:hover {background:#00a4e6 url("/html/img/h_sns_icon01.png") no-repeat left 20px center; background-size:22.5px; }
#main_visual .main_btn li a.ma_btn02 {background: #fff url("/html/img/w_sns_icon02.png") no-repeat left 20px center; z-index:999999; background-size:22.5px; padding-left: 55px; border-radius: 8px;}
#main_visual .main_btn li a.ma_btn02:hover {background:#00a4e6 url("/html/img/h_sns_icon02.png") no-repeat left 20px center; background-size:22.5px; }
#main_visual .main_btn ul li a:hover {transition: all 0.5s; color: #fff; background:#00a4e6; }

.slider01 .visual_box{padding-top:180px; color:#fff; text-align:left; width:1200px; margin:0 auto;}
.slider01 .visual_box span{font-size:30px; opacity:0.7; letter-spacing:3px; text-transform:uppercase; display:block; margin-bottom:15px;}
.slider01 .visual_box h2{font-size:65px; font-weight:900; margin-bottom:40px;}
.slider01 .visual_box p{font-size:35px; line-height:1.4; opacity:1;}
.slider01 .visual_box .visual_txt { background: #cdff3396; display: inline-flex; align-items: flex-end; height: 15px; font-weight:600;}
.slider01 .visual_box .visual_dot { font-size: 30px; opacity: 1; letter-spacing: 12px; color: #cdff33; display: block; margin-bottom: 15px; margin-left: 5px; line-height: 1;}

/*배너 링크*/
#bnr_link{background:url(../img/bnr_link_bg.jpg) center center; background-size:cover; padding:100px 0;}
#bnr_link .bnr_left{float:left; width:400px;}
#bnr_link .bnr_left a{display:block; box-shadow:5px 5px 15px 0 rgba(0,0,0,0.1);}
#bnr_link .bnr_left .txt{height:92px; background:#fff; padding:20px 0 0 30px; position:relative;}
#bnr_link .bnr_left .txt p{font-size:15px; margin-bottom:3px;}
#bnr_link .bnr_left .txt h2{font-size:22px; font-weight:900;}
#bnr_link .bnr_left .bnr_more{position:absolute; right:33px; bottom:27px;}
#bnr_link .bnr_right{float:right;}
#bnr_link .bnr_right li{float:left;}
#bnr_link .bnr_right li a{display:block; width:155px; height:320px; border:1px solid #dadada; border-right:none; text-align:center; position:relative;}
#bnr_link .bnr_right li.bnr_list1 a{background:#fff url(../img/bnr_list1_ico.png) no-repeat center 50px;}
#bnr_link .bnr_right li.bnr_list2 a{background:#fff url(../img/bnr_list2_ico.png) no-repeat center 50px;}
#bnr_link .bnr_right li.bnr_list3 a{background:#fff url(../img/bnr_list3_ico.png) no-repeat center 54px;}
#bnr_link .bnr_right li.bnr_list4 a{background:#fff url(../img/bnr_list4_ico.png) no-repeat center 51px;}
#bnr_link .bnr_right li.bnr_list5 a{border-right:1px solid #dadada; background:#fff url(../img/bnr_list5_ico.png) no-repeat center 50px;}
#bnr_link .bnr_right li h2{font-size:20px; padding-top:188px; position:relative;}
#bnr_link .bnr_right li h2::before{content:""; display:block; position:absolute; width:30px; height:3px; background:#00a4e6; left:50%; margin-left:-15px; top:153px;}
#bnr_link .bnr_right li.bnr_list5 h2{padding-top:175px;}
#bnr_link .bnr_right li .bnr_more{position:absolute; bottom:40px; left:50%; margin-left:-47px; font-size:16px; color:#555555; width:95px; height:30px; line-height:27px; display:inline-block; text-align:center; border-radius:30px; border:1px solid #dadada;}
#bnr_link .bnr_right li:hover .bnr_more{background:#00a4e6; color:#fff; border:none;}

/*갤러리*/
#gallery{background:url(../img/gallery_bg.jpg) center center; background-size:cover; padding:100px 0; position:relative;}
#gallery h2{font-size:35px; font-weight:900; text-align:center; margin-bottom:50px;}
#gallery h2 a{color:#fff;}
#gallery .txt{color:#fff; padding-top:20px;}
#gallery .txt span{font-size:17px; opacity:0.8; font-weight:100;}
#gallery .txt h3{font-size:18px; font-weight:900; padding:5px 0 18px 0;}
#gallery .txt .date{font-size:15px; font-weight:100; letter-spacing:0;}
#gallery .swiper-button-next, 
#gallery .swiper-button-prev{z-index:99; width:47px; height:47px;}
#gallery .swiper-button-next{background:url(../img/btn_right.png); right:50%; margin-top:30px; margin-right:-670px;}
#gallery .swiper-button-prev{background:url(../img/btn_left.png); left:50%; margin-top:30px; margin-left:-680px;}
#gallery .swiper-button-next::after,
#gallery .swiper-button-prev::after{content:"";}

/*게시판*/
#board{padding:100px 0 140px 0;}
#board .notice{float:left; width:100%;/* 570px; */}
#board .qna{float:right; width:570px;}
#board h2{padding-bottom:20px;}
#board h2 a{font-size:28px; font-weight:700; color:#00478b;}
#board .details{border-top:2px solid #949494; border-bottom:2px solid #949494; padding:5px 0;}
#board .details li{padding:25px 0; border-bottom:1px solid #e0e0e0; line-height:28px; position:relative;}
#board .details li::before{content:""; display:block; position:absolute; width:15px; height:30px; top:50%; margin-top:-15px; right:15px; background:url(../img/bd_more.png);}
#board .details li:last-child{border-bottom:none;}
#board .details li a::after{content:""; display:block; clear:both;}
#board .details li a .date{float:left; font-size:14px; color:#858585; font-weight:300; letter-spacing:0; padding:0 45px 0 22px;}
#board .details li a p{float:left; font-size:20px; font-family: 'NanumSquare';}
#board .details li a .box{height:25px; padding:0 10px; font-family: 'Noto Sans KR'; display:inline-block; line-height:20px; color:#777777; font-size:16px; border:1px solid #d1d1d1; margin-right:15px;}

/*footer*/
#footer_wrap {padding:45px 0; background:#d8d8d8;}
#footer_wrap .f_logo,
#footer_wrap .addr_wrap{float:left;}
#footer_wrap .f_logo{width:500px;}
#footer_wrap .addr_wrap{width:540px;}
#footer_wrap .addr_wrap ul{margin-bottom:20px;}
#footer_wrap .addr_wrap li {float:left; margin-right:10px; padding-right:11px; position:relative;}
#footer_wrap .addr_wrap li::after{content:""; display:block; position:absolute; width:1px; height:13px; background:#a1a1a1; top:5px; right:0;}
#footer_wrap .addr_wrap li:last-child::after{display:none;}
#footer_wrap .addr_wrap li a{font-size:13px; color:#555;}
#footer_wrap .addr_wrap address{font-style:normal; font-size:15px; font-weight:300; line-height:24px;}
#footer_wrap .addr_wrap address span{display:block; opacity:0.8;}
#footer_wrap .addr_wrap address span.copy{margin-top:12px; opacity:1;}
#footer_wrap .sns_link{float:right; display: flex; gap: 10px;}


/*========서브========*/
/*서브 상단이미지*/
#sub_top {width: 100%; height: 500px; background: url("../img/sub_visual02.jpg") no-repeat center top; background-size: cover;}
#sub_top .sc_inner {width:1200px; margin:0 auto; text-align:center; padding:0;}
#sub_top .sc_inner h2 {color:#fff; font-size:50px; padding:240px 0 10px 0;}
#sub_top .sc_inner p {font-size:20px; color:#fff; font-weight:200;}

/*서브 컨테이너*/
#container.sub_container {width:1200px; margin:0 auto; min-height:500px;}
#container.sub_container::after{content:""; display:block; clear:both;}

/*서브네비*/
#left_side {float: left; width: 270px; height: 100%; margin-right: 80px; position:relative;}
#left_side .snb_title {width: 100%; height: 169px; padding-top: 50px; font-size: 35px; color: #fff; text-align: center; background: url("../img/snb_title_bg.jpg") no-repeat left top; font-weight:600;}
#left_side .snb_mtit {position: absolute; top: 100px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.5; left: 50%; width: 190px; text-align: center; margin-left: -85px; font-size:16px; font-weight:300; color:#fff;}

.snb_1dul {border-bottom: 1px solid #ebebeb;}
.snb_1dli {}
.snb_1da {position: relative; display: block; padding: 18px 20px 16px; font-size: 16px; background: #fff; border: 1px solid #ebebeb; border-bottom: 0;}
.snb_2dul {display: none; padding: 17px 20px; background: #f7f7f7; border: 1px solid #ebebeb; border-bottom: 0;}
.snb_2dli {line-height: 32px;}
.snb_2da {position: relative; display: block; padding-left: 10px;}
.snb_2da:after {content: ""; width: 2px; height: 2px; background: #3d3d3d; position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}

/* 좌측메뉴 활성화 효과 */
.snb_1dli.on .snb_1da, .snb_1dli:hover .snb_1da {background: #e5f6fc; color:#00a4e6;}
.snb_1dli.on .snb_1da {font-weight: 500;}
.snb_1dli.on .snb_2dul {display: block;}
.snb_2dli.on .snb_2da {font-weight: 500;}

/*서브타이틀*/
#sub_title {position: relative; margin-bottom: 60px; border-bottom: 1px solid #ebebeb; }
#sub_title .path {overflow: hidden; position: absolute; bottom: 35px; right: 0; text-align: right; text-transform: uppercase;}
#sub_title .path li {float: left; margin-left: 28px; position: relative; line-height: 1em; font-size: 15px; font-weight:400; color: #666666;}
#sub_title .path li a {display: block; color: #666666; }
#sub_title .path li.home {margin-top:-2px;}
#sub_title .path li::before {position: absolute; top: 3px; left: -16px; content: ""; width: 7px; height: 11px; background: url("../img/icon-next.png") no-repeat left top;}
#sub_title .path li:first-child::before {display: none;}
#sub_title h2 {padding-bottom: 20px; font-size: 36px; text-transform: uppercase; font-weight:900;}

/*서브컨텐츠*/
#contents {float: left; width: 850px; margin: 68px 0 150px;}


/*서브공통*/
#contents h1:nth-of-type(1) {display:none;}
#contents .read_header h1 {display:block;}
#contents .section {margin-bottom:60px;}
#contents .section ul {overflow:hidden;}

.sms_tit {position:relative; font-size:26px; font-weight:600; margin-bottom:20px;}
.sms_tit:before {content:'\25C8'; font-size:18px; margin-right:7px; font-weight:900; vertical-align: middle; display:inline-block; margin-bottom: 2px; color:#00a4e6;}

h4 {position:relative; margin-bottom: 10px; font-size: 21px; font-weight: 600; padding-left: 15px;}
h4:before {content:''; display:block; position:absolute; left:0; top:12px; width:6px; height:6px; background:#00a4e6; }

.blue {color:#00478b; font-weight:500;}
.red { color: #D70052; }
.orange { color: #FF5200; }
.bold {font-weight:500;}

.title_box01 {font-size:20px; padding:20px 0; background: #008BED; text-align:center; color:#fff; border:1px solid #ddd; margin-bottom:20px;}
.title_box02 { font-size:16px; padding:30px 50px; text-align:center; border:1px solid #ddd;}

.icon_box {font-size:16px; padding:30px 30px 30px 200px; border-top:2px solid #00a4e6; border-bottom:1px solid #ddd; margin-bottom:40px;}
.icon_box li {position:relative; padding-left:10px; line-height:1.7;}
.icon_box li:before {content:''; display:block; width:4px; height:4px; background:#222; position:absolute; left:0; top:12px;}

#contents .text_box01 { font-size:16px; padding:30px 20px; border:1px solid #ddd; background:#fafafa; margin-bottom:20px;}
#contents .text_box02 { font-size:16px; padding:20px; border:1px solid #ddd;  margin-bottom:20px;}


.section .dot_list li {position:relative; font-size:16px; padding-left:10px;  margin-bottom:5px;}
.section .dot_list li:before {content:''; display:block; width:4px; height:4px; background:#222; position:absolute; left:0; top:11px;}

.dot {position:relative; font-size:18px; padding-left:10px;  margin-bottom:5px;}
.dot:before {content:''; display:block; width:4px; height:4px; background:#222; position:absolute; left:0; top:11px;}

.arrow_txt {position:relative; font-size:16px;  padding-left:15px;}
.arrow_txt:before {content:'\276F'; font-size:14px; font-weight:900; display:inline-block; position:absolute; left:0; top:2px;}

.ss_wrap { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee; }
.ss_depth01 {position:relative;font-size: 19px; padding-left:10px; color: #222; margin-bottom:10px; font-weight:500;}
.ss_depth01:before {content:''; display:block; width:4px; height:4px; background:#222; position:absolute; left:0; top:12px;}
.ss_imp {margin-top:10px; font-size:14.5px; font-weight:400}
.ss_imp .ss_depth01 {font-weight:500;}
.ss_depth {}
.ss_depth li {margin-bottom:10px;}
.ss_depth02 {padding-left:15px; margin-top:10px; margin-bottom:30px}
.ss_depth02 li {position:relative; padding-left:15px; font-size:16px; font-weight:400}
.ss_depth02 li:before {content:''; display:block; width:5px; height:2px; background:#555; position:absolute; left:0; top:11px;}
.ss_imp {margin-top:10px; font-size:14.5px; font-weight:400}
.ss_imp .ss_depth01 {font-weight:500;}

.ss_table {}
.ss_table table {width:100%; border-collapse:collapse; font-family: 'Noto Sans KR', sans-serif !important; border-top:2px solid #00a4e6; border-bottom:2px solid #ddd;}
.ss_table table tr {}
.ss_table table  thead tr th {background:#E5E9EC; } 
.ss_table table tr th {background:#E5E9EC; color:#00a4e6; font-weight:500; border-right:1px solid #fff; font-size:14.5px; border-bottom:1px solid #fff; padding:5px;}
.ss_table table tr td {border:1px solid #f1f1f2; border-right:0; text-align:center;  font-size:14.5px; font-weight:400; padding:5px;}
.ss_table table tr td.bg {background:#f1f1f2;}


.sub_text01 {font-size:16px; margin-bottom:20px;}

/* 탭메뉴 */
.tabmenu {display:inline-block;}
.tab-content.current {display:inherit;}
.tab-content {display: none;}
.tabmenu{display:inline-block;}
.tabmenu li{float:left; border:1px solid #00a4e6; color:#00a4e6; font-size:1rem; text-align:center; height:40px; line-height:40px; min-width:174px; cursor:pointer; background:#fff;}
.tabmenu li:last-child{margin-right:0;}
.tabmenu li.current{background:#00a4e6; border:none; color:#fff;}

.tabmenu li a{color:#00a4e6;}
.tabmenu li.current a{color:#fff;}

/*학과연혁*/
.history_box {width:100%; overflow:hidden; margin-top:40px; padding-bottom:40px; border-bottom:1px solid #cccccc;}
.history_box:last-child {border-bottom:0;}
.hi_left {float:left; width:20%; font-size:1.8rem; color:#00a4e6;}
.hi_right {float:right; width:80%; }
.hi_right .f_day { float: left;  text-align:right; margin-right:5%;  width: 15%; font-size:1.1rem; color:#222; line-height:3rem; }
.hi_right .day_con { float: left; width: 80%; font-size:1rem; color:#222; line-height:3rem; }
.hi_right .line_short {line-height:2rem; padding-top:8px;}
.history_tab {margin:0 auto; text-align:center; margin-bottom:60px;}
.history_box.bor_none {border-bottom:none !important;}

/*오시는길*/
.map_wrap {width: 100%; height: 360px;  overflow: hidden; position: relative;}
.map_wrap .root_daum_roughmap {position: absolute; bottom: 0; left: 0;}
.tb_map {border-top:2px solid #00a4e6; font-size:18px; width:100%; margin-top:30px; border-spacing:0;}
.tb_map th {background:#f7f7f7; font-weight:600; width:30%; border-bottom:1px solid #e1e1e1;}
.tb_map td {padding:15px 0 15px 40px; width:70%; border-bottom:1px solid #e1e1e1;}


/*입시 FAQ*/
.faq_list {border-top:2px solid #00bb96;}
input[id*="answer"] {display:none;}
input[id*="answer"] + label {display:block;padding:20px; border-bottom:1px solid #ccc; font-weight:700;cursor:pointer;position:relative;}
input[id*="answer"] + label em {position:absolute;top:50%;right:10px;width:30px;height:30px;margin-top:-15px;display:inline-block;background:url('../img/arrow.png') 0 0 no-repeat;}
input[id*="answer"] + label + div {max-height:0;transition: all .35s;overflow:hidden;background:#f5f5f5; font-size:14px; line-height:24px;}
input[id*="answer"] + label + div p {margin:10px 20px}
input[id*="answer"]:checked + label + div {max-height:100%;}
input[id*="answer"]:checked + label em {background-position:0 -30px;}

/*로그인&회원가입*/
.xm, .xm input, .xm textarea, .xm select, .xm button, .xm table{font-size:14px; line-height:1.6;}

.xm select, .xm textarea, .xm input[type="text"], .xm input[type="password"], .xm input[type="datetime"], .xm input[type="datetime-local"], .xm input[type="date"], .xm input[type="month"], .xm input[type="time"], .xm input[type="week"], .xm input[type="number"], .xm input[type="email"], .xm input[type="url"], .xm input[type="search"], .xm input[type="tel"], .xm input[type="color"]{height:26px; line-height:26px; padding:0 5px;}

.xm #fo_insert_member{margin-top:25px;}

/*갤러리&게시판*/
.bd_tmb_lst p b{font-size:15px;}
.rd_hd .board .nick{font-size:13px;}
.rd_hd .board h1{font-size:15px; font-family:'Noto Sans KR';}




/*우수취업자*/
.ctt_interview .emp_li {margin: 0 0 30px;}
.ctt_interview .btn_more {position: absolute; bottom: 10px; min-width: 102px; height: 30px; line-height: 28px; padding: 0 19px; border: 1px solid #909090; border-radius: 3px;}
.ctt_interview .btn_more span {display: inline-block; padding-right: 27px; background: url("../img/icon_more.png") no-repeat right center; font-size: 14px; font-weight: 300; text-transform: uppercase;}
.ctt_interview .emp_box {height: 280px; padding: 20px 0; border-top: 2px solid #24AEF6; border-bottom: 1px solid #e1e1e1; -webkit-box-sizing: content-box;-moz-box-sizing : content-box; box-sizing: content-box;}
.ctt_interview .emp_box:after {display:block;visibility:hidden;clear:both;content:""}
.ctt_interview .emp_box .emp_img {width: 380px; height: 100%; float:left;}
.ctt_interview .emp_box .emp_img img {width: 100%; height: 100%; object-fit: cover;}
.ctt_interview .emp_box .emp_info {position: relative; width: 432px; height: 100%; padding: 10px 0; font-weight: 400; float:right;}
.ctt_interview .emp_box .bo_cate_link {display: block; margin-bottom: 8px; font-weight: 500; color: #24AEF6; line-height: 1em;}
.ctt_interview .emp_box .bo_title {display: block; margin-bottom: 13px; font-size: 24px; font-family: 나눔스퀘어, NanumSquare, sans-serif; font-weight: 700;}
.ctt_interview .emp_box .emp_con {line-height: 1.67em;}
.ctt_interview .emp_box .emp_con li {position: relative; padding-left: 12px;}
.ctt_interview .emp_box .emp_con li:before {content:""; width: 3px; height: 3px;; background: #222222; position: absolute; top: 11px; left: 0; }

.interview_form .inner {width:100%;}
.interview_form .table_wrap {margin-left:-20px;}
.interview_form .table_wrap:after {clear:both; content:''; display:block}
.interview_form .ss_section {width:50%; float:left; padding-left:20px;}
.interview_form table {width:100%;  font-size:1.067em; border-collapse:collapse; font-family:'Noto Sans KR', sans-serif !important}
.interview_form table tr th {border-top:2px solid #222; background:#f7f7f7; font-weight:400; padding:10px 0; font-size:1.1em; border-bottom:1px solid #e1e1e1;}
.interview_form table tr td {padding:10px 10px 50px; vertical-align:top; font-weight:300;}
.interview_form table .blank {padding:0px;}

.ctt_interview #bo_hd {position: relative;}
.ctt_interview #bo_v_title {padding-right: 110px;}
.ctt_interview #bo_v_title .bo_v_tit {display:block; font-size: 1.46em; word-break:break-all; font-family: 나눔스퀘어, NanumSquare, sans-serif; font-weight: 700; margin-top:30px;}
.ctt_interview #bo_hd .bo_v_date {position: absolute; top: 0; right: 0; color: #888;}
.ctt_interview #bo_v_atc {min-height:200px;height:auto !important;height:200px; padding: 20px 0 30px; border-bottom: 2px solid #24AEF6;}
.ctt_interview #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

.ctt_interview .bo_v_com {margin: 40px 0; text-align: center;}
.ctt_interview .bo_v_com li {display: inline-block; margin: 0 3px; vertical-align: top; font-size: 1.067em; font-weight: 400;}

.ctt_interview #bo_v a.btn, 
.ctt_interview #bo_v .btn {line-height: 48px !important; height: 50px !important; padding: 0 60px !important; text-align: center !important;font-size: 1.067em; font-weight: 400;}
.ctt_interview #bo_v a.btn_b01, 
.ctt_interview #bo_v .btn_b01 {display: inline-block; background: #f7f7f7; border: 1px solid #e1e1e1; color: #222; text-decoration: none; vertical-align: middle;}
.ctt_interview #bo_v a.btn_b02 {display: inline-block; background: #24AEF6; border: 1px solid #24AEF6; color: #fff; text-decoration: none; vertical-align: middle;}

/*서브탭 공통*/
.tab_wrap {margin-bottom:40px;}
.tab_wrap::after{content:""; display:block; clear:both;}
.tab_wrap li{float:left; text-align:center;} 
.tab_wrap li a{display:block; border:1px solid #e1e1e1; border-right:none; height:55px; line-height:50px; font-size:17px;}
.tab_wrap li:last-child a{border-right:1px solid #e1e1e1;}
.tab_wrap li.on a{background:#1b80d8; color:#fff;}
.tab_4 li{width:25%;}

/*교수진소개*/
.ctt_professor .professor_list {display:flex; flex-wrap:wrap; justify-content: space-between;}
.ctt_professor .professor_list > li{display:flex; float:left; width:400px; padding:25px 0 25px 0; margin-bottom:30px; border-top:2px solid #24AEF6; border-bottom:1px solid #e1e1e1;}
.ctt_professor .professor_list > li:nth-child(2n){float:right;}
.ctt_professor .professor_list .pf_img,
.ctt_professor .professor_list .details{float:left;}
.ctt_professor .professor_list .pf_img{width:170px; margin-right:15px;}
.ctt_professor .professor_list .t_list{min-height:75px;}
.ctt_professor .professor_list .details .major{font-size:15px; font-weight:700; color:#304da0;}
.ctt_professor .professor_list .details .name{font-size:22px; font-weight:700; padding:0 0 2px 0;}
.ctt_professor .professor_list .details .position{font-size:15px;}
.ctt_professor .professor_list .details .sb_list li{position:relative; padding-left:8px; margin-bottom:2px;}
.ctt_professor .professor_list .details .sb_list li::before{content:""; display:block; position:absolute; width:2px; height:2px; background:#222; top:9px; left:0;}
.ctt_professor .professor_list .details .sb_list li::after{content:""; display:block; clear:both;}
.ctt_professor .professor_list .details .sb_list li span{display:block; float:left;}
.ctt_professor .professor_list .details .sb_list li span.con{width:140px; margin-left:5px; word-break: keep-all;}
.ctt_professor .btn_more {width: 110px; height: 30px; line-height: 26px; padding: 0 19px; border: 1px solid #9b9b9b; border-radius: 3px; margin-top:20px; background:url("../img/icon_more.png") no-repeat 90px center;}

/*입시 FAQ*/

.faq_wrap2 { width:100%; }
.faq_wrap2 h2 {padding-left:25px; border:1px solid #dcdcdc; border-top:2px solid #001360;}

.faq_list {border-top:2px solid #00bb96;}
input[id*="answer"] {display:none;}
input[id*="answer"] + label {display:block;padding:20px; border-bottom:1px solid #ccc; font-weight:900;cursor:pointer;position:relative;}
input[id*="answer"] + label em {position:absolute;top:50%;right:10px;width:30px;height:30px;margin-top:-15px;display:inline-block;background:url('../img/arrow.png') 0 0 no-repeat;}
input[id*="answer"] + label + div {max-height:0;transition: all .35s;overflow:hidden;background:#f5f5f5; font-size:14px; line-height:24px;}
input[id*="answer"] + label + div p {margin:10px 20px}
input[id*="answer"]:checked + label + div {max-height:100%;}
input[id*="answer"]:checked + label em {background-position:0 -30px;}

/* 학과안내 */
.department_wrap {}
.department_wrap .sub_text01 {text-align:center;}
.department_wrap p img {margin-top:20px; }
.department_wrap .text_box01 {text-align:center;}
.department_wrap .text_box02 {text-align:center;}
.department_wrap .ss_wrap {padding-bottom:20px; margin-bottom: 20px;}
.department_wrap .ss04 img {border:1px solid #ddd; margin-top:0px;}
.department_wrap .ss05 img {border:1px solid #ddd;}
.department_wrap .ss01 .arrow_txt {margin-left:15px;}

/* 교육시설 */
.facility_wrap {}
.facility_wrap .sms_tit span {display:block; font-size:18px; padding-left:25px; color:#00478b;}
.facility_wrap .ss_wrap {position:relative;  border-top: 3px solid #00a4e6; padding-top:40px; overflow:hidden;}
.facility_wrap .img_box {width:47%; float:left; background:#ccc; height:270px; }
.facility_wrap .facility_info {float:left; width:53%; padding:0 3%; }
.facility_wrap .facility_desc {font-size:16px; color:#333; margin-bottom:40px;}
.facility_wrap .arrow_txt {position:absolute; bottom:40px; color:#00478b; }


/* 진로 및 취업분야 */
.partners_list {margin-top:20px;}
.partners_list li {width:206px; margin-right: 8px; border:1px solid #ddd; float:left;}
.partners_list li img {width :100%;}
.partners_list li:nth-child(4n) {margin-right:0;}


/* 전공소개 */
.major_wrap .icon_box {font-size:18px;}
.major_wrap .icon_box p {word-break: keep-all;}
.major01 .icon_box {background:url('/html/img/major_icon01.png')  50px  center no-repeat; padding: 80px 30px 80px 200px;}
.major02 .icon_box {background:url('/html/img/major_icon02.png')  50px  center no-repeat; padding: 80px 30px 80px 200px;}
.major03 .icon_box {background:url('/html/img/major_icon02.png')  50px  center no-repeat; padding: 80px 30px 80px 200px;}
.major03 .ss02 {background:url('/html/img/major_bg.jpg') no-repeat center/cover; padding:60px 0; text-align:center;}
.major03 .ss02 p {font-size:28px; color:#fff; margin-bottom:10px; letter-spacing:10px; font-weight:300;}
.major03 .ss02 h2 {font-size:45px; color:#fff; line-height:1.2;}

.major03 .tel_wrap {margin-top:16px;}
.major03 .tel_wrap li{float:left; width:415px; height:100px; border:1px solid #dddddd; padding:35px 0 0 150px; background:url(/html/img/major03_ico1.png) no-repeat 40px 17px; font-size:18px;}
.major03 .tel_wrap li:last-child { background:url(/html/img/major03_ico2.png) no-repeat 40px 17px;}
.major03 .tel_wrap li.list1{margin-right:20px;}
.major03 .tel_wrap li p {margin-top:-12px; font-weight:500;}
.major03 .tel_wrap li span {font-size:16px; }

.major03 .inq_wrap {}
.major03 .inq_wrap ul{display:flex; width:850px; height:100px; border:1px solid #dddddd; padding:35px 0 0 150px; background:url(/html/img/major03_ico3.png) no-repeat 40px 17px; font-size:18px;}
.major03 .inq_wrap li {margin-right:30px; position:relative;}
.major03 .inq_wrap li:before {content:''; position: absolute; top: 13px; right: -17px; display:block; width:3px; height:3px; border-radius:5px; background:#00478B;}
.major03 .inq_wrap li:last-child:before {display:none;}
.major03 .inq_wrap li p:after {content:''; position: absolute; top: 4px; right: -17px; display:block; width:3px; height:21px; background:#00478B;}

/*교육과정*/
.curri_wrap {}
.curri_wrap table {width:100%;  border-top:2px solid #00a4e6; border-bottom:1px solid #a4a4a4; margin-top:40px;  border-spacing: 0; table-layout: fixed; text-align:center;}
.curri_wrap th {padding:15px 0; border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; font-size:17px; font-weight:600; color:#333;}
.curri_wrap th:last-child {border-right: 0; }
.curri_wrap td {padding:15px 7px; border-right: 1px solid #e0e0e0; width:20%; border-bottom: 1px solid #e1e1e1;}
.curri_wrap td:last-child {border-right: 0; }
.curri_wrap td p.c_tit {font-size:17px;}
.curri_wrap td p.c_con {font-size:14px; }


/* 2023 리뉴얼 */
.re_2023 .inner {width: 1200px; margin: 0 auto;}
/* 메인 */
.re_2023 {}
.re_2023.main_page {font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;}
.re_2023 #main_visual {height: 900px;}
.re_2023 #main_visual .slider {padding-top: 120px;}
.re_2023 #main_visual .slider01 {background: url(/html/img/main_visual01.jpg) no-repeat center/cover;}
.re_2023 #main_visual .slider02 {background: url(/html/img/main_visual02.jpg) no-repeat center/cover;}
.re_2023 #main_visual .visual_box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding-top: 0; color: #fff; text-align: center;}
.re_2023 #main_visual .visual_box .txt_big {font-size: 60px; font-weight: 800; line-height: 1.4;}
.re_2023 #main_visual .visual_box .txt_def {margin-top: 40px; font-size: 34px; line-height: 1.5; position: relative;}
.re_2023 #main_visual .visual_box .txt_def::before {content: ''; display: block; width: 100px; height: 5px; margin: 0 auto 40px; background-color: #fff;}

/* 메인 공통 */
.main_page {overflow: hidden;}
.main_page .mid {padding: 100px 0;}
.mid_tit_wrap {margin-bottom: 40px;}
.mid_tit {font-size: 35px; font-weight: 900; text-align: center;}
.mid_tit_wrap .sc_list {justify-content: center; gap: 10px; margin-top: 20px;}
.mid_tit_wrap .sc_list img {width: 48px;}

/* 메인 - 학과위상 */
.depart_status {}
.depart_status_ul {display: flex; flex-wrap: wrap; gap: 30px;}
.depart_status_ul li {width: calc(50% - 15px); padding: 50px 40px; color: #fff; background: no-repeat 100% 100%/cover; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.depart_status_ul li a {display: block;  color: inherit;}
.depart_status_ul .bg1 {background-image: url(/html/img/main_depart_status1.jpg);}
.depart_status_ul .bg2 {background-image: url(/html/img/main_depart_status2.jpg);}
.depart_status_ul .text_big {margin-top: 5px; font-size: 24px; font-weight: 800; line-height: 1.5; word-break: keep-all;}
.depart_status_ul .text_sml {margin-top: 20px; font-size: 16px; font-weight: 600; line-height: 1.5; word-break: keep-all; transform: skew(-0.1deg);}

/* 메인 - 팝업존 */
#popup_zone {margin-top: 30px; position: relative;}
#popup_zone .swiper-slide {box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
#popup_zone .swiper-slide img {display: block; width: 100%;}
#popup_zone .swp_pg {display: flex; gap: 5px; position: absolute; bottom: 45px; left: 40px; z-index: 1;}
#popup_zone .swp_pg .swiper-pagination-bullet {width: 10px; height: 8px; margin: 0; background: #fff; border-radius: 4px; opacity: 0.2; transition: .3s;}
#popup_zone .swp_pg .swiper-pagination-bullet-active {width: 40px; opacity: 0.8;}

/* 메인 - 인스타 */
.main_insta {background: url(/html/img/mid_logo_bg.svg) no-repeat #FBFBFB 100% 100%/25% auto;}
.main_insta .mid_tit_wrap {}
.main_insta .mid_tit img {display: inline-block; margin-left: 10px;}
.main_insta_ul {display: flex; gap: 16px;}
.main_insta_ul li {flex: 1; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.main_insta_ul li a {display: flex; justify-content: center; align-items: center; width: 100%; aspect-ratio: 1/1; overflow: hidden; position: relative;}
.main_insta_ul li a img {display: block; width: 100%; transition: .3s;}
.main_insta_ul .txt_box {position:absolute;top:0;left:0;width:100%; height:100%; z-index:0; padding: 30px; background: url('/html/img/main_insta_hover.jpg') no-repeat;background-size:cover;transition: 0.5s; overflow: hidden; opacity: 0; transition:opacity .3s ease-in-out;}
.main_insta_ul .txt_box .tit {font-size: 24px; font-weight: 600; color: #0283ad; margin-bottom: 30px; }
.main_insta_ul .txt_box .txt {font-size: 16px; margin-bottom: 16px; color:#222; width:100%; transform: skew(-0.1deg); display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow:hidden;}
.main_insta_ul .txt_box .date {font-size:16px; color:#919191; transform: skew(-0.1deg);}
.main_insta_ul li:hover .txt_box {opacity: 1;}
.sc_wrap {display: flex; justify-content: space-between; align-items: center; margin-top: 30px; padding: 50px 80px 50px 60px; background-color: #EFF5F8;}
.sc_wrap .sc_tit {width: 200px; font-size: 24px; line-height: 1.5;}
.sc_list {display: flex; gap: 0 45px; font-size: 18px; text-align: center;}
.sc_list p {margin-top: 15px; font-size: 20px; font-weight: 600;}
.hash_wrap {display: flex; justify-content: center; align-items: center; gap: 0 50px; margin-top: 30px; padding: 30px; color: #fff; background-color: #00A4E6;}
.hash_tit {font-size: 30px; font-weight: 800; line-height: 1;}
.hash_ul {display: flex; flex-wrap: wrap; gap: 16px;}
.hash_ul li {padding: 10px 25px; font-size: 14px; font-weight: 600; line-height: 1; border: 1px solid #fff; border-radius: 30px; transform: skew(-0.1deg);}
.hash_ul li::before {content: '#';}

/* 메인 - 유튜브 */
#youtube {padding:140px 0; background: url(/html/img/main_youtube_bg.jpg) no-repeat center/cover; position:relative;}
#youtube .inner {position: relative;}
#youtube .mid_tit_wrap img{margin-top:-8px; margin-left: 5px; display: inline-block; width: 160px;}
#youtube .img {display: block; overflow: hidden;}
#youtube .img img {display: block; width: 100%;}
#youtube .youtube_list {width: calc(100% + 2px); padding: 0 1px;}
#youtube .youtube_list .swiper-slide {border: 1px solid #DCDCDC;}
#youtube .youtube_list .txt{background:#fff; padding: 20px; border-top: 1px solid #DCDCDC;}
#youtube .youtube_list .txt p{height: 56px; font-size:20px; font-weight:600; margin-bottom:12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
#youtube .youtube_list .txt .date{font-size:16px; font-weight: 600; color:#999999;}
#youtube .swp_btn {cursor: pointer; position: absolute; top: 60%;}
#youtube .swp_prev {left: -80px;}
#youtube .swp_next {right: -80px;}

/* 메인 - 공지사항, 배너 */
.main_page #board .details li a .date {font-weight: 600; transform: skew(-0.1deg);}
.mid_bnr {background: url(/html/img/bnr_link_bg.jpg) no-repeat center/cover;}
.mid_bnr > .sc_inner {display: flex; gap: 0 30px;}
.mid_bnr #board {width: 500px; padding: 0;}
.mid_bnr .sc_wrap2 {flex: auto;margin-top: 62px;}
.mid_bnr .sc_list2 {display: flex; flex-wrap: wrap;}
.mid_bnr .sc_list2 > li {width: 20%; height: 204px; font-size: 18px; font-weight: 600; text-align: center; background: no-repeat center 50px; background-color: #fff; border: 1px solid #E0E0E0; border-left: none; position: relative;}
.mid_bnr .sc_list2 > li > a {display: block; width: 100%; height: 100%; padding-top: 100px; position: relative; z-index: 1;}
.mid_bnr .sc_list2 > li:nth-of-type(even) {background-color: #FBFBFB;}
.mid_bnr .sc_list2 > li:nth-of-type(5n+1) {border-left: 1px solid #E0E0E0;}
.mid_bnr .sc_list2 > li:nth-of-type(n+6) {border-top: none;}
.mid_bnr .sc_list2 > .icon1 {background-image: url(/html/img/main_sc_icon1.png);}
.mid_bnr .sc_list2 > .icon2 {background-image: url(/html/img/main_sc_icon2.png);}
.mid_bnr .sc_list2 > .icon3 {background-image: url(/html/img/main_sc_icon3.png);}
.mid_bnr .sc_list2 > .icon4 {background-image: url(/html/img/main_sc_icon4.png);}
.mid_bnr .sc_list2 > .icon5 {background-image: url(/html/img/main_sc_icon5.png);}
.mid_bnr .sc_list2 > .icon6 {background-image: url(/html/img/main_sc_icon6.png);}
.mid_bnr .sc_list2 > .icon7 {background-image: url(/html/img/main_sc_icon7.png);}
.mid_bnr .sc_list2 > .icon8 {background-image: url(/html/img/main_sc_icon8.png);}
.mid_bnr .sc_list2 > .icon9 {background-image: url(/html/img/main_sc_icon9.png);}
.mid_bnr .sc_list2 > .icon10 {background-image: url(/html/img/main_sc_icon10.png);}
.mid_bnr .sc_list2 > li p {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%;}

.mid_bnr .sc_list2 > li:hover::before {content: ''; display: block; width: calc(100% + 2px); height: calc(100% + 2px); position: absolute; top: -1px; left: -1px; border: 2px solid #00A4E6;}
.mid_bnr .sc_list2 > .icon1:hover {background-image: url(/html/img/main_sc_icon1_hv.png);}
.mid_bnr .sc_list2 > .icon2:hover {background-image: url(/html/img/main_sc_icon2_hv.png);}
.mid_bnr .sc_list2 > .icon3:hover {background-image: url(/html/img/main_sc_icon3_hv.png);}
.mid_bnr .sc_list2 > .icon4:hover {background-image: url(/html/img/main_sc_icon4_hv.png);}
.mid_bnr .sc_list2 > .icon5:hover {background-image: url(/html/img/main_sc_icon5_hv.png);}
.mid_bnr .sc_list2 > .icon6:hover {background-image: url(/html/img/main_sc_icon6_hv.png);}
.mid_bnr .sc_list2 > .icon7:hover {background-image: url(/html/img/main_sc_icon7_hv.png);}
.mid_bnr .sc_list2 > .icon8:hover {background-image: url(/html/img/main_sc_icon8_hv.png);}
.mid_bnr .sc_list2 > .icon9:hover {background-image: url(/html/img/main_sc_icon9_hv.png);}
.mid_bnr .sc_list2 > .icon10:hover {background-image: url(/html/img/main_sc_icon10_hv.png);}

/* 서브 */
.re_2023 #contents {width: 100%;}
.re_2023 #contents table {font-family: 'Noto Sans KR', sans-serif;}
/* 서브메뉴 */
.snb { height:60px; border-bottom:1px solid #e1e1e1;}
.snb .inner {overflow: inherit;}
.snb .home{float:left; padding:0 20px; width:68px; line-height:60px; border-right:1px solid #e1e1e1; border-left:1px solid #e1e1e1;}
.snb .home img {width:100%; text-align:center;}
.snb .sub_nav {position:relative; float:left; min-width:205px; }
.snb .sub_nav > a {position:relative; overflow:hidden; display:block; font-size:17px; width:100%; line-height:60px; padding:0 30px; border-right:1px solid #e1e1e1;}
.snb .sub_nav > a::after {content:url('/html/img/ico_right.png');position:absolute; right:5px; top:0; /* padding-right:1.25rem; */ margin-left: 1rem;}
.snb .sub_nav > a.on::after {content:url('/html/img/ico_down_b.png');}
.snb .sub_nav2 > a {color:#00a4e6; font-weight:500;} 
.snb .subnav_in {position:absolute; top:60px; left:0; width:100%; z-index:999; display:none; padding:20px 30px; font-size:16px; background:#f5f5f5; transform: skew(-0.1deg);}
.snb .subnav_in li{float:none; padding-bottom:10px; background:none;}
.snb .subnav_in li:last-child{padding-bottom:0;}
.snb .subnav_in li:hover a {background:none;}
.snb .subnav_in li a:hover{color:#00a4e6; }
.snb .subnav_in li a {color:#555555; font-weight:400;}
.tabs_wrap {text-align:center; position:absolute; top:235px; width:1200px; left:50%; margin-left:-600px; z-index:99;}

/* 학과소개 */
.re_2023 .department_wrap .img_p {margin-top: 20px; padding: 50px 30px; text-align: center; background-color: #f7f7f7;}
.re_2023 .department_wrap .img_p img {margin-top: 0;}
.re_2023 .department_wrap .ss04 .img_p img {border: none;}
.re_2023 .partners_list li {width: 24%;}

/* 학과연혁 */
.re_2023 .history_box {display: flex;}
.re_2023 .hi_left {width: 220px; float: none;}
.re_2023 .hi_right {width: calc(100% - 220px); float: none;}
.re_2023 .hi_right ul > li {display: flex;}
.re_2023 .hi_right ul > li + li {margin-top: 20px;}
.re_2023 .hi_right .f_day {width: 70px; text-align: left; float: none; line-height: 1.5;}
.re_2023 .hi_right .day_con {width: calc(95% - 70px); float: none; line-height: 1.5;}

/* 교육시설 */
.re_2023 .facility_wrap .ss_wrap {display: flex;}
.re_2023 .facility_wrap .img_box {width: 400px; float: none; background: none;}
.re_2023 .facility_wrap .facility_info {width: calc(100% - 400px); float: none;}
.re_2023 .facility_wrap .facility_desc {word-break: keep-all;}

/* 교수소개 */
.re_2023 .ctt_professor .professor_list {gap: 50px 2%;}
.re_2023 .ctt_professor .professor_list > li {width: 49%;}
.re_2023 .ctt_professor .professor_list > li:nth-of-type(even) {float: none;}
.re_2023 .ctt_professor .professor_list .pf_img, 
.re_2023 .ctt_professor .professor_list .details {float: none;}
.re_2023 .ctt_professor .professor_list .pf_img {width: 180px; height: auto; margin-right: 30px;}
.re_2023 .ctt_professor .professor_list .details .sb_list li span.con {width: unset;}

/* 전공소개 */
.re_2023 .major03 .ss02 {background: url(/html/img/major_bg_new.jpg) no-repeat center/cover;}
.re_2023 .major03 .tel_wrap li {width: calc(50% - 10px); height: unset; text-align: center; padding: 110px 30px 30px; background: url(/html/img/major03_ico1.png) no-repeat center 17px;}
.re_2023 .major03 .tel_wrap li:last-child {background: url(/html/img/major03_ico2.png) no-repeat center 17px;}
.re_2023 .major03 .inq_wrap ul {width: 100%;}

/* 졸업생인터뷰 */
.re_2023 .ctt_interview #emp_ul {display: flex; flex-wrap: wrap; gap: 50px 2%;}
.re_2023 .ctt_interview .emp_li {width: 49%;}
.re_2023 .ctt_interview .emp_box .emp_img {width: 200px; margin-right: 30px;}
.re_2023 .ctt_interview .emp_box .emp_info {width: calc(100% - 230px);}
.interview_ul {width: 100%; text-align: center;}
.interview_ul > li .tit {padding: 15px 10px; font-size: 18px; font-weight: 600; background-color: #f7f7f7; border-top: 2px solid #222; border-bottom: 1px solid #ddd;}
.interview_ul > li .txt {padding: 15px 10px; font-size: 16px; line-height: 1.7; word-break: keep-all;}