@charset "UTF-8";
@import url(contents.css);
/*-------------------------------------------------

title       : Sub 메뉴 02
Author      : EASESOFT
Create date : 2024-04

-------------------------------------------------*/
/* 서브 비주얼 */
.sub_visual {
  position: relative;
  width: 100%;
  height: 24.4rem;
  overflow: hidden;
}
.sub_visual .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.sub_visual .desc .tt {
  color: #fff;
  display: block;
  font-size: 4.8rem;
  font-weight: 800;
}
.sub_visual .desc .txt {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 8px;
  opacity: 0.8;
  margin-top: 2rem;
}
.sub_visual .img {
  background-color: #191B1F;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sub_visual .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.6;
  z-index: -1;
}

/* 콘텐츠 레이아웃 */
#sub_wrap .layout_fix {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 4rem);
  max-width: 140rem;
  margin: 0 auto;
}

/* 서브 메뉴 */
#snb {
  width: 25rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
#snb .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13rem;
  background-color: var(--main-color-light);
  border-radius: 5rem 0 0 0;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}
#snb .title::after {
  content: "";
  width: 19rem;
  height: 5.5rem;
  background: url("../../main/img/sub/snb-bg.svg") no-repeat center;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}
#snb .list {
  margin-top: 2rem;
}
#snb .list .btn {
  display: none;
}
#snb .list > ul > li + li {
  margin-top: 1rem;
}
#snb .list > ul > li > a {
  height: 5.6rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 5rem 1rem 2.5rem;
  color: #333;
  font-size: 1.7rem;
  font-weight: 600;
  border: 1px solid #E5E5E5;
}
#snb .list > ul > li > a::after {
  content: "\ea6e";
  color: #333;
  font-family: "remixicon";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
#snb .list > ul > li > a[target=_blank] {
  content: "\f0f4";
}
#snb .list > ul > li ul {
  display: none;
  background-color: #F5F7F8;
  padding: 2rem 2.4rem 2rem 3rem;
}
#snb .list > ul > li ul li {
  padding-left: 1.6rem;
  position: relative;
}
#snb .list > ul > li ul li a {
  color: #747474;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  z-index: 1;
  line-height: 1.25;
}
#snb .list > ul > li ul li a::before {
  content: "";
  background-color: #BFD2FF;
  width: 0;
  height: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: -1;
}
#snb .list > ul > li ul li::before {
  content: "";
  border-left: 1px solid #747474;
  border-bottom: 1px solid #747474;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
#snb .list > ul > li ul li.active a {
  color: #333;
  font-weight: 500;
}
#snb .list > ul > li ul li.active a::before {
  width: 100%;
}
#snb .list > ul > li ul li.active::before {
  border-color: #333;
}
#snb .list > ul > li ul li + li {
  margin-top: 1rem;
}
#snb .list > ul > li.is-depth3 > a::after {
  content: "\ea13" !important;
  font-weight: 600;
}
#snb .list > ul > li.active > a {
  background-color: var(--main-color-light);
  border-color: var(--main-color-light);
  color: #fff;
}
#snb .list > ul > li.active > a::after {
  color: #fff;
  opacity: 1;
}
#snb .list > ul > li.active.is-depth3 > a::after {
  content: "\f1ae" !important;
}
#snb .list > ul > li.active ul {
  display: block;
}

/* 콘텐츠 영역 */
#contents {
  width: calc(100% - 25rem);
  padding-left: 7rem;
  padding-bottom: 14rem;
  position: relative;
  outline: 0;
  /* 유틸영역 */
  /* 콘텐츠 바디 */
  /* 만족도 조사 */
}
#contents .contents_util {
  padding: 3.5rem 0 6rem;
  /* 확대/공유/프린트 */
}
#contents .contents_util .nav-depth {
  display: none;
}
#contents .contents_util .location .path li {
  color: #777;
  display: inline;
  font-size: 1.4rem;
  position: relative;
}
#contents .contents_util .location .path li + li::before {
  content: "\ea6e";
  color: #ddd;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "remixicon";
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  margin: 0 0.3rem 0 0;
}
#contents .contents_util .location .path li:last-child {
  color: #555;
}
#contents .contents_util .location .path li.icon a {
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  vertical-align: -1px;
}
#contents .contents_util .location .path li.icon a::before {
  content: "\ee1f";
  font-size: 1.8rem;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
}
#contents .contents_util .location .path li a {
  display: inline-block;
}
#contents .contents_util .location .path li a.active {
  border-bottom: 1px solid #777;
}
#contents .contents_util .util {
  position: absolute;
  right: 0;
  top: 3rem;
  z-index: 5;
}
#contents .contents_util .util .btn {
  display: inline-block;
  overflow: hidden;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3rem;
  border: 1px solid #ddd;
  border-radius: 100%;
  color: #848484;
  position: relative;
  text-align: center;
  vertical-align: top;
  transition: all 0.2s;
}
#contents .contents_util .util .btn::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  font-weight: normal;
  text-align: center;
  line-height: inherit;
  font-size: 1.8rem;
}
#contents .contents_util .util .btn.up::before {
  content: "\ea13";
}
#contents .contents_util .util .btn.down::before {
  content: "\f1af";
}
#contents .contents_util .util .btn.open::before {
  content: "\f0fe";
}
#contents .contents_util .util .btn.print::before {
  content: "\f029";
}
#contents .contents_util .util .btn:hover {
  background-color: #E8EEF3;
  border-color: #E8EEF3;
  color: #333;
}
#contents .contents_util .util .share {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#contents .contents_util .util .share .item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  right: -4.2rem;
  top: 4.7rem;
  z-index: 1;
}
#contents .contents_util .util .share .item::before {
  content: "";
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  position: absolute;
  right: 5.3rem;
  top: -0.5rem;
  z-index: 1;
}
#contents .contents_util .util .share .item .btn_close {
  display: none;
}
#contents .contents_util .util .share .item .title {
  display: none;
}
#contents .contents_util .util .share .item .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #E8E8E8;
  padding: 1rem 2rem;
  height: 5.2rem;
  position: relative;
  background: #fff;
}
#contents .contents_util .util .share .item .list a {
  background-color: #5E6369;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  position: relative;
  text-align: center;
}
#contents .contents_util .util .share .item .list a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  text-align: center;
  line-height: inherit;
  font-size: 1.8rem;
  transition: all 0.3s;
}
#contents .contents_util .util .share .item .list .facebook a::before {
  content: "\ecbc";
  background-color: #1877F2;
}
#contents .contents_util .util .share .item .list .twitter a::before {
  content: "\f3e7";
  background-color: #000;
}
#contents .contents_util .util .share .item .list .band a::before {
  content: "";
  background: #5CBA1E url("/main/img/sub/sns_band.svg") no-repeat 1.1rem center;
  background-size: 1.2rem;
}
#contents .contents_util .util .share .item .list .qrcode a {
  font-weight: 700;
  font-size: 1.2rem;
  word-break: keep-all;
}
#contents .contents_util .util .share .item .list .qrcode .qr {
  display: none;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 2rem;
  position: absolute;
  left: -1px;
  top: 5rem;
  width: calc(100% + 2px);
  text-align: center;
  z-index: 1;
}
#contents .contents_util .util .share .item .list .qrcode .qr img {
  margin: 0 auto;
}
#contents .contents_util .util .share .item .list .qrcode.active .qr {
  display: block;
}
#contents .contents_util .util .share .item .list .urlShare a::before {
  content: "\eeb2";
}
#contents .contents_util .util .share.active .btn.open {
  background-color: #E8EEF3;
  border-color: #E8EEF3;
  color: #333;
}
#contents .contents_util .util .share.active .btn.open::before {
  content: "\eb99";
}
#contents .contents_util .util .share.active .item {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#contents .contents_util #contents_title {
  color: #151515;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.3;
  display: block;
  margin-top: 5rem;
}
#contents #contents_body {
  display: block;
  width: 100%;
  min-height: 45rem;
  position: relative;
}
#contents .contents_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  margin-top: 8rem;
  word-break: keep-all;
}
#contents .contents_info .kogl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #E3E8F1;
  padding: 2rem 3rem;
}
#contents .contents_info .kogl .img {
  flex: none;
  margin-right: 2rem;
}
#contents .contents_info .kogl .txt {
  font-size: 1.8rem;
  font-weight: 400;
}
#contents .contents_info .duty {
  display: flex;
  padding: 2rem 3rem;
  background: #F4F7F9;
  font-size: 1.6rem;
  font-weight: 400;
}
#contents .contents_info .duty .title {
  display: none;
}
#contents .contents_info .duty .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#contents .contents_info .duty li {
  position: relative;
}
#contents .contents_info .duty li ~ li {
  position: relative;
  padding-left: 2rem;
  margin-left: 2rem;
}
#contents .contents_info .duty li ~ li::before {
  content: "";
  display: block;
  background-color: #B0B0B0;
  width: 1px;
  height: 1.2rem;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
#contents .contents_info .duty li strong.label {
  font-weight: 700;
}
#contents .contents_info #satisfy {
  background: #F4F7F9;
  padding: 2.2rem 3rem;
  font-size: 1.6rem;
  position: relative;
}
#contents .contents_info #satisfy fieldset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
#contents .contents_info #satisfy fieldset .title {
  flex: none;
  width: 9rem;
  font-weight: 700;
  color: #333;
}
#contents .contents_info #satisfy #s_form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 10rem;
  position: relative;
}
#contents .contents_info #satisfy #s_form .cont {
  display: flex;
}
#contents .contents_info #satisfy #s_form .m_select {
  display: none;
}
#contents .contents_info #satisfy #s_form .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#contents .contents_info #satisfy #s_form .list .form_radio {
  margin-right: 3rem;
}
#contents .contents_info #satisfy #s_form .list .form_radio + .form_radio {
  margin-left: 0;
}
#contents .contents_info #satisfy #s_form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #292A30;
  color: #fff;
  padding: 1.3rem 3rem;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 0.4rem;
}
#contents .contents_info #satisfy #s_form .btn:focus {
  outline: 2px dotted #2A4EC6;
}
#contents .contents_info #satisfy #s_form .other_feedback {
  position: relative;
  flex: none;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#contents .contents_info #satisfy #s_form .other_feedback label {
  font-size: 1.5rem;
  font-weight: 400;
  display: none;
}
#contents .contents_info #satisfy #s_form .other_feedback .form_textbox {
  padding: 1rem;
  min-height: 5rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  resize: none;
}
#contents .contents_info #satisfy #s_form .other_feedback .counter {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  font-size: 1.2rem;
  color: #777;
  line-height: 1;
  background: #fff;
  padding: 2px;
}
#contents .contents_info #satisfy .txt {
  position: absolute;
  right: 2rem;
  top: 1.3rem;
  font-size: 1.4rem;
  display: none;
}
#contents .contents_info #satisfy .end {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}

/*4뎁스 탭*/
.depth4_tab:not(.tabA) {
  margin-bottom: 5rem;
  width: 100%;
  border-bottom: 1px solid #D9DADF;
}
.depth4_tab:not(.tabA) #depth4_menu_ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.depth4_tab:not(.tabA) #depth4_menu_ul li {
  margin-right: -1px;
  margin-bottom: -1px;
}
.depth4_tab:not(.tabA) #depth4_menu_ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9DADF;
  color: #111;
  font-size: 1.6rem;
  width: 18rem;
  min-height: 4.5rem;
  transition: all 0.3s;
  box-sizing: border-box;
}
.depth4_tab:not(.tabA) #depth4_menu_ul li.active a {
  position: relative;
  background: #0D2756;
  border-color: #0D2756;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li a {
  height: 6rem;
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab) a {
  padding-right: 3.5rem;
  gap: 0.7rem;
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab) i {
  width: 4rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab01 i {
  background-image: url("/main/img/sub/openinfo_ic01.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab02 i {
  background-image: url("/main/img/sub/openinfo_ic02.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab03 i {
  background-image: url("/main/img/sub/openinfo_ic03.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab04 i {
  background-image: url("/main/img/sub/openinfo_ic04.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab05 i {
  background-image: url("/main/img/sub/openinfo_ic05.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab06 i {
  background-image: url("/main/img/sub/openinfo_ic06.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab07 i {
  background-image: url("/main/img/sub/openinfo_ic07.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab08 i {
  background-image: url("/main/img/sub/openinfo_ic08.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab09 i {
  background-image: url("/main/img/sub/openinfo_ic09.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab10 i {
  background-image: url("/main/img/sub/openinfo_ic10.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab11 i {
  background-image: url("/main/img/sub/openinfo_ic11.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab12 i {
  background-image: url("/main/img/sub/openinfo_ic12.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab13 i {
  background-image: url("/main/img/sub/openinfo_ic13.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab14 i {
  background-image: url("/main/img/sub/openinfo_ic14.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).mn_tab15 i {
  background-image: url("/main/img/sub/openinfo_ic15.svg");
}
.depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab).active i {
  filter: brightness(90);
}

@media screen and (min-width: 1025px) {
  /*효과*/
  .depth4_tab:not(.tabA) #depth4_menu_ul li:hover {
    z-index: 2;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul li:hover a {
    border-color: #0D2756;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.depth4_tab.tabA {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.depth4_tab.tabA .btn {
  border: 1px solid #CED6DC;
  width: 20rem;
  height: 4.6rem;
  padding: 1rem 1.6rem;
  color: #151515;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  position: relative;
}
.depth4_tab.tabA .btn::after {
  content: "\ea4e";
  color: #777;
  font-size: 2rem;
  font-family: "remixicon";
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}
.depth4_tab.tabA ul {
  display: none;
}
.depth4_tab.tabA ul li {
  color: #333;
  font-size: 1.6rem;
}
.depth4_tab.tabA ul li + li {
  margin-top: 1rem;
}
.depth4_tab.tabA.active ul {
  display: block;
  border: 1px solid #CED6DC;
  border-top: 0;
  background-color: #fff;
  padding: 1rem 2rem;
  max-height: 15rem;
  overflow-y: auto;
}
.depth4_tab.tabA.active ul li.active {
  font-weight: 700;
}
.depth4_tab.tabA.active ul::-webkit-scrollbar {
  position: relative;
  width: 0.5rem;
}
.depth4_tab.tabA.active ul::-webkit-scrollbar-thumb {
  background-color: #EBEDF1;
  border: 2px solid #EBEDF1;
  border-radius: 100rem;
}
.depth4_tab.tabA.active ul::-webkit-scrollbar-track {
  background-color: #fff;
}
.depth4_tab.tabA.select-g {
  right: 21rem;
}

.depth5_tab.tabA {
  position: absolute;
  right: 0;
  top: 9.5rem;
  z-index: 1;
}
.depth5_tab.tabA .btn {
  background-color: #fff;
  border: 1px solid #CED6DC;
  width: 20rem;
  height: 4.6rem;
  padding: 1rem 1.6rem;
  color: #151515;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  position: relative;
}
.depth5_tab.tabA .btn::after {
  content: "\ea4e";
  color: #777;
  font-size: 2rem;
  font-family: "remixicon";
  position: absolute;
  right: 1rem;
  top: 0.7rem;
}
.depth5_tab.tabA ul {
  display: none;
}
.depth5_tab.tabA ul li {
  color: #333;
  font-size: 1.6rem;
}
.depth5_tab.tabA ul li + li {
  margin-top: 1rem;
}
.depth5_tab.tabA ul::-webkit-scrollbar {
  position: relative;
  width: 0.5rem;
}
.depth5_tab.tabA ul::-webkit-scrollbar-thumb {
  background-color: #EBEDF1;
  border: 2px solid #EBEDF1;
  border-radius: 100rem;
}
.depth5_tab.tabA ul::-webkit-scrollbar-track {
  background-color: #fff;
}
.depth5_tab.tabA.active ul {
  display: block;
  border: 1px solid #CED6DC;
  border-top: 0;
  background-color: #fff;
  padding: 1rem 2rem;
  max-height: 15rem;
  overflow-y: auto;
}
.depth5_tab.tabA.active ul li.active {
  font-weight: 700;
}

/* 사이트맵 */
.sitemap .depth1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6rem 0;
  border-top: 1px solid #151515;
}
.sitemap .depth1:last-child {
  border-bottom: 1px solid #151515;
}
.sitemap .depth1 .depth1_title {
  flex: none;
  position: relative;
  width: 22rem;
  padding-top: 1.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
}
.sitemap .depth1 .depth1_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 4px;
  background: #151515;
}
.sitemap .depth1 .menu_box {
  flex: 1;
}
.sitemap .depth1 .menu_box .depth2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.sitemap .depth1 .menu_box .depth2 > li {
  width: 25%;
  padding-right: 2rem;
  box-sizing: border-box;
}
.sitemap .depth1 .menu_box .depth2 .depth2_title {
  font-size: 2.2rem;
  font-weight: 600;
}
.sitemap .depth1 .menu_box .depth2 .depth2_title span {
  position: relative;
}
.sitemap .depth1 .menu_box .depth2 .depth2_title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0048C8;
  transition: 0.2s;
}
.sitemap .depth1 .menu_box .depth2 .depth2_title:hover {
  color: #0048C8;
}
.sitemap .depth1 .menu_box .depth2 .depth2_title:hover span::before {
  width: 100%;
}
.sitemap .depth1 .menu_box .depth3 {
  margin-top: 2rem;
  font-weight: 400;
}
.sitemap .depth1 .menu_box .depth3 > li + li {
  margin-top: 0.5rem;
}
.sitemap .depth1 .menu_box .depth3 > li .depth3_title {
  position: relative;
  padding-left: 1.5rem;
}
.sitemap .depth1 .menu_box .depth3 > li .depth3_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #E8E8E8;
  border-radius: 100%;
}
.sitemap .depth1 .menu_box .depth3 > li .depth3_title::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: -2px;
  width: 0;
  height: 4px;
  background: #CDE7F1;
  transition: 0.3s;
}
.sitemap .depth1 .menu_box .depth3 > li .depth3_title:hover {
  font-weight: 600;
  color: #000;
}
.sitemap .depth1 .menu_box .depth3 > li .depth3_title:hover::before {
  background: #CDE7F1;
}
.sitemap .depth1 .menu_box .depth3 > li .depth3_title:hover::after {
  width: calc(100% - 1.5rem);
}
.sitemap .depth1 .menu_box .depth4 {
  margin-top: 1rem;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #747474;
}
.sitemap .depth1 .menu_box .depth4 > li {
  position: relative;
  padding-left: 1.2rem;
}
.sitemap .depth1 .menu_box .depth4 > li + li {
  margin-top: 0.3rem;
}
.sitemap .depth1 .menu_box .depth4 > li ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.5rem;
  height: 1px;
  background: #707070;
}
.sitemap .depth1 .menu_box .depth4 > li:hover {
  color: #000;
}
.sitemap .depth1 .menu_box .depth5 {
  display: none;
}
.sitemap .depth1.menu4 .depth2 > li:nth-child(5) > .depth3 > li:nth-child(1) .depth4 {
  display: none;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  #snb {
    width: 22rem;
    margin-top: -4rem;
  }
  #snb .title {
    height: 13rem;
    font-size: 3.4rem;
  }
  #contents {
    width: calc(100% - 22rem);
    padding-left: 3rem;
    padding-bottom: 14rem;
    /* 유틸영역 */
  }
  #contents .contents_util {
    padding: 3rem 0 5rem;
  }
  #contents .contents_util #contents_title {
    font-size: 4rem;
    margin-top: 4rem;
  }
}
@media (max-width: 1300px) {
  /* 콘텐츠 영역 */
  #contents .contents_info #satisfy #s_form .list .form_radio {
    margin-right: 2rem;
  }
  /* 사이트맵 */
  .sitemap .depth1 .depth1_title {
    width: 18rem;
  }
  .sitemap .depth1 .menu_box .depth2 > li {
    width: 33.33%;
  }
}
/* 모바일 시작 ****************************************************************/
@media (max-width: 1024px) {
  /* 서브 비주얼 */
  .sub_visual {
    height: 24rem;
  }
  .sub_visual .desc .tt {
    font-size: 3.6rem;
  }
  .sub_visual .desc .txt {
    font-size: 1.2rem;
  }
  .sub_visual .desc .txt i {
    display: block;
  }
  /* 콘텐츠 레이아웃 */
  #sub_wrap .layout_fix {
    display: block;
    width: 100%;
  }
  /* 서브 메뉴 */
  #snb {
    display: none;
  }
  /* 콘텐츠 영역 */
  #contents {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10rem;
    /* 유틸영역 */
    /* 콘텐츠 바디 */
    /* 만족도 조사 */
  }
  #contents .contents_util {
    position: relative;
    padding: 4.6rem 0 6rem;
  }
  #contents .contents_util .nav-depth {
    display: flex;
    flex-direction: row;
    width: calc(100% - 4rem);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  #contents .contents_util .nav-depth .list {
    flex: 1;
    position: relative;
    padding-top: 4.6rem;
  }
  #contents .contents_util .nav-depth .list li {
    position: relative;
    z-index: 2;
    width: calc(100% + 4rem);
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  #contents .contents_util .nav-depth .list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 4.6rem;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #E8E8E8;
    line-height: 1.1;
  }
  #contents .contents_util .nav-depth .list li.active {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    height: auto;
    width: 100%;
    border-left: 1px solid #E8E8E8;
  }
  #contents .contents_util .nav-depth .list li.active a {
    font-size: 1.6rem;
  }
  #contents .contents_util .nav-depth .list li.active a::before {
    content: "";
    position: absolute;
    transform: translate(0, -50%);
    right: 1.2rem;
    top: 50%;
    border-top: 6px solid #777;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  #contents .contents_util .nav-depth .list li.on a {
    color: #0048C8;
    border-bottom: 1px solid #0048C8;
  }
  #contents .contents_util .nav-depth .list.open::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4.6rem;
    z-index: 1;
    width: calc(100% + 4rem);
    height: calc(100% - 4.6rem);
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  #contents .contents_util .nav-depth .list.open li {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #contents .contents_util .nav-depth .list.open li.active a {
    font-weight: 800;
  }
  #contents .contents_util .nav-depth .list.open li.active a::before {
    border-top: none;
    border-bottom: 6px solid #000;
  }
  #contents .contents_util .nav-depth .list.depth1 li.active {
    border-left: none;
  }
  #contents .contents_util .nav-depth .list.depth4, #contents .contents_util .nav-depth .list.depth5 {
    display: none;
  }
  #contents .contents_util .location {
    display: none;
  }
  #contents .contents_util .util {
    top: 0;
    z-index: auto;
  }
  #contents .contents_util .util .zoom {
    display: none;
  }
  #contents .contents_util .util .btn {
    width: 4rem;
    height: 4.6rem;
    border: none;
    border-radius: 0;
    font-size: 0;
  }
  #contents .contents_util .util .btn.print {
    display: none;
  }
  #contents .contents_util .util .btn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
  }
  #contents .contents_util .util .share .item {
    right: 10px;
  }
  #contents .contents_util .util .share.active .item {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #contents .contents_util .util .share.active .item::before {
    display: none;
  }
  #contents .contents_util .util .share.active .item .btn_close {
    display: block;
    position: fixed;
    left: calc(50% - 1.6rem);
    top: calc(50% - 120px);
    width: 3.2rem;
    height: 3.2rem;
    background: #E8EEF3;
    border-radius: 100%;
    font-size: 0;
  }
  #contents .contents_util .util .share.active .item .btn_close::before {
    content: "\eb99";
    display: block;
    width: 100%;
    height: 100%;
    font-family: "remixicon";
    font-weight: normal;
    text-align: center;
    line-height: 3.2rem;
    font-size: 1.8rem;
  }
  #contents .contents_util .util .share.active .item .inner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2.5rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #contents .contents_util .util .share.active .item .title {
    display: block;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  #contents .contents_util .util .share.active .item .list {
    border: none;
    padding: 0;
  }
  #contents .contents_util .util .share.active .item .list .qrcode {
    display: none;
  }
  #contents .contents_util #contents_title {
    clear: both;
    width: 100%;
    padding: 0 1.5rem;
    font-size: 3.2rem;
  }
  #contents #contents_body {
    padding: 0 1.5rem;
  }
  #contents .contents_info {
    margin: 8rem 1.5rem 0;
  }
  #contents .contents_info .kogl .txt {
    font-size: 1.4rem;
  }
  /* 4뎁스 탭 */
  .depth4_tab:not(.tabA) {
    position: relative;
    margin-bottom: 4rem;
    padding: 0 30px;
    border: none;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul li a {
    width: 100%;
    height: 4.5rem;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 4.5rem;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul li a.active {
    background: #0D2756;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: none;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul li a.active a {
    background: #0D2756;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: none;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li a {
    height: 4.5rem;
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a {
    position: absolute;
    top: 0;
    font-size: 0;
    display: flex;
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a::before {
    width: 3rem;
    height: 4.5rem;
    font-family: "remixicon";
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a.bx-prev::before {
    content: "\ea64";
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a.bx-next {
    right: 0;
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a.bx-next::before {
    content: "\ea6e";
  }
  .depth4_tab.tabA {
    right: 1.5rem;
  }
  .depth5_tab.tabA {
    top: auto;
    right: auto;
    position: relative;
    margin-bottom: 4rem;
    margin-top: -3rem;
  }
  .depth5_tab.tabA .btn {
    width: 100%;
  }
  /* 사이트맵 */
  .sitemap .depth1 {
    flex-direction: column;
    padding-top: 0;
  }
  .sitemap .depth1 .depth1_title {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  .sitemap .depth1 .menu_box {
    width: 100%;
  }
  .sitemap .depth1 .menu_box .depth2 {
    gap: 4rem 0;
  }
  .sitemap .depth1 .menu_box .depth2 .depth2_title {
    font-size: 1.8rem;
  }
  .sitemap .depth1 .menu_box .depth3 {
    margin-top: 1rem;
  }
  .sitemap .depth1 .menu_box .depth3 > li + li {
    margin-top: 0rem;
  }
  .sitemap .depth1 .menu_box .depth3 > li .depth3_title {
    font-size: 1.6rem;
  }
  .sitemap .depth1 .menu_box .depth3 > li .depth3_title::before {
    top: 0.8rem;
  }
  .sitemap .depth1 .menu_box .depth4 {
    margin-top: 0.5rem;
  }
  .sitemap .depth1 .menu_box .depth4 > li {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  /* 콘텐츠 영역 */
  #contents {
    /* 만족도 조사 */
  }
  #contents .contents_info .kogl {
    flex-direction: column;
    padding: 2rem;
  }
  #contents .contents_info .kogl .img {
    max-width: 200px;
    margin: 0 auto 1rem;
  }
  #contents .contents_info .duty {
    padding: 2rem;
    font-size: 1.4rem;
  }
  #contents .contents_info .duty .list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #contents .contents_info .duty .list li ~ li {
    margin: 0;
    padding: 0;
  }
  #contents .contents_info .duty .list li ~ li::before {
    display: none;
  }
  #contents .contents_info #satisfy {
    padding: 2.5rem 2rem;
  }
  #contents .contents_info #satisfy fieldset {
    flex-direction: column;
    align-items: flex-start;
  }
  #contents .contents_info #satisfy fieldset .title {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
  #contents .contents_info #satisfy #s_form {
    flex-direction: column;
    align-items: flex-start;
  }
  #contents .contents_info #satisfy #s_form .m_select {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 1.5rem;
  }
  #contents .contents_info #satisfy #s_form .m_select::before {
    content: "\ea50";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    font-size: 2rem;
    line-height: 4rem;
    font-family: "remixicon";
  }
  #contents .contents_info #satisfy #s_form .list {
    display: none;
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 10rem);
    padding: 0.5rem 1rem;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
  }
  #contents .contents_info #satisfy #s_form .list li {
    width: 100%;
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
  }
  #contents .contents_info #satisfy #s_form .list li:last-child {
    border: none;
  }
  #contents .contents_info #satisfy #s_form .btn {
    margin: 0;
    padding: 1.1rem 3rem;
  }
  #contents .contents_info #satisfy #s_form .end span {
    display: block;
  }
  #contents .contents_info #satisfy #s_form.active .list {
    display: block;
  }
  #contents .contents_info #satisfy #s_form .other_feedback .form_textbox {
    padding-bottom: 3rem;
  }
  /*4뎁스 탭*/
  .depth4_tab.tabA {
    position: static;
    margin-bottom: 1rem;
  }
  .depth4_tab.tabA .btn {
    width: 100%;
  }
  .depth4_tab.tabA + h2.dep01 {
    margin-top: 5rem !important;
  }
  /* 사이트맵 */
  .sitemap .depth1 .menu_box .depth2 > li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  /* 콘텐츠 영역 */
  #contents {
    /* 유틸영역 */
  }
  #contents .contents_util .nav-depth .list li.active a {
    letter-spacing: -0.5px;
    font-size: 1.5rem;
  }
  #contents .contents_util .nav-depth .list li.active a::before {
    right: 1rem;
  }
  #contents .contents_util .nav-depth .list.depth1 {
    flex: 0 0 10rem;
  }
}
@media (max-width: 450px) {
  /* 콘텐츠 영역 */
  #contents {
    /* 유틸영역 */
  }
  #contents .contents_util .nav-depth .list.depth1 {
    display: none;
  }
  /*4뎁스 탭*/
  .depth4_tab:not(.tabA) {
    padding: 0 20px;
  }
  .depth4_tab:not(.tabA) .bx-controls-direction a::before {
    width: 2rem;
    font-size: 2.5rem;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab) a {
    padding-right: 1.5rem;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul.openinfo li:not(.mn_tab) i {
    width: 3rem;
    height: 2.25rem;
    background-size: cover;
  }
  .depth4_tab:not(.tabA) #depth4_menu_ul li a {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  #contents .contents_info #satisfy #s_form {
    padding-right: 0;
  }
  #contents .contents_info #satisfy #s_form.active .list {
    width: 100%;
  }
  #contents .contents_info #satisfy #s_form .btn {
    position: static;
    margin-top: 1rem;
    width: 100%;
  }
  /* 사이트맵 */
  .sitemap .depth1 .menu_box .depth2 {
    gap: 0.5rem 0;
  }
  .sitemap .depth1 .menu_box .depth2 > li {
    width: 100%;
  }
  .sitemap .depth1 .menu_box .depth3 {
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  /* 서브 비주얼 */
  .sub_visual .desc .tt {
    font-size: 3.6rem;
  }
  .sub_visual .desc .txt {
    font-size: 1.15rem;
    letter-spacing: 7px;
  }
  /* 서브 메뉴 */
  #snb {
    display: none;
  }
  /* 콘텐츠 영역 */
  #contents {
    width: 100%;
    padding-left: 0;
  }
}