.text-center {text-align: center; margin-bottom:70px}
.lead { font-size: 17px; line-height:1.75; letter-spacing:-0.02em; color:#555; font-weight:300;  word-break:keep-all}
::selection {background-color:#ff3414;color:#fff;}
.lead { font-weight: 400; }
@media screen and (max-width: 480px) {
	.lead { font-size: 16px; }
}

:root {
	/* :root는 문서 전체에 적용되므로 .academic_Info_wrap을 붙이지 않습니다. */
	--knu-gold: #cbaa7f;
	--knu-navy: #003366;
	--knu-ivory: #fdfaf3;
	--knu-text: #212529;
	--knu-text-light: #495057;
	--border-color: #e9ecef;
	--white: #ffffff;
	--shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/*헤드메뉴*/
#header_wrap {position: fixed; width:100%; height:81px; background:rgba(0,0,0,0.5); z-index:10}
.scrolled #header_wrap  { background-color:#000; border-bottom:none; -webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header {
	/* position: absolute; */
	left: 0;
	top: 0px;  
	width: 100%; 
	max-width: 1440px;
	left: 50%; 
	/* transform: translateX(-50%); */
	z-index: 6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#header .header-inner {width:100%; height:100% }
#header .gnb { list-style:none; height:100%; position:absolute; right:0px}
#header .gnb > li { float:left; position:relative; display:inline-block; width:100px;  vertical-align:middle; text-align:center;}
#header .gnb > li > a {display:inline-block; line-height:1em; width:100%; color:#ddd; font-size:15px; letter-spacing:-0.5px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover {color: #fff}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #fff}
#header .gnb .login {  font-size:12px; width:70px; color:#fff}
#header .gnb .join { font-size:12px; color:#fff; margin-left:20px}
#header .gnb .login a { color:#ddd; font-size:12px}
#header .gnb .login a:hover { color:#fff}
#header .gnb .join a { color:#ddd; font-size:12px}
#header .gnb .join a:hover { color:#fff}
#header .header-inner .menu {cursor:pointer;text-indent:-9999px; position:absolute;top:29px; left:50%;width:25px;height:20px; background-image:url(../img/cate_more.gif); margin-left:200px; border:0; display:none}
#header .header-inner .menu.on {background-image: url(../img/cate_close.gif)}
#header .gnb > li, #header #right-side-open {height:80px;line-height:80px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#header #right-side-open { position:absolute; right:0; width:100px; cursor:pointer; border-left:1px solid rgba(255,255,255,0.3); text-align:center; display: inline-block; }
#header #right-side-open span{display:inline-block;width:20px; height:20px;font-size:20px;line-height:1em;margin-top:-10px; margin-left:-10px; position:absolute; top:50%;left:50%; color:#fff;}
#header .gnb .snb {list-style:none; display:none;}
#header #logo { margin-left:25px; padding:0}
#header #logo a { display:block; width:100px; height:80px; line-height:80px}
#header #logo img { width:100%}
#header .gnb .snb,.device-md #header .gnb .snb{display: none;position: absolute;right: -82px;width: 200px; top:80px; border-top: 0;background-color: #000; z-index:2}
#header .gnb .snb li { font-size:14px; line-height:3.1; text-align:left; border-top:1px solid #414141;}
#header .gnb .snb li a { color:#FFF; display:block; padding-left:20px}
#header .gnb .snb li a:hover {color:#fff;  display:block; background-color:#2253b8; text-decoration:none; line-height:3.1}
#header .gnb .snb li:first-child { border-top:0}

.headerLine { 
	background: #ff0000; 
	width: 100%;
	height: 30px;
	padding: 0 20px;
	/* position: fixed;
	    top: 0;
	z-index: 4 */
}
.headerLine .inner_headerLine {
	max-width: 1920px;
	width: 100%;
	margin: auto;
	height: 100%;
}
.headerLine a {
	display: inline-block;
	width: 100px;
	height: 100%;
}
.headerLine a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#open-button{position:fixed;z-index:2000;right:65px;top:32px;width:40px;height:40px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block;}
#open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#fff;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
#open-button .nl1 {top: 11px;right: 10px; width:30px;}
#open-button .nl2 {top: 19px;right: 10px; width:24px;}
#open-button .nl3 {top: 27px;right: 10px; width:30px;}
#open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:#000;}
#open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
#open-button.scrolled .navicon-line {background-color: #fff;}
#open-button.on.scrolled >div>div{background-color:#fff;}

/* 모바일 헤더(#m-lnb-wrapper) 안에서만 보이도록 */
@media (max-width:1200px){
	.login-box-wrap {display:none;}     /* 기존 데스크탑 위치 숨김 */
	#m-lnb-wrapper #login-box3 {
		display: flex;
		padding: 12px 16px;
		border-top:1px solid rgba(255,255,255,.15);
		margin: 45px 0 0;
        border: 1px solid #353535;
        padding: 0;
		width: 100%;
		height: 45px;
	}
	#m-lnb-wrapper #login-box3 a {
		margin-right: 0;
		font-size: 14px;
		text-decoration: none;
		color: #fff;
		height: auto;
        line-height: 45px;
		padding: 0;
		width: 50%;
		transition: all .3s;
	}
	#m-lnb-wrapper #login-box3 a:hover { 
		font-weight: 700; 
	    background-color: brown;
	}
}
@media (min-width:1201px){
  #m-lnb-wrapper #login-box3 {display:none;}
}

@media screen and (max-width: 1500px) {
	#header {
		max-width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 960px) {
    /*버튼*/
	#open-button{ display: none }
	#sitemap { display: none }
	/*버튼*/
}

@media screen and (max-width:640px) {
	#header { 
		display: block; 
		background-color: transparent; 
	}
	#header #logo { width:120px; display:block}
	#header .gnb { display:none}
	.scrolled #header_wrap { background-color:#fff}
    .scrolled #header { border-bottom:0}
	.scrolled #open-button { z-index:9999}
    .scrolled #open-button .navicon-line { background-color:#333}
}
@media screen and (max-width: 578px) {
	.headerLine { padding: 0 10px; }
}
/* 헤드메뉴 */

/* 게시판 목록 서브 공통 */ 
.notice_sub_common {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.notice_sub_common .part_1 {
	text-align: left;
	font-size: 36px;
	line-height: 48px;
}
.notice_sub_common .part_1 .point_text {
	font-family: 'GyeongbukDaeJinri';
	color: #ff0000;
	font-size: 44px; 
}
.notice_sub_common .part_2 {
	display: flex;
    align-items: flex-end;
	gap: 40px;
}
.notice_sub_common .part_2 .goto-link {
	position: relative;
}
.notice_sub_common .part_2 .goto-link:after {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 50px;
	height: 50px;
	background-color: #ddeaff;
	border-radius: 50%;
	display: block;
	z-index: -1;
}

.notice_sub_common .part_2 .title {
	font-size: 22px;
}
.notice_sub_common .part_2 .detail_view {
	display: inline-flex; 
	align-items: center;
	gap: 12px; 
	margin-top: 15px;
}
.notice_sub_common .part_2 .detail_view:hover .quick-link {
	background: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
.notice_sub_common .part_2 .detail_view a,
.notice_sub_common .part_2 .detail_view i {
	display: flex;
	font-size: 16px;
	transition: all .3s;
	gap: 10px;
    align-items: center;
}
.notice_sub_common .part_2 .detail_view:hover a {
	background: linear-gradient(to right, blue, skyblue);  
	background: linear-gradient(to right, #f83600 0%, #f9d423 100%);
	background-clip: text;  
	-webkit-background-clip: text;  
	color: transparent;
}
.quick-link {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #555;
    cursor: pointer;
    display: flex;
    /* justify-content: center; */
}
.quick-link:hover {
	background-color: transparent;
	background: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
.quick-link img {
    display: block;
    width: 20px;
    height: 100%;
    object-fit: contain;
}
.quick-link .hover_show {
	display: none;
}

@media screen and (max-width: 992px) {
	.notice_sub_common .part_1 {
		font-size: 32px;
		line-height: 42px;
	}
	.notice_sub_common .part_1 .point_text { font-size: 36px; }
	.notice_sub_common .part_2 { gap: 20px; }
	.notice_sub_common .part_2>img { width: 80px;}
	.notice_sub_common .part_2 .title { font-size: 20px; }
	.notice_sub_common .part_2 .detail_view { margin-top: 10px; }
}

@media screen and (max-width: 768px) {
    .notice_sub_common .part_1 {
        font-size: 26px;
        line-height: 36px;
    }
	.notice_sub_common .part_1 .point_text {
        font-size: 32px;
    }
	.notice_sub_common .part_2 .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) { 
	.notice_sub_common .part_1 {
        font-size: 22px;
        line-height: 30px;
    }
	.notice_sub_common .part_1 .point_text {
        font-size: 26px;
    }
	.notice_sub_common .part_2>img {
        width: 60px;
    }
	.quick-link {
		width: 30px;
		height: 30px;
	}
	.notice_sub_common .part_2 .detail_view { gap: 7px; }
}

@media screen and (max-width: 578px) {
	.notice_sub_common {
		display: none;
	}
}
/* 게시판 서브 공통 */


/*사이트맵*/
#sitemap {border:0; background-color:#07348c; width:100%; max-width:1200px; padding:80px}
#sitemap h2{ font-size:36px; color:#fff; text-align:center; padding:0 0 20px 0; width:100%; border-bottom:1px solid rgba(255, 255, 255, .3)}
#sitemap .depth1>li{float:left; width:20%; margin-top:5px}
#sitemap .depth1 > li:nth-child(5n+5) {margin-right:0px;}
#sitemap .depth1 > li:nth-child(5n+1) {clear:both;}
#sitemap .depth1>li>a{font-size:20px;display:block;text-align:left;color:#fff;margin-bottom:20px}
#sitemap .depth2>li>a{font-size:16px;display:block;line-height:2.1;color:#fff;opacity:.9}
#sitemap .depth2 > li > a:hover { color:#F4E913}
#sitemap .depth3>li>a{font-size:14px;display:block;line-height:2.1;padding-left:15px;color:#fff;opacity:.7}
#sitemap .mfp-close{position:absolute;right:0;top:-50px;z-index:1;width:30px;height:30px;border:0;font-size:16px;color:#fff}
#sitemap .mfp-close:after {background: url(../img/w_btn_close.png) no-repeat center center;}
#sitemap .arrow i { display:none}

@media screen and (max-width:1200px) {
	#sitemap { max-width:800px}
	#sitemap .depth1>li { width:50%; margin-top:4%}

}

@media screen and (max-width: 960px) {
	#sitemap { display:none}
}
/*사이트맵*/





/*퀵메뉴*/
.right_quick-area{position: fixed; z-index: 100;bottom:120px; right: 10px}
.right_quick-area .quick-left{background: #fff; position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 60px;  box-shadow: rgba(0,0,0,0.1) 0 10px 20px; transition: all 0.5s ease; bottom:120px;}
.right_quick-area.active .quick-left { 
	opacity: 1;
	opacity: 0; /* 숨김처리 */
	right: 10px;
}
.right_quick-area li {padding: 8px 0; position: relative}
.right_quick-area li span {position: absolute; color: #fff; border-radius: 30px; padding: 4px 0px; width: 80px; text-align: center; background: rgba(0,0,0,0.8); right: 100px; top: 20px; font-size: 11px; display: block; opacity: 0; transition: all 0.5s ease}
.right_quick-area li a,.right_quick-area li div {text-align: center; line-height: 50px; display: block; transition: all 0.3s ease; color:#a27b73; width:50px; height: 50px; margin: auto}
.right_quick-area li:nth-child(3) a {color: #f90}
.right_quick-area li:hover a,.right_quick-area li:hover div { background:#1e76fe; color: #fff; border-radius: 50%;  box-shadow: rgba(0,0,0,0.2) 0 8px 6px}
.right_quick-area li:hover div {cursor: pointer;}
.right_quick-area li:hover span { right:50px; opacity:1; display: block;}
.right_quick-area li a i,.right_quick-area li div i {font-size: 18px; margin-top:15px;}

/*form*/
.right_quick-area .quick-form{background: #fff;float: right;width: 0px;opacity:0;max-width: 255px;height:0px;border-radius: 8px;transition: all 0.5s ease;padding: 18px;}
.right_quick-area .quick-form .txt_notice{font-size: 16px;padding-left: 20px;}
.right_quick-area .quick-form .privacy{padding-left: 20px;line-height: 30px;}
.right_quick-area .quick-form .qf_box{padding-left: 20px;}
.right_quick-area .quick-form .pt_1 {height: 46px;}
.right_quick-area .quick-form .pt_1 li{float: left;padding-right: 5px;}
.right_quick-area .quick-form .pt_1 li input{width: 60px;padding: 5px;}
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .pt_1 li input{height: 30px;}
.right_quick-area .quick-form .qf_box .content textarea{height: 60px;}
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .qf_box .content textarea{width: 190px;padding: 5px;}
.right_quick-area .quick-form .qf_box .send_btn{float: right;margin-right: 8px;height: 30px;width: 60px;font-weight: 600; letter-spacing: -1px; background: #000; border: none;color: #fff;cursor: pointer;border-radius: 5px;}
/*form*/
.kakao {width: 40px; height: 40px; margin: 10px auto; background: #fdcd21; border-radius: 50%; text-align: center; box-shadow: rgba(0,0,0,0.1) 0 10px 20px; }
.kakao a { color: #461b0e; font-size: 18px; line-height: 38px; display: block;}
.kakao i { line-height:40px}
    @media (max-width:480px) {
        .right_quick-area {display: none; }
    }

/*퀵메뉴*/






/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333;position:fixed; z-index:9999; top:0;right:-400px;max-width:400px; width:100%; height:100%; color:#FFF; padding:30px;-webkit-transition: right .3s ease;-moz-transition: right .3s ease;-ms-transition: right .3s ease;-o-transition: right .3s ease;transition: right .3s ease; box-sizing:border-box; overflow:auto;}
#right-side .side_gnb .call a {text-align:center; display:block;position:relative;background:#6cc043; color:#fff; font-weight:bold; height:5.0em; line-height:5em; border-radius:3px; margin-top:10px; padding:2px 0 4px 0;}
#right-side #btn-close-right-side {position:absolute;top:20px;right:0;color:#fff;width:60px;text-align:center;line-height:40px; font-size:16px; cursor:pointer}
#right-side #btn-close-right-side .fa.fa-times { font-size:18px; padding-top:20px}
.right-side-on #right-side {right:0;}
.right-side-on #wrapper { left:-300px; }
.right-side-on #header { left:-300px; }
.right-side-on #rs-overlay {display:block;}

.quick_menu {width:100%; margin:auto; padding-top:20px}
.quick_menu ul { text-align:center}
.quick_menu li{display:inline-block; margin-left:-3px; width:80px; border-right:1px solid #ddd;}
.quick_menu li:last-child { border:0}
.quick_menu li a{display:block; box-sizing:border-box; color:#f5f5f5; letter-spacing:-0.8px; text-align:center; position:relative;  font-size:12px}
.quick_menu li a:hover{color:#fff;backface-visibility:hidden}
.quick_menu li a.on{color:#fff;border-bottom-color:#FF3300;border-bottom-width:2px;border-bottom-style:solid}

.quick_kakao{text-align:center; height:35px; background-color:#ffd800; display:inline-block; clear:both}
.quick_kakao a{display:block;position:relative;background:#ffd800}
.quick_kakao a img{display:block;margin:0 auto}

.side_gnb{position:relative;width:100%;float:left;padding-top:20px;}
.side_gnb p{color:#fff; text-align:center; padding:20px }
.side_gnb .menu-list{display:block;position:relative;border-bottom:1px solid #555; margin-top:60px}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#fff;font-size:15px;line-height:3.8em;padding:0 1.0em;border-top:1px solid #555; text-decoration:none}
.side_gnb .menu-list>li>a i{display:block;position:absolute;top:50%;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);right:1.5em;width:5.31%;max-width:32px;border:1px solid #f2f2f2;border-left-width:0;border-bottom-width:0;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-ms-transition:transform .3s ease}
.side_gnb .menu-list>li.on>a i{-webkit-transform:translateY(-25%) rotate(315deg);transform:translateY(-25%) rotate(315deg)}
.side_gnb .menu-list>li>a i:before{content:"";display:block;position:relative;padding-top:100%}
.side_gnb .depth-2{display:none;}
.side_gnb .depth-2>li { background-color:#ddd}
.side_gnb .depth-2>li>a{display:block;color:#f2f2f2;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff; color:#000}
/*모바일 오른쪽 메뉴*/






/*메인배너*/
.mainVideo {top:0;width: 100%;height: 800px;overflow:hidden; background-size:cover;padding:0;}
.bg-fixed{background-size:cover;padding:0;background-color:#000; opacity:0.5; position:absolute; width:100%; height:900px; top:0;left:0; z-index:1}

.main-carousel {
	padding: 0; 
	display: block; 
	position: relative;
	height: 60vh;
	overflow: hidden;
}
.main-carousel .li {
	height: 100vh; 
	background-size: cover;
	background-position: center; 
	position: relative;
}
.owl-carousel {
	width: 95%;
	margin: auto;
	max-width: 1920px;
	border-radius: 30px;
}
.main-carousel .li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/main_visual_cover.png) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 300px;
	opacity: .1;
	z-index: 1;
}
.main-carousel .jarallax { height: 800px; }
.main-carousel .img01 { 
	/* background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img01.jpg); */
	background: url(/theme/sample108/img/main/bg1.jpg);
	background-repeat: no-repeat;
	background-size: 105%;
}
.main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img02.jpg); background-repeat:no-repeat}
/*.main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../img/main_banner_img03.jpg); background-repeat:no-repeat}*/
.main-carousel .li .copy_area{max-width:1400px;color:#fff;position:relative;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2; margin: auto; padding: 0 30px;}
.main-carousel .li .copy_area h1{font-size:16px;font-weight:300; line-height:1.3; text-align:center}
.main-carousel .li .copy_area h2{font-size:67px;font-weight:300; line-height:1.3;  font-family: 'GmarketSansMedium'; letter-spacing:-5px}
.main-carousel .li .copy_area h3{font-size:18px;font-weight:300;margin:30px 0px; color:#fff; opacity:0.8; word-break:keep-all}
.main-carousel .li .copy_area h4{text-align:center; margin:50px auto 0 auto; color:#fff;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}
.main-carousel .li .copy_area h4 a{color:#fff;padding:18px 42px;display:block; text-align:center;width: 160px; margin: auto; background-color:#ff3414}
.main-carousel .owl-dots{position:relative;width:1400px; margin:0 auto; padding: 0 30px; bottom:135px; display:none}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px; border:0}
.main-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.main-carousel .owl-nav{position:absolute;width:100%;bottom:50%; }

.main-carousel .owl-prev {position:absolute;top:50%;left:5%;z-index:999;background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-next {position: absolute; top: 50%; right: 5%;z-index: 999;background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;}
.main-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;}

.nav-view .progress-bar{width:300px;position:relative;display:inline-block;margin-left:10px;height:2px;background-color:#ddd;transform:translateY(-5px)}
.nav-view .progress-bar .bar{position:absolute;left:0;top:0;height:100%;width:0;background-color:#fff}
.nav-view{position:absolute;left:30px;bottom:240px;z-index:10;color:#f3f3f3;font-size:18px}
.nav-view #slider-nav-idx { color: #fff;}
.nav-view-wrapper { max-width: 1400px; margin: 0 auto;position: relative; }


@media all and (max-width: 2000px) {
	.main-carousel .img01 {
		background-size: 120%;
        background-position: center top;
	}
}
@media all and (max-width: 1750px) {
	.main-carousel { height: 63vh; }
	.main-carousel .img01 {
        background-size: cover;
        height: 63vh;
    }
	.main-carousel .img01 { background-size: cover; }
}

@media screen and (max-width:576px) {
	.nav-view {bottom:200px}
	.mainVideo { height:100vh}
	.bg-fixed { height:100vh}
	.main-carousel .jarallax { height: 100vh;}
	.main-carousel .li { height: 100%; }
	/* .main-carousel .img01 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img01.jpg); background-repeat:no-repeat} */
    .main-carousel .img02 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img02.jpg); background-repeat:no-repeat}
/*	.main-carousel .img03 { background-image: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(../img/main_banner_img03.jpg); background-repeat:no-repeat}*/
	.main-carousel .li .copy_area h2 {font-size: 36px;}
	.main-carousel .li .copy_area h3 { margin:10px auto 0 auto; font-size: 15px; letter-spacing:-0.5px}
	.main-carousel .owl-nav { display:none}
	

}
/*메인배너*/

.section01 { 
	width: 100%; 
	padding: 200px 0 150px;
}
.section01 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 가운데 정렬 */
  max-width: 1400px;
  margin: 0 auto;
}

.box {
	width: calc(50% - 25px); /* 간격을 제외한 1/4 크기 */
	/* margin-bottom: 30px; */
	box-sizing: border-box;
	background-color: #fff; 
}

.box:last-child {
  margin-right: 0; /* 마지막 요소에서 오른쪽 간격 제거 */
}

.box .content {
  height: 100%;
  position: relative;
  padding: 0;
  text-align: LEFT;
}

.box h2 {
  font-size: 30px;
}

.box .more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd
}

.box .more a {
  display: block;
  width: 113px;
  height: 50px;
  color: #555;
	font-size: 17px;
	font-weight: 400
}

.box .more:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.quick_box {
	border: 1px solid #ccc;
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,.1);
	transition: all .3s;
	display: block;
	padding: 35px;
	border-radius: 30px;
    font-size: 36px;
    color: #333;
}
.quick_box:hover {
	background: linear-gradient(
		to left,
		#da0f1b 10%,
		#ff000f 60%,
		#ff2936 100%
	);
	color: #fff;
}
.quick_box h3 { font-size: 36px; font-family: 'GyeongbukDaeJinri'; font-weight: 300; }
.box h3 { margin-bottom: 20px; }
.box h2 { font-weight: 400; font-size: 20px; display: block; font-family: 'GyeongbukDaeJinri'; }
.box h2.arrow_icon {
	background: url("/theme/sample108/img/icon/arrow2.png") no-repeat;
	background-position: 30% center;
}
.quick_box:hover .arrow_icon {
	background: url("/theme/sample108/img/icon/arrow2_w.png") no-repeat;
	background-position: 30% center !important;
}
.quick_box .icon-img_ {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.quick_box .icon-img_1 {
	background: url("/theme/sample108/img/icon/icon-1.png") no-repeat;
	background-position: 100% 100%;
	background-size: 80px;
}
.quick_box:hover .icon-img_1 {
	background: url("/theme/sample108/img/icon/icon-1_hover.png") no-repeat;
	background-position: 100% 100%;
	background-size: 80px;
}
.quick_box:hover .icon-img_2 {
	background: url("/theme/sample108/img/icon/icon-2_hover.png") no-repeat;
	background-position: 100% 100%;
	background-size: 80px;
}
.quick_box .icon-img_2 {
	background: url("/theme/sample108/img/icon/icon-2.png") no-repeat;
	background-position: 100% 100%;
	background-size: 80px;
}

@media screen and (max-width: 1280px) {
	.quick_box h3 { font-size: 32px; }
}
@media screen and (max-width: 1024px) {
	.box {
		width: calc(50% - 20px); /* 간격을 제외한 1/2 크기 */
		margin-bottom: 0;
		box-sizing: border-box;
		background-color: #fff; 
		height: 350px;	
		padding: 40px 30px;
	}
}
@media screen and (max-width: 992px) {
	.section01 { padding: 190px 0 120px; }
	.quick_box h3 { font-size: 30px; }
}
@media screen and (max-width: 768px) {
	.section01 { padding: 170px 0 100px; }
	.box {
		box-sizing: border-box;
		background-color: #fff;
		height: 300px;
	}
	.box h2.arrow_icon { background-position: 40% center } /* ← 세미콜론 제거 */
	.quick_box:hover .arrow_icon {
		background: url("/theme/sample108/img/icon/arrow2_w.png") no-repeat;
		background-position: 40% center !important;
	}
	
}
@media screen and (max-width: 650px) {
	.section01 { padding: 160px 0 110px; }
	.box { width: calc(50% - 12px); }
	.box h2.arrow_icon { background-position: 30% center } /* ← 세미콜론 제거 */
	.quick_box .arrow_icon {
		background: url("/theme/sample108/img/icon/arrow2_w.png") no-repeat;
		background-position: 40% center !important;
	}
}
@media screen and (max-width: 578px) {
	.section01 .inner { padding: 0 10px; }
	.box {
		width: calc(100% - 0px); /* 간격을 제외한 1/4 크기 */
		margin-bottom: 20px;
		height: 150px;	
		padding: 20px;
	}
	.quick_box { border-radius: 20px; }
	.quick_box h3 { font-size: 26px; }
	.box h3 { margin-bottom: 5px; }
	.box h2 { font-weight: 300; font-size: 17px; }
	.quick_box .icon-img_1, .quick_box .icon-img_2 { background-size: 70px; }
	.box:last-child { margin-bottom: 0; }
}
@media screen and (max-width: 450px) {
	.section01 { padding: 140px 0 90px; }
	.quick_box h3 { font-size: 21px; }
	.box h2 { font-size: 16px; }
}



/* section02 */
.section02 { 
	font-family: 'GyeongbukDaeJinri';
	width: 100%; 
	padding: 0;
	padding-bottom: 140px; 
	position: relative;
    z-index: 11;
}
.section02 .inner { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin: 0 auto;
	flex-direction: column;
} 
/* .section02 .inner {
	width: 100%;
	box-sizing: border-box; 
} */
.section02 .tab-header-line {
	display: flex;
	gap: 30px;
	height: 70px;
    line-height: 70px;
}
.section02 .tab-header-line .tl-header,
.section02 .tab-header-line .tl-tabs {
	width: 50%;
}
.section02 .clearfix:after {
	content: none;
}

@media screen and (max-width: 992px) {
	.section02 { padding-bottom: 110px; }
}
@media screen and (max-width: 578px) {
	.section02 { padding-bottom: 100px; }
}	
@media screen and (max-width: 450px) {
	.section02 { padding-bottom: 75px; }
}



/* section03 */
.section03 { 
	width: 100%; 
	/* background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(/theme/sample108/img/main/mainbanner-01.jpg); */
	width: 100%; 
	height: 760px; 
	background-repeat: no-repeat;
	/* background-attachment: fixed;  */
	background-position: center;
	position: relative; 
	z-index: 10; 
	background-size: 100%;
} 
.section03 .knu_logo_ver {
	position: absolute;
	width: 250px;
    max-width: 280px;
	z-index: -1
}
.section03 .ver_1 {
	bottom: 12vh;
	left: 0;
}
.section03 .ver_2 {
    left: 192px;
    bottom: 49vh;
}
.section03 .wrap { 
    display: flex;
    /* flex-direction: column; */
    height: 100%;
    width: 80%;
    justify-content: flex-end;
    /* overflow: hidden; */
    border-radius: 400px 0 0 400px;
    background-image: url(/theme/sample108/img/main/mainbanner-01.jpg);
	float: right;
	position: relative;
	align-items: center
}
.section03 .inner { 
	width: 100%;
	max-width: 100%;
	gap: 10%;
	height: 500px;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.section03 .inner .title-wrap { position: relative; }
.section03 .inner .title-wrap .tl-more {
    position: absolute;
    right: -67.5%;
    top: 85px;
}
.section03 .hobanu_ch { 
	position: absolute; 
	bottom: 0;
	left: -20px;
	z-index: 1;
}
.section03 .inner .img-wrap {
	border: 12px solid #ff00007a;
}
.section03 .inner .img-wrap img {
	width: 100%; 
	height: 100%;
	object-fit: contain;
}
.section03 .main_title { 
	font-size: 56px; 
	color: #fff; 
	font-family: 'GyeongbukDaeJinri';
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 70px;
	position: relative;
}
.section03 .main_title:before {
	content: '';
    position: absolute;
    top: 100px;
    left: 100%;
    border: 1px dotted #ddd;
    width: 60%;
}
.section03 .sub_title { 
	color: #fff; 
	font-size: 18px; 
	/* font-family: 'GyeongbukDaeJinri'; */
    font-weight: 400;
    letter-spacing: -0.5px;
	padding-left: 30px;
}

.section03 .more {
  display: flex;
  justify-content: space-between;
	max-width: 500px
}

.section03 .more .btn01,
.section03 .more .btn02 {
  width: 48%;
  text-align: center;
}

.section03 .more .btn01 a,
.section03 .more .btn02 a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  border: 3px solid #fff
}

.section03 .more .btn01 a:hover,
.section03 .more .btn02 a:hover {
  background-color: #444;
}

@media screen and (max-width: 2000px) {
	.section03 .wrap {
		width: 91%;
	}
	.section03 .knu_logo_ver { width: 150px; }
	.section03 .ver_1 { 
		bottom: 20vh;
		width: 138px; 
	}
	.section03 .ver_2 {
		left: -10px;
		bottom: 54vh
	}
}
@media screen and (max-width: 1500px) {
	.section03 .main_title { font-size: 36px; }
}
@media screen and (max-width: 1280px) {
	.section03 { height: 700px; }
	.section03 .inner { 
		height: 460px;
		justify-content: flex-end; 
		padding-right: 35px;
		gap: 80px;
	}
	.section03 .main_title:before {
		left: 80%;
		width: 45%
	}
	.section03 .inner .title-wrap .tl-more { right: -102px; }
	.section03 .hobanu_ch { width: 200px; }
	.section03 .main_title { 
		font-size: 32px;
		padding-bottom: 20px;
		padding-top: 55px;
	}
	.section03 .main_title:before { top: 85px; }
	.section03 .inner .title-wrap .tl-more { top: 70px; }
	.section03 .sub_title { font-size: 17px; padding-left: 20px; }
	.section03 .inner .img-wrap {
		border: 10px solid #ff00007a;
		width: 460px;
		height: 460px;
	}
	.section03 .ver_2 {
		left: 90px;
        bottom: 44vh;
	}
	.section03 .ver_1 { display: none; }
	.section03 .ver_2 { display: none; }
}
@media screen and (max-width: 1080px) {
	.section03 { height: 660px; }	
	.section03 .inner { height: 440px; }
	.section03 .hobanu_ch { width: 170px; left: 0; }
	.section03 .inner .img-wrap { width: 440px; height: 440px; }
}
@media screen and (max-width: 992px) {
	.section03 .wrap { width: 100%; border-radius: 300px 0 0 300px; }
	.section03 .hobanu_ch { width: 150px; left: 10px; }
	.section03 .inner { padding-right: 25px; height: auto; gap: 20px; }
	.section03 .main_title { font-size: 36px; }
	.section03 .inner .img-wrap { width: 400px; height: 400px; }
	.section03 .main_title:before {
		left: 210px;
		width: 110px;
	}
	.section03 .inner .title-wrap .tl-more { right: -42px; }
}
@media screen and (max-width: 768px) {
	.section03 .inner { gap: 50px; padding-right: 0; flex-direction: column; text-align: center; }
	.section03 .wrap { border-radius: 30px; }
	.section03 .more { flex-wrap: wrap; }
	.section03 .more .btn01, .more .btn02 { width: 100%; margin-bottom: 10px; }
	.section03 .inner .img-wrap { margin: auto; }
	.section03 .main_title { padding-bottom: 0; padding-top: 0; font-size: 32px; }

	.section03 .main_title:before {
        left: 50%;
        width: 30px;
        top: 90px;
        transform: translate(-50%, -50%);
        border: 1px solid #aaa;
	}
	.section03 .inner .title-wrap .tl-more {
	    right: auto;
        left: 50%;
        transform: translateX(-50%);
	}
	.section03 .sub_title { padding-left: 0; }
	.section03 .ver_1 {
		bottom: auto;
		left: 70px;
		top: -170px;
		width: 80px;
		transform: rotate(90deg);
	}
	.section03 .ver_2 {
		bottom: auto;
		left: 280px;
		top: -150px;
		width: 85px;
		transform: rotate(90deg);
	}
}
@media screen and (max-width: 578px) {
	.section03 .hobanu_ch {
		width: 125px;
		left: 0;
		bottom: 0;
	}
	.section03 .main_title { font-size: 26px; margin-bottom: 5px; }
	.section03 .sub_title { font-size: 16px; }
	.section03 .inner .title-wrap .tl-more { top: 65px; }
}
@media screen and (max-width: 450px) {
	.section03 { height: 600px; }
	.section03 .hobanu_ch { width: 120px; }
    .section03 .inner .img-wrap {
        width: 350px;
        height: 350px;
    }
	.section03 .main_title {
        font-size: 22px;
	}
}
@media screen and (max-width: 420px) {
	.section03 .inner { padding: 0 10px; }
    .section03 .inner .img-wrap {
        width: 100%;
        height: 100%;
    }
}





/* section04 */
.section04 .swiper-container {
	position: relative;
	padding: 150px 0; 
	overflow: hidden;
}
.section04 .swiper-container .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
	display: flex;
	align-items: center;
}
.section04 .swiper-container .company_ { flex-shrink: initial; }
.section04 .swiper-container .company_ {  }
.section04 .swiper-container .company_ img {  }
.section04 .swiper-arrow-wrap {
	position: relative;
}
.section04 .swiper-arrow {
	position: absolute;
	background: #f4f4f4;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: -20px;
	transform: translateY(-50%);
	opacity: 0.8;
}
.section04 .swiper-button-prev { 
	left: -40px; 
	transition: all .3s;
}
.section04 .swiper-button-next { 
	right: -40px; 
	transition: all .3s;
}
.section04 .swiper-button-prev:hover { background-color: #333; }
.section04 .swiper-button-prev:hover:after { color: #fff; }
.section04 .swiper-button-next:hover { background-color: #333; }
.section04 .swiper-button-next:hover:after { color: #fff; }
.section04 .swiper-button-prev:after,.section04 .swiper-button-next:after {
    font-size: 36px;
    color: #444;
}
.section04 .swiper-button-prev:after { margin-left: 60px; }
.section04 .swiper-button-next:after { margin-right: 60px; }

@media screen and (max-width: 1500px) {
	.section04 .swiper-container { padding: 130px 0; }
}
@media screen and (max-width: 992px) {
	.section04 .swiper-container { padding: 120px 0; }
	.section04 .swiper-arrow {  }
}
@media screen and (max-width: 768px) {
    .section04 .swiper-container { padding: 100px 0; }
	.section04 .swiper-arrow { width: 90px; height: 90px; }
}
@media screen and (max-width: 650px) {
	.section04 .swiper-container { padding: 95px 0; }
	.section04 .swiper-container .company_ img { width: 150px; }
	.section04 .swiper-arrow { 
		top: 5px; 
		width: 80px;
		height: 70px;
	}
	.section04 .swiper-button-prev:after, .section04 .swiper-button-next:after { font-size: 30px; }
}




/*서브상단*/
.sub_visual { 
	position: relative;
	margin:0 auto;
	height: 350px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
.sub_visual.visual01 .bg{background-image:url(../img/sub_visual01.jpg)}
.sub_visual.visual02 .bg{background-image:url(../img/sub_visual02.jpg)}
.sub_visual.visual03 .bg{background-image:url(../img/sub_visual03.jpg)}
.sub_visual.visual04 .bg{background-image:url(../img/sub_visual04.jpg)}
.sub_visual.visual05 .bg{background-image:url(../img/sub_visual05.jpg)}




.sub_visual .title_warp { margin:0 auto; }
.sub_visual .title_warp .title_page { 
	height: 350px; 
	position: relative;
	text-align: center;
	margin: 0 auto; 
	transform: translateY(45%); 
	z-index: 2;
}
.sub_visual .main_title { 
	font-size: 38px; 
	padding-bottom: 10px;
	font-weight: 500; 
	text-align: center;
	color: #fff; 
	letter-spacing: -1px;
}
.sub_visual h3 { 
	font-size: 20px;
	font-weight: 400; 
	letter-spacing: 1px; 
	color: #e9e9e9; 
}
.sub_visual .inBox {
	font-size: 14px; 
	padding-top: 10px;
	color: #fff;
}
.sub_visual .inBox i { font-size:14px; color:#fff; display:inline-block;}
.sub_visual .inBox a { padding:0 13px 0 0}
.sub_visual .inBox span {padding:0 13px; opacity:0.8}
.sub_visual .inBox span.strong { opacity:1; padding:0 0 0 13px}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;
-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:1200px;opacity:.6;z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.sub_visual.tmp {height:100px; background-color:#000;}
.sub_visual.tmp .title_warp {display:none;}

.sub_visual h3,
.sub_visual .main_title ,
.sub_visual .inBox {
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-name:visual-tit;
	 -webkit-animation-name:visual-tit;
}

.sub_visual .main_title {animation-delay: 0.6s; -webkit-animation-delay: 0.6s;}
.sub_visual .inBox {animation-delay: 0.9s; -webkit-animation-delay: 0.9s;}

.sub_visual .bg{
	content:'';
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.4s;
	 -webkit-animation-delay: 0.4s;
	animation-name:visual-zoom;
	 -webkit-animation-name:visual-zoom;
}



@keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}

@keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}
@-webkit-keyframes visual-tit {
	0% {opacity:0; -webkit-opacity:0; transform:translateY(20px);}
	100% {opacity:1; -webkit-opacity:1; transform:translateY(0px);}
}



@media screen and (max-width: 992px) {
	.sub_visual .main_title { font-size: 36px; line-height: 44px; padding-bottom: 15px; }
	.sub_visual h3 { font-size: 18px; }
 }

@media screen and (max-width: 640px) {
    .sub_visual { height:422px}
	.sub_visual .title_warp { width:100%;}
	.sub_visual .title_warp .title_page { height:422px}
	.sub_visual h3 { font-size: 15px; }
	.sub_visual .main_title { font-size: 34px; }
	.sub_visual .inBox { font-size: 15px; }
 }

 @media screen and (max-width: 500px) {
	.sub_visual .main_title {
        font-size: 26px;
        line-height: 32px;
    }
 }
/* 서브상단 : 끝 */





/*서브 제목*/
.content_wrap { width: 100%; }
.content_wrap .content_area { 
	width: 100%; 
	max-width: 1200px; 
	margin: 0px auto; 
	padding: 90px 0 50px;
}
.content_wrap .txtCon { 
	max-width: 1440px;
	margin: 0 auto; 
	padding: 150px 0px 100px 0px; 
	clear: both;
}
.content_wrap .txtCon .sub_title { 
	text-align: center; 
	padding: 0 50px;
}
.content_wrap .txtCon .sub_title h2 { 
	font-size: 40px; 
	line-height: 44px; 
	color: #000;
	position: relative;
}
.content_wrap .txtCon .sub_title h2:before {
	content: '';
	position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    width: 35px;
    height: 1px;
}
.content_wrap .txtCon .sub_title p {
	font-size: 16px; 
	color: #555; 
	padding-top: 10px; 
	word-break: keep-all;
}
.content_wrap .txtCon .sub_title .sub_pointer {
    padding-top: 120px;
    font-weight: 600;
    font-size: 32px;
    color: #111;
}
.content_wrap .txtCon .sub_title .sub_pointer .first {
    color: #666;
    font-size: 24px;
	position: relative;
	padding-bottom: 3px;
	font-family: 'GyeongbukDaeJinri';
	font-weight: 300;
}
/* .content_wrap .txtCon .sub_title .sub_pointer .first:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #222;
	width: 35px;
	height: 1px;
	word-break: keep-all;
} */
.content_wrap .txtCon .sub_title .sub_pointer .last {
	font-weight: 300;
	color: #fc0000;
	font-size: 36px;
	line-height: 40px; 
	font-family: 'GyeongbukDaeJinri';
	word-break: keep-all;
}
.content_wrap .txtboard { max-width:1400px; width: 100%; margin:0 auto; padding:100px 20px 100px 20px; font-size: 15px; line-height:1.75; letter-spacing:-0.02em; clear:both}
.content_wrap .txtboard span { 
	font-size: 16px;
}

.content_wrap .txtCon .commingSoon_wrap {
	text-align: center;
	font-weight: 500;
	margin-top: 80px;
	padding-top: 50px;
	padding-bottom: 80px;
	background: url("/theme/sample108/img/logo/img_logo2.png");
	background-position: center bottom;
	background-size: 400px;
}
.content_wrap .txtCon .commingSoon_wrap .commingSoon_mainText { font-size: 60px; padding-bottom: 40px; color: #555; }
.content_wrap .txtCon .commingSoon_wrap .commingSoon_mainText .first { color: #ffa700; }
.content_wrap .txtCon .commingSoon_wrap .commingSoon_subText { font-size: 36px; padding-bottom: 40px; color: #555; }
.content_wrap .txtCon .commingSoon_wrap .d-ul { 
	font-size: 24px;
	font-weight: 300;
	color: #777;
}


@media (max-width: 1280px) {
	.content_wrap .content_area {
		padding: 80px 0 50px;
	}
}
@media (max-width: 980px) {
	.content_wrap .txtCon .sub_title { padding: 0 20px;	}
	.content_wrap .txtCon .sub_title h2 { font-size: 32px; }
	.content_wrap .txtCon .sub_title .sub_pointer {
		font-size: 26px; 
		padding-top: 80px; 
	}

	.content_wrap .txtCon .sub_title .sub_pointer .first { font-size: 22px; padding-bottom: 1px; }
	.content_wrap .txtCon .sub_title .sub_pointer .last { font-size: 30px; line-height: 34px; }
	.content_wrap .content_area { padding: 60px 0 50px;	}
}
@media (max-width:640px) {
	.content_wrap .txtCon .sub_title h2 { font-size: 32px; }
	.content_wrap .txtCon .sub_title h2:before { bottom: -20px; }
	.content_wrap .content_area { padding: 40px 0 30px; }
}
@media (max-width: 578px) {
	.content_wrap .txtCon { padding: 60px 0px 80px 0px; }
	.content_wrap .txtCon .sub_title { margin: 30px 0; }
	.content_wrap .txtCon .sub_title h2 { font-size: 28px; }
	/* .content_wrap .content_area { padding: 0 0 0; } */

	/* 준비중 이미지 */
	.content_wrap .txtCon .commingSoon_wrap .commingSoon_mainText { 
		font-size: 40px; 
		padding-bottom: 30px;
	}
	.content_wrap .txtCon .commingSoon_wrap .commingSoon_subText {
		font-size: 28px;
		padding-bottom: 15px;
	}
	.content_wrap .txtCon .commingSoon_wrap .d-ul { font-size: 18px; }
	.content_wrap .txtCon .commingSoon_wrap { background-size: 310px; }

	.content_wrap .txtCon .sub_title .sub_pointer .first { font-size: 20px; }
	.content_wrap .txtCon .sub_title .sub_pointer .last { font-size: 26px; line-height: 30px; }
}
@media (max-width: 450px) {
	.content_wrap .txtCon .commingSoon_wrap .commingSoon_mainText { font-size: 36px; padding-bottom: 20px; }
	.content_wrap .txtCon .commingSoon_wrap .commingSoon_subText { font-size: 26px; }
	.content_wrap .txtCon .commingSoon_wrap .d-ul { font-size: 17px; }

	.content_wrap .txtCon .sub_title .sub_pointer .first { font-size: 18px; }
	.content_wrap .txtCon .sub_title .sub_pointer .last { font-size: 24px; }
}
/*서브 제목*/







/*서브 하단 네비*/
.share-area {float: right; display:block; padding-top:16px;box-sizing: border-box;}
.share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; cursor:pointer}
.share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.share-area .share-btn{width:34px;height:34px;background-image:url(../img/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease;     background-color: inherit; border:0; margin-right:20px}
.share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}
@media screen and (max-width: 770px) {

	 .share-area { display:none}
}
@media screen and (max-width: 640px) {
	 .share-area .share-btn { display:none}
	 .share-area { display:none}
}
/*서브 하단 네비*/







/*푸터*/
#footer{ 
	background: #222;
	color: #ccc;
	width: 100%;
	padding: 80px 0;
	position: relative;
	z-index: 0;
}
#footer .f-line { 
	font-size: 17px; 
	font-weight: 400;
	display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
#footer .ff-line { 
	border-top: 1px solid #777;
	margin: auto;
	color: #fff;
}
#footer .ff-line .ff-line_inner {
	width: 1360px;
	margin: auto;
	padding-top: 30px;
}
#footer .left li:first-child {
	padding-bottom: 10px; 
	word-break: keep-all;
}
#footer .left li .name { padding-right: 15px; }
#footer .stage_goto { 
	display: flex;
	align-items: center;
    gap: 10px;
	color: #ccc; 
	transition: all .3s;
}
#footer .stage_goto:hover { color: #fff; }

.footerLogo { width: 250px; }
.footerLogo img { width: 100%; }
.footerText { font-size: 18px; } 
.footerText ul { display: flex; gap: 20px; padding-bottom: 20px; }
.footerText li a { 
	font-size: 16px; 
	font-weight: 400; 
	color: #999; 
	transition: all .3s;
}
.footerText .aa a {
	color: #ff0000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
}
.footerText .aa a:hover { color: #d30000; }
.footerText .bb a:hover { color: #858585; }
.footerCopyright { 
	position: relative; 
	width: 100%; 
	font-size: 15px;
	font-weight: 300;
	text-align: left; 
	color: #999;
	word-break: keep-all;
}
.footerCopyright p { 
	/* padding-left: 50px; */
	color: #ccc;
}
#footer .f_bg_logo {
	position: absolute;
    top: 15%;
    right: 5%;
    z-index: -1;
    width: 400px;
}

@media screen and (max-width: 1500px) {
	#footer .inner { max-width: 100%; }
	#footer .ff-line { padding: 0 20px; }
	#footer .ff-line .ff-line_inner { width: 100%; }
}
@media screen and (max-width: 1280px) {
	#footer { padding: 60px 0; }
	.footerLogo { width: 230px; }
	#footer .f-line { padding: 25px 0; }
	#footer .ff-line .ff-line_inner { padding-top: 25px; }
	.footerText ul { padding-bottom: 15px; }
	#footer .f_bg_logo { width: 340px; }
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 768px) {
	#footer { padding: 50px 0; }
	#footer .f-line { 
		padding: 20px 0; 
		font-size: 16px;
	}
	#footer .left li:first-child { padding-bottom: 5px; }
	.footerText ul { padding-bottom: 10px; }
	.footerText li a { font-size: 16px; }
	.footerText .aa a { font-size: 17px; }
	#footer .f_bg_logo {
	    width: 300px;
        top: 50px;
        right: 20px;
	}
}
@media screen and (max-width: 650px) {
	.footerLogo { width: 200px; }
	#footer .f-line { flex-direction: column; gap: 20px; }
	#footer .f_bg_logo { top: 20%; }
}
@media screen and (max-width: 578px) {
	#footer .inner { padding: 0 10px; }
	#footer .ff-line { padding: 0 10px; }
	.footerText .aa a { font-size: 16px; }
}
@media screen and (max-width: 450px) {
	#footer { padding: 45px 0 50px; }
	#footer .f-line { padding: 17px 0 20px; }
	#footer .f_bg_logo { width: 70px; top: 35%;	}
	.footerCopyright { font-size: 14px; }
}



/* 모집요강 */
.admissions-page {
	margin: 40px auto;
	max-width: 1440px; 
}

    /* 1. 학년도 선택 (Select Box) */
    .admissions-page .year-selector {
        text-align: left;
        margin-bottom: 15px;
        border-bottom: 2px solid #eee;
        padding-bottom: 15px;
    }
    .admissions-page .year-selector select {
        padding: 8px 12px;
        font-size: 1em;
        font-weight: bold;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    /* 2. 탭 콘텐츠 (숨기기/보이기) */
    .tab-content {
        display: none; /* 👈 기본적으로 숨김 */
    }
    .tab-content.active {
        display: block; /* 👈 .active만 보임 */
    }
    
/* 3. PDF 컨트롤 버튼 (다운로드/전체화면) */
.admissions-page .pdf-controls {
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-end;
}
.admissions-page .pdf-controls button {
	width: 150px; 
	text-decoration: none;
	background-color: #fff;
	height: 45px; 
	line-height: 45px;
	color: #666;
	font-size: 17px;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #ccc;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
	box-sizing: border-box;
	border-radius: 15px;
	transition: all .3s;
}
.admissions-page .pdf-controls button img {
	width: 20px;
}
.admissions-page .pdf-controls button .big_view {
	display: block;
}
.admissions-page .pdf-controls button .big_view2 {
	display: none;
}
.admissions-page .pdf-controls button:hover {
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #fff;
}
.admissions-page .pdf-controls button:hover .big_view {
	display: none;
}
.admissions-page .pdf-controls button:hover .big_view2 {
	display: block;
}

/* 4. PDF 뷰어 레이아웃 (목차 + 뷰어) */
.admissions-page ._fnctWrap {
	display: flex;
	/* flex-wrap: wrap; */ /* 모바일 대응 */
	gap: 50px; 
}
.admissions-page .index_title_wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.admissions-page .index_title {
	padding-bottom: 15px;
	display: flex;
    align-items: baseline;
    gap: 12px;
	flex-direction: column;
	padding: 0 10px;
}
.admissions-page .index_title_wrap .title {
	font-size: 30px;
}
.admissions-page .index_title_wrap .index_download {
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	background-color: #cbaa7f;
	color: #fff;
	font-size: 17px; 
	font-weight: 600;
	transition: all .3s;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
	align-items: center;
}
.admissions-page .index_title_wrap .index_download:hover {
	background-color: #ff0000;
	font-weight: 700;
}
.admissions-page .index_title_wrap .index_download .download {
	height: 18px;
}

/* 4-1. 왼쪽 목차 리스트 */
.admissions-page .index_list_wrap {
	width: 20%;
}
.admissions-page .index_list {
	flex: 1;
	min-width: 25px;
	width: 18%;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	max-height: 800px;
	overflow-y: auto;
	border-radius: 20px;
	padding: 20px 15px;
	gap: 5px; 
	display: flex;
    flex-wrap: wrap;
	font-weight: 600;
	/* background-color: #f3f3f3; */
}
.admissions-page .index_list a {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px; 
	padding: 0 15px; 
	text-decoration: none;
	color: #333;
	/* border-bottom: 1px solid #eee; */
	font-size: 17px;
	font-weight: 500;
	cursor: pointer; 
	transition: all .3s;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.admissions-page .index_list a:hover {
	color: #ff0000;
	font-weight: 700;
	background-color: #fff5e9;
    border-radius: 10px;
}
.admissions-page .index_list a img.hover_view { display: none; height: 20px; padding-bottom: 1px; box-sizing: border-box; border-radius: 50%; }
.admissions-page .index_list a:hover img.hover_view { display: block; }
    
/* 4-2. 오른쪽 PDF 뷰어 */
.admissions-page .pdf-contents-wrap {
	width: 80%;
	/* width: 100%; */
}
.admissions-page .pdfobject-container {
	flex: 4;
	min-width: 300px;
	height: 1100px; /* PDF 뷰어 높이 (필수) */
	position: relative;
}
.admissions-page .pdfobject-container iframe {
	border: none;
	width: 100%;
	height: 100%;
}
.swiper.apply-Swiper { display: none; }
.swiper-button-next, .swiper-button-prev { color: #ff0000 !important; }

@media screen and (max-width: 1500px) {
	.admissions-page { padding: 0 30px; }
	.admissions-page ._fnctWrap { gap: 30px; }
	.admissions-page .index_title p {  }
}
@media screen and (max-width: 1280px) {
	.admissions-page { padding: 0; }
	.admissions-page .index_list { padding: 10px; }
	.admissions-page .index_list a { padding: 0 7px; }
} 
@media screen and (max-width: 1080px) {
	.admissions-page ._fnctWrap { flex-wrap: wrap; }
	.admissions-page .index_list { flex-wrap: nowrap; }
	.admissions-page .index_list_wrap { width: 100%; margin-bottom: 0; }
	.admissions-page .index_list a { white-space: nowrap; text-align: center; }

	.admissions-page .index_list:-webkit-scrollbar { display: none; }
	.admissions-page .index_list {
		-ms-overflow-style: none; /* 인터넷 익스플로러 */
		scrollbar-width: none; /* 파이어폭스 */
	}	
	.admissions-page .index_title_wrap .index_download { 
		width: 150px; 
		height: 45px; 
		line-height: 45px;
		margin: 0; 
	}
	.admissions-page .index_title_wrap { flex-direction: row; margin-bottom: 20px; }
	.admissions-page .index_title { gap: 5px; }

	.admissions-page .content-20 { position: relative; }
	.admissions-page .pdf-controls { 
		position: absolute; 
		top: 0;
		right: 160px;
	}
	.admissions-page .pdf-contents-wrap { width: 100%; }
	.admissions-page .pdfobject-container { height: 1000px; }
	
	.admissions-page .index_list a:hover img.hover_view { display: none; }
}
@media screen and (max-width: 650px) {
	.admissions-page { margin: 40px auto 0; }
	.admissions-page .index_title_wrap { flex-direction: column; gap: 8px; margin-bottom: 0; }
	.admissions-page .pdf-controls { 
		top: 0; 
		margin-bottom: 0; 
		left: 160px; 
		right: initial;
	}
	.admissions-page .pdfobject-container { height: 600px; }
	.admissions-page .index_title  { display: none; }
	.admissions-page .index_list { display: none; }
	.admissions-page ._fnctWrap { gap: 15px; }
	.admissions-page .pdf-controls button { display: none; }
	.admissions-page .index_title_wrap { align-items: flex-end; }
	.pdfobject-container { display: none; }
	
	.swiper.apply-Swiper { display: block; }

	.apply-Swiper.swiper {
		width: 100%;
		height: 60vh;
		min-height: 500px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.apply-Swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.admissions-page ._fnctWrap { flex-direction: column-reverse; }
	.admissions-page .index_title_wrap .index_download { width: 100%; border-radius: 2px; }
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
		content: '→' !important;
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
		content: '←' !important;
	}
	.swiper-pagination-bullet-active { background: #ff0000 !important; }

}
/* 학사정보 */
:root {
	--main-accent-color: #ff0000; /* 사용자 요청 빨간색 */
	--knu-text: #212529;
	--knu-text-light: #495057;
	--border-color: #e0e0e0;
	--background-light: #f9f9f9;
}
.academic_info_wrap { padding-bottom: 50px; }
.academic_info_wrap .section-tab {
	border-top: 4px solid var(--main-accent-color);
	width: 20%; 
}
.academic_info_wrap .section-tab span {
	display: inline-block;
	padding: 10px 20px;
	color: var(--main-accent-color);
	font-size: 30px;
	font-weight: 700;
}
.academic_info_wrap .first_sec {
	margin-bottom: 50px;
} 
.academic_info_wrap .case { 
	display: flex; 
	gap: 100px; 
	width: 100%; 
}
.academic_info_wrap .con_value {
	width: 70%; 

	background-color: #f7f7f7;
	padding: 40px 30px;
	border-radius: 10px;
}
.academic_info_wrap .requirement-section h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--knu-text);
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--border-color);
}
.academic_info_wrap .requirement-section ul {
	padding-left: 10px;
}
.academic_info_wrap .requirement-section li {
	font-size: 1.1rem;
	color: var(--knu-text-light);
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px; 
}
.academic_info_wrap .requirement-section li::before {
	content: '•'; /* 점 */
	color: var(--main-accent-color); /* 포인트 컬러 */
	font-weight: 700;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	top: -2.5px;
}
.academic_info_wrap .requirement-section li strong {
	color: var(--knu-text);
	font-weight: 500;
}
.academic_info_wrap .requirement-section li .highlight {
	font-weight: 700;
	color: var(--main-accent-color);
}

.academic_info_wrap .content-section {
	margin-top: 110px;
}

.academic_info_wrap .content-section h2 {
	font-size: 1.8rem;
	color: var(--knu-text);
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
}
.academic_info_wrap .content-section h3 {
	font-size: 1.3rem;
	color: var(--knu-text);
	margin-bottom: 25px;
	font-weight: 500;
}
.academic_info_wrap .default-list {
    list-style: none; 
    padding-left: 0;
}

.academic_info_wrap .default-list li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 10px;
    color: #666;
	font-size: 17px;
}
.academic_info_wrap .default-list li::before {
    content: '‣';
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    font-size: 1.3rem;
    line-height: 1;
}
.academic_info_wrap .default-list li strong {
    color: #222;
    font-weight: 500;
}

@media screen and (max-width: 1280px) { 
	.academic_info_wrap { padding-bottom: 0; }
	.academic_info_wrap .case { gap: 60px; }
	.academic_info_wrap .con_value { width: 75%; }
}
@media screen and (max-width: 992px) {
	.academic_info_wrap .case { gap: 60px; }
	.academic_info_wrap .section-tab span { font-size: 25px; }
}
@media screen and (max-width: 768px) {
	.academic_info_wrap .requirement-section h3 { font-size: 1.3rem; }
	.academic_info_wrap .requirement-section li { font-size: 1rem; }
	.academic_info_wrap .case { gap: 30px; }
	.academic_info_wrap .content-section { margin-top: 80px; }
}
@media screen and (max-width: 640px) {
	.academic_info_wrap .section-tab { width: 120px; }
	.academic_info_wrap .section-tab span { font-size: 22px; }
	.academic_info_wrap .case { flex-direction: column; gap: 0; }
	.academic_info_wrap .con_value { width: 100%; }
	.academic_info_wrap .section-tab { border-bottom: 3px solid var(--main-accent-color); border-top: 0; }
}
@media screen and (max-width: 578px) {
	.academic_info_wrap .con_value { padding: 30px 20px; }
	.academic_info_wrap .requirement-section h3 { font-size: 19px; }
	.academic_info_wrap .content-section { margin-top: 50px; }
	.academic_info_wrap .case:last-child .first_sec { margin-bottom: 20px; }
}


/* 학사일정 */
.academic_schedule_wrap .content-container {
	margin: 0 auto;
	padding: 50px 0;
}
.academic_schedule_wrap .schedule-tab-nav {
	display: flex;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	height: 60px;
    line-height: 60px;
	border-radius: 50px;
    overflow: hidden;
}
.academic_schedule_wrap .schedule-tab-nav a {
	font-size: 18px;
	font-weight: 500;
	color: #495057;
	border: 1px solid transparent;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.academic_schedule_wrap .schedule-tab-nav a.active {
	background-color: #cbaa7f;
	color: #ffffff;
	font-weight: 700;
}
.academic_schedule_wrap .tab-content-panel {
	display: none;
}
.academic_schedule_wrap .tab-content-panel.active {
	display: block; 
}
.academic_schedule_wrap .tab-content-panel h2 {
    font-size: 30px;
    color: var(--knu-text);
    margin-bottom: 20px;
    margin-top: 80px;
}
.academic_schedule_wrap .schedule-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	margin-bottom: 30px;
}
.academic_schedule_wrap .year-nav { 
	display: flex;
	align-items: center;
	gap: 20px;
}
.academic_schedule_wrap .year-nav button {
	background: none; 
	padding: 0; 
	font-size: 30px; 
	cursor: pointer;
	border: 0;
}
.academic_schedule_wrap .year-nav span { font-size: 22px; text-decoration: underline; font-weight: 700; }
.academic_schedule_wrap .year-nav button:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}
.academic_schedule_wrap .year-nav .current-year {
	font-size: 1.5rem; font-weight: 700;
	color: var(--main-accent-color); margin: 0 20px;
}
/* 월별 */
.academic_schedule_wrap .month-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.academic_schedule_wrap .month-nav span {
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s;
}
.academic_schedule_wrap .month-nav span:hover { 
	background-color: var(--border-color); 
}
.academic_schedule_wrap .month-nav span.active {
	background-color: var(--main-accent-color); 
	color: #ffffff; 
	font-weight: 700;
}
.academic_schedule_wrap .schedule-event-list h2 {
	font-size: 1.5rem;
	font-weight: 700; 
	color: var(--knu-text);
	margin-bottom: 0; 
	padding-bottom: 20px; 
	border-bottom: 2px solid var(--knu-text);
}
.academic_schedule_wrap .schedule-event-list ul { min-height: 150px; }
.academic_schedule_wrap .schedule-event-list li {
	display: flex;
	padding: 0 10px; 
	height: 70px;
    line-height: 70px;
	border-bottom: 1px solid var(--border-color); 
	font-size: 1rem;
}
.academic_schedule_wrap .schedule-event-list li span { font-size: 18px; }
.academic_schedule_wrap .schedule-event-list li .date {
	font-weight: 700; 
	color: var(--main-accent-color); 
	width: 30%;
}
.academic_schedule_wrap .schedule-event-list li .desc {
	font-weight: 500; 
	color: var(--knu-text-light);
	width: 70%;
}
.academic_schedule_wrap .schedule-event-list li.no-data {
    color: #999;
    justify-content: center;
    font-size: 20px;
    padding: 70px 0;
    height: initial;
    line-height: initial;
	text-align: center;
}
.academic_schedule_wrap .yearly-schedule-content h2 {
	font-size: 30px;
	color: var(--knu-text);
	margin-bottom: 20px;
	margin-top: 80px;
}
.academic_schedule_wrap .yearly-schedule-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid var(--main-accent-color);
	margin-bottom: 40px;
}
.academic_schedule_wrap .yearly-schedule-table th,
.academic_schedule_wrap .yearly-schedule-table td {
	padding: 20px 15px;
	border-bottom: 1px solid var(--border-color);
	text-align: left;
}
.academic_schedule_wrap .yearly-schedule-table th { /* 월 */
	background-color: var(--background-light);
	color: var(--knu-text);
	font-weight: 700;
	width: 15%;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	white-space: nowrap;
}
.academic_schedule_wrap .yearly-schedule-table td {
	color: var(--knu-text-light);
	width: 85%;
	font-size: 18px;
}
.academic_schedule_wrap .yearly-schedule-table td ul {
	padding-left: 20px;
}
.academic_schedule_wrap .yearly-schedule-table td ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}
.academic_schedule_wrap .yearly-schedule-table td ul li:last-child {
	margin-bottom: 0;
}
.academic_schedule_wrap .yearly-schedule-table td ul li::before {
	content: '‣';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-accent-color);
	font-size: 1.3rem;
	line-height: 1;
}
.academic_schedule_wrap .yearly-schedule-content .no-data-message {
	padding: 30px 20px;
	background-color: var(--background-light);
	border: 1px solid var(--border-color);
	border-top: 2px solid var(--main-accent-color);
	color: var(--knu-text-light);
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
}
@media screen and (max-width: 1500px) {
	.academic_schedule_wrap .content-container {
		margin: 0 auto;
		padding: 50px 30px;
	}
}
@media screen and (max-width: 1280px) {   
	.academic_schedule_wrap .content-container {
		padding: 50px 0 20px;
	}
}
@media screen and (max-width: 1080px) {
	.academic_schedule_wrap .schedule-controls {
		flex-direction: column;
		gap: 30px;		
		background-color: #f5f5f5;
		padding: 30px 10px;
		border-radius: 10px;
	}
	.academic_schedule_wrap .month-nav {
		width: 100%;
		justify-content: space-around;
	}
}
@media screen and (max-width: 992px) {
	.academic_schedule_wrap .schedule-tab-nav {
		height: 50px;
		line-height: 50px;
	}
	.academic_schedule_wrap .schedule-tab-nav a { font-size: 18px; }
}
@media screen and (max-width: 768px) {
	.academic_schedule_wrap .schedule-controls { flex-direction: column; gap: 20px; }
	.academic_schedule_wrap .schedule-event-list li { 
		flex-direction: column; 
		height: initial;
		line-height: initial;
		padding: 15px 12px; 
	}
	.academic_schedule_wrap .schedule-event-list li .date { 
		width: 100%;
		padding-bottom: 10px;
		font-size: 18px; 
	}
	.academic_schedule_wrap .schedule-event-list li .desc { 
		width: 100%; 
		padding-left: 15px;
		position: relative; 
		font-size: 17px;
	}
	.academic_schedule_wrap .schedule-event-list li .desc:before {
		content: '-';
		position: absolute;
		top: 0;
		left: 0; 
	}

	.academic_schedule_wrap .month-nav span { text-align: center; }
	.academic_schedule_wrap .schedule-event-list li.no-data { font-size: 18px; }
	.academic_schedule_wrap .schedule-tab-nav a { font-size: 17px; }
	.academic_schedule_wrap .yearly-schedule-content h2 { font-size: 26px; }
	.academic_schedule_wrap .yearly-schedule-table th { font-size: 20px; }
	.academic_schedule_wrap .yearly-schedule-table td { font-size: 17px; }

}
@media screen and (min-width: 711px) and (max-width: 991px) {
	.academic_schedule_wrap .month-nav span {
		width: 16%;
		text-align: center;
	}
}
@media screen and (max-width: 710px) {
	.academic_schedule_wrap .month-nav span { width: 22%; }
}
@media screen and (max-width: 640px) {
	.academic_schedule_wrap .content-container {
		padding: 10px 0 20px; 
	}
}
@media screen and (max-width: 578px) {
	.academic_schedule_wrap .schedule-event-list ul {
		min-height: 100px; 
	}
	.academic_schedule_wrap .yearly-schedule-table th { padding: 20px 3px; font-size: 17px; }
	.academic_schedule_wrap .yearly-schedule-table td { padding: 17px 0; font-size: 16px; }
}


/* 푸터 */
.tl_pop_con{background:#fff;}
.tl_pop_con h2.f_pop_tit{width:100%;height:80px;line-height:80px;background:#076aa3;font-size:20px;color:#fff;}
.tl_pop_con h2.f_pop_tit img {display:inline-block;margin-left:50px;margin-right:5px;margin-top:-10px;width:120px;}
.tl_pop_con h2.f_pop_tit span {display:inline-block; padding-left:50px;}
.f_pop_wrap {line-height:23px;text-align:justify;word-break:break-all;font-size:15px;overflow-y:auto;}
.f_pop_wrap strong {color:#00a19a;font-weight:normal;}
.f_pop_wrap p { color:#333; padding:40px 50px; line-height:1.6;}
.mfp-close:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/w_btn_close.png") no-repeat center center; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; border-radius: 50%; }
.mfp-close { width: 40px; height: 40px; text-indent: -999px;opacity: 1; overflow: hidden; background-color:transparent; border:0; }
button.mfp-close:hover:after { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }










