@charset "utf-8";
@import url('reset.css');

body {outline:0; color:#444; overflow-x:hidden; font-weight:400; word-break: keep-all;}
h1, h2, h3, h4, h5, h6 {font-size: 24px; font-weight: 500;}
a {color:inherit;}
*{line-height: 1.3; letter-spacing: -0.5px;}

/* 공통 */
.title_show{position: relative; padding-top:10px;}
.title_show::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1;}
.title_line{position: relative; padding-bottom:10px;}
.title_line::before{display: block; content: ''; width: 50px; height: 4px; background-color: #2d4b7a; !important; position: absolute; bottom:0; left:0; z-index: -1;}



/* 사이트맵 */
.top_side2{position: absolute; width: 80px; height: 80px;content: ''; display: block; top:0; right: 0; z-index: 9999;}
.top_side2 li:last-child{background: none; background-color: #999;}
.top_side2 li{padding: 0 !important;}
.site_map_btn{width: 25px; height: 25px; content: ''; display: block; position: absolute; cursor: pointer; top:50%; left:50%; transform:translate(-50%, -50%);}
.site_map_btn > li{display: block; content: ''; position: absolute; background-color: #999; width: 25px; height: 1px; left:0; transition-duration: 0.25s;}
.site_map_btn > li:nth-of-type(1){top:0;}
.site_map_btn > li:nth-of-type(2){top:50%; width: 20px;}
.site_map_btn > li:nth-of-type(3){top:100%; width: 22.5px;}
.site_map_btn:not(.site_map_btn.on):hover li{width: 20px; left:unset; right: 0; background-color: #000;}
.site_map_btn:not(.site_map_btn.on):hover li:nth-of-type(1){transform: rotate(30deg); top:7px;}
.site_map_btn:not(.site_map_btn.on):hover li:nth-of-type(2){width: 25px; left:0;}
.site_map_btn:not(.site_map_btn.on):hover li:nth-of-type(3){transform: rotate(-30deg); top:19px;}

.site_map_btn.on{top: 75px; left: unset; right: 50px; position: fixed; overflow: hidden; width: 50px; height: 50px; transition-duration: 0.25s;}
.site_map_btn.on:hover{transform: translate(-50%, -50%) rotate(180deg);}
.site_map_btn.on:hover > li{background-color: #000}
.site_map_btn.on > li{width: 50px; top: 50%; left: 50%;  transition-duration: 0.25s;}
.site_map_btn.on > li:nth-of-type(1){transform: translate(-50%, -50%) rotate(45deg);}
.site_map_btn.on > li:nth-of-type(2){display: none;}
.site_map_btn.on > li:nth-of-type(3){transform: translate(-50%, -50%) rotate(-45deg);}

.maj_sitemap_wrap.on{display: block;}
.maj_sitemap_wrap{position: fixed; width: 100vw; height: 100vh; background-color: #fff; z-index: 9998; left:0; top:0; display: none;}
.maj_sitemap_wrap .maj_sitemap{display: block; position: absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.maj_sitemap_wrap h1.logo{float: unset; margin-top:60px !important; margin-left:50px; padding:unset; width: fit-content;}

.maj_sitemap_wrap .maj_sitemap > ul{display: flex; flex-direction: row; align-items: flex-start; }
.maj_sitemap_wrap .maj_sitemap > ul div.menu_title{display: none;}
.maj_sitemap_wrap .maj_sitemap > ul > li > a{pointer-events: none; cursor: default; font-size: 24px; font-weight: 600; text-align: center; width: fit-content; margin:0 auto;}
.maj_sitemap_wrap .maj_sitemap > ul > li{display: flex; flex-direction: column; align-items: center;}
.maj_sitemap_wrap .maj_sitemap > ul > li{margin-right: 25px;}
.maj_sitemap_wrap .maj_sitemap > ul > li:last-child{margin-right: 0;}
.maj_sitemap_wrap .depth_sub2{width:100%; padding:0; margin:25px 0 0 0;}
.maj_sitemap_wrap .depth_sub3{margin-top:25px; padding-top:25px;}
.maj_sitemap_wrap .depth_sub3 > li a{display:block; font-size: 16px; margin:15px 0;}
.maj_sitemap_wrap .depth_sub3 > li a:hover{color: #2d4b7a;}

.maj_sitemap_wrap .sub_menu_form > ul{padding:0; width: 100%; margin:25px 0 0 0;}
.maj_sitemap_wrap .sub_menu_form > ul > li{ margin:0; text-align: center;}
.maj_sitemap_wrap .sub_menu_form > ul > li:hover > a{color:#2d558a; font-weight: 700; border:none; background-color: unset; text-align: center;}
.maj_sitemap_wrap .sub_menu_form > ul > li > a{height: unset; line-height: unset; padding:15px 0; border:none; text-align: left; width: 150px; text-align: center; font-weight: 600; word-break: break-all;}
.maj_sitemap_wrap .sub_menu_form > ul > li > a:hover{background-color: unset; color:#2d4b7a; font-weight: 700;}
.maj_sitemap_wrap .sub_menu_form > ul > li ul{background-color: #f5f5f5; padding:10px 5px; margin:0;}
.maj_sitemap_wrap .sub_menu_form > ul > li ul li a{margin:0;}
.maj_sitemap_wrap .sub_menu_form > ul > li ul li a:hover{font-weight: 600; color:#2d4b7a;}
.maj_sitemap_wrap .sub_menu_form > ul > li ul li a b{display: none;}



/* 상단메뉴 */
.header_top_right > li a{
	font-size: 14px;
	font-weight: 300;
}

#header3 .header_body{
	position: relative;
	height: 80px;
	line-height: 80px;
	
	display: flex;
    flex-direction: row;
    align-items: center;
}
#header3 .header_body h1{margin-top:0; width: 300px;}
#header3 .header_body h1 > a{font-size: 18px; font-weight: 800;}
#menu2{width:calc(100% - 300px); height: 80px; padding:0 100px 0 0;}
#menu2 > ul{width: 100%; height: 80px;}
#menu2 > ul > li{width: calc(100% / 7); padding:0; margin:0;}
#menu2 > ul > li > a {
	display:block;
    width: 100%;
    height:80px;
    line-height: 80px;
    font-size: 20px;
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
}

/* 상단메뉴 하단 */
#menu2 > ul > li:hover > div{display: flex;}
#menu2 > ul > li > div{
	top:120px;
	min-height: 300px;
	box-shadow: 2px 8px 7px 0px #9d9d9d05;
	background:none;
	background-color: #fff;
}
#menu2 > ul > li > div > div{
	display: flex;
}
.menu_title{
	width: 25%;
	min-height:300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/peo.png");
    background-repeat: no-repeat;
    background-position: right 25px bottom 25px;
    background-size: 100px;
}
.menu_title p{font-weight: 500;}
.menu_title h3{font-weight: 600; margin:0; padding:0; padding-top:10px;}

.sub_menu_form > ul{
	width: calc(100% - 25%);
	min-height:300px;
}
.sub_menu_form > ul > li:hover > a{
    transition: ease 0.25s;
    background-color: #2d558a;
    border:1px solid #2d558a;
}
.sub_menu_form > ul > li ul{padding:25px 10px 0; margin:25px 0 0 0;}
.sub_menu_form > ul > li{margin:0; padding:0; width:fit-content; margin:0 10px 10px 0;}
.sub_menu_form > ul > li ul li a{font-size: 15px; display: block; margin:15px 0; font-weight: 500;}
.sub_menu_form > ul > li > a{width: 200px;}


/* 메인 */
.visual_text h3, .visual_text p, .visual_text span{color:#000 !important; text-shadow: 3px 3px 2px #ffffffa8;}

.content2{margin-top: unset; margin:122px auto 0;}
.cal_quick_form .quick_form ul li a{transition-duration: 0.25s;}
.cal_quick_form .quick_form ul li a:hover,
.quick_form li a:hover{transform:scale(1.05);}
.main_content_form1{margin:0 0 50px 0;}


.photo_form .title{display: flex; align-items: center;}
.photo_form .title a,
.photo_form ul li .photo_link{transition-duration: 0.25s;}
.photo_form .title a:hover,
.photo_form ul li .photo_link:hover{color:#2d4b7a;}


.photo_form ul li{display: none;}
.photo_form ul li:nth-of-type(1),
.photo_form ul li:nth-of-type(2){
	display: block !important;
}
.photo_form ul{display: flex;}
.photo_form ul li{width: calc(100% / 2 - 10px); margin-right: 10px;}
.photo_form ul li:nth-of-type(2n){margin-right: 0;}

.m_news_text_img{
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.m_news_text_img img{
	position: absolute;
	width: 100%;
	height: auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}

.notice_form .title{padding:0; margin:0; border: none;}
.notice_form ul:nth-child(2){
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 20px;
	border:1px solid #fff;
	border-top:2px solid #999;
	background-color: #f9f9f9;
}
.notice_form ul:nth-child(2) a:hover p{
	transition-duration: 0.25s;
	color:#111 !important;
}
.notice_form ul:nth-child(2) li:nth-child(1) a p{
	font-weight:500;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 12em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.notice_form ul:nth-child(3){
	margin:15px 0 0 0;
}
.notice_form ul:nth-child(3) li{
	padding:0;
	width: 100%;
}
.notice_form ul:nth-child(3) li a{
	padding:20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#999;
	transition-duration: 0.25s;
}
.notice_form ul:nth-child(3) li a span {
    font-weight: 500;
    color: #999;
    font-size: 15px;
}
.notice_form ul:nth-child(3) li a:hover{
	background-color: #f9f9f9;
	padding-left: 20px;
}
.notice_form ul:nth-child(3) li a:hover,
.notice_form ul:nth-child(3) li a:hover span{
	color:#111;
}
.notice_form ul:nth-child(3) li a p{width: calc(100% - 100px);}
.notice_form ul:nth-child(3) li a span{width: 100px;}

.quick_bg{
	width: 100%;
	height:250px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.main_content1{max-width: 100%; width: 1300px; height:fit-content; margin:0 auto;}
.quick_form, .quick_form li, .quick_form li a{float: unset;}
.quick_form{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.quick_form li{width: calc(100% / 6 - 10px);}
.quick_form li a{display: block; width: 100%; padding: 90px 0 20px;}



/* 서브페이지 */
.contentsContainer{display: none;}
.sub_visual{margin: 122px 0 0 0;border-bottom: none;position: relative;background: url(../img/sub/sub_bg1.png) no-repeat;background-size: cover !important;}
.sub_visual::before{display: block;content: '남부대학교 한방건강제약학과';position: absolute;top:100px;left:50%;color:#fff;font-size: 20px;transform:translateX(-50%);font-weight: 500;}
.sub_visual h1{padding:0; line-height: 310px; font-weight: 800; letter-spacing: -2px;}

nav{margin: 0;height: 62px;line-height: 60px;}
nav > ul:first-child > li{height: 60px; line-height: 60px; width:200px !important; padding:0 !important; margin: 0;}
nav > ul:first-child > li:hover{background-color:#296dc5; transition-duration: 0.25s;}
nav > ul:first-child > li:nth-child(1){
	width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav > ul:first-child > li:nth-child(1) a{
	width: auto;
	transition-duration: 0.25s;
}
.dropdown{
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.dropbtn{
	margin:0;
	padding:0 10px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	vertical-align: unset;
	text-align: left;
	position: relative;
	transition-duration: 0.25s;
}
.dropbtn:before{
	display: block;
	content: '∨';
	position: absolute;
	top:50%;
	right: 10px;
	color:#fff;
	font-size: 14px;
	transform:translate(0, -50%);
}
.dropdown-content{
	width: 200px;
	transition-duration: 0.25s;
}
.dropdown-content a:hover{
	transition-duration: 0.25s;
}

/* 서브컨텐츠 */
.depth01_text > ul > li{
	border:none;
	width: 100%;
	padding: 0;
	margin:0 auto 25px;
}



.depth01_text > ul > li h3{position: relative; padding-bottom:10px;}
.depth01_text > ul > li h3::before{display: block; content: ''; width: 50px; height: 4px; background-color: #2d4b7a; !important; position: absolute; bottom:0; left:0; z-index: -1;}
.depth01_text > ul > li h2{position: relative; padding-top:10px;}
.depth01_text > ul > li h2::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1;}



.depth01_textimg > ul:nth-child(1) > li h3{position: relative; padding-bottom:10px;}
.depth01_textimg > ul:nth-child(1) > li h3::before{display: block; content: ''; width: 50px; height: 4px; background-color: #2d4b7a; !important; position: absolute; bottom:0; left:0; z-index: -1;}



.sub_content2{
	margin:50px auto 100px;
	padding:0;
}
.sub_content_title2{
	padding:0;
	margin:0;
	margin:75px auto 50px;
}
.sub_content_title2 h3{
	font-weight: 800;
	font-size: 40px;
	letter-spacing: -3.5px;
	width: fit-content;
	margin:0 auto;
	position: relative;
}

.sub_content_title2 h3::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1; color:#333;}
.depth01_textimg{width: 100%;}
.depth01_textimg h1, .depth01_textimg h2, .depth01_textimg h3{font-weight: 800 !important; color:#444 !important; font-size: 24px !important; letter-spacing: -2.5px;}
 .depth01_textimg h4, .depth01_textimg h5, .depth01_textimg h6{font-weight: 600 !important; color:#666 !important; font-size: 20px !important; letter-spacing: -1.5px;}

.dept_width{display: flex; flex-direction: row; align-items: center;}
.dept_length{display: flex; flex-direction: column;}

.dept_width img{display:block; box-shadow: 2px 8px 7px 0px #9d9d9d12;}


.depth01_textimg > ul:nth-child(1) > li h2{color: #2d4b7a !important; margin:25px 0 5px;}
.depth01_textimg > ul:nth-child(1) > li h2{position: relative; padding-top:10px;}
.depth01_textimg > ul:nth-child(1) > li h2::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1;}

.depth01_textimg > ul:nth-child(2) > li img{margin:0;}
.depth01_textimg > ul:nth-child(1) > li h6{
	margin:50px 0 25px;
	color: #2d4b7a !important;
}
.depth01_textimg > ul:nth-child(1) > li strong{
	font-weight: 500;
}
.depth01_textimg > ul:nth-child(1) > li:nth-of-type(5),
.depth01_textimg > ul:nth-child(1) > li:nth-of-type(6),
.depth01_textimg > ul:nth-child(1) > li:nth-of-type(7),
.depth01_textimg > ul:nth-child(1) > li:nth-of-type(8){
	margin:2.5px 0;
}
.depth01_textimg > ul:nth-child(1) > li:nth-of-type(9){
	margin:10px 0 0 0;
	font-size: 20px;
	color: #2d4b7a;
}
.depth01_textimg > ul:nth-child(1) > li:nth-of-type(9) p{
	color: #2d4b7a;
}
.depth01_textimg > ul:nth-child(1) > li.introduce_name{
	margin:50px 0 0 0;
	text-align: left;
}
.depth01_textimg3 > h3,
.depth01_text2 > h3{
	width:fit-content;
	margin:75px auto 50px;
	float: unset;
	letter-spacing: -2px;
	padding-top: 10px;
	position: relative;
}
.depth01_textimg3 > h3::before, .depth01_text2 > h3::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1;}

.ideology_chart{
	border:none;
	padding:0;
}
.ideology_chart dl{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin:10px auto !important;
    padding:0 !important;
}
.ideology_chart dl dt, .ideology_chart dl dd{
	text-align: center !important;
	margin:0 !important;
	color:#444 !important;
	background-color: #fff !important;
	border:none !important;
	padding:0 !important;
}
.ideology_chart dl dt{
	width: 100% !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	margin:25px auto 10px !important;
	position: relative;
}
.ideology_chart dl dt::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:50%; z-index: 1; transform:translateX(-50%);}
.ideology_chart dl dd{
	background-color: #f5f5f5 !important;
	border-radius: 20px;
	margin:0 10px 10px 0 !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	padding:20px 30px !important;
	width: fit-content !important;
}
.ideology_chart dl dd:last-child{
	margin:0 0 10px 0 !important;
}

.ideology_chart dl:nth-child(3):before{
	display: none;
}
.ideology_chart dl:nth-child(8) dd:nth-child(4n){
	margin-right: 10px !important;
}

.depth01_text2 > ul > li h2{
	background-color: #f5f5f5;
	border-radius: 20px;
}

.gide_text{display: flex; flex-direction: column; border-radius: 20px; border:1px solid #ddd;}
.gide_text h3{font-weight: 600; padding-bottom: 10px; position: relative;}
.gide_text h3::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:40px; z-index: 1;}
.teacher_information{width: 100%; height: fit-content; border:none; margin:25px auto; padding:0;}
.teacher_info{border:1px solid #ddd; display: flex; align-items: center; margin:50px auto; padding:25px 50px; border-radius: 20px;}
.teacher_info img{display: inline-block; width: 100%; max-width: 200px; height: auto; margin:0 35px 0 0; box-shadow: -1px 5px 13px 2px #cccccc24;}
.teacher_info{display: flex; margin:5px 0 15px;}
.teacher_info span{font-weight: 600 !important; margin:0 15px 0 0; color: #1957a7 !important; width:80px !important;}

.teacher_info ul:nth-child(1){width: 200px;}
.teacher_info ul:nth-child(2){width: calc(100% - 200px);}
.teacher_profile{height: fit-content;}

.tableType01{width: 100%;}
.tableType01 thead th{border-top:2px solid #ddd;}
.teacher_info ul:nth-child(2) li h3 b{position: relative; padding-top:10px;}
.teacher_info ul:nth-child(2) li h3 b::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: 1;}

.graduated_wrap ul{margin: 25px auto !important; width: 100% !important;}
.graduated_wrap ul:first-child li{width: 100%; height: 350px; overflow: hidden; position: relative; border-radius: 20px;}
.graduated_wrap ul li img{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	bottom: -100px;
}
.graduated_wrap ul:nth-child(2){
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.graduated_wrap ul:nth-child(2) > li{
	margin:0 10px 10px 0;
	width: fit-content;
	border:1px solid #ddd;
	background-color: #f5f5f5;
	padding:20px 20px;
	border-radius: 20px;
}
.graduated_wrap ul li h2{font-size: 20px; width: 100%; font-weight: 600; margin:0 0 15px 0;}
.graduated_wrap ul:nth-child(2) > li p{
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
}

.depth01_text3 > ul > li h2{
	margin:0 0 15px 0;
	padding:0;
	padding-top:20px;
	width: 100%;
	border:none;
	box-shadow: none;
	font-size: 24px;
	position: relative;
}
.depth01_text3 > ul > li h2::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1;}

table{width: 100%;}
th:hover, td:hover{background-color: #f5f7f7;}
.tableType01_7 thead th{border-top:2px solid #999; background-color: #f5f7f7;}
.tableType01_7 thead th:nth-of-type(1){width: 10%}
.tableType01_7 thead th:nth-of-type(2){width: 10%}
.tableType01_7 thead th:nth-of-type(3){width: 30%}
.tableType01_7 thead th:nth-of-type(4){width: 20%}
.tableType01_7 thead th:nth-of-type(5){width: 10%}
.tableType01_7 thead th:nth-of-type(6){width: 10%}
.tableType01_7 thead th:nth-of-type(7){width: 10%}

.paging_wrap {position:relative;margin: 20px 0;float: left;width: 100%;}
.pagination li {display:inline-block;}
.pagination li a {display:inline-block;width:36px;height:36px;line-height:36px;border:1px solid #ccc; text-align:center;font-size:13px;color:#9e9e9e}
.pagination li.active a, .pagination li a:hover, .pagination li a:focus {color:#390;font-weight:bold;border:1px solid #390;}
.pagination li a, .pagination li a.on{padding: 0 !important;}
.pagination .active, .pagination .dot:hover{border:none !important}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{color:unset !important; cursor: pointer; border:1px solid #390;}
.pagination li a:hover { text-decoration:underline}
.pagination li.button a { background-image: url(""); }
.pagination li.paginate_button.paginate_box_button.previous a {background: url('../images/board/ic_paginate.png') no-repeat; text-indent:-1000em;background-position:0 0}
.pagination li.paginate_button.paginate_box_button.left a {background: url('../images/board/ic_paginate.png') no-repeat; text-indent:-1000em;background-position:-36px 0}
.pagination li.paginate_button.paginate_box_button.right a {background: url('../images/board/ic_paginate.png') no-repeat; text-indent:-1000em; background-position:-72px 0}
.pagination li.paginate_button.paginate_box_button.next a {background: url('../images/board/ic_paginate.png') no-repeat; text-indent:-1000em;background-position:-108px 0}
.pagination li.paginate_button a span { text-indent:-1000em;}
.tac{text-align:center !important;}
.sub_content2 .pagination-sm{display: flex; justify-content: center; align-items: center; flex-wrap: nowrap;}
.sub_content2 .pagination-sm > li{margin:0 5px; width: 38px; height: 38px; text-align: center; vertical-align: middle;}
.sub_content2 .pagination > .paginate_box_button > a, .sub_content2 .pagination > .paginate_box_button > span{padding:0;}
.sub_content2 .prev, .sub_content2 .next{background-color: #fff; position: relative;}
.sub_content2 .next{top:0; right:0; left:unset; width: unset; height: unset; line-height: unset; transform: unset; -webkit-transform: unset;}

.subject_wrap > ul > li{border-radius: 20px;}
.subject_wrap > ul > li h2{position: relative; padding-top:10px;}
.subject_wrap > ul > li h2::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: 1;}

#cont_tit img, #cont_tit p.text2{display: none;}

.depth01_textimg > ul:nth-child(1) > li p{font-size: 18px; position: relative; padding-top: 10px; font-weight: 500; font-family: unset;}

/* 학생회 조직도 
.dept_chart{
	
}
.dept_chart h2{font-size: 20px; font-weight: 600;}
.dept_chart ul{
	display: flex;
	padding:0 !important;
	margin:0 !important;
	width: 100% !important;
	border:none !important;
	border:1px solid #f00;
}
.sub_group1 > ul > li > div{
	
}
.sub_group1 > ul > li > div > span{
	display: block;
	width: fit-content !important;
	height: fit-content !important;
	background-color: #f5f5f5;
	border:none;
}
 */
 .dept_chart ul{width: 100% !important;}
 .dept_chart img{display: block; width: 100%; height: auto; margin:0 auto 25px;}
 .dept_chart h2{text-align: center; display: block; width: fit-content !important; margin: 0 auto 25px !important; float: unset !important;}

.searchcombo3 .smcstylegroup{justify-content: flex-end;}
.innersearchpan .smcstylegroup{display: flex; align-items: center;}
.innersearchpan .smcstylegroup, .smcstyleselect{width: 100%;}
.smcstyleselect{width: auto;}
.smcselect{display: flex;}

.searchbody.activityGallery .activityGallerylayer{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.galleryCol{
	padding:0;
	margin:0 0 20px 0;
	border:1px solid #ddd;
	width: calc(100% / 4 - 15px);
	padding-bottom: 20px;
	margin-right: 20px;
	transition-duration: 0.25s;
	background-color: #fff;
}
.galleryCol:nth-of-type(4n){
	margin-right: 0;
}
.galleryCol:hover{
	transform:scale(1.025);
	z-index: 9;
}
.galleryCol:hover *{
	color:#2d4b7a;
}
.galleryBox{
	padding: 0 !important;
	margin: 0 !important;
	height: 200px;
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
}
.galleryBox img{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.galleryTitle{
	margin: 20px auto 10px;
	font-size: 20px;
	font-weight: 600;
}
.gallerydate{
	font-size: 16px !important;
	font-weight: 400;
	color:#999;
}

.sub_content2 #content .cont > img{display: block; width: 75%; margin:0 auto;}




/* 반응형-태블릿 */
@media screen and (max-width: 1599px){
	#header3 .header_body,
	.maj_sitemap_wrap .maj_sitemap,
	.main_content1,
	.sub_form2{
		width: 96%;
		margin: 0 2%;
		float: left;
	}
	.photo_form .title a, .notice_form .title a{animation:none;}
}

@media screen and (max-width: 1023px){
	.cal_quick_form .cal_form h4{margin: 5% 15% 2.5%;}
	.content2{margin-top:75px;}
	.cal_quick_form .cal_form .cal_body ul li{padding:0; margin:0; padding-bottom: 5px; margin-bottom: 5px;}
	
	
	#mcontainer{height: 75px; line-height: 75px; display: flex; justify-content: space-between; align-items: center; padding:0 2.5%;}
	.logo{margin:0 !important; display:flex; justify-content: flex-start; align-items: center;}
	.logo a{font-size: 18px; font-weight: 600; display: flex; align-items: center;}
	.logo a img{width: 120px; margin-right: 10px;}
    .visual img{width: 100%; margin-left: 0;}
    
	.dept_width {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    .sub_content_title2{border:none;}
    .sub_visual{margin-top:75px;}
    .sub_visual h1{line-height: 210px;}
    .sub_visual::before{top:60px;}
	.sub_content2{padding:0 2.5%;}
	.dropdown-content{width: 100%;}
	.dropdown-content a{padding:10px 5px;}
	nav ul:first-child li:nth-child(2),
	nav ul:first-child li:nth-child(3),
	nav ul:first-child li:nth-child(4){width: 100%;}
	.dropdown-content a:hover{background-color: unset; padding: 10px 0;}
	.smcstyleselect2,
	.smcstylegroup input,
	.btn-flat.btn,
	.comboCate_st{margin:0; padding:0; height: 50px; line-height: 50px;}
	.innersearchpan{height: fit-content;}
	.combolayer{float: unset;}
	.galleryCol{width: calc(100% / 2 - 10px); margin-right: 20px;}
	.galleryCol:nth-of-type(2) {margin-right: 0;}
	
	.quick_bg{ padding:20px 0; height: fit-content !important; margin: 0;}
	.quick_bg .quick_form{flex-wrap: wrap;}
	.quick_bg .quick_form li{width: calc(100% / 3 - 20px); margin:10px auto;}
	.quick_bg .quick_form li a{background: none !important; padding:0; padding:20px 0; border-radius: 20px; border: 1px solid #fff;}
}


/* 반응형-스마트폰 */
@media screen and (max-width: 499px){
	.content2{margin-top:75px;}
	.visual_text{background: #0000007d; margin:0 0 20px 0; padding:50px 25px; border-radius: 20px;}
	.visual_text h3, .visual_text p{margin:0; color:#fff;}
	.visual_text h3{font-size: 26px}
	.visual_text p{font-size: 20px;}
	.photo_form ul{display: flex; flex-direction: column;}
	.photo_form ul li{width: 100%; margin:0; margin:10px auto 25px;}
	.foot_top ul{padding:25px 0;}
	.foot_info{text-align: center; padding:25px 0;}
	.foot_info li:nth-child(1){float: unset; margin:0 auto 25px;}
	.foot_info li:nth-child(1) img{display: block;}
	.visual_text h3, .visual_text p, .visual_text span{color: #fff !important; text-shadow:none;}
	.sub_content2 #content .cont > img{width: 100%;}
	
	nav,
	.sub_visual::before{display: none;}
	
	.sub_visual{height: 200px;}
	.sub_visual h1{line-height: 200px; font-size: 24px;}
	.sub_content_title2{margin:25px auto 20px;}
	.sub_content_title2 h3{font-size: 30px;}
	
	ul.tabs_cm{display: flex;}
	.depth01_textimg3 > ul,
	.depth01_text2 > ul > li h2{width: 90%; margin:10px auto; padding:10px 20px;}
	
	.gide_text{padding:10px 20px; text-align: center; border:none; background: none;}
	.gide_text h3,
	.gide_text p{border:none; padding:0; margin:5px 0;}
	
	.teacher_info{flex-direction: column;}
	.teacher_info ul{width: 100% !important;}
	.teacher_info img{width: 200px; margin:0 auto 25px; display: block;}
	
	.graduated_wrap ul:first-child li{height: 200px;}
	.graduated_wrap ul li img{bottom:-25px;}
	
	table{width: fit-content;}
	.sub_content2{overflow: hidden; overflow-x: scroll;}
	
	.searchcombo3{margin:0;}
	.innersearchpan{padding:25px 10px;}
	.innersearchpan .smcstylegroup{
		display: flex;
	    align-items: center;
	    flex-direction: column;
	}
	.smcstylegroup input{width: 100%;}
	.innersearchpan .smcstylegroup, .smcstyleselect{width: 100%;}
	.smcstyleselect2, .comboCate_st{margin-bottom: 10px !important;}
	
	.galleryCol{width: 100%; margin: 10px 0;}
	
	.quick_bg{ padding:0; margin:0;}
}



/* 키프레임 */
.title_show::before,
.sub_content_title2 h3::before,
.depth01_textimg3 > h3::before,
.depth01_text2 > h3::before,
.teacher_info ul:nth-child(2) li h3 b::before,
.depth01_text3 > ul > li h2::before,
.subject_wrap > ul > li h2::before,
.depth01_text > ul > li h2::before,
.depth01_textimg > ul:nth-child(1) > li h2::before,
.depth01_textimg li h2::before{
	animation: move1 1.5s infinite;
}
@keyframes move1 {
	to {
		left:50px;
		opacity: 0;
	}
}
.menu_title{
	animation: move2 1.0s ease-in-out alternate infinite;
}
@keyframes move2 {
	from {
		background-position: right 25px bottom 25px;
	}
	to {
		background-position: right 25px bottom 45px;
	}
}
.visual img,
.sub_content2{
	animation: move3 1.0s ease-in-out 1;
}
@keyframes move3 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.cal_quick_form{
	animation: move4 2.0s ease-in-out 1;
}
@keyframes move4 {
	from {
		opacity: 0;
		top:0;
	}
	to {
		opacity: 1;
		top:36%;
	}
}
.visual_text{
	animation: move5 2.5s ease-in-out 1;
}
@keyframes move5 {
	from {
		opacity: 0;
		left:0;
	}
	to {
		opacity: 1;
		left:14%;
	}
}
.photo_form .title a,
.notice_form .title a{
	/* animation: move6 1.0s infinite; */
}
@keyframes move6 {
	to {
		padding-left:5px;
	}
}
.title_line::before,
.depth01_text > ul > li h3::before,
.depth01_textimg > ul:nth-child(1) > li h3::before,
.depth01_textimg li h3::before{
	animation: move7 1.5s infinite;
}
@keyframes move7 {
	from {
		width:0;
		opacity: 0;
	}
	to {
		width: 50px;
		opacity: 1;
	}
}
.sub_visual h1{
	animation: move8 1.5s 1;	
}
@keyframes move8 {
	from {
		line-height:500px;
		opacity: 0;
	}
	to {
		line-height:inhert;
		opacity: 1;
	}
}
.sub_visual::before{
	animation: move9 1.5s 1;	
}
@keyframes move9 {
	from {
		top:0;
		opacity: 0;
	}
	to {
		top:inhert;
		opacity: 1;
	}
}
.ideology_chart dl dt::before,
.gide_text h3::before{
	animation: move10 1.5s infinite;
}
@keyframes move10 {
	from {
		top:0;
		opacity: 0;
	}
	to {
		top:100%;
		opacity: 0.5;
	}
}
.graduated_wrap ul li img{
	animation: move11 2.5s ease-in-out alternate infinite;
}
@keyframes move11 {
	from {
		bottom: 0;
	}
	to {
		bottom: inhert;
	}
}








/* 호텔조리학과 */
.hotel01{
		
}
.comImg_wrap{
	display: block;
	position: relative;
	width: 100%;
	height:350px;
	border-radius: 20px;
	overflow: hidden;
}
.comImg_wrap > img{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.comImg_wrap > img{
	animation: move12 2.5s ease-in-out alternate infinite;
}
@keyframes move12 {
	from {
		top: 50%;
	}
	to {
		top: 0;
	}
}

.hotel01 > ul:nth-child(2){
	width: 100%;
}
.hotel01 > ul:nth-child(2) > li{
	margin:25px 0;
}
.hotel01 table th, .hotel01 table td{
	text-align: center;
}
.hotel01 table tr:nth-of-type(2n) td:nth-of-type(2){
	border-right: 1px solid #ddd;
}
.hotel01 h3{position: relative; padding-bottom:10px; display: block; width: fit-content; margin:25px auto 0;}
.hotel01 h3::before{display: block; content: ''; width: 50px; height: 4px; background-color: #2d4b7a; !important; position: absolute; bottom:0; left:0; z-index: -1;}
.hotel01 h2{position: relative; padding-top:10px; display: block; width: fit-content; margin:0 auto;}
.hotel01 h2::before{display: block; content: ''; width: 25px !important; height: 25px !important; border-radius: 100% !important; background-color: #1957a77a !important; position: absolute; top:0; left:0; z-index: -1;}

.hotel05 *{text-align: left !important;}
.hotel05{display: flex;}
.hotel05 .comImg_wrap{width: 50%;}
.hotel05 ul{width: 50%; padding:0 0 0 50px;}

.hotel05 .title_line{font-size: 26px; font-weight: 700;}
.hotel05 .title_show{font-size: 20px; font-weight: 600; color:#2d4b7a;}
.hotel05 .comImg_wrap{height: 500px;}
.hotel05 > ul:nth-child(2) > li{margin: 10px 0;}

.hotel05 .comImg_wrap > img{
	animation: move13 2.5s ease-in-out alternate infinite;
	transform:unset;
	transform:translateX(-50%);
}
@keyframes move13 {
	from {
		top:0;
	}
	to {
		top:-10%;
	}
}

.hotle_table table{width: 100%;}
.hotle_table table th, .hotle_table table td{
	padding:20px 10px;
	border-bottom:1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.hotle_table table th{
	background-color: #f9f9f9;
	border-top:2px solid #999;
	font-weight: 600;
}
.hotle_table table tr th:last-child,
.hotle_table table tr t3:last-child {
	border-right: none;
}


.table_wrap{
	
}
.table_wrap th, .table_wrap td{
	border-left:none !important;
	border-right:none !important;
	padding:20px !important;
	margin:0;
	text-align: left;
	height: auto;
}
.table_wrap .title_show{display: block; width: fit-content; margin:0 auto; font-weight: 600;}
.table_wrap .title_show::before{z-index: 1;}
.table_wrap tr:nth-of-type(even) td{background-color: #f9f9f9; font-weight: 600;}

@media screen and (max-width: 1023px){
	#header3 .header_body{width: 100%;}
	
	.depth01_textimg > ul:nth-child(2){display: block !important;}
	.comImg_wrap > img,
	.hotel05 .comImg_wrap > img{animation:none; left:50%; top:50%; transform:translate(-50%, -50%);}
	.hotel05 .comImg_wrap > img{left:50%; top:50%; transform:translate(-50%, -50%);}
}

@media screen and (max-width: 499px){
	img{width: 100%}
	.hotel05 .comImg_wrap,
	.hotel05 .comImg_wrap > img{display: none;}
	.depth01_textimg > ul:nth-child(2){width: 100%; padding:0;}
	.depth01_textimg > ul:nth-child(2) > li{margin:15px auto;}
	.depth01_textimg > ul:nth-child(2) > li img{width: 100%;}

}





4