@charset "utf-8";
/* CSS Document */

body {
	position: relative;
}
.wrap {
	background-color: #F7F8FA;
}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	position: relative;
	z-index: 100;
	background-color: #FFF;
	background-image: url(../main/images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.top_menu {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.top_menu a {
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 13px;
	line-height: 36px;
	font-weight: 600;
}
.top_menu .on {
	color: #0085D2;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;	
}
.menu_zone {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.logo_zone .logo {
	display: block;
	background-image: url(../mind/images/mind_logo.png?v=20250404);
	background-repeat: no-repeat;
	height: 52px;
	width: 230px;
	line-height: 44px;
	text-indent: 1000em;
	margin-top: 20px;
	overflow: hidden;
	position: absolute;
	left: 7px;
	margin-left: 15px;
}
.main_menu {
	width: 840px;
	margin-left: 360px;
}
.main_menu ul {
	clear: both;
	overflow: hidden;
}
.main_menu ul li {
	float: left;
}
.main_menu li a {
	display: block;
	color: #333;
	line-height: 100px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -1px;
	width: 100%;
	text-align: center;
}
.fulldown_wrap {
	position:absolute;
	padding:0;
	width:100%;
	margin:0 auto;
	z-index:9;
	height: 1px;
}
.fulldown_menu {
	position: relative;
	padding: 0;
	width: 100%;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
.fulldown_wrap .fulldown_menu div {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../mind/images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fulldown_wrap .fulldown_menu  div .main_sub {
	clear: both;
	overflow: hidden;
	width: 840px;
	margin-left: 360px;
	background-image: none;
}
.main_sub ul {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
	min-height:300px;
}
.main_sub ul:hover {
	background-color: #f7f7f7;
}
.main_sub ul li:hover {
	background-color: #20BFE9;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.main_sub ul li:hover a {
	color: #fff;
}
.main_sub ul:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d7d7;
}
.main_sub ul li {
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.main_sub ul li a {
	font-size: 13px;
	letter-spacing: -1px;
	color: #333333;
	display: block;
	padding-left: 20px;
	font-weight: 600;
	padding-right: 10px;
}
.main_sub ul ul {
	float: none;
}
.main_menu.four li,
.main_sub.four ul  {
	width: 25%;
}
.main_menu.five li,
.main_sub.five ul {
	width: 20%;
}
.main_menu.six li,
.main_sub.six ul {
	width: 16.66%;
}
.main_menu.seven li,
.main_sub.seven ul {
	width: 14.28%;
}
.main_menu.eight li,
 .main_sub.eight ul{
	width: 12.5%;
}

.main_con {
	margin-top: 30px;
	margin-bottom: 45px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	z-index: 5;
	position: relative;
}
.main_link_zone {
  float: left;
  width: 588px;
}
.main_link_zone div {
	width: 285px;
	height: 290px;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 12px;
	float: left;
	margin-bottom: 17px;
	cursor: pointer;
	overflow: hiddenl
}
.main_link_zone h3 {
	color: #FFF;
	font-size: 25px;
	font-family: 'Nanum Myeongjo', serif;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.main_link_zone p {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: -1px;
}
.main_link_zone p strong {
	font-size: 18px;
	color: #FFD300;
}
.main_link_zone .link_01 {
	background-color: #176DB8;
	color: #fff;
	background-image: url(../mind/images/mind_ca012.png);
	background-position: left top;
	padding-top: 70px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

.main_link_zone .link_01:hover {
	background-color: #323B42;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	background-image: url(../mind/images/mind_ca15.png);
}
.main_link_zone div .link_more {
	font-size: 16px;
	line-height: 32px;
	display: block;
	border-radius: 15px;
	text-align: center;
	width: 105px;
	color: #ffffff;
}
.main_link_zone .link_01 .link_more {
	background-color: #1F8CEB;
	border: 1px solid #74A7D4;
}
.main_link_zone .link_01:hover .link_more,
.main_link_zone .link_02:hover .link_more,
.main_link_zone .link_03:hover .link_more  {
	background-color: #9AA5AB;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	border: none;
}


.main_link_zone .link_02 {
	background-color: #20BFE9;
	color: #ffffff;
	padding-top: 50px;
	padding-left: 20px;
	background-image: url(../mind/images/mind_ca17.png);
	background-position: 10px top;
	background-repeat: no-repeat;
	float: right;
}
.main_link_zone .link_02 .link_more {
	background-color: #58CFEF;
	border: 1px solid #7DCCE1;
}
.main_link_zone .link_02:hover {
	background-color: #666666;
	color: #FFF;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
	background-image: url(../mind/images/mind_ca18.png);
}

.main_link_zone .link_02:hover h3 {
	color: #FFF;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.main_link_zone .link_03 {
	background-color: #1BBA82;
	color: #fff;
	padding-top: 50px;
	padding-left: 20px;
	margin-bottom: 0px;
	background-image: url(../mind/images/mind_ca13.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.main_link_zone .link_03:hover {
	background-color: #323B42;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, background-image 0.3s ease;
	background-image: url(../mind/images/mind_ca16.png);
}
.main_link_zone .link_03 .link_more {
	background-color: #0ECF8C;
	border: 1px solid #76D6B4;
}
.main_link_zone .link_04 {
	background-color: #C4C7CC;
	color: #fff;
	float: right;
	padding-top: 20px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.main_link_zone .link_04 h3 {
	padding-left: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	padding-bottom: 20px;
}
.main_link_zone .link_04 .self_zone {
	clear: both;
	overflow: hidden;
}
.main_link_zone .link_04 .self_zone a {
	display: block;
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	width: 50%;
	height: 110px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	padding-top: 75px;
	background-repeat: no-repeat;
	background-position: center top;	
	color: #333333;
}
.main_link_zone .link_04 .self_zone a:nth-child(2n) {
	border-right-style: none;	
}
.main_link_zone .link_04 .self_zone a:nth-child(3),
.main_link_zone .link_04 .self_zone a:nth-child(4) {
	border-bottom-style: none;
}
.main_link_zone .link_04 .self_zone a:nth-child(3) {
	border-bottom-left-radius: 12px;
}
.main_link_zone .link_04 .self_zone a:nth-child(4) {
	border-bottom-right-radius: 12px;
}
.main_link_zone .link_04 .self_zone {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.main_link_zone .link_04 .self_zone .icon_01 {
	background-image: url(../mind/images/main_icon_05.png);
}
.main_link_zone .link_04 .self_zone .icon_02 {
	background-image: url(../mind/images/main_icon_06.png);
}
.main_link_zone .link_04 .self_zone .icon_03 {
	background-image: url(../mind/images/main_icon_07.png);
}
.main_link_zone .link_04 .self_zone .icon_04 {
	background-image: url(../mind/images/main_icon_08.png);
}
.main_link_zone .link_04 .self_zone .icon_01:hover {
	background-image: url(../mind/images/main_icon_01.png);
}
.main_link_zone .link_04 .self_zone .icon_02:hover {
	background-image: url(../mind/images/main_icon_02.png);
}
.main_link_zone .link_04 .self_zone .icon_03:hover {
	background-image: url(../mind/images/main_icon_03.png);
}
.main_link_zone .link_04 .self_zone .icon_04:hover {
	background-image: url(../mind/images/main_icon_04.png);
}
.main_link_zone .link_04 .self_zone a:hover {
	background-color: #666666;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	color: #fff;
}
.main_link_zone .link_04 h3 {
	color: #323B42;
}

.slider {
  float: right;
  width: 586px;
	height: 597px;
  overflow: hidden;
  position: relative;
	border-radius: 12px;
}

/*** slide css ***/
.main_slide .bx-wrapper .bx-viewport .slide li {
	display: block;
	overflow: hidden;
}
.main_slide .bx-wrapper .bx-viewport .slide li img {
	z-index: 100;
	width: 100%;
	cursor: pointer;
	border-radius: 12px;
}
.slide_controls {
	position: absolute;
	z-index: 100;
	height: 12px;
	width: 100px;
	top: 30px;
	left: 30px;
}

.slide_controls li {
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
}
.slide_controls a {
	width:13px;
	height:13px;
	display:block;
	border-radius: 50%;
	background-color:#BABDC2;
	cursor: pointer;
}
.slide_controls a.active {
	background-color:#4B91C5;
}



.main_body {
	margin-bottom: 45px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	z-index: 5;
	position: relative;
}
.main_body h3 {
	line-height: 53px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #323B42;
}
.main_body hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C4C7CC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
.main_body .more {
	background-image: url(../mind/images/more.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 53px;
	width: 54px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4C7CC;
	line-height: 53px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.main_body .edu_event_zone {
	float: left;
	height: 250px;
	width: 285px;
	border-radius: 12px;
	border: 1px solid #CBCED2;
	margin-right: 20px;
	position: relative;
	background-color: #FFF;
}
.main_body .business_zone {
	float: left;
	height: 250px;
	width: 285px;
	border-radius: 12px;
	border: 1px solid #CBCED2;
	margin-right: 20px;
	position: relative;
	background-color: #E4E5E9;
}
.main_body .notice_zone {
	float: right;
	height: 250px;
	width: 590px;
	border-radius: 12px;
	border: 1px solid #CBCED2;
	position: relative;
	background-color: #FFF;
}
.main_body .edu_event_zone dl {
	clear: both;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 5px;
}
.main_body .edu_event_zone dl dt {
	float: left;
	width: 50px;
	border: 1px solid #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
}
.main_body .edu_event_zone dl dt span {
	background-color: #F13130;
	display: block;
	color: #FFF;
}
.main_body .edu_event_zone dl dd {
	float: right;
	width: 170px;
	padding-top: 3px;
}
.main_body .edu_event_zone dl dd a {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: 'Nanum Gothic', sans-serif;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_body .edu_event_zone dl dd p {
	font-size: 12px;
	line-height: 18px;
	color: #F13130;
}
.business_zone a {
	font-size: 14px;
	line-height: 27px;
	color: #202020;
	background-image: url(../mind/images/bussines_dot.gif);
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 37px;
	display: block;
	position: relative;
}
.business_zone a span {
	background-image: url(../mind/images/bussines_bilut.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 10px;
	width: 6px;
	position: absolute;
	top: 8px;
	right: 22px;
}
.notice_zone .notice_box .new_notice {
	float: left;
	width: 45%;
	padding-top: 10px;
	padding-left: 25px;
}
.notice_zone .notice_box .new_notice h2 {
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: -2px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_zone .notice_box .new_notice p {
	text-align: justify;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -1px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_zone .notice_box .notice_list li {
	background-image: url(../mind/images/dot.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	line-height: 21px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.notice_zone .notice_box .notice_list {
	float: right;
	width: 50%;
	padding-top: 10px;
	padding-right: 25px;
}

/* bottom css */
.bottom {
	background-color: #414143;
	padding-bottom: 2em;
}
.bottom .bottom_zone {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #545456;
}
.bottom_zone .bottom_menu {
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.bottom_zone .bottom_menu ul {
	float: left;
	padding-top: 5px;
}
.bottom_zone .bottom_menu .field {
	float: right;
	width: 288px;
}
.bottom_zone .bottom_menu ul li {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbbbbb;
}
.bottom_zone .bottom_menu ul li a {
	font-size: 14px;
	line-height: 14px;
	color: #bbbbbb;
	letter-spacing: -1px;
}
.bottom_zone .bottom_menu ul li a strong {
	color: #dddddd;
}
.bottom_zone .bottom_menu ul li:first-child {
	border-left-style: none;
	margin-left: 0em;
	padding-left: 0em;
}
.bottom .copy_zone {
	width: 1200px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../mind/images/bottom_logo.gif);
	background-repeat: no-repeat;
	height: 60px;
	margin-bottom: 2em;
	background-position: 15px;
}
.bottom .copy_zone p {
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	padding-left: 290px;
}
.bottom .copy_zone p span {
	margin-left: 2em;
}



.sub_body {
	background-color: #dedede;
	padding-top: 2em;
	padding-bottom: 4em;
}
.sub_wrap {
	background-color: #FFF;
	padding: 2em;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
.sub_left {
	float: left;
	width: 240px;
	/*background-image: url(../main/images/sub_line.gif);
	background-repeat: repeat-y;
	background-position: right top;*/
}
.sub_left h2 {
	background-image: url(../main/images/sub_title_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	color: #ffffff;
	background-color: #00969F;
	vertical-align: middle;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;*/
}
.sub_left .time, .sub_left .tel {
	margin-top: 2em;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
.sub_left .time h3, .sub_left .tel h3 {
	font-size: 18px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
}
.sub_left .time p strong {
	font-size: 18px;
	color: #F9697B;
	margin-left: 5px;
}
.sub_left .time p span {
	font-size: 15px;
	margin-left: 5px;
	font-weight: 600;
	color: #333;
}
.sub_left .time {
	background-image: url(../main/images/main_icon_01.png);
	background-repeat: no-repeat;
	background-position: 10px 35px;
	padding-bottom: 1em;
}
.sub_left .time p {
	padding-left: 65px;
	font-size: 13px;
	line-height: 18px;
}
.sub_left .tel {
	background-image: url(../main/images/tel_icon.png);
	background-repeat: no-repeat;
	background-position: 165px 5px;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.sub_left .tel p {
	font-size: 24px;
	line-height: 24px;
	color: #F9697B;
	font-weight: 600;
}


.sub_container {
	float: right;
	width: 860px;
	position: relative;
	min-height: 900px;
}
.sub_container h1 {
	font-size: 30px;
	line-height: 36px;
	background-image: url(../main/images/sub_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.sub_container .sns {
	position: absolute;
	top: 0em;
	right: 0em;
}
.sns a {
	display: inline-block;
	color: #FFF;
	height: 41px;
	width: 39px;
	float: right;
	text-align: center;
	font-size: 18px;
	line-height: 41px;
}
.sns a .icon {
	margin: 0px;
	padding: 0px;	
}
.sns .facebook {
	background-color: #3D5B9B;
}
.sns .twitter {
	background-color: #5CAEDD;
}
.sns .print {
	background-color: #9F9F9F;
}
.nav_hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.nva  {
	text-align: right;	
}
.nva span {
	font-family: "돋움";
	font-size: 11px;
	color: #9f9f9f;
	margin-left: 7px;
	padding-left: 10px;
	background-image: url(../main/images/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nva span:first-child {
	background-image: none;
	background-repeat: no-repeat;
}
.container {
	margin:150px auto; min-height:3000px; max-width:640px;
}
.sub_con {
	padding-top: 3.5em;
	padding-bottom: 4em;
	padding-right: 2em;
	padding-left: 1em;
}
.sub_con h2 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: -3px;
}
.sub_con h3 {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #888888;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -2px;
}
.mind_zone .mind_header {
	margin-bottom: 5em;
}
.mind_zone .mind_header h2 {
	font-family: 'Nanum Brush Script', cursive;
	font-weight: normal;
	line-height: 155px;
	font-size: 60px;
	color: #202020;
	background-image: url(../mind/images/sub_title_bar.jpg);
	background-repeat: no-repeat;
	background-position: center 130px;
	height: 160px;
	display: block;
}
.mind_zone .mind_header h2.line_two {
	line-height: 60px;
	padding-top: 20px;
	height: 180px;
	background-position: center 150px;
}
.mind_zone .mind_header h3 {
	color: #555555;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 10px;
}
.mind_zone .mind_header p {
	font-size: 16px;
	color: #999999;
	margin-bottom: 2em;
	line-height: 24px;
	letter-spacing: -1px;
	text-align: center;
}
.mind_body {
	clear: both;
	margin-bottom: 0em;
	overflow: hidden;
}
.mind_zone hr {
	margin-bottom: 3em;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
}
.mind_zone.mind_bg_01 {
	background-image: url(../mind/images/title_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_02 {
	background-image: url(../mind/images/title_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_03 {
	background-image: url(../mind/images/title_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_04 {
	background-image: url(../mind/images/title_bg_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_05 {
	background-image: url(../mind/images/title_bg_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_06 {
	background-image: url(../mind/images/mind_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_07 {
	background-image: url(../mind/images/mind_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_08 {
	background-image: url(../mind/images/mind_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_09 {
	background-image: url(../mind/images/mind_bg_04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_10 {
	background-image: url(../mind/images/mind_bg_05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_11 {
	background-image: url(../mind/images/title_bg_07.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_12 {
	background-image: url(../mind/images/title_bg_08.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_13 {
	background-image: url(../mind/images/title_bg_09.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_zone.mind_bg_14 {
	background-image: url(../mind/images/title_bg_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mind_body h4 {
	color: #202020;
	font-size: 27px;
	margin-bottom: 15px;
	line-height: 36px;
	letter-spacing: 0px;
}
.mind_body h5 {
	color: #202020;
	font-size: 18px;
	margin-bottom: 0.4em;
	line-height: 24px;
	letter-spacing: -1px;
}
.mind_body p {
	font-size: 16px;
	line-height: 24px;
	color: #787878;
	text-align: justify;
	letter-spacing: -1px;
	margin-bottom: 2em;
}
.mind_body p.non_margin {
	margin-bottom: 0em;
}
.mind_body .margin_one {
	margin-bottom: 1em;
}
.mind_body .margin_two {
	margin-bottom: 2em;
}
.mind_body .margin_three {
	margin-bottom: 3em;
}
.mind_body .margin_four {
	margin-bottom: 4em;
}

/*.mind_body .step_color_01 {
	color:#FDC689;
}
.mind_body .step_color_02 {
	color:#F69679;
}
.mind_body .step_color_03 {
	color:#F26522;
}
.mind_body .step_color_04 {
	color:#ED1C24;
}*/

.mind_body ul {
	margin-bottom: 2em;
}
.mind_body ul.swichtab-controller {
	margin-bottom: 0em;
	margin-top: 1.5em;
}
.mind_body li {
	font-size: 16px;
	line-height: 24px;
	color: #787878;
	text-align: justify;
	letter-spacing: -1px;
	margin-bottom: 10px;
	background-image: url(../mind/images/dot.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 23px;
}
.mind_body table td ul li {
	font-size: 16px;
}
.mind_body .strong_ul li strong {
	margin-right: 7px;
	color: #444444;
	letter-spacing: -1px;
}
.mind_body ul.swichtab-controller li {
	padding-left: 0px;
	text-align: center;
	background-image: none;
	margin-bottom: 0px;
}
.mind_body .swichtab-contents {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.mind_body li strong {
	color:#202020;
}
.mind_body table,
.map_zone table {
	margin-bottom: 2em;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
}
.mind_body table th,
.map_zone table th {
	background-color: #E3DCC1;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #202020;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	padding: 10px;
}
.mind_body table td,
.map_zone table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	padding: 15px;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.sub_body .td_left {
    text-align: left;
}
.mind_body table td ul,
.mind_body .tabGroup .swichtab-contents .business_step .step_list ul,
.mind_body table td p {
	margin-bottom: 0em;
}
.mind_body .btn_zone {
	padding: 30px;
	text-align: center;
	margin-bottom: 4em;
}
.mind_body .tabGroup .swichtab-contents h6 {
 color : #DB2828;
 font-size: 18px;
 line-height: 24px;
 font-weight: 600;
}
.mind_body .tabGroup .swichtab-contents .business_step {
	clear: both;
	overflow: hidden;
	margin-bottom: 3em;
}
.mind_body .tabGroup .swichtab-contents .business_step .step_list {
	float: left;
	width: 27%;
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	min-height: 340px;
}
.mind_body .tabGroup .swichtab-contents .business_step .step_list h5 {
	font-size: 16px;
}
.mind_body .tabGroup .swichtab-contents .business_step .step_list li {
	font-size: 14px;
	margin-bottom: 5px;
}
.mind_body .tabGroup .swichtab-contents .business_step .arrow_icon {
	background-image: url(../mind/images/arrow_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 340px;
	float: left;
	width: 5%;
	margin-right: 2%;
	margin-left: 2%;
	overflow: hidden;
}
.sub_con .vision_zone {
	background-image: url(../mind/images/vision_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 885px;
	width: 517px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 2em;
}
.vision_zone p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	position: absolute;
	letter-spacing: -2px;
}
.vision_zone h2 {
	font-size: 48px;
	line-height: 48px;
	color: #202020;
	font-family: 'Nanum Myeongjo', serif;
}
.vision_zone h2 span {
	font-size: 24px;
	display: block;
	letter-spacing: 0px;
	font-family: 'Nanum Myeongjo', serif;
}
.vision_zone .vision {
	font-size: 24px;
	color: #202020;
	line-height: 32px;
	top: 350px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
}
.vision_zone .item_01 {
	top: 240px;
	width: 130px;
	left: 50%;
	margin-left: -65px;
}
.vision_zone .item_02 {
	top: 348px;
	width: 90px;
	left: 90px;
}
.vision_zone .item_03 {
	top: 348px;
	width: 90px;
	right: 90px;
}
.vision_zone .item_04 {
	top: 470px;
	width: 170px;
	left: 50%;
	margin-left: -85px;
}
.sub_con .greeting_zone {
	background-image: url(../mind/images/greeting_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 45px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.sub_con .greeting_zone h3 {
	font-size: 23px;
	line-height: 36px;
	letter-spacing: -2px;
	margin-bottom: 1em;
	text-align: left;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: normal;
}
.sub_con .greeting_zone h3 strong {
	font-weight: 600;
	font-size: 27px;
	color: #FF6D00;
}
.sub_con .greeting_zone p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2em;
	letter-spacing: -1px;
	color: #666666;
}
.sub_con .greeting_zone p:last-child {
	margin-bottom: 4em;
}
.sub_con .greeting_zone h4 {
	font-size: 23px;
	line-height: 36px;
}

.map_zone .map_box {
	width: 100%;
	border: 1px solid #d7d7d7;
	height: 380px;
	min-height: 200px;
	margin-bottom: 2em;
	text-align: center;
	vertical-align: middle;
}
.map_zone .bus_num .icon {
	color: #555555;
	font-size: 3em;
	margin-bottom: 0px;
	margin-left: 10px;
}
.map_zone .td_left span {
	font-size: 14px;
	color: #FFF;
	background-color: #4EA031;
	display: inline-block;
	height: 24px;
	width: 30px;
	text-align: center;
	margin-right: 0.3em;
	margin-bottom: 5px;
}
.map_zone h3 {
	color: #202020;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Nanum Gothic', sans-serif;
}


.tab_zone {
	clear: both;
	margin-bottom: 3em;
	overflow: hidden;
	width: 100%;
}
.tab_zone a {
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	display: block;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	font-weight: 600;
	color: #202020;
	white-space: nowrap;	
	overflow: hidden;
}
.tab_zone a:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
}
.tab_zone.four a:nth-child(5),
.tab_zone.four a:nth-child(10) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
}

.tab_zone a.on {
	color: #ffffff;
	background-color: #3D5B9B;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;	
}
.tab_zone.two a {
	width: 50%;
}
.tab_zone.three a {
	width: 33.33%;
}
.tab_zone.four a {
	width: 25%;
}
.tab_zone.five a {
	width: 20%;
}
.tab_zone.six a {
	width: 16.67%;
}
.tab_zone.seven a {
	width: 14.28%;
}
.tab_zone a:hover {
	color: #ffffff;
	background-color: #3D5B9B;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
/* history_zone */
.history_box {
	margin-bottom: 3em;
	padding-top: 2em;
}
.history {
  background: url(../mind/images/bu_history_line.gif) repeat-y 50% 0;
}
.history .l_con {
  padding: 0 20px 20px 0;
  width: 415px;
  background: url(../mind/images/bu_history.png) no-repeat right 5px;
  text-align: right;
  line-height: 1.6;
}
.history .r_con {
	margin-left: 407px;
	padding: 0 0 20px 20px;
	background: url(../mind/images/bu_history.png) no-repeat left 5px;
	line-height: 1.6;
}

.history .l_con strong, .history .r_con strong,
.history .l_con b, .history .r_con b {
	display: block;
	margin-bottom: 5px;
	font-size: 25px;
	color: #478EDC;
	font-weight: 200;
	letter-spacing: -1px;
	line-height: 25px;
}
.history li span {
	display: none;
}


	
/* sub_menu css */
#acdn_menu {
	width: 240px;
	margin: 0px;
	border-bottom: 1px solid #E5E5E5;
}
#acdn_menu ul.acdnTop {
	display: block;
	padding-left: 0;
	background-color: #FFF;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;*/
}
#acdn_menu div.acdnHeading, #acdn_menu a.acdnLink {
	outline: medium none;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #555555;
	line-height: 24px;
	font-weight: 600;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 24px;
}
#acdn_menu div.acdnCurrent, #acdn_menu div:hover, #acdn_menu a.acdnLink:hover, #acdn_menu div.acdnCurrent a.acdnLink {
	background-position: 0 -64px;
	color: #484848;
	text-decoration: none;
}
#acdn_menu a.acdnCurrent, #acdn_menu a.acdnCurrent:hover {
	text-decoration: none;
}
#acdn_menu div.acdnArrowImage {
	background-image: url(../images/big_arrows.png);
	background-position: -12px -18px;
	height: 18px;
	top: 16px;
	width: 18px;
	right: 10px;
}
#acdn_menu div.acdnCurrent div.acdnArrowImage {
	background-position: -7px -66px;
	height: 25px;
	top: 20px;
	right: 16px;
}
#acdn_menu li.acdnSeparator {
	border-bottom: 1px solid #E5E5E5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
}
#acdn_menu ul.acdnSub {
	padding-left: 14px;
	background-color: #F5F6F7;
}
#acdn_menu ul.acdnSub div.acdnHeading {
	text-align: left;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#acdn_menu ul.acdnSub a.acdnLink {
	text-decoration: none;
	list-style-type: circle;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#acdn_menu ul.acdnTop .acdnSeparator ul.acdnSub ul li a.acdnLink {
	background-color: transparent;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 35px;
	font-size: 1.125em;
	color: #787878;
	background-image: url(../main/images/bar_icon.gif);
	background-repeat: no-repeat;
	background-position: 24px 15px;
}

#acdn_menu ul.acdnTop .acdnSeparator ul.acdnSub ul li .acdnHeading {
	background-color: transparent;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#acdn_menu ul.acdnTop .acdnSeparator ul.acdnSub ul li li a.acdnLink {
	background-color: transparent;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}

#acdn_menu ul.acdnSub a.acdnLink:hover, #acdn_menu ul.acdnSub a.acdnCurrent, #acdn_menu ul.acdnSub div.acdnHeading a:hover, #acdn_menu ul.acdnSub div.acdnHeading a.acdnCurrent {
	color: #008C94;
}
#acdn_menu ul.acdnSub div.acdnArrowImage {
	background-image: url(../images/arrows.gif);
	background-position: 0 -24px;
	height: 12px;
	right: 20px;
	top: 14px;
	width: 12px;
}
.sub_body #acdn_menu ul .on.acdnSeparator li .acdnArrowImage {
	background-image: url(../images/arrows.gif);
	background-position: 0 -24px;
	height: 12px;
	right: 20px;
	top: 14px;
	width: 12px;
}
#acdn_menu ul.acdnSub div.acdnCurrent div.acdnArrowImage,
.sub_body #acdn_menu ul.on.acdnSub li .acdnCurrent div.acdnArrowImage {
	background-position: 0 -36px;
}
#acdn_menu, #acdn_menu ul {
	display: block;
	font-size: 0;
	line-height: 0;
}
#acdn_menu li {
	font-size: 12px;
	line-height: 16px;
}
#acdn_menu:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#acdn_menu ul {
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	top: 0px;
	display: none;
}
#acdn_menu li {
	margin: 0px;
	padding: 0px;
}
#acdn_menu div.acdnHeading, #acdn_menu div.acdnCurrent {
	cursor: pointer;
	position: relative;
}
#acdn_menu div.acdnArrowImage {
	overflow: hidden;
	position: absolute;
}
#acdn_menu .on {
	display:block;
}
#acdn_menu ul .on.acdnSeparator .acdnHeading,
#acdn_menu ul .on.acdnSeparator .acdnLink {
	background-color: #555555;
	color: #FFF;
}
#acdn_menu ul .on.acdnSeparator li .acdnHeading {
	background-color: transparent;
	color: #666;
}
#acdn_menu ul .on.acdnSeparator .acdnArrowImage {
  background-image: url(../images/big_arrows.png);
	background-position: -12px -107px;
}

#acdn_menu ul .on.acdnSeparator div.acdnArrowImage {
	background-position: -7px -156px;
	height: 25px;
	top: 20px;
	right: 16px;
}
#acdn_menu ul .on.acdnSeparator .on.acdnSub .acdnLink{
	background-color: transparent;
	color: #666;
}

.menu-btn, .pushy.pushy-right {
	display: none;
}


@media (max-width: 1024px) {
	.wrap {
		margin-left: 1em;
		margin-right: 1em;
	}
	.logo_zone .logo {
		width: 25%;
		background-size: 90%;
	}
	.top_menu, .menu_zone,
	.fulldown_wrap .fulldown_menu div {
    width: 100%;
	}
	.main_con {
    margin-top: 30px;
    margin-bottom: 20px;
	}
	.main_con, .main_body {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
	.fulldown_wrap .fulldown_menu div {
		background-size: 30%;
	}
	.main_menu,
	.fulldown_wrap .fulldown_menu div .main_sub {
    width: 70%;
    margin-left: 30%;
	}
	
	.main_link_zone {
		width: 51%;
	}
	.main_link_zone div {
    width: 49%;
    height: 243px;
		margin-bottom: 16px;
	}
	
	.main_link_zone h3 {
    color: #FFF;
    font-size: 22px;
	}
	.main_link_zone p {
		font-size: 14px;
	}
	.main_link_zone .link_01 {
		padding-top: 60px;
		background-size: 100%;
		background-position: 20px bottom;
	}
	.main_link_zone .link_02 {
		padding-top: 30px;
		background-size: 100%;
		background-position: 20px bottom;
	}
  .main_link_zone .link_02 h3 {
		text-align: left;
	}
	
	
	.main_link_zone .link_03 {
		padding-top: 40px;
		background-size: 100%;
		background-position: 20px bottom;
	}
	.main_link_zone .link_04 {
		background-size: 100%;
		background-position: 30px bottom;
		text-align: center;
	}
	.main_link_zone .link_04 .self_zone {
		width: 100%;
		height: 172px;
	}
	.main_link_zone .link_04 .self_zone a {
		width: 50%;
		height: 86px;
		padding-top: 55px;
		line-height: 20px;
		background-size: 85%;
	}
	
	.slider {
		width: 48%;
		height: 500px;
	}
	
	.main_body .edu_event_zone {
    width: 25%;
    margin-right: 1%;
	}
	.main_body .edu_event_zone dl {
    padding-right: 10px;
    padding-left: 10px;
	}
	.main_body .business_zone {
    width: 25%;
    margin-right: 1%;
	}
	.main_body .notice_zone {
    width: 48%;
	}
	.notice_zone .notice_box .new_notice {
    padding-left: 15px;
	}
	.notice_zone .notice_box .notice_list {
    padding-right: 15px;
	}
	
	.bottom {
		padding-left: 1em;
	}
	.bottom .copy_zone,
	.bottom_zone .bottom_menu {
		width: 100%;
	}
	.sub_wrap {
    width: 100%;
	}
	.sub_container {
    width: 645px;
	}
	
}
@media (max-width: 768px) {
	.slider {
    width: 100%;
		height: auto;
		float: none;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.slider img {
		width: 100%;
	}
	.main_link_zone {
    width: 100%;
		float: none;
	}
	.main_link_zone div {
		width: 49%;
		height: 280px;
		float: left;
	}
	.main_link_zone .link_01 {
		background-size: 80%;
		background-position: 60px; top;	
	}
	
	.main_link_zone .link_03,
	.main_link_zone .link_02 {
		display: block;
		background-size: 80%;
		background-position: 60px; top;	
	}
	.main_link_zone .link_04 .self_zone a {
		height: 110px;
		padding-top: 70px;
	}
	.main_link_zone .link_04 {
		float: right;
	}
	.main_link_zone .link_04 .self_zone {
		height: auto;
	}
	.main_link_zone .link_04 .self_zone a {
		background-size: 70%;
	}
	
	.main_body .business_zone,
	.main_body .edu_event_zone {
		display: none;
	}
	.main_body .notice_zone {
    width: 100%;
		float: none;
		margin: 0px;
	}

	.sub_con {
		padding-top: 5em;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	
	.sub_left {
		display: none;
	}
	.sub_container {
		width: 100%;
	}
	.sub_body {
		padding-bottom: 0em;
	}
	.top_menu, .menu_zone {
		height: 60px;
	}
	.main_menu, .fulldown_wrap  {
		display: none;
	}
	.logo_zone .logo {
    margin-top: 0px;
		height: 45px;
		width: 235px;
		line-height: 45px;
		background-size: 80%;
	}
	.main_menu,
	.fulldown_menu {
		display: none;
	}
	.menu-btn, .pushy.pushy-right {
		display: block;
	}
	.menu-btn {
    width: 45px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 55px;
    right:0px;
    font-weight: bold;
    background-color: #666666;
    line-height: 45px;
		font-size: 21px;
		z-index: 10000;
	}
	
	.pushy {
		position: fixed;
		width: 250px;
		height: 100%;
		top: 0;
		z-index: 9999;
		overflow: auto;
		visibility: hidden;
		-webkit-overflow-scrolling: touch;
		background-color: #176DB8;
		/* enables momentum scrolling in iOS overflow elements */
	}
	.pushy a {
		font-size: 16px;
		font-weight: 600;
		display: block;
		color: #d7d7d7;
		padding: 15px 30px;
		text-decoration: none;
		outline: 0;
	}
	.pushy .pushy-link a {
		font-size: 14px;
		padding: 10px 30px;
		line-height: 21px;
	}
	.pushy a:hover {
		color: #FFF;
	}
	.pushy ul:first-child {
		margin-top: 10px;
	}
	.pushy.pushy-left {
		left: 0;
	}
	.pushy.pushy-right {
		right: 0;
	}
		/* Menu Movement */
	.pushy-left {
		-webkit-transform: translate3d(-250px, 0, 0);
		-ms-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	
	.pushy-open-left #container,
	.pushy-open-left .push {
		-webkit-transform: translate3d(250px, 0, 0);
		-ms-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	
	.pushy-right {
		-webkit-transform: translate3d(250px, 0, 0);
		-ms-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	
	.pushy-open-right #container,
	.pushy-open-right .push {
		-webkit-transform: translate3d(-250px, 0, 0);
		-ms-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	
	.pushy-open-left .pushy,
	.pushy-open-right .pushy {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	/* Menu Transitions */
	#container,
	.pushy,
	.push {
		transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	}
	
	/* Site Overlay */
	.site-overlay {
		display: none;
	}
	
	.pushy-open-left .site-overlay,
	.pushy-open-right .site-overlay {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-animation: fade 500ms;
		animation: fade 500ms;
	}
	
	/* Submenu Appearance */
	.pushy-submenu {
		/* Submenu Icon */
	}
	.pushy-submenu ul {
		padding-left: 15px;
		transition: max-height 0.2s ease-in-out;
	}
	.pushy-submenu ul .pushy-link {
		transition: opacity 0.2s ease-in-out;
	}
	.pushy-submenu > a {
		position: relative;
	}
	.pushy-submenu > a::after {
		content: '';
		display: block;
		height: 11px;
		width: 8px;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform 0.2s;
		background-image: url(../mind/images/arrow.svg);
		background-repeat: no-repeat;
	}
	
	/* Submenu Movement */
	.pushy-submenu-closed ul {
		max-height: 0;
		overflow: hidden;
	}
	.pushy-submenu-closed .pushy-link {
		opacity: 0;
	}
	
	.pushy-submenu-open {
		/* Submenu Icon */
	}
	.pushy-submenu-open ul {
		max-height: 1000px;
	}
	.pushy-submenu-open .pushy-link {
		opacity: 1;
	}
	.pushy-submenu-open a::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}
	
	.no-csstransforms3d .pushy-submenu-closed ul {
		max-height: none;
		display: none;
	}
	.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
	}
}



@media (max-width: 550px) {
	.main_body .notice_zone {
    width: 100%;
    float: none;
		height: auto;
	}
	.notice_zone .notice_box {
		padding: 1em;
	}
	.notice_zone .notice_box .new_notice {
    float: none;
    width: 100%;
		margin-bottom: 20px;
	}
	.notice_zone .notice_box .notice_list {
    float: none;
    width: 100%;
	}
	.main_body .notice_zone hr {
		margin-bottom: 0px;
	}
	.main_link_zone .link_01,
	.main_link_zone .link_02,
	.main_link_zone .link_03,
	.main_link_zone .link_04 {
		float: none;
		margin-bottom:15px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}
	.main_link_zone .link_04 .self_zone a {
		background-size: 120px;
	}
	.top_menu .mobile_non {
		display: none;
	}
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
