@charset "UTF-8";
/* **************************************************************
  => 본명조 (Source Han Serif)
  https://noonnu.cc/font_page/35
************************************************************** */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/NotoSerifKR.woff) format("woff");
}
.notoserifkr- {
  font-family: "NotoSerifKR", sans-serif;
  font-weight: normal;
}

.font-notoserifkr {
  font-family: "NotoSerifKR", sans-serif;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Pretendard-Thin.subset.woff) format("woff");
}
.font-pretendard-Thin {
  font-family: "pretendard";
  font-weight: 100;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Pretendard-Extralight.subset.woff) format("woff");
}
.font-pretendard-Extralight {
  font-family: "pretendard";
  font-weight: 200;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Pretendard-Light.subset.woff) format("woff");
}
.font-pretendard-Light {
  font-family: "pretendard";
  font-weight: 300;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Pretendard-Regular.subset.woff) format("woff");
}
.font-pretendard-Regular {
  font-family: "pretendard";
  font-weight: 400;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Pretendard-Medium.subset.woff) format("woff");
}
.font-pretendard-Medium {
  font-family: "pretendard";
  font-weight: 500;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Pretendard-SemiBold.subset.woff) format("woff");
}
.font-pretendard-SemiBold {
  font-family: "pretendard";
  font-weight: 600;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Pretendard-Bold.subset.woff) format("woff");
}
.font-pretendard-Bold {
  font-family: "pretendard";
  font-weight: 700;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Pretendard-Extrabold.subset.woff) format("woff");
}
.font-pretendard-Extrabold {
  font-family: "pretendard";
  font-weight: 800;
}

@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Pretendard-Black.subset.woff) format("woff");
}
.font-pretendard-Black {
  font-family: "pretendard";
  font-weight: 900;
}

.font-pretendard {
  font-family: "pretendard", sans-serif;
}

input:required,
textarea:required,
.required {
  background-image: url("../images/require.png");
  background-repeat: no-repeat;
  background-position: right top;
}

input[type=password] {
  font-family: sans-serif;
}

body:lang(ko) {
  font-family: "Pretendard", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body:lang(en) {
  font-family: "Inter", "rajdhani", "Lato", "Play", sans-serif;
}
body:lang(cn) {
  font-family: "Noto Sans SC", sans-serif;
}
body:lang(ja) {
  font-family: "Noto Sans JP", Tahoma, "Microsoft Sans Serif", sans-serif, "MS PGothic", "MS PMincho", Meiryo;
}
body:lang(ru) {
  font-family: "Open Sans", Tahoma, "Microsoft Sans Serif", sans-serif, "MS PGothic", "MS PMincho", Meiryo;
}

.font-play {
  font-family: "Play", sans-serif;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}
.font-lato {
  font-family: "Lato", sans-serif;
}
.font-philosopher {
  font-family: "Philosopher", sans-serif;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-nanumbrush {
  font-family: "Nanum Brush Script", cursive;
}
.font-myeongjo {
  font-family: "Nanum Myeongjo", serif;
}
.font-handletter {
  font-family: "Handletter", serif;
}
.font-kyobohandwriting2020a {
  font-family: "KyoboHandwriting2020A", serif;
}
.font-iceland {
  font-family: "Iceland", cursive;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-chakra {
  font-family: "Chakra Petch", sans-serif;
}
.font-spotlight {
  font-family: "Y_Spotlight";
}
.font-iropke {
  font-family: "Iropke Batang";
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
.font-redhatdisplay {
  font-family: "Red Hat Display", sans-serif;
}
.font-eulyoo-regular {
  font-family: "Eulyoo1945-Regular", serif;
}
.font-eulyoo-bold {
  font-family: "Eulyoo1945-SemiBold", serif;
}
.font-small {
  font-size: 95%;
}
.font-smaller {
  font-size: 90%;
}
.font-smallest {
  font-size: 85%;
}
.font-big {
  font-size: 105%;
}
.font-bigger {
  font-size: 110%;
}
.font-biggest {
  font-size: 115%;
}
.font-size80 {
  font-size: 80%;
}
.font-size75 {
  font-size: 75%;
}
.font-size70 {
  font-size: 70%;
}
.font-size65 {
  font-size: 65%;
}
.font-big {
  font-size: 105%;
}
.font-bigger {
  font-size: 110%;
}
.font-biggest {
  font-size: 115%;
}
.font-size120 {
  font-size: 120%;
}
.font-size125 {
  font-size: 125%;
}
.font-size130 {
  font-size: 130%;
}
.font-size135 {
  font-size: 135%;
}
.font-size140 {
  font-size: 140%;
}

.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}

.line-1 {
  line-height: 1 !important;
}
.line-11 {
  line-height: 1.1 !important;
}
.line-12 {
  line-height: 1.2 !important;
}
.line-13 {
  line-height: 1.3 !important;
}
.line-14 {
  line-height: 1.4 !important;
}
.line-15 {
  line-height: 1.5 !important;
}
.line-16 {
  line-height: 1.6 !important;
}
.line-17 {
  line-height: 1.7 !important;
}
.line-18 {
  line-height: 1.8 !important;
}
.line-19 {
  line-height: 1.9 !important;
}
.line-20 {
  line-height: 2 !important;
}
.line-21 {
  line-height: 2.1 !important;
}
.line-22 {
  line-height: 2.2 !important;
}
.line-23 {
  line-height: 2.3 !important;
}
.line-24 {
  line-height: 2.4 !important;
}
.line-25 {
  line-height: 2.5 !important;
}
.line-30 {
  line-height: 3 !important;
}

table .th-xxl {
  min-width: 15rem;
}
table .th-xl {
  min-width: 12rem;
}
table .th-lg {
  min-width: 9rem;
}
table .th-md {
  min-width: 6rem;
}
table .th-sm {
  min-width: 3rem;
}

video {
  -o-object-fit: inherit;
     object-fit: inherit;
}

button:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

#skipnav {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#skipnav * {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#skipnav a {
  display: block;
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skipnav a:focus {
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.5625em;
  background: #123;
  color: #fff;
  font-weight: 600;
  line-height: 1.375;
  text-decoration: none;
  text-align: center;
}

#progress-indicator {
  z-index: 9999;
}

.material-icons {
  -webkit-font-feature-settings: "liga";
     -moz-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.material-icons .md-18 {
  font-size: 18px;
}
.material-icons .md-24 {
  font-size: 24px;
}
.material-icons .md-36 {
  font-size: 36px;
}
.material-icons .md-48 {
  font-size: 48px;
}

.input-group.input-group-write .input-group-prepend .input-group-text {
  min-width: 42px;
  max-width: 42px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.btn-respon {
  cursor: default;
  pointer-events: none;
}

.word-break {
  white-space: -pre-wrap;
  word-wrap: break-word;
  word-break: keep-all;
}

.style-solid {
  border-style: solid !important;
}
.style-dotted {
  border-style: dotted !important;
}
.style-dashed {
  border-style: dashed !important;
}

.border-custom-01 {
  border-color: #98abce !important;
}

.border-custom-01-sub {
  border-color: #d2dbea !important;
}

.blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 1rem;
  border-left: 5px solid #969696;
  background-color: #fbfbfb;
}

.list-custom > li {
  position: relative;
  padding-left: 1.4rem;
}
@media (max-width: 575.98px) {
  .list-custom > li {
    padding-left: 13px;
  }
}
.list-custom > li:before {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
       -o-transform: scale(0.4);
          transform: scale(0.4);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0.2rem;
  display: inline-block;
  padding-right: 5px;
  content: "\f111";
  vertical-align: bottom;
  text-transform: none;
  color: #b3bece;
}
.list-custom.list-custom-caution > li:before {
  color: #ae450c;
}
.list-custom.list-custom-success > li:before {
  color: #1e772f;
}
.list-custom.list-custom-lightsuccess > li:before {
  color: #7c930a;
}
.list-custom.list-custom-warning > li:before {
  color: #c8990b;
}

.scroll-box {
  overflow-y: scroll;
  height: 250px;
  padding: 1rem;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  user-select: none;
}

.box-dot {
  position: relative;
  z-index: 0;
}
.box-dot::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -2;
  background: url("../images/bg_box.gif");
  content: "";
}
.box-dot::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  background-color: #f8f8f8;
  content: "";
}
.box-dot > i {
  display: inline-block;
  position: relative;
  margin-right: 0.25rem;
  font-size: 1rem;
  vertical-align: middle;
}

.ui-topbox {
  position: relative;
  overflow: visible;
  padding: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #019fe4;
  border-right-color: #019fe4;
  border-bottom-color: #019fe4;
  border-left-color: #019fe4;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.ui-topbox::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#47b9e9), to(#019fe4));
  background: -webkit-linear-gradient(bottom, #47b9e9, #019fe4);
  background: -o-linear-gradient(bottom, #47b9e9, #019fe4);
  background: linear-gradient(to top, #47b9e9, #019fe4);
}
@media (max-width: 1049.98px) {
  .ui-topbox::before {
    width: 2px;
  }
}

.line-dot {
  height: 3px;
  background-image: url(../images/pattren_dot_gray.gif);
  border: none;
}

.list-group-counter {
  counter-reset: section;
}
.list-group-counter .group {
  position: relative;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: #acb1c5;
  border-right-color: #acb1c5;
  border-bottom-color: #acb1c5;
  border-left-color: #acb1c5;
  padding-top: 3rem;
}
@media (max-width: 1049.98px) {
  .list-group-counter .group {
    padding-top: 1rem;
  }
}
.list-group-counter .group:first-of-type {
  padding-top: 0;
}
.list-group-counter .group > .title {
  position: absolute;
  left: 0;
  border: 3px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.2rem;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#019fe4), to(#1daa3c));
  background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(left, #019fe4 0%, #1daa3c 100%);
  background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(left, #019fe4 0%, #1daa3c 100%);
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #019fe4 0%, #1daa3c 100%);
  -webkit-background-origin: border-box;
          background-origin: border-box;
  background-clip: content-box, border-box;
  top: auto;
  color: var(--gray700);
  width: 11rem;
  height: 11rem;
}
.list-group-counter .group > .title span {
  display: block;
  padding: 1.6rem;
  overflow-wrap: anywhere;
}
@media (max-width: 1049.98px) {
  .list-group-counter .group > .title span {
    padding: 0.6rem;
  }
}
.list-group-counter .group > .title span:before {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-family: rajdhani;
  counter-increment: section;
  content: "NO" counter(section);
  color: var(--dark);
}
@media (max-width: 1049.98px) {
  .list-group-counter .group > .title span:before {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 1049.98px) {
  .list-group-counter .group > .title {
    position: relative;
    width: 100%;
    height: auto;
    white-space: normal;
    word-break: keep-all;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list-group-counter .group > .title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  background-image: url(../images/pattren_dot_gray.gif);
  opacity: 0.3;
}
.list-group-counter .group .item {
  min-height: 14rem;
  margin-left: 13rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1049.98px) {
  .list-group-counter .group .item {
    min-height: 0;
    margin-top: 1rem;
    margin-left: 0;
    padding: 0;
  }
}

.list-custom-counter {
  counter-reset: cont;
}
.list-custom-counter > li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1.8rem;
  position: relative;
}
.list-custom-counter > li:before {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  padding: 3px 0;
  border-radius: 9999px;
  background: #999;
  color: #fff;
  font-weight: 400;
  font-size: 0.875em;
  font-family: "rajdhani", sans-serif;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  counter-increment: cont;
  content: "" counter(cont);
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.col-tit {
  position: relative;
  color: #222;
  margin-bottom: 0;
}

.col-title {
  position: relative;
  color: #111;
  padding-top: 0;
}
.col-title:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e96503;
  vertical-align: top;
}

.col-sub-title {
  position: relative;
  z-index: 2;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .col-sub-title {
    padding-left: 23px;
  }
}
.col-sub-title:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  padding: 0;
  content: "\f054";
  text-align: center;
  vertical-align: bottom;
  text-transform: none;
  color: #fff;
  background-color: #01b2ac;
}
@media (max-width: 575.98px) {
  .col-sub-title:before {
    position: absolute;
    top: 0;
  }
}

.col-sub-line-title {
  position: relative;
  display: inline-block;
  padding-left: 3px;
  z-index: 2;
}
.col-sub-line-title:after {
  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: 0;
  width: -webkit-calc(100% + 3px);
  width: calc(100% + 3px);
  height: 8px;
  content: "";
  background-color: rgba(142, 165, 217, 0.5);
}
.col-sub-line-title:before {
  display: none;
}

.col-sub-sub-title {
  position: relative;
  padding-top: 0.5rem;
}
.col-sub-sub-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#01b1a6), to(#02d0ac));
  background-image: -webkit-linear-gradient(left, #01b1a6 0%, #02d0ac 100%);
  background-image: -o-linear-gradient(left, #01b1a6 0%, #02d0ac 100%);
  background-image: linear-gradient(to right, #01b1a6 0%, #02d0ac 100%);
}

/* **************************************************************
    => 컨스텀 탭
************************************************************** */
#custom-tab.nav-tabs {
  border-bottom: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#custom-tab.nav-tabs .nav-link {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ddd;
  border-right-color: #ddd;
  border-bottom-color: #444;
  border-left-color: #ddd;
  background-color: #f8f9fa;
  color: #888;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  #custom-tab.nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
#custom-tab.nav-tabs .nav-link.active {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #444;
  border-right-color: #444;
  border-bottom-color: none;
  border-left-color: #444;
  background-color: #fff;
  color: #111;
  position: relative;
  font-weight: 700;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media (max-width: 767.98px) {
  #custom-tab.nav-tabs .nav-link.active {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
#custom-tab.nav-tabs .nav-link.active:before {
  position: relative;
  padding-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  left: 0.5em;
  display: inline-block;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  content: "\f058";
  color: var(--lightprimary);
  margin-right: 0.5rem;
}
@media (max-width: 575.98px) {
  #custom-tab.nav-tabs .nav-link.active:before {
    display: none;
  }
}

/* **************************************************************
    => 컨스템 탭2 pill
************************************************************** */
.custom-tab-pill.nav-pills .nav-link {
  background-color: #e1e1e1;
  color: #666;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .custom-tab-pill.nav-pills .nav-link {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.custom-tab-pill.nav-pills .nav-link.active {
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#019fe4), to(#1daa3c));
  background-image: -webkit-linear-gradient(left, #019fe4 0%, #1daa3c 100%);
  background-image: -o-linear-gradient(left, #019fe4 0%, #1daa3c 100%);
  background-image: linear-gradient(to right, #019fe4 0%, #1daa3c 100%);
  color: #fff;
  position: relative;
  font-weight: 600;
}
.custom-tab-pill.nav-pills .nav-link.active:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 10;
  display: block;
  margin-left: -9px;
  content: "";
  border-top: 15px solid #0fa590;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

/* **************************************************************
    => 양끝 꺽쇠가 있는 박스
************************************************************** */
.box_wrap {
  position: relative;
  padding: 5px;
  background: url("../images/pattren_dot_gray.gif") 0 0 repeat;
}
.box_wrap .box_in {
  font-weight: 400;
  padding: 0.8rem;
  background-color: #fff;
}
.box_wrap .box_in:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  border-top: 5px solid #d2d2d2;
  border-left: 5px solid #d2d2d2;
}
.box_wrap .box_in:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  border-right: 5px solid #d2d2d2;
  border-bottom: 5px solid #d2d2d2;
}

/* **************************************************************
      => 갤러리 
    ************************************************************** */
.photolist-wrap .card {
  display: block;
}
.photolist-wrap .card figure {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.photolist-wrap .card figure figcaption {
  position: absolute;
  z-index: 1;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.photolist-wrap .card figure:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
.photolist-wrap .card figure:after {
  content: "\e114";
  font-family: "axicon";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
      -ms-transform: translateX(-50%) translateY(-50%) scale(2);
       -o-transform: translateX(-50%) translateY(-50%) scale(2);
          transform: translateX(-50%) translateY(-50%) scale(2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.photolist-wrap .card:focus figure:before, .photolist-wrap .card:hover figure:before {
  display: block;
  -webkit-animation: opcityup 1.25s cubic-bezier(0.5, 0.2, 0, 1) forwards;
       -o-animation: opcityup 1.25s cubic-bezier(0.5, 0.2, 0, 1) forwards;
          animation: opcityup 1.25s cubic-bezier(0.5, 0.2, 0, 1) forwards;
}
.photolist-wrap .card:focus figure:after, .photolist-wrap .card:hover figure:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0) scale(2);
      -ms-transform: translateX(-50%) translateY(0) scale(2);
       -o-transform: translateX(-50%) translateY(0) scale(2);
          transform: translateX(-50%) translateY(0) scale(2);
}
.photolist-wrap .card:focus figure figcaption, .photolist-wrap .card:hover figure figcaption {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}
.photolist-wrap .card:focus figure figcaption:before, .photolist-wrap .card:hover figure figcaption:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 30%);
      -ms-transform: translate(-50%, 30%);
       -o-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
@-webkit-keyframes opcityup {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@-o-keyframes opcityup {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes opcityup {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}

.table-custom-responsive {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #555;
  border-right-color: #555;
  border-bottom-color: #555;
  border-left-color: #555;
}
.table-custom-responsive thead {
  background-color: #edf8f9;
}
.table-custom-responsive thead.bg-light {
  background-color: #f0f0f0 !important;
}
.table-custom-responsive thead tr th {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #555;
  border-right-color: transparent;
  border-bottom-color: #555;
  border-left-color: transparent;
}
.table-custom-responsive > tbody > tr td {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}

.table-custom-static {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #555;
  border-right-color: #555;
  border-bottom-color: #555;
  border-left-color: #555;
}
.table-custom-static thead {
  background-color: #edf8f9;
}
.table-custom-static thead.bg-light {
  background-color: #f0f0f0 !important;
}
.table-custom-static thead tr th {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #555;
  border-right-color: transparent;
  border-bottom-color: #555;
  border-left-color: transparent;
}
.table-custom-static > tbody > tr td {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}

@media (min-width: 768px) {
  .box_wrap .box_in {
    padding: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .img-zoom {
    position: relative;
  }
  .img-zoom a {
    font-size: 1.2em;
    line-height: 50px;
    position: absolute;
    top: auto;
    right: 5%;
    bottom: 5%;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 0.7;
    color: #fff;
    background-color: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .table-custom-responsive {
    font-size: 0.9em;
  }
  .table-custom-responsive colgroup col {
    width: auto;
  }
  .table-custom-responsive > thead {
    display: none;
  }
  .table-custom-responsive tbody > tr:first-of-type {
    border-top-width: 2px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #333;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
  }
  .table-custom-responsive > tbody > tr {
    padding: 0 !important;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .table-custom-responsive > tbody > tr > td {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: #eee;
    border-left-color: #eee;
    padding: 0;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing: -0.01875rem;
    word-spacing: -0.025rem;
  }
  .table-custom-responsive > tbody > tr > td::after {
    margin: 0;
    display: none;
  }
  .table-custom-responsive > tbody > tr > td.title {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .table-custom-responsive > tbody > tr > td .bt-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .table-custom-responsive.data-th-view > tbody > tr > td {
    padding: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    width: 100%;
  }
  .table-custom-responsive.data-th-view > tbody > tr > td:before {
    top: 0;
    left: 0;
    width: 25%;
    padding-left: 0.625rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin: 0;
    overflow: hidden;
    font-weight: 600;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    letter-spacing: -0.01rem;
    content: attr(data-th);
    background: #edf8f9;
    border-left: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-custom-responsive.data-th-view > tbody > tr > td .bt-content {
    padding-left: 0.9375rem;
    width: 75%;
  }
  .table-custom-responsive.data-th-view > tbody > tr > td.w100:before {
    width: 100%;
  }
  .table-custom-responsive.data-th-view > tbody > tr > td.w100 .bt-content {
    width: 100%;
  }
  .table-custom-responsive.data-th-view.th40p > tbody > tr > td:before {
    width: 40%;
  }
  .table-custom-responsive.data-th-view.th40p > tbody > tr > td .bt-content {
    width: 60%;
  }
  .table-custom-responsive.data-th-view.th50p > tbody > tr > td:before {
    width: 50%;
  }
  .table-custom-responsive.data-th-view.th50p > tbody > tr > td .bt-content {
    width: 50%;
  }
  .table-custom-responsive.data-th-view.th60p > tbody > tr > td:before {
    width: 60%;
  }
  .table-custom-responsive.data-th-view.th60p > tbody > tr > td .bt-content {
    width: 40%;
  }
  .table-custom-responsive.data-th-view.th70p > tbody > tr > td:before {
    width: 70%;
  }
  .table-custom-responsive.data-th-view.th70p > tbody > tr > td .bt-content {
    width: 30%;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .table-custom-responsive.data-th-view .bg {
    background-color: #bfe6e9;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0.5rem;
  }

  .list-group .list-group-item {
    padding: 0.2rem 0.3rem;
  }

  .form-group {
    margin-bottom: 0.5rem;
  }

  label {
    margin-bottom: 0.2rem;
    font-size: 0.9em;
  }

  .alert {
    padding: 0.3rem 0.5rem;
    font-size: 0.9em;
  }
  .alert .alert-heading {
    font-size: 1.2em;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
}
#mainVisual {
  overflow: hidden;
  height: 100%;
  position: relative;
}
#mainVisual .main-visual-wrapper {
  position: relative;
  height: 100%;
  min-height: 80vh;
  /* 메인 비주얼 :: 버튼, 카운터, 로딩바 */
  /* 메인 비주얼 :: Custom Bullet */
}
@media (max-width: 1049.98px) {
  #mainVisual .main-visual-wrapper {
    min-height: 60vh;
  }
}
#mainVisual .main-visual-wrapper .main-visual-slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #eee;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide {
  overflow: hidden;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-position: center center !important;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con {
  position: relative;
  z-index: 11;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con span {
  display: block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-tit {
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 0.58em;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  #mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-tit {
    font-size: -webkit-calc(0.914rem + 2.7813333333vw);
    font-size: calc(0.914rem + 2.7813333333vw);
  }
}
@media (max-width: 767.98px) {
  #mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-tit {
    letter-spacing: 0;
  }
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-tit .main-visual-tit-shadow {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-txt {
  overflow: hidden;
  letter-spacing: -0.7px;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-btn-box {
  overflow: hidden;
  margin-top: 2.2em;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-btn {
  overflow: hidden;
  width: 185px;
  border: 0;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 22px 0;
  text-align: left;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-btn:before {
  background-color: #fff;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-btn em {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #fff;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide .slide-inner .visual-txt-con .main-visual-btn i {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#mainVisual .main-visual-wrapper .main-visual-slider .swiper-container .swiper-slide.main-visual-item-04 .slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  mix-blend-mode: multiply;
}
#mainVisual .main-visual-wrapper .main-visual-controls {
  position: absolute;
  width: 430px;
  height: 94px;
  right: 3rem;
  bottom: 3rem;
  padding: 0 45px;
  z-index: 11;
  text-align: center;
}
@media (max-width: 1049.98px) {
  #mainVisual .main-visual-wrapper .main-visual-controls {
    height: auto;
    right: 0;
    width: 300px;
    padding: 0 10px;
  }
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-control-btns .slide-prev-btn:before {
  font-family: "axicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.5rem;
  speak: none;
  line-height: 1;
  content: "\e84f";
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-control-btns .slide-next-btn:before {
  font-family: "axicon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.5rem;
  speak: none;
  line-height: 1;
  content: "\e850";
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-control-btns .main-visual-conuter {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  line-height: 11px;
  font-size: 12px;
  color: #fff;
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-control-btns .main-visual-conuter .total-num {
  position: relative;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.8);
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-control-btns .main-visual-conuter .total-num:before {
  position: absolute;
  left: -10px;
  width: 1px;
  height: 13px;
  background-color: #e5e5e5;
  content: "";
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-loading-bar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
#mainVisual .main-visual-wrapper .main-visual-controls .main-visual-loading-bar span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
}
#mainVisual .main-visual-wrapper .main-visual-pagination {
  z-index: 11;
}
#mainVisual .main-visual-wrapper .main-visual-pagination .main-visual-paging-item {
  float: left;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin-left: 23px;
  cursor: pointer;
  background-color: #000;
  width: auto;
  height: auto;
  opacity: 1;
}
#mainVisual .main-visual-wrapper .main-visual-pagination .main-visual-paging-item:focus {
  outline: none;
}
#mainVisual .main-visual-wrapper .main-visual-pagination .main-visual-paging-item:first-child {
  margin-left: 0;
}
#mainVisual .main-visual-wrapper .main-visual-pagination span {
  display: block;
  overflow: hidden;
  width: 179px;
  height: 102px;
  border: 1px solid #9a9a9a;
}
#mainVisual .main-visual-wrapper .main-visual-pagination img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#mainVisual .main-visual-wrapper .main-visual-pagination .swiper-pagination-bullet-active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#mainVisual .main-visual-wrapper .main-visual-pagination .swiper-pagination-bullet-active span {
  border-color: #fff;
}
#mainVisual .main-visual-wrapper .main-visual-pagination .swiper-pagination-bullet-active img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

:root {
  --swiper-theme-color: #999;
}

.equalizer {
  display: inline-block;
  width: 25px;
  height: 20px;
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 0;
}
.equalizer span {
  display: inline-block;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
}
.equalizer .eq1 {
  width: 25px;
  top: 0;
}
.equalizer .eq2 {
  width: 25px;
  top: 8px;
}
.equalizer .eq3 {
  width: 25px;
  top: 16px;
}
.equalizer:hover .eq1 {
  -webkit-animation-name: shorteq;
       -o-animation-name: shorteq;
          animation-name: shorteq;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}
.equalizer:hover .eq2 {
  -webkit-animation-name: talleq;
       -o-animation-name: talleq;
          animation-name: talleq;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.17s;
       -o-animation-delay: 0.17s;
          animation-delay: 0.17s;
}
.equalizer:hover .eq3 {
  -webkit-animation-name: shorteq;
       -o-animation-name: shorteq;
          animation-name: shorteq;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.34s;
       -o-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

@-webkit-keyframes shorteq {
  0% {
    width: 25px;
  }
  50% {
    width: 5px;
  }
  100% {
    width: 25px;
  }
}

@-o-keyframes shorteq {
  0% {
    width: 25px;
  }
  50% {
    width: 5px;
  }
  100% {
    width: 25px;
  }
}

@keyframes shorteq {
  0% {
    width: 25px;
  }
  50% {
    width: 5px;
  }
  100% {
    width: 25px;
  }
}
@-webkit-keyframes talleq {
  0% {
    width: 25px;
  }
  50% {
    width: 8px;
  }
  100% {
    width: 25px;
  }
}
@-o-keyframes talleq {
  0% {
    width: 25px;
  }
  50% {
    width: 8px;
  }
  100% {
    width: 25px;
  }
}
@keyframes talleq {
  0% {
    width: 25px;
  }
  50% {
    width: 8px;
  }
  100% {
    width: 25px;
  }
}
.border-custom-01 {
  border-color: #98abce !important;
}

.border-custom-01-sub {
  border-color: #d2dbea !important;
}

.gnbover-bg {
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
}

#offCanvas {
  background-color: #f1f1f1;
}

.c-offcanvas-bg {
  z-index: 1038;
}

.c-offcanvas--overlay {
  z-index: 1039;
}

.c-offcanvas--right {
  width: 90vw;
  -webkit-transform: translate3d(90vw, 0, 0);
          transform: translate3d(90vw, 0, 0);
}
@media (min-width: 1050px) {
  .c-offcanvas--right {
    width: 30vw;
  }
}

.header-menu {
  position: relative;
  z-index: 3;
  z-index: 15;
  width: 100%;
}
.header-menu .list-top .list-inline li a {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

body.sub .header-menu:after {
  opacity: 1;
}

@media (min-width: 1050px) {
  #fullpage #section01 {
    padding-top: 92px;
  }
}
#fullpage #section01 .slide {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
#fullpage #section01 .slide #main-scroll-mouse {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
#fullpage #section01 .slide #main-scroll-mouse .mouse {
  position: relative;
  margin: auto;
  border: 3px solid rgba(255, 255, 255, 0.6);
  display: block;
  width: 20px;
  height: 30px;
  border-radius: 12px;
  -webkit-animation: mouse-scroll 2s;
       -o-animation: mouse-scroll 2s;
          animation: mouse-scroll 2s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#fullpage #section01 .slide #main-scroll-mouse .mouse .scroll-down {
  display: block;
  width: 6px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 15% auto auto auto;
  -webkit-animation: mouse-wheel 2s;
       -o-animation: mouse-wheel 2s;
          animation: mouse-wheel 2s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
}
#fullpage #section01 .slide #main-scroll-mouse .scroll-text {
  position: relative;
  display: block;
  -webkit-animation: mouse-scroll 2s;
       -o-animation: mouse-scroll 2s;
          animation: mouse-scroll 2s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  color: #fff;
  font-size: 0.8rem;
  opacity: 0.3;
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0.3;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(8px);
       transform: translateY(8px);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
#fullpage .main-thum-wrap {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
#fullpage .main-thum-wrap .main-thum {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  transition: -webkit-transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  -o-transition: -o-transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  transition: transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  transition: transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01), -webkit-transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01), -o-transform 700ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
}
#fullpage .main-thum-wrap .main-thum:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  mix-blend-mode: multiply;
}
#fullpage .main-thum-wrap:focus .main-thum, #fullpage .main-thum-wrap:hover .main-thum {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  transition: -webkit-transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  -o-transition: -o-transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  transition: transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
  transition: transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01), -webkit-transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01), -o-transform 1000ms cubic-bezier(0.155, 0.1, 0.135, 1.01);
}

footer {
  position: relative;
  z-index: 4;
}

body.start #fullpage #section01 .category {
  opacity: 1;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
body.start #fullpage #section01 .news-wrap {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.bg-sub-back {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5rem;
  min-height: 27rem;
}
.bg-sub-back:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
}

#sub-contents {
  min-height: 72vh;
  position: relative;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  #sub-contents {
    margin-top: 2rem;
  }
}
@media (min-width: 1050px) {
  #sub-contents {
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  #sub-contents {
    padding-bottom: 3rem;
  }
}
#sub-contents .breadcrumb-wrap {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #555;
  border-right-color: #555;
  border-bottom-color: #555;
  border-left-color: #555;
}
#sub-contents .breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\e850";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: axicon;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-transform: none;
  speak: none;
}
@media (max-width: 575.98px) {
  #sub-contents .breadcrumb-wrap {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    background-color: #e6f4f5;
  }
}
#sub-contents .name {
  margin-right: 3rem;
  font-weight: 600;
  position: relative;
  color: #222;
}
#sub-contents .name:after {
  position: absolute;
  bottom: 0;
  margin-right: 0.3rem;
  content: "";
  display: inline-block;
  height: 1px;
  width: 35px;
  background-color: #999;
}

#sub-img-back {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1050px) {
  #sub-img-back {
    padding-top: 92px;
  }
}
#sub-img-back #sub-back {
  overflow: hidden;
  min-height: 12rem;
}
@media (min-width: 576px) {
  #sub-img-back #sub-back {
    min-height: 40vh;
  }
}
@media (min-width: 768px) {
  #sub-img-back #sub-back {
    min-height: 50vh;
  }
}
@media (min-width: 1350px) {
  #sub-img-back #sub-back {
    min-height: 75vh;
  }
}
@media (max-width: 767.98px) and (orientation:landscape) {
  #sub-img-back #sub-back {
    min-height: 6rem !important;
  }
}
@media (max-width: 767.98px) {
  #sub-img-back #sub-back #cat-img-tit {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  #sub-img-back #sub-back #cat-img-tit {
    font-size: -webkit-calc(0.9073333333rem + 1.4568888889vw);
    font-size: calc(0.9073333333rem + 1.4568888889vw);
  }
}
#sub-img-back #sub-back:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
#sub-img-back #sub-back #sub-back-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: -webkit-transform 3.5s ease-in-out;
  transition: -webkit-transform 3.5s ease-in-out;
  -o-transition: -o-transform 3.5s ease-in-out;
  transition: transform 3.5s ease-in-out;
  transition: transform 3.5s ease-in-out, -webkit-transform 3.5s ease-in-out, -o-transform 3.5s ease-in-out;
  z-index: -1;
}
#sub-img-back #sub-back.active #sub-back-img {
  -webkit-transform: scale(1, 1) rotate(0.002deg);
      -ms-transform: scale(1, 1) rotate(0.002deg);
       -o-transform: scale(1, 1) rotate(0.002deg);
          transform: scale(1, 1) rotate(0.002deg);
}
#sub-img-back #sub-back #cat-img-tit .word {
  opacity: 0;
  display: inline-block;
  overflow: hidden;
}
#sub-img-back #sub-back #cat-img-tit.splitting .word {
  opacity: 1;
}
#sub-img-back #sub-back #cat-img-tit.splitting .word .char {
  -webkit-animation: slide-up 1.25s cubic-bezier(0.5, 0.2, 0, 1);
       -o-animation: slide-up 1.25s cubic-bezier(0.5, 0.2, 0, 1);
          animation: slide-up 1.25s cubic-bezier(0.5, 0.2, 0, 1);
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: -webkit-calc(0.2s + 0.1s * var(--char-index));
       -o-animation-delay: calc(0.2s + 0.1s * var(--char-index));
          animation-delay: calc(0.2s + 0.1s * var(--char-index));
}
@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(125%);
            transform: translateY(125%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    opacity: 0;
    -o-transform: translateY(125%);
       transform: translateY(125%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(125%);
         -o-transform: translateY(125%);
            transform: translateY(125%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.sidebar-nav {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.sidebar-nav > li {
  position: relative;
  padding: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ddd;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  list-style: none;
}
.sidebar-nav > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  color: var(--gray600);
}
@media (max-width: 1200px) {
  .sidebar-nav > li > a {
    font-size: -webkit-calc(0.9026666667rem + 0.5297777778vw);
    font-size: calc(0.9026666667rem + 0.5297777778vw);
  }
}
.sidebar-nav > li > a figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 1rem;
  margin-bottom: 0;
}
.sidebar-nav > li:first-of-type a {
  border-top: none;
}
.sidebar-nav > li.lnbselect.arrow:before {
  color: #999;
}
.sidebar-nav > li > ul {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  font-size: 1rem;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: -0.05em;
}
@media (max-width: 1200px) {
  .sidebar-nav > li > ul {
    font-size: -webkit-calc(0.9006666667rem + 0.1324444444vw);
    font-size: calc(0.9006666667rem + 0.1324444444vw);
  }
}
.sidebar-nav > li > ul li {
  list-style: none;
  position: relative;
}
.sidebar-nav > li > ul li a {
  display: block;
  margin: 0;
  padding-right: 6px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555;
}
.sidebar-nav > li > ul li a:before {
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  font-size: 0.5em;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: inline-block;
  padding-right: 5px;
  content: "\f111";
  vertical-align: bottom;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-transform: none;
  color: #c6ccd5;
}
.sidebar-nav > li > ul li a.on {
  color: #222;
  font-weight: bold;
}
.sidebar-nav > li > ul li a.on:before {
  color: var(--info);
}
.sidebar-nav > li.arrow:before {
  font: 20px "axicon";
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  content: "\e84e";
  vertical-align: middle;
  color: darkslategray;
}

#contents-wrap {
  min-height: 65vh;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #contents-wrap {
    padding: 4rem 0;
  }
}

.title-h3 {
  position: relative;
  font-size: 2em;
  font-weight: 600;
  padding-top: 0.5rem;
  color: #9d0047;
  text-align: center;
}

/* **************************************************************
    => 뉴스리스트
************************************************************** */
.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.news-list dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 4rem;
      -ms-flex: 0 1 4rem;
          flex: 0 1 4rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.2rem;
  color: var(--gray600);
}
@media (max-width: 767.98px) {
  .news-list dt {
    display: none;
  }
}
.news-list dt:before {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
       -o-transform: scale(0.4);
          transform: scale(0.4);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0.2rem;
  display: inline-block;
  padding-right: 5px;
  content: "\f111";
  vertical-align: bottom;
  text-transform: none;
  color: #b3bece;
}
.news-list dd {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 4rem);
      -ms-flex: 0 1 calc(100% - 4rem);
          flex: 0 1 calc(100% - 4rem);
  margin-bottom: 0.1875rem;
}
.news-list dd:focus, .news-list dd:hover {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-list dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    white-space: normal;
  }
}
.news-list.rem5 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 5rem;
      -ms-flex: 0 1 5rem;
          flex: 0 1 5rem;
}
@media (max-width: 767.98px) {
  .news-list.rem5 dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem5 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 5rem);
      -ms-flex: 0 1 calc(100% - 5rem);
          flex: 0 1 calc(100% - 5rem);
}
@media (max-width: 767.98px) {
  .news-list.rem5 dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem6 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 6rem;
      -ms-flex: 0 1 6rem;
          flex: 0 1 6rem;
}
@media (max-width: 767.98px) {
  .news-list.rem6 dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem6 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 6rem);
      -ms-flex: 0 1 calc(100% - 6rem);
          flex: 0 1 calc(100% - 6rem);
}
@media (max-width: 767.98px) {
  .news-list.rem6 dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem7 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 7rem;
      -ms-flex: 0 1 7rem;
          flex: 0 1 7rem;
}
@media (max-width: 767.98px) {
  .news-list.rem7 dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem7 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 7rem);
      -ms-flex: 0 1 calc(100% - 7rem);
          flex: 0 1 calc(100% - 7rem);
}
@media (max-width: 767.98px) {
  .news-list.rem7 dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem8 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 8rem;
      -ms-flex: 0 1 8rem;
          flex: 0 1 8rem;
}
@media (max-width: 767.98px) {
  .news-list.rem8 dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.news-list.rem8 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 8rem);
      -ms-flex: 0 1 calc(100% - 8rem);
          flex: 0 1 calc(100% - 8rem);
}
@media (max-width: 767.98px) {
  .news-list.rem8 dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

/* **************************************************************
    => 로그인폼
************************************************************** */
.login-form .login-input .input-group-prepend {
  margin-right: 0;
}
.login-form .login-input .input-group-prepend .input-group-text {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ced4da;
  border-right-color: #ced4da;
  border-bottom-color: #ced4da;
  border-left-color: #ced4da;
}
.login-form .login-input .form-control {
  border-left-width: 0;
  padding-left: 0.4375rem;
}
.login-form .login-input .form-control::-webkit-input-placeholder {
  color: #999999;
  font-family: ONE-Mobile-Regular;
  font-weight: 300;
  font-size: 0.9375rem;
}
.login-form .login-input .form-control::-moz-placeholder {
  color: #999999;
  font-family: ONE-Mobile-Regular;
  font-weight: 300;
  font-size: 0.9375rem;
}
.login-form .login-input .form-control:-ms-input-placeholder {
  color: #999999;
  font-family: ONE-Mobile-Regular;
  font-weight: 300;
  font-size: 0.9375rem;
}
.login-form .login-input .form-control::placeholder {
  color: #999999;
  font-family: ONE-Mobile-Regular;
  font-weight: 300;
  font-size: 0.9375rem;
}

/* **************************************************************
    => 아이콘
************************************************************** */
.sub-icon-wrap figure {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1649.98px) {
  .sub-icon-wrap figure {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1049.98px) {
  .sub-icon-wrap figure {
    width: 45px;
    height: 45px;
  }
}
.sub-icon-wrap h1 {
  color: #0d5d35;
}

/* **************************************************************
      => 갤러리 
    ************************************************************** */
.medical-wrap .card figure {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.medical-wrap .card figure figcaption {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}
.medical-wrap .card figure figcaption.img-auto {
  -webkit-background-size: auto auto !important;
          background-size: auto !important;
}
.medical-wrap .card figure .medical-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-style: normal;
  font-size: 90%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.medical-wrap .card figure:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 2;
}
.medical-wrap .card figure:after {
  content: "\e114";
  font-family: "axicon";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
      -ms-transform: translateX(-50%) translateY(-50%) scale(2);
       -o-transform: translateX(-50%) translateY(-50%) scale(2);
          transform: translateX(-50%) translateY(-50%) scale(2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.medical-wrap .card:focus figure figcaption, .medical-wrap .card:hover figure figcaption {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.medical-wrap .card:focus figure figcaption:before, .medical-wrap .card:hover figure figcaption:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 30%);
      -ms-transform: translate(-50%, 30%);
       -o-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
@keyframes opcityup {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.medical-wrap .card .medical-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.medical-wrap .card .medical-list dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 4rem;
      -ms-flex: 0 1 4rem;
          flex: 0 1 4rem;
  color: var(--gray600);
}
@media (max-width: 1049.98px) {
  .medical-wrap .card .medical-list dt {
    display: none;
  }
}
.medical-wrap .card .medical-list dd {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 4rem);
      -ms-flex: 0 1 calc(100% - 4rem);
          flex: 0 1 calc(100% - 4rem);
  margin-bottom: 0.1875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.medical-wrap .card .medical-list dd:hover {
  overflow: visible;
}
.medical-wrap .card .medical-list dd:focus, .medical-wrap .card .medical-list dd:hover {
  overflow: hidden;
}
@media (max-width: 1049.98px) {
  .medical-wrap .card .medical-list dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    white-space: normal;
  }
}
.medical-wrap .card .medical-list.rem5 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 5rem;
      -ms-flex: 0 1 5rem;
          flex: 0 1 5rem;
}
.medical-wrap .card .medical-list.rem5 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 5rem);
      -ms-flex: 0 1 calc(100% - 5rem);
          flex: 0 1 calc(100% - 5rem);
}
.medical-wrap .card .medical-list.rem6 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 6rem;
      -ms-flex: 0 1 6rem;
          flex: 0 1 6rem;
}
.medical-wrap .card .medical-list.rem6 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 6rem);
      -ms-flex: 0 1 calc(100% - 6rem);
          flex: 0 1 calc(100% - 6rem);
}
.medical-wrap.p40 .card figure {
  padding-bottom: 40%;
}
.medical-wrap.p69 .card figure {
  padding-bottom: 69%;
}
.medical-wrap.p80 .card figure {
  padding-bottom: 80%;
}
.medical-wrap.p90 .card figure {
  padding-bottom: 90%;
}

/* **************************************************************
    => 뉴스레터
************************************************************** */
.news-letters-wrap {
  background-image: url(../images/pattern_img.jpg);
  padding: 20px;
}
@media (min-width: 768px) {
  .news-letters-wrap {
    padding: 30px;
  }
}
@media (min-width: 1050px) {
  .news-letters-wrap {
    padding: 50px;
  }
}
.news-letters-wrap > section {
  background-color: #fff;
}
@media (min-width: 1050px) {
  .news-letters-wrap > section .col:nth-child(even) {
    padding-left: 3.125rem;
  }
  .news-letters-wrap > section .col:nth-child(odd) {
    padding-right: 3.125rem;
  }
}
.news-letters-wrap > section .col .letters-title {
  position: relative;
  margin-bottom: 0;
}
.news-letters-wrap > section .col .letters-title:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e96503;
  vertical-align: top;
}

/* **************************************************************
    => 컨스첨 그라디언트 버튼
************************************************************** */
.btn.btn-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#019fe4), to(#1daa3c));
  background-image: -webkit-linear-gradient(left, #019fe4 0%, #1daa3c 100%);
  background-image: -o-linear-gradient(left, #019fe4 0%, #1daa3c 100%);
  background-image: linear-gradient(to right, #019fe4 0%, #1daa3c 100%);
  color: #fff;
}

/* **************************************************************
    => 네모 설명박스
************************************************************** */
.tbox {
  padding: 15px;
  background-color: #f0f0f0;
  background-image: url(../images/tbox_bg.png);
  background-position: 1px 1px;
}
.tbox .tbox_con {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .tbox .tbox_con {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* **************************************************************
    => 시설안내 갤러리 swiper
************************************************************** */
.sw-container .swiper-slide figure {
  position: relative;
  padding-bottom: 40%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.2, 0, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
}
.sw-container .swiper-slide figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-height: 100%;
}

@media (max-width: 575.98px) {
  .sw-swiper-btn:after {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) and (max-width: 1200px) {
  .sw-swiper-btn:after {
    font-size: -webkit-calc(0.9006666667rem + 0.1324444444vw);
    font-size: calc(0.9006666667rem + 0.1324444444vw);
  }
}
@media (max-width: 575.98px) {
  .sw-swiper-btn.swiper-button-next {
    right: 0;
    width: auto;
  }
  .sw-swiper-btn.swiper-button-prev {
    left: 0;
    width: auto;
  }
}

.img-wrap figure {
  position: relative;
  padding-bottom: 46%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.2, 0, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0, 1);
}
.img-wrap figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.img-wrap.p35 figure {
  padding-bottom: 35%;
}
.img-wrap.p40 figure {
  padding-bottom: 40%;
}
.img-wrap.p45 figure {
  padding-bottom: 45%;
}
.img-wrap.cover figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* **************************************************************
    => 라인 종축 구분 hr
************************************************************** */
.line-vertical-gubun {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 1px;
  height: 40px;
  background-color: #888;
}
@media (max-width: 1349.98px) {
  .line-vertical-gubun {
    height: 30px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .line-vertical-gubun {
    height: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.pageNext {
  position: relative;
}
.pageNext:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.pageNext * {
  position: relative;
  z-index: 1;
}

/* **************************************************************
    => 영상 믹스블랜드
************************************************************** */
.wrap-movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-movie video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* **************************************************************
    => 카운셀
************************************************************** */
.introduce-img .carousel-inner .carousel-item .img-cover {
  padding-bottom: 30%;
}
.introduce-img .carousel-inner .carousel-item .img-cover.p40 {
  padding-bottom: 40%;
}
.introduce-img .carousel-inner .carousel-item .img-cover.p50 {
  padding-bottom: 50%;
}
.introduce-img .carousel-inner .carousel-item .img-cover.p70 {
  padding-bottom: 70%;
}