@charset "UTF-8";
/* Common */

/* 나눔스퀘어 웹폰트 적용 */
@font-face {
	font-family:'nsr';
	src: url('../font/nanumsquarer.eot');
	src: url('../font/nanumsquarer.eot?#iefix') format('embedded-opentype'),
		url('../font/nanumsquarer.woff2') format('woff2'),
		url('../font/nanumsquarer.woff') format('woff'),
		url('../font/nanumsquarer.ttf') format('truetype'),
		url('../font/nanumsquarer.svg#nanumsquarerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"nsl";
	src:url("../font/NanumSquare-Light.eot");
	src:local(※), url("../font/NanumSquare-Light.woff") format("woff"), url("../font/NanumSquare-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"nsb";
	src:url("../font/NanumSquare-Bold.eot");
	src:local(※), url("../font/NanumSquare-Bold.woff") format("woff"), url("../font/NanumSquare-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"nseb";
	src:url("../font/NanumSquare-ExtraBold.eot");
	src:local(※), url("../font/NanumSquare-ExtraBold.woff") format("woff"), url("../font/NanumSquare-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html{overflow-x: hidden !important; overflow-y: auto;}

body, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}

body,
input,
textarea,
select,
button,
table {
	font-size: 14px;
	line-height: 1.25em;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 500;
}

textarea {
	-webkit-appearance: none;
}

body {
	position: relative;
	color: #555;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

img,
fieldset {
	border: 0;
}

fieldset {
	min-width: 0;
}

img {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

em,
address {
	font-style: normal;
}

a {
	color: #555;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

input {
	border: 0 none;
}

.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

button {
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

.u_skip a {
	position: fixed;
	left: 0;
	top: -45px;
	width: 100%;
	z-index: 999;
	padding: 5px;
	background-color: #000;
	color: #fff;
}

.u_skip a:focus {
	width: auto;
	top: 0;
	text-decoration: none;
}

/* 박스모델 정렬 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.ov {
	overflow: hidden;
}

.vm {
	vertical-align: middle auto;
}

.vt {
	vertical-align: top !important;
}

.vb {
	vertical-align: bottom !important;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

/* 패딩 */
.pd5 {
	padding: 5px !important;
}

.pd10 {
	padding: 10px !important;
}

.pd15 {
	padding: 15px !important;
}

.pd20 {
	padding: 20px !important;
}

.pd30 {
	padding: 30px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

/* 마진 */
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

/* 높이  */
.h5 {
	height: 5px;
}

.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

/* 디스플레이  */
.dn {
	display: none;
}

.blind {
	display: none;
}

/* 사이즈 set */
.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

/* 텍스트 스타일  */
.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: white;
}

.gray {
	color: gray;
}

.black {
	color: black;
}

/* 마우스 cursor */
.cursor {
	cursor: hand;
	cursor: pointer;
}

/* layout */
.popupArea {
	display: none;
}

#all_menu {
	display: none;
}

/* header */
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header .inner_wrap {
	position: relative;
	height: 64px;
}

#header .top_wrap {
	display: none;
}

#header .logo {
	position: relative;
	top: 17px;
	width: 164px;
	margin: 0 auto;
	white-space: nowrap;
	text-align: center;
}

#header .logo > a {
	display: block;
	font-size: 0;
}

#header .logo > a .logo_img {
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/sp_nursing.png);
	background-size: 281px 212px;
	background-position: 0px -179px;
	width: 122px;
	height: 33px;
}

#header .logo > a .logo_txt {
	display: inline-block;
	margin: 3px 0 0 4px;
	font-size: 17px;
	font-weight: bold;
	color: #56a4ed;
	line-height: normal;
	vertical-align: top;
}

#header #gnb {
	position: relative;
	background-color: #fff;
}

#header #gnb .btn_all {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	text-align: center;
}

#header #gnb .btn_all .fal,
#header #gnb .btn_all .far {
	margin-top: 20px;
	font-size: 23px;
	vertical-align: top;
}

#header #gnb .btn_all .icon {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 18px;
	margin-top: 22px;
	vertical-align: top;
}

#header #gnb .btn_all .icon > i {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
}

#header #gnb .btn_all .icon > i:nth-of-type(1) {
	top: 0;
}

#header #gnb .btn_all .icon > i:nth-of-type(2) {
	top: 8px;
}

#header #gnb .btn_all .icon > i:nth-of-type(3) {
	top: 16px;
}

#header #gnb .btn_side_close {
	display: block;
	position: absolute;
	right: 0;
	top: 64px;
	width: 40px;
	height: 40px;
	background-color: #434956;
	color: #fff;
	z-index: 200;
	text-align: center;
}

#header #gnb .btn_side_close .fal {
	margin-top: 10px;
	font-size: 20px;
	vertical-align: top;
}

#header #gnb .gnb_set {
	display: none;
	transition: 0.3s all;
	transform: translate(-100%, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 201;
}

#header #gnb #nav {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 0;
	top: 64px;
	bottom: 0;
	width: calc(100% - 40px);
	box-sizing: border-box;
	background-color: #fff;
	z-index: 200;
	text-align: left;
	-ms-flex-direction: column;
			flex-direction: column;
}

#header #gnb #nav .nav_top {
	background: #434956;
	padding-bottom: 26px;
	text-align: left;
}

#header #gnb #nav .nav_top .top_title {
	margin-top: 35px;
}

#header #gnb #nav .nav_top .top_title .arr {
	display: block;
	margin-right: 20px;
	padding-bottom: 16px;
	text-align: left;
	border-bottom: 1px solid #5c626d;
}

#header #gnb #nav .nav_top .top_title .arr span {
	display: block;
	padding-left: 20px;
	font-size: 22px;
	color: #fff;
}

#header #gnb #nav .nav_top .top_title .arr span .fal {
	margin-right: 4px;
	font-size: 17px;
	vertical-align: top;
}

#header #gnb #nav .nav_top .info_list {
	margin: 27px 0 0 45px;
	overflow: hidden;
}

#header #gnb #nav .nav_top .info_list li {
	float: left;
	margin-right: 35px;
}

#header #gnb #nav .nav_top .info_list li:last-child {
	margin-right: 0;
}

#header #gnb #nav .nav_top .info_list li a {
	display: block;
	font-size: 14px;
	color: #f4efeb;
}

#header #gnb #nav .nav_menu {
	-ms-flex: 1;
			flex: 1;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 0;
}

#header #gnb #nav .nav_menu > li > a {
	padding: 0 30px;
	display: block;
}

#header #gnb #nav .nav_menu > li > a span {
	display: block;
	position: relative;
	height: 46px;
	padding: 0 20px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 46px;
}

#header #gnb #nav .nav_menu > li > a span:after {
	display: block;
	width: 14px;
	height: 7px;
	position: absolute;
	right: 20px;
	top: 20px;
	background-image: url(../images/sp_nursing.png);
	background-size: 281px 212px;
	background-position: -265px -191px;
	width: 14px;
	height: 7px;
	content: '';
}

#header #gnb #nav .nav_menu > li .nav_sub {
	display: none;
	background: #f3f3f3;
	padding: 15px 20px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li a {
	display: block;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li a span {
	display: block;
	padding-left: 10px;
	color: #222;
	font-size: 14px;
	line-height: 36px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a {
	display: block;
	padding-left: 10px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a span {
	display: block;
	font-size: 13px;
	color: #999;
	font-weight: 300;
	line-height: 30px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a.on {
	color: #ffa200;
}

#header #gnb #nav .nav_menu > li.on > a span {
	color: #56a4ed;
}

#header #gnb #nav .nav_menu > li.on > a span:after {
	background-image: url(../images/sp_nursing.png);
	background-size: 281px 212px;
	background-position: -249px -191px;
	width: 14px;
	height: 7px;
}

#header .gnb_dim_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 64px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.gnb_open {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.gnb_open #header #gnb .gnb_set {
	transform: translate(0, 0);
}

/* footer */
#footer {
	position: relative;
	background-color: #2b2b2b;
}

#footer .inner_wrap {
	position: relative;
}

#footer .footer_location {
	background-color: #77756a;
}

#footer .footer_location .location_flex {
	display: -ms-flexbox;
	display: flex;
}

#footer .footer_location .location_flex .location {
	-ms-flex: 1;
			flex: 1;
}

#footer .footer_location .location_flex .location:last-child {
	display: none;
}

#footer .footer_location .location_flex .location a {
	display: block;
	height: 42px;
	padding: 0 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 42px;
}

#footer .footer_location .location_flex .location a .fal {
	margin-left: 2px;
	margin-top: -2px;
	font-size: 12px;
	vertical-align: middle;
}

#footer .footer_location .location_flex .location .family_site {
	position: relative;
}

#footer .footer_location .location_flex .location .family_site .site_layer {
	display: none;
	position: absolute;
	top: -210px;
	padding: 8px 10px;
	width: 100%;
	height: 210px;
	overflow-y: scroll;
	background: #5b5b5b;
	box-sizing: border-box;
	z-index: 500;
}

#footer .footer_location .location_flex .location .family_site .site_layer ul li a {
	display: block;
	color: #fff;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
}

#footer .footer_location .location_flex .location + .location {
	border-left: 1px solid #929188;
}

#footer .footer_inner {
	position: relative;
}

#footer .footer_inner .copy_menu {
	display: none;
}

#footer .footer_inner .info_list {
	padding: 18px 0;
	text-align: center;
}

#footer .footer_inner .info_list ul {
	display: block;
	padding: 0 25px;
	font-size: 0;
}

#footer .footer_inner .info_list ul li {
	display: inline-block;
	vertical-align: top;
}


#footer .footer_inner .info_list ul li a {
	display: block;
	position: relative;
	margin: 0 4px;
	font-size: 12px;
	color: #f9f9f9;
	line-height: normal;
}

#footer .footer_bottom {
	position: relative;
	padding-bottom: 20px;
	color: #e2e2e2;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

#footer .footer_bottom .address {
	margin-bottom: 15px;
	padding: 0 25px;
}

#footer .footer_bottom .address address {
	margin: 0 0 5px;
}

#footer .footer_bottom .address .copy {
	display: block;
	margin-top: 5px;
}

#footer .footer_bottom .address a {
	color: #e2e2e2;
}

#footer .footer_bottom .logo {
	display: block;
	margin: 0 auto;
	background-image: url(../images/sp_nursing.png);
	background-size: 281px 212px;
	background-position: -126px -102px;
	width: 81px;
	height: 25px;
}

#footer .footer_bottom .family_site,
#footer .footer_bottom .family_site2 {
	display: none;
}

.sub_container {
	padding-top: 64px;
}

.sub_visual {
	position: relative;
	height: 220px;
	padding-top: 56px;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.sub_visual.menu_1 {
	background-image: url(../images/sub/sub_visual_1.jpg);
}

.sub_visual .title {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}

.sub_visual .desc {
	display: none;
}

.sub_visual .menu_select {
	display: block;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	padding: 0 25px;
	font-size: 10px;
	vertical-align: top;
}

.sub_visual .menu_select .open_btn {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 15px 0 25px;
	border: none;
	background-color: rgba(85, 164, 237, 0.7);
	color: #fff;
	font-size: 15px;
	text-align: left;
}

.sub_visual .menu_select .open_btn:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	margin-top: -6px;
	transform: rotate(405deg);
	content: '';
}

.sub_visual .menu_select .layer {
	display: none;
	position: absolute;
	left: 25px;
	right: 25px;
	top: 50px;
	max-height: 360px;
	border: 1px solid #666;
	border-top: none;
	padding: 10px 0 10px 25px;
	background-color: #f7f7f7;
	overflow-y: auto;
	z-index: 10;
}

.sub_visual .menu_select .layer > li a {
	display: block;
	height: 40px;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}

.sub_visual .menu_select.active .open_btn {
	border: 1px solid #666;
	border-bottom-color: #ececec;
	background-color: #fff;
	color: #000;
}

.sub_visual .menu_select.active .open_btn:after {
	border-color: #000;
}

.sub_visual .menu_select.active .layer {
	display: block;
}

.sub_location {
	display: none;
}

.location_wrap .location {
	position: absolute;
	left: 0;
	top: 171px;
	width: 100%;
	text-align: center;
}

.location_wrap .location a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #fff;
}

.location_wrap .location a.home {
	font-size: 13px;
	color: #fff;
}

.location_wrap .location a .arrow {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	font-size: 10px;
	color: #fff;
}

.location_wrap .location a + a {
	margin-left: 7px;
	padding-left: 10px;
}

.view_option {
	display: none;
	position: relative;
	padding: 15px 25px;
	font-size: 0;
	text-align: right;
	background-color: #f9f9f9;
}

.view_option button {
	display: inline-block;
	position: relative;
	height: 29px;
	background: none;
	font-size: 14px;
	color: #888;
	font-weight: 300;
	vertical-align: top;
}

.view_option button.btn_txt {
	margin-right: 26px;
}

.view_option button.btn_txt + .btn_txt {
	margin-right: 0;
}

.view_option button.btn_txt + .btn_txt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -13px;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #ccc;
}

.view_option button.btn_plus, .view_option button.btn_minus {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
}

.view_option button.btn_plus {
	margin-left: 20px;
}

.view_option button.btn_minus {
	border-left: none;
}

.content_wrap #aside {
	display: none;
}

.sub_title {
	margin-bottom: 30px;
	padding: 30px 25px 0;
	font-size: 25px;
	color: #141414;
	text-align: center;
	font-weight: 400;
	line-height: normal;
}

.sub_tabs {
	display: -ms-flexbox;
	display: flex;
	margin: 0 25px 30px;
}

.sub_tabs li {
	position: relative;
	-ms-flex: 1;
			flex: 1;
	border: 1px solid #bbb;
}

.sub_tabs li + li {
	margin-left: -1px;
}

.sub_tabs li a {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 16px 4px;
	color: #666;
	font-size: 15px;
	text-align: center;
	line-height: 16px;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: center;
			justify-content: center;
}

.sub_tabs li.active {
	z-index: 1;
	border-color: #c1070f;
}

.sub_tabs li.active a {
	font-weight: 400;
	color: #c1070f;
}

.sub_tabs ~ .sub_content {
	padding-top: 0;
}

.sub_content {
	position: relative;
	padding: 40px 25px 60px;
}

/* page */
.main_visual {
	position: relative;
}

.main_visual .swiper-container {
	width: 100%;
	height: 100%;
}

.main_visual .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
}

.main_visual .swiper-slide .slide-inner {
	position: relative;
	width: 100%;
}

.main_visual .swiper-slide .inner_wrap {
	position: relative;
	height: 280px;
}


.main_visual .swiper-slide .slogun .text {
	font-size: 11px;
	font-weight: 300;
	color: #fff;
}

.main_visual .swiper-slide .slogun .text + .title {
	margin-top: 8px;
	letter-spacing: 18px;
}

.main_visual .swiper-slide .slogun .title {
	display: block;
	position: relative;
	font-size: 25px;
	color: #fff;
	margin-top : 32px;
	font-weight: 600;
	line-height: 30px;
	font-family: nsl;
}

.main_visual .swiper-slide .slogun .desc {
	position: relative;
	margin-top: 5px;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}

.main_visual .swiper-slide.slide_1 {
	background: url(../images/main/img_visual_1.jpg) #a89a91 no-repeat 50% 0;
	background-size: cover;
}

.main_visual .swiper-slide.slide_2 {
	background: url(../images/main/img_visual_1.jpg) #a89a91 no-repeat 50% 0;
	background-size: cover;
}

.main_visual .swiper-slide.slide_3 {
	background: url(../images/main/img_visual_1.jpg) #a89a91 no-repeat 50% 0;
	background-size: cover;
}

.main_visual .swiper-inner-wrap {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	z-index: 2;
}

.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 25px;
	font-size: 0;
	text-align: left;
	line-height: 0;
}

.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	margin: 0 6px 0 0;
}

.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 18px;
	height: 17px;
	background-image : url("../images/main/bullet_active.png");
	background-repeat: no-repeat;
}

.main_visual .swiper-inner-wrap .swiper-buttons {
	position: absolute;
	top: 222px;
	left: 25px;
	text-align: left;
	font-size: 0;
	z-index: 1;
}

.main_visual .swiper-inner-wrap .swiper-buttons .swiper-button-prev,
.main_visual .swiper-inner-wrap .swiper-buttons .swiper-button-next {
	display: inline-block;
	position: static;
	margin: 0;
	width: 7px;
	height: 12px;
	color: #626363;
	vertical-align: top;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
}

.main_visual .swiper-inner-wrap .swiper-buttons .swiper-button-next {
	margin-left: 10px;
}

.main_visual .btn_scroll {
	display: none;
}

.department1_intro {
	position: relative;
	background-color: #e6eaed;
}

.department1_intro .inner_wrap {
	position: relative;
	padding: 44px 0 40px;
}


.department1_intro .intro_box {
	margin-top: 20px;
	padding: 0 25px;
}

.department1_intro .intro_box .col .movie_box {
	position: relative;
	background-color: #000;
	font-size: 0;
	line-height: 0;
}

.department1_intro .intro_box .col .movie_box .image {
	display: block;
	font-size: 0;
	line-height: 0;
}

.department1_intro .intro_box .col .box {
	position: relative;
	padding: 20px 20px 20px 50px;
	background-color: #fff;
}

.department1_intro .intro_box .col .box .num {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #e6eaed;
	font-style: italic;
	line-height: normal;
}

.department1_intro .intro_box .col .box .cont_title {
	margin-bottom: 8px;
	font-size: 18px;
	color: #56a4ed;
	font-weight: bold;
}

.department1_intro .intro_box .col .box .desc {
	overflow: hidden;
	font-size: 14px;
	color: #101010;
	line-height: 22px;
}

.department1_intro .intro_box .col .box .desc span {
	color: #56a4ed;
	font-weight: bold;
}

.department1_intro .intro_box .col .box + .box {
	margin-top: 1px;
}

#section05 .icon_list {
	padding: 0 25px;
	font-size: 0;
	text-align: center;
}

#section05 .icon_list:after {
	content: '';
	display: block;
	clear: both;
}

#section05 .icon_list li {
	width: 25%;
}

#section05 .icon_list li a {
	display: block;
}

#section05 .icon_list li a .icon {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
}

#section05 .icon_list li a .icon i {
	margin-top: 16px;
	font-size: 26px;
	vertical-align: top;
	color: #23396c;
}

#section05 .icon_list li a .name {
	display: block;
	margin-top: 7px;
	font-size: 15px;
	color: #384e7b;
	font-weight: bold;
}



.department1_news .inner_wrap {
	position: relative;
	padding-top: 44px;
}

.department1_news .cdu_title {
	position: relative;
	padding: 0 25px 24px;
}

.department1_news .cdu_title .title {
	position: relative;
	font-weight: bold;
	font-size: 35px;
	color: #c33553;
}

.department1_news .cdu_title .title span {
	color: #c33553;
}

.department1_news .cdu_title .title br {
	display: none;
}

.department1_news .title_sub {
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
	color: #cb6d81;
}

.department1_news .board_wrap {
	padding: 20px 25px;
}

.department1_news .board_wrap:after {
	content: '';
	display: block;
	clear: both;
}

.department1_news .board_wrap .board_list {
	position: relative;
	background-color: #fff;
}

.department1_news .board_wrap .board_list.news .board_title {
	background-color: #0092be;
}

.department1_news .board_wrap .board_list.news .board_cont .recent .tit a {
	color: #0092be;
}

.department1_news .board_wrap .board_list.recruit .board_title {
	background-color: #bc003e;
}

.department1_news .board_wrap .board_list.recruit .board_cont .recent .tit a {
	color: #bc003e;
}

.department1_news .board_wrap .board_list .board_title {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.department1_news .board_wrap .board_list .board_cont {
	position: relative;
	padding: 18px 20px;
}

.department1_news .board_wrap .board_list .board_cont .recent {
	margin-bottom: 11px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ddd;
}

.department1_news .board_wrap .board_list .board_cont .recent .tit a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #101010;
	font-weight: bold;
}

.department1_news .board_wrap .board_list .board_cont .recent .tit a .fal {
	margin-right: 4px;
}

.department1_news .board_wrap .board_list .board_cont .recent .txt {
	overflow: hidden;
	max-height: 44px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.department1_news .board_wrap .board_list .board_cont .list li {
	position: relative;
}

.department1_news .board_wrap .board_list .board_cont .list li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 2px;
	height: 2px;
	background: #ccc;
	content: "";
}

.department1_news .board_wrap .board_list .board_cont .list li a {
	display: block;
	height: 30px;
	padding-left: 8px;
	font-size: 14px;
	color: #101010;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.department1_news .board_wrap .board_list + .board_list {
	margin-top: 10px;
}

.department1_news .board_wrap .main_popup {
	position: relative;
	height: 215px;
	margin-top: 10px;
}

.department1_news .board_wrap .main_popup .swiper-container {
	width: 100%;
	height: 100%;
}

.department1_news .board_wrap .main_popup .swiper-slide {
	display: block;
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
}

.department1_news .board_wrap .main_popup .swiper-slide > img {
	width: 100% !important;
	height: auto !important;
}

.department1_news .board_wrap .main_popup .swiper-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	text-align: left;
	font-size: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.department1_news .board_wrap .main_popup .swiper-buttons .swiper-button-prev,
.department1_news .board_wrap .main_popup .swiper-buttons .swiper-button-next {
	display: inline-block;
	position: static;
	margin: 0;
	width: 35px;
	height: 35px;
	color: #fff;
	vertical-align: top;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: none;
}

#section06 .rolling_banner .swiper-container {
	width: 100%;
	height: 100%;
}

#section06 .rolling_banner .swiper-slide > img {
	width: 100% !important;
	height: auto !important;
}

#section06 .rolling_banner .swiper-button-prev,
#section06 .rolling_banner .swiper-button-next {
	position: absolute;
	top: 0;
	width: 26px;
	height: 26px;
	margin: 0;
	background: #fff;
	text-align: center;
	outline: none;
}

#section06 .rolling_banner .swiper-button-prev .fal,
#section06 .rolling_banner .swiper-button-next .fal {
	vertical-align: top;
	font-size: 12px;
	color: #626363;
}

#section06 .rolling_banner .swiper-button-prev {
	right: 52px;
	left: auto;
}

#section06 .rolling_banner .swiper-button-next {
	right: 25px;
}

.department1_gallery .cdu_title .title {
	position: relative;
	font-weight: bold;
	font-size: 35px;
	color: #9a8c80;
}

.department1_gallery .cdu_title .title span {
	color: #9a8c80;
}

.department1_gallery .cdu_title .title br {
	display: none;
}

.department1_gallery .gallery_box {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
}

.department1_gallery .gallery_box .gallery {
	padding: 0 15px;
}

.department1_gallery .gallery_box .gallery:after {
	content: '';
	display: block;
	clear: both;
}

.department1_gallery .gallery_box .gallery li {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.department1_gallery .gallery_box .gallery li a {
	display: block;
	position: relative;
}

.department1_gallery .gallery_box .gallery li a .thumb {
	display: block;
	font-size: 0;
	line-height: 0;
}

.department1_gallery .gallery_box .gallery li a .thumb > img {
	/*width: 100% !important;*/
	height: 224px;
	max-width: 100%;
}

.department1_gallery .gallery_box .gallery li a .name {
	display: block;
	padding: 14px 10px 10px;
	font-size: 14px;
	font-weight: 300;
	color: #3e362f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indicator {
	display: none;
}


#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li a span{
	color:#000;
}
#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a span{
	color:#101010;
}

#header .top_wrap .top_sns {
	float: right;
	margin-right: 20px;
}
#header .top_wrap .top_sns > li {
	float: left;
}
#header .top_wrap .top_sns > li + li {
	margin-left: 6px;
}
#header .top_wrap .top_sns > li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #999;
	line-height: 40px;
	text-align: center;
	opacity: .7;
}
#header .top_wrap .top_sns > li a .fab {
	margin-top: 9px;
	vertical-align: top;
}
#header .top_wrap .top_sns > li a .ico {
	display: inline-block;
	margin-top: 7px;
	vertical-align: top;
}
#header .top_wrap .top_sns > li a .ico.ico_kakao {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -147px -102px;
	width: 21px;
	height: 24px;
}
#header .top_wrap .top_sns > li a .ico.ico_blog {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -124px -102px;
	width: 21px;
	height: 24px;
}
#header .top_wrap .top_sns > li a:hover {
	opacity: 1;
}

/* 게시판 이전 다음 글 CSS */
.board_next_view {border-top: 1px solid #eee; background: #fff; margin-top:20px;}
.board_pre_view {background: #fff; }
.board_pre_next_info{padding: 20px 20px; border-bottom: 1px solid #eee;}
.board_pre_next_info li{
	float: left; padding-left: 15px; margin-left: 15px; font-size: 15px; line-height: 18px; color: #666; background: none;
	padding-left: 10px;	margin-left: 10px;
}
.board_pre_next_info:after {content: ''; display: block; zoom: 1; clear: both; height: 0; height: 1%;}


.depart_promotion_view .depart_image {
	position: relative;
}
.depart_promotion_view .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
}

.depart_promotion_view .icon .fal {
	margin-top: 11px;
}
.department1_news .board_wrap .main_popup .swiper-buttons{
	height: 35px;
}
.department1_news .board_wrap .main_popup .swiper-pagination-bullets{
	right:6px;top:13px;position: absolute;
}
.department1_news .board_wrap .main_popup .swiper-buttons{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0px;
		text-align: right;
}
.swiper-buttons .swiper-pagination-clickable .swiper-pagination-bullet{
	margin-right: 7px;
		background: #bf1a39;
		width: 10px;
		height: 10px;
}

.notice_more2 {
		position: absolute;
		right: 3%;
		cursor: pointer;
}

/* 2020-06-15 추가 css */
.admission_site {
	display: block;
	position: absolute;
	top: 39px;
	right: 0;
	width: 242px;
	height: 40px;
	background: #777568;
	line-height: 40px;
	font-size: 14px;
}
.admission_site > p a{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #FFF;
	width: 192px;
	height: 100%;
}
.admission_site > p a:after {
	position: absolute;
	right: 15px;
	top: 22px;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	content: '';
	border: solid #979797;
	border-width: 0 1px 1px 0;
	margin-top: -5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.admission_site > p a.on:after {
	position: absolute;
	right: 15px;
	top: 25px;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	content: '';
	border: solid #979797;
	border-width: 0 1px 1px 0;
	margin-top: -5px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.admission_site .site_layer{
	display: none;
	position: absolute;
	top: -210px;
	padding: 12px 17px;
	width: 100%;
	height: 210px;
	overflow-y: scroll;
	background: #5b5b5b;
	border: 1px solid #333;
	box-sizing: border-box;
	z-index: 500;
}
.admission_site .site_layer ul li a {
	display: block;
	color: #fff;
	line-height: 26px;
	font-size: 13px;
}
.admission_site .btn_go {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #9f9f9f;
	background: #222;
	width: 50px;
	height: 100%;
	text-align: center;
}
.admission_site {
	right: 255px;
}


/* 메인 이미지 슬라이드 영역 */
.main_visual .swiper-slide .slide-inner{opacity: 1; background-color: rgba(0, 0, 0, 0.2);}
.main_visual .swiper-slide .slogun {position: absolute; left: 25px; top: 50%; right: 25px;}
.main_visual .swiper-slide .slogun .title {letter-spacing: 10px;}

/* 메인 이미지 하단 페이징 영역 */
.swiper-pagination-bullet{background-image: url("../images/main/bullet.png"); background-repeat: no-repeat; width: 11px; height: 11px; opacity: 1; vertical-align: middle; background: #bbbfbc;}
.swiper-pagination-bullet-active{background: unset; background-color: unset;}

/* 퀵 링크 영역 */
.department1_intro .quick_link {position: absolute; background: url("../images/main/quick_link_bg.png"); box-shadow: 5px 5px 17px -5px; box-sizing: border-box; z-index: 1;}
.department1_intro .quick_link {text-align: center;}
.department1_intro .quick_link i{font-size: 57px; color:#ffffff;}
.department1_intro .quick_link .ql_title {font-size: 20px; color:#ffffff; line-height: 47px; clear: both;}
.department1_intro .quick_link .box1{display:block; width: 161px; height: 112px; float: left; margin-top: 149px; margin-left: 49px; box-sizing: border-box;}
.department1_intro .quick_link .box2{display:block; width: 161px; height: 112px; float: left; margin-top: 149px; margin-left: 67px; box-sizing: border-box;}
.department1_intro .quick_link .box3{display:block; width: 161px; height: 112px; float: left; margin-left: 49px; clear: both; margin-top: 16px; box-sizing: border-box;}
.department1_intro .quick_link .box4{display:block; width: 161px; height: 112px; float: left; margin-left: 67px; margin-top: 16px; box-sizing: border-box;}

/* intro 영역  */
.department1_intro .depart_title {position: absolute; top: 114px; left: -4px; padding: 0; font-size: 65px; white-space: nowrap; color: #000000; font-weight: 500;}
.department1_intro .depart_title img.depart_line{width: 281px; height: 3px; background: url("../images/main/depart_line.gif"), repeat-x; margin-left: -13px; margin-top: 37px;}
.department1_intro .depart_sub_title {margin-top: 54px; color: #404040; font-size: 35px; font-family: Noto Sans KR; font-style: italic; margin-bottom: 48px; font-weight: 400;}
.department1_intro .depart_txt{font-family: NanumGothic; font-weight: 400; font-size: 20px; color: #404040; letter-spacing: -2px; line-height: 40px; margin-bottom: 33px;}
.department1_intro .depart_promotion_view{width:487px; background-image: url("../images/main/img_poto_view.jpg"); background-repeat: no-repeat; left: 745px; float: right; margin-top: 4px;}
.department1_intro .border_line{width: 681px; height: 1px; background-image: url("../images/main/dot_line.gif"); background-repeat: no-repeat; margin-top: 54px; margin-bottom: 49px;}
.department1_intro .depart_sub_title2{font-family: NanumGothic; font-size: 35px; font-weight: 600; color: #404040; margin-bottom: 41px;}
.department1_intro .txt_table{border: 0; width: 686px; margin-bottom: 41px;}
.department1_intro .txt_table td{line-height: 50px; font-family: NanumGothic; font-size: 20px; color: #404040; font-weight: 400; letter-spacing: -2px;}

/* news 영역*/
.department1_news .en_title_sub{font-family: Noto Sans KR; letter-spacing: 2px; font-size: 24px; color: #777777; height: 54px;}
.department1_news .depart_title {font-size: 65px; white-space: nowrap; color: #000000; font-weight: 500;}
.department1_news .depart_title img.depart_line{width: 281px; height: 3px; background: url("../images/main/depart_line.gif"), repeat-x; margin-left: -15px; margin-top: 37px; margin-bottom: 14px;}

/* 학사 공지, 학과공지 영역 */
.department1_news {position: relative; background: url(../images/main/img_section3_bg.png) #c7c7c7 no-repeat 50% 0; background-size: cover;}
.department1_news .content_wrap {display: -ms-flexbox; display: flex; position: relative; width: 686px; height: 571px; margin: 0px; margin-top: 81px; box-shadow:1px 1px 13px -4px; float: left; margin-bottom: 72px;}
.department1_news .content_wrap .notice_content {-ms-flex: 1; flex: 1; min-width: 0; height: 340px; display: flex; float: left;}
.department1_news .notice_content .tab_on,
.department1_news .notice_content .tab_off {-ms-flex: 1; flex: 1;}
.department1_news .notice_content .tab_on .tab,
.department1_news .notice_content .tab_off .tab {display: block; height: 60px; text-align: center; line-height: 58px; font-size: 24px; color: #fff; background-color: #5983b8; box-sizing: border-box; font-weight:bold;}
.department1_news .notice_content .tab_on:last-child .tab,
.department1_news .notice_content .tab_off:last-child .tab {border-right: none;}
.department1_news .notice_content .tab_on .tab {background-color: #fff; color: #505050;}
.department1_news .notice_content .tab_content {visibility: hidden; position: absolute; left: 0; top: 59px; width: 100%; height: calc(100% - 59px); padding: 20px 36px; background: #fff; text-align: left; box-sizing: border-box;}
.department1_news .notice_content .tab_on .tab_content {visibility: visible; height: 512px;}
.department1_news .notice_content .tab_on .tab_content .more{float: right; margin-bottom: 2px;}
.department1_news .notice_content .tab_on .tab_content .more a{color: #5983b8; font-size: 13px;}
.department1_news .notice_content .tab_on .tab_content .more i{vertical-align: middle; margin-left: 8px; font-size: 28px;}
.department1_news .notice_content .tab_content .lately_posts_wrap {margin-bottom: 20px;}
.department1_news .notice_content .tab_content .lately_posts_wrap .tit{position: relative; clear: both; margin-bottom: 15px;}
.department1_news .notice_content .tab_content .lately_posts_wrap .tit a{display: block; margin-right: 80px; font-size: 18px; color: #404040; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; letter-spacing: -1px;}
.department1_news .notice_content .tab_content .lately_posts_wrap .tit img{margin-right: 15px;}
.department1_news .notice_content .tab_content .lately_posts_wrap .txt{font-size: 14px; color: #555555; margin-left: 46px; margin-bottom: 40px; line-height: 23px; letter-spacing: -1px; height: 66px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; word-wrap:break-word;}
.department1_news .notice_content .tab_content .lately_posts_wrap .border_line_gray{width: 621px; height: 1px; background: url("../images/main/border_line_gray.gif"); margin-bottom: 41px;}
.department1_news .notice_content .tab_content .posts_wrap .list p.list_title{margin-bottom: 36px; height: 14px;}
.department1_news .notice_content .tab_content .posts_wrap .list p.list_title a{display: block; width:480px; font-size: 15px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left;}
.department1_news .notice_content .tab_content .posts_wrap .list p.list_title .dot_gray{background-image: url("../images/main/li_dot_gray.gif"); width: 2px; height: 2px; vertical-align: middle; margin-right: 30px; float: left; margin-top: 7px;}
.department1_news .notice_content .tab_content .posts_wrap .list p.list_title span.date{float: right; font-size: 14px; color: #c0c0c0; vertical-align: middle;}
.department1_news .notice_content .tab_content .posts_wrap .list p.list_title span.no_txt{margin-left: 32px; font-size: 15px; color: #333333;}

/* 게시판 자료실 영역 */
.department1_news .board_wrap{margin-top: 81px; float: right;}
.department1_news .board_wrap h3{color: #ffffff;}
.department1_news .board_wrap .board_list {float: left; width: 486px; height: 246px; padding: 0; box-shadow:1px 1px 13px -4px; margin-bottom: 49px;}
.department1_news .board_wrap .board_list .board_title{height: 60px; font-size: 23px; color: #ffffff; padding-top: 8px;}
.department1_news .board_wrap .board_list .board_title span{padding-left: 50px;}
.department1_news .board_wrap .board_list .board_title a{color: #ffffff;}
.department1_news .board_wrap .board_list i{font-size: 28px; vertical-align: text-bottom; float: right; cursor: pointer; margin-top: 9px; margin-right: 31px;}
.department1_news .board_wrap .board_list .board_cont .list p.list_title{margin-bottom: 17px; height: 14px; margin-left: 8px;}
.department1_news .board_wrap .board_list .board_cont .list p.list_title a{display: block; width:310px; font-size: 15px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left;}
.department1_news .board_wrap .board_list .board_cont .list p.list_title img{margin-left: 10px; vertical-align: middle;}
.department1_news .board_wrap .board_list .board_cont .list p.list_title .dot_gray{background-image: url("../images/main/li_dot_gray.gif"); width: 2px; height: 2px; vertical-align: middle; margin-right: 30px; float: left; margin-top: 7px;}
.department1_news .board_wrap .board_list .board_cont .list p.list_title span.date{float: right; font-size: 14px; color: #c0c0c0; vertical-align: middle; margin-right: 5px;}
.department1_news .board_wrap .board_list .board_cont .list p.list_title span.no_txt{margin-left: 32px; font-size: 15px; color: #333333;}
.department1_news .board_wrap .board_list .board_cont .list .border_line_gray{width: 440px; height: 1px; background: url("../images/main/border_line_gray.gif"); margin-bottom: 18px;}

/* 팝업존 영역 */
.department1_news .board_wrap .pop_zone{background-color: #404040; clear: both; text-align: center; width: 486px; height: 275px; box-shadow:1px 1px 13px -4px;}
.department1_news .board_wrap .pop_zone .pop_title{height: 60px; font-size: 22px; line-height: 45px; box-shadow: 1px 1px 13px -4px; padding-left: 21px; padding-top: 6px; text-align: left;}
.department1_news .board_wrap .main_popup{width: 100%; background-color: #ffffff; padding: 16px 20px 16px 21px; }
.department1_news .board_wrap .main_popup .popup_content{width: 445px; height: 182px; border: 1px solid #cccccc; margin: 0 auto;}

/* gallery 영역 */
.department1_gallery {position: relative; background-color: #f3ece6; background: url(../images/main/img_section4_bg.png) #c7c7c7 no-repeat 50% 0;}
.department1_gallery .cdu_title {position: relative; padding: 0 25px 24px;}
.department1_gallery .inner_wrap{position:relative; width: 1240px; height: 741px; max-width: 1240px; margin: 0 auto; text-align: center;}
.department1_gallery .title_sub {margin-top : 81px; font-size: 24px; color: #777777; letter-spacing: 4px;}
.department1_gallery .gallery_title {font-size: 65px; color: #000000; font-weight: 400; margin-top: 31px; letter-spacing: -3px;}
.department1_gallery .more{font-size: 19px; color: #404040; float: right; cursor: pointer; margin-top: 23px; font-weight: 400; margin-bottom: 25px; margin-right: 15px;}
.department1_gallery .more i{font-size: 28px; vertical-align: middle; margin-left: 20px;}
.department1_gallery .gallery_box{margin-top: 85px;}
.department1_gallery .gallery_box .gallery li a .name {position: absolute; width: 100%; font-size: 16px; margin-top: -50px; height: 50px; opacity: 0.8; color: #ffffff; background-color: rgba(0, 0, 0, 0.8); text-align: left;}

/* 아이콘 리스트 영역 */
#section05{min-height: 234px; border-top:1px solid #f1f2f4;}
.etc_icon_wrap{background: url('../images/main/img_section5_bg.png') #ffffff no-repeat 50% 0;}
.etc_icon_wrap .inner_wap{position:relative; width: 1240px; max-width: 1240px; height: 169px; margin: 0 auto;}
#section05 .inner_wrap{max-width: 1240px; margin: 0 auto;}
#section05 .inner_wrap ul.icon_list{padding: 40px 0 0 0; display: flex; flex-flow: wrap; -ms-flex-flow: wrap; height: 100%; min-height: 100%;}
#section05 .inner_wrap ul li{flex: 1; -ms-flex: 1 1 auto; position: relative; background-repeat: no-repeat; margin-right: 0px; width: auto; height: 100%; min-height: 100%;}
#section05 .inner_wrap ul li a{display: block;}
#section05 .icon_list li a span.icon{background-image: url("../images/main/circle_bg.png"); position: relative; margin-top: 10px; background-repeat: no-repeat; width: 120px; height: 120px;}
#section05 .icon_list li a span.icon > img{position:absolute; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; top:0; bottom:0; left:0; right:0;}
#section05 .icon_list li a span.icon > i{position:absolute; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; top:38px; bottom:0; left:0; right:0;}
#section05 .icon_list li a .name{font-size: 18px; color: #23396c; margin-top: 18px;}

/* 롤링 배너 영역 */
#section06 .inner_wrap{max-width: 1245px; height: 169px; margin: 0 auto;}
#section06 .rolling_banner{position: relative; padding: 0px 25px;}
#section06 .rolling_btn{float: right; margin-top: 24px; margin-bottom: 3px; display: flex;}
#section06 .rolling_btn .swiper-button-prev2 i, #section06 .rolling_btn .swiper-button-next2 i{font-size: 23px; float: left;}
#section06 .rolling_btn .swiper-button-prev2 i{padding-right: 10px;}
#section06 .rolling_btn .swiper-button-next2 i{padding-left: 10px;}
#section06 .rolling_banner .swiper-slide {
	text-align: center;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-align: center;
			align-items: center;
	font-size: 0;
	border:1px solid #cccccc;
}

@media all and (max-width: 445px)
{
	.department1_news .notice_content .tab_content .posts_wrap .list p.list_title a{width: 60% !important;}
	.department1_news .board_wrap .board_list .board_cont .list p.list_title a{width: 60% !important;}
}

@media all and (max-width: 1023px)
{
	.department1_intro .depart_promotion_view img{width: 100%; height: 100%;}
}

/* 태블릿, 모바일 */
@media all and (max-width: 1024px)
{
	.department1_news .notice_content .tab_on .tab, .cdu_notice .notice_content .tab_off .tab {
			font-weight: bold;
	}

	.department1_news .notice_content {
			display: -ms-flexbox;
			display: flex;
			position: relative;
			height: 325px;
	}
	.department1_news .notice_content .tab_content {
			visibility: hidden;
			position: absolute;
			left: 0;
			width: 100%;
			height: calc(100% - 61px);
			padding: 29px 25px;
			background: #fff;
			text-align: left;
			box-sizing: border-box;
	}

	.department1_news .notice_content .tab_content .list li a {
			display: block;
			height: 30px;
			padding-left: 9px;
			font-size: 14px;
			color: #000;
			line-height: 32px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
	}

	.department1_news .board_wrap .notice_content .recent {
			margin-bottom: 11px;
			padding-bottom: 16px;
			border-bottom: 1px dotted #ddd;
	}

	.department1_news .board_wrap .notice_content .recent .txt {
			overflow: hidden;
			max-height: 44px;
			margin-top: 10px;
			font-size: 14px;
			line-height: 22px;
			color: #333;
			display: block;
			display: -webkit-box;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
	}
	.department1_news .notice_content .tab_content .recent .tit a {
			display: block;
			font-size: 15px;
			color: #bc003e;
			font-weight: bold;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			margin-top: -8px;
	}
	.department1_news .board_wrap .notice_content .list li a {
			display: block;
			height: 30px;
			padding-left: 8px;
			font-size: 14px;
			color: #101010;
			line-height: 30px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
	}
	.department1_news .board_wrap .main_popup .swiper-slide > img {
			width: auto !important;
			height: 100% !important;
	}

	.main_visual .swiper-slide .inner_wrap{padding-top: 36px;}
	.main_visual .swiper-slide .slogun{position: static;}
	.main_visual .swiper-slide .inner_wrap .bottom_slash{padding-top: 10px;}
	.main_visual .swiper-slide .slogun .desc{font-size: 15px;}
	.main_visual .swiper-slide .slogun .title{margin-top: 10px;}

	.department1_intro .inner_wrap{padding-left: 15px; padding-right: 15px;}
	.department1_intro .en_title_sub{font-size: 24px;}
	.department1_intro .depart_title{left: 15px; font-size: 50px;}
	.department1_intro .depart_title img.depart_line{width: 150px; margin-left: -6px; margin-top: 30px;}
	.department1_intro .depart_sub_title{font-size: 27px; margin-top: 123px; line-height: 37px; margin-bottom: 25px;}
	.department1_intro .depart_txt{font-size: 16px; margin-bottom: 15px;}
	.department1_intro .depart_promotion_view{margin: 0 auto; float: none; margin-bottom: 20px; width: 100%;}
	.department1_intro .inner_wrap .more_btn{text-align: center;}
	.department1_intro .border_line{width: 100%; background-repeat: repeat; margin-top: 25px; margin-bottom: 35px;}
	.department1_intro .txt_table{width: 100%;}
	.department1_intro .txt_table td{font-size: 16px; text-align: center !important; line-height: 20px; padding: 10px;}

	.department1_news .inner_wrap {padding-top: 0px;}
	.department1_news{padding-top: 80px; padding-left: 15px; padding-right: 15px;}
	.department1_news .depart_title{font-size: 50px;}
	.department1_news .depart_title img.depart_line{width: 150px; margin-left: -7px; margin-top: 30px;}
	.department1_news .content_wrap{width: 100%; margin-top: 20px; margin-bottom: 35px;}
	.department1_news .notice_content .tab_content .posts_wrap .list p.list_title a{width: 70%;}
	.department1_news .notice_content .tab_content .lately_posts_wrap .border_line_gray{width: 100%;}
	.department1_news .board_wrap{float: none; padding: 0px; margin-bottom: 50px;}
	.department1_news .board_wrap .board_list{width: 100%; margin-bottom: 37px;}
	.department1_news .board_wrap .board_list .board_cont .list p.list_title a{width: 70%;}
	.department1_news .board_wrap .board_list .board_cont .list .border_line_gray{width: 100%;}
	.department1_news .board_wrap .pop_zone{width: 100%;}
	.department1_news .board_wrap .pop_zone .pop_title{box-shadow: none; padding-top: 12px; text-align: center;}
	.department1_news .board_wrap .main_popup .popup_content{width: 100%;}
	.department1_gallery .inner_wrap{width: 100%; height: 100%;}
	.department1_gallery .gallery_title{font-size: 60px;}
	.department1_gallery .more{margin-top: 32px;}

	#section05{min-height: 200px;}
	#section05 .inner_wrap {width: 100%; padding: 0px 15px;}
	#section05 .inner_wrap ul.icon_list{padding-bottom: 40px;}
	#section05 .inner_wrap ul li{width: 35%;}
	#section05 .icon_list li a .icon i{font-size: 39px;}
	#section05 .icon_list li a span.icon{margin-top: 18px;}
	#section05 .icon_list li a .name{margin-top: 28px;}

	.admission_site {display: none !important}
	.quick_link{display: none;}
}

/* PC */
@media all and (min-width: 1024px)
{
	.popupArea {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: url(../images/popup-bg.png) #434343 repeat-x 50% 0;
		text-align: center;
		z-index: 200;
	}
	.popupArea .popupinner {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
	.popupArea .popup_close {
		position: absolute;
		right: 0;
		bottom: 5px;
		font-size: 13px;
		color: #fff;
		cursor: pointer;
		z-index: 1;
	}
	.popupArea .popup_close input {
		margin-right: 5px;
		margin-top: 2px;
		border: 1px solid #555;
		vertical-align: top;
	}
	.popupArea .popup_close label {
		font-weight: 300;
	}
	.popupArea .popup_close img {
		margin-left: 2px;
		vertical-align: top;
		width: 17px;
		height: 17px;
	}
	.popupArea .swiper-container {
		height: 90px;
	}
	.popupArea .swiper-slide {
		padding: 0 20px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	.popupArea .swiper-slide .txt_wrap {
		display: -ms-flexbox;
		display: flex;
		height: 90px;
		-ms-flex-align: center;
				align-items: center;
		-ms-flex-pack: center;
				justify-content: center;
	}
	.popupArea .swiper-slide .txt {
		margin-top: -20px;
		font-size: 16px;
		color: #e0d6c6;
		line-height: 24px;
		text-align: center;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height: 48px;
	}
	.popupArea .swiper-slide.swiper-slide-next + .swiper-slide {
		border-right: none;
	}
	.popupArea .swiper-button-next,
	.popupArea .swiper-button-prev {
		background: none;
	}
	.popupArea .swiper-button-next .fal,
	.popupArea .swiper-button-prev .fal {
		margin-top: 4px;
		font-size: 34px;
		color: #fff;
	}
	.popupArea .swiper-button-prev {
		left: -30px;
	}
	.popupArea .swiper-button-next {
		right: -30px;
	}
	.popupArea .swiper-pagination-bullet-active {
	}
	#all_menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #f5f5f5;
		z-index: 1000;
	}
	#all_menu .top_wrap {
		width: 100%;
		height: 107px;
		position: relative;
	}
	#all_menu .top_wrap .logo {
		position: absolute;
		top: 50%;
		left: 40px;
		margin-top: -16px;
	}
	#all_menu .top_wrap .logo > a {
		display: block;
		background-image: url(../images/sp_nursing.png);
		background-size: 281px 212px;
		background-position: 0px 0px;
		width: 173px;
		height: 49px;
	}
	#all_menu .top_wrap header h1 a {
		display: block;
	}
	#all_menu .top_wrap .btn_close_allmenu {
		width: 38px;
		height: 38px;
		position: absolute;
		top: 40px;
		right: 45px;
		font-size: 38px;
		text-align: center;
	}
	#all_menu .swiper-container {
		width: 100%;
		height: 100%;
		max-height: 65%;
		min-height: 65%;
		max-width: 960px;
		margin: 0 auto;
	}
	#all_menu .swiper-slide {
		font-size: 18px;
		height: auto;
		box-sizing: border-box;
		padding: 0 30px 0 0;
	}
	#all_menu .swiper-scrollbar {
		width: 8px;
	}
	#all_menu .depth1 > li {
		width: 100%;
		padding: 40px 0;
		border-bottom: 1px solid #dbdbdb;
		font-size: 0;
		line-height: normal;
		box-sizing: border-box;
	}
	#all_menu .depth1 > li > a {
		display: inline-block;
		width: 20%;
		padding-left: 4.5%;
		font-size: 22px;
		font-weight: bold;
		vertical-align: top;
		box-sizing: border-box;
	}
	#all_menu .depth1 > li > a:hover {
		color: #56a4ed;
	}
	#all_menu .depth1 > li .depth2 {
		display: inline-block;
		width: 80%;
		margin-top: 5px;
	}
	#all_menu .depth1 > li .depth2 > li {
		display: inline-block;
		width: calc(100% / 4);
		vertical-align: top;
	}
	#all_menu .depth1 > li .depth2 > li:nth-child(6n),
	#all_menu .depth1 > li .depth2 > li:nth-child(6n) ~ li {
		margin-top: 32px;
	}
	#all_menu .depth1 > li .depth2 > li a {
		display: block;
	}
	#all_menu .depth1 > li .depth2 > li a > span {
		display: block;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}
	#all_menu .depth1 > li .depth2 > li a:hover > span {
		color: #56a4ed;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 {
		display: block;
		width: 100%;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li {
		display: block;
		width: 100%;
		margin-top: 11px;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li a > span {
		display: block;
		font-size: 14px;
		font-weight: 300;
		color: #666;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li a:hover > span {
		color: #996b56;
	}
	#header {
		z-index: 100;
	}
	#header .inner_wrap {
		max-width: 960px;
		height: 90px;
		margin: 0 auto;
	}
	#header .inner_wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	#header .top_wrap {
		display: block;
		position: relative;
		background-color: #313a39;
	}
	#header .top_wrap .inner_wrap {
		height: 40px;
	}
	#header .top_wrap .top_menu:after {
		content: '';
		display: block;
		clear: both;
	}
	#header .top_wrap .top_menu.left {
		float: left;
	}
	#header .top_wrap .top_menu.right {
		float: right;
	}
	#header .top_wrap .top_menu > li {
		float: left;
	}
	#header .top_wrap .top_menu > li:first-child a {
		padding-left: 0;
	}
	#header .top_wrap .top_menu > li a {
		display: block;
		height: 40px;
		padding: 0 12px;
		font-size: 13px;
		color: #fff;
		line-height: 40px;
	}
	#header .top_wrap .top_menu > li.lang {
		position: relative;
	}
	#header .top_wrap .top_menu > li.lang .selected {
		display: block;
		padding-right: 16px;
	}
	#header .top_wrap .top_menu > li.lang .selected:after {
		position: absolute;
		top: 18px;
		right: 0;
		border-top: 4px solid #999;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		content: '';
	}
	#header .top_wrap .top_menu > li.lang .selected.on:after {
		border-top: none;
		border-bottom: 4px solid #999;
	}
	#header .top_wrap .top_menu > li.lang .lang_layer {
		display: none;
		position: absolute;
		left: 0;
		top: 35px;
		max-width: 52px;
		padding: 5px 0;
		background-color: #fff;
		border: 1px solid #ebebeb;
		z-index: 400;
	}
	#header .top_wrap .top_menu > li.lang .lang_layer > a {
		display: block;
		height: 22px;
		padding: 0 12px;
		font-weight: 400;
		color: #101010;
		line-height: 22px;
	}
	#header .logo {
		position: absolute;
		left: 0;
		top: 24px;
		width: auto;
		z-index: 300;
	}
	#header .logo > a .logo_img {
		background-image: url(../images/sp_nursing.png);
		background-size: 281px 212px;
		background-position: 0px -142px;
		width: 125px;
		height: 35px;
	}
	#header .logo > a .logo_txt {
		margin: 5px 0 0 5px;
		font-size: 16px;
	}
	#header #gnb .btn_all {
		top: 18px;
		left: auto;
		right: 0;
		width: 54px;
		height: 54px;
		z-index: 300;
	}
	#header #gnb .btn_all .fal,
	#header #gnb .btn_all .far {
		margin-top: 15px;
		font-size: 22px;
		vertical-align: top;
	}
	#header #gnb .btn_all .icon {
		width: 30px;
		height: 21px;
		margin-top: 15px;
	}
	#header #gnb .btn_all .icon > i {
		height: 3px;
	}
	#header #gnb .btn_all .icon > i:nth-of-type(1) {
		top: 0;
	}
	#header #gnb .btn_all .icon > i:nth-of-type(2) {
		top: 9px;
	}
	#header #gnb .btn_all .icon > i:nth-of-type(3) {
		top: 18px;
	}
	#header #gnb .btn_side_close {
		display: none;
	}
	#header #gnb .gnb_set {
		transform: translate(0);
	}
	#header #gnb #nav {
		display: inline-block;
		position: static;
		height: 80px;
		margin-left: 200px;
		width: auto;
		vertical-align: top;
	}
	#header #gnb #nav .nav_top {
		display: none;
	}
	#header #gnb #nav .nav_menu {
		overflow: visible;
		padding: 0;
	}
	#header #gnb #nav .nav_menu:after {
		content: '';
		display: block;
		clear: both;
	}
	#header #gnb #nav .nav_menu > li {
		float: left;
	}
	#header #gnb #nav .nav_menu > li > a span {
		display: block;
		height: 90px;
		padding: 0;
		font-size: 16px;
		line-height: 81px;
	}
	#header #gnb #nav .nav_menu > li > a span:after {
		display: none;
	}
	#header #gnb #nav .nav_menu > li .nav_sub {
		display: none;
		position: absolute;
		top: 91px;
		left: 0;
		width: 100%;
		padding: 0;
		background: none;
		z-index: 201;
	}
	#header #gnb #nav .nav_menu > li .nav_sub.open {
		display: block;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		clear: both;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_title {
		position: absolute;
		top: 50px;
		left: 0;
		width: 221px;
		font-size: 28px;
		color: #c1070f;
		line-height: normal;
		text-align: center;
		word-break: keep-all !important;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list {
		padding: 26px 0 26px 207px;
		box-sizing: border-box;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner {
		display: block;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 {
		overflow: hidden;
		clear: both;
		width: 100%;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 + .dep2 {
		margin-top: 22px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li {
		float: left;
		padding-right: 20px;
		box-sizing: border-box;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a {
		display: block;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a span {
		display: block;
		padding: 0;
		font-size: 14px;
		line-height: normal;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul {
		margin-top: 12px;
		position: relative;
		padding-top: 12px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 1px;
		background: #999;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a:hover span {
		color: #56a4ed;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a {
		display: block;
		padding: 0;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a span {
		display: block;
		font-size: 13px;
		color: #999;
		font-weight: 300;
		line-height: normal;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a.on {
		color: #ffa200;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a:hover span {
		color: #63a4c6;
		text-decoration: underline;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
		margin-top: 6px;
	}
	#header #gnb #nav .nav_menu > li.on > a span:after {
		display: block;
		position: absolute;
		left: 0;
		right: auto;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: #56a4ed;
		content: '';
	}
	#header .gnb_bottom {
		display: none;
		position: absolute;
		left: 0;
		top: 130px;
		width: 100%;
		height: 0;
		transition: height 0.1s;
		background-color: #f4f4f4;
		z-index: 200;
	}
	#header.open .gnb_bottom {
		height: 90px;
	}
	.main_visual .swiper-slide .inner_wrap {
		width: 960px;
		height: 520px;
		margin: 0 auto;
	}
	.main_visual .swiper-slide .slogun {
		left: 0;
		margin-top: -216px;
	}
	.main_visual .swiper-slide .slogun .text {
		font-size: 18px;
		font-weight: 400;
	}
	.main_visual .swiper-slide .slogun .text + .title {
		margin-top: 13px;
	}
	.main_visual .swiper-slide .slogun .title {
		max-width: 60%;
		font-size: 71px;
		line-height: 58px;
	}

	.main_visual .swiper-inner-wrap {
		bottom: 40px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
		position: relative;
		left: auto;
		top: auto;
		width: 960px;
		margin: 0 auto;
		padding-left: 0;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}
	.main_visual .details_page_link {
		display: none;
	}
	.department1_intro {
		position: relative;
	}
	.department1_intro .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 170px 0 130px;
	}
	.department1_intro .en_title_sub {
		position: absolute;
		top: 60px;
		left: 0px;
		padding: 0;
		font-size: 24px;
		white-space: nowrap;
		color: #777777;
	}
	.department1_intro .intro_box {
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
		-ms-flex-direction: column;
				flex-direction: column;
	}
	.department1_intro .intro_box .col {
		display: -ms-flexbox;
		display: flex;
	}
	.department1_intro .intro_box .col .movie_box {
		width: 100%;
		height: 320px;
	}
	.department1_intro .intro_box .col .movie_box .movie {
		width: 640px;
		margin: 0 auto;
	}
	.department1_intro .intro_box .col .box {
		-ms-flex: 1;
				flex: 1;
		padding: 32px 20px 32px 80px;
	}
	.department1_intro .intro_box .col .box .num {
		left: 0;
		top: -30px;
		font-size: 90px;
	}
	.department1_intro .intro_box .col .box .cont_title {
		margin-bottom: 18px;
		font-size: 22px;
	}
	.department1_intro .intro_box .col .box .desc {
		height: 66px;
		font-size: 14px;
		line-height: 22px;
	}
	.department1_intro .intro_box .col .box + .box {
		margin: 0 0 0 1px;
	}
	.department1_intro .intro_box .col:nth-child(2) {
		margin: 1px 0;
	}
	#section05 .icon_list li {
		display: inline-block;
		width: auto;
		vertical-align: top;
	}
	#section05 .icon_list li a .icon {
		width: 86px;
		height: 86px;
	}
	.department1_news .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 81px 0;
	}
	.department1_news .cdu_title {
		position: absolute;
		right: 0;
		top: -100px;
		width: 300px;
		height: 200px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
	}
	.department1_news .cdu_title .title {
		position: relative;
		font-size: 50px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
		text-align: center;
	}
	.department1_news .cdu_title .title span {
		display: block;
		color: #c73b59;
	}
	.department1_news .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 12px solid #c73b59;
		opacity: .7;
		content: '';
	}
	.department1_news .title_sub {
		position: absolute;
		right: 320px;
		top: 37px;
		padding: 0;
		font-size: 35px;
		white-space: nowrap;
		line-height: 70px;
	}
	.department1_news .board_wrap {
		padding: 0;
	}

	.department1_news .board_wrap .board_list .board_title {
		height: 45px;
		font-size: 22px;
		line-height: 30px;
	}
	.department1_news .board_wrap .board_list .board_cont {
		padding: 25px 25px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent {
		margin-bottom: 11px;
		padding-bottom: 16px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent .tit a {
		font-size: 16px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent .txt {
		max-height: 75px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 25px;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.department1_news .board_wrap .board_list .board_cont .list li a {
		padding-left: 9px;
		font-size: 14px;
	}
	.department1_news .board_wrap .board_list .board_cont .list li a:hover {
		text-decoration: underline;
	}
	.department1_news .board_wrap .board_list + .board_list {
		margin-top: 0;
	}
	.department1_news .board_wrap .main_popup {
		float: left;
		width: 100%;
		height: 215px;
		margin: 0;
	}

	#section06 .rolling_banner .swiper-button-prev,
	#section06 .rolling_banner .swiper-button-next {
		display: block;
		top: 0;
		width: 7px;
		height: 12px;
		margin: 0;
		line-height: 50px;
		background: none;
	}
	#section06 .rolling_banner .swiper-button-prev .fal,
	#section06 .rolling_banner .swiper-button-next .fal {
		margin-top: -10px;
		vertical-align: top;
		font-size: 38px;
	}
	#section06 .rolling_banner .swiper-button-prev {
		left: 0;
		text-align: left;
	}
	#section06 .rolling_banner .swiper-button-next {
		right: 0;
		text-align: right;
	}
	.department1_gallery .cdu_title {
		position: absolute;
		left: 0;
		top: -100px;
		width: 300px;
		height: 200px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
	}
	.department1_gallery .cdu_title .title {
		position: relative;
		font-size: 50px;
		color: #b0a49a;
		font-weight: 600;
		line-height: 54px;
		text-align: center;
	}
	.department1_gallery .cdu_title .title span {
		display: block;
		color: #fff;
	}
	.department1_gallery .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 12px solid #b0a49a;
		opacity: .7;
		content: '';
	}
	.department1_gallery .gallery_box {
		margin: 0;
		padding: 0;
		clear:both;
	}
	.department1_gallery .gallery_box .gallery {
		margin-right: -24px;
		padding: 0;
	}
	.department1_gallery .gallery_box .gallery li {
		width: 304px;
		margin-right: 24px;
		margin-bottom: 42px;
		padding: 0;
		box-shadow:1px 1px 13px -4px;
	}

	.department1_gallery .gallery_box .gallery li a .name {
		font-size: 15px;
	}
	.indicator {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		height: 100%;
		z-index: 10;
	}
	.indicator:after {
		position: absolute;
		top: 0;
		left: -48px;
		width: 1px;
		height: 100%;
		content: "";
		background: #fff;
		opacity: 0.2;
	}
	.indicator .indi_list {
		position: fixed;
		width: 95px;
		top: 50%;
		z-index: 999;
		margin-top: -127px;
		text-align: center;
		right: 30px;
	}
	.indicator .indi_list li {
		margin: 50px 0;
		transition: all 0.4s ease;
		height: 5px;
	}
	.indicator .indi_list li:first-child {
		margin-top: 0;
	}
	.indicator .indi_list li a {
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 5px;
		height: 5px;
		margin: 0 auto;
		border-radius: 50%;
		background: #fff;
		transition: all 0.4s ease;
	}
	.indicator .indi_list li a .indi_title {
		display: block;
		color: #fff;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		right: 0;
		padding-right: 18px;
		width: 112px;
		text-align: right;
		word-break: keep-all;
		white-space: nowrap;
		font-size: 15px;
		font-weight: bold;
		transition: all 0.4s ease;
		line-height: 22px;
	}
	.indicator .indi_list li a .indi_title:before {
		top: -30px;
		position: absolute;
		right: 17px;
		font-size: 23px;
		opacity: 0;
	}
	.indicator .indi_list li a .indi_title:after {
		position: absolute;
		right: -13px;
		top: 50%;
		content: "";
		width: 24px;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: all 0.4s ease;
		transform-origin: left;
	}
	.indicator .indi_list li a .icon {
		display: none;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		font-size: 41px;
		text-align: center;
	}
	.indicator .indi_list li a .icon .fal {
		margin-top: 26px;
		vertical-align: top;
	}
	.indicator .indi_list li.active {
		height: 95px;
	}
	.indicator .indi_list li.active a {
		background-color: #c73b59;
		width: 95px;
		height: 95px;
	}
	.indicator .indi_list li.active a .indi_title {
		font-size: 17px;
		right: 97px;
	}
	.indicator .indi_list li.active a .indi_title:before {
		opacity: 1;
		transition: all 0.4s ease;
	}
	.indicator .indi_list li.active a .indi_title:after {
		transform: scale(1, 1);
	}
	.indicator .indi_list li.active a .icon {
		display: block;
	}
	.indicator .indi_list li:last-child a .indi_title {
		width: 134px;
	}
	.indicator.bg:after {
		background-color: #7b726c;
	}
	.indicator.bg .indi_list li a {
		background-color: #7b726c;
	}
	.indicator.bg .indi_list li a .indi_title {
		color: #2d2d2d;
	}
	.indicator.bg .indi_list li a .indi_title:after {
		background-color: #9c9692;
	}
	.indicator.bg .indi_list li.active a {
		background-color: #c73b59;
	}
	#footer {
		padding: 0;
	}
	#footer .inner_wrap {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}
	#footer .inner_wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	#footer .footer_location {
		background-color: #77756a;
	}
	#footer .footer_location .location_flex .location {
		display: block !important;
	}
	#footer .footer_location .location_flex .location a {
		height: 45px;
		font-size: 15px;
		line-height: 45px;
	}
	#footer .footer_location .location_flex .location a .fal {
		margin-left: 4px;
	}
	#footer .footer_location .location_flex .location .family_site .site_layer {
		padding: 12px 17px;
	}
	#footer .footer_location .location_flex .location .family_site .site_layer ul li a {
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}
	#footer .footer_inner {
		border: none;
	}
	#footer .footer_inner .inner_wrap {
		padding: 27px 0 25px;
	}
	#footer .footer_inner .copy_menu {
		display: none;
	}
	#footer .footer_inner .info_list {
		padding: 0;
		border: none;
		text-align: left;
	}
	#footer .footer_inner .info_list ul {
		padding: 0;
	}
	#footer .footer_inner .info_list ul li {
		float: left;
		margin-right: 15px;
	}
	#footer .footer_inner .info_list ul li:last-child {
		margin-right: 0;
	}
	#footer .footer_inner .info_list ul li a {
		margin: 0;
		padding: 0;
		font-size: 13px;
	}
	#footer .footer_bottom {
		font-size: 13px;
		font-weight: 400;
		line-height: 25px;
		text-align: left;
		border-top: 1px solid #333;
	}
	#footer .footer_bottom .inner_wrap {
		padding: 39px 0 50px;
	}
	#footer .footer_bottom > ul {
		margin-top: 4px;
	}
	#footer .footer_bottom > ul:after {
		content: '';
		display: block;
		clear: both;
	}
	#footer .footer_bottom > ul li {
		float: left;
	}
	#footer .footer_bottom .address {
		margin: 0;
		padding: 80px 0 0;
	}
	#footer .footer_bottom .address address {
		margin: 0;
	}
	#footer .footer_bottom .address .copy {
		display: inline-block;
		margin: 0;
	}
	#footer .footer_bottom .address ul li {
		display: inline-block;
		margin-right: 4px;
	}
	#footer .footer_bottom .logo {
		display: block;
		position: absolute;
		left: 0;
		top: 39px;
		background-image: url(../images/sp_nursing.png);
		background-size: 281px 212px;
		background-position: 0px -51px;
		width: 159px;
		height: 49px;
	}
	#footer .footer_bottom .family_site,
	#footer .footer_bottom .family_site2 {
		display: block;
		position: absolute;
		top: 39px;
		right: 0;
		width: 242px;
		height: 40px;
		background: #333;
		line-height: 40px;
		font-size: 14px;
	}
	#footer .footer_bottom .family_site > p a,
	#footer .footer_bottom .family_site2 > p a {
		position: relative;
		display: inline-block;
		padding: 0 15px;
		color: #9c9c9c;
		width: 192px;
		height: 100%;
	}
	#footer .footer_bottom .family_site > p a:after,
	#footer .footer_bottom .family_site2 > p a:after {
		position: absolute;
		right: 15px;
		top: 22px;
		vertical-align: middle;
		width: 5px;
		height: 5px;
		content: '';
		border: solid #979797;
		border-width: 0 1px 1px 0;
		margin-top: -5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#footer .footer_bottom .family_site > p a.on:after,
	#footer .footer_bottom .family_site2 > p a.on:after {
		position: absolute;
		right: 15px;
		top: 25px;
		vertical-align: middle;
		width: 5px;
		height: 5px;
		content: '';
		border: solid #979797;
		border-width: 0 1px 1px 0;
		margin-top: -5px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#footer .footer_bottom .family_site .site_layer,
	#footer .footer_bottom .family_site .site_layer2,
	#footer .footer_bottom .family_site2 .site_layer,
	#footer .footer_bottom .family_site2 .site_layer2 {
		display: none;
		position: absolute;
		top: -210px;
		padding: 12px 17px;
		width: 100%;
		height: 210px;
		overflow-y: scroll;
		background: #5b5b5b;
		border: 1px solid #333;
		box-sizing: border-box;
		z-index: 500;
	}
	#footer .footer_bottom .family_site .site_layer ul li a,
	#footer .footer_bottom .family_site .site_layer2 ul li a,
	#footer .footer_bottom .family_site2 .site_layer ul li a,
	#footer .footer_bottom .family_site2 .site_layer2 ul li a {
		display: block;
		color: #fff;
		line-height: 26px;
		font-size: 13px;
	}
	#footer .footer_bottom .family_site .btn_go,
	#footer .footer_bottom .family_site2 .btn_go {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		color: #9f9f9f;
		background: #222;
		width: 50px;
		height: 100%;
		text-align: center;
	}
	#footer .footer_bottom .family_site {
		right: 255px;
	}
	#footer .footer_bottom .footer_sns {
		position: absolute;
		right: 102px;
		top: 120px;
		padding: 0;
		background: none;
		border: none;
	}
	#footer .footer_bottom .footer_sns ul li:last-child {
		margin-right: 0;
	}
	#footer .footer_bottom .qrcode {
		display: block;
		position: absolute;
		right: 0;
		top: 119px;
		background-image: url(../images/sp_nursing.png);
		background-size: 281px 212px;
		background-position: -175px 0px;
		width: 72px;
		height: 72px;
	}
	.sub_container {
		padding-top: 131px;
	}
	.sub_visual {
		height: 280px;
		padding-top: 80px;
		background-size: cover;
	}
	.sub_visual .title {
		font-size: 42px;
		line-height: normal;
	}
	.sub_visual .desc {
		display: block;
		margin-top: 10px;
		font-size: 25px;
		color: #fff;
		text-align: center;
		line-height: 26px;
		opacity: .7;
	}
	.sub_visual .sub_nav {
		display: block;
	}
	.sub_visual .menu_select {
		display: none;
	}
	.sub_location {
		display: block;
		position: relative;
		height: 60px;
		margin-top: -60px;
		z-index: 4;
	}
	.sub_location .inner_wrap {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}
	.sub_location a {
		display: block;
		height: 100%;
	}
	.sub_location .sub_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-color: rgba(85, 164, 237, 0.7);
	}
	.sub_location .sub_menu > li {
		position: relative;
		float: left;
		cursor: pointer;
	}
	.sub_location .sub_menu > li .link {
		display: block;
		padding: 0 30px 0 20px;
		min-width: 222px;
		line-height: 58px;
		color: #fff;
		font-size: 18px;
		background: #56a4ed;
		border: 1px solid #56a4ed;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		white-space: nowrap;
	}
	.sub_location .sub_menu > li .link:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 19px;
		width: 8px;
		height: 8px;
		border: solid #fff;
		border-width: 0 1px 1px 0;
		margin-top: -6px;
		transform: rotate(405deg);
		content: '';
	}
	.sub_location .sub_menu > li:last-child span,
	.sub_location .sub_menu > li:last-child a {
		min-width: 300px;
	}
	.sub_location .sub_menu > li.home a {
		display: block;
		width: 60px;
		height: 60px;
		padding: 0;
		background: #3e3e3e;
		border: none;
		font-size: 18px;
		line-height: 58px;
		text-align: center;
		color: #fff;
	}
	.sub_location .sub_menu > li.active .layer {
		display: block;
	}
	.sub_location .sub_menu > li.active .link {
		background-color: #fff;
		border-color: #666;
		border-bottom: none;
		color: #000;
	}
	.sub_location .sub_menu > li.active .link:after {
		border-color: #000;
	}
	.sub_location .sub_menu .layer {
		display: none;
		position: absolute;
		left: 0;
		top: 59px;
		width: 100%;
		padding: 16px 0;
		background: #fff;
		border: 1px solid #666;
		border-top: none;
		box-sizing: border-box;
	}
	.sub_location .sub_menu .layer li:after {
		display: none;
	}
	.sub_location .sub_menu .layer li a {
		position: relative;
		line-height: 40px;
		color: #555;
		font-size: 16px;
		padding: 0 20px;
		background: none;
	}
	.sub_location .sub_menu .layer li.on a {
		color: #996b56;
	}
	.location_wrap {
		border-bottom: 1px solid #ecddde;
		background-color: #f9f9f9;
	}
	.location_wrap .inner_wrap {
		position: relative;
		width: 960px;
		margin: 0 auto;
		padding: 20px 25px;
		border-left: 1px solid #ecddde;
		border-right: 1px solid #ecddde;
	}
	.location_wrap .inner_wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	.location_wrap .location {
		position: relative;
		float: right;
		left: auto;
		top: auto;
		width: auto;
		margin-top: 6px;
		text-align: left;
	}
	.location_wrap .location a {
		font-size: 16px;
		color: #666;
	}
	.location_wrap .location a.home {
		font-size: 16px;
		color: #666;
	}
	.location_wrap .location a .arrow {
		margin-top: -10px;
		font-size: 11px;
		color: #999;
	}
	.location_wrap .location a + a {
		margin-left: 10px;
		padding-left: 14px;
	}
	.location_wrap .location a:hover {
		text-decoration: underline;
	}
	.location_wrap .location a:last-child {
		color: #c73b59;
	}
	.content_wrap {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
		border-left: 1px solid #d9d9d9;
	}
	.content_wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	.content_wrap #aside {
		display: block;
		float: left;
		width: 220px;
		margin-left: -1px;
	}
	.content_wrap #aside h2 {
		display: -ms-flexbox;
		display: flex;
		background: #fff;
		border: 1px solid #d9d9d9;
		border-top: none;
		width: 100%;
		height: 136px;
		padding: 0 10px;
		font-size: 26px;
		text-align: center;
		color: #56a4ed;
		-ms-flex-align: center;
				align-items: center;
		-ms-flex-pack: center;
				justify-content: center;
		z-index: 5;
	}
	.content_wrap #aside .lnb_area {
		border: solid #d9d9d9;
		border-width: 0 1px;
	}
	.content_wrap #aside .lnb_area ul li {
		border-bottom: 1px solid #d9d9d9;
		font-size: 14px;
	}
	.content_wrap #aside .lnb_area ul li a {
		display: block;
		position: relative;
		color: #444;
		padding: 16px 0 14px 19px;
		font-weight: 500;
		line-height: 19px;
	}
	.content_wrap #aside .lnb_area ul li a.on, .content_wrap #aside .lnb_area ul li a:hover {
		color: #56a4ed;
	}
	.content_wrap #aside .lnb_area ul li ul {
		margin-top: -9px;
		padding-bottom: 20px;
	}
	.content_wrap #aside .lnb_area ul li ul li {
		margin-top: 6px;
		padding-left: 17px;
		border: none;
		font-size: 12px;
	}
	.content_wrap #aside .lnb_area ul li ul li:first-child {
		margin-top: 6px;
	}
	.content_wrap #aside .lnb_area ul li ul li a {
		color: #444;
		padding: 0 0 0 8px;
		font-weight: 300;
		line-height: 16px;
	}
	.content_wrap #aside .lnb_area ul li ul li a:before {
		position: absolute;
		left: 0;
		top: 7px;
		width: 2px;
		height: 2px;
		background-color: #999;
		content: '';
	}
	.content_wrap #content {
		float: left;
		width: 741px;
		margin-left: -1px;
		padding: 45px 0 0 60px;
		border-left: 1px solid #d9d9d9;
	}
	.content_wrap #content .view_option {
		display: block;
		position: absolute;
		right: 0;
		top: 53px;
		padding: 0;
		background: none;
	}
	.sub_title {
		margin-bottom: 50px;
		padding: 0;
		font-size: 32px;
		font-weight: bold;
		text-align: left;
	}
	.sub_tabs {
		max-width: 960px;
		margin: 0 auto 80px;
		padding: 0;
	}
	.sub_tabs li {
		position: relative;
	}
	.sub_tabs li a {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		color: #666;
		font-size: 18px;
		line-height: 64px;
	}
	.sub_content {
		padding: 0 0 80px;
	}
	.sub_content .inner_wrap {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}

	.admission_site {
		display: none !important
	}

	.movie_wrap{
		height:30px; background-color:#66a8e5; text-align:center;
	}
	.movie_title {
		color:#FFF;font-size: 13px; line-height: 30px; float:left; margin-left:45px;
	}

	.movie_title2 {
		color:#FFF;font-size: 13px; line-height: 30px; float:left;
	}

	.nursing_intro .icon_list li {
			float: left;
			width: 25%;
			margin-top: 3px;
	}

	.top_sns{display: none;}

	/* 메인 이미지 슬라이드 영역 */
	.main_visual .swiper-slide .inner_wrap{width: 960px; height: 520px; text-align: left;}
	.main_visual .swiper-slide .inner_wrap .top_slash{padding-top: 62px; text-align: left; padding-left: 220px;}
	.main_visual .swiper-slide .inner_wrap .bottom_slash{padding-top: 240px; text-align: left; padding-left: 220px;}
	.main_visual .swiper-slide .slogun .title {font-size: 66px; line-height: 70px;}
	.main_visual .swiper-slide .slogun .desc {margin-top: 43px; margin-bottom: 32px; font-size: 24px; font-weight: 300; line-height: 39px; font-family: nsr;}

	/* intro 영역 */
	.department1_intro .quick_link {left: 495px; top: -233px; width: 487px; height: 420px;}
	.department1_intro .depart_sub_title {font-size: 30px;}
	.department1_intro .depart_title img.depart_line{width: 213px; margin-left: -12px;}
	.department1_intro .depart_title {font-size: 60px;}
	.department1_intro .depart_txt{font-size: 18px;}
	.department1_intro .depart_promotion_view{position: absolute; left: 495px;}
	.department1_intro .border_line{width: 465px;}
	.department1_intro .depart_sub_title2{font-size: 30px;}
	.department1_intro .txt_table{width: 470px;}
	.department1_intro .txt_table td{font-size: 15px;}

	/* news 영역*/
	.department1_news .depart_title {font-size: 60px;}
	.department1_news .depart_title img.depart_line{width: 213px; margin-left: -14px;}
	.department1_news .content_wrap {width: 55%;}
	.department1_news .notice_content .tab_content .posts_wrap .list p.list_title a{width: 335px;}
	.department1_news .notice_content .tab_content .lately_posts_wrap .border_line_gray{width: 459px;}
	.department1_news .board_wrap{width: 40%;}
	.department1_news .board_wrap .board_list {width: 100%;}
	.department1_news .board_wrap .board_list .board_cont .list p.list_title a{width:213px;}
	.department1_news .board_wrap .pop_zone{width: 100%;}
	.department1_news .board_wrap .board_list .board_cont .list .border_line_gray{width: 100%;}
	.department1_news .board_wrap .main_popup .popup_content{width: 100%}

	/* gallery 영역 */
	.department1_gallery .inner_wrap{width: 960px; height: 741px; max-width: 960px;}

	/* 아이콘 리스트 영역 */
	.etc_icon_wrap .inner_wap{width: 960px; max-width: 960px;}
	#section05 .inner_wrap ul.icon_list{padding-top: 45px; margin: 0 auto; width: 960px;}
	#section05 .inner_wrap ul.icon_list li{margin-bottom: 30px;}
	#section05 .icon_list li a .icon i {margin-top: 33px; font-size: 47px; margin-left: auto; margin-right: auto; display: block; text-align: center;}
	#section05 .icon_list li a .name{margin-top: 40px;}

	#header #gnb #nav .nav_menu {
		overflow: visible;
		padding: 0px 120px;
	}

	#header #gnb #nav .nav_menu > li > a {
		padding : 0 15px;
	}

	#footer .footer_bottom .family_site > p a, #footer .footer_bottom .family_site2 > p a, .admission_site > p a {
			position: relative;
			display: inline-block;
			padding: 0 15px;
			color: #FFF;
			width: 192px;
			height: 100%;
	}
	.movie_wrap{
		width: 100%; height:30px; background-color:#66a8e5; text-align:center;
	}
	.movie_title {
		color:#FFF;font-size: 13px; line-height: 30px; float:left;
	}

	.movie_main_wrap {
		display:block !important;
	}
	.movie_title2 {
		color:#FFF;font-size: 13px; line-height: 30px; float:left;
	}

	#footer .footer_bottom .address {
			margin: 0;
			padding: 0 0 0 200px;
	}

	.sub_visual .desc {
			font-weight: bold;
			opacity: 1;

	}
	#header .top_wrap .top_menu > li a{
		font-weight:bold;
	}
	.sub_tabs {
		display: none;
	}
	#myVideo{
		width:440px;
		height:295px;
	}
	.depart_promotion_view .icon {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		font-size: 20px;
		border: 2px solid #fff;
	}
	.depart_promotion_view .fal {
		margin-top: 30px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent {
		height:136px;
	}

	.main_banner .swiper-buttons {
		height:35px;
	}

	.swiper-pagination-main_banner {
		position: absolute;
		text-align: center;
		-webkit-transition: 300ms opacity;
		-o-transition: 300ms opacity;
		transition: 300ms opacity;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 10;
	}

	.swiper-buttons .swiper-pagination-clickable .swiper-pagination-bullet{
		margin-right:7px; background:#fff; width:10px; height:10px; opacity:0.8;
	}
	.swiper-buttons .swiper-pagination-clickable .swiper-pagination-bullet-active{
		margin-right:7px; background:none !important; width:10px; height:10px; opacity:1 ;
	}
	.sub_location .sub_menu {
			position: absolute;
			left: 0;
			top: 60px;
			width: 100%;
			background-color: rgba(85, 164, 237, 0.7);
	}
	.content_wrap {
			margin-top: 60px;
	}
	.department1_news .notice_content {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		height: 325px;
			float: left;
	}
	.department1_news .notice_content .tab_content {
			width: 100%;
			height: calc(100% - 79px);
			padding: 20px 36px;
	}

	.department1_news .notice_content .tab_content .recent {
			margin-bottom: -1px;
			padding-bottom: 30px;
			border-bottom: 1px dotted #ddd;
	}

	.department1_news .notice_content .tab_content .recent .txt {
		display: block;
		font-size: 14px;
		color: #101010;
		line-height: 1.8;
		margin-top: 19px;
		height: 70px;
		overflow: hidden;
	}

	.department1_news .notice_content .tab_content .list li:nth-child(n+3)  {
		display: none;
	}
	.department1_news .board_wrap .board_list .board_cont .list li:nth-child(n+3){
		display: none;
	}
	.department1_news .notice_content .tab_content .recent .tit a {
			display: block;
			font-size: 16px;
			color: #bc003e;
			font-weight: bold;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			margin-top: -6px;
	}
	.department1_news .notice_content .tab_content .list li a {
		display: block;
		height: 30px;
		padding-left: 9px;
		font-size: 14px;
		color: #000;
		line-height: 32px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.department1_news .board_wrap .main_popup .swiper-slide > img {
			width: auto !important;
			height: 100% !important;
	}

	#header #gnb #nav .nav_menu {
		padding: 0px 52px;
	}

	.main_visual .swiper-slide .inner_wrap {
		height: 630px;
	}
	.nursing_intro .intro_box .col .movie_box {
			width: 480px;
			height: 316px;
			background-color:#66a8e5;
	}

	.nursing_intro .intro_box .col .box {
			padding: 20px 20px 20px 73px;
			width:360px;
	}
	.main_visual .swiper-slide .slogun .title {
			font-size: 71px;
			line-height: 75px;
	}


	#header #gnb #nav .nav_menu > li > a span {
			font-size: 22px;
	}

	#header #gnb #nav .nav_menu > li > a span.min {
		font-size: 16px;
	}

	.department1_news .notice_content {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		height: 406px;
			float: left;
	}
	.department1_news .notice_content {
		height: 440px;
	}
	.department1_news .notice_content .tab_content .list li:nth-child(n+3)  {
		display: block;
	}
	.department1_news .board_wrap .board_list .board_cont .list li:nth-child(n+3){
		display: block;
	}
	.department1_news .notice_content .tab_content .recent .tit a {
		display: block;
		font-size: 18px;
		color: #bc003e;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
			margin-top: 4px;
	}
	.department1_news .notice_content .tab_content .recent .txt {
		display: block;
		font-size: 14px;
		color: #101010;
		line-height: 1.8;
		margin-top: 26px;
		height: 70px;
		overflow: hidden;
	}
	.department1_news .notice_content .tab_content .list li a {
		display: block;
		height: 30px;
		padding-left: 9px;
		font-size: 15px;
		color: #000;
		line-height: 32px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.department1_news .notice_content .tab_content .recent {
			margin-bottom: -1px;
			padding-bottom: 21px;
			border-bottom: 1px dotted #ddd;
	}
	.department1_news .board_wrap .main_popup .swiper-slide > img {
			width: 100% !important;
			height: 100% !important;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list{
		padding-left:225px;
	}
}


@media all and (min-width: 1240px)
{
	.popupArea .popupinner {
		width: 1240px;
	}
	#all_menu .swiper-container {
		max-width: 1240px;
	}
	#all_menu .depth1 > li .depth2 > li {
		width: calc(100% / 5);
	}
	#all_menu .depth1 > li .depth2 > li:nth-child(6n),
	#all_menu .depth1 > li .depth2 > li:nth-child(6n) ~ li {
		margin-top: 32px;
	}
	#header .inner_wrap {
		max-width: 1240px;
	}

	#header .logo {
		top: 12px;
	}

	#header .logo > a .logo_img {
		background-image: url(../images/logo_64.jpg);
		background-size: auto;
		width: 194px;
		height: 64px;
		background-position: 0px 0px;
	}

	#header .logo > a .logo_txt {
		margin: 17px 0 0 8px;
		font-size: 22px;
	}

	#header #gnb #nav {
		margin-left: 320px;
	}

	#header #gnb #nav .nav_menu {
<<<<<<< HEAD
		padding: 0px 78px;
=======
		padding: 0px 60px;
>>>>>>> refs/remotes/origin/master
	}

	#header #gnb #nav .nav_menu > li > a {
			padding: 0 30px;
	}

	#header #gnb #nav .nav_menu > li > a span {
		line-height: 91px;
	}
	#header #gnb #nav .nav_menu > li > a span:after {
		display: none;
	}
	#header #gnb #nav .nav_menu > li .nav_sub {
		top: 90px;
		left: 0;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
		width: 1240px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_wrap:before {
		top: 60px;
		left: 259px;
		height: calc(100% - 120px);
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_title {
		top: 70px;
		left: 0;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list {
		padding-left: 339px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li {
		padding-right: 30px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a span {
		font-size: 16px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul {
		margin-top: 15px;
		padding-top: 15px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a span {
		font-size: 15px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
		margin-top: 8px;
	}
	.main_visual .swiper-slide .inner_wrap {
		width: 1240px;
		height: 630px;
	}
	.main_visual .swiper-slide .slogun {
		margin-top: -147px;
	}
	.main_visual .swiper-slide .slogun .text {
		font-size: 20px;
	}
	.main_visual .swiper-slide .slogun .text + .title {
		margin-top: 32px;
	}

	.main_visual .swiper-inner-wrap {
		bottom: 40px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
		width: 1240px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		margin: 0 6px;
	}
	.department1_intro .inner_wrap {
		max-width: 1232px;
	}
	.department1_intro .en_title_sub {
		left: 0px;
		top: 60px;
		font-size: 24px;
		color: #777777;
	}
	.department1_intro .intro_box {
		-ms-flex-direction: row;
				flex-direction: row;
	}
	.department1_intro .intro_box .col {
		display: block;
	}
	.department1_intro .intro_box .col .movie_box {
		width: 480px;
		height: 346px;
	}
	.department1_intro .intro_box .col .movie_box .movie {
		width: 100%;
		margin: 0;
	}
	.department1_intro .intro_box .col .box {
		padding: 20px 20px 20px 73px;
	}
	.department1_intro .intro_box .col .box .num {
		left: -10px;
		top: -46px;
		font-size: 110px;
	}
	.department1_intro .intro_box .col .box .cont_title {
		margin-bottom: 18px;
		font-size: 25px;
	}
	.department1_intro .intro_box .col .box .desc {
		height: 88px;
		font-size: 15px;
		line-height: 22px;
	}
	.department1_intro .intro_box .col .box + .box {
		margin-top: 20px;
	}
	.department1_intro .intro_box .col:nth-child(2) {
		min-width: 480px;
		margin: 0 20px;
	}
	#section05 .icon_list li {
	}
	#section05 .icon_list li a .icon {
		width: 98px;
		height: 98px;
	}
	#section05 .icon_list li a .icon i {
		margin-top: 33px;
		font-size: 48px;
	}
	#section05 .icon_list li a .name {
		margin-top: 33px;
		font-size: 22px;
	}
	.department1_news .inner_wrap {
		max-width: 1240px;
	}
	.department1_news .title_sub {
		right: 350px;
		top: 37px;
		font-size: 52px;
		line-height: 70px;
	}
	.department1_news .board_wrap .board_list {
		width: 486px;
		height: 246px;
	}
	.department1_news .board_wrap .board_list .board_title {
		height: 60px;
		font-size: 22px;
		line-height: 44px;
	}
	.department1_news .board_wrap .board_list .board_cont {
		padding: 30px 23px 30px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent {
		margin-bottom: 11px;
		padding-bottom: 16px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent .tit a {
		font-size: 18px;
	}
	.department1_news .board_wrap .board_list .board_cont .recent .txt {
		margin-top: 26px;
	}
	.department1_news .board_wrap .board_list .board_cont .list li a {
		font-size: 15px;
	}
	.department1_news .board_wrap .board_list + .board_list {
		margin-top: 0;
	}
	.department1_news .board_wrap .main_popup {
		width: 486px;
		height: 215px;
	}
	.department1_gallery .gallery_box {
		margin: 0;
		clear:both;
	}
	.department1_gallery .gallery_box .gallery {
		margin-right: -20px;
		padding: 0;
	}
	.department1_gallery .gallery_box .gallery li {
		width: 300px;
		height: 230px;
		margin-right: 10px;
		padding: 0;
	}
	#footer .inner_wrap {
		max-width: 1240px;
	}
	#footer .footer_location .location_flex .location a {
		height: 47px;
		font-size: 18px;
		line-height: 47px;
	}
	#footer .footer_location .location_flex .location a .fal {
		margin-left: 4px;
	}
	#footer .footer_inner .inner_wrap {
		padding: 27px 0 25px;
	}
	#footer .footer_inner .info_list ul li {
		margin-right: 30px;
	}
	#footer .footer_inner .info_list ul li a {
		font-size: 15px;
	}
	#footer .footer_inner .logo {
		top: 77px;
	}
	.sub_visual .title {
		font-size: 42px;
	}
	.sub_visual .desc {
		margin-top: 10px;
		font-size: 25px;
		line-height: 26px;
	}
	.sub_location .inner_wrap {
		max-width: 1240px;
	}
	.sub_location .sub_menu > li .link {
		min-width: 240px;
	}
	.sub_location .sub_menu > li:last-child span,
	.sub_location .sub_menu > li:last-child a {
		min-width: 300px;
	}
	.location_wrap .inner_wrap {
		width: 1240px;
	}
	.sub_title {
		font-size: 35px;
	}
	.sub_tabs {
		max-width: 1240px;
		margin-bottom: 80px;
	}
	.sub_tabs li a {
		font-size: 18px;
	}
	.content_wrap {
		max-width: 1240px;
	}
	.content_wrap #aside {
		width: 260px;
	}
	.content_wrap #aside h2 {
		height: 136px;
		font-size: 26px;
	}
	.content_wrap #aside .lnb_area ul li {
		font-size: 15px;
	}
	.content_wrap #aside .lnb_area ul li a {
		padding: 20px 0 18px 19px;
	}
	.content_wrap #aside .lnb_area ul li a ul {
		margin-top: -9px;
		padding-bottom: 15px;
	}
	.content_wrap #aside .lnb_area ul li a ul li {
		margin-top: 6px;
		padding-left: 17px;
		border: none;
		font-size: 13px;
	}
	.content_wrap #aside .lnb_area ul li a ul li:first-child {
		margin-top: 6px;
	}
	.content_wrap #aside .lnb_area ul li a ul li a {
		padding: 0 0 0 10px;
		text-indent: -10px;
		line-height: 16px;
	}
	.content_wrap #aside .lnb_area ul li a ul li a.tit_on:hover, .content_wrap #aside .lnb_area ul li a ul li a.tit_on:focus {
		display: block;
		padding: 16px 0 14px 19px;
		line-height: 19px;
		background: none;
	}
	.content_wrap #content {
		width: 981px;
		padding: 45px 0 0 60px;
	}
	.sub_content .inner_wrap {
		max-width: 1240px;
	}

	.top_sns{display: block;}

	/* 메인 이미지 슬라이드 영역 */
	.main_visual .swiper-slide .inner_wrap{width: 1240px; height: 630px;}
	.main_visual .swiper-slide .inner_wrap .top_slash{padding-top: 123px; text-align: left; padding-left: 220px;}
	.main_visual .swiper-slide .inner_wrap .bottom_slash{padding-top: 250px; text-align: left; padding-left: 220px;}
	.main_visual .swiper-slide .slogun .title {font-size: 71px; line-height: 71px;}
	.main_visual .swiper-slide .slogun .desc {margin-top: 43px; margin-bottom: 32px; font-size: 24px; font-weight: 300; line-height: 39px; font-family: nsr;}


	/* intro 영역 */
	.department1_intro .quick_link {left: 745px; top: -257px; width: 487px; height: 420px;}
	.department1_intro .en_title_sub{font-family: Noto Sans KR; letter-spacing: 2px;}
	.department1_intro .depart_title {font-size: 65px;}
	.department1_intro .depart_sub_title {font-size: 35px;}
	.department1_intro .depart_title img.depart_line{width: 281px; margin-left: -13px;}
	.department1_intro .depart_txt{font-size: 20px;}
	.department1_intro .depart_promotion_view{position: static;}
	.department1_intro .border_line{width: 681px;}
	.department1_intro .depart_sub_title2{font-size: 35px;}
	.department1_intro .txt_table{width: 686px;}
	.department1_intro .txt_table td{font-size: 20px;}

	/* news 영역 */
	.department1_news .inner_wrap {max-width: 1240px;}
	.department1_news .depart_title {font-size: 65px;}
	.department1_news .depart_title img.depart_line{width:281px; margin-left: -15px;}
	.department1_news .content_wrap {width: 686px;}
	.department1_news .notice_content .tab_content .posts_wrap .list p.list_title a{width:480px;}
	.department1_news .notice_content .tab_content .lately_posts_wrap .border_line_gray{width: 621px;}
	.department1_news .board_wrap{width: 486px;}
	.department1_news .board_wrap .board_list {width: 486px;}
	.department1_news .board_wrap .board_list .board_cont .list p.list_title a{width:310px;}
	.department1_news .board_wrap .pop_zone{width: 486px;}
	.department1_news .board_wrap .board_list .board_cont .list .border_line_gray{width: 440px;}

	/* gallery 영역 */
	.department1_gallery .inner_wrap{width: 1240px; height: 741px;  max-width: 1240px;}

	/* icon 영역 */
	#section05 .inner_wrap ul.icon_list{padding: 40px 0 0 0; width: 1240px;}
	#section05 .inner_wrap ul.icon_list li{}
	#section05 .icon_list li a .name{margin-top: 28px;}
}
