@charset "UTF-8";
/* Common */
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 {
	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:first-child a {
	color: #56a4ed;
}

#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 {
	position: absolute;
	left: 25px;
	top: 50%;
	right: 25px;
	margin-top: -102px;
	text-align: left;
}

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

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

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

.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;
	width: 8px;
	height: 8px;
	margin: 0 4px 0 0;
}

.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.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: 35px;
	height: 35px;
	color: #fff;
	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;
}

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

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

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

.nursing_intro .cdu_title .title {
	position: relative;
	font-weight: bold;
	font-size: 35px;
	color: #7ab6ed;
}

.nursing_intro .cdu_title .title span {
	color: #7ab6ed;
}

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

.nursing_intro .title_sub {
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
	color: #9ec7ed;
}

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

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

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

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

.nursing_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;
}

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

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

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

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

.nursing_intro .icon_list {
	margin-top: 20px;
	padding: 0 25px;
	font-size: 0;
	text-align: center;
}

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

.nursing_intro .icon_list li {
	float: left;
	width: 25%;
}

.nursing_intro .icon_list li a {
	display: block;
}

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

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

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

.nursing_news {
	position: relative;
	background: url(../images/main/bg_main_news.jpg) #c7c7c7 no-repeat 50% 0;
	background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nursing_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;
}

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

.nursing_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;
}

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

.nursing_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: "";
}

.nursing_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;
}

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

.nursing_news .board_wrap .main_banner {
	position: relative;
	height: 235px;
	margin-top: 10px;
}

.nursing_news .board_wrap .main_banner .swiper-container {
	width: 100%;
	height: 100%;
}

.nursing_news .board_wrap .main_banner .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;
}

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

.nursing_news .board_wrap .main_banner .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);
}

.nursing_news .board_wrap .main_banner .swiper-buttons .swiper-button-prev,
.nursing_news .board_wrap .main_banner .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;
}

.nursing_news .rolling_banner {
	position: relative;
	padding: 27px 25px 40px;
}

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

.nursing_news .rolling_banner .swiper-slide {
	height: 50px;
	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;
}

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

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

.nursing_news .rolling_banner .swiper-button-prev .fal,
.nursing_news .rolling_banner .swiper-button-next .fal {
	vertical-align: top;
	font-size: 24px;
	color: #56a4ed;
}

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

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

.nursing_gallery {
	position: relative;
	background-color: #f3ece6;
}

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

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

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

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

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

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

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

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

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

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

.nursing_gallery .gallery_box .gallery li a {
	display: block;
	position: relative;
	padding: 5px 5px;
	background-color: #fff;
	box-shadow: 7px 7px 0 #d5cfc9;
}

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

.nursing_gallery .gallery_box .gallery li a .thumb > img {
	width: 100% !important;
/* 	height: auto !important; */
}

.nursing_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;
}

@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 {
		background: #fff;
	}
	#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 {
		padding: 0 41px;
	}
	#header #gnb #nav .nav_menu > li > a span {
		display: block;
		height: 90px;
		padding: 0;
		font-size: 16px;
		line-height: 91px;
	}
	#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: -166px;
	}
	.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: 48px;
		line-height: 58px;
	}
	.main_visual .swiper-slide .slogun .desc {
		margin-top: 21px;
		font-size: 16px;
		font-weight: 300;
		line-height: 17px;
	}
	.main_visual .swiper-inner-wrap {
		bottom: 161px;
	}
	.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 {
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
	.main_visual .details_page_link {
		display: none;
	}
	.nursing_intro {
		position: relative;
	}
	.nursing_intro .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 170px 0 130px;
	}
	.nursing_intro .cdu_title {
		position: absolute;
		left: 0;
		top: -100px;
		width: 300px;
		height: 200px;
		padding: 42px 20px;
		box-sizing: border-box;
		z-index: 1;
	}
	.nursing_intro .cdu_title .title {
		text-align: center;
		font-size: 40px;
		color: #84bbee;
		line-height: 54px;
	}
	.nursing_intro .cdu_title .title span {
		display: block;
		color: #fff;
	}
	.nursing_intro .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 12px solid #56a4ed;
		opacity: .7;
		content: '';
	}
	.nursing_intro .title_sub {
		position: absolute;
		left: 330px;
		top: 37px;
		padding: 0;
		font-size: 42px;
		white-space: nowrap;
		line-height: 70px;
	}
	.nursing_intro .intro_box {
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
		-ms-flex-direction: column;
			flex-direction: column;
	}
	.nursing_intro .intro_box .col {
		display: -ms-flexbox;
		display: flex;
	}
	.nursing_intro .intro_box .col .movie_box {
		width: 100%;
		height: 320px;
	}
	.nursing_intro .intro_box .col .movie_box .movie {
		width: 640px;
		margin: 0 auto;
	}
	.nursing_intro .intro_box .col .box {
		-ms-flex: 1;
			flex: 1;
		padding: 32px 20px 32px 80px;
	}
	.nursing_intro .intro_box .col .box .num {
		left: 0;
		top: -30px;
		font-size: 90px;
	}
	.nursing_intro .intro_box .col .box .cont_title {
		margin-bottom: 18px;
		font-size: 22px;
	}
	.nursing_intro .intro_box .col .box .desc {
		height: 66px;
		font-size: 14px;
		line-height: 22px;
	}
	.nursing_intro .intro_box .col .box + .box {
		margin: 0 0 0 1px;
	}
	.nursing_intro .intro_box .col:nth-child(2) {
		margin: 1px 0;
	}
	.nursing_intro .icon_list {
		margin-top: 32px;
		padding: 0;
	}
	.nursing_intro .icon_list li {
		display: inline-block;
		float: none;
		width: auto;
		margin: 0 15px;
		vertical-align: top;
	}
	.nursing_intro .icon_list li a .icon {
		width: 86px;
		height: 86px;
	}
	.nursing_intro .icon_list li a .icon .fal {
		margin-top: 25px;
		font-size: 36px;
	}
	.nursing_intro .icon_list li a .name {
		margin-top: 18px;
		font-size: 18px;
	}
	.nursing_news .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 170px 0;
	}
	.nursing_news .cdu_title {
		position: absolute;
		right: 0;
		top: -100px;
		width: 300px;
		height: 200px;
		padding: 42px 20px;
		box-sizing: border-box;
		z-index: 1;
	}
	.nursing_news .cdu_title .title {
		position: relative;
		font-size: 40px;
		text-align: center;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.nursing_news .cdu_title .title span {
		display: block;
		color: #c73b59;
	}
	.nursing_news .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 12px solid #c73b59;
		opacity: .7;
		content: '';
	}
	.nursing_news .title_sub {
		position: absolute;
		right: 330px;
		top: 37px;
		padding: 0;
		font-size: 42px;
		white-space: nowrap;
		line-height: 70px;
	}
	.nursing_news .board_wrap {
		padding: 0;
	}
	.nursing_news .board_wrap .board_list {
		float: left;
		width: 305px;
		height: 290px;
		margin-right: 20px;
		padding: 0;
	}
	.nursing_news .board_wrap .board_list .board_title {
		height: 45px;
		font-size: 22px;
		line-height: 45px;
	}
	.nursing_news .board_wrap .board_list .board_cont {
		padding: 25px 25px;
	}
	.nursing_news .board_wrap .board_list .board_cont .recent {
		margin-bottom: 11px;
		padding-bottom: 16px;
	}
	.nursing_news .board_wrap .board_list .board_cont .recent .tit a {
		font-size: 16px;
	}
	.nursing_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;
	}
	.nursing_news .board_wrap .board_list .board_cont .list li a {
		padding-left: 9px;
		font-size: 14px;
	}
	.nursing_news .board_wrap .board_list .board_cont .list li a:hover {
		text-decoration: underline;
	}
	.nursing_news .board_wrap .board_list + .board_list {
		margin-top: 0;
	}
	.nursing_news .board_wrap .main_banner {
		float: left;
		width: 310px;
		height: 290px;
		margin: 0;
	}
	.nursing_news .rolling_banner {
		margin-top: 40px;
		padding: 0 50px;
	}
	.nursing_news .rolling_banner .swiper-button-prev,
	.nursing_news .rolling_banner .swiper-button-next {
		display: block;
		top: 0;
		width: 50px;
		height: 50px;
		margin: 0;
		line-height: 50px;
		background: none;
	}
	.nursing_news .rolling_banner .swiper-button-prev .fal,
	.nursing_news .rolling_banner .swiper-button-next .fal {
		margin-top: -10px;
		vertical-align: top;
		font-size: 68px;
	}
	.nursing_news .rolling_banner .swiper-button-prev {
		left: 0;
		text-align: left;
	}
	.nursing_news .rolling_banner .swiper-button-next {
		right: 0;
		text-align: right;
	}
	.nursing_gallery .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 170px 0 46px;
	}
	.nursing_gallery .cdu_title {
		position: absolute;
		left: 0;
		top: -100px;
		width: 300px;
		height: 200px;
		padding: 42px 20px;
		box-sizing: border-box;
		z-index: 1;
	}
	.nursing_gallery .cdu_title .title {
		position: relative;
		text-align: center;
		font-size: 40px;
		color: #b0a49a;
		font-weight: 600;
		line-height: 54px;
	}
	.nursing_gallery .cdu_title .title span {
		display: block;
		color: #fff;
	}
	.nursing_gallery .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 12px solid #b0a49a;
		opacity: .7;
		content: '';
	}
	.nursing_gallery .title_sub {
		position: absolute;
		left: 330px;
		top: 37px;
		padding: 0;
		font-size: 42px;
		line-height: 70px;
		white-space: nowrap;
	}
	.nursing_gallery .gallery_box {
		margin: 0;
		padding: 0;
	}
	.nursing_gallery .gallery_box .gallery {
		margin-right: -24px;
		padding: 0;
	}
	.nursing_gallery .gallery_box .gallery li {
		width: 304px;
		margin-right: 24px;
		margin-bottom: 24px;
		padding: 0;
	}
	.nursing_gallery .gallery_box .gallery li a {
		padding: 15px 15px;
	}
	.nursing_gallery .gallery_box .gallery li a .name {
		margin-top: 14px;
		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: 19px;
		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;
	}
}

@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: 20px;
	}
	#header .logo > a .logo_img {
		background-image: url(../images/sp_nursing.png);
		background-size: 281px 212px;
		background-position: 0px 0px;
		width: 173px;
		height: 49px;
	}
	#header .logo > a .logo_txt {
		margin: 10px 0 0 8px;
		font-size: 20px;
	}
	#header #gnb #nav {
		margin-left: 288px;
	}
	#header #gnb #nav .nav_menu > li > a {
		padding: 0 52px;
	}
	#header #gnb #nav .nav_menu > li > a span {
		font-size: 18px;
	}
	#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: 720px;
	}
	.main_visual .swiper-slide .slogun {
		margin-top: -223px;
	}
	.main_visual .swiper-slide .slogun .text {
		font-size: 20px;
	}
	.main_visual .swiper-slide .slogun .text + .title {
		margin-top: 13px;
	}
	.main_visual .swiper-slide .slogun .title {
		font-size: 56px;
		line-height: 75px;
	}
	.main_visual .swiper-slide .slogun .desc {
		margin-top: 21px;
		font-size: 27px;
		font-weight: 300;
		line-height: 63px;
	}
	.main_visual .swiper-inner-wrap {
		bottom: 181px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
		width: 1240px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}
	.nursing_intro .inner_wrap {
		max-width: 1240px;
	}
	.nursing_intro .title_sub {
		left: 367px;
		top: 37px;
		font-size: 58px;
		line-height: 70px;
	}
	.nursing_intro .intro_box {
		-ms-flex-direction: row;
			flex-direction: row;
	}
	.nursing_intro .intro_box .col {
		display: block;
	}
	.nursing_intro .intro_box .col .movie_box {
		width: 480px;
		height: 346px;
	}
	.nursing_intro .intro_box .col .movie_box .movie {
		width: 100%;
		margin: 0;
	}
	.nursing_intro .intro_box .col .box {
		padding: 20px 20px 20px 73px;
	}
	.nursing_intro .intro_box .col .box .num {
		left: -10px;
		top: -46px;
		font-size: 110px;
	}
	.nursing_intro .intro_box .col .box .cont_title {
		margin-bottom: 18px;
		font-size: 25px;
	}
	.nursing_intro .intro_box .col .box .desc {
		height: 88px;
		font-size: 15px;
		line-height: 22px;
	}
	.nursing_intro .intro_box .col .box + .box {
		margin-top: 20px;
	}
	.nursing_intro .intro_box .col:nth-child(2) {
		min-width: 480px;
		margin: 0 20px;
	}
	.nursing_intro .icon_list {
		margin-top: 42px;
	}
	.nursing_intro .icon_list li {
		margin: 0 15px;
	}
	.nursing_intro .icon_list li a .icon {
		width: 98px;
		height: 98px;
	}
	.nursing_intro .icon_list li a .icon .fal {
		margin-top: 25px;
		font-size: 48px;
	}
	.nursing_intro .icon_list li a .name {
		margin-top: 18px;
		font-size: 22px;
	}
	.nursing_news .inner_wrap {
		max-width: 1240px;
	}
	.nursing_news .title_sub {
		right: 367px;
		top: 37px;
		font-size: 58px;
		line-height: 70px;
	}
	.nursing_news .board_wrap .board_list {
		width: 394px;
		height: 406px;
	}
	.nursing_news .board_wrap .board_list .board_title {
		height: 45px;
		font-size: 22px;
		line-height: 45px;
	}
	.nursing_news .board_wrap .board_list .board_cont {
		padding: 33px 30px 30px;
	}
	.nursing_news .board_wrap .board_list .board_cont .recent {
		margin-bottom: 11px;
		padding-bottom: 16px;
	}
	.nursing_news .board_wrap .board_list .board_cont .recent .tit a {
		font-size: 18px;
	}
	.nursing_news .board_wrap .board_list .board_cont .recent .txt {
		margin-top: 26px;
	}
	.nursing_news .board_wrap .board_list .board_cont .list li a {
		font-size: 15px;
	}
	.nursing_news .board_wrap .board_list + .board_list {
		margin-top: 0;
	}
	.nursing_news .board_wrap .main_banner {
		width: 412px;
		height: 406px;
	}
	.nursing_news .rolling_banner {
		margin-top: 70px;
	}
	.nursing_gallery .inner_wrap {
		max-width: 1240px;
	}
	.nursing_gallery .title_sub {
		left: 367px;
		top: 37px;
		font-size: 58px;
		line-height: 70px;
	}
	.nursing_gallery .gallery_box {
		margin: 0;
	}
	.nursing_gallery .gallery_box .gallery {
		margin-right: -20px;
		padding: 0;
	}
	.nursing_gallery .gallery_box .gallery li {
		width: 295px;
		margin-right: 20px;
		margin-bottom: 50px;
		padding: 0;
	}
	.nursing_gallery .gallery_box .gallery li a {
		padding-bottom: 18px;
	}
	.nursing_gallery .gallery_box .gallery li a .name {
		margin-top: 14px;
		font-size: 16px;
	}
	#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: 19px;
		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;
	}
}
