@charset "UTF-8";
/* Common */
body, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", AppleSDGothicNeo-Light, helvetica, dotum, sans-serif;
}

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

body,
input,
textarea,
select,
button,
table {
  font-size: 14px;
  line-height: 1.25em;
  font-weight: 400;
  font-family: "Noto Sans KR", AppleSDGothicNeo-Light, helvetica, dotum, sans-serif;
  letter-spacing: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", AppleSDGothicNeo-Light, helvetica, dotum, sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(../images/main/popup.png);
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
  text-align: center;
  z-index: 200;
  min-height: 170px;
}

.popupArea .popupinner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.popupArea .popup_close {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.popupArea .popup_close input {
  margin-right: 5px;
  margin-top: 3px;
  border: 1px solid #555;
  vertical-align: top;
}

.popupArea .popup_close label {
  font-weight: 300;
}

.popupArea .popup_close img {
  margin-left: 2px;
  vertical-align: top;
  width: 17px;
  height: 17px;
}

.popupArea .swiper-container P {
  width: 100%;
}

.popupArea .swiper-slide {
  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;
  min-height: 170px;
}

.popupArea .swiper-button-next,
.popupArea .swiper-button-prev {
  background: none;
}

.popupArea .swiper-button-next .fa, .popupArea .swiper-button-next .fas, .popupArea .swiper-button-next .far, .popupArea .swiper-button-next .fal, .popupArea .swiper-button-next .fad, .popupArea .swiper-button-next .fab,
.popupArea .swiper-button-prev .fa,
.popupArea .swiper-button-prev .fas,
.popupArea .swiper-button-prev .far,
.popupArea .swiper-button-prev .fal,
.popupArea .swiper-button-prev .fad,
.popupArea .swiper-button-prev .fab {
  margin-top: 4px;
  font-size: 34px;
  color: #fff;
}

.popupArea .swiper-button-prev {
  left: 0px;
}

.popupArea .swiper-button-next {
  right: 0px;
}

.popupArea .swiper-pagination-bullet-active {
  background: #fff;
}

#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: 10px;
  margin: 0;
  font-size: 0;
  text-align: center;
}

#header .logo > a {
  display: inline-block;
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -196px 0px;
  width: 200px;
  height: 41px;
}

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

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

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

#header #gnb .btn_search {
  right: 0;
  width: 30px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

#header #gnb .btn_side_close .fa, #header #gnb .btn_side_close .fas, #header #gnb .btn_side_close .far, #header #gnb .btn_side_close .fal, #header #gnb .btn_side_close .fad, #header #gnb .btn_side_close .fab {
  margin-top: 10px;
  font-size: 20px;
  vertical-align: top;
}

#header #gnb .m-pause-btn {
  display: block;
  position: absolute;
  right: 38px;
  top: 0%;
  z-index: 50;
  width: 30px;
  height: 64px;
  text-align: center;
}

#header #gnb .m-pause-btn .fa, #header #gnb .m-pause-btn .fas, #header #gnb .m-pause-btn .far, #header #gnb .m-pause-btn .fal, #header #gnb .m-pause-btn .fad, #header #gnb .m-pause-btn .fab {
  margin-top: 20px;
  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: 15px;
  text-align: left;
}

#header #gnb #nav .nav_top .gnb_util_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 20px 0px 20px;
}

#header #gnb #nav .nav_top .gnb_util_menu ul li {
  margin-left: 3%;
  font-size: 13px;
}

#header #gnb #nav .nav_top .gnb_util_menu ul li a {
  color: #fff;
}

#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 .fa, #header #gnb #nav .nav_top .top_title .arr span .fas, #header #gnb #nav .nav_top .top_title .arr span .far, #header #gnb #nav .nav_top .top_title .arr span .fal, #header #gnb #nav .nav_top .top_title .arr span .fad, #header #gnb #nav .nav_top .top_title .arr span .fab {
  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: scroll;
  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;
  font-size: 18px;
  color: #222;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 600;
}

#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_kwu.png);
  background-size: 396px 210px;
  background-position: -250px -76px;
  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 {
  padding: 0 20px;
  display: block;
  padding-left: 10px;
  color: #222;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}

#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 {
  padding: 0 20px;
  display: block;
  font-size: 13px;
  color: #999;
  font-weight: 300;
  height: 46px;
  line-height: 46px;
}

#header #gnb #nav .nav_menu > li .nav_sub .dep2 > li .dep3 > li a i {
  margin-left: 5px;
  font-size: 12px;
  -webkit-transform: translate(5px, -2px);
          transform: translate(5px, -2px);
}

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

#header #gnb #nav .nav_menu > li.on > a span:after {
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -380px -61px;
  width: 14px;
  height: 7px;
}

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

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

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

/* footer */
#footer {
  background-color: #383838;
}

#footer .inner_wrap {
  max-width: 1440px;
  margin: 0 auto;
}

#footer .top_wrap {
  background-color: #333333;
}

#footer .top_wrap .inner_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .top_wrap .inner_wrap > ul > li {
  position: relative;
  line-height: 75px;
  height: 75px;
  border-left: 1px solid #484848;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#footer .top_wrap .inner_wrap > ul > li > img {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#footer .top_wrap .inner_wrap > ul > li.on img {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

#footer .top_wrap .inner_wrap > ul > li.on > ul {
  height: 200px;
}

#footer .top_wrap .inner_wrap > ul > li:last-child {
  border-right: 1px solid #484848;
}

#footer .top_wrap .inner_wrap > ul > li a {
  font-size: 17px;
  color: #fff;
}

#footer .top_wrap .inner_wrap > ul > li > ul {
  background-color: #e7e7e7;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0px;
  overflow-y: scroll;
  z-index: 5;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

#footer .top_wrap .inner_wrap > ul > li > ul > li {
  line-height: 50px;
  text-align: center;
}

#footer .top_wrap .inner_wrap > ul > li > ul > li a {
  color: #1a2a42;
}

#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
  border-radius: 50px;
  height: 82px;
}

#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar-track {
  background-color: transparent;
}

#footer .top_wrap .inner_wrap > ul > li > ul::-webkit-scrollbar {
  width: 12px;
  margin-right: 10px;
}

#footer .footer-box {
  padding: 40px 0 20px 0;
}

#footer .footer-box .footer-box__ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #484848;
  padding-bottom: 30px;
}

#footer .footer-box .footer-box__ul1 li {
  position: relative;
}

#footer .footer-box .footer-box__ul1 li:after {
  content: '';
  position: absolute;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: #5a5a5a;
}

#footer .footer-box .footer-box__ul1 li:last-child {
  padding-right: 0;
}

#footer .footer-box .footer-box__ul1 li:last-child:after {
  display: none;
}

#footer .footer-box .footer-box__ul1 li a {
  color: #fff;
}

#footer .footer-box .footer-box__ul2 {
  color: #fff;
  margin-top: 30px;
}

#footer .footer-box .footer-box__ul2 li {
  font-size: 15px;
  line-height: 30px;
}

* {
  scroll-behavior: smooth;
}

body {
  overflow-X: hidden;
}

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

.swiper-button-next_b,
.swiper-button-prev_b {
  position: absolute;
  z-index: 10;
  font-size: 75px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next_b.swiper-button-disabled,
.swiper-button-prev_b.swiper-button-disabled {
  opacity: 0.5;
}

.main_visual {
  position: relative;
}

.main_visual .swiper-container {
  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-container .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.main_visual .swiper-container .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.main_visual .swiper-container .slogun {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.main_visual .swiper-container .swiper-button-prev_b {
  left: 10%;
}

.main_visual .swiper-container .swiper-button-next_b {
  right: 10%;
}

.main_visual .banner_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 0;
  line-height: 50px;
  z-index: 30;
}

.main_visual .banner_label img {
  height: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.service_area__site1 .inner_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}

.service_area__site1 .flex.flex-3 li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service_area__site2 .inner_wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_area__site2 .swiper-container {
  position: relative;
  text-align: center;
}

.service_area__site2 .swiper-container .swiper-slide {
  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;
}

.service_area__site2 .text {
  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;
}

.service_area__site2 .text ul {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_area__site2 .text ul.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents .inner_wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.news_area__site1 {
  position: relative;
}

.news_area__site1 .swiper-slide > div {
  position: relative;
}

.news_area__site1 .swiper-slide > div .con1_text {
  position: absolute;
  bottom: 0;
}

.news_area__site2 {
  position: relative;
  min-height: 262px;
}

.news_area__site2 .line {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 97.61px;
  height: 5px;
  background-color: #764294;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.news_area__site2 .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.news_area__site2 .table li.on > ul {
  display: block;
}

.news_area__site2 .table li ul {
  display: none;
  position: absolute;
  left: 0;
}

.news_area__site2 .table li ul li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.news_area__site3 .con2-box__right__box1 .div-ju {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_area__site3 .con2-box__right__box2 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.video_area {
  background: url(../images/main/wewe.jpg);
  position: relative;
  padding: 100px 0;
}

.video_area .inner_wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.video_area .inner_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 34, 72, 0.7);
}

.video_area .inner_wrap .title {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 37px;
  margin-bottom: 55px;
}

.video_area .inner_wrap .title span {
  color: #d8baf7;
}

.video_area .inner_wrap .title:before {
  content: '';
  width: 30%;
  height: 1px;
  background-color: #d1b4f0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video_area .inner_wrap .title:after {
  content: '';
  width: 30%;
  height: 1px;
  background-color: #d1b4f0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video_area .inner_wrap .title .video_btn {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 99;
  position: absolute;
  right: 0;
  top: -60px;
}

.video_area .inner_wrap .title .video_btn a {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  color: #7141a2;
  padding: 10px 20px;
  display: block;
  border-radius: 15px;
  margin: 0 auto;
}

.video_area .inner_wrap .flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video_area .inner_wrap .flex .s05-box_1 {
  padding: 0;
}

.video_area .inner_wrap .flex .s05-box_1 li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 155px;
  position: relative;
  background: url(../images/main/s05_li_b.png) center center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #454545;
}

.video_area .inner_wrap .flex .s05-box_1 li.on:after {
  background-color: rgba(0, 0, 0, 0.59);
}

.video_area .inner_wrap .flex .s05-box_1 li.on:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid #cccccc;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 10;
  right: -1px;
}

.video_area .inner_wrap .flex .s05-box_1 li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}

.video_area .inner_wrap .flex .s05-box_1 li > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video_area .inner_wrap .flex .s05-box_1 li p {
  font-size: 20px;
  position: relative;
  color: #fff;
  z-index: 10;
}

.video_area .inner_wrap .flex .s05-box_2 {
  position: relative;
  padding: 0;
  overflow: hidden;
  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;
}

.video_area .inner_wrap .flex .s05-box_2.on:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.video_area .inner_wrap .flex .s05-box_2 video {
  width: 100%;
  height: 620px;
  background-color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.banner_label .on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub_container {
  padding-top: 64px;
}

.sub_visual {
  position: relative;
  height: 220px;
  padding-top: 46px;
  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.menu_7 {
  background-image: url(../images/sub/sub_visual_7.jpg);
}

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

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

.sub_visual .title {
  font-size: 22px;
  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: url(../images/sub_menu_b.png);
  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: #101010;
  font-size: 14px;
  line-height: 40px;
}

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

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

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

.sub_location {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub_title {
  margin-bottom: 0;
  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: #101010;
  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 a:hover {
  background-color: #fbfbfb;
}

.sub_tabs li.on, .sub_tabs li.subTab_sub_on, .sub_tabs li.active {
  z-index: 1;
  border-color: #70559d;
  background-color: #70559d;
}

.sub_tabs li.on a, .sub_tabs li.subTab_sub_on a, .sub_tabs li.active a {
  background: none;
  font-weight: 400;
  color: #fff;
}

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

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

.sub_content .sub_tabs {
  margin: 0;
}

.sub_info {
  display: block;
  position: relative;
  padding: 40px 15px 40px 40px;
  background: #f1f2f7;
  font-size: 16px;
  color: #666;
}

@media (max-width: 970px) {
  .histContentView {
    display: none;
  }
}

/* page */
.swiper-button-next_b,
.swiper-button-prev_b {
  font-size: 30px;
  color: #fff;
}

.swiper-button-next_b.swiper-button-disabled,
.swiper-button-prev_b.swiper-button-disabled {
  opacity: 0.5;
}

.main_visual .swiper-container {
  text-align: center;
  font-size: 18px;
  background: #000;
}

.main_visual .swiper-container .slogun .text {
  display: block;
  line-height: 25px;
  margin-bottom: 5px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #302626;
  font-size: 15px;
}

.main_visual .swiper-container .slogun .title {
  background-color: #848eca;
  font-size: 28px;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.59);
  margin-bottom: 5px;
}

.main_visual .swiper-container .slogun .desc {
  line-height: 20px;
  color: #302626;
  font-size: 15px;
  font-weight: 500;
}

.main_visual .banner_label {
  background-color: rgba(58, 48, 76, 0.95);
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}

.main_visual .banner_label img {
  height: 7px;
  padding-right: 10px;
  padding-left: 10px;
}

.service_area__site1 {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-image: url(../images/main/banner_label.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service_area__site1 .flex.flex-3 li {
  text-align: center;
  color: #fff;
  padding: 24px 0;
}

.service_area__site1 .flex.flex-3 li .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.service_area__site1 .flex.flex-3 li .desc {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 20px;
}

.service_area__site1 .flex.flex-3 li a {
  color: #fff;
  font-size: 15px;
  width: 150px;
  border: 1px solid #fff;
  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;
  line-height: 38px;
  border-radius: 6px;
  margin-top: 25px;
  margin: 0px auto;
}

.service_area__site1 .flex.flex-3 li a img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-left: 10px;
  height: 8px;
}

.service_area__site1 .flex.flex-3 li a:hover img {
  -webkit-transform: translateX(10px) rotate(90deg) !important;
          transform: translateX(10px) rotate(90deg) !important;
}

.service_area__site2 .swiper-container {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.service_area__site2 .swiper-container .title {
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
}

.service_area__site2 .swiper-container .swiper-button-prev_b {
  font-size: 30px;
  left: 10%;
}

.service_area__site2 .swiper-container .swiper-button-next_b {
  font-size: 30px;
  right: 10%;
}

.service_area__site2 .text {
  width: 100%;
  padding: 20px;
}

.service_area__site2 .text ul > li {
  width: 50%;
  text-align: center;
}

.service_area__site2 .text a {
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  display: block;
  font-weight: 400;
}

#contents {
  background-image: url(../images/main/odo.png);
  background-position: center;
  padding: 10px;
}

#contents > .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

#contents > .title span {
  color: #9446b5;
}

.news_area__site1 {
  display: none;
}

.news_area__site2 {
  margin: 0px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.news_area__site2 > a > img {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 5%;
  height: 24px;
}

.news_area__site2 .table {
  border-bottom: 1px solid #ccc;
}

.news_area__site2 .table li {
  width: 18%;
}

.news_area__site2 .table li .title {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.news_area__site2 .table li ul {
  margin-top: 10px;
  width: 100%;
}

.news_area__site2 .table li ul li {
  width: 100%;
  line-height: 35px;
  color: #404040;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
}

.news_area__site2 .table li ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #b8b8b8;
}

.news_area__site2 .table li ul li p:nth-child(1) {
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_area__site2 .table li ul li p:nth-child(2) {
  position: absolute;
  right: 0;
}

.news_area__site3 {
  color: #fff;
  margin-top: 20px;
  width: 100%;
}

.news_area__site3 .con2-box__right__box1 {
  background-color: #009986;
  padding: 20px 20px;
  cursor: pointer;
  width: 100%;
}

.news_area__site3 .con2-box__right__box1:hover > .div-ju > img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.news_area__site3 .con2-box__right__box1 .div-ju {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  line-height: 27px;
}

.news_area__site3 .con2-box__right__box1 .div-ju h3 {
  font-size: 22px;
}

.news_area__site3 .con2-box__right__box1 .div-ju img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.news_area__site3 .con2-box__right__box1 p {
  font-size: 17px;
  line-height: 22px;
}

.news_area__site3 .con2-box__right__box1 p + p {
  margin-top: 20px;
}

.news_area__site3 .con2-box__right__box2 {
  background-color: #ff9900;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  cursor: pointer;
  width: 100%;
  min-height: 260px;
}

.news_area__site3 .con2-box__right__box2 h3 {
  font-size: 24px;
  line-height: 70px;
}

.news_area__site3 .con2-box__right__box2 h1 {
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 15px;
}

.news_area__site3 .con2-box__right__box2 img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.news_area__site3 .con2-box__right__box2:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.notice_area__site1 {
  margin-top: 20px;
  width: 100%;
}

.notice_area__site1 li {
  width: 50%;
  position: relative;
}

.notice_area__site1 li img {
  height: 100%;
  width: 100%;
}

.notice_area__site1 li:hover .con3_text {
  opacity: 0;
}

.notice_area__site1 li .con3_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  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;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 22px;
  cursor: pointer;
}

.notice_area__site2 {
  margin-top: 20px;
  width: 100%;
}

.main_banner {
  height: 100%;
  position: relative;
}

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

.main_banner .swiper-buttons {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  line-height: 57px;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
}

.main_banner .swiper-buttons .swiper-pagination-bullet {
  color: #fff;
  background-color: #fff;
  margin-right: 10px;
}

.video_area {
  display: none;
}

.indicator {
  display: none;
}

#footer .top_wrap .inner_wrap > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer .top_wrap .inner_wrap > ul > li {
  border-bottom: 1px solid #555555;
}

#footer .footer-box__ul1 {
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .footer-box__ul1 > li {
  line-height: 30px;
}

#footer .footer-box__ul1 > li:after {
  display: none;
}

#footer .footer-box__ul2 {
  padding: 10px;
  padding-bottom: 10px !important;
  margin-top: 0px !important;
}

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

.login_wrap .login_title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #989898;
  text-align: center;
}

.login_wrap .login_title h3 {
  font-size: 30px;
  color: #222;
  line-height: normal;
}

.login_wrap .login_title .txt {
  margin-top: 14px;
  font-size: 18px;
  color: #70559d;
  line-height: normal;
}

.login_wrap .login_title .desc {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: #666;
  padding: 7px 20px;
  background-color: #f3f3f3;
  border-radius: 17px;
}

.login_wrap .login_inner {
  padding: 20px 0 0;
}

.login_wrap .login_inner .login_box .login_first {
  position: relative;
}

.login_wrap .login_inner .login_box .login_first .wrap_input {
  margin-top: 10px;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .input_text {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit {
  display: table-cell;
  width: 70px;
  padding-right: 10px;
  vertical-align: middle;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit label {
  font-size: 14px;
  color: #333;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont {
  position: relative;
  display: table-cell;
  width: auto;
  border-bottom: 1px solid #ddd;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont.on {
  border-bottom: 1px solid #0078d4;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input {
  width: 100%;
  padding: 14px 10px;
  font-size: 15px;
  color: #222;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-style: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input::-webkit-input-placeholder {
  color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input:-ms-input-placeholder {
  color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input::-ms-input-placeholder {
  color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .wrap_input .cont input::placeholder {
  color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .wrap_input:first-child {
  margin-top: 0;
}

.login_wrap .login_inner .login_box .login_first .login {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  background: #70559d;
  text-align: center;
}

.login_wrap .login_inner .login_box .login_first .login span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-left: 70px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1;
  color: #444;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input {
  position: absolute;
  opacity: 0;
  width: auto;
  padding: 0 !important;
  cursor: pointer;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:checked ~ .checkmark {
  border: 1px solid #70559d;
  background: #70559d;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:disabled ~ span {
  color: #bcbcbc;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:disabled ~ .checkmark {
  border: 1px solid #ddd;
  background: #fafafa;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap input:disabled ~ .checkmark:after {
  border: solid #989898;
  border-width: 0 2px 2px 0;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.login_wrap .login_inner .login_box .login_first .checkbox_wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.login_wrap .login_inner .login_box .text_list {
  position: relative;
  margin-top: 20px;
}

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

.login_wrap .login_inner .login_box .text_list li + li {
  margin-top: 5px;
}

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

.login_wrap .login_inner .idpw_search_box {
  margin-top: 40px;
}

.login_wrap .login_inner .idpw_search_box ul:after {
  content: '';
  display: block;
  clear: both;
}

.login_wrap .login_inner .idpw_search_box ul li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 10px;
}

.login_wrap .login_inner .idpw_search_box ul li .icon {
  display: block;
  margin: 0 auto;
}

.login_wrap .login_inner .idpw_search_box ul li .icon.menu1 {
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -98px 0px;
  width: 96px;
  height: 96px;
}

.login_wrap .login_inner .idpw_search_box ul li .icon.menu2 {
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: 0px 0px;
  width: 96px;
  height: 96px;
}

.login_wrap .login_inner .idpw_search_box ul li dl {
  padding: 0 10px;
  text-align: center;
}

.login_wrap .login_inner .idpw_search_box ul li dl dt {
  margin-top: 10px;
  font-size: 16px;
  color: #222;
}

.login_wrap .login_inner .idpw_search_box ul li dl dd {
  font-size: 13px;
  margin-top: 4px;
  color: #666;
}

.login_wrap .login_inner .idpw_search_box ul li .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.login_wrap .login_inner .idpw_search_box ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 120px;
  margin-top: -60px;
  background-color: #ddd;
  content: '';
}

.introduce_info {
  position: relative;
}

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

.introduce_info .img_intro {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.org_map ul {
  text-align: left;
}

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

.org_map div {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social_media .media_left .movie_info .btn_more .fa, .social_media .media_left .movie_info .btn_more .fas, .social_media .media_left .movie_info .btn_more .far, .social_media .media_left .movie_info .btn_more .fal, .social_media .media_left .movie_info .btn_more .fad, .social_media .media_left .movie_info .btn_more .fab {
  margin: 10px 0 0 4px;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

.social_media .media_right .sns_list li .icon.kakao .ico {
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -110px -121px;
  width: 28px;
  height: 28px;
}

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

.social_media .media_right .sns_list li .icon.blog .ico {
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -80px -121px;
  width: 28px;
  height: 28px;
}

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

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

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

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

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

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

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

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

.conversation .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
}

.conversation .content br {
  display: none;
}

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

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

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

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

.conversation .content .text + .text {
  margin-top: 10px;
}

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

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

.conversation .img > img {
  width: 100%;
  max-width: 960px;
}

.edu_philoso {
  position: relative;
  padding: 20px 0;
}

.edu_philoso .edu_title {
  text-align: center;
  font-size: 30px;
  color: #042a59;
  position: relative;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 23px;
  margin: 65px 0 35px 0;
}

.edu_philoso .edu_title:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #042a59;
  left: calc(50% - 25px);
  position: absolute;
  bottom: 0px;
}

.edu_philoso .custom_box {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
}

.edu_philoso .custom_box > h3 {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -2.5px;
  line-height: 45px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.edu_philoso .custom_box > h3:before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -345px -43px;
  width: 33px;
  height: 28px;
}

.edu_philoso .custom_box > h3 :after {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -45px -121px;
  width: 33px;
  height: 28px;
}

.edu_philoso .custom_box > h3 > span {
  font-weight: 500;
  line-height: inherit;
}

.edu_philoso .custom_box > h3 > span.n {
  color: #042a59;
}

.edu_philoso .custom_box > h3 > span.b {
  color: #846841;
}

.edu_philoso .custom_box > h3 > span.s {
  color: #05548f;
}

.edu_philoso .next_list {
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 70px;
  padding: 0px;
}

.edu_philoso .next_list ul {
  font-size: 0;
  width: 100%;
  height: auto;
  padding-top: 25px;
}

.edu_philoso .next_list ul li {
  width: 20%;
  display: inline-block;
  text-align: center;
  font-size: 0;
}

.edu_philoso .next_list ul li .img {
  width: 160px;
  height: 160px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}

.edu_philoso .next_list ul li .img.purple {
  background-color: #733c9a;
}

.edu_philoso .next_list ul li .img.blue {
  background-color: #05548f;
}

.edu_philoso .next_list ul li .img.brown {
  background-color: #b5926f;
}

.edu_philoso .next_list ul li .img.indigo {
  background-color: #635b97;
}

.edu_philoso .next_list ul li .img.gray {
  background-color: #666;
}

.edu_philoso .next_list ul li .img .fa, .edu_philoso .next_list ul li .img .fas, .edu_philoso .next_list ul li .img .far, .edu_philoso .next_list ul li .img .fal, .edu_philoso .next_list ul li .img .fad, .edu_philoso .next_list ul li .img .fab {
  margin-top: 55px;
  font-size: 50px;
  color: #fff;
  vertical-align: top;
}

.edu_philoso .next_list ul li:nth-child(n+2) .img :after {
  content: "";
  display: block;
  width: 207px;
  height: 207px;
  background-image: url(../img/kor/intro/intro_univ_icon6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -100%;
  position: absolute;
  top: -25px;
  z-index: -1;
}

.edu_philoso .next_list ul li .top_txt {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
  color: #000;
  line-height: normal;
}

.edu_philoso .next_list ul li .bottom_txt {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-top: 8px;
}

.symbol_page {
  position: relative;
}

.symbol_page .cont_line_title {
  margin-top: 70px;
  margin-bottom: 20px;
}

.symbol_page .symbol_img {
  font-size: 0;
  text-align: center;
}

.symbol_page .symbol_img > img {
  width: 100%;
}

.symbol_page .desc {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-top: 20px;
}

.symbol_page .bcbbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.symbol_page .bcbbox .img {
  min-width: 328px;
  font-size: 0;
}

.symbol_page .bcbbox .info {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  padding-top: 17px;
}

.symbol_page .bcbbox .info .name {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.symbol_page .bcbbox .info .text {
  margin: 8px 0 0 0;
  color: #666;
  font-size: 15px;
  line-height: 25px;
}

.symbol_page .symbol_flag {
  position: relative;
}

.symbol_page .symbol_flag .img {
  font-size: 0;
}

.symbol_page .symbol_flag .img > img {
  width: 100%;
  max-width: 400px;
}

.symbol_page .symbol_flag .text {
  margin: 8px 0 0 0;
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.symbol_page .symbol_song {
  width: 100%;
  background-color: #f5f6fa;
  padding: 50px 0 60px 0;
  margin-top: 60px;
  position: relative;
}

.symbol_page .symbol_song .cont_line_title {
  margin: 0;
}

.symbol_page .symbol_song:before {
  content: "";
  display: block;
  position: absolute;
  left: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
  background-color: #f5f6fa;
}

.symbol_page .symbol_song:after {
  content: "";
  display: block;
  position: absolute;
  right: -1000px;
  top: 0;
  width: 1000px;
  height: 100%;
  background-color: #f5f6fa;
}

.symbol_page .symbol_song .song_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(1) {
  min-width: 576px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(1) > img {
  width: 100%;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0 10px 0 60px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  letter-spacing: -0.3px;
  margin-top: 20px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word:first-child {
  margin-top: 0;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word:nth-child(n+2) {
  margin-top: 35px;
}

.symbol_page .symbol_song .song_wrap > div:nth-child(2) .word b {
  font-weight: 500;
}

.academy_info .cont_line_title {
  margin-top: 70px;
}

.academy_info .desc {
  font-size: 16px;
  color: #272727;
}

.academy_info .license_box {
  position: relative;
}

.academy_info .license_box .lic {
  position: relative;
  padding: 35px 30px 35px 145px;
  border: 1px solid #dddee2;
}

.academy_info .license_box .lic .fa, .academy_info .license_box .lic .fas, .academy_info .license_box .lic .far, .academy_info .license_box .lic .fal, .academy_info .license_box .lic .fad, .academy_info .license_box .lic .fab {
  position: absolute;
  left: 30px;
  top: 35px;
  font-size: 45px;
  color: #333;
}

.academy_info .license_box .lic h4 {
  margin: 0 0 10px 0;
  border: none;
  font-size: 21px;
  border: none;
  padding: 0;
  color: #733c9a;
}

.academy_info .license_box .lic .ct_txt {
  display: block;
  font-size: 16px;
  color: #272727;
}

.academy_info .license_box .lic + .lic {
  margin-top: 20px;
}

.history_box {
  position: relative;
  padding-top: 70px;
}

.history_box .history_row {
  position: relative;
  padding: 10px 0;
}

.history_box .history_row .year {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  color: #733c9a;
  background: none;
  height: auto;
}

.history_box .history_row dl {
  margin-left: 180px;
  padding: 0 0 20px 0;
}

.history_box .history_row dl:after {
  content: '';
  display: block;
  clear: both;
}

.history_box .history_row dl:last-child {
  padding-bottom: 0;
}

.history_box .history_row dl dt,
.history_box .history_row dl dd {
  font-size: 17px;
}

.history_box .history_row dl dt {
  float: left;
  padding: 0;
  margin: 0;
  width: 80px;
  font-weight: 500;
  color: #999;
}

.history_box .history_row dl dd {
  float: left;
  padding: 0;
  margin: 0;
  width: calc(100% - 80px);
  font-weight: 300;
}

.history_box .history_row dl dd b {
  font-weight: 500;
  color: #733c9a;
}

.history_box .history_row h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  color: #101010;
  font-weight: 400;
  line-height: normal;
  border: none;
}

.history_box .history_row + .history_row {
  border-top: 1px solid #dadada;
  margin-top: 30px;
  padding-top: 50px;
}

.history_box .history_row + .history_row .year {
  top: 37px;
}

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

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

.error_page .logo a {
  display: block;
  background-image: url(../images/sp_kwu.png);
  background-size: 396px 210px;
  background-position: -196px 0px;
  width: 200px;
  height: 41px;
}

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

.error_page .holder .fa, .error_page .holder .fas, .error_page .holder .far, .error_page .holder .fal, .error_page .holder .fad, .error_page .holder .fab {
  font-size: 42px;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

.board_search .btn_search {
  background: #70559d;
}

.board_search .btn_write {
  border: 1px solid #70559d;
  background: #70559d;
}

.thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

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

.thumb_list li {
  float: left;
  width: 50%;
  padding-right: 20px;
  padding-bottom: 30px;
}

.thumb_list li .inner {
  display: block;
  position: relative;
}

.thumb_list li .inner .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 66.75% 0 0 0;
  height: 400px;
  background: #000;
  border: 1px solid #eeeeee;
}

.thumb_list li .inner .thumb > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.thumb_list li .inner .thumb .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #733c9a;
  font-size: 50px;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thumb_list li .inner .thumb:hover img {
  -webkit-transform: scale(1.1) translate(-2.5%);
  transform: scale(1.1) translate(-2.5%);
}

.thumb_list li .inner .thumb:hover .mask {
  opacity: .8;
}

.thumb_list li .inner .info {
  margin-top: 10px;
  margin-bottom: 15px;
}

.thumb_list li .inner .info .subj {
  position: relative;
  margin-top: 9px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thumb_list li .inner .info .desc {
  margin-top: 4px;
  font-size: 15px;
  color: #666;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thumb_list li .inner .info .date {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #a3a3a3;
  font-weight: 300;
}

.thumb_list li .inner .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thumb_list li .inner .btn_area .btn_more {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 37px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}

.thumb_list li .inner .btn_area .btn_more.file {
  background-color: #733c9a;
  border-color: #733c9a;
  color: #fff;
}

.thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab {
  margin: 12px 0 0 4px;
  vertical-align: top;
}

.thumb_list li .inner .btn_area .btn_more + .btn_more {
  margin-left: 10px;
}

.paginate a.on {
  background-color: #70559d;
  border: 1px solid #70559d;
}

/* common */
.cont_line_title {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  color: #042a59;
  letter-spacing: -1px;
  border-bottom: none;
}

.cont_line_title:before {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #042a59;
}

.cont_desc {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 17px;
  color: #666;
  line-height: 28px;
}

.cont_desc span {
  color: #733c9a;
}

.cont_exclam {
  position: relative;
  margin-top: 10px;
  color: #977649;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.cont_exclam .fa, .cont_exclam .fas, .cont_exclam .far, .cont_exclam .fal, .cont_exclam .fad, .cont_exclam .fab {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 20px;
  color: #977649;
  vertical-align: top;
}

.list_dl {
  margin-bottom: 50px;
}

.list_dl dt,
.list_dl dd {
  color: #666;
  line-height: 22px;
}

.list_dl dt {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.list_dl dt:first-child {
  margin-top: 0;
}

.list_dl dd {
  font-size: 16px;
}

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

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

.list_dot > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #666;
}

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

.list_dot > li.no:before {
  background: none;
}

.schematic_1 {
  position: relative;
}

.schematic_1 .box {
  position: relative;
}

.schematic_1 .box h4 {
  margin: 0;
  padding: 20px;
  background: #444;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: none;
}

.schematic_1 .box h4.purple {
  background: #635b97;
}

.schematic_1 .box h4.blue {
  background: #05548f;
}

.schematic_1 .box h4.orange {
  background: #f38d0d;
}

.schematic_1 .box h4.skyblue {
  background-color: #3897d8;
}

.schematic_1 .box h4.navy {
  background-color: #032a58;
}

.schematic_1 .box h4.gold {
  background-color: #977649;
}

.schematic_1 .box p {
  padding: 28px;
  background: #f5f6f9;
  text-align: center;
  font-size: 18px;
  color: #272727;
}

.schematic_1 .box p b {
  display: block;
  margin-top: 10px;
}

.schematic_1 .box p.dark {
  background-color: #444;
  color: #fff;
}

.schematic_1 .box ul {
  padding: 28px;
  background: #f5f6f9;
}

.schematic_1 .box ul li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  color: #272727;
}

.schematic_1 .box ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #999;
}

.schematic_1 .box ul li + li {
  margin-top: 10px;
}

.schematic_1 .box ul li.last {
  margin-top: 20px;
  padding: 14px 14px;
  background-color: #444;
  color: #fff;
  text-align: center;
}

.schematic_1 .box ul li.last:before {
  content: '';
  display: block;
  position: absolute;
  background: none;
}

.schematic_1 .box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.schematic_1 .box .group p,
.schematic_1 .box .group ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.schematic_1 .box .group p + p,
.schematic_1 .box .group p + ul,
.schematic_1 .box .group ul + p,
.schematic_1 .box .group ul + ul {
  margin-left: 10px;
}

.schematic_1 .box + .box {
  margin-top: 30px;
}

.schematic_2 {
  position: relative;
}

.schematic_2 .box {
  position: relative;
}

.schematic_2 .box h4 {
  margin: 0;
  padding: 20px;
  background: #444;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: none;
}

.schematic_2 .box h4.purple {
  background: #635b97;
}

.schematic_2 .box h4.blue {
  background: #05548f;
}

.schematic_2 .box h4.orange {
  background: #f38d0d;
}

.schematic_2 .box h4.skyblue {
  background-color: #3897d8;
}

.schematic_2 .box h4.navy {
  background-color: #032a58;
}

.schematic_2 .box h4.gold {
  background-color: #977649;
}

.schematic_2 .box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  padding: 20px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #272727;
  border: 10px solid #f6f7f9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.schematic_2 .box p b {
  display: block;
  margin-top: 10px;
}

.schematic_2 .box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schematic_2 .box .group .col {
  width: 33.3333%;
  padding: 0 5px;
}

.schematic_2 .box .group .col ul li {
  position: relative;
  height: 64px;
  padding: 20px 120px 20px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  background: #f6f7f9;
}

.schematic_2 .box .group .col ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 30px;
  width: 3px;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #999;
}

.schematic_2 .box .group .col ul li + li {
  margin-top: 6px;
}

.schematic_2 .box .group .col ul li span {
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  color: #999;
}

.schematic_2 .box + .box {
  margin-top: 30px;
}

.schematic_1 + .cont_line_title,
.schematic_2 + .cont_line_title {
  margin-top: 70px;
}

.circle_Box {
  position: relative;
  margin-top: 35px;
  margin-bottom: 70px;
}

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

.circle_Box .box_inner {
  position: relative;
  width: 33.3333%;
  min-width: 0;
  padding: 0 20px;
}

.circle_Box .box_inner .tit_txt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.circle_Box .box_inner .tit_txt.blue {
  color: #062b5b;
}

.circle_Box .box_inner .tit_txt.brown {
  color: #b69371;
}

.circle_Box .box_inner .tit_txt.purple {
  color: #733c9a;
}

.circle_Box .box_inner .sub_txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1em;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.circle_Box .box_inner .circles,
.circle_Box .box_inner .info {
  position: relative;
  width: 345px;
  margin: 20px auto 0;
}

.circle_Box .box_inner .circles:after,
.circle_Box .box_inner .info:after {
  content: '';
  display: block;
  clear: both;
}

.circle_Box .box_inner .circles .circle {
  position: relative;
}

.circle_Box .box_inner .circles .circle:after {
  content: '';
  display: block;
  clear: both;
}

.circle_Box .box_inner .circles .circle span {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  padding-top: 65px;
}

.circle_Box .box_inner .circles .circle span:nth-child(n+2) {
  margin-left: -15px;
}

.circle_Box .box_inner .circles .circle span em {
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 22px;
  display: block;
  text-align: center;
  font-style: normal;
}

.circle_Box .box_inner .circles .circle span.blue {
  background-color: rgba(4, 42, 89, 0.9);
}

.circle_Box .box_inner .circles .circle span.brown {
  background-color: rgba(181, 146, 111, 0.9);
}

.circle_Box .box_inner .circles .circle span.purple {
  background-color: rgba(115, 60, 154, 0.9);
}

.circle_Box .box_inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.circle_Box .box_inner .info dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.circle_Box .box_inner .info dl + dl {
  margin-left: 8px;
}

.circle_Box .box_inner .info dl dt,
.circle_Box .box_inner .info dl dd {
  color: #666;
  line-height: 22px;
}

.circle_Box .box_inner .info dl dt {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.circle_Box .box_inner .info dl dt.blue {
  color: rgba(4, 42, 89, 0.9);
}

.circle_Box .box_inner .info dl dt.brown {
  color: rgba(181, 146, 111, 0.9);
}

.circle_Box .box_inner .info dl dt.purple {
  color: #733c9a;
}

.circle_Box .box_inner .info dl dt:first-child {
  margin-top: 0;
}

.circle_Box .box_inner .info dl dd {
  font-size: 16px;
}

.circle_Box .box_inner .info dl dd ul > li {
  position: relative;
  padding-left: 8px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}

.circle_Box .box_inner .info dl dd ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #666;
}

.circle_Box .box_inner .info dl dd ul > li + li {
  margin-top: 4px;
}

.circle_Box .box_inner .arrow {
  position: absolute;
  right: -34px;
  top: 76px;
  font-size: 70px;
  color: #ddd;
}

.circle_Box .box_bar {
  clear: both;
  padding: 20px;
  background-color: #635b97;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

.next_list {
  width: 100%;
  height: auto;
  clear: both;
}

.next_list ul {
  font-size: 0;
  width: 100%;
  height: auto;
}

.next_list ul li {
  display: inline-block;
  width: 25%;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 0;
  vertical-align: top;
}

.next_list ul li .arrow {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  margin-left: -17px;
  font-size: 40px;
  color: #05548f;
}

.next_list ul li:nth-child(n+2) .arrow {
  display: block;
}

.next_list ul li .top_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f1f2f7;
  display: inline-block;
  position: relative;
}

.next_list ul li .top_img .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 600;
  background-color: #753e9c;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}

.next_list ul li .top_img .fa, .next_list ul li .top_img .fas, .next_list ul li .top_img .far, .next_list ul li .top_img .fal, .next_list ul li .top_img .fad, .next_list ul li .top_img .fab, .next_list ul li .top_img .fas {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -19px;
  font-size: 50px;
  color: #333;
}

.next_list ul li .bottom_txt {
  width: 100%;
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
}

.next_list ul li .bottom_txt b {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

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

.object_list ul li {
  width: 33.3333%;
  padding: 30px 30px;
}

.object_list ul li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  padding: 30px 30px;
  border-radius: 30px;
  background-color: #f5f6f9;
  border: 1px solid #e8ebf3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.object_list ul li .inner .text {
  display: block;
  font-size: 22px;
  color: #042a59;
  line-height: 27px;
}

.object_list ul li .inner .fal {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 55px;
  color: #dce0ea;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 예/결산 템플릿 테이블 */
.budgetTable {
  width: 100%;
  border-top: none !important;
}

.budgetTable th {
  border: none;
  width: 20%;
}

.budgetTable tr {
  height: 28px;
}

.budgetTable th i {
  color: #635b97;
  font-family: "Noto Sans KR", AppleSDGothicNeo-Light, helvetica, dotum, sans-serif;
}

.budgetTable th i::before, .budgetTable th i::after {
  font-family: 'Font Awesome 5 Pro';
}

.budgetTable th {
  font-size: 20px;
  text-align: left;
}

.budgetTable th::after {
  width: 95%;
  content: '';
  display: block;
  margin-top: 8px;
  background-color: #aaa;
  position: relative;
  height: 1px;
}

.budgetTable td {
  border-bottom: none !important;
  padding: 8px  0px !important;
}

.budgetTable td::after {
  width: 95%;
  content: '';
  display: block;
  top: 9px;
  background-color: #d9d9d9;
  position: relative;
  height: 1px;
}

/* 예/결산 템플릿 테이블 border none 클래스 border-none */
.budgetTable .border-none::after {
  display: none;
}

.budgetTable .tr-border-none td::after {
  display: none;
}

header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.header .title{position:absolute;right:0px;top:65px;}*/
}

header .header h1 {
  display: block;
  width: 260px;
  padding-top: 44px;
  margin: 0 auto;
}

header .header .title {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

header .header .title h3 {
  font-size: 50px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

header .header .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

header .header .title .title_img {
  position: absolute;
  right: 170px;
  top: 50px;
  display: none;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  margin-top: 0px;
  background-color: transparent;
}

.wrap section {
  display: block;
  padding: 0px 10px 0px 10px;
}

.wrap section .side_banner {
  width: 100%;
}

.wrap section .side_banner .clearfix {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap section .side_banner .clearfix li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 211px;
  width: 33%;
  margin-bottom: 0px;
}

.wrap section .side_banner .clearfix li a {
  width: 100%;
  display: block;
}

.wrap section .side_banner .clearfix li a span {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 16px 20px;
}

.wrap section .side_banner .clearfix li a .text strong {
  font-size: 22px;
  color: #fff000;
}

.wrap section .side_banner .clearfix li a img {
  width: 24px;
  height: 8px;
}

.wrap section .content {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  margin-top: 20px;
}

.wrap section .content .box_01 {
  width: 100%;
  background: url("../intro/box01_bg.png") no-repeat #2e196b;
}

.wrap section .content .box_01 .title {
  width: 100%;
  background: url("../intro/content_title_bg.png") no-repeat;
  background-size: cover;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 18px 0px;
}

.wrap section .content .box_01 .cont_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap section .content .box_01 .cont_area .cont {
  float: left;
  width: 100%;
}

.wrap section .content .box_01 .cont_area .cont .cont_title::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../intro/box01_icon.png") left center no-repeat;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.wrap section .content .box_01 .cont_area .cont .cont_title {
  color: #b49aff;
  font-size: 24px;
  font-weight: bold;
}

.wrap section .content .box_01 .cont_area .cont .text {
  margin-top: 23px;
}

.wrap section .content .box_01 .cont_area .cont .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wrap section .content .box_01 .cont_area .cont .text div h3 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 30%;
  padding: 10px 0px;
}

.wrap section .content .box_01 .cont_area .cont .text div span {
  color: #fff;
  font-size: 18px;
  padding: 10px 0px 10px 18px;
}

.wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0px;
}

.wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) span {
  width: 100%;
  font-size: 17px;
  padding: 3px;
}

.wrap section .content .box_01 .cont_area .cont .text div:nth-child(3) {
  margin-bottom: 10px;
}

.wrap section .content .box_01 .cont_area .right_cont {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.wrap section .content .box_01 .cont_area .right_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap section .content .box_01 .cont_area .right_cont ul li {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.wrap section .content .box_01 .cont_area .right_cont ul li a {
  color: #fff;
  padding: 20px 0px;
  display: block;
  background-color: rgba(31, 17, 68, 0.5);
}

.wrap section .content .box_01 .cont_area .right_cont ul .active a {
  background-color: #960097;
}

.wrap section .content .box_01 .box01_btn {
  margin-top: 40px;
}

.wrap section .content .box_01 .box01_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap section .content .box_01 .box01_btn ul li {
  width: 100%;
  text-align: center;
}

.wrap section .content .box_01 .box01_btn ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 27px 0px;
  display: block;
}

.wrap section .content .box_01 .box01_btn ul li:nth-child(1) {
  background-color: #150938;
}

.wrap section .content .box_01 .box01_btn ul li:nth-child(2) {
  background-color: #231059;
}

.wrap section .content .box_01 .box01_btn ul li:nth-child(2) strong {
  color: #9988cc;
}

.wrap section .content .box_02 {
  margin-top: 30px;
  width: 100%;
  background: url("../intro/box02_bg.png") no-repeat #103870;
}

.wrap section .content .box_02 .title {
  width: 100%;
  background: url("../intro/content_title_bg2.png") no-repeat;
  background-size: cover;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 18px 0px;
}

.wrap section .content .box_02 .cont_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap section .content .box_02 .cont_area .cont {
  float: left;
  width: 100%;
}

.wrap section .content .box_02 .cont_area .cont .cont_title::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../intro/box01_icon.png") left center no-repeat;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.wrap section .content .box_02 .cont_area .cont .cont_title {
  color: #b49aff;
  font-size: 24px;
  font-weight: bold;
}

.wrap section .content .box_02 .cont_area .cont .text {
  margin-top: 23px;
}

.wrap section .content .box_02 .cont_area .cont .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wrap section .content .box_02 .cont_area .cont .text div h3 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 30%;
  padding: 10px 0px;
}

.wrap section .content .box_02 .cont_area .cont .text div span {
  color: #fff;
  font-size: 18px;
  padding: 10px 0px 10px 18px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(3), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(3) span, .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) span {
  width: 100%;
  font-size: 17px;
  padding: 3px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(3) {
  margin-bottom: 10px;
}

.wrap section .content .box_02 .cont_area .cont .text div:nth-child(1), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(4) {
  margin-bottom: 10px;
}

.wrap section .content .box_02 .cont_area .right_cont {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.wrap section .content .box_02 .cont_area .right_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap section .content .box_02 .cont_area .right_cont ul li {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.wrap section .content .box_02 .cont_area .right_cont ul li a {
  color: #fff;
  padding: 20px 0px;
  display: block;
  background-color: rgba(7, 50, 85, 0.5);
}

.wrap section .content .box_02 .cont_area .right_cont ul .active a {
  background-color: #e3792f;
}

.wrap section .content .box_02 .box02_btn {
  margin-top: 40px;
}

.wrap section .content .box_02 .box02_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap section .content .box_02 .box02_btn ul li {
  width: 100%;
  text-align: center;
  background-color: #062e59;
}

.wrap section .content .box_02 .box02_btn ul li a {
  color: #fff;
  display: block;
  padding: 27px 0px;
  font-size: 22px;
  font-weight: bold;
}

.wrap section .right_banner {
  width: 100%;
}

.wrap section .right_banner .clearfix {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap section .right_banner .clearfix .active a {
  background-color: #361f79;
  color: #fff;
}

.wrap section .right_banner .clearfix li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  height: 271px;
}

.wrap section .right_banner .clearfix li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.wrap section .right_banner .clearfix li a span {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 90px;
  margin-left: 0px;
  text-align: center;
}

.wrap footer .ft_wrap {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap footer .ft_wrap h3 {
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.wrap footer .ft_wrap span {
  margin: 15px 0px;
  width: 100%;
  color: #fff;
  font-size: 17px;
}

.btn_ui {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: top;
  border: 1px solid #573483;
}

.btn_ui > span {
  display: block;
  height: 44px;
  margin: 0;
  padding: 0 20px;
  color: #573483;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -1px;
}

.btn_ui > span .fal {
  margin: 0 0 0 0;
}

.btn_ui:hover {
  background: #573483;
  border-color: #573483;
}

.btn_ui:hover > span {
  color: #fff;
}

.btn_ui.small {
  min-width: 88px;
}

.btn_ui.small > span {
  height: 29px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
}

.btn_ui.medium {
  min-width: 130px;
}

.btn_ui.medium > span {
  height: 44px;
  padding: 0 20px;
  font-size: 17px;
  line-height: 45px;
}

.btn_ui.large {
  min-width: 230px;
}

.btn_ui.large > span {
  height: 52px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 52px;
}

.btn_ui.gray {
  background: #5e6e88;
  border-color: #5e6e88;
}

.btn_ui.gray > span {
  color: #fff;
}

.btn_ui.gray:hover {
  background: #475367;
  border-color: #475367;
}

.btn_ui.navy {
  background: #042a59;
  border-color: #042a59;
}

.btn_ui.navy > span {
  color: #fff;
}

.btn_ui.navy:hover {
  border-color: #3897d9;
  background: #3897d9;
}

.btn_ui.black {
  background: #000;
  border-color: #000;
}

.btn_ui.black > span {
  color: #fff;
}

.btn_ui.white {
  border-color: #dbdfe2;
  background: #fff;
}

.btn_ui.white > span {
  border: none;
  color: #666;
}

.btn_ui.white:hover {
  background: #5a5389;
  border-color: #5a5389;
}

.btn_ui.white:hover > span {
  color: #fff;
}

.btn_ui.gold {
  background: #977649;
  border: 1px solid #977649;
}

.btn_ui.gold > span {
  color: #fff;
}

.btn_ui.gold:hover {
  background: #614827;
}

.btn_ui + .btn_ui {
  margin-left: 10px;
}

@media all and (max-width: 1240px) {
  .circle_Box .box_inner {
    width: 50%;
  }
  .circle_Box .box_inner .arrow {
    display: none;
  }
  .circle_Box .box_inner:last-child {
    width: 100%;
    padding-top: 40px;
  }
  .schematic_2 .box .group .col {
    width: 50%;
  }
  .schematic_2 .box .group .col:last-child {
    width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .object_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .object_list ul li {
    width: 50%;
    padding: 20px 20px;
  }
  .object_list ul li .inner {
    width: 200px;
    height: 200px;
    padding: 30px 30px;
  }
  .object_list ul li .inner .text {
    font-size: 22px;
    line-height: 27px;
  }
  .object_list ul li .inner .fal {
    font-size: 55px;
  }
  .next_list ul li {
    width: 33.3333%;
  }
  .next_list ul li .arrow {
    display: none !important;
  }
  .edu_philoso .next_list ul li {
    width: 33.3333%;
  }
}

@media all and (max-width: 768px) {
  .cont_line_title {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .cont_desc {
    font-size: 15px;
    line-height: 24px;
  }
  .cont_exclam {
    font-size: 15px;
  }
  .list_dl dt {
    font-size: 15px;
  }
  .list_dot > li {
    font-size: 15px;
  }
  .object_list ul li {
    padding: 5px 5px;
  }
  .object_list ul li .inner {
    width: 156px;
    height: 156px;
    padding: 20px 20px;
  }
  .object_list ul li .inner .text {
    font-size: 16px;
    line-height: 22px;
  }
  .object_list ul li .inner .fal {
    font-size: 45px;
  }
  .circle_Box .box_inner {
    width: 100%;
    padding-bottom: 40px;
  }
  .circle_Box .box_inner:last-child {
    padding-top: 0;
  }
  .next_list ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .next_list ul li .bottom_txt {
    margin-top: 0;
  }
  .edu_philoso .edu_title {
    margin: 40px 0;
    font-size: 25px;
  }
  .edu_philoso .custom_box > h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .edu_philoso .next_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .edu_philoso .next_list ul li .top_txt {
    font-size: 20px;
  }
  .edu_philoso .next_list ul li .bottom_txt {
    font-size: 15px;
    line-height: 22px;
  }
  .schematic_1 .box h4 {
    padding: 12px 12px;
    font-size: 18px;
  }
  .schematic_1 .box p {
    padding: 16px 16px;
    font-size: 15px;
  }
  .schematic_1 .box ul {
    padding: 16px 16px;
  }
  .schematic_1 .box ul li {
    font-size: 15px;
  }
  .schematic_2 .box .group .col {
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .cont_line_title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .cont_desc {
    font-size: 13px;
    line-height: 22px;
  }
  .cont_exclam {
    font-size: 13px;
  }
  .object_list ul li .inner {
    width: 126px;
    height: 126px;
    padding: 16px 16px;
  }
  .object_list ul li .inner .text {
    font-size: 14px;
    line-height: 20px;
  }
  .object_list ul li .inner .fal {
    font-size: 25px;
  }
  .circle_Box .box_inner {
    padding: 0 0 20px 0;
  }
  .circle_Box .box_inner .circles,
  .circle_Box .box_inner .info {
    width: 100%;
    margin: 0;
  }
  .circle_Box .box_inner .circles .circle {
    margin-bottom: 10px;
  }
  .circle_Box .box_inner .circles .circle span {
    float: none;
    margin: 0 auto !important;
  }
  .next_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .next_list ul li .top_img {
    width: 120px;
    height: 120px;
  }
  .edu_philoso .edu_title {
    margin: 20px 0;
  }
  .edu_philoso .next_list ul li .img {
    width: 120px;
    height: 120px;
  }
  .edu_philoso .next_list ul li .img .fal,
  .edu_philoso .next_list ul li .img .fas {
    margin-top: 42px;
    font-size: 35px;
  }
  .edu_philoso .next_list ul li .bottom_txt {
    margin-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .popupArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/main/popup.png);
    background-size: 100% 130%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    overflow: hidden;
    text-align: center;
    z-index: 200;
  }
  .popupArea .popupinner {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  .popupArea .popup_close {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
  }
  .popupArea .popup_close input {
    margin-right: 5px;
    margin-top: 3px;
    border: 1px solid #555;
    vertical-align: top;
  }
  .popupArea .popup_close label {
    font-weight: 300;
  }
  .popupArea .popup_close img {
    margin-left: 2px;
    vertical-align: top;
    width: 17px;
    height: 17px;
  }
  .popupArea .swiper-container {
    height: 250px;
  }
  .popupArea .swiper-container P {
    width: 100%;
  }
  .popupArea .swiper-slide {
    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;
  }
  .popupArea .swiper-button-next,
  .popupArea .swiper-button-prev {
    background: none;
  }
  .popupArea .swiper-button-next .fa, .popupArea .swiper-button-next .fas, .popupArea .swiper-button-next .far, .popupArea .swiper-button-next .fal, .popupArea .swiper-button-next .fad, .popupArea .swiper-button-next .fab,
  .popupArea .swiper-button-prev .fa,
  .popupArea .swiper-button-prev .fas,
  .popupArea .swiper-button-prev .far,
  .popupArea .swiper-button-prev .fal,
  .popupArea .swiper-button-prev .fad,
  .popupArea .swiper-button-prev .fab {
    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_kwu.png);
    background-size: 396px 210px;
    background-position: -196px 0px;
    width: 200px;
    height: 41px;
  }
  #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;
    line-height: 20px;
  }
  #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: #733c9a;
  }
  #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;
    font-weight: 400;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li a > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #101010;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li a:hover > span {
    color: #733c9a;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li .depth4 {
    display: block;
    width: 100%;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li .depth4 > li {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 11px;
    padding-left: 15px;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li .depth4 > li a > span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #101010;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li .depth4 > li a:hover > span {
    color: #733c9a;
  }
  #all_menu .depth1 > li .depth2 > li .depth3 > li .depth4 > li a:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header {
    z-index: 100;
  }
  #header .inner_wrap {
    max-width: 960px;
    height: 80px;
    margin: 0 auto;
  }
  #header .top_wrap {
    display: block;
    position: relative;
    background-color: #635b97;
  }
  #header .top_wrap .inner_wrap {
    height: 50px;
  }
  #header .top_wrap .top_menu.left {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .top_wrap .top_menu.left li {
    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;
    margin-top: 5px;
    margin-left: 3px;
    padding: 0 15px;
    height: 45px;
  }
  #header .top_wrap .top_menu.left li a {
    font-weight: 500;
    color: #ffffff;
  }
  #header .top_wrap .top_menu.left li.active {
    background-color: #fff;
  }
  #header .top_wrap .top_menu.left li.active a {
    color: #7e4e94;
  }
  #header .top_wrap .top_menu.right {
    float: right;
  }
  #header .top_wrap .top_menu.right > li {
    float: left;
  }
  #header .top_wrap .top_menu.right > li:first-child a {
    padding-left: 0;
  }
  #header .top_wrap .top_menu.right > li a {
    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;
    height: 50px;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
  }
  #header .top_wrap .top_menu.right > li a img {
    margin-right: 10px;
  }
  #header .top_wrap .top_menu.right > li.line {
    width: 30px;
    height: 50px;
    position: relative;
  }
  #header .top_wrap .top_menu.right > li.line:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: 10px;
    background-color: #fff;
  }
  #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: 50px;
    font-size: 20px;
    color: #999;
    line-height: 50px;
    text-align: center;
    opacity: .7;
  }
  #header .top_wrap .top_sns > li a .fa, #header .top_wrap .top_sns > li a .fas, #header .top_wrap .top_sns > li a .far, #header .top_wrap .top_sns > li a .fal, #header .top_wrap .top_sns > li a .fad, #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_kwu.png);
    background-size: 396px 210px;
    background-position: -140px -121px;
    width: 21px;
    height: 24px;
  }
  #header .top_wrap .top_sns > li a .ico.ico_blog {
    background-image: url(../images/sp_kwu.png);
    background-size: 396px 210px;
    background-position: -163px -121px;
    width: 21px;
    height: 24px;
  }
  #header .top_wrap .top_sns > li a:hover {
    opacity: 1;
  }
  #header .logo {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 300;
  }
  #header .logo > a {
    display: block;
    background-image: url(../images/sp_kwu.png);
    background-size: 396px 210px;
    background-position: -196px -43px;
    width: 147px;
    height: 31px;
  }
  #header #gnb .btn_search,
  #header #gnb .btn_all {
    top: 14px;
    width: 30px;
    height: 30px;
    z-index: 300;
  }
  #header #gnb .btn_search .fa, #header #gnb .btn_search .fas, #header #gnb .btn_search .far, #header #gnb .btn_search .fal, #header #gnb .btn_search .fad, #header #gnb .btn_search .fab,
  #header #gnb .btn_all .fa,
  #header #gnb .btn_all .fas,
  #header #gnb .btn_all .far,
  #header #gnb .btn_all .fal,
  #header #gnb .btn_all .fad,
  #header #gnb .btn_all .fab {
    margin-top: 15px;
    font-size: 22px;
    vertical-align: top;
  }
  #header #gnb .btn_search {
    right: 60px;
  }
  #header #gnb .btn_all {
    right: 0;
    left: auto;
  }
  #header #gnb .btn_all .icon {
    width: 30px;
    height: 21px;
    margin-top: 15px;
  }
  #header #gnb .btn_all .icon > i {
    height: 3px;
  }
  #header #gnb .btn_all .icon > i:nth-of-type(1) {
    top: 0;
  }
  #header #gnb .btn_all .icon > i:nth-of-type(2) {
    top: 9px;
  }
  #header #gnb .btn_all .icon > i:nth-of-type(3) {
    top: 18px;
  }
  #header #gnb .btn_side_close {
    display: none;
  }
  #header #gnb .m-pause-btn {
    display: none;
  }
  #header #gnb .gnb_set {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #header #gnb #nav {
    position: static;
    float: right;
    height: 80px !important;
    margin-right: 110px;
    width: 70%;
    vertical-align: top;
  }
  #header #gnb #nav .nav_top {
    display: none;
  }
  #header #gnb #nav .nav_menu {
    overflow: visible;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #gnb #nav .nav_menu > li {
    float: left;
  }
  #header #gnb #nav .nav_menu > li.on a:after {
    width: 100%;
  }
  #header #gnb #nav .nav_menu > li > a {
    position: relative;
  }
  #header #gnb #nav .nav_menu > li > a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: #733c9a;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #header #gnb #nav .nav_menu > li > a span {
    display: block;
    height: 80px;
    padding: 0;
    font-size: 16px;
    line-height: 79px;
  }
  #header #gnb #nav .nav_menu > li > a span:after {
    display: none;
  }
  #header #gnb #nav .nav_menu > li > a span .link:after {
    border: solid #fff;
  }
  #header #gnb #nav .nav_menu > li .nav_sub {
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    padding: 0;
    background: none;
    z-index: 201;
  }
  #header #gnb #nav .nav_menu > li .nav_sub.open {
    display: block;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_title {
    position: absolute;
    top: 37px;
    left: 0;
    width: 221px;
    font-size: 30px;
    color: #733c9a;
    line-height: normal;
    text-align: center;
    word-break: keep-all !important;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list {
    padding: 45px 55px 50px 276px;
    -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 {
    clear: both;
    width: 100%;
    min-height: 30px;
    padding-top: 15px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2:first-child {
    padding-top: 0px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li {
    width: 25%;
    float: left;
    padding-right: 15px;
    -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: 20px;
    font-weight: bold;
    color: #000;
    color: #733c9a;
    line-height: normal;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a + ul {
    margin-top: 15px;
    position: relative;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a:hover span {
    color: #733c9a;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li + li {
    margin-top: 10px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a {
    display: block;
    padding: 0;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a span {
    display: block;
    font-size: 15px;
    color: #101010;
    font-weight: 300;
    line-height: normal;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a.on {
    color: #ffa200;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li .dep3 > li a:hover span {
    color: #733c9a;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 + .dep2 {
    margin-top: 24px;
  }
  .swiper-button-next_b,
  .swiper-button-prev_b {
    position: absolute;
    z-index: 10;
    font-size: 75px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-button-next_b.swiper-button-disabled,
  .swiper-button-prev_b.swiper-button-disabled {
    opacity: 0.5;
  }
  .main_visual {
    position: relative;
  }
  .main_visual .swiper-container {
    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-container .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .main_visual .swiper-container .inner_wrap {
    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;
    height: 100%;
    width: 35%;
    margin: 0 auto;
  }
  .main_visual .swiper-container .slogun {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .main_visual .swiper-container .swiper-button-prev_b {
    left: 10%;
  }
  .main_visual .swiper-container .swiper-button-next_b {
    right: 10%;
  }
  .main_visual .banner_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin: 0;
    line-height: 50px;
    z-index: 30;
  }
  .main_visual .banner_label img {
    height: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .service_area__site1 {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background-image: url(../images/main/banner_label.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .service_area__site1 .flex.flex-3 li {
    text-align: center;
    color: #fff;
    padding: 45px 0;
  }
  .service_area__site1 .flex.flex-3 li .title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .service_area__site1 .flex.flex-3 li .desc {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 24px;
  }
  .service_area__site1 .flex.flex-3 li a {
    color: #fff;
    font-size: 20px;
    width: 218px;
    border: 1px solid #fff;
    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;
    line-height: 50px;
    border-radius: 10px;
    margin-top: 25px;
    margin: 0px auto;
  }
  .service_area__site1 .flex.flex-3 li a img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-left: 10px;
    height: 10px;
  }
  .service_area__site1 .flex.flex-3 li a:hover img {
    -webkit-transform: translateX(10px) rotate(90deg) !important;
            transform: translateX(10px) rotate(90deg) !important;
  }
  .service_area__site2 .swiper-container {
    width: 25%;
    margin: 0;
    padding: 65px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .service_area__site2 .swiper-container .title {
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
  }
  .service_area__site2 .swiper-container .swiper-button-prev_b {
    font-size: 30px;
    left: 10%;
  }
  .service_area__site2 .swiper-container .swiper-button-next_b {
    font-size: 30px;
    right: 10%;
  }
  .service_area__site2 .text {
    width: 75%;
  }
  .service_area__site2 .text ul > li {
    width: 20%;
    text-align: center;
  }
  .service_area__site2 .text a {
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    display: block;
    font-weight: 600;
  }
  #contents {
    background-image: url(../images/main/odo.png);
    background-position: center;
    padding: 50px 0px;
  }
  #contents .inner_wrap {
    padding: 0 10px;
  }
  #contents > .title {
    font-size: 37px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
  }
  #contents > .title span {
    color: #9446b5;
  }
  .news_area__site1 {
    display: block;
    margin-bottom: 50px;
  }
  .news_area__site1 .swiper-slide {
    padding: 0 10px;
  }
  .news_area__site1 .swiper-slide > div img {
    width: 100%;
    height: 245px;
    cursor: pointer;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news_area__site1 .swiper-slide > div .con1_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    padding: 8px 15px 15px 15px;
    height: 70px;
    line-height: 1.5;
  }
  .news_area__site1 .swiper-slide > div .con1_text .title {
    height: 70px;
    overflow: hidden;
    font-size: 18px;
  }
  .news_area__site1 .swiper-slide > div:hover .con1_text {
    height: 100%;
  }
  .news_area__site1 .swiper-button-next_b {
    top: 50%;
    z-index: 10;
    right: -50px;
    font-size: 50px;
    font-weight: 100;
    color: #000;
  }
  .news_area__site1 .swiper-button-prev_b {
    top: 50%;
    z-index: 10;
    left: -50px;
    font-size: 50px;
    font-weight: 100;
    color: #000;
  }
  .news_area__site2 {
    margin: 0px;
    width: 50%;
    padding: 30px 60px;
    background-color: #fff;
  }
  .news_area__site2 > a > img {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 9%;
    height: 37px;
  }
  .news_area__site2 .table {
    border-bottom: 1px solid #ccc;
  }
  .news_area__site2 .table li {
    width: 18%;
  }
  .news_area__site2 .table li .title {
    font-size: 22px;
    height: 35px;
    margin-bottom: 12px;
    text-align: center;
    cursor: pointer;
  }
  .news_area__site2 .table li ul {
    margin-top: 10px;
    width: 100%;
  }
  .news_area__site2 .table li ul li {
    width: 100%;
    font-size: 16px;
    line-height: 37px;
    color: #404040;
    padding-left: 22px;
    position: relative;
  }
  .news_area__site2 .table li ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #b8b8b8;
  }
  .news_area__site2 .table li ul li p > a > span {
    color: #404040;
  }
  .news_area__site2 .table li ul li p > a > span:hover {
    color: #000;
    text-decoration: underline;
  }
  .news_area__site2 .table li ul li p:nth-child(1) {
    float: left;
  }
  .news_area__site2 .table li ul li p:nth-child(2) {
    position: absolute;
    right: 0;
  }
  .news_area__site2 .table li.on .title {
    color: #764294;
  }
  .news_area__site3 {
    color: #fff;
    margin-top: 0;
    width: 50%;
  }
  .news_area__site3 .con2-box__right__box1 {
    background-color: #009986;
    padding: 30px;
    cursor: pointer;
    width: 50%;
    min-height: 300px;
  }
  .news_area__site3 .con2-box__right__box1:hover > .div-ju > img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .news_area__site3 .con2-box__right__box1 .div-ju {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    line-height: 27px;
  }
  .news_area__site3 .con2-box__right__box1 .div-ju h3 {
    font-size: 25px;
  }
  .news_area__site3 .con2-box__right__box1 .div-ju img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .news_area__site3 .con2-box__right__box1 p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .news_area__site3 .con2-box__right__box2 {
    background-color: #ff9900;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    cursor: pointer;
    width: 50%;
    min-height: 300px;
  }
  .news_area__site3 .con2-box__right__box2 h3 {
    font-size: 25px;
    line-height: 70px;
  }
  .news_area__site3 .con2-box__right__box2 h1 {
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 15px;
  }
  .news_area__site3 .con2-box__right__box2 img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .news_area__site3 .con2-box__right__box2:hover img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .notice_area__site1 {
    width: 50%;
    margin-top: 50px;
  }
  .notice_area__site1 li {
    width: 50%;
  }
  .notice_area__site2 {
    margin-top: 50px;
    width: 50%;
  }
  .video_area {
    display: block;
  }
  .indicator {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    z-index: 100;
  }
  .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;
    text-shadow: 0px 0px 5px #000;
  }
  .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 .fa, .indicator .indi_list li a .icon .fas, .indicator .indi_list li a .icon .far, .indicator .indi_list li a .icon .fal, .indicator .indi_list li a .icon .fad, .indicator .indi_list li a .icon .fab {
    margin-top: 26px;
    vertical-align: top;
  }
  .indicator .indi_list li.active {
    height: 95px;
  }
  .indicator .indi_list li.active a {
    background-color: #733c9a;
    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 .top_wrap .inner_wrap > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #footer .footer-box__ul1 a {
    font-size: 10px;
  }
  .sub_container {
    padding-top: 120px;
  }
  .sub_visual {
    height: 370px;
    padding-top: 80px;
    background-size: cover;
    position: relative;
  }
  .sub_visual:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
  }
  .sub_visual .title {
    font-size: 42px;
    line-height: normal;
    position: relative;
    z-index: 2;
  }
  .sub_visual .desc {
    display: block;
    margin-top: 10px;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    opacity: .7;
    position: relative;
    z-index: 2;
  }
  .sub_visual .sub_nav {
    display: block;
  }
  .sub_visual .menu_select {
    display: none;
  }
  .sub_location {
    display: block;
    position: relative;
    height: 60px;
    margin-top: -60px;
    z-index: 4;
  }
  .sub_location .inner_wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
  .sub_location a {
    display: block;
    height: 100%;
  }
  .sub_location .sub_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .sub_location .sub_menu > li {
    position: relative;
    float: left;
    cursor: pointer;
  }
  .sub_location .sub_menu > li:not(.home) {
    width: 22%;
  }
  .sub_location .sub_menu > li .link {
    display: block;
    padding: 0 30px 0 20px;
    width: 100%;
    line-height: 58px;
    color: #666666;
    font-size: 18px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    white-space: nowrap;
    cursor: pointer;
  }
  .sub_location .sub_menu > li .link:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 8px;
    height: 8px;
    border: solid #666666;
    border-width: 0 1px 1px 0;
    margin-top: -6px;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
    content: '';
  }
  .sub_location .sub_menu > li:last-child .link {
    line-height: 60px;
    border: none;
    background: url(../images/sub_menu_b.png);
    background-size: cover;
    background-position: center center;
    color: #fff;
  }
  .sub_location .sub_menu > li:last-child .link:after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
  }
  .sub_location .sub_menu > li.home {
    width: 10%;
  }
  .sub_location .sub_menu > li.home a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    background: #fff;
    border: none;
    font-size: 20px;
    line-height: 58px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    color: #5e605f;
  }
  .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 > li.active:last-child .link {
    background-color: #fff;
    border-color: #101010;
    border-bottom: none;
    color: #fff;
  }
  .sub_location .sub_menu > li.active:last-child .link:after {
    border-color: #fff;
  }
  .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: #733c9a;
  }
  .location_wrap {
    margin: 0 auto;
    width: 960px;
    padding: 25px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .location_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .location_wrap .location {
    position: relative;
    float: left;
    left: 10px;
    top: auto;
    width: auto;
  }
  .location_wrap .location a {
    font-size: 18px;
    color: #101010;
  }
  .location_wrap .location a.home {
    font-size: 16px;
    color: #101010;
  }
  .location_wrap .location a .arrow {
    margin-top: -8px;
    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: #733c9a;
  }
  .location_wrap .view_option {
    display: block;
    float: right;
    padding: 0;
    background: none;
  }
  .sub_title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 35px;
    font-weight: bold;
  }
  .sub_tabs {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0;
  }
  .sub_tabs li {
    position: relative;
  }
  .sub_tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    color: #101010;
    font-size: 18px;
    line-height: 64px;
  }
  .sub_content {
    padding: 0 0 80px;
  }
  .sub_content .inner_wrap {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media all and (min-width: 1240px) {
  .popupArea .popupinner {
    width: 1440px;
  }
  #all_menu .swiper-container {
    max-width: 1440px;
  }
  #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: 1440px;
  }
  #header .logo {
    top: 19px;
  }
  #header .logo > a {
    background-image: url(../images/sp_kwu.png);
    background-size: 396px 210px;
    background-position: -196px 0px;
    width: 200px;
    height: 41px;
  }
  #header #gnb {
    border-bottom: 1px solid #e6e6e6;
  }
  #header #gnb #nav {
    margin-right: 150px;
  }
  #header #gnb #nav .nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #gnb #nav .nav_menu > li.on a span {
    color: #5a5389;
  }
  #header #gnb #nav .nav_menu > li > a span {
    font-size: 18px;
  }
  #header #gnb #nav .nav_menu > li > a span:after {
    display: none;
  }
  #header #gnb #nav .nav_menu > li .nav_sub {
    top: 81px;
    left: 0;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_wrap {
    width: 1440px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list {
    padding-left: 280px;
    min-height: 300px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 + .dep2 {
    margin-top: 22px;
  }
  #header #gnb #nav .nav_menu > li .nav_sub .menu_list .menu_inner .dep2 > li a span {
    font-size: 20px;
    height: 20px;
  }
  #header .gnb_bottom {
    display: none;
    position: absolute;
    left: 0;
    top: 131px;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.1s;
    transition: height 0.1s;
    z-index: 200;
    overflow: hidden;
  }
  #header .gnb_bottom .after {
    position: absolute;
    width: 25.4%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-image: url(../images/main/nav_menu_b.png);
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: center center;
    border-left: 1px solid #d9d9d9;
  }
  #header.open .gnb_bottom {
    height: 90px;
    border-bottom: 1px solid #f4efeb;
  }
  .main_visual .swiper-container {
    height: 700px;
  }
  .main_visual .swiper-container .slogun .text {
    line-height: 50px;
    margin-bottom: 16px;
    font-size: 40px;
    letter-spacing: -3px;
  }
  .main_visual .swiper-container .slogun .title {
    font-size: 60px;
    line-height: 95px;
    margin-bottom: 23px;
  }
  .main_visual .swiper-container .slogun .desc {
    line-height: 40px;
    font-size: 40px;
    letter-spacing: -3px;
  }
  .main_visual .banner_label {
    padding: 0 90px;
    line-height: 100PX;
    font-size: 25px;
  }
  #contents .inner_wrap {
    padding: 0 10px;
  }
  .notice_area__site2 {
    height: 465px;
  }
  #footer .inner_wrap {
    max-width: 1440px;
  }
  #footer .top_wrap .inner_wrap > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #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;
  }
  #footer .footer-box__ul1 a {
    font-size: 15px;
  }
  .sub_visual .title {
    font-size: 42px;
  }
  .sub_visual .desc {
    margin-top: 10px;
    font-size: 19px;
    line-height: 26px;
  }
  .sub_location .inner_wrap {
    max-width: 1440px;
  }
  .sub_location .sub_menu > li .link {
    min-width: 240px;
  }
  .sub_location .sub_menu > li:last-child span,
  .sub_location .sub_menu > li:last-child a {
    min-width: 300px;
  }
  .location_wrap {
    width: 1440px;
  }
  .sub_tabs {
    max-width: 1440px;
    margin-bottom: 60px;
  }
  .sub_tabs li a {
    font-size: 18px;
  }
  .sub_content .inner_wrap {
    max-width: 1440px;
  }
}

@media all and (max-width: 1240px) {
  .intro_group .depth2 li {
    padding: 0 8px;
  }
}

@media all and (max-width: 768px) {
  .intro_group .depth1 > li .name {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
  .intro_group .depth1 > li .name:before {
    display: none !important;
  }
  .intro_group .depth1 > li.line2 {
    margin-top: 0;
  }
  .intro_group .depth1 > li.line2 .depth2 > li {
    width: 100%;
  }
  .intro_group .depth1 > li.line2 .depth2 > li .name {
    width: 100%;
  }
  .intro_group .depth1 > li.line4 {
    margin-top: 0;
  }
  .intro_group .depth1 > li.line4:before {
    display: none;
  }
  .intro_group .depth2 li {
    width: 50% !important;
    margin-top: 15px;
    padding: 0 5px;
  }
  .intro_group .depth2 li > ol > li {
    margin-top: 0;
  }
  .intro_group .depth2 li > ol > li .name {
    margin-top: 0;
  }
  .intro_group .depth2_list {
    padding: 10px 10px;
  }
  .intro_group .depth2_list > a,
  .intro_group .depth2_list > span {
    font-size: 13px;
  }
}

@media all and (max-width: 600px) {
  .main_visual .swiper-container .swiper-wrapper .swiper-slide img {
    height: 300px !important;
  }
}

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

				br {
					display: block;
				}

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

				p {
					font-size: 15px;

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

				span {
					margin-top: 20px;
				}

				em {
					line-height: 26px;
				}
			}
			 */
  }
  .login_wrap {
    width: 960px;
    margin: 0 auto;
    padding: 100px 0 50px;
    background-size: auto;
  }
  .login_wrap .login_title {
    padding-bottom: 60px;
  }
  .login_wrap .login_title h3 {
    font-size: 50px;
    font-weight: 500;
  }
  .login_wrap .login_title .txt {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
  }
  .login_wrap .login_title .desc {
    margin-top: 25px;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: 500;
  }
  .login_wrap .login_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px 60px;
    border-bottom: 1px solid #ddd;
  }
  .login_wrap .login_inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .login_wrap .login_inner .login_box,
  .login_wrap .login_inner .idpw_search_box {
    position: relative;
    float: left;
  }
  .login_wrap .login_inner .login_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .login_wrap .login_inner .login_box .login_first {
    padding-right: 150px;
  }
  .login_wrap .login_inner .login_box .login_first .wrap_input {
    margin-top: 10px;
  }
  .login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit {
    width: 100px;
    padding-right: 15px;
  }
  .login_wrap .login_inner .login_box .login_first .wrap_input .input_text > .tit label {
    font-size: 16px;
  }
  .login_wrap .login_inner .login_box .login_first .wrap_input .cont input {
    padding: 16px 10px;
    font-size: 18px;
  }
  .login_wrap .login_inner .login_box .login_first .login {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    margin: 0;
  }
  .login_wrap .login_inner .login_box .login_first .login span {
    font-size: 20px;
    font-weight: 600;
  }
  .login_wrap .login_inner .login_box .login_first .checkbox_wrap {
    margin-top: 43px;
    margin-left: 0;
    padding-left: 30px;
    font-size: 18px;
  }
  .login_wrap .login_inner .login_box .text_list {
    margin-top: 40px;
    padding-left: 10px;
  }
  .login_wrap .login_inner .login_box .text_list li {
    position: relative;
    font-size: 14px;
    color: #101010;
    padding-left: 10px;
    line-height: 23px;
  }
  .login_wrap .login_inner .login_box .text_list li:before {
    top: 10px;
  }
  .login_wrap .login_inner .idpw_search_box {
    min-width: 300px;
    width: 300px;
    margin-top: 0;
    margin-left: 60px;
  }
  .login_wrap .login_inner .idpw_search_box ul li {
    float: none;
    width: 100%;
    padding: 10px 10px 10px 125px;
    border: none;
  }
  .login_wrap .login_inner .idpw_search_box ul li + li {
    margin-top: 40px;
  }
  .login_wrap .login_inner .idpw_search_box ul li:before {
    display: none;
  }
  .login_wrap .login_inner .idpw_search_box ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .login_wrap .login_inner .idpw_search_box ul li dl {
    padding: 0;
    text-align: left;
  }
  .login_wrap .login_inner .idpw_search_box ul li dl dt {
    margin-top: 0;
    font-size: 20px;
  }
  .login_wrap .login_inner .idpw_search_box ul li dl dd {
    font-size: 16px;
    margin-top: 7px;
  }
  .org_map .clear {
    display: block;
  }
  .org_map *:after,
  .org_map *:before {
    position: absolute;
  }
  .org_map .org1 {
    margin: 0 auto;
    width: 300px;
  }
  .org_map .org1 p {
    font-size: 28px;
  }
  .org_map .org1-line:before {
    content: "";
    height: 610px;
    left: 50%;
    top: -10px;
    border-right: 1px solid #ddd;
    z-index: -2;
  }
  .org_map .org2 {
    width: 300px;
    margin-top: 50px;
    line-height: 50px;
  }
  .org_map .org2:after {
    top: 27px;
    display: block;
    height: 53px;
    border-left: 1px solid #ddd;
  }
  .org_map .org2:before {
    top: 50%;
    content: "";
    right: -120%;
    width: 300px;
    height: 1px;
    background-color: #ddd;
    content: '';
  }
  .org_map .org2.org_left {
    float: left;
  }
  .org_map .org2.org_left:before {
    right: -120%;
  }
  .org_map .org2.org_left:after {
    content: "";
    right: -20%;
  }
  .org_map .org2.org_right {
    float: right;
  }
  .org_map .org2.org_right:before {
    left: -120%;
  }
  .org_map .org2.org_right:after {
    content: "";
    left: -20%;
  }
  .org_map .org2-1:before, .org_map .org2-1:after {
    top: 50%;
    display: block;
    width: 20%;
    border-bottom: 1px solid #ddd;
    z-index: -1;
  }
  .org_map .org2-1:nth-of-type(3):before, .org_map .org2-1:nth-of-type(3):after {
    width: 120%;
  }
  .org_map .org2-1:nth-of-type(3):before {
    left: -120% !important;
  }
  .org_map .org2-1:nth-of-type(3):after {
    right: -120% !important;
  }
  .org_map .org2-1 a,
  .org_map .org2-1 span {
    font-size: 16px;
  }
  .org_map .org_right .org2-1:before {
    content: "";
    left: -20%;
  }
  .org_map .org_left .org2-1:after {
    content: "";
    right: -20%;
  }
  .org_map .org4 {
    margin: 0 -10px;
  }
  .org_map .org4:before {
    content: "";
    display: block;
    width: calc(100% - 20%);
    left: 10%;
    border-bottom: 1px solid #ddd;
  }
  .org_map .org4 .bx {
    float: left;
    width: calc(20% - 20px);
    margin: 0 10px;
  }
  .org_map .org4 .bx:after {
    content: "";
    display: block;
    left: 50%;
    top: 0;
    height: 150px;
    border-left: 1px solid #ddd;
    z-index: -1;
  }
  .org_map .org4-1 {
    margin-top: 40px;
  }
  .org_map .org4-2 p {
    margin-top: 20px;
    padding: 15px 5px;
  }
  .org_map .org4-2 p a {
    margin: -15px -5px;
    padding: 15px 5px;
  }
  .org_map .org4-2 > ul {
    padding: 10px 15px;
    border: 1px solid #EFEFEF;
    border-top: none;
    background: #fff;
    font-size: 14px;
  }
  .org_map .org4-2 li {
    margin: 15px 0;
    padding-left: 10px;
    font-size: 15px;
  }
  .org_map .org4-2 li:before {
    margin-right: 5px;
    margin-left: -10px;
  }
  .org_map .org4-2 li li {
    margin: 3px 0;
  }
  .org_map .org4-2 li a:hover {
    color: #FF9900;
  }
  .org_map .org5 {
    margin: 0 -10px;
  }
  .org_map .org5:after {
    content: "";
    display: block;
    top: 142px;
    left: 12.5%;
    width: calc(100% - 25%);
    border-bottom: 1px solid #ddd;
    z-index: -1;
  }
  .org_map .org5.col2:after {
    left: 12.5%;
    right: 62.4%;
    width: auto;
  }
  .org_map .org5.col5 .bx {
    width: calc(20% - 20px);
  }
  .org_map .org5.col5:after {
    left: 10%;
    right: 10%;
    width: auto;
  }
  .org_map .org5 .bx {
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .org_map .org5 .bx:after {
    content: "";
    display: block;
    left: 50%;
    top: 0;
    height: 20px;
    border-left: 1px solid #ddd;
    z-index: -1;
  }
  .org_map .org5 .bx:nth-of-type(1):after {
    top: 60px;
  }
  .org_map .org5-1 {
    margin: 60px 0 20px 0;
    font-size: 16px;
  }
  .org_map .org5-1:after {
    content: "";
    display: block;
    left: 50%;
    top: 0;
    height: 135%;
    border-left: 1px solid #ddd;
    z-index: -1;
  }
  .social_media {
    padding-bottom: 40px;
  }
  .social_media .media_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social_media .media_left .movie_wrap {
    min-width: 683px;
    height: 402px;
  }
  .social_media .media_left .movie_wrap video {
    width: 683px;
    height: 402px;
  }
  .social_media .media_left .movie_info {
    padding: 80px 20px 0;
  }
  .social_media .media_left .movie_info .tit {
    font-size: 24px;
    line-height: 30px;
    max-height: 60px;
  }
  .social_media .media_left .movie_info .desc {
    margin: 30px auto;
    font-size: 14px;
    line-height: 25px;
  }
  .social_media .media_left .movie_info .btn_more {
    min-width: 115px;
    height: 40px;
    font-size: 14px;
    line-height: 39px;
    padding: 0 10px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }
  .social_media .media_left .movie_info .btn_more .fa, .social_media .media_left .movie_info .btn_more .fas, .social_media .media_left .movie_info .btn_more .far, .social_media .media_left .movie_info .btn_more .fal, .social_media .media_left .movie_info .btn_more .fad, .social_media .media_left .movie_info .btn_more .fab {
    margin: 13px 0 0 4px;
  }
  .social_media .media_left .movie_info .btn_more:hover {
    background-color: #fff;
    color: #333;
  }
  .social_media .media_right {
    padding: 0;
  }
  .social_media .media_right .sns_list {
    margin-top: 30px;
  }
  .social_media .media_right .sns_list li {
    float: left;
    width: 50%;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  .conversation {
    position: relative;
  }
  .conversation .fluid {
    padding: 0;
  }
  .conversation .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .conversation .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 70px;
  }
  .conversation .content:after {
    content: '';
    display: block;
    clear: both;
  }
  .conversation .content br {
    display: block;
  }
  .conversation .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .conversation .content strong {
    font-weight: bold;
  }
  .conversation .content .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-top: 0 !important;
    margin-right: 20px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #333;
    font-weight: 300;
    text-align: left;
  }
  .conversation .content .text p {
    margin-top: 20px;
  }
  .conversation .btn_link {
    display: inline-block;
    margin-top: 46px;
    font-size: 15px;
    min-width: 110px;
    height: 48px;
    color: #000;
    line-height: 46px;
    padding: 0 20px;
    vertical-align: top;
  }
  .conversation .img {
    position: relative;
    margin-top: 0;
  }
  .thumb_list {
    margin-right: -40px;
    padding: 0;
  }
  .thumb_list li {
    width: 293px;
    margin-bottom: 50px;
    margin-right: 40px;
  }
  .thumb_list li .inner .info {
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .thumb_list li .inner .subj {
    font-size: 20px;
  }
  .thumb_list li .inner .desc {
    margin-top: 6px;
    font-size: 17px;
  }
  .thumb_list li .inner .date {
    margin-top: 12px;
    font-size: 15px;
  }
  .thumb_list li .inner .btn_area .btn_more {
    height: 44px;
    font-size: 15px;
    line-height: 43px;
  }
  .thumb_list li .inner .btn_area .btn_more .fa, .thumb_list li .inner .btn_area .btn_more .fas, .thumb_list li .inner .btn_area .btn_more .far, .thumb_list li .inner .btn_area .btn_more .fal, .thumb_list li .inner .btn_area .btn_more .fad, .thumb_list li .inner .btn_area .btn_more .fab {
    margin-top: 14px;
  }
  .error_page {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    padding: 267px 0;
  }
  .error_page .logo {
    position: absolute;
    left: 40px;
    top: 40px;
  }
  .error_page .logo a {
    display: block;
    background-image: url(../images/sp_kwu.png);
    background-size: 396px 210px;
    background-position: -196px 0px;
    width: 200px;
    height: 41px;
  }
  .error_page .holder {
    text-align: center;
  }
  .error_page .holder .fa, .error_page .holder .fas, .error_page .holder .far, .error_page .holder .fal, .error_page .holder .fad, .error_page .holder .fab {
    font-size: 62px;
    color: #000;
  }
  .error_page .holder .message {
    margin: 30px 0 0;
    font-size: 36px;
    color: #000;
  }
  .error_page .holder p.description {
    margin: 35px 0 0;
    font-size: 16px;
    color: #101010;
    line-height: 1.7;
  }
  .error_page .holder p.description span {
    color: #333;
  }
  .error_page .action {
    display: block;
    margin-top: 36px;
  }
  .error_page .action .btn_large {
    display: inline-block;
    margin-left: 7px;
    min-width: 180px;
    background-color: #5e5b57;
    border-color: #5e5b57;
  }
  .error_page .action .btn_large > span {
    display: block;
    height: 48px;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
  }
  .error_page .action .btn_large:first-child {
    margin-left: 0;
  }
  .error_page .action .btn_large.primary {
    border-color: #ef151e;
    background-color: #ef151e;
  }
  .error_page .action .btn_large.primary > span {
    color: #fff;
  }
  header {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .header {
    width: 960px;
    position: relative;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    /*.header .title{position:absolute;right:0px;top:65px;}*/
  }
  header .header .header h1.logo {
    display: inline-block;
    width: 260px;
    padding-top: 44px;
  }
  header .header .title {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 40px;
  }
  header .header .title h3 {
    font-size: 70px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
  }
  header .header .title h4 {
    font-size: 38px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
  }
  header .header .title .title_img {
    position: absolute;
    right: -30px;
    top: 50px;
    display: block;
  }
  .wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    margin-top: 0px;
    background-color: transparent;
  }
  .wrap section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap section .side_banner {
    width: 161px;
  }
  .wrap section .side_banner .clearfix {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap section .side_banner .clearfix li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 211px;
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap section .side_banner .clearfix li a {
    width: 100%;
    display: block;
  }
  .wrap section .side_banner .clearfix li a span {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 16px 20px;
  }
  .wrap section .side_banner .clearfix li a .text strong {
    font-size: 22px;
    color: #fff000;
  }
  .wrap section .side_banner .clearfix li a img {
    width: 24px;
    height: 8px;
  }
  .wrap section .content {
    margin-left: 20px;
    margin-right: 20px;
    width: 65%;
    margin-top: 0px;
  }
  .wrap section .content .box_01 {
    width: 100%;
    background: url("../intro/box01_bg.png") no-repeat;
    background-size: cover;
  }
  .wrap section .content .box_01 .title {
    width: 100%;
    background: url("../intro/content_title_bg.png") no-repeat;
    background-size: cover;
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 18px 0px;
  }
  .wrap section .content .box_01 .cont_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrap section .content .box_01 .cont_area .cont {
    float: left;
    width: 100%;
  }
  .wrap section .content .box_01 .cont_area .cont .cont_title::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../intro/box01_icon.png") left center no-repeat;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
  }
  .wrap section .content .box_01 .cont_area .cont .cont_title {
    color: #b49aff;
    font-size: 24px;
    font-weight: bold;
  }
  .wrap section .content .box_01 .cont_area .cont .text {
    margin-top: 23px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .wrap section .content .box_01 .cont_area .cont .text div h3 {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 192px;
    padding: 10px 0px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div span {
    color: #fff;
    font-size: 18px;
    padding: 10px 0px 10px 18px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) span {
    width: 100%;
    font-size: 17px;
    padding: 3px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div:nth-child(3) {
    margin-bottom: 10px;
  }
  .wrap section .content .box_01 .cont_area .right_cont {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    float: unset;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul li {
    width: 32%;
    text-align: center;
    border: 1px solid #7b6ba7;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul li a {
    color: #fff;
    padding: 6px 0px;
    display: -ms-grid;
    display: grid;
    background-color: rgba(31, 17, 68, 0.5);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul .active a {
    background-color: #960097;
  }
  .wrap section .content .box_01 .box01_btn {
    margin-top: 40px;
  }
  .wrap section .content .box_01 .box01_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  .wrap section .content .box_01 .box01_btn ul li {
    width: 50%;
    text-align: center;
  }
  .wrap section .content .box_01 .box01_btn ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 27px 0px;
  }
  .wrap section .content .box_01 .box01_btn ul li:nth-child(1) {
    background-color: #150938;
  }
  .wrap section .content .box_01 .box01_btn ul li:nth-child(2) {
    background-color: #231059;
  }
  .wrap section .content .box_01 .box01_btn ul li:nth-child(2) strong {
    color: #9988cc;
  }
  .wrap section .content .box_02 {
    margin-top: 30px;
    width: 100%;
    background: url("../intro/box02_bg.png") no-repeat;
    background-size: cover;
  }
  .wrap section .content .box_02 .title {
    width: 100%;
    background: url("../intro/content_title_bg2.png") no-repeat;
    background-size: cover;
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 18px 0px;
  }
  .wrap section .content .box_02 .cont_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrap section .content .box_02 .cont_area .cont {
    float: left;
    width: 100%;
  }
  .wrap section .content .box_02 .cont_area .cont .cont_title::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../intro/box01_icon.png") left center no-repeat;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
  }
  .wrap section .content .box_02 .cont_area .cont .cont_title {
    color: #b49aff;
    font-size: 24px;
    font-weight: bold;
  }
  .wrap section .content .box_02 .cont_area .cont .text {
    margin-top: 0px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .wrap section .content .box_02 .cont_area .cont .text div h3 {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 192px;
    padding: 10px 0px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div span {
    color: #fff;
    font-size: 18px;
    padding: 10px 0px 10px 18px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div:nth-child(3), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div:nth-child(3) span, .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) span {
    width: 100%;
    font-size: 17px;
    padding: 3px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div:nth-child(1), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(4) {
    margin-bottom: 10px;
  }
  .wrap section .content .box_02 .cont_area .right_cont {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul {
    width: 100%;
    float: unset;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul li {
    width: 100%;
    text-align: center;
    border: 1px solid #657ea5;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul li a {
    color: #fff;
    padding: 20px 0px;
    display: block;
    background-color: rgba(7, 50, 85, 0.5);
  }
  .wrap section .content .box_02 .cont_area .right_cont ul .active a {
    background-color: #e3792f;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul .wid50 {
    width: 47.6%;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul .mr5 {
    margin-right: 3px;
  }
  .wrap section .content .box_02 .box02_btn {
    margin-top: 40px;
  }
  .wrap section .content .box_02 .box02_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap section .content .box_02 .box02_btn ul li {
    width: 100%;
    text-align: center;
    background-color: #062e59;
  }
  .wrap section .content .box_02 .box02_btn ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 27px 0px;
  }
  .wrap section .right_banner {
    width: 161px;
  }
  .wrap section .right_banner .clearfix {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap section .right_banner .clearfix .active a {
    background-color: #361f79;
    color: #fff;
  }
  .wrap section .right_banner .clearfix li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    height: 271px;
  }
  .wrap section .right_banner .clearfix li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .wrap section .right_banner .clearfix li a span {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 90px;
    margin-left: 25px;
    text-align: left;
  }
  .wrap footer .ft_wrap {
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap footer .ft_wrap h3 {
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
  }
  .wrap footer .ft_wrap span {
    margin: 15px 0px;
    width: 100%;
    color: #fff;
    font-size: 17px;
  }
}

@media all and (min-width: 1240px) {
  .introduce_info {
    position: relative;
  }
  .introduce_info .text_wrap {
    padding: 80px 60px;
  }
  .introduce_info .text_wrap .cont strong {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: bold;
    line-height: 58px;
  }
  .introduce_info .text_wrap .cont p {
    font-size: 18px;
    line-height: 32px;
  }
  .introduce_info .text_wrap .cont span {
    font-size: 20px;
  }
  .introduce_info .text_wrap .cont em {
    margin-top: 80px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
  .login_wrap {
    width: 1200px;
  }
  .login_wrap .login_inner {
    padding: 60px 60px;
  }
  .login_wrap .login_inner .login_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .login_wrap .login_inner .login_box .login_first {
    padding-right: 180px;
  }
  .login_wrap .login_inner .idpw_search_box {
    min-width: 340px;
    width: 340px;
    margin-left: 100px;
  }
  .social_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social_media .media_left .movie_wrap video {
    height: 402px;
  }
  .social_media .media_left .movie_info .tit {
    font-size: 30px;
    line-height: 38px;
    max-height: 76px;
  }
  .social_media .media_left .movie_info .desc {
    margin: 30px auto;
    font-size: 16px;
    line-height: 25px;
  }
  .social_media .media_right {
    margin-left: 40px;
  }
  .social_media .media_right .sns_list {
    margin-top: 0;
    padding: 0;
  }
  .social_media .media_right .sns_list li {
    float: none;
    width: 100%;
    margin: 25px 0;
  }
  .conversation .content {
    padding: 40px 100px 60px;
  }
  .thumb_list li {
    width: 330px;
  }
  header .header {
    width: 1440px;
    margin: 0 auto;
  }
  header .header .title .title_img {
    position: absolute;
    right: 13%;
    top: 50px;
    display: block;
  }
  .wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    margin-top: 0px;
    background-color: transparent;
  }
  .wrap section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap section .content {
    width: 75%;
  }
  .wrap section .content .box_01 .cont_area .cont {
    float: left;
    width: 65%;
  }
  .wrap section .content .box_01 .cont_area .cont .cont_title::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../intro/box01_icon.png") left center no-repeat;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
  }
  .wrap section .content .box_01 .cont_area .cont .cont_title {
    color: #b49aff;
    font-size: 24px;
    font-weight: bold;
  }
  .wrap section .content .box_01 .cont_area .cont .text {
    margin-top: 23px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .wrap section .content .box_01 .cont_area .cont .text div h3 {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 192px;
    padding: 10px 0px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div span {
    color: #fff;
    font-size: 18px;
    padding: 10px 0px 10px 18px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div:nth-child(2) span {
    width: 100%;
    font-size: 17px;
    padding: 3px;
  }
  .wrap section .content .box_01 .cont_area .cont .text div:nth-child(3) {
    margin-bottom: 10px;
  }
  .wrap section .content .box_01 .cont_area .right_cont {
    width: 35%;
    float: right;
    margin-top: 0px;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul li {
    width: 300px;
    text-align: center;
    border: 1px solid #7b6ba7;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul li a {
    color: #fff;
    padding: 20px 0px;
    display: block;
    background-color: rgba(31, 17, 68, 0.5);
    height: auto;
  }
  .wrap section .content .box_01 .cont_area .right_cont ul .active a {
    background-color: #960097;
  }
  .wrap section .content .box_02 .cont_area .cont {
    float: left;
    width: 64%;
  }
  .wrap section .content .box_02 .cont_area .cont .cont_title::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../intro/box01_icon.png") left center no-repeat;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
  }
  .wrap section .content .box_02 .cont_area .cont .cont_title {
    color: #b49aff;
    font-size: 24px;
    font-weight: bold;
  }
  .wrap section .content .box_02 .cont_area .cont .text {
    margin-top: 0px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .wrap section .content .box_02 .cont_area .cont .text div h3 {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 192px;
    padding: 10px 0px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div span {
    color: #fff;
    font-size: 18px;
    padding: 10px 0px 10px 18px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div:nth-child(3), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div:nth-child(3) span, .wrap section .content .box_02 .cont_area .cont .text div:nth-child(6) span {
    width: 100%;
    font-size: 17px;
    padding: 3px;
  }
  .wrap section .content .box_02 .cont_area .cont .text div:nth-child(1), .wrap section .content .box_02 .cont_area .cont .text div:nth-child(4) {
    margin-bottom: 10px;
  }
  .wrap section .content .box_02 .cont_area .right_cont {
    width: 35%;
    float: right;
    margin-top: 0px;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul {
    width: 300px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul li {
    width: 100%;
    text-align: center;
    border: 1px solid #657ea5;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul li a {
    color: #fff;
    padding: 20px 0px;
    display: block;
    background-color: rgba(7, 50, 85, 0.5);
    height: auto;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul .active a {
    background-color: #e3792f;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul .wid50 {
    width: 47.6%;
  }
  .wrap section .content .box_02 .cont_area .right_cont ul .mr5 {
    margin-right: 3px;
  }
}
/*# sourceMappingURL=kwu.css.map */