@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;
	font-family: "Noto Sans KR", AppleSDGothicNeo-Light, helvetica, dotum, sans-serif;
}

br {
  font-family: "" !important;
}

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: #101010;
	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: #101010;
	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;
}

caption {
	padding: 0;
}

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

.fp-tableCell {
	vertical-align: top !important;
}

/* 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: 16px;
	width: 122px;
	margin: 0 auto;
}

#header .logo > a {
	display: block;
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: 0px -102px;
	width: 122px;
	height: 33px;
}

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

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

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

#header #gnb .btn_search {
	right: 0;
}

#header #gnb .btn_all {
	left: 0;
}

#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_cdu.png);
	background-size: 207px 162px;
	background-position: -191px -155px;
	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: #c1070f;
}

#header #gnb #nav .nav_menu > li.on > a span:after {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -175px -155px;
	width: 14px;
	height: 7px;
}

#header .gnb_dim_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	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_inner {
	position: relative;
	border-bottom: 1px solid #333;
}

#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;
}

#footer .footer_inner .info_list ul li:first-child a {
	color: #ffb838;
}

#footer .footer_inner .info_list ul li a {
	display: block;
	position: relative;
	margin-right: 5px;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #f9f9f9;
	font-weight: 400;
	line-height: 1.6;
}

#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: 20px 25px 0;
}

#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_cdu.png);
	background-size: 207px 162px;
	background-position: 0px -137px;
	width: 81px;
	height: 25px;
}

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

#footer .footer_bottom .footer_sns {
	position: relative;
	margin-top: 20px;
	padding: 18px 0;
	background-color: #272727;
	text-align: center;
	border-bottom: 1px solid #333;
}

#footer .footer_bottom .footer_sns ul {
	font-size: 0;
}

#footer .footer_bottom .footer_sns ul:after {
	content: '';
	display: block;
	clear: both;
}

#footer .footer_bottom .footer_sns ul > li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}

#footer .footer_bottom .footer_sns ul > li a {
	display: block;
}

#footer .footer_bottom .footer_sns ul > li a .ico {
	display: block;
}

#footer .footer_bottom .footer_sns ul > li a .ico.ico_twitter {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -83px -137px;
	width: 16px;
	height: 16px;
}

#footer .footer_bottom .footer_sns ul > li a .ico.ico_ytb {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -101px -137px;
	width: 16px;
	height: 16px;
}

#footer .footer_bottom .footer_sns ul > li a .ico.ico_fb {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -137px -137px;
	width: 16px;
	height: 16px;
}

#footer .footer_bottom .footer_sns ul > li a .ico.ico_int {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -119px -137px;
	width: 16px;
	height: 16px;
}

#footer .footer_bottom .footer_sns ul > li a .ico.ico_blog {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -124px -102px;
	width: 21px;
	height: 24px;
}

#footer .footer_bottom .footer_sns ul > li a .ico.ico_kakao {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -147px -102px;
	width: 21px;
	height: 24px;
}

.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(193, 6, 15, 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 #101010;
	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: #101010;
	font-size: 14px;
	line-height: 40px;
}

.sub_visual .menu_select.active .open_btn {
	border: 1px solid #101010;
	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;
}

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

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

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

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

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

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

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

.location_wrap .view_option button.btn_minus {
	border-left: 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: #101010;
	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 a:hover {
	background-color: #fbfbfb;
}

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

.sub_tabs li.active a {
	background: none;
	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: 420px;
}

.main_visual .swiper-slide .slogun {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 92px;
	text-align: left;
}

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

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

.main_visual .swiper-slide .slogun .desc {
	margin-top: 17px;
	font-weight: 400;
	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: relative;
	z-index: 2;
}

.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
	top: 50px;
	left: 25px;
	font-size: 0;
}

.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 4px;
}

.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 .swiper-inner-wrap .quick_link {
	position: absolute;
	left: 0;
	top: 331px;
	width: 100%;
	z-index: 2;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li {
	display: table-cell;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner {
	display: block;
	height: 89px;
	padding: 20px 10px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .tit {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-top: 10px;
	border-radius: 50%;
	border: 0.5px solid #fff;
	color: #fff;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .desc {
	display: none;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .more {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .more .fal {
	margin: 0 0 0 2px;
	font-size: 18px;
	vertical-align: top;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule {
	display: block;
	margin-top: 5px;
	padding: 0 10px;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule > span {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	line-height: normal;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule .noresult {
	opacity: .5;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule .date {
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .tit {
	color: #71c8fa;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .icon {
	display: none;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li:first-child .inner .tit {
	color: #feca65;
}

.main_visual .swiper-inner-wrap .quick_link .link_menu li:first-child .inner .icon {
	color: #feca65;
	border-color: #feca65;
}

.main_visual .btn_scroll {
	display: none;
}

.notice_board {
	position: relative;
}

.notice_board .notice_wrap {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 348px;
}

.notice_board .tab_on,
.notice_board .tab_off {
	-ms-flex: 1;
	    flex: 1;
}

.notice_board .tab_on .tab,
.notice_board .tab_off .tab {
	display: block;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 14px;
	font-weight: 500;
	border-right: 1px solid #3b4042;
	color: #959697;
	background-color: #23282b;
}

.notice_board .tab_on:last-child,
.notice_board .tab_off:last-child {
	border-right: none;
}

.notice_board .tab_on .tab {
	background-color: #3a4248;
	color: #ffb838;
}

.notice_board .tab_on .tab_content {
	visibility: visible;
}

.notice_board .tab_content {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 61px;
	width: 100%;
	height: calc(100% - 61px);
	padding: 25px 15px;
	background: #3a4248;
	text-align: left;
	box-sizing: border-box;
}

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

.notice_board .tab_content .icon_list li {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

.notice_board .tab_content .icon_list li .link {
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
}

.notice_board .tab_content .icon_list li .link .icon {
	display: block;
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
	background-color: #23282b;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.notice_board .tab_content .icon_list li .link .icon .fal {
	margin-top: 12px;
	vertical-align: top;
}

.notice_board .tab_content .icon_list li .link .name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	    flex: 1;
	height: 40px;
	margin-left: 8px;
	font-size: 14px;
	color: #fff;
	-ms-flex-align: center;
	    align-items: center;
	white-space: nowrap;
	line-height: 20px;
}

.notice_board .tab_content .link_list {
	margin-top: 12px;
	padding: 0 10px;
}

.notice_board .tab_content .link_list:after {
	content: '';
	display: block;
	clear: both;
}

.notice_board .tab_content .link_list li {
	float: left;
	width: 50%;
	margin-bottom: 7px;
	box-sizing: border-box;
}

.notice_board .tab_content .link_list li a {
	display: block;
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	color: #fff;
}

.notice_board .tab_content .link_list li a:before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 2px;
	height: 2px;
	background-color: #fff;
	content: '';
}

.notice_board .tab_content .link_list li:nth-child(2n) {
	padding-left: 15px;
}

.notice_board .more {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 820px);
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.notice_board .more a {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin: 15px 15px 0 0;
	background-image: url(../img/ico_more.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.notice_board .recent {
	border-bottom: 1px dotted #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.notice_board .recent .tit {
	position: relative;
}

.notice_board .recent .tit:before {
	content: "\f0a1";
	font-family: FontAwesome;
	color: #8e001c;
	display: inline-block;
	margin-right: 10px;
}

.notice_board .recent .tit a {
	font-size: 18px;
	color: #8e001c;
	font-weight: 400;
}

.notice_board .recent .txt {
	font-size: 14px;
	color: #101010;
	line-height: 1.8;
	margin-top: 20px;
	height: 70px;
	overflow: hidden;
}

.cdu_intro {
	position: relative;
	background: url(../images/main/bg_intro.jpg) #7b3249 no-repeat 0 0;
	background-size: cover;
}

.cdu_intro .inner_wrap {
	position: relative;
	padding: 40px 25px;
}

.cdu_intro .cdu_title {
	position: relative;
}

.cdu_intro .cdu_title .title {
	font-weight: 600;
	font-size: 35px;
	color: #fff;
}

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

.cdu_intro .cdu_title .desc {
	display: block;
	margin-top: 27px;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	opacity: .5;
}

.cdu_intro .media_content {
	position: relative;
}

.cdu_intro .media_content .movie_area {
	position: relative;
	font-size: 0;
	background-color: #000;
}

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

.cdu_intro .media_content .movie_area .icon .fal {
	margin-top: 11px;
}

.cdu_intro .media_content .movie_area .playVideo {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.cdu_intro .media_content .movie_area .playVideo video {
	width: 100% !important;
	height: 100% !important;
}

.cdu_intro .media_content .media_item {
	position: relative;
	margin-top: 1px;
}

.cdu_intro .media_content .media_item.menu1 .inner {
	background-image: url(../images/main/img_menu_1.png);
	background-size: 83px auto;
}

.cdu_intro .media_content .media_item.menu2 .inner {
	background-image: url(../images/main/img_menu_2.png);
	background-size: 104px auto;
}

.cdu_intro .media_content .media_item.menu3 .inner {
	background-image: url(../images/main/img_menu_3.png);
	background-size: 104px auto;
}

.cdu_intro .media_content .media_item .inner {
	display: block;
	height: 125px;
	padding: 21px 20px 0;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.cdu_intro .media_content .media_item .inner .name {
	display: block;
	font-size: 18px;
	color: #fff;
}

.cdu_intro .media_content .media_item .inner .desc {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	opacity: .8;
}

.cdu_intro .media_content .media_item .inner .more {
	display: inline-block;
	margin-top: 11px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	vertical-align: top;
}

.cdu_intro .media_content .media_item .inner .more .fal {
	margin-left: 5px;
	font-size: 15px;
	margin-top: 1px;
	vertical-align: top;
}

.cdu_intro .quick_icon {
	display: none;
}

.cdu_notice {
	position: relative;
	background-color: #8e011b;
}

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

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

.cdu_notice .cdu_title .title {
	font-weight: 600;
	font-size: 35px;
	color: #fff;
}

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

.cdu_notice .cdu_title .desc {
	display: block;
	margin-top: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	opacity: .8;
}

.cdu_notice .content_wrap {
	position: relative;
}

.cdu_notice .notice_content {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 300px;
}

.cdu_notice .notice_content .tab_on,
.cdu_notice .notice_content .tab_off {
	-ms-flex: 1;
	    flex: 1;
}

.cdu_notice .notice_content .tab_on .tab,
.cdu_notice .notice_content .tab_off .tab {
	display: block;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 14px;
	border-right: 1px solid #680013;
	color: #fff;
	background-color: #740015;
	box-sizing: border-box;
}

.cdu_notice .notice_content .tab_on:last-child .tab,
.cdu_notice .notice_content .tab_off:last-child .tab {
	border-right: none;
}

.cdu_notice .notice_content .tab_on .tab {
	background-color: #fff;
	color: #505050;
}

.cdu_notice .notice_content .tab_on .tab_content {
	visibility: visible;
}

.cdu_notice .notice_content .tab_content {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 61px;
	width: 100%;
	height: calc(100% - 61px);
	padding: 29px 25px;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
}

.cdu_notice .notice_content .tab_content .recent .tit {
	position: relative;
}

.cdu_notice .notice_content .tab_content .recent .tit a {
	display: block;
	margin-right: 80px;
	font-size: 15px;
	color: #8e001c;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cdu_notice .notice_content .tab_content .recent .tit a .fal {
	margin-right: 4px;
}

.cdu_notice .notice_content .tab_content .recent .tit .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}

.cdu_notice .notice_content .tab_content .recent .txt {
	display: none;
}

.cdu_notice .notice_content .tab_content .list {
	margin-top: 11px;
}

.cdu_notice .notice_content .tab_content .list li {
	position: relative;
}

.cdu_notice .notice_content .tab_content .list li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 2px;
	height: 2px;
	background: #ccc;
	content: "";
}

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

.cdu_notice .notice_content .tab_content .list li .date {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #999;
}

.cdu_notice .main_banner {
	position: relative;
	height: 300px;
}

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

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

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

.cdu_notice .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);
}

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

.cdu_notice .edu_schedule {
	position: relative;
	background-color: #fe7c2d;
}

.cdu_notice .edu_schedule .title_area {
	position: relative;
	padding: 0 25px;
	border-bottom: 1px solid #e57029;
}

.cdu_notice .edu_schedule .title_area .title {
	height: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 60px;
}

.cdu_notice .edu_schedule .title_area .title br {
	display: none;
}

.cdu_notice .edu_schedule .title_area .btn_more {
	position: absolute;
	top: 11px;
	right: 15px;
	padding: 10px 10px;
	font-size: 13px;
	color: #fff;
}

.cdu_notice .edu_schedule .title_area .btn_more .fal {
	margin-top: 4px;
	margin-left: 2px;
	vertical-align: top;
}

.cdu_notice .edu_schedule .list_box {
	padding: 15px 0;
}

.cdu_notice .edu_schedule .list_box li a {
	display: block;
	padding: 10px 25px;
}

.cdu_notice .edu_schedule .list_box li a .date {
	display: block;
	color: #fff9ee;
	font-size: 12px;
}

.cdu_notice .edu_schedule .list_box li a .date .fal {
	margin-right: 2px;
}

.cdu_notice .edu_schedule .list_box li a .subject {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cdu_notice .edu_schedule .list_box li a .desc {
	display: none;
}

.cdu_news {
	position: relative;
	background-color: #3c1179;
}

.cdu_news .img_wrap {
	position: relative;
}

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

.cdu_news .img_wrap .swiper-slide {
	background-size: cover;
	height: 320px;
	background-position: 50% 0;
	background-size: cover;
}

.cdu_news .inner_wrap {
	position: relative;
}

.cdu_news .news_banner {
	position: relative;
	height: 237px;
}

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

.cdu_news .news_banner .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;
	background-size: cover;
}

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

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

.cdu_news .news_banner .swiper-buttons .swiper-button-prev,
.cdu_news .news_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;
}

.cdu_news .cdu_title {
	display: none;
}

.cdu_news .cdu_title .title {
	font-weight: 600;
}

.cdu_news .news_main {
	padding: 24px 25px 23px;
}

.cdu_news .news_main .cont .subject {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cdu_news .news_main .cont .info {
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.cdu_news .news_main .cont .info .txt {
	min-width: 0;
	-ms-flex: 1;
	    flex: 1;
	min-width: 0;
	flex: 1;
	color: #fff;
	opacity: .8;
	font-size: 16px;
	line-height: 25px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cdu_news .news_main .cont .info .thumb {
	display: none;
}

.cdu_news .news_main .cont .btn_more {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 15px;
	border-radius: 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right, #862ffb, #6b76f0);
}

.cdu_news .news_list {
	padding: 0 20px 20px;
}

.cdu_news .news_list .list:after {
	content: '';
	display: block;
	clear: both;
}

.cdu_news .news_list .list li {
	float: left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}

.cdu_news .news_list .list li .inner {
	display: block;
	position: relative;
	padding: 12px 0;
}

.cdu_news .news_list .list li .inner .thumb {
	display: block;
	overflow: hidden;
	height: 124px;
	font-size: 0;
}

.cdu_news .news_list .list li .inner .info {
	padding: 14px 14px;
	background-color: #fff;
	border-top: none;
}

.cdu_news .news_list .list li .inner .subject {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cdu_news .news_list .list li .inner .desc {
	max-height: 32px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cdu_quick {
	position: relative;
	background: url(../images/main/bg_quick.jpg) #375d97 no-repeat 0 0;
	background-size: cover;
}

.cdu_quick .inner_wrap {
	position: relative;
}

.cdu_quick .cdu_title {
	position: relative;
	padding: 48px 25px 28px;
}

.cdu_quick .cdu_title .title {
	font-weight: 600;
	font-size: 35px;
	color: #fff;
}

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

.cdu_quick .cdu_title .desc {
	display: block;
	margin-top: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
}

.cdu_quick .quick_menu {
	position: relative;
	padding: 24px 25px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.cdu_quick .quick_menu:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #2ecfcc, #0e2f65);
	opacity: .7;
	content: '';
}

.cdu_quick .quick_menu .menu {
	position: relative;
}

.cdu_quick .quick_menu .menu:after {
	content: '';
	display: block;
	clear: both;
}

.cdu_quick .quick_menu .menu li {
	float: left;
	width: 33.3333%;
}

.cdu_quick .quick_menu .menu li .inner {
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
}

.cdu_quick .quick_menu .menu li .inner .icon {
	display: block;
	color: #fff;
	font-size: 26px;
	text-align: center;
}

.cdu_quick .quick_menu .menu li .inner .name {
	display: block;
	margin-top: 11px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.cdu_quick .service_menu {
	position: relative;
}

.cdu_quick .service_menu .menu:after {
	content: '';
	display: block;
	clear: both;
}

.cdu_quick .service_menu .menu li {
	float: left;
	width: 50%;
}

.cdu_quick .service_menu .menu li:nth-child(1), .cdu_quick .service_menu .menu li:nth-child(4), .cdu_quick .service_menu .menu li:nth-child(5) {
	background-color: rgba(0, 0, 0, 0.3);
}

.cdu_quick .service_menu .menu li .inner {
	display: block;
	height: 130px;
	padding-top: 35px;
	text-align: center;
	box-sizing: border-box;
}

.cdu_quick .service_menu .menu li .inner .icon {
	display: block;
	color: #fff;
	font-size: 29px;
}

.cdu_quick .service_menu .menu li .inner .name {
	display: block;
	margin-top: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.cdu_quick .content_wrap {
	position: relative;
}

.indicator {
	display: none;
}

/* 로그인 */
.login_wrap {
  position: relative;
  padding: 174px 20px 50px;
  background-image: url(../images/main/cdu_ui_01.png);
  background-repeat: no-repeat;
  background-size: 125px auto;
  background-position: 50% 30px;
}

.login_wrap .login_guide {
	text-align: center;
	line-height: normal;
}

.login_wrap .login_guide .logo {
	display: block;
	margin: 0 auto 40px;
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: 0px 0px;
	width: 173px;
	height: 49px;
}

.login_wrap .login_guide h1 {
	display: none;
	font-size: 25px;
	color: #333;
	font-weight: 500;
}

.login_wrap .login_guide .txt {
	margin-top: 20px;
	font-size: 18px;
	color: #c1070f;
}

.login_wrap .login_guide .desc {
	margin-top: 8px;
	font-size: 13px;
	color: #101010;
	line-height: 19px;
}

.login_wrap .login_area {
	padding: 20px 0 40px;
}

.login_wrap .login_area .form_group {
	position: relative;
}

.login_wrap .login_area .form_group label {
	margin: 0;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

.login_wrap .login_area .form_group .input_group {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 6px;
	border-collapse: separate;
	-webkit-appearance: none;
}

.login_wrap .login_area .form_group .input_group .input_text {
	position: relative;
	width: 100%;
	height: 45px;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	border-radius: 0;
}

.login_wrap .login_area .form_group + .form_group {
	margin-top: 14px;
}

.login_wrap .login_area .custom_checkbox {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.login_wrap .login_area .custom_checkbox .checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin-top: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.login_wrap .login_area .custom_checkbox .checkbox:checked + .ico {
	background-color: #da291c;
	border-color: #da291c;
}

.login_wrap .login_area .custom_checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	height: 18px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.login_wrap .login_area .custom_checkbox .ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #d1d1d1;
}

.login_wrap .login_area .custom_checkbox .ico:before {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	text-align: center;
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -161px -51px;
	width: 9px;
	height: 9px;
	content: '';
}

.login_wrap .login_area .btn_bottom_area {
	display: table;
	width: 100%;
	position: relative;
	margin: 30px 0 10px;
	text-align: center;
}

.login_wrap .login_area .btn_bottom_area .btn_login {
	display: table-cell;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	background: #c1070f;
	border: 1px solid transparent;
	color: #fff;
}

.login_wrap .login_area .btn_area {
	position: relative;
	text-align: center;
}

.login_wrap .login_area .btn_area:after {
	content: '';
	display: block;
	clear: both;
}

.login_wrap .login_area .btn_area .btn_default {
	display: table;
	width: calc(50% - 5px);
	height: 42px;
	padding: 0 5px;
	font-weight: normal;
	border: 1px solid #ddd;
	color: #101010;
	background-color: #fff;
	text-align: center;
	line-height: 42px;
}

.login_wrap .login_area .btn_area .btn_default span {
	display: table-cell;
	vertical-align: middle;
}

.login_wrap .login_area .btn_area .btn_default:first-child {
	float: left;
}

.login_wrap .login_area .btn_area .btn_default:last-child {
	float: right;
}

.login_wrap .login_area .text_list {
	position: relative;
	margin-top: 20px;
	font-size: 13px;
	color: #101010;
	padding-left: 10px;
	line-height: 23px;
}

.login_wrap .login_area .text_list li {
	position: relative;
	font-size: 13px;
	color: #101010;
	padding-left: 10px;
	line-height: 23px;
}

.login_wrap .login_area .text_list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #7a7a7a;
}

.introduce_info {
	position: relative;
}

.introduce_info .bg_area {
	position: relative;
	margin: 0 -25px;
	height: 400px;
	background: url("../images/sub/img_sub1_1.jpg") 50% 0 no-repeat;
	background-size: cover;
}

.introduce_info .img_intro {
	display: none;
}

.introduce_info .text_wrap {
	position: relative;
	margin: -75px 0 0 0;
	padding: 35px 25px;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}

.introduce_info .text_wrap .cont {
	line-height: 25px;
}

.introduce_info .text_wrap .cont br {
	display: none;
}

.introduce_info .text_wrap .cont strong {
	display: block;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 20px;
	color: #000;
	line-height: 32px;
}

.introduce_info .text_wrap .cont p {
	font-size: 15px;
	color: #101010;
}

.introduce_info .text_wrap .cont p + p {
	margin-top: 10px;
}

.introduce_info .text_wrap .cont span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	color: #c10810;
}

.introduce_info .text_wrap .cont em {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.introduce_info .text_wrap .cont em br {
	display: block;
}

.org_map {
	padding-bottom: 40px;
	text-align: center;
}

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

.org_map .clear {
	display: none;
	float: none;
	clear: both;
	height: 0;
	width: 100%;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.org_map .clear:after {
	content: "";
	clear: both;
	display: block;
	float: none;
}

.org_map .clearfix :after {
	content: "";
	clear: both;
	display: block;
	float: none;
}

.org_map ul {
	text-align: left;
}

.org_map ul.bu li:before {
	position: relative;
}

.org_map div {
	position: relative;
}

.org_map *:after,
.org_map *:before {
	position: absolute;
}

.org_map .org1 {
	margin-bottom: 20px;
}

.org_map .org1 p {
	height: 60px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
}

.org_map .org1 .inbg {
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background: #c1070f;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.org_map .org1-line {
	position: relative;
	width: 100%;
	display: block;
}

.org_map .org1-1 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	border: 1px solid #6D788B;
	background: #c1070f;
}

.org_map .org1-1 p {
	height: 60px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
}

.org_map .org2 {
	margin-top: 2px;
}

.org_map .org2-1 {
	margin: 2px 0;
	background: #6D788B;
}

.org_map .org2-1 a,
.org_map .org2-1 span {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.org_map .org4-1 {
	margin-top: 2px;
	line-height: 60px;
	color: #FF9900;
	border: 1px solid #FF9900;
	background: #fff;
}

.org_map .org4-2 p {
	margin-top: 5px;
	background: #EFEFEF;
	padding: 15px 5px;
	color: #6D788B;
}

.org_map .org4-2 p a {
	display: block;
	color: #6D788B;
	margin: -15px -5px;
	padding: 15px 5px;
}

.org_map .org4-2 p a:hover {
	background: #6D788B;
	color: #fff;
}

.org_map .org4-2 > ul {
	padding: 10px 15px;
	border: 1px solid #EFEFEF;
	border-top: none;
	background: #fff;
	font-size: 14px;
}

.org_map .org4-2 li {
	margin: 12px 0;
	padding-left: 10px;
	font-size: 15px;
}

.org_map .org4-2 li:before {
	margin-right: 5px;
	margin-left: -10px;
}

.org_map .org4-2 li li {
	margin: 3px 0;
}

.org_map .org4-2 li a:hover {
	color: #FF9900;
}

/* 기구표 */
.intro_group {
  position: relative;
}

.intro_group .depth1 > li {
  text-align: center;
  font-size: 0;
  vertical-align: top;
}

.intro_group .depth1 > li .name {
  width: 215px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  color: #fff;
  font-size: 14px;
  background-color: #042a59;
  text-align: center;
  position: relative;
}

.intro_group .depth1 > li .name.border_set:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e1e1e1;
  z-index: -1;
}

.intro_group .depth1 > li .name.blue {
  background-color: #05548f;
}

.intro_group .depth1 > li .name.aqua {
  background-color: #3180b9;
}

.intro_group .depth1 > li .name.gray {
  background-color: #a1acb8;
}

.intro_group .depth1 > li .name.gray2 {
  background-color: #eceef5;
  color: #000;
}

.intro_group .depth1 > li.line2 {
  margin-top: 50px;
}

.intro_group .depth1 > li.line2 .depth2 > li {
  display: inline-block;
  width: auto;
  float: none;
}

.intro_group .depth1 > li.line2 .depth2 > li .name {
  width: 215px;
}

.intro_group .depth1 > li.line4 {
  position: relative;
  margin-top: 50px;
}

.intro_group .depth1 > li.line4:before {
  position: absolute;
  left: 8.3%;
  top: -25px;
  right: 8.3%;
  height: 1px;
  background-color: #e1e1e1;
  content: '';
}

.intro_group .depth2 {
  width: 100%;
  font-size: 0;
  position: relative;
}

.intro_group .depth2:after {
  content: '';
  display: block;
  clear: both;
}

.intro_group .depth2 li {
  display: block;
  float: left;
  width: 16.6%;
  vertical-align: top;
  padding: 0 15px;
}

.intro_group .depth2 li:last-child {
  width: 17%;
}

.intro_group .depth2 li .name {
  display: block;
  width: 100%;
}

.intro_group .depth2 li.col2 {
  width: 460px;
  font-size: 0;
}

.intro_group .depth2 li.col2 > .name {
  display: block;
  width: 100%;
}

.intro_group .depth2 li.col2 > ol {
  width: calc(50% - 15px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
}

.intro_group .depth2 li.col2 > ol:nth-of-type(n+2) {
  margin-left: 30px;
}

.intro_group .depth2 li.col2 .depth2_list > span:nth-child(n+2) {
  margin-top: 15px;
}

.intro_group .depth2 li > ol {
  font-size: 0;
}

.intro_group .depth2 li > ol > li {
  width: 100% !important;
  padding: 0;
  float: none;
  text-align: left;
  vertical-align: top;
}

.intro_group .depth2 li > ol > li .name {
  margin-top: 15px;
}

.intro_group .depth2_list {
  width: 100%;
  height: auto;
  min-height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eceef5;
  padding: 20px;
}

.intro_group .depth2_list > span,
.intro_group .depth2_list > a {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-left: 11px;
  display: block;
  line-height: 1em;
  text-align: left;
}

.intro_group .depth2_list > span:nth-child(n+2),
.intro_group .depth2_list > a:nth-child(n+2) {
  margin-top: 12px;
}

.intro_group .depth2_list > span:before,
.intro_group .depth2_list > a:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #115c94;
  position: absolute;
  left: 0;
  top: 7px;
}

.intro_group .depth2_list > span.sub,
.intro_group .depth2_list > a.sub {
  margin-top: 8px !important;
}

.intro_group .depth2_list > span.sub:before,
.intro_group .depth2_list > a.sub:before {
  display: none;
}

.intro_group .border_line1 .name:before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 243px;
}

.intro_group .border_line2 .name:name {
  width: 252px;
  top: 50%;
  left: -252px;
  height: 1px;
}

.intro_group .border_line3 .name:before {
  height: 25px;
  width: 1px;
  top: -25px;
  left: calc(50% - 1px);
}

.intro_group .border_line3:nth-child(n+2) .name:before {
  left: calc(50% + 2px);
}

.list_nodot {
  width: calc(100% - 10px);
  padding-left: 10px;
}

.list_nodot > li {
  position: relative;
  padding-left: 8px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
}

.list_nodot > li + li {
  margin-top: 6px;
}

.box_type1 {
  border: 1px solid #ccc;
  padding: 20px;
}

/*
.org_map .org5-1 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 60px;
	color: #6D788B;
	border: 1px solid #6D788B;
	background: #167ebf;
}
*/

.org_map .org5-1 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	border: 1px solid #6D788B;
	background: #167ebf;
}

.org_map .org5-1 p {
	height: 60px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 60px;
}

.social_media {
	position: relative;
	padding-bottom: 40px;
}

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

.social_media .media_left .movie_wrap {
	font-size: 0;
	line-height: 0;
}

.social_media .media_left .movie_info {
	padding: 18px 20px 20px;
	background-color: #535e6f;
	text-align: center;
}

.social_media .media_left .movie_info .tit {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	max-height: 48px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.social_media .media_left .movie_info .desc {
	margin: 8px auto 12px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.social_media .media_left .movie_info .btn_more {
	display: inline-block;
	height: 32px;
	font-size: 12px;
	line-height: 31px;
	border: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
	vertical-align: top;
	transition: background-color .25s;
}

.social_media .media_left .movie_info .btn_more .fal {
	margin: 10px 0 0 4px;
	vertical-align: top;
}

.social_media .media_right {
	padding-top: 10px;
}

.social_media .media_right .sns_list {
	font-size: 0;
	white-space: nowrap;
}

.social_media .media_right .sns_list:after {
	content: '';
	display: block;
	clear: both;
}

.social_media .media_right .sns_list li {
	margin: 10px 0;
	text-align: center;
}

.social_media .media_right .sns_list li a {
	display: -ms-flexbox;
	display: flex;
}

.social_media .media_right .sns_list li .icon {
	display: block;
	min-width: 50px;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}

.social_media .media_right .sns_list li .icon .ico {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-top: 12px;
	vertical-align: top;
}

.social_media .media_right .sns_list li .icon .fab {
	margin-top: 12px;
	vertical-align: top;
}

.social_media .media_right .sns_list li .icon.kakao {
	background-color: #fbcf00;
}

.social_media .media_right .sns_list li .icon.kakao .ico {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -175px -95px;
	width: 28px;
	height: 28px;
}

.social_media .media_right .sns_list li .icon.blog {
	background-color: #37ac38;
}

.social_media .media_right .sns_list li .icon.blog .ico {
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: -175px -125px;
	width: 28px;
	height: 28px;
}



.social_media .media_right .sns_list li .icon.insta {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_media .media_right .sns_list li .icon.twitter {
	background-color: #1DA1F1;
}

.social_media .media_right .sns_list li .icon.fb {
	background-color: #4267b2;
}

.social_media .media_right .sns_list li .name {
	display: block;
	height: 50px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
}

.social_media .media_right .quick_list {
	display: none;
}

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

.conversation .fluid {
	padding: 0 15px;
}

.conversation .fluid + .fluid {
	border-top: 1px solid #ddd;
}

.conversation .content {
	-ms-flex: 1;
	    flex: 1;
	padding: 20px 0;
}

.conversation .content br {
	display: none;
}

.conversation .content h2 {
	font-size: 22px;
	color: #333;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}

.conversation .content strong {
	font-weight: 500;
}

.conversation .content .text {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: 300;
}

.conversation .content .text p {
	margin-top: 20px;
}

.conversation .content .img {
	position: relative;
	margin-top: 20px;
	font-size: 0;
}

.conversation .content .img > img {
	width: 100%;
}

.conversation .content .btn_link {
	display: block;
	margin-top: 40px;
	font-size: 15px;
	line-height: 42px;
	min-width: 110px;
	height: 44px;
	color: #000;
	border: 1px solid #777;
	background-color: #fff;
	text-align: center;
	padding: 0 20px;
	vertical-align: top;
}

.error_page {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 120px 25px;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.error_page .logo {
	position: absolute;
	left: 25px;
	top: 25px;
}

.error_page .logo a {
	display: block;
	background-image: url(../images/sp_cdu.png);
	background-size: 207px 162px;
	background-position: 0px -102px;
	width: 122px;
	height: 33px;
}

.error_page .holder {
	text-align: center;
}

.error_page .holder .fal {
	font-size: 42px;
	color: #000;
}

.error_page .holder .message {
	margin: 20px 0 0;
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

.error_page .holder p.description {
	margin: 15px 0 0;
	font-size: 14px;
	color: #101010;
	line-height: 22px;
}

.error_page .holder p.description span {
	color: #c1070f;
}

.error_page .action {
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
	text-align: center;
}

.error_page .action .btn_large {
	display: block;
	-ms-flex: 1;
	    flex: 1;
	background-color: #5e5b57;
	border-color: #5e5b57;
}

.error_page .action .btn_large + .btn_large {
	margin-left: 7px;
}

.error_page .action .btn_large > span {
	display: block;
	height: 48px;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
}

.error_page .action .btn_large:first-child {
	margin-left: 0;
}

.error_page .action .btn_large.primary {
	border-color: #c1070f;
	background-color: #c1070f;
}

.error_page .action .btn_large.primary > span {
	color: #fff;
}

@media all and (min-width: 1024px) {
	.popupArea {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: url(../images/popup-bg.png) #954d77 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: 4px;
		font-size: 13px;
		color: #fff;
		cursor: pointer;
		z-index: 1;
	}
	.popupArea .popup_close input {
		margin-right: 5px;
		margin-top: 3px;
		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 {
		width: 100%;
		margin-top: -22px;
		padding: 6px 10px 8px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		font-size: 15px;
		color: #fbfed2;
		line-height: 20px;
		text-align: center;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height: 54px;
	}
	.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_cdu.png);
		background-size: 207px 162px;
		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 .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 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: #c1070f;
	}
	#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: #101010;
	}
	#all_menu .depth1 > li .depth2 > li .depth3 > li a:hover > span {
		color: #c1070f;
	}
	#header {
		z-index: 100;
	}
	#header .inner_wrap {
		max-width: 960px;
		height: 80px;
		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 .top_wrap .top_sns {
		float: right;
		margin-right: 20px;
	}
	#header .top_wrap .top_sns > li {
		float: left;
	}
	#header .top_wrap .top_sns > li + li {
		margin-left: 6px;
	}
	#header .top_wrap .top_sns > li a {
		display: block;
		width: 40px;
		height: 40px;
		font-size: 20px;
		color: #999;
		line-height: 40px;
		text-align: center;
		opacity: .7;
	}
	#header .top_wrap .top_sns > li a .fab {
		margin-top: 9px;
		vertical-align: top;
	}
	#header .top_wrap .top_sns > li a .ico {
		display: inline-block;
		margin-top: 7px;
		vertical-align: top;
	}
	#header .top_wrap .top_sns > li a .ico.ico_kakao {
		background-image: url(../images/sp_cdu.png);
		background-size: 207px 162px;
		background-position: -147px -102px;
		width: 21px;
		height: 24px;
	}
	#header .top_wrap .top_sns > li a .ico.ico_blog {
		background-image: url(../images/sp_cdu.png);
		background-size: 207px 162px;
		background-position: -124px -102px;
		width: 21px;
		height: 24px;
	}
	#header .top_wrap .top_sns > li a:hover {
		opacity: 1;
	}
	#header .logo {
		position: absolute;
		left: 0;
		top: 11px;
		z-index: 300;
	}
	#header .logo > a {
		background-image: url(../images/sp_cdu.png);
		background-size: 207px 162px;
		background-position: 0px 0px;
		width: 173px;
		height: 49px;
	}
	#header #gnb .btn_search,
	#header #gnb .btn_all {
		top: 11px;
		width: 54px;
		height: 54px;
		z-index: 300;
	}
	#header #gnb .btn_search .fal,
	#header #gnb .btn_search .far,
	#header #gnb .btn_all .fal,
	#header #gnb .btn_all .far {
		margin-top: 15px;
		font-size: 22px;
		vertical-align: top;
	}
	#header #gnb .btn_search {
		right: 60px;
	}
	#header #gnb .btn_all {
		right: 0;
		left: auto;
	}
	#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 20px;
	}
	#header #gnb #nav .nav_menu > li > a span {
		display: block;
		height: 80px;
		padding: 0;
		font-size: 16px;
		line-height: 79px;
	}
	#header #gnb #nav .nav_menu > li > a span:after {
		display: none;
	}
	#header #gnb #nav .nav_menu > li .nav_sub {
		display: none;
		position: absolute;
		top: 81px;
		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_wrap:before {
		display: block;
		position: absolute;
		top: 42px;
		left: 221px;
		width: 1px;
		height: calc(100% - 84px);
		border-left: 1px solid #d9d9d9;
		content: '';
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_title {
		position: absolute;
		top: 37px;
		left: 0;
		width: 221px;
		font-size: 22px;
		color: #c1070f;
		font-weight: bold;
		line-height: normal;
		text-align: center;
		word-break: keep-all !important;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list {
		padding: 40px 55px 40px 276px;
		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 > li {
		width: 25%;
		float: left;
		padding-right: 15px;
		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: 16px;
		font-weight: bold;
		color: #000;
		line-height: normal;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul {
		margin-top: 10px;
		position: relative;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a:hover span {
		color: #c1070f;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
		margin-top: 10px;
	}
	#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: 15px;
		color: #101010;
		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;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 + .dep2 {
		margin-top: 24px;
	}
	#header .gnb_bottom {
		display: none;
		position: absolute;
		left: 0;
		top: 120px;
		width: 100%;
		height: 0;
		background: #fff;
		transition: height 0.1s;
		border-top: 1px solid #e6e6e6;
		z-index: 200;
	}
	#header.open .gnb_bottom {
		height: 90px;
		border-bottom: 1px solid #f4efeb;
	}
	.main_visual .swiper-slide .inner_wrap {
		width: 960px;
		height: 520px;
		margin: 0 auto;
	}
	.main_visual .swiper-slide .slogun {
		left: 0;
		right: auto;
		top: 86px;
	}
	.main_visual .swiper-slide .slogun .text {
		font-size: 18px;
		font-weight: 400;
	}
	.main_visual .swiper-slide .slogun .title {
		margin-top: 13px;
		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 {
		position: relative;
		max-width: 960px;
		margin: 0 auto;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
		left: 0;
		top: 436px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 4px;
	}
	.main_visual .swiper-inner-wrap .quick_link {
		left: auto;
		top: 35px;
		right: 20px;
		width: 240px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu {
		display: block;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li {
		display: block;
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner {
		display: block;
		height: 148px;
		padding: 34px 30px 0;
		text-align: left;
		background-color: rgba(0, 0, 0, 0.4);
		box-sizing: border-box;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .tit {
		display: block;
		font-size: 20px;
		font-weight: 600;
		color: #ffffff;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .icon {
		display: block;
		position: absolute;
		right: 17px;
		top: 18px;
		width: 20px;
		height: 20px;
		margin: 0;
		border-radius: 0;
		border: none;
		color: #fff;
		font-size: 26px;
		opacity: .6;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .desc {
		display: block;
		margin-top: 20px;
		font-size: 14px;
		color: #fff;
		line-height: 20px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .more {
		margin-top: 14px;
		font-size: 16px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .more .fal {
		margin-top: -2px;
		font-size: 22px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule {
		margin-top: 20px;
		padding: 0;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule > span {
		font-size: 15px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge {
		padding-top: 22px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .tit {
		color: #71c8fa;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .desc {
		margin-top: 20px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .more {
		font-size: 14px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .more .fal {
		margin-top: 0;
		font-size: 18px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li:first-child {
		border: none;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li:first-child .inner {
		background: linear-gradient(to right, #fed173, #ff850e);
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li:first-child .inner .tit {
		color: #2f2719;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li:first-child .inner .desc {
		color: #61553e;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li + li {
		margin-top: -1px;
	}
	.main_visual .details_page_link {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 50px;
		margin-left: -16px;
		background-image: url(../images/sp_cdu.png);
		background-size: 207px 162px;
		background-position: -175px 0px;
		width: 32px;
		height: 46px;
		z-index: 10;
	}
	.main_visual .details_page_link .arrow {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		background-image: url(../images/sp_cdu.png);
		background-size: 207px 162px;
		background-position: -161px -62px;
		width: 10px;
		height: 6px;
	}
	.main_visual .details_page_link .arrow.top {
		opacity: 0.5;
		top: 18px;
		animation: arrowTop 1.2s infinite;
		-webkit-animation: arrowTop 1.2s infinite;
	}
	.main_visual .details_page_link .arrow.bt {
		animation: arrowBt 1.5s infinite;
		-webkit-animation: arrowBt 1.5s infinite;
		top: 25px;
	}
	@keyframes arrowTop {
		0% {
			opacity: 1;
		}
		20% {
			opacity: 0.5;
		}
		40% {
			opacity: 0.25;
		}
		60% {
			opacity: 0;
		}
		80% {
			opacity: 0.25;
		}
		100% {
			opacity: 0.5;
		}
	}
	@keyframes arrowBt {
		0% {
			opacity: 0.25;
		}
		20% {
			opacity: 0;
		}
		40% {
			opacity: 0.25;
		}
		60% {
			opacity: 0.5;
		}
		80% {
			opacity: 1;
		}
		100% {
			opacity: 0.5;
		}
	}
	.notice_board {
		background-color: #3a4248;
	}
	.notice_board .notice_wrap {
		max-width: 960px;
		margin: 0 auto;
		height: 281px;
	}
	.notice_board .tab_on,
	.notice_board .tab_off {
		-ms-flex: 1;
		    flex: 1;
	}
	.notice_board .tab_on .tab,
	.notice_board .tab_off .tab {
		height: 62px;
		line-height: 62px;
		font-size: 20px;
	}
	.notice_board .tab_on .tab {
		background-color: #3a4248;
		border-color: #3a4248;
		color: #ffb838;
	}
	.notice_board .tab_content {
		display: -ms-flexbox;
		display: flex;
		top: 61px;
		height: calc(100% - 62px);
		padding: 52px 0 44px;
		background: none;
	}
	.notice_board .tab_content .icon_list {
		-ms-flex: 1;
		    flex: 1;
		min-width: 40%;
	}
	.notice_board .tab_content .icon_list li {
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.notice_board .tab_content .icon_list li .link {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
	.notice_board .tab_content .icon_list li .link .icon {
		width: 50px;
		height: 50px;
		min-width: 50px;
		font-size: 20px;
	}
	.notice_board .tab_content .icon_list li .link .icon .fal {
		margin-top: 16px;
	}
	.notice_board .tab_content .icon_list li .link .name {
		height: 50px;
		margin-left: 12px;
		font-size: 17px;
		line-height: 50px;
	}
	.notice_board .tab_content .icon_list li:nth-child(2n) {
		padding-left: 20px;
	}
	.notice_board .tab_content .link_list {
		margin-top: 9px;
		margin-left: 62px;
		padding: 0 10px;
	}
	.notice_board .tab_content .link_list:after {
		content: '';
		display: block;
		clear: both;
	}
	.notice_board .tab_content .link_list li {
		width: 33.3333%;
		margin-bottom: 24px;
	}
	.notice_board .tab_content .link_list li a {
		padding-left: 12px;
		font-size: 15px;
		color: #fff;
	}
	.notice_board .tab_content .link_list li a:before {
		top: 8px;
		width: 2px;
		height: 2px;
	}
	.notice_board .tab_content .link_list li:nth-child(2n) {
		padding-left: 0;
	}
	.notice_board .more {
		position: absolute;
		right: 0;
		top: 0;
		width: calc(100% - 820px);
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 16px;
	}
	.notice_board .more a {
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin: 15px 15px 0 0;
		background-image: url(../img/ico_more.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.notice_board .recent {
		border-bottom: 1px dotted #ddd;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	.notice_board .recent .tit {
		position: relative;
	}
	.notice_board .recent .tit a {
		font-size: 18px;
		color: #8e001c;
		font-weight: 400;
	}
	.notice_board .recent .txt {
		font-size: 14px;
		color: #000;
		line-height: 1.8;
		margin-top: 20px;
		height: 70px;
		overflow: hidden;
	}
	.cdu_intro {
		position: relative;
	}
	.cdu_intro .inner_wrap {
		max-width: 960px;
		height: 732px;
		margin: 0 auto;
		padding: 87px 0;
	}
	.cdu_intro .media_content .movie_area {
		width: 624px;
		height: 345px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
		z-index: 1;
	}
	.cdu_intro .media_content .movie_area .icon {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		font-size: 20px;
		border: 2px solid #fff;
	}
	.cdu_intro .media_content .movie_area .icon .fal {
		margin-top: 30px;
	}
	.cdu_intro .media_content .movie_area .playVideo video {
		margin-top: -6px;
		vertical-align: top;
	}
	.cdu_intro .media_content .media_item {
		position: absolute;
		margin: 0;
	}
	.cdu_intro .media_content .media_item.menu1 {
		left: 0;
		top: 345px;
		width: 624px;
	}
	.cdu_intro .media_content .media_item.menu1 .inner {
		height: 212px;
		padding-top: 40px;
		background-size: 164px auto;
	}
	.cdu_intro .media_content .media_item.menu2, .cdu_intro .media_content .media_item.menu3 {
		left: 625px;
		width: 334px;
	}
	.cdu_intro .media_content .media_item.menu2 .inner, .cdu_intro .media_content .media_item.menu3 .inner {
		height: 229px;
		padding-top: 36px;
		background-size: 164px auto;
	}
	.cdu_intro .media_content .media_item.menu2 .inner .name, .cdu_intro .media_content .media_item.menu3 .inner .name {
		font-size: 26px;
	}
	.cdu_intro .media_content .media_item.menu2 .inner .desc, .cdu_intro .media_content .media_item.menu3 .inner .desc {
		margin-top: 21px;
		font-size: 14px;
		line-height: 20px;
	}
	.cdu_intro .media_content .media_item.menu2 {
		top: 0;
	}
	.cdu_intro .media_content .media_item.menu2 .inner {
		height: 344px;
	}
	.cdu_intro .media_content .media_item.menu3 {
		top: 345px;
	}
	.cdu_intro .media_content .media_item.menu3 .inner {
		height: 212px;
	}
	.cdu_intro .media_content .media_item .inner {
		padding: 0 30px;
	}
	.cdu_intro .media_content .media_item .inner .name {
		font-size: 26px;
		font-weight: 600;
	}
	.cdu_intro .media_content .media_item .inner .desc {
		margin-top: 25px;
		font-size: 14px;
		line-height: 20px;
	}
	.cdu_intro .media_content .media_item .inner .more {
		margin-top: 26px;
		font-size: 13px;
		vertical-align: top;
	}
	.cdu_intro .media_content .media_item .inner .more .fal {
		margin-left: 5px;
		font-size: 24px;
		margin-top: -3px;
	}
	.cdu_notice {
		position: relative;
	}
	.cdu_notice .img_wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 457px;
	}
	.cdu_notice .img_wrap .swiper-container {
		width: 100%;
		height: 100%;
	}
	.cdu_notice .img_wrap .swiper-slide {
		background-size: cover;
		height: 457px;
		background-position: 50% 0;
		background-size: cover;
	}
	.cdu_notice .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 457px 0 100px;
	}
	.cdu_notice .cdu_title {
		position: absolute;
		right: 0;
		top: 257px;
		width: 400px;
		height: 260px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}
	.cdu_notice .cdu_title .title {
		position: relative;
		font-size: 54px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.cdu_notice .cdu_title .title br {
		display: block;
	}
	.cdu_notice .cdu_title .desc {
		position: relative;
		margin-top: 24px;
		font-size: 18px;
		line-height: 24px;
	}
	.cdu_notice .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #ffdd83, #ff8a14);
		opacity: .9;
		content: '';
	}
	.cdu_notice .content_wrap {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding-top: 80px;
	}
	.cdu_notice .notice_content {
		-ms-flex: 1;
		    flex: 1;
		min-width: 0;
		height: 340px;
	}
	.cdu_notice .notice_content .tab_on .tab,
	.cdu_notice .notice_content .tab_off .tab {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.cdu_notice .notice_content .tab_content {
		top: 59px;
		width: 100%;
		height: calc(100% - 59px);
		padding: 36px 30px;
	}
	.cdu_notice .notice_content .tab_content .recent {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #ddd;
	}
	.cdu_notice .notice_content .tab_content .recent .tit a {
		font-size: 18px;
	}
	.cdu_notice .notice_content .tab_content .recent .tit .date {
		font-size: 12px;
	}
	.cdu_notice .notice_content .tab_content .list {
		margin-top: 11px;
	}
	.cdu_notice .notice_content .tab_content .list li {
		position: relative;
	}
	.cdu_notice .notice_content .tab_content .list li:before {
		display: inline-block;
		position: absolute;
		left: 0;
		top: 15px;
		width: 2px;
		height: 2px;
		background: #ccc;
		content: "";
	}
	.cdu_notice .notice_content .tab_content .list li a {
		height: 30px;
		margin-right: 100px;
		padding-left: 9px;
		font-size: 16px;
		line-height: 30px;
	}
	.cdu_notice .notice_content .tab_content .list li a:hover {
		text-decoration: underline;
	}
	.cdu_notice .notice_content .tab_content .list li .date {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #999;
	}
	.cdu_notice .main_banner {
		width: 424px;
		height: 340px;
		margin-left: 20px;
	}
	.cdu_notice .edu_schedule {
		display: -ms-flexbox;
		display: flex;
		margin-top: 20px;
	}
	.cdu_notice .edu_schedule .title_area {
		min-width: 238px;
		padding: 35px 30px 0;
		border: none;
		box-sizing: border-box;
	}
	.cdu_notice .edu_schedule .title_area .title {
		height: auto;
		color: #fff;
		font-size: 35px;
		font-weight: 600;
		line-height: 40px;
	}
	.cdu_notice .edu_schedule .title_area .title br {
		display: block;
	}
	.cdu_notice .edu_schedule .title_area .btn_more {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 41px;
		padding: 0;
		font-size: 16px;
		vertical-align: top;
	}
	.cdu_notice .edu_schedule .title_area .btn_more .fal {
		margin-top: 1px;
		margin-left: 2px;
		vertical-align: top;
	}
	.cdu_notice .edu_schedule .list_box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1;
		    flex: 1;
		min-width: 0;
		padding: 35px 0;
	}
	.cdu_notice .edu_schedule .list_box li {
		-ms-flex: 1;
		    flex: 1;
		height: 161px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
	.cdu_notice .edu_schedule .list_box li a {
		display: block;
		padding: 3px 25px 0;
		box-sizing: border-box;
	}
	.cdu_notice .edu_schedule .list_box li a .date {
		position: relative;
		font-size: 14px;
	}
	.cdu_notice .edu_schedule .list_box li a .date .fal {
		margin-right: 2px;
	}
	.cdu_notice .edu_schedule .list_box li a .date:after {
		position: absolute;
		left: 0;
		bottom: -16px;
		width: 30px;
		height: 2px;
		background-color: #fff;
		opacity: .2;
		content: '';
	}
	.cdu_notice .edu_schedule .list_box li a .subject {
		margin-top: 27px;
		font-size: 20px;
		line-height: 24px;
		text-overflow: clip;
		white-space: normal;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 48px;
	}
	.cdu_notice .edu_schedule .list_box li a .desc {
		margin-top: 13px;
		font-size: 16px;
		line-height: 24px;
		color: #f2c8a3;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.cdu_news {
		position: relative;
	}
	.cdu_news .img_wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.cdu_news .img_wrap .swiper-slide {
		height: 498px;
	}
	.cdu_news .inner_wrap {
		max-width: 960px;
		margin: 0 auto;
		padding: 498px 0 100px;
	}
	.cdu_news .cdu_title {
		display: block;
		position: absolute;
		left: 0;
		top: 238px;
		width: 400px;
		height: 260px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}
	.cdu_news .cdu_title .title {
		position: relative;
		font-size: 54px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.cdu_news .cdu_title .title br {
		display: block;
	}
	.cdu_news .cdu_title .desc {
		display: block;
		position: relative;
		margin-top: 24px;
		font-size: 18px;
		color: #fff;
		line-height: 24px;
	}
	.cdu_news .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #862ffb, #6b76f0);
		opacity: .9;
		content: '';
	}
	.cdu_news .news_main {
		padding: 55px 0 40px;
	}
	.cdu_news .news_main .cont {
		position: relative;
	}
	.cdu_news .news_main .cont .subject {
		height: 66px;
		margin-right: 300px;
		padding-top: 4px;
		font-size: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cdu_news .news_main .cont .info {
		margin-top: 31px;
	}
	.cdu_news .news_main .cont .info .thumb {
		display: block;
		width: 288px;
		height: 182px;
		margin-left: 40px;
		font-size: 0;
	}
	.cdu_news .news_main .cont .info .txt {
		max-height: 168px;
		font-size: 16px;
		line-height: 28px;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.cdu_news .news_main .cont .btn_more {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 232px;
		height: 70px;
		margin-top: 0;
		padding: 0 28px;
		border-radius: 35px;
		font-weight: 400;
		font-size: 18px;
		line-height: 70px;
		text-align: left;
		color: #fff;
		background: linear-gradient(to right, #862ffb, #6b76f0);
	}
	.cdu_news .news_main .cont .btn_more .fal {
		float: right;
		font-size: 30px;
		margin-top: 20px;
	}
	.cdu_news .news_list {
		padding: 0;
	}
	.cdu_news .news_list .list {
		margin: 0 -8px;
	}
	.cdu_news .news_list .list li {
		width: 25%;
		padding: 0 8px;
	}
	.cdu_news .news_list .list li .inner {
		padding: 0;
	}
	.cdu_news .news_list .list li .inner .thumb {
		display: block;
		height: auto;
		font-size: 0;
	}
	.cdu_news .news_list .list li .inner .info {
		height: 115px;
		padding: 18px 20px 20px;
	}
	.cdu_news .news_list .list li .inner .subject {
		font-weight: 600;
		font-size: 16px;
	}
	.cdu_news .news_list .list li .inner .desc {
		max-height: 40px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 20px;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.cdu_news .news_list .list li .inner:hover:after {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border: 5px solid #6b76f0;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
		content: '';
	}
	.cdu_quick .inner_wrap {
		display: -ms-flexbox;
		display: flex;
		max-width: 960px;
		margin: 0 auto;
		padding: 260px 0 100px;
	}
	.cdu_quick .cdu_title {
		position: absolute;
		right: 0;
		top: 0;
		width: 400px;
		height: 260px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}
	.cdu_quick .cdu_title .title {
		position: relative;
		font-size: 54px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.cdu_quick .cdu_title .title br {
		display: block;
	}
	.cdu_quick .cdu_title .desc {
		position: relative;
		margin-top: 24px;
		font-size: 18px;
		line-height: 24px;
	}
	.cdu_quick .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #2ecfcc, #1d50a3);
		opacity: .9;
		content: '';
	}
	.cdu_quick .quick_menu {
		width: 348px;
		padding: 34px 35px;
		box-sizing: border-box;
	}
	.cdu_quick .quick_menu .menu li {
		width: 50%;
	}
	.cdu_quick .quick_menu .menu li .inner {
		display: block;
		padding: 24px 0;
		box-sizing: border-box;
	}
	.cdu_quick .quick_menu .menu li .inner .icon {
		display: block;
		color: #fff;
		font-size: 36px;
		text-align: center;
	}
	.cdu_quick .quick_menu .menu li .inner .name {
		margin-top: 17px;
		font-size: 15px;
	}
	.cdu_quick .service_menu {
		-ms-flex: 1;
		    flex: 1;
		margin-left: 40px;
	}
	.cdu_quick .service_menu .menu li {
		width: 33.3333%;
	}
	.cdu_quick .service_menu .menu li:nth-child(1), .cdu_quick .service_menu .menu li:nth-child(3), .cdu_quick .service_menu .menu li:nth-child(5) {
		background-color: rgba(0, 0, 0, 0.3);
	}
	.cdu_quick .service_menu .menu li:nth-child(4) {
		background-color: transparent;
	}
	.cdu_quick .service_menu .menu li .inner {
		height: 270px;
		padding-top: 70px;
	}
	.cdu_quick .service_menu .menu li .inner .icon {
		font-size: 56px;
	}
	.cdu_quick .service_menu .menu li .inner .name {
		margin-top: 42px;
		font-size: 22px;
	}
	.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: -162px;
		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: 100px;
		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: #af8d5d;
		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;
	}
	#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_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 {
		padding: 0;
		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 {
		display: inline-block;
		margin: 0;
		line-height: normal;
		vertical-align: top;
	}
	#footer .footer_bottom .address .copy {
		display: block;
		margin: 0;
	}
	#footer .footer_bottom .address ul {
		display: inline-block;
		line-height: normal;
		vertical-align: top;
	}
	#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_cdu.png);
		background-size: 207px 162px;
		background-position: 0px -51px;
		width: 159px;
		height: 49px;
	}
	#footer .footer_bottom .family_site {
		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 {
		position: relative;
		display: inline-block;
		padding: 0 15px;
		color: #9c9c9c;
		width: 192px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	#footer .footer_bottom .family_site > p a:after {
		position: absolute;
		right: 15px;
		top: 22px;
		vertical-align: middle;
		width: 5px;
		height: 5px;
		content: '';
		border: solid #979797;
		border-width: 0 1px 1px 0;
		margin-top: -5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#footer .footer_bottom .family_site > p a.on:after {
		position: absolute;
		right: 15px;
		top: 25px;
		vertical-align: middle;
		width: 5px;
		height: 5px;
		content: '';
		border: solid #979797;
		border-width: 0 1px 1px 0;
		margin-top: -5px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#footer .footer_bottom .family_site .site_layer {
		display: none;
		position: absolute;
		top: -210px;
		padding: 12px 17px;
		width: 192px;
		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 {
		display: block;
		color: #fff;
		line-height: 26px;
		font-size: 13px;
	}
	#footer .footer_bottom .family_site .btn_go {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		color: #9f9f9f;
		background: #222;
		width: 50px;
		height: 100%;
		text-align: center;
	}
	#footer .footer_bottom .footer_sns {
		position: absolute;
		right: 0;
		top: 120px;
		padding: 0;
		background: none;
		border: none;
	}
	#footer .footer_bottom .footer_sns ul li:last-child {
		margin-right: 0;
	}
	.sub_container {
		padding-top: 120px;
	}
	.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%;
	}
	.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: #c1070f;
		border: 1px solid #c1070f;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		white-space: nowrap;
		cursor: pointer;
	}
	.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: #383838;
		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: #101010;
		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 #101010;
		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: #c1070e;
	}
	.location_wrap {
		margin: 0 auto;
		width: 960px;
		padding: 40px 0;
	}
	.location_wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	.location_wrap .location {
		position: relative;
		float: left;
		left: auto;
		top: auto;
		width: auto;
		text-align: left;
	}
	.location_wrap .location a {
		font-size: 16px;
		color: #101010;
	}
	.location_wrap .location a.home {
		font-size: 16px;
		color: #101010;
	}
	.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: #63a4c6;
	}
	.location_wrap .view_option {
		display: block;
		float: right;
		padding: 0;
		background: none;
	}
	.sub_title {
		margin-bottom: 40px;
		padding: 0;
		font-size: 35px;
		font-weight: bold;
	}
	.sub_tabs {
		max-width: 960px;
		margin: 0 auto 40px;
		padding: 0;
	}
	.sub_tabs li {
		position: relative;
	}
	.sub_tabs li a {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		color: #101010;
		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 #gnb #nav {
		margin-left: 229px;
	}
	#header #gnb #nav .nav_menu > li > a {
		padding: 0 29px;
	}
	#header #gnb #nav .nav_menu > li > a span {
		font-size: 19px;
	}
	#header #gnb #nav .nav_menu > li > a span:after {
		display: none;
	}
	#header #gnb #nav .nav_menu > li .nav_sub {
		top: 81px;
		left: 0;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
		width: 1240px;
	}
	#header #gnb #nav .nav_menu > li .nav_sub .menu_list {
		padding-left: 325px;
	}
	#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 a span {
		font-size: 18px;
	}
	.main_visual .swiper-slide .inner_wrap {
		width: 1240px;
		height: 630px;
	}
	.main_visual .swiper-slide .slogun .text {
		font-size: 20px;
	}
	.main_visual .swiper-slide .slogun .title {
		margin-top: 13px;
		font-size: 56px;
		line-height: 75px;
	}
	.main_visual .swiper-slide .slogun .desc {
		margin-top: 21px;
		font-size: 16px;
		font-weight: 300;
		line-height: 17px;
	}
	.main_visual .swiper-inner-wrap {
		max-width: 1240px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets {
		left: 0;
		top: 554px;
	}
	.main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}
	.main_visual .swiper-inner-wrap .quick_link {
		top: 35px;
		width: 288px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner {
		height: 186px;
		padding: 46px 32px 0;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .tit {
		font-size: 24px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .desc {
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule {
		margin-top: 20px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner .schedule .date {
		font-size: 18px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge {
		padding-top: 42px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .more {
		font-size: 16px;
	}
	.main_visual .swiper-inner-wrap .quick_link .link_menu li .inner.challenge .more .fal {
		font-size: 20px;
	}
	.notice_board .notice_wrap {
		max-width: 1240px;
		height: 281px;
	}
	.notice_board .tab_on,
	.notice_board .tab_off {
		-ms-flex: 1;
		    flex: 1;
	}
	.notice_board .tab_on .tab,
	.notice_board .tab_off .tab {
		height: 62px;
		line-height: 62px;
		font-size: 20px;
	}
	.notice_board .tab_content {
		display: -ms-flexbox;
		display: flex;
		top: 61px;
		height: calc(100% - 62px);
		padding: 52px 0 44px;
		background: none;
	}
	.notice_board .tab_content .icon_list li {
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.notice_board .tab_content .icon_list li .link {
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
	.notice_board .tab_content .icon_list li .link .icon {
		width: 50px;
		height: 50px;
		min-width: 50px;
		font-size: 20px;
	}
	.notice_board .tab_content .icon_list li .link .icon .fal {
		margin-top: 16px;
	}
	.notice_board .tab_content .icon_list li .link .name {
		height: 50px;
		margin-left: 12px;
		font-size: 17px;
		line-height: 50px;
	}
	.notice_board .tab_content .icon_list li:nth-child(2n) {
		padding-left: 20px;
	}
	.notice_board .tab_content .link_list {
		margin-top: 9px;
		margin-left: 62px;
		padding: 0 10px;
	}
	.notice_board .tab_content .link_list:after {
		content: '';
		display: block;
		clear: both;
	}
	.notice_board .tab_content .link_list li {
		width: 33.3333%;
		margin-bottom: 24px;
	}
	.notice_board .tab_content .link_list li a {
		padding-left: 12px;
		font-size: 15px;
		color: #fff;
	}
	.notice_board .tab_content .link_list li a:before {
		top: 8px;
		width: 2px;
		height: 2px;
	}
	.notice_board .tab_content .link_list li:nth-child(2n) {
		padding-left: 0;
	}
	.notice_board .more {
		position: absolute;
		right: 0;
		top: 0;
		width: calc(100% - 820px);
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 16px;
	}
	.notice_board .more a {
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin: 15px 15px 0 0;
		background-image: url(../img/ico_more.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.notice_board .recent {
		border-bottom: 1px dotted #ddd;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	.notice_board .recent .tit {
		position: relative;
	}
	.notice_board .recent .tit:before {
		content: "\f0a1";
		font-family: FontAwesome;
		color: #8e001c;
		display: inline-block;
		margin-right: 10px;
	}
	.notice_board .recent .tit a {
		font-size: 18px;
		color: #8e001c;
		font-weight: 400;
	}
	.notice_board .recent .txt {
		font-size: 14px;
		color: #101010;
		line-height: 1.8;
		margin-top: 20px;
		height: 70px;
		overflow: hidden;
	}
	.cdu_intro {
		position: relative;
	}
	.cdu_intro .inner_wrap {
		max-width: 1240px;
		height: 714px;
		margin: 0 auto;
		padding: 100px 0;
	}
	.cdu_intro .media_content .movie_area {
		width: 617px;
		height: 341px;
		margin: 0 auto;
	}
	.cdu_intro .media_content .media_item.menu1 {
		left: 0;
		top: 55px;
		width: 348px;
	}
	.cdu_intro .media_content .media_item.menu1 .inner {
		height: 459px;
		padding-top: 66px;
		background-size: 204px 268px;
	}
	.cdu_intro .media_content .media_item.menu2, .cdu_intro .media_content .media_item.menu3 {
		top: 55px;
		left: auto;
		right: 0;
		width: 334px;
	}
	.cdu_intro .media_content .media_item.menu2 .inner, .cdu_intro .media_content .media_item.menu3 .inner {
		height: 229px;
		padding-top: 36px;
		padding-left: 47px;
		background-size: 204px 214px;
	}
	.cdu_intro .media_content .media_item.menu2 .inner .name, .cdu_intro .media_content .media_item.menu3 .inner .name {
		font-size: 28px;
	}
	.cdu_intro .media_content .media_item.menu2 .inner .desc, .cdu_intro .media_content .media_item.menu3 .inner .desc {
		margin-top: 21px;
		font-size: 14px;
		line-height: 20px;
	}
	.cdu_intro .media_content .media_item.menu2 .inner .more, .cdu_intro .media_content .media_item.menu3 .inner .more {
		margin-top: 65px;
	}
	.cdu_intro .media_content .media_item.menu2 {
		top: 55px;
	}
	.cdu_intro .media_content .media_item.menu3 {
		top: 285px;
	}
	.cdu_intro .media_content .media_item .inner {
		padding: 0 40px;
	}
	.cdu_intro .media_content .media_item .inner .name {
		font-size: 35px;
		font-weight: 600;
	}
	.cdu_intro .media_content .media_item .inner .desc {
		margin-top: 25px;
		font-size: 16px;
		line-height: 22px;
	}
	.cdu_intro .media_content .media_item .inner .more {
		margin-top: 26px;
		font-size: 13px;
		vertical-align: top;
	}
	.cdu_intro .media_content .media_item .inner .more .fal {
		margin-left: 5px;
		font-size: 24px;
		margin-top: -3px;
	}
	.cdu_notice {
		position: relative;
	}
	.cdu_notice .img_wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 457px;
	}
	.cdu_notice .img_wrap .swiper-container {
		width: 100%;
		height: 100%;
	}
	.cdu_notice .img_wrap .swiper-slide {
		background-size: cover;
		height: 457px;
		background-position: 50% 0;
		background-size: cover;
	}
	.cdu_notice .inner_wrap {
		max-width: 1240px;
		margin: 0 auto;
		padding: 457px 0 100px;
	}
	.cdu_notice .cdu_title {
		position: absolute;
		right: 0;
		top: 257px;
		width: 400px;
		height: 260px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}
	.cdu_notice .cdu_title .title {
		position: relative;
		font-size: 54px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.cdu_notice .cdu_title .title br {
		display: block;
	}
	.cdu_notice .cdu_title .desc {
		position: relative;
		margin-top: 24px;
		font-size: 18px;
		line-height: 24px;
	}
	.cdu_notice .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #ffdd83, #ff8a14);
		opacity: .9;
		content: '';
	}
	.cdu_notice .content_wrap {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding-top: 80px;
	}
	.cdu_notice .notice_content {
		height: 440px;
	}
	.cdu_notice .notice_content .tab_content .recent .txt {
		display: block;
		font-size: 14px;
		color: #101010;
		line-height: 1.8;
		margin-top: 26px;
		height: 70px;
		overflow: hidden;
	}
	.cdu_notice .main_banner {
		width: 550px;
		height: 440px;
		margin-left: 20px;
	}
	.cdu_notice .edu_schedule {
		display: -ms-flexbox;
		display: flex;
		margin-top: 20px;
	}
	.cdu_notice .edu_schedule .title_area {
		min-width: 298px;
		padding: 39px 63px 0;
		border: none;
		box-sizing: border-box;
	}
	.cdu_notice .edu_schedule .title_area .title {
		height: auto;
		color: #fff;
		font-size: 41px;
		font-weight: 600;
		line-height: 48px;
	}
	.cdu_notice .edu_schedule .title_area .title br {
		display: block;
	}
	.cdu_notice .edu_schedule .title_area .btn_more {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 41px;
		padding: 0;
		font-size: 16px;
		vertical-align: top;
	}
	.cdu_notice .edu_schedule .title_area .btn_more .fal {
		margin-top: 1px;
		margin-left: 2px;
		vertical-align: top;
	}
	.cdu_notice .edu_schedule .list_box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1;
		    flex: 1;
		min-width: 0;
		padding: 41px 0;
	}
	.cdu_notice .edu_schedule .list_box li {
		-ms-flex: 1;
		    flex: 1;
		height: 161px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
	.cdu_notice .edu_schedule .list_box li a {
		display: block;
		height: 161px;
		padding: 3px 40px 0;
		box-sizing: border-box;
	}
	.cdu_notice .edu_schedule .list_box li a .date {
		position: relative;
		color: #f4dcb2;
		font-size: 14px;
	}
	.cdu_notice .edu_schedule .list_box li a .date .fal {
		margin-right: 2px;
	}
	.cdu_notice .edu_schedule .list_box li a .date:after {
		position: absolute;
		left: 0;
		bottom: -16px;
		width: 30px;
		height: 2px;
		background-color: #fff;
		opacity: .2;
		content: '';
	}
	.cdu_notice .edu_schedule .list_box li a .subject {
		margin-top: 27px;
		font-size: 20px;
		line-height: 24px;
		text-overflow: clip;
		white-space: normal;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 48px;
	}
	.cdu_notice .edu_schedule .list_box li a .desc {
		margin-top: 13px;
		font-size: 16px;
		line-height: 24px;
		color: #f2c8a3;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.cdu_news {
		position: relative;
	}
	.cdu_news .img_wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.cdu_news .img_wrap .swiper-slide {
		height: 498px;
	}
	.cdu_news .inner_wrap {
		max-width: 1240px;
		margin: 0 auto;
		padding: 498px 0 100px;
	}
	.cdu_news .cdu_title {
		display: block;
		position: absolute;
		left: 0;
		top: 238px;
		width: 400px;
		height: 260px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}
	.cdu_news .cdu_title .title {
		position: relative;
		font-size: 54px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.cdu_news .cdu_title .title br {
		display: block;
	}
	.cdu_news .cdu_title .desc {
		display: block;
		position: relative;
		margin-top: 24px;
		font-size: 18px;
		color: #fff;
		line-height: 24px;
	}
	.cdu_news .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #862ffb, #6b76f0);
		opacity: .9;
		content: '';
	}
	.cdu_news .news_main {
		padding: 75px 0;
	}
	.cdu_news .news_main .cont {
		position: relative;
	}
	.cdu_news .news_main .cont .subject {
		height: 66px;
		margin-right: 300px;
		padding-top: 4px;
		font-size: 40px;
	}
	.cdu_news .news_main .cont .info {
		margin-top: 31px;
	}
	.cdu_news .news_main .cont .info .thumb {
		width: 288px;
		height: 182px;
		margin-left: 40px;
	}
	.cdu_news .news_main .cont .info .txt {
		font-size: 16px;
		line-height: 28px;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.cdu_news .news_main .cont .btn_more {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 232px;
		height: 70px;
		margin-top: 0;
		padding: 0 28px;
		border-radius: 35px;
		font-weight: 400;
		font-size: 18px;
		line-height: 70px;
		text-align: left;
		color: #fff;
		background: linear-gradient(to right, #862ffb, #6b76f0);
	}
	.cdu_news .news_main .cont .btn_more .fal {
		float: right;
		font-size: 30px;
		margin-top: 20px;
	}
	.cdu_news .news_list .list {
		margin: 0 -15px;
	}
	.cdu_news .news_list .list li {
		width: 25%;
		padding: 0 15px;
	}
	.cdu_news .news_list .list li .inner .info {
		padding: 18px 20px 20px;
	}
	.cdu_news .news_list .list li .inner .subject {
		font-size: 16px;
	}
	.cdu_news .news_list .list li .inner .desc {
		margin-top: 15px;
	}
	.cdu_news .news_list .list li .inner:hover:after {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border: 5px solid #633bc6;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
		content: '';
	}
	.cdu_quick .inner_wrap {
		display: -ms-flexbox;
		display: flex;
		max-width: 1240px;
		margin: 0 auto;
		padding: 260px 0 100px;
	}
	.cdu_quick .cdu_title {
		position: absolute;
		right: 0;
		top: 0;
		width: 400px;
		height: 260px;
		padding: 42px 50px;
		box-sizing: border-box;
		z-index: 1;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	}
	.cdu_quick .cdu_title .title {
		position: relative;
		font-size: 54px;
		color: #fff;
		font-weight: 600;
		line-height: 54px;
	}
	.cdu_quick .cdu_title .title br {
		display: block;
	}
	.cdu_quick .cdu_title .desc {
		position: relative;
		margin-top: 24px;
		font-size: 18px;
		line-height: 24px;
	}
	.cdu_quick .cdu_title:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #2ecfcc, #1d50a3);
		opacity: .9;
		content: '';
	}
	.cdu_quick .quick_menu {
		width: 348px;
		padding: 34px 35px;
		box-sizing: border-box;
	}
	.cdu_quick .quick_menu .menu li {
		width: 50%;
	}
	.cdu_quick .quick_menu .menu li .inner {
		display: block;
		padding: 24px 0;
		box-sizing: border-box;
	}
	.cdu_quick .quick_menu .menu li .inner .icon {
		display: block;
		color: #fff;
		font-size: 36px;
		text-align: center;
	}
	.cdu_quick .quick_menu .menu li .inner .name {
		margin-top: 17px;
		font-size: 15px;
	}
	.cdu_quick .service_menu {
		-ms-flex: 1;
		    flex: 1;
		margin-left: 148px;
	}
	.cdu_quick .service_menu .menu li {
		width: 33.3333%;
	}
	.cdu_quick .service_menu .menu li:nth-child(1), .cdu_quick .service_menu .menu li:nth-child(3), .cdu_quick .service_menu .menu li:nth-child(5) {
		background-color: rgba(0, 0, 0, 0.3);
	}
	.cdu_quick .service_menu .menu li:nth-child(4) {
		background-color: transparent;
	}
	.cdu_quick .service_menu .menu li .inner {
		height: 270px;
		padding-top: 70px;
	}
	.cdu_quick .service_menu .menu li .inner .icon {
		font-size: 56px;
	}
	.cdu_quick .service_menu .menu li .inner .name {
		margin-top: 42px;
		font-size: 22px;
	}
	#footer .inner_wrap {
		max-width: 1240px;
	}
	#footer .footer_inner .inner_wrap {
		padding: 27px 0 25px;
	}
	#footer .footer_inner .info_list ul li {
		margin-right: 20px;
	}
	#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 {
		width: 1240px;
	}
	.sub_tabs {
		max-width: 1240px;
		margin-bottom: 60px;
	}
	.sub_tabs li a {
		font-size: 18px;
	}
	.sub_content .inner_wrap {
		max-width: 1240px;
	}
}

@media all and (min-width: 1024px) {
	.introduce_info {
		position: relative;
		padding: 100px 0 60px;
	}
	.introduce_info .bg_area {
		position: absolute;
		left: 50%;
		top: 0;
		width: 1920px;
		height: 480px;
		margin-left: -960px;
	}
	.introduce_info .inner_wrap {
		margin-top: 340px;
	}
	.introduce_info .img_intro {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 460px;
		height: 680px;
		background: url("../images/sub/img_sub1_2.jpg") #000 0 0 no-repeat;
	}
	.introduce_info .text_wrap {
		position: relative;
		min-height: 786px;
		margin: 0 0 0 390px;
		padding: 60px 60px 100px;
		background-color: #fff;
		box-sizing: border-box;
		/*
            .cont {
                line-height: 22px;

                br {
                    display: block;
                }

                strong {
                    font-weight: 600;
                    font-size: 38px;
                    margin-bottom: 66px;
                    line-height: 44px;
                }

                p {
                    font-size: 15px;

                    + p {
                        margin-top: 22px;
                    }
                }

                span {
                    margin-top: 20px;
                }

                em {
                    line-height: 26px;
                }
            }
             */
	}
  .login_wrap {
    width: 960px;
    margin: 0 auto;
    padding: 100px 0 50px;
    background-size: auto;
  }
	.login_wrap .login_guide {
		padding-bottom: 32px;
		border-bottom: 4px solid #f5f5f5;
	}
	.login_wrap .login_guide h1 {
		display: block;
		font-size: 46px;
	}
	.login_wrap .login_guide .txt {
		margin-top: 44px;
		font-size: 24px;
	}
	.login_wrap .login_guide .desc {
		margin-top: 19px;
		font-size: 15px;
		line-height: 22px;
	}
	.login_wrap .login_area {
		max-width: 420px;
		margin: 0 auto;
		padding: 30px 0 40px;
	}
	.login_wrap .login_area .form_group label {
		font-size: 15px;
	}
	.login_wrap .login_area .form_group .input_group {
		margin-top: 10px;
	}
	.login_wrap .login_area .form_group .input_group .input_text {
		height: 50px;
		padding: 6px 10px;
		font-size: 15px;
	}
	.login_wrap .login_area .form_group + .form_group {
		margin-top: 20px;
	}
	.login_wrap .login_area .custom_checkbox {
		margin-top: 10px;
	}
	.login_wrap .login_area .btn_bottom_area {
		display: block;
		width: 100%;
		margin: 30px 0 10px;
	}
	.login_wrap .login_area .btn_bottom_area .btn_login {
		display: block;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		line-height: 60px;
		font-size: 18px;
	}
	.login_wrap .login_area .btn_area .btn_default {
		height: 50px;
		padding: 0 5px;
		line-height: 50px;
	}
	.login_wrap .login_area .text_list {
		margin-top: 20px;
		font-size: 13px;
		padding-left: 10px;
		line-height: 23px;
	}
	.org_map .clear {
		display: block;
	}
	.org_map *:after,
	.org_map *:before {
		position: absolute;
	}
	.org_map .org1 {
		margin: 0 auto;
		width: 300px;
	}
	.org_map .org1 p {
		font-size: 28px;
	}
	.org_map .org1-line:before {
		content: "";
		height: 610px;
		left: 50%;
		top: -10px;
		border-right: 1px solid #ddd;
		z-index: -2;
	}

	.org_map .org1-1 {
		margin: 60px 0 20px 0;
		font-size: 16px;
	}
	.org_map .org1-1:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 135%;
		border-left: 1px solid #ddd;
		z-index: -1;
	}

	.org_map .org2 {
		width: 300px;
		margin-top: 50px;
		line-height: 50px;
	}
	.org_map .org2:after {
		top: 27px;
		display: block;
		height: 53px;
		border-left: 1px solid #ddd;
	}
	.org_map .org2:before {
		top: 50%;
		content: "";
		right: -120%;
		width: 300px;
		height: 1px;
		background-color: #ddd;
		content: '';
	}
	.org_map .org2.org_left {
		float: left;
	}
	.org_map .org2.org_left:before {
		right: -120%;
	}
	.org_map .org2.org_left:after {
		content: "";
		right: -20%;
	}
	.org_map .org2.org_right {
		float: right;
	}
	.org_map .org2.org_right:before {
		left: -120%;
	}
	.org_map .org2.org_right:after {
		content: "";
		left: -20%;
	}
	.org_map .org2-1:before, .org_map .org2-1:after {
		top: 50%;
		display: block;
		width: 20%;
		border-bottom: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org2-1:nth-of-type(3):before, .org_map .org2-1:nth-of-type(3):after {
		width: 120%;
	}
	.org_map .org2-1:nth-of-type(3):before {
		left: -120% !important;
	}
	.org_map .org2-1:nth-of-type(3):after {
		right: -120% !important;
	}
	.org_map .org2-1 a,
	.org_map .org2-1 span {
		font-size: 16px;
	}
	.org_map .org_right .org2-1:before {
		content: "";
		left: -20%;
	}
	.org_map .org_left .org2-1:after {
		content: "";
		right: -20%;
	}
	.org_map .org4 {
		margin: 0 -10px;
	}
	.org_map .org4:before {
		content: "";
		display: block;
		width: calc(100% - 20%);
		left: 10%;
		border-bottom: 1px solid #ddd;
	}
	.org_map .org4 .bx {
		float: left;
		width: calc(20% - 20px);
		margin: 0 10px;
	}
	.org_map .org4 .bx:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 150px;
		border-left: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org4-1 {
		margin-top: 40px;
	}
	.org_map .org4-2 p {
		margin-top: 20px;
		padding: 15px 5px;
	}
	.org_map .org4-2 p a {
		margin: -15px -5px;
		padding: 15px 5px;
	}
	.org_map .org4-2 > ul {
		padding: 10px 15px;
		border: 1px solid #EFEFEF;
		border-top: none;
		background: #fff;
		font-size: 14px;
	}
	.org_map .org4-2 li {
		margin: 15px 0;
		padding-left: 10px;
		font-size: 15px;
	}
	.org_map .org4-2 li:before {
		margin-right: 5px;
		margin-left: -10px;
	}
	.org_map .org4-2 li li {
		margin: 3px 0;
	}
	.org_map .org4-2 li a:hover {
		color: #FF9900;
	}
	.org_map .org5 {
		margin: 0 -10px;
	}

	.org_map .org5 .inbg {
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background: #c1070f;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	z-index: -1;
	}

	.org_map .org5:after {
		content: "";
		display: block;
		top: 142px;
		left: 12.5%;
		width: calc(100% - 25%);
		border-bottom: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org5.col2:after {
		left: 12.5%;
		right: 62.4%;
		width: auto;
	}
	.org_map .org5.col5 .bx {
		width: calc(20% - 20px);
	}
	.org_map .org5.col5:after {
		left: 10%;
		right: 10%;
		width: auto;
	}
	.org_map .org5 .bx {
		float: left;
		width: calc(25% - 20px);
		margin: 0 10px;
	}
	.org_map .org5 .bx:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 20px;
		border-left: 1px solid #ddd;
		z-index: -1;
	}
	.org_map .org5 .bx:nth-of-type(1):after {
		top: 60px;
	}
	.org_map .org5-1 {
		margin: 60px 0 20px 0;
		font-size: 16px;
	}
	.org_map .org5-1:after {
		content: "";
		display: block;
		left: 50%;
		top: 0;
		height: 135%;
		border-left: 1px solid #ddd;
		z-index: -1;
	}
	.social_media {
		padding-bottom: 40px;
	}
	.social_media .media_left {
		display: -ms-flexbox;
		display: flex;
	}
	.social_media .media_left .movie_wrap {
		min-width: 683px;
		height: 402px;
	}
	.social_media .media_left .movie_wrap video {
		width: 683px;
		height: 402px;
	}
	.social_media .media_left .movie_info {
		padding: 80px 20px 0;
	}
	.social_media .media_left .movie_info .tit {
		font-size: 24px;
		line-height: 30px;
		max-height: 60px;
	}
	.social_media .media_left .movie_info .desc {
		margin: 30px auto;
		font-size: 14px;
		line-height: 25px;
	}
	.social_media .media_left .movie_info .btn_more {
		min-width: 115px;
		height: 40px;
		font-size: 14px;
		line-height: 39px;
		padding: 0 10px;
		transition: background-color .25s;
	}
	.social_media .media_left .movie_info .btn_more .fal {
		margin: 13px 0 0 4px;
	}
	.social_media .media_left .movie_info .btn_more:hover {
		background-color: #fff;
		color: #333;
	}
	.social_media .media_right {
		padding: 0;
	}
	.social_media .media_right .sns_list {
		margin-top: 30px;
	}
	.social_media .media_right .sns_list li {
		float: left;
		width: 50%;
		margin: 0 0 20px;
		padding: 0 20px;
	}
	.conversation {
		position: relative;
	}
	.conversation .fluid {
		padding: 0;
	}
	.conversation .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.conversation .content {
		display: -ms-flexbox;
		display: flex;
		padding: 40px 40px 70px;
	}
	.conversation .content:after {
		content: '';
		display: block;
		clear: both;
	}
	.conversation .content br {
		display: block;
	}
	.conversation .content h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.conversation .content strong {
		font-weight: bold;
	}
	.conversation .content .text {
		-ms-flex: 1;
		    flex: 1;
		min-width: 0;
		margin-right: 20px;
		font-size: 22px;
		line-height: 32px;
		letter-spacing: -1px;
		color: #333;
		font-weight: 300;
		text-align: left;
	}
	.conversation .content .text p {
		margin-top: 20px;
	}
	.conversation .content .img {
		position: relative;
		margin-top: 0;
	}
	.conversation .content .btn_link {
		display: inline-block;
		margin-top: 46px;
		font-size: 15px;
		min-width: 110px;
		height: 48px;
		color: #000;
		line-height: 46px;
		padding: 0 20px;
		vertical-align: top;
	}
	.error_page {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 267px 0;
	}
	.error_page .logo {
		position: absolute;
		left: 40px;
		top: 40px;
	}
	.error_page .logo a {
		display: block;
		background-image: url(../images/sp_cdu.png);
		background-size: 207px 162px;
		background-position: 0px 0px;
		width: 173px;
		height: 49px;
	}
	.error_page .holder {
		text-align: center;
	}
	.error_page .holder .fal {
		font-size: 62px;
		color: #000;
	}
	.error_page .holder .message {
		margin: 30px 0 0;
		font-size: 36px;
		color: #000;
	}
	.error_page .holder p.description {
		margin: 35px 0 0;
		font-size: 16px;
		color: #101010;
		line-height: 1.7;
	}
	.error_page .holder p.description span {
		color: #333;
	}
	.error_page .action {
		display: block;
		margin-top: 36px;
	}
	.error_page .action .btn_large {
		display: inline-block;
		margin-left: 7px;
		min-width: 180px;
		background-color: #5e5b57;
		border-color: #5e5b57;
	}
	.error_page .action .btn_large > span {
		display: block;
		height: 48px;
		font-size: 16px;
		line-height: 46px;
		color: #fff;
	}
	.error_page .action .btn_large:first-child {
		margin-left: 0;
	}
	.error_page .action .btn_large.primary {
		border-color: #ef151e;
		background-color: #ef151e;
	}
	.error_page .action .btn_large.primary > span {
		color: #fff;
	}
}

@media all and (min-width: 1240px) {
	.introduce_info {
		position: relative;
	}
	.introduce_info .text_wrap {
		padding: 80px 60px;
	}
	.introduce_info .text_wrap .cont strong {
		margin-bottom: 40px;
		font-size: 38px;
		font-weight: bold;
		line-height: 58px;
	}
	.introduce_info .text_wrap .cont p {
		font-size: 18px;
		line-height: 32px;
	}
	.introduce_info .text_wrap .cont span {
		font-size: 20px;
	}
	.introduce_info .text_wrap .cont em {
		margin-top: 80px;
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
	.social_media {
		display: -ms-flexbox;
		display: flex;
	}
	.social_media .media_left .movie_wrap video {
		height: 402px;
	}
	.social_media .media_left .movie_info .tit {
		font-size: 30px;
		line-height: 38px;
		max-height: 76px;
	}
	.social_media .media_left .movie_info .desc {
		margin: 30px auto;
		font-size: 16px;
		line-height: 25px;
	}
	.social_media .media_right {
		margin-left: 40px;
	}
	.social_media .media_right .sns_list {
		margin-top: 0;
		padding: 0;
	}
	.social_media .media_right .sns_list li {
		float: none;
		width: 100%;
		margin: 25px 0;
	}
	.conversation .content {
		padding: 40px 100px 60px;
	}
}
