@charset "UTF-8";
@import url("../../css/common.css");
@import url("../../font/dingbat_xeicon.css");
/*@import url('contents.css');
@import url('contents2.css');*/
/*-------------------------------------------------
title       : 서브
Author      : 플랜아이 광주
Create date : 2020-03-03
-------------------------------------------------*/
#header #gnb1 {
  border-bottom: 1px solid #ddd;
}

#visual {
  display: none;
}

.main_wrap {
  width: 152rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding-bottom: 10rem;
  padding-top: 4rem;
}
.main_wrap::after {
  content: "";
  display: block;
  clear: both;
}

#visual {
  position: relative;
  height: 27rem;
  margin-bottom: 4.5rem;
  color: #fff;
  text-align: center;
}
#visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  width: 100%;
}
#visual .control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 152rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
#visual .control a {
  font-size: 1.8rem;
  float: left;
  line-height: 5rem;
}
#visual .control a::before {
  float: left;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: "remixicon";
  content: "\e93d";
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .control a.next {
  float: right;
}
#visual .control a.next::before {
  float: right;
  margin: 0 0 0 1rem;
  content: "\e940";
}
#visual .control a:hover::before, #visual .control a:focus::before {
  background-color: rgba(0, 0, 0, 0.7);
}
#visual .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  display: block;
  z-index: -1;
  width: 1000%;
  height: 100%;
}
#visual .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-animation: visual_scale 7s;
          animation: visual_scale 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes visual_scale {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes visual_scale {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes visual_scale2 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes visual_scale2 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
#snb {
  float: left;
  width: 26rem;
}
#snb .title {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  height: 16.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 4.5rem;
  word-break: keep-all;
  text-align: center;
}
#snb .title > .img {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -2;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  top: 0;
}
#snb .title > .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-animation: visual_scale 4s;
  animation: visual_scale 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#snb .list {
  overflow: hidden;
  border-radius: 2rem;
  margin-top: -3.9rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.3);
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#snb .list > ul > li > a {
  display: block;
  position: relative;
  padding: 1.4rem 2.2rem 1.4rem 2.2rem;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
#snb .list > ul > li > a::before {
  content: "";
  width: calc(100% - 4.4rem);
  left: 50%;
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #ddd;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#snb .list > ul > li > a:hover, #snb .list > ul > li > a:focus {
  outline: 2px dashed black;
  outline-offset: -10px;
  color: #2434B0;
}
#snb .list > ul > li > a:hover, #snb .list > ul > li > a:focus:not(:focus-visible) {
  outline: none;
  color: #2434B0;
}
#snb .list > ul > li.type1 > a::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  font-size: 1.4rem;
  right: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "\ea4e";
  font-size: 1.8rem;
  font-weight: 500;
  color: #999;
}
#snb .list > ul > li.type1 > a:hover::after, #snb .list > ul > li.type1 > a:focus::after {
  color: #2434B0;
}
#snb .list > ul > li.active.type1 > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #2434B0;
}
#snb .list > ul > li.active > a {
  color: #2434B0;
  font-weight: 800;
}
#snb .list > ul > li.active > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 2rem 0.5rem;
  margin: 0 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #ddd;
}
#snb .list > ul > li.active > ul > li + li {
  margin-top: 5px;
}
#snb .list > ul > li.active > a:before {
  height: 3px;
  background-color: #2434B0 !important;
  border-radius: 30px;
}
#snb .list > ul > li > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  display: block !important;
}
#snb .list > ul > li > ul .active a {
  font-weight: 700;
  color: #111;
}
#snb .list > ul > li > ul a {
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
  display: block;
  color: #555;
}
#snb .list > ul > li > ul a::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
#snb .list > ul > li > ul a::before {
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #A5A5A5;
  border-radius: 50%;
}
#snb .list > ul > li > ul a.linkWindow::after {
  content: "\ecaf";
  font-family: "remixicon";
  font-size: 1.5rem;
  padding-left: 0.3rem;
  vertical-align: top;
}
#snb .list > ul > li > ul a:hover, #snb .list > ul > li > ul a:focus {
  color: #111;
  font-weight: 600;
}
#snb .list > ul > li:last-child > a:before {
  background-color: inherit;
}
#snb .list > ul > li:last-child > ul {
  border-bottom: 0;
}

#contents {
  float: right;
  width: calc(100% - 32rem);
}

#contents_title {
  font-size: 4.1rem;
  color: #111;
  font-weight: 800;
  letter-spacing: -0.123rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

#contents_body {
  margin-bottom: 10rem;
}

.location {
  margin-right: 9rem;
}
.location > .list {
  display: none;
}
.location > .list::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "\ee1d";
  text-align: center;
  line-height: 5rem;
  font-family: "remixicon";
}
.location > .list::after {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.location > .list > li {
  float: left;
  position: relative;
  width: 20rem;
  max-width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.location > .list > li .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(5rem - 1px);
  display: block;
  position: relative;
  width: 100%;
  padding: 0 4rem 0 2rem;
  border: 1px solid #000;
  border-bottom: 0 none;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.location > .list > li .label::after {
  right: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "remixicon";
  content: "\ea4e";
}
.location > .list > li > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #000;
  border-top: 0 none;
  background-color: #fff;
  color: #000;
  line-height: 2.5rem;
}
.location > .list > li > ul a {
  display: block;
  padding: 0 2rem;
  white-space: nowrap;
}
.location > .list > li > ul li + li {
  margin-top: 0.5rem;
}
.location > .list > li.active .label {
  background-color: #fff;
  font-weight: 800;
  color: #000;
}
.location > .list > li.active .label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.location > .list > li.active > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  min-width: 100%;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.location .path > li {
  display: inline;
  font-size: 1.5rem;
  color: #767676;
  font-weight: 500;
  vertical-align: text-top;
  position: relative;
}
.location .path > li + li::before {
  margin-right: 0.2rem;
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "remixicon";
  vertical-align: top;
  content: "\ea6e";
  color: #999;
}
.location .path > li a.active {
  font-weight: bold;
}
.location .path > li.icon > a {
  position: relative;
  width: 2rem;
  height: 1.8rem;
  display: inline-block;
  overflow: hidden;
  vertical-align: text-top;
}
.location .path > li.icon > a:before {
  content: "\ee1b";
  color: #555;
  font-size: 2rem;
  font-family: "remixicon";
  display: inline-block;
  line-height: 1.8rem;
}
.location .path > li > .label {
  position: relative;
}
.location .path > li > .label::before {
  background: url("../img/sub/depth_icon.png") no-repeat center/cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  content: "";
  right: -2.5rem;
  top: 0;
}
.location .path > li > .depth4 {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  min-width: calc(100% - 1.5rem);
  margin-top: 1rem;
  margin-left: 1.5rem;
  width: auto;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(132, 132, 132, 0.3);
  background: #FFF;
  border-radius: 15px;
}
.location .path > li > .depth4 li {
  color: #555;
}
.location .path > li.active > .depth4 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 1rem 0;
  z-index: 1;
}
.location .path > li.active > .depth4 > li.active > a {
  display: block;
  padding: 0.8rem 2rem;
  color: #555;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.location .path > li.active > .depth4 > li.active > a:hover, .location .path > li.active > .depth4 > li.active > a:focus {
  background-color: #F4F5FB;
  color: #2434B0;
  font-weight: 700;
}
.location .path > li:last-child > a {
  font-weight: 600;
  color: #333;
}
.location .path > li a:hover, .location .path > li a:focus {
  text-decoration: underline;
}

.contents_util {
  margin-bottom: 5.5rem;
  padding-top: 1.5rem;
}
.contents_util::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}
.contents_util .util {
  float: right;
  height: 0;
  margin-top: -3.2rem;
  text-align: right;
}
.contents_util .util .btn {
  min-width: 0;
  border-radius: 100%;
  font-weight: 400;
/*   color: #999; */
  color: #737373;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 3.5rem;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
}
.contents_util .util .btn::before {
  font-family: "remixicon";
  content: "\f0fe";
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  font-size: 2.2rem;
}
.contents_util .util .btn:hover, .contents_util .util .btn:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.contents_util .util .print::before {
  content: "\f029";
}
.contents_util .util .share::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  background-color: #999;
  position: absolute;
  right: -0.9rem;
  top: 1rem;
  opacity: 0.3;
}
.contents_util .share {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.contents_util .share .title {
  display: inline;
}
.contents_util .share .item {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  border-radius: 5rem;
  background-color: #efefef;
  text-align: center;
}
.contents_util .share .item::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #efefef;
  content: "";
  -webkit-transform: translateX(-50%) scaleX(0.5) rotate(45deg);
  transform: translateX(-50%) scaleX(0.5) rotate(45deg);
}
.contents_util .share .close {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -1.5rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.contents_util .share .close::before {
  font-family: "remixicon";
  content: "\eb99";
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.contents_util .share .list {
  padding: 1.5rem 0;
}
.contents_util .share .list a {
  display: inline-block;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.contents_util .share .list a::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  font-family: "remixicon";
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #555;
  font-weight: 500;
  font-size: 1.9rem;
}
.contents_util .share .list a:hover::before, .contents_util .share .list a:focus::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.contents_util .share .list .facebook a::before {
  content: "\ecbd  \ecbd";
}
.contents_util .share .list .twitter a::before {
  content: "\f23a  \f23a";
}
.contents_util .share .list .band a::before {
  content: "B B";
}
.contents_util .share .list .kakaostory a::before {
  content: "\f13c  \f13c";
}
.contents_util .share .list .kakaotalk a::before {
  content: "\ee6c  \ee6c";
}
.contents_util .share .list .link_share a::before {
  content: "\eeb2  \eeb2";
}
.contents_util .share.active .label {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.contents_util .share.active .item {
  visibility: visible;
  overflow: visible;
  width: 5rem;
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.depth4_tab ul {
  display: table;
  width: calc(100% + 0px);
  table-layout: fixed;
  background: #F4F4F8;
  border-radius: 50rem;
  margin-bottom: 5rem;
  padding: 0.8rem;
}
.depth4_tab ul > * {
  display: table-cell;
  padding-right: 0px;
  vertical-align: middle;
}
.depth4_tab ul li {
  font-size: 1.9rem;
  font-weight: 500;
  color: #555;
}
.depth4_tab ul li.active > a {
  font-weight: 600;
  color: #fff;
  background-color: #1C2F62;
  border-radius: 3rem;
}
.depth4_tab ul a {
  display: block;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  height: 4.8rem;
  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;
  padding: 0 1rem;
}
.depth4_tab ul a:hover, .depth4_tab ul a:focus {
  color: #111;
}

#depth5_menu_ul {
  overflow: hidden;
  overflow-x: auto;
  margin: -3rem 0 5rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-align: center;
}
#depth5_menu_ul li {
  display: inline;
  color: #767676;
}
#depth5_menu_ul li.active a {
  font-weight: 400;
  color: #111;
  font-weight: 700;
}
#depth5_menu_ul li.active a::before {
  width: 100%;
}
#depth5_menu_ul li + li:before {
  display: inline-block;
  content: "";
  background: #D9D9D9;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 2.7rem 0 2.5rem;
}
#depth5_menu_ul a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0.1rem 1.5rem;
  vertical-align: top;
}
#depth5_menu_ul a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.3rem;
  background-color: #0D2259;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3rem;
}
#depth5_menu_ul a:hover::before, #depth5_menu_ul a:focus::before {
  width: 100%;
}

.form_textbox {
  width: 100%;
  height: 4rem;
  max-height: 100%;
  padding: 0 1rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_textbox:focus {
  border-color: #000;
}

.form_radio {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-right: 2rem;
  padding-left: 2rem;
  vertical-align: top;
}
.form_radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form_radio input:focus + label::before {
  outline: 1px dotted #000;
}
.form_radio input:checked + label::after {
  background-color: #E00009;
}
.form_radio label {
  cursor: pointer;
}
.form_radio label::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  z-index: -2;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  content: "";
}
.form_radio label::after {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  z-index: -1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  content: "";
}
.form_radio:last-child {
  margin-right: 0;
}