@charset "UTF-8";
@font-face {
  font-family: 'NanumGothicb';
  src: url("./fonts/NanumGothicBold.eot");
  src: url("./fonts/NanumGothicBold.eot?#iefix") format("embedded-opentype"), url("./fonts/NanumGothicBold.woff2") format("woff2"), url("./fonts/NanumGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NanumGothicn';
  src: url("./fonts/NanumGothic.eot");
  src: url("./fonts/NanumGothic.eot?#iefix") format("embedded-opentype"), url("./fonts/NanumGothic.woff2") format("woff2"), url("./fonts/NanumGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquare_acb';
  src: url("./fonts/NanumSquare_acB.eot");
  src: url("./fonts/NanumSquare_acB.eot?#iefix") format("embedded-opentype"), url("./fonts/NanumSquare_acB.woff2") format("woff2"), url("./fonts/NanumSquare_acB.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquare_acn';
  src: url("./fonts/NanumSquare_acR.eot");
  src: url("./fonts/NanumSquare_acR.eot?#iefix") format("embedded-opentype"), url("./fonts/NanumSquare_acR.woff2") format("woff2"), url("./fonts/NanumSquare_acR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquare_ac3';
  src: url("./fonts/NanumSquare_acL.eot");
  src: url("./fonts/NanumSquare_acL.eot?#iefix") format("embedded-opentype"), url("./fonts/NanumSquare_acL.woff2") format("woff2"), url("./fonts/NanumSquare_acL.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

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

textarea {
  -webkit-appearance: none;
}

body {
  position: relative;
  color: #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: 17px;
  width: 164px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header #gnb #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 200;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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 {
  -webkit-box-flex: 1;
      -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_career.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: #306cb6;
}

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

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

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

.gnb_open #header #gnb .gnb_set {
  -webkit-transform: translate(0, 0);
          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_career.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_career.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_career.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_career.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_career.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_career.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_career.png);
  background-size: 207px 162px;
  background-position: -147px -102px;
  width: 21px;
  height: 24px;
}

.col1 {
  width: calc(100% / 12 * 1);
}

.col2 {
  width: calc(100% / 12 * 2);
}

.col3 {
  width: calc(100% / 12 * 3);
}

.col4 {
  width: calc(100% / 12 * 4);
}

.col5 {
  width: calc(100% / 12 * 5);
}

.col6 {
  width: calc(100% / 12 * 6);
}

.col7 {
  width: calc(100% / 12 * 7);
}

.col8 {
  width: calc(100% / 12 * 8);
}

.col9 {
  width: calc(100% / 12 * 9);
}

.col10 {
  width: calc(100% / 12 * 10);
}

.col11 {
  width: calc(100% / 12 * 11);
}

.col12 {
  width: calc(100% / 12 * 12);
}

.div-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.div-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fullpage *:not(i) {
  font-family: "NanumSquare_acn";
}

#section02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/main/img1.png);
}

#section02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(174, 174, 174, 0.67);
}

#section02 .inner_wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

#section02 .inner_wrap .cdu_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  background-color: rgba(53, 109, 172, 0.95);
  width: 400px;
  height: 260px;
  padding-left: 50px;
  padding-top: 66px;
  margin-top: -193px;
  -webkit-box-shadow: 0px 0px 4px 0px black;
          box-shadow: 0px 0px 4px 0px black;
}

#section02 .inner_wrap .cdu_title .title {
  font-family: "NanumSquare_acb";
  line-height: 50px;
  font-size: 45px;
  color: #fff;
  margin-bottom: 22px;
}

#section02 .inner_wrap .cdu_title .desc {
  line-height: 30px;
  font-size: 30px;
  color: #c5dfff;
}

#section02 .inner_wrap .content_wrap {
  padding-top: 100px;
  padding-bottom: 52px;
}

#section02 .inner_wrap .content_wrap .notice_content {
  width: 49%;
  margin-bottom: 40px;
}

#section02 .inner_wrap .content_wrap .notice_content:nth-child(odd) .title {
  background-color: #0092be;
}

#section02 .inner_wrap .content_wrap .notice_content:nth-child(odd) .title:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #0092be;
}

#section02 .inner_wrap .content_wrap .notice_content:nth-child(even) .title {
  background-color: #3c3c3c;
}

#section02 .inner_wrap .content_wrap .notice_content:nth-child(even) .title:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #3c3c3c;
}

#section02 .inner_wrap .content_wrap .notice_content > div {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
  background-color: #fff;
}

#section02 .inner_wrap .content_wrap .notice_content > div .title {
  position: relative;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad {
  padding: 38px 30px 21px 21px;
  min-height: 305px;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .tab_content {
  border-bottom: 1px dotted #dddddd;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .tab_content .recent {
  color: #555555;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .tab_content .recent img {
  margin-right: 10px;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .tab_content .txt {
  margin-left: 24px;
  margin-bottom: 20px;
  color: #757575;
  font-size: 14px;
  line-height: 25px;
  min-height: 75px;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .list {
  margin-top: 20px;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section02 .inner_wrap .content_wrap .notice_content > div > .pad .list > li .txt {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}

#section02 .inner_wrap .content_wrap .cont-bo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

#section02 .inner_wrap .content_wrap .cont-bo > div {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
  padding: 28px 20px 23px 21px;
  background-image: url(../images/main/cont-bo1.png);
  color: #fff;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center center;
}

#section02 .inner_wrap .content_wrap .cont-bo > div .title {
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 30px;
}

#section02 .inner_wrap .content_wrap .cont-bo > div > .text {
  font-size: 18px;
  line-height: 32px;
}

#section02 .inner_wrap .content_wrap .cont-bo > div > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section02 .inner_wrap .content_wrap .cont-bo > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

#section02 .inner_wrap .content_wrap .cont-bo > div > ul > li img {
  margin-right: 20px;
  height: 40px;
}

#section02 .inner_wrap .content_wrap .cont-bo > div > ul > li p {
  font-size: 16px;
  line-height: 40px;
}

#section02 .inner_wrap .content_wrap .cont-list {
  position: relative;
}

#section02 .inner_wrap .content_wrap .cont-list .v_img img {
  width: 100%;
  height: 250px;
}

#section02 .inner_wrap .content_wrap .cont-list .leftright {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333333;
  font-size: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
  line-height: 40px;
}

#section02 .inner_wrap .content_wrap .cont-list .leftright > div {
  margin-right: 13px;
}

#section02 .inner_wrap .content_wrap .cont-init {
  margin-top: 37px;
  background-color: #fff;
}

#section02 .inner_wrap .content_wrap .cont-init ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section02 .inner_wrap .content_wrap .cont-init ul > li {
  padding: 16px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #cac9ca;
}

#section02 .inner_wrap .content_wrap .cont-init ul > li:last-child {
  border-right: 0;
}

#section02 .inner_wrap .content_wrap .cont-init ul > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section02 .inner_wrap .content_wrap .cont-init ul > li img {
  margin-right: 36px;
  height: 55px;
}

#section02 .inner_wrap .content_wrap .cont-init ul > li .title {
  font-size: 20px;
  margin-bottom: 10px;
}

#section02 .inner_wrap .content_wrap .cont-init ul > li .text {
  font-size: 14px;
}

#section03 {
  background-color: #404040;
}

#section03 .inner_wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

#section03 .inner_wrap .leftright .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#section03 .inner_wrap .leftright .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#section03 .inner_wrap ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 65px;
}

#section03 .inner_wrap ul > li {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #858585;
  background-color: #fff;
  margin-right: 20px;
}

#section03 .inner_wrap ul > li:last-child {
  margin-right: 0;
}

.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.menu_2 {
  background-image: url(../images/sub/sub_visual_2.jpg);
}

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

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

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

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

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

.sub_visual .desc {
  display: none;
}

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

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

.sub_visual .menu_select .open_btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  margin-top: -6px;
  -webkit-transform: rotate(405deg);
          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: #666;
  font-size: 14px;
  line-height: 40px;
}

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

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

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

.sub_location {
  display: none;
}

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

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

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

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

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

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

.content_page_wrap #aside {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_visual .swiper-slide .slogun {
  position: absolute;
  left: 25px;
  top: 50%;
  right: 25px;
  margin-top: -102px;
  text-align: left;
}

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

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

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

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

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

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

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

.main_visual .swiper-inner-wrap {
  position: 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);
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 348px;
}

.notice_board .tab_on,
.notice_board .tab_off {
  -webkit-box-flex: 1;
      -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;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
  -webkit-box-align: center;
      -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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 300px;
}

.cdu_notice .notice_content .tab_on,
.cdu_notice .notice_content .tab_off {
  -webkit-box-flex: 1;
      -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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: 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;
}

.career_notice .main_banner {
  position: relative;
  height: 253px;
}

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

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

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

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

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

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

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

.career_link .rolling_banner .swiper-slide {
  height: 50px;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

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

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

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.cdu_news .news_main .cont .info .txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -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: -webkit-gradient(linear, left top, right top, from(#862ffb), to(#6b76f0));
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
          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: -webkit-gradient(linear, left top, right top, from(#2ecfcc), to(#0e2f65));
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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;
}

@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: 2px;
    border: 1px solid #555;
    vertical-align: top;
  }
  .popupArea .popup_close label {
    font-weight: 300;
  }
  .popupArea .popup_close img {
    margin-left: 2px;
    vertical-align: top;
    width: 17px;
    height: 17px;
  }
  .popupArea .swiper-container {
    height: 90px;
  }
  .popupArea .swiper-slide {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .popupArea .swiper-slide .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popupArea .swiper-slide .txt {
    margin-top: -20px;
    font-size: 16px;
    color: #e0d6c6;
    line-height: 24px;
    text-align: center;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
  }
  .popupArea .swiper-slide.swiper-slide-next + .swiper-slide {
    border-right: none;
  }
  .popupArea .swiper-button-next,
  .popupArea .swiper-button-prev {
    background: none;
  }
  .popupArea .swiper-button-next .fal,
  .popupArea .swiper-button-prev .fal {
    margin-top: 4px;
    font-size: 34px;
    color: #fff;
  }
  .popupArea .swiper-button-prev {
    left: -30px;
  }
  .popupArea .swiper-button-next {
    right: -30px;
  }
  .popupArea .swiper-pagination-bullet-active {
    background: #fff;
  }
  #all_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    z-index: 1000;
  }
  #all_menu .top_wrap {
    width: 100%;
    height: 107px;
    position: relative;
  }
  #all_menu .top_wrap .logo {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -16px;
  }
  #all_menu .top_wrap .logo > a {
    display: block;
    background-image: url(../images/sp_career.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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    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:nth-child(6n),
  #all_menu .depth1 > li .depth2 > li:nth-child(6n) ~ li {
    margin-top: 32px;
  }
  #all_menu .depth1 > li .depth2 > li a {
    display: block;
  }
  #all_menu .depth1 > li .depth2 > li a > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  #all_menu .depth1 > li .depth2 > li a:hover > span {
    color: #306cb6;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 {
    display: block;
    width: 100%;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li {
    display: block;
    width: 100%;
    margin-top: 11px;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li a > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #666;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li a:hover > span {
    color: #996b56;
  }
  #header {
    z-index: 100;
  }
  #header .inner_wrap {
    max-width: 960px;
    height: 90px;
    margin: 0 auto;
  }
  #header .inner_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  #header .top_wrap {
    display: block;
    position: relative;
    background-color: #313a39;
  }
  #header .top_wrap .inner_wrap {
    height: 40px;
  }
  #header .top_wrap .top_menu:after {
    content: '';
    display: block;
    clear: both;
  }
  #header .top_wrap .top_menu.left {
    float: left;
  }
  #header .top_wrap .top_menu.right {
    float: right;
  }
  #header .top_wrap .top_menu > li {
    float: left;
  }
  #header .top_wrap .top_menu > li:first-child a {
    padding-left: 0;
  }
  #header .top_wrap .top_menu > li a {
    display: block;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
  }
  #header .top_wrap .top_menu > li.lang {
    position: relative;
  }
  #header .top_wrap .top_menu > li.lang .selected {
    display: block;
    padding-right: 16px;
  }
  #header .top_wrap .top_menu > li.lang .selected:after {
    position: absolute;
    top: 18px;
    right: 0;
    border-top: 4px solid #999;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: '';
  }
  #header .top_wrap .top_menu > li.lang .selected.on:after {
    border-top: none;
    border-bottom: 4px solid #999;
  }
  #header .top_wrap .top_menu > li.lang .lang_layer {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    max-width: 52px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    z-index: 400;
  }
  #header .top_wrap .top_menu > li.lang .lang_layer > a {
    display: block;
    height: 22px;
    padding: 0 12px;
    font-weight: 400;
    color: #101010;
    line-height: 22px;
  }
  #header .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_career.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_career.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_career.png);
    background-size: 207px 162px;
    background-position: 0px 0px;
    width: 173px;
    height: 49px;
  }
  #header #gnb .btn_all {
    top: 18px;
    left: auto;
    right: 0;
    width: 54px;
    height: 54px;
    z-index: 300;
  }
  #header #gnb .btn_all .fal,
  #header #gnb .btn_all .far {
    margin-top: 15px;
    font-size: 22px;
    vertical-align: top;
  }
  #header #gnb .btn_all .icon {
    width: 30px;
    height: 21px;
    margin-top: 15px;
  }
  #header #gnb .btn_all .icon > i {
    height: 3px;
  }
  #header #gnb .btn_all .icon > i:nth-of-type(1) {
    top: 0;
  }
  #header #gnb .btn_all .icon > i:nth-of-type(2) {
    top: 9px;
  }
  #header #gnb .btn_all .icon > i:nth-of-type(3) {
    top: 18px;
  }
  #header #gnb .btn_side_close {
    display: none;
  }
  #header #gnb .gnb_set {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #header #gnb #nav {
    display: inline-block;
    position: static;
    height: 80px;
    margin-left: 200px;
    width: auto;
    vertical-align: top;
  }
  #header #gnb #nav .nav_top {
    display: none;
  }
  #header #gnb #nav .nav_menu {
    overflow: visible;
    padding: 0;
  }
  #header #gnb #nav .nav_menu:after {
    content: '';
    display: block;
    clear: both;
  }
  #header #gnb #nav .nav_menu > li {
    float: left;
  }
  #header #gnb #nav .nav_menu > li > a {
    padding: 0 41px;
  }
  #header #gnb #nav .nav_menu > li > a span {
    display: block;
    height: 90px;
    padding: 0;
    font-size: 16px;
    line-height: 91px;
  }
  #header #gnb #nav .nav_menu > li > a span:after {
    display: none;
  }
  #header #gnb #nav .nav_menu > li .nav_sub {
    display: none;
    position: absolute;
    top: 91px;
    left: 0;
    width: 100%;
    padding: 0;
    background: none;
    z-index: 201;
  }
  #header #gnb #nav .nav_menu > li .nav_sub.open {
    display: block;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_title {
    position: absolute;
    top: 50px;
    left: 0;
    width: 221px;
    font-size: 28px;
    color: #c1070f;
    line-height: normal;
    text-align: center;
    word-break: keep-all !important;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list {
    padding: 26px 0 26px 207px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner {
    display: block;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 {
    overflow: hidden;
    clear: both;
    width: 100%;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 + .dep2 {
    margin-top: 22px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li {
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a {
    display: block;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a span {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: normal;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul {
    margin-top: 12px;
    position: relative;
    padding-top: 12px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 1px;
    background: #999;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a:hover span {
    color: #306cb6;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a {
    display: block;
    padding: 0;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a span {
    display: block;
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: normal;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a.on {
    color: #ffa200;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a:hover span {
    color: #63a4c6;
    text-decoration: underline;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
    margin-top: 6px;
  }
  #header .gnb_bottom {
    display: none;
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.1s;
    transition: height 0.1s;
    background-color: #f4f4f4;
    z-index: 200;
  }
  #header.open .gnb_bottom {
    height: 90px;
  }
  .main_visual .swiper-slide .inner_wrap {
    width: 960px;
    height: 520px;
    margin: 0 auto;
  }
  .main_visual .swiper-slide .slogun {
    left: 0;
    margin-top: -166px;
  }
  .main_visual .swiper-slide .slogun .text {
    font-size: 18px;
    font-weight: 400;
  }
  .main_visual .swiper-slide .slogun .text + .title {
    margin-top: 13px;
  }
  .main_visual .swiper-slide .slogun .title {
    max-width: 60%;
    font-size: 48px;
    line-height: 58px;
  }
  .main_visual .swiper-slide .slogun .desc {
    margin-top: 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
  }
  .main_visual .swiper-inner-wrap {
    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);
    -webkit-box-sizing: border-box;
    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: #af8d5d;
  }
  .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: -webkit-gradient(linear, left top, right top, from(#fed173), to(#ff850e));
    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_career.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_career.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;
    }
  }
  @-webkit-keyframes arrowTop {
    0% {
      opacity: 1;
    }
    20% {
      opacity: 0.5;
    }
    40% {
      opacity: 0.25;
    }
    60% {
      opacity: 0;
    }
    80% {
      opacity: 0.25;
    }
    100% {
      opacity: 0.5;
    }
  }
  @-webkit-keyframes arrowBt {
    0% {
      opacity: 0.25;
    }
    20% {
      opacity: 0;
    }
    40% {
      opacity: 0.25;
    }
    60% {
      opacity: 0.5;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0.5;
    }
  }
  .career_link .rolling_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 60px 65px;
  }
  .career_link .rolling_banner .swiper-button-prev,
  .career_link .rolling_banner .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 50px;
    margin: 0;
    line-height: 50px;
    background: none;
  }
  .career_link .rolling_banner .swiper-button-prev .fal,
  .career_link .rolling_banner .swiper-button-next .fal {
    margin-top: -10px;
    vertical-align: top;
    font-size: 68px;
  }
  .career_link .rolling_banner .swiper-button-prev {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .career_link .rolling_banner .swiper-button-next {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .career_link .rolling_banner .swiper-button-next i {
    right: 0;
  }
  .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 {
    -webkit-box-flex: 1;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 61px;
    height: calc(100% - 62px);
    padding: 52px 0 44px;
    background: none;
  }
  .notice_board .tab_content .icon_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 40%;
  }
  .notice_board .tab_content .icon_list li {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .notice_board .tab_content .icon_list li .link {
    display: -webkit-box;
    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;
    margin: 0 auto;
    padding: 170px 0 130px;
  }
  .cdu_intro .media_content .movie_area {
    width: 624px;
    height: 345px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
            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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            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: -webkit-gradient(linear, left top, right top, from(#ffdd83), to(#ff8a14));
    background: linear-gradient(to right, #ffdd83, #ff8a14);
    opacity: .9;
    content: '';
  }
  .cdu_notice .notice_content {
    -webkit-box-flex: 1;
        -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .cdu_notice .edu_schedule .title_area {
    min-width: 238px;
    padding: 35px 30px 0;
    border: none;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 35px 0;
  }
  .cdu_notice .edu_schedule .list_box li {
    -webkit-box-flex: 1;
        -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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            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: -webkit-gradient(linear, left top, right top, from(#862ffb), to(#6b76f0));
    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: -webkit-gradient(linear, left top, right top, from(#862ffb), to(#6b76f0));
    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;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    content: '';
  }
  .cdu_quick .inner_wrap {
    display: -webkit-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            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: -webkit-gradient(linear, left top, right top, from(#2ecfcc), to(#1d50a3));
    background: linear-gradient(to right, #2ecfcc, #1d50a3);
    opacity: .9;
    content: '';
  }
  .cdu_quick .quick_menu {
    width: 348px;
    padding: 34px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cdu_quick .quick_menu .menu li {
    width: 50%;
  }
  .cdu_quick .quick_menu .menu li .inner {
    display: block;
    padding: 24px 0;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-flex: 1;
        -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;
    -webkit-transition: all 0.4s ease;
    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;
    -webkit-transition: all 0.4s ease;
    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;
    -webkit-transition: all 0.4s ease;
    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;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: left;
            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: #56a4ed;
    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;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .indicator .indi_list li.active a .indi_title:after {
    -webkit-transform: scale(1, 1);
            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_career.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;
    -webkit-box-sizing: border-box;
            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: 131px;
  }
  .sub_visual {
    height: 280px;
    padding-top: 80px;
    background-size: cover;
  }
  .sub_visual .title {
    font-size: 42px;
    line-height: normal;
  }
  .sub_visual .desc {
    display: block;
    margin-top: 10px;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    opacity: .7;
  }
  .sub_visual .sub_nav {
    display: block;
  }
  .sub_visual .menu_select {
    display: none;
  }
  .sub_location {
    display: block;
    position: relative;
    height: 60px;
    margin-top: -60px;
    z-index: 4;
  }
  .sub_location .inner_wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
  .sub_location a {
    display: block;
    height: 100%;
  }
  .sub_location .sub_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(85, 164, 237, 0.7);
  }
  .sub_location .sub_menu > li {
    position: relative;
    float: left;
    cursor: pointer;
  }
  .sub_location .sub_menu > li .link {
    display: block;
    padding: 0 30px 0 20px;
    min-width: 222px;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
    background: #56a4ed;
    border: 1px solid #56a4ed;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
  }
  .sub_location .sub_menu > li .link:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    margin-top: -6px;
    -webkit-transform: rotate(405deg);
            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;
    -webkit-box-sizing: border-box;
    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 {
    border-bottom: 1px solid #ecddde;
    background-color: #f9f9f9;
  }
  .location_wrap .inner_wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 20px 25px;
    border-left: 1px solid #ecddde;
    border-right: 1px solid #ecddde;
  }
  .location_wrap .inner_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .location_wrap .location {
    position: relative;
    float: right;
    left: auto;
    top: auto;
    width: auto;
    margin-top: 6px;
    text-align: left;
  }
  .location_wrap .location a {
    font-size: 16px;
    color: #666;
  }
  .location_wrap .location a.home {
    font-size: 16px;
    color: #666;
  }
  .location_wrap .location a .arrow {
    margin-top: -10px;
    font-size: 11px;
    color: #999;
  }
  .location_wrap .location a + a {
    margin-left: 10px;
    padding-left: 14px;
  }
  .location_wrap .location a:hover {
    text-decoration: underline;
  }
  .location_wrap .location a:last-child {
    color: #c73b59;
  }
  .content_page_wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    border-left: 1px solid #d9d9d9;
  }
  .content_page_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .content_page_wrap #aside {
    display: block;
    float: left;
    width: 220px;
    margin-left: -1px;
  }
  .content_page_wrap #aside h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    width: 100%;
    height: 136px;
    padding: 0 10px;
    font-size: 26px;
    text-align: center;
    color: #306cb6;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
  }
  .content_page_wrap #aside .lnb_area {
    border: solid #d9d9d9;
    border-width: 0 1px;
  }
  .content_page_wrap #aside .lnb_area ul li {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
  }
  .content_page_wrap #aside .lnb_area ul li a {
    display: block;
    position: relative;
    color: #444;
    padding: 16px 0 14px 19px;
    font-weight: 500;
    line-height: 19px;
  }
  .content_page_wrap #aside .lnb_area ul li a.on, .content_page_wrap #aside .lnb_area ul li a:hover {
    color: #306cb6;
  }
  .content_page_wrap #aside .lnb_area ul li ul {
    margin-top: -9px;
    padding-bottom: 20px;
  }
  .content_page_wrap #aside .lnb_area ul li ul li {
    margin-top: 6px;
    padding-left: 17px;
    border: none;
    font-size: 12px;
  }
  .content_page_wrap #aside .lnb_area ul li ul li:first-child {
    margin-top: 6px;
  }
  .content_page_wrap #aside .lnb_area ul li ul li a {
    color: #444;
    padding: 0 0 0 8px;
    font-weight: 300;
    line-height: 16px;
  }
  .content_page_wrap #aside .lnb_area ul li ul li a:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 2px;
    height: 2px;
    background-color: #999;
    content: '';
  }
  .content_page_wrap #content {
    float: left;
    width: 741px;
    margin-left: -1px;
    padding: 45px 0 0 60px;
    border-left: 1px solid #d9d9d9;
  }
  .content_page_wrap #content .view_option {
    display: block;
    position: absolute;
    right: 0;
    top: 53px;
    padding: 0;
    background: none;
  }
  .sub_title {
    margin-bottom: 50px;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
  }
  .sub_tabs {
    max-width: 960px;
    margin: 0 auto 80px;
    padding: 0;
  }
  .sub_tabs li {
    position: relative;
  }
  .sub_tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    color: #666;
    font-size: 18px;
    line-height: 64px;
  }
  .sub_content {
    padding: 0 0 80px;
  }
  .sub_content .inner_wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media all and (min-width: 1240px) {
  .popupArea .popupinner {
    width: 1240px;
  }
  #all_menu .swiper-container {
    max-width: 1240px;
  }
  #all_menu .depth1 > li .depth2 > li {
    width: calc(100% / 5);
  }
  #all_menu .depth1 > li .depth2 > li:nth-child(6n),
  #all_menu .depth1 > li .depth2 > li:nth-child(6n) ~ li {
    margin-top: 32px;
  }
  #header .inner_wrap {
    max-width: 1240px;
  }
  #header #gnb #nav {
    margin-left: 370px;
  }
  #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: 90px;
    left: 0;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
    width: 1240px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_wrap:before {
    top: 60px;
    left: 259px;
    height: calc(100% - 120px);
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_title {
    top: 70px;
    left: 0;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list {
    padding-left: 339px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li {
    padding-right: 30px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a span {
    font-size: 16px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul {
    margin-top: 15px;
    padding-top: 15px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a span {
    font-size: 15px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
    margin-top: 8px;
  }
  .main_visual .swiper-slide .inner_wrap {
    width: 1240px;
    height: 720px;
  }
  .main_visual .swiper-slide .slogun {
    margin-top: -223px;
  }
  .main_visual .swiper-slide .slogun .text {
    font-size: 20px;
  }
  .main_visual .swiper-slide .slogun .text + .title {
    margin-top: 13px;
  }
  .main_visual .swiper-slide .slogun .title {
    font-size: 56px;
    line-height: 75px;
  }
  .main_visual .swiper-slide .slogun .desc {
    margin-top: 21px;
    font-size: 27px;
    font-weight: 300;
    line-height: 63px;
  }
  .main_visual .swiper-inner-wrap {
    bottom: 181px;
  }
  .main_visual .swiper-inner-wrap .swiper-pagination-bullets {
    width: 1240px;
  }
  .main_visual .swiper-inner-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
  .notice_board .notice_wrap {
    max-width: 1240px;
    height: 281px;
  }
  .notice_board .tab_on,
  .notice_board .tab_off {
    -webkit-box-flex: 1;
        -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: -webkit-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .notice_board .tab_content .icon_list li .link {
    display: -webkit-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            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: -webkit-gradient(linear, left top, right top, from(#ffdd83), to(#ff8a14));
    background: linear-gradient(to right, #ffdd83, #ff8a14);
    opacity: .9;
    content: '';
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .cdu_notice .edu_schedule .title_area {
    min-width: 298px;
    padding: 39px 63px 0;
    border: none;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 41px 0;
  }
  .cdu_notice .edu_schedule .list_box li {
    -webkit-box-flex: 1;
        -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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            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: -webkit-gradient(linear, left top, right top, from(#862ffb), to(#6b76f0));
    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: -webkit-gradient(linear, left top, right top, from(#862ffb), to(#6b76f0));
    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;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    content: '';
  }
  .cdu_quick .inner_wrap {
    display: -webkit-box;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            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: -webkit-gradient(linear, left top, right top, from(#2ecfcc), to(#1d50a3));
    background: linear-gradient(to right, #2ecfcc, #1d50a3);
    opacity: .9;
    content: '';
  }
  .cdu_quick .quick_menu {
    width: 348px;
    padding: 34px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cdu_quick .quick_menu .menu li {
    width: 50%;
  }
  .cdu_quick .quick_menu .menu li .inner {
    display: block;
    padding: 24px 0;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-flex: 1;
        -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 .inner_wrap {
    width: 1240px;
  }
  .sub_title {
    font-size: 35px;
  }
  .sub_tabs {
    max-width: 1240px;
    margin-bottom: 80px;
  }
  .sub_tabs li a {
    font-size: 18px;
  }
  .content_page_wrap {
    max-width: 1240px;
  }
  .content_page_wrap #aside {
    width: 260px;
  }
  .content_page_wrap #aside h2 {
    height: 136px;
    font-size: 26px;
  }
  .content_page_wrap #aside .lnb_area ul li {
    font-size: 15px;
  }
  .content_page_wrap #aside .lnb_area ul li a {
    padding: 20px 0 18px 19px;
  }
  .content_page_wrap #aside .lnb_area ul li a ul {
    margin-top: -9px;
    padding-bottom: 15px;
  }
  .content_page_wrap #aside .lnb_area ul li a ul li {
    margin-top: 6px;
    padding-left: 17px;
    border: none;
    font-size: 13px;
  }
  .content_page_wrap #aside .lnb_area ul li a ul li:first-child {
    margin-top: 6px;
  }
  .content_page_wrap #aside .lnb_area ul li a ul li a {
    padding: 0 0 0 10px;
    text-indent: -10px;
    line-height: 16px;
  }
  .content_page_wrap #aside .lnb_area ul li a ul li a.tit_on:hover, .content_page_wrap #aside .lnb_area ul li a ul li a.tit_on:focus {
    display: block;
    padding: 16px 0 14px 19px;
    line-height: 19px;
    background: none;
  }
  .content_page_wrap #content {
    width: 981px;
    padding: 45px 0 0 60px;
  }
  .sub_content .inner_wrap {
    max-width: 1240px;
  }
}

@media (max-width: 500px) {
  .div-sb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section02 .inner_wrap {
    width: initial;
    padding: 0 10px;
  }
  #section02 .inner_wrap .cdu_title {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  #section02 .inner_wrap .content_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #section02 .inner_wrap .content_wrap .notice_content {
    width: 100%;
    margin-bottom: 20px;
  }
  #section02 .inner_wrap .content_wrap .notice_content > div > .pad {
    line-height: 284px;
  }
  #section02 .inner_wrap .content_wrap .notice_content > div > .pad .tab_content .recent {
    font-size: 14px;
  }
  #section02 .inner_wrap .content_wrap .notice_content > div > .pad .tab_content .txt {
    font-size: 12px;
    margin-bottom: 12px;
  }
  #section02 .inner_wrap .content_wrap .notice_content > div > .pad .list {
    margin-top: 10px;
  }
  #section02 .inner_wrap .content_wrap .notice_content > div > .pad .list > li .txt {
    line-height: 22px;
    font-size: 12px;
  }
  #section02 .inner_wrap .content_wrap .notice_content > div > .pad .list > li .txt a {
    font-size: 12px;
  }
  #section02 .inner_wrap .content_wrap .cont-bo {
    width: 100%;
    padding-right: 0;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div {
    background-size: 300%;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div .title {
    margin-bottom: 15px;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div > .text {
    font-size: 15px;
    line-height: 24px;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div > ul > li img {
    height: 25px;
  }
  #section02 .inner_wrap .content_wrap .cont-bo > div > ul > li > .text {
    font-size: 15px;
    line-height: 24px;
  }
  #section02 .inner_wrap .content_wrap .cont-list {
    display: none;
    width: 100%;
    margin-top: 30px;
  }
  #section02 .inner_wrap .content_wrap .cont-init {
    width: 100%;
    margin-top: 20px;
  }
  #section02 .inner_wrap .content_wrap .cont-init ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section02 .inner_wrap .content_wrap .cont-init ul > li {
    border-right: 0px;
  }
  #section02 .inner_wrap .content_wrap .cont-init ul {
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section02 .inner_wrap .content_wrap .cont-init ul > li {
    width: 400px;
  }
  .career_link .rolling_banner .swiper-button-prev .fal,
  .career_link .rolling_banner .swiper-button-next .fal {
    color: #56a4ed;
  }
}
/*# sourceMappingURL=career.css.map */