@charset "UTF-8";
/*
	Author	: hyojeong yang, somi park
	Date	: 2024-07-11
	Project	: 건강기능식품 20주년 기념식
*/
/* abstracts */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("vendors/animate.css");
@import url("vendors/swiper-bundle.css");
:root {
  --wrap-gap: 24px;
  --site-header-h:120px;
  --site-header-cont-h:80px;
  --section-gap:80px;
  --section-sm-gap:40px;
  --fs-4xlg:40px;
  --fs-3xlg:36px;
  --fs-2xlg:24px;
  --fs-xlg:20px;
  --fs-lg:18px;
  --fs-md:16px;
  --fs-sm:14px;
}

@-webkit-keyframes visualBg {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes visualBg {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.sub-top::before, .mn-visual::before {
  content: " ";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/khc/main/bg_visual.jpg") center #042d3b;
  backdrop-filter: blur(100px);
  background-size: cover;
  z-index: -2;
  animation: visualBg 10s infinite alternate-reverse;
}
.sub-top::after, .mn-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0e919b;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 145, 0, 0.4) 0%, rgba(174, 143, 80, 0) 40%), radial-gradient(circle at 20% 50%, rgba(255, 145, 0, 0.1) 0%, rgba(174, 143, 80, 0) 20%), radial-gradient(circle at 100% 100%, rgba(255, 170, 0, 0.4) 0%, rgba(174, 143, 80, 0) 30%), radial-gradient(circle at 0% 50%, rgba(6, 238, 255, 0.45) 0%, rgba(0, 150, 160, 0) 60%), -webkit-gradient(linear, left top, left bottom, from(#0c96a0), color-stop(50%, #097981), to(#007d87));
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 145, 0, 0.4) 0%, rgba(174, 143, 80, 0) 40%), radial-gradient(circle at 20% 50%, rgba(255, 145, 0, 0.1) 0%, rgba(174, 143, 80, 0) 20%), radial-gradient(circle at 100% 100%, rgba(255, 170, 0, 0.4) 0%, rgba(174, 143, 80, 0) 30%), radial-gradient(circle at 0% 50%, rgba(6, 238, 255, 0.45) 0%, rgba(0, 150, 160, 0) 60%), linear-gradient(180deg, #0c96a0 0%, #097981 50%, #007d87 100%);
  background-blend-mode: normal;
  opacity: 0.8;
  backdrop-filter: blur(100px);
  z-index: -1;
}

/* base */
html, body {
  height: 100%;
}

html {
  border: 0;
  outline: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: var(--fs-md);
  line-height: 1.33;
  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR";
  background-color: transparent;
  color: #333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100%;
  word-break: keep-all;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.noscroll {
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background-color: #273640;
}

::selection {
  color: #fff;
  background-color: #273640;
}

::-moz-selection {
  color: #fff;
  background-color: #273640;
}

html, body, nav, section, article, figure, figcaption,
h1, h2, h3, h4, h5, h6,
menu, ul, ol, dl, li, dt, dd,
p, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1em;
}

img {
  margin: 0;
  border: none;
}

ul, ol, dl, li {
  list-style: none;
}

cite, em, address {
  font-style: normal;
}

em {
  font-weight: 700;
  color: #006072;
}
em.spot {
  color: #006072;
}
em.spot2 {
  color: #f08a01;
}

em b,
strong {
  font-weight: 900;
}

i {
  font-style: normal;
}

iframe {
  border: none;
  outline: 0;
}

a > span {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table caption {
  height: 0;
  font-size: 0.1em;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

fieldset legend {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

button,
input:not([type=checkbox]),
input:not([type=radio]),
textarea,
select {
  font-family: "Spoqa Han Sans Neo", "맑은고딕", "Malgun Gothic", "Apple Gothic", Dotum, Gulim, sans-serif;
  font-size: 16px;
  color: #333;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

figure img {
  max-width: 100%;
}

/* animation */
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*vendors*/
/* -------------------------------------------------
    SORT
------------------------------------------------- */
.sort {
  margin-bottom: 40px;
  font-size: 0;
  margin-left: -10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sort a,
.sort button,
.sort .ui-checkboxradio-label {
  display: inline-block;
  font-size: 2.4rem;
  color: #777;
  width: 260px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3em;
  text-align: center;
  margin: 0 0 10px 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-weight: 500;
  padding: 0 20px;
  word-break: keep-all;
}
.sort a:not(.is-active):hover, .sort a:not(.is-active) :focus,
.sort button:not(.is-active):hover,
.sort button:not(.is-active) :focus,
.sort .ui-checkboxradio-label:not(.is-active):hover,
.sort .ui-checkboxradio-label:not(.is-active) :focus {
  border-color: #999;
  background-color: #F8F8F8;
}
.sort .is-active,
.sort .ui-checkboxradio-label.ui-state-active {
  color: #006072;
  border-color: #006072;
}
.sort .ui-checkboxradio-icon,
.sort .ui-checkboxradio-icon-space {
  display: none;
}
.sort .ui-checkboxradio-icon:after {
  display: none;
}

/* jquery-plugin :  datepicker */
.datepicker-box {
  position: relative;
  display: inline-block;
}

.datepicker-box.block {
  display: block;
}

.datepicker-box + .dash {
  margin: 0 20px 0 -30px !important;
}

input[type=text].datepicker {
  display: inline-block !important;
  width: 190px !important;
  margin-right: 20px;
}

/*.datepicker + .ui-datepicker-trigger {
    position:relative;
    vertical-align:middle;
}*/
.ui-datepicker-trigger {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0;
}

.ui-datepicker-trigger img {
  display: block;
  width: 100%;
}

.ui-datepicker {
  background-color: #fff;
  margin-top: -2px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px 10px;
  display: none;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0 70px 0 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  background-repeat: no-repeat;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev {
  right: 40px;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-next span {
  /*left:auto;
  right:50%;
  margin-right:-1px;*/
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ui-datepicker .ui-datepicker-title {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0;
  line-height: 30px;
  text-align: left;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 80px;
  vertical-align: middle;
  height: 30px;
  font-size: 1.5rem;
  padding-left: 10px;
  padding-right: 30px;
}

.ui-datepicker select.ui-datepicker-year {
  margin-right: 5px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9rem;
  border-collapse: collapse;
  margin: 10px 0 0.2em;
  text-align: center;
}

.ui-datepicker th {
  padding: 0.3em 0.3em;
  color: #333;
  text-align: center;
  /*height:14px;*/
  font-size: 1.4rem;
  font-weight: bold;
  border: 0;
}

.ui-datepicker th.ui-datepicker-week-end span[title=Sunday] {
  color: #ff5353;
}

.ui-datepicker td:first-child a {
  color: #ff5353;
}

.ui-datepicker tr:first-child td {
  border-top: 0;
}

.ui-datepicker td {
  text-align: center;
  padding: 0.2em 0;
  border: 0;
  height: 14px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-decoration: none;
  border-bottom: 0;
  margin: 0 auto;
  color: #333;
  font-size: 1.4rem;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.due {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 1.5rem;
  color: #333;
  position: relative;
  top: 3px;
}

.ui-datepicker .ui-state-highlight {
  background: #ddd;
  color: #000;
  border-radius: 50%;
}

.ui-datepicker .highlight2 {
  background: #6a6f8d;
  color: #fff;
  border-radius: 50%;
}

.ui-datepicker .highlight3 {
  background: #fff;
  border: 2px solid #ffb100;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

/* jquery-plugin dialog */
.ui-widget-overlay {
  position: fixed;
  width: 100%;
  height: 500%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: 99999;
}

.ui-dialog {
  position: absolute;
  padding-bottom: 40px;
  background: #fff;
  top: 140px;
  z-index: 999;
  overflow: auto;
  max-width: calc(100% - 50px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  height: 150px;
  padding: 50px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-dialog .ui-dialog-title {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}

/*.ui-dialog .ui-dialog-titlebar-close {
    position:absolute;
    width:30px;
    height:30px;
    overflow:hidden;
    top:0;
    right:10px;
    text-indent:-999px;
}
.ui-dialog .ui-dialog-titlebar-close  {
    position: absolute;
	top:20px;
	right:20px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
    content: "";
    position: absolute;
    width: 140%;
    height: 2px;
    background: $bk;
	top:50%;
	left:50%;
	margin-left:-70%;
	margin-top:-1px;
}*/
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.3);
}

.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -1px;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0 40px;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin-top: 20px;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 58px;
  font-size: 1.8rem;
  min-width: 80px;
  border-radius: 2em;
  margin: 0 3px;
  /*    border:1px solid #333;
  */
  padding: 0 50px;
  height: 60px;
  line-height: 58px;
  font-size: 2rem;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .spot {
  background-color: #006072;
  border-color: #006072;
  color: #fff;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* ui-autocomplete */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 9999;
  max-height: 300px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
  padding: 7px 0;
  line-height: 1.8em;
}

.ui-autocomplete .ui-menu-item { /*padding:5px 10px;*/
  line-height: 1.8em;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item:focus {
  background: #f5f5f5;
}

.ui-autocomplete .ui-menu-item > div {
  padding: 5px 10px;
}

.ui-autocomplete .ui-menu-item .ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active {
  display: block;
  background: #333;
  color: #fff;
  border: none;
}

/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: $spot;
    font-weight: normal;
    color: #ffffff;
}*/
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}

/* swiper */
.swiper-pagination-bullet-active {
  background-color: #006072;
}

.swiper-fnc .swiper-button-prev:after,
.swiper-fnc .swiper-button-next:after {
  display: block;
  background: url("../../images/user/common/btn_arr.svg") no-repeat;
  background-size: 100% 100%;
}
.swiper-fnc .swiper-button-prev,
.swiper-fnc .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
}
.swiper-fnc .swiper-button-prev:after,
.swiper-fnc .swiper-button-next:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-fnc .swiper-button-prev:hover:after,
.swiper-fnc .swiper-button-next:hover:after {
  background-image: url("../../images/user/common/btn_arr_spot.svg");
}
.swiper-fnc .swiper-button-prev.slick-disabled:after, .swiper-fnc .swiper-button-prev.slick-disabled:hover:after,
.swiper-fnc .swiper-button-next.slick-disabled:after,
.swiper-fnc .swiper-button-next.slick-disabled:hover:after {
  opacity: 0.3;
  background-image: url("../../images/user/common/btn_arr.svg");
  cursor: default;
}
.swiper-fnc .swiper-button-prev.lg,
.swiper-fnc .swiper-button-next.lg {
  width: 50px;
  height: 50px;
}
.swiper-fnc .swiper-button-prev {
  left: 0;
}
.swiper-fnc .swiper-button-next {
  right: 0;
}
.swiper-fnc .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  /* .swiper */
  .swiper-fnc {
    display: none;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
}
/*component*/
.btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.btn-cont.al {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-cont.ar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn,
.btn-sm,
.btn-lg,
.btn-xlg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  font-weight: 700;
  border-radius: 4px;
}

.btn {
  padding: 0 20px;
  height: 48px;
  font-size: 16px;
}

.btn-sm {
  padding: 0 12px;
  height: 32px;
  font-size: 12px;
  font-weight: 500;
}

.btn-lg {
  padding: 0 32px;
  height: 56px;
  font-size: 16px;
}

.btn-xlg {
  padding: 0 32px;
  height: 72px;
  line-height: 70px;
  font-size: 18px;
}

/* btn : default */
.btn,
.btn-sm,
.btn-lg,
.btn-xlg {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.btn:hover, .btn:focus,
.btn-sm:hover,
.btn-sm:focus,
.btn-lg:hover,
.btn-lg:focus,
.btn-xlg:hover,
.btn-xlg:focus {
  border-color: #006072;
  color: #006072;
}
.btn:disabled,
.btn-sm:disabled,
.btn-lg:disabled,
.btn-xlg:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* btn : spot */
.btn.spot,
.btn-sm.spot,
.btn-lg.spot,
.btn-xlg.spot {
  background-color: #006072;
  border-color: #006072;
  color: #fff;
}
.btn.spot:hover, .btn.spot:focus,
.btn-sm.spot:hover,
.btn-sm.spot:focus,
.btn-lg.spot:hover,
.btn-lg.spot:focus,
.btn-xlg.spot:hover,
.btn-xlg.spot:focus {
  background-color: rgb(0, 74.5263157895, 88.5);
}

/* btn : spot2 */
.btn.spot2,
.btn-sm.spot2,
.btn-lg.spot2,
.btn-xlg.spot2 {
  background-color: #f08a01;
  border-color: #f08a01;
  color: #fff;
}
.btn.spot2:hover, .btn.spot2:focus,
.btn-sm.spot2:hover,
.btn-sm.spot2:focus,
.btn-lg.spot2:hover,
.btn-lg.spot2:focus,
.btn-xlg.spot2:hover,
.btn-xlg.spot2:focus {
  color: #fff;
  border-color: rgb(214.6058091286, 123.398340249, 0.8941908714);
  background-color: rgb(214.6058091286, 123.398340249, 0.8941908714);
}

/* btn : spot3 */
.btn.spot3,
.btn-sm.spot3,
.btn-lg.spot3,
.btn-xlg.spot3 {
  border-color: #ff5353;
  color: #ff5353;
}
.btn.spot3:hover, .btn.spot3:focus,
.btn-sm.spot3:hover,
.btn-sm.spot3:focus,
.btn-lg.spot3:hover,
.btn-lg.spot3:focus,
.btn-xlg.spot3:hover,
.btn-xlg.spot3:focus {
  background-color: rgba(255, 83, 83, 0.05);
}

/* btn : spot4 */
.btn.spot4,
.btn-sm.spot4,
.btn-lg.spot4,
.btn-xlg.spot4 {
  border-color: #333;
  color: #333;
}
.btn.spot4:hover, .btn.spot4:focus,
.btn-sm.spot4:hover,
.btn-sm.spot4:focus,
.btn-lg.spot4:hover,
.btn-lg.spot4:focus,
.btn-xlg.spot4:hover,
.btn-xlg.spot4:focus {
  background-color: rgba(51, 51, 51, 0.05);
}

.btn.outline,
.btn-sm.outline,
.btn-lg.outline,
.btn-xlg.outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-top {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url("../../images/khc/common/ico_top.svg") center center no-repeat #006072;
  z-index: 10;
}
.btn-top.is-sticky {
  display: block;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .btn-xlg {
    padding: 0 20px;
    min-width: 120px;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
  }
  .btn-top {
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}
select {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 48px;
  padding: 0 36px 0 16px;
  max-width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../../images/khc/common/sel_arr.svg") calc(100% - 8px) center no-repeat;
}
select:disabled {
  opacity: 0.5;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=time],
input [type=date] {
  border-radius: 4px;
  padding: 0 16px;
  max-width: 100%;
  width: 320px;
  height: 48px;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=time] {
  width: 200px;
}

input[type=number] {
  padding: 0;
  text-align: center;
}

input[type=file],
input[type=file]:hover {
  padding: 0;
  border: none;
}

input[readonly]:not(.datepicker),
input[readonly]:not(.datepicker):hover,
input[readonly]:not(.datepicker):focus,
input[disabled]:not(.datepicker),
input[disabled]:not(.datepicker):hover,
input[disabled]:not(.datepicker):focus {
  background: #F8F8F8;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

input[type=file]:hover {
  border: none;
}

select:focus,
input:focus,
textarea:focus {
  border: 1px solid #006072;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-color: #ddd;
  border-radius: 8px;
}

textarea[disabled] {
  border: none;
}

textarea:focus[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*checkbox, radio */
.checkradio {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  min-width: 20px;
  min-height: 20px;
  vertical-align: middle;
  overflow: hidden;
  word-break: keep-all;
}
.checkradio:only-child, .checkradio:last-child {
  margin-right: 0;
}
.checkradio input[type=checkbox],
.checkradio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkradio input[type=checkbox] ~ label,
.checkradio input[type=radio] ~ label {
  position: relative;
  display: inline-block;
  min-width: 0;
  padding-left: 28px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
}
.checkradio input[type=checkbox] ~ label:before,
.checkradio input[type=radio] ~ label:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkradio input[type=checkbox] ~ label.txt-hide,
.checkradio input[type=radio] ~ label.txt-hide {
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  width: 20px;
  height: 20px;
  font-size: 0;
  padding-left: 0;
  line-height: 1.5;
  clip: rect(0 0 0 0);
  white-space: normal;
  text-indent: 0;
}
.checkradio input[type=checkbox] ~ label.txt-hide:before,
.checkradio input[type=radio] ~ label.txt-hide:before {
  margin-right: 0;
}
.checkradio input[type=checkbox]:disabled ~ label,
.checkradio input[type=radio]:disabled ~ label {
  color: #999;
  pointer-events: none;
  opacity: 0.5;
}
.checkradio input[type=checkbox] ~ label:after {
  content: " ";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.checkradio input[type=checkbox]:checked ~ label:before, .checkradio input[type=checkbox]:checked ~ label:after {
  border-color: #006072;
}
.checkradio input[type=radio] ~ label:before, .checkradio input[type=radio] ~ label:after {
  border-radius: 50%;
}
.checkradio input[type=radio] ~ label:after {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #006072;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #999;
}
.checkradio input[type=radio]:checked ~ label:before {
  border-color: #006072;
}
.checkradio input[type=radio]:checked ~ label:after {
  background-color: #006072;
}

.checkradio-toggle {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}
.checkradio-toggle input[type=checkbox],
.checkradio-toggle input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkradio-toggle input[type=checkbox] ~ label,
.checkradio-toggle input[type=radio] ~ label {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  height: 20px;
  width: 40px;
  background: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1.6rem;
  vertical-align: middle;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  word-break: keep-all;
}
.checkradio-toggle input[type=checkbox] ~ label:focus,
.checkradio-toggle input[type=radio] ~ label:focus {
  outline: none;
}
.checkradio-toggle input[type=checkbox] ~ label:before,
.checkradio-toggle input[type=radio] ~ label:before {
  content: " ";
  position: absolute;
  display: block;
  left: 22px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.checkradio-toggle input[type=checkbox]:checked ~ label,
.checkradio-toggle input[type=radio]:checked ~ label {
  background-color: #006072;
}
.checkradio-toggle input[type=checkbox]:checked ~ label:before,
.checkradio-toggle input[type=radio]:checked ~ label:before {
  left: 2px;
}
.checkradio-toggle input[type=checkbox]:disabled ~ label,
.checkradio-toggle input[type=radio]:disabled ~ label {
  color: #777;
  background-color: #ddd;
}
.checkradio-toggle input[type=checkbox]:checked:disabled ~ label,
.checkradio-toggle input[type=radio]:checked:disabled ~ label {
  background-color: #006072;
  opacity: 0.5;
}
.checkradio-toggle input[type=radio] + label:before, .checkradio-toggle input[type=radio] + label:after {
  border-radius: 50%;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  .checkradio {
    margin-right: 30px;
  }
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=email],
  input[type=tel] {
    width: 280px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
}
[class^=ico-],
[class^=ico-sm] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

[class^=ico-] {
  width: 24px;
  height: 24px;
  background-size: contain;
}
[class^=ico-].sm {
  width: 16px;
  height: 16px;
}

[class^=ico-sm] {
  width: 16px;
  height: 16px;
}

[class^=ico-].back {
  margin-left: 8px;
}

.ico-file {
  background-image: url("../../images/khc/common/ico_file.svg");
}

.ico-down {
  background-image: url("../../images/khc/common/ico_down.svg");
}

.ico-newwin {
  background-image: url("../../images/khc/common/ico_newwin.svg");
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
}
/* label */
.label-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  background-color: #F8F8F8;
  padding: 0 8px;
  border-radius: 2px;
  font-size: var(--fs-sm);
  vertical-align: middle;
}
.label.spot {
  background-color: #006072;
  color: #fff;
}
.label.spot2 {
  background-color: #f08a01;
  color: #fff;
}
.label.bl {
  background-color: #0d69d0;
  color: #fff;
}
.label.gn {
  background-color: #006072;
  color: #fff;
}
.label.rd {
  background-color: #ff5353;
  color: #fff;
}
.label.or {
  background-color: #f08a01;
  color: #fff;
}
.label.bk {
  background-color: #333;
  color: #fff;
}
.label.sm {
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
}

/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .label {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px;
  }
}
.scroll-x {
  overflow-x: auto;
}

.scroll-x table {
  width: 100%;
}

table th {
  font-weight: 700;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table th {
    background-clip: padding-box;
  }
}
.table-tit {
  display: block;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 2.4rem;
}

div[class$=type] {
  position: relative;
  clear: both;
}
div[class$=type] table {
  width: 100%;
  clear: both;
  border-top: 2px solid #333;
  word-break: break-all;
}
div[class$=type].view-type table {
  border-top: none;
}
div[class$=type] + * {
  margin-top: 100px;
}
div[class$=type] + .btn-cont, div[class$=type] + .paging, div[class$=type] + .bullet {
  margin-top: 40px;
}
div[class$=type] + .bg-box, div[class$=type] + .border-box, div[class$=type] + .msg {
  margin-top: 20px;
}

/* table : info-type */
.info-type th,
.info-type td {
  padding: 26px 40px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
.info-type th:last-child,
.info-type td:last-child {
  border-right: none;
}
.info-type th {
  background: #F8F8F8;
}
.info-type th.spot {
  background-color: #F8F8F8;
}
.info-type thead th {
  text-align: center;
}
.info-type th.ac,
.info-type td.ac,
.info-type tr.ac th,
.info-type tr.ac td {
  padding: 14px 0;
  text-align: center;
}
.info-type tr.ac th.al {
  padding-left: 20px;
  text-align: left;
}
.info-type tr.strong td {
  font-weight: 700;
  font-size: 1.5rem;
  color: #333;
}
.info-type td a:hover,
.info-type td a em {
  text-decoration: underline;
}
.info-type + table {
  margin-top: 10px;
}
.info-type th strong {
  font-size: 1.5rem;
  font-weight: 700;
}
.info-type tbody + tbody tr:first-child th,
.info-type tbody + tbody tr:first-child td {
  border-top: 2px solid #ccc;
}

/* table : list-type */
.list-type th,
.list-type td {
  padding: 23px 0;
  min-height: 83px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.list-type thead th {
  background-color: #F8F8F8;
}
.list-type tbody td {
  padding-left: 2px;
  padding-right: 2px;
}
.list-type tbody td.al > a {
  display: inline-block;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.list-type tbody td.al > a:hover {
  color: #006072;
}
.list-type tbody td.al > a + .msg {
  margin-top: 5px;
}
.list-type .btn-list-toggle {
  display: block;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  width: auto;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 2.4rem;
}
.list-type .btn-list-toggle:hover, .list-type .btn-list-toggle:focus {
  color: #006072;
}
.list-type .info {
  margin-top: 10px;
  font-size: 0;
}
.list-type .info dt,
.list-type .info dd {
  display: inline-block;
  font-size: 1.6rem;
}
.list-type .info dt {
  margin-right: 10px;
}
.list-type .info dd {
  margin-right: 40px;
  color: #777;
}
.list-type .info dd:last-child {
  margin-right: 0;
}
.list-type .btn-cont {
  margin-top: -12px;
  margin-bottom: -12px;
  text-align: center;
}
.list-type .btn-cont + * {
  display: block;
  margin-top: 10px;
}
.list-type .bg {
  padding: 40px 90px;
  text-align: left;
  background-color: #F8F8F8;
  color: #555;
}

/* write-type */
.required {
  display: inline-block;
  margin-left: 2px;
  width: 7px;
  height: 7px;
  -webkit-animation: opacity 2s infinite alternate;
          animation: opacity 2s infinite alternate;
  color: #ff5353;
}

.msg {
  font-size: 1.5rem;
  color: #333;
}
.msg u {
  color: #006072;
  font-weight: 700;
}

.write-type th,
.write-type td {
  border-bottom: 1px solid #eee;
  text-align: left;
  height: 60px;
  vertical-align: middle;
}
.write-type th {
  border-right: 1px dashed #eee;
  position: relative;
  padding: 8px 20px;
  font-weight: 700;
  text-align: center;
}
.write-type th *.ac {
  text-align: center;
}
.write-type th.spot {
  background-color: #F8F8F8;
}
.write-type td {
  padding: 8px 16px;
}
.write-type td > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.write-type td > :not(.block), .write-type td > :not(.datepicker-box) {
  margin-right: 5px;
}
.write-type td > :last-child {
  margin-right: 0;
}
.write-type td .checkradio {
  margin-right: 40px;
}
.write-type td > .label-txt,
.write-type td .label-txt {
  margin-left: 10px;
}
.write-type td > hr {
  margin: 12px 0;
}
.write-type td > .label-area,
.write-type td .label-area {
  display: inline-block;
  margin-right: 40px !important;
  white-space: nowrap;
}
.write-type td .label-tit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 500;
}
.write-type input.q0 {
  width: 100px;
}
.write-type input[type=number].q0 {
  width: 100px;
}
.write-type input.q1 {
  width: calc((100% - 30px) / 4);
}
.write-type input.q2 {
  width: calc((100% - 10px) / 2);
}
.write-type input.q3 {
  width: calc((100% - 30px) / 3 * 2);
}
.write-type input.q4 {
  width: 100%;
}

/* table : view-type */
.view-type img {
  max-width: 100%;
}
.view-type thead th {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
}
.view-type thead th p {
  font-size: var(--fs-2xlg);
  font-weight: 500;
}
.view-type thead th .time {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.view-type thead th .file {
  margin-top: 20px;
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
}
.view-type tbody {
  border-top: 1px solid #333;
}
.view-type tbody td {
  padding: 40px 20px;
  border-bottom: 1px solid #ddd;
}
.view-type tbody td img {
  max-width: 100%;
}

.file li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.file a {
  font-weight: 400;
  font-size: var(--fs-md);
}
.file a:hover, .file a:focus {
  text-decoration: underline;
}

.view-list {
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  margin-top: 60px;
}
.view-list li {
  padding: 20px 0;
  font-size: 0;
}
.view-list li ~ li {
  border-top: 1px solid #ddd;
}
.view-list cite {
  background: #F8F8F8;
  width: 80px;
  text-align: center;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 20px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0 10px 0 10px;
}
.view-list a {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100% - 200px);
  width: auto;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
}
.view-list a:hover,
.view-list a:focus {
  border-bottom: 1px solid #333;
}
.view-list span.date {
  float: right;
  display: block;
  color: #777;
  font-size: 1.6rem;
  line-height: 34px;
  width: 100px;
  text-align: right;
}

/*board reset*/
#boardContents h1,
#boardContents h2,
#boardContents h3,
#boardContents h4,
#boardContents h5,
#boardContents h6 {
  margin: initial;
  padding: initial;
  line-height: 1.8em;
}

#boardContents h1 {
  font-size: 2em;
}

#boardContents h2 {
  font-size: 1.5em;
}

#boardContents h3 {
  font-size: 1.17em;
}

#boardContents h4 {
  font-size: 1em;
}

#boardContents h5 {
  font-size: 0.83em;
}

#boardContents h6 {
  font-size: 0.67em;
}

#boardContents ol,
#boardContents ol li {
  list-style: decimal;
}

#boardContents ul,
#boardContents ul li {
  list-style: disc;
}

#boardContents img {
  max-width: 100%;
  margin: 0 auto;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  .list-type thead {
    display: none;
  }
  .list-type tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  .list-type tbody td {
    margin-right: 20px;
  }
  .list-type tbody td:before {
    content: attr(data-tit) " : ";
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    text-align: left;
  }
  .list-type tbody td.al {
    display: block;
    margin-right: 0;
  }
  .list-type tbody td.al .btn-list-toggle {
    display: block !important;
    overflow: hidden;
    width: 100%;
    text-decoration: underline;
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 5px 0 0;
    text-align: left;
  }
  .list-type tbody .btn-cont {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .list-type tbody .btn-cont .btn-sm + p {
    display: inline-block;
  }
  .list-type th {
    display: block;
  }
  .list-type col,
  .list-type thead th,
  .list-type tbody td {
    display: inline-block;
    width: auto;
    text-align: left;
    border: none;
    line-height: 1.5;
    height: auto;
    min-height: 0;
    padding: 5px 0;
  }
  .list-type .bg {
    display: block;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .list-type .bg:before {
    display: none;
  }
  .write-type th,
  .write-type td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .view-type thead th {
    padding: 60px 0 30px;
  }
  .view-type tbody td {
    padding: 30px 0;
  }
  .view-type .file {
    margin: 0;
  }
  .file .ico-file {
    margin-right: 20px;
    vertical-align: top;
  }
  .file li ~ li {
    margin-top: 10px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  /* table */
  .hdnCol1 table colgroup col:nth-child(1),
  .hdnCol2 table colgroup col:nth-child(2),
  .hdnCol3 table colgroup col:nth-child(3),
  .hdnCol4 table colgroup col:nth-child(4),
  .hdnCol5 table colgroup col:nth-child(5),
  .hdnCol6 table colgroup col:nth-child(6),
  .hdnCol7 table colgroup col:nth-child(7),
  .hdnCol8 table colgroup col:nth-child(8),
  .hdnCol9 table colgroup col:nth-child(9),
  .hdnCol10 table colgroup col:nth-child(10),
  .hdnCol1 table tr th:nth-child(1),
  .hdnCol2 table tr th:nth-child(2),
  .hdnCol3 table tr th:nth-child(3),
  .hdnCol4 table tr th:nth-child(4),
  .hdnCol5 table tr th:nth-child(5),
  .hdnCol6 table tr th:nth-child(6),
  .hdnCol7 table tr th:nth-child(7),
  .hdnCol8 table tr th:nth-child(8),
  .hdnCol9 table tr th:nth-child(9),
  .hdnCol10 table tr th:nth-child(10),
  .hdnCol1 table tr td:nth-child(1),
  .hdnCol2 table tr td:nth-child(2),
  .hdnCol3 table tr td:nth-child(3),
  .hdnCol4 table tr td:nth-child(4),
  .hdnCol5 table tr td:nth-child(5),
  .hdnCol6 table tr td:nth-child(6),
  .hdnCol7 table tr td:nth-child(7),
  .hdnCol8 table tr td:nth-child(8),
  .hdnCol9 table tr td:nth-child(9),
  .hdnCol10 table tr td:nth-child(10) {
    display: none;
  }
  table th,
  table td {
    font-size: 1.4rem;
  }
  div[class$=type] + * {
    margin-top: 40px;
  }
  div[class$=type] + .btn-cont, div[class$=type] + .paging, div[class$=type] + .bullet {
    margin-top: 20px;
  }
  .table-tit {
    font-size: 1.6rem;
  }
  .info-type th,
  .info-type td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .list-type tbody td.al .btn-list-toggle {
    font-size: 1.6rem;
  }
  .list-type .info {
    overflow: hidden;
  }
  .list-type .info dt,
  .list-type .info dd {
    float: left;
    font-size: 1.4rem;
  }
  .list-type .info dt {
    clear: left;
  }
  .list-type .info dd {
    margin-right: 20px;
  }
  .msg {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .write-type table {
    table-layout: auto;
  }
  .write-type table th,
  .write-type table td {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border: none;
    line-height: 1.5;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .write-type table th {
    padding: 15px;
    border-bottom: 1px dashed #eee;
    background-color: #F8F8F8;
  }
  .write-type table td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  /* table : view-type */
  .view-type thead th {
    padding: 20px 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .view-type tbody td {
    padding: 20px 0;
  }
  .view-type .info {
    margin-bottom: 0;
  }
  .view-type .info dt,
  .view-type .info dd {
    font-size: 1.4rem;
  }
  .view-type .info dt {
    margin-right: 5px;
  }
  .view-type .info dd {
    margin-right: 7px;
    padding-right: 10px;
  }
  .view-type .file {
    margin: 0;
  }
  #boardContents {
    padding: 20px 0;
  }
  .view-list {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .view-list li {
    padding: 15px 0;
    font-size: 0;
  }
  .view-list li cite {
    width: 60px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .view-list li a {
    font-size: 1.4rem;
    line-height: 34px;
    max-width: calc(100% - 140px);
  }
  .view-list li span.date {
    font-size: 1.2rem;
    line-height: 34px;
    width: 70px;
  }
}
.popup {
  display: none;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  max-width: 800px;
  width: 100%;
  left: 50%;
  top: 50%;
  padding: 50px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  box-sizing: border-box;
  max-height: 90vh;
  flex-direction: column;
}
.popup .pop-header {
  position: relative;
}
.popup .pop-header h1 {
  display: block;
  font-size: 24px;
  font-weight: 900;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
}
.popup .pop-body {
  display: block;
  margin: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  font-size: 16px;
  text-align: left;
  overflow-y: auto;
}
.popup .pop-body figure {
  margin-bottom: 30px;
}
.popup .pop-body *:last-child {
  margin-bottom: 0;
}
.popup .pop-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.popup .pop-body .bg-box {
  padding: 20px;
}
.popup .pop-bnn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.popup .pop-bnn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.popup .pop-footer {
  margin-top: auto;
}
.popup .pop-footer > *.btn-cont:first-child {
  margin-top: 0;
}
.popup .btn-cont {
  padding: 0;
  margin: 20px 0;
}

.pop-close {
  position: absolute;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -999px;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.3);
}
.pop-close:before, .pop-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -1px;
}
.pop-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-img {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.4);
  backdrop-filter: blur(10px);
  z-index: 100;
}
.popup-img .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 0;
}
.popup-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 90vh;
}
.popup-img .btn-pop-img-close {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  top: 20px;
  right: 20px;
  background: rgba(51, 51, 51, 0.4);
}
.popup-img .btn-pop-img-close:hover {
  background: rgba(51, 51, 51, 0.8);
}
.popup-img .btn-pop-img-close:before, .popup-img .btn-pop-img-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -1px;
}
.popup-img .btn-pop-img-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-img .btn-pop-img-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-img .btn-pop-img-prev,
.popup-img .btn-pop-img-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px 16px;
  color: #fff;
  font-weight: bold;
  font-size: var(--fs-xlg);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
}
.popup-img .btn-pop-img-prev:hover,
.popup-img .btn-pop-img-next:hover {
  background-color: rgba(51, 51, 51, 0.8);
}
.popup-img .btn-pop-img-prev {
  left: 0;
}
.popup-img .btn-pop-img-next {
  right: 0;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .pop-close {
    width: 30px;
    height: 30px;
  }
  .popup {
    max-width: calc(100% - 40px);
    width: 100%;
    left: 50%;
    top: 50%;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .popup .pop-header {
    padding: 0;
    padding: 50px 20px 0;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .popup .pop-header h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .popup .pop-body {
    padding: 50px 20px;
    max-height: calc(90vh - 130px);
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .popup .pop-header ~ .pop-body {
    padding-top: 0;
  }
}
/* -------------------------------------------------
	 COMMON element
------------------------------------------------- */
/* paging */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  overflow: hidden;
  text-align: center;
}
.paging li {
  display: inline-block;
  vertical-align: middle;
}
.paging a {
  position: relative;
  display: block;
  color: #999;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
.paging a:hover, .paging a:focus {
  color: #333;
}
.paging .pv {
  margin-right: 8px;
}
.paging .fw {
  margin-left: 8px;
}
.paging .txt-hide {
  position: static;
  text-indent: -9999px;
  color: #fff;
  font-size: 0;
}

.paging li.ppv a span:before,
.paging li.ffw a span:before,
.paging li.ppv a span:after,
.paging li.ffw a span:after,
.paging li.pv a span:before,
.paging li.fw a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  margin-top: -1px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.paging li.pv a span:before,
.paging li.ppv a span:before,
.paging li.ppv a span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.paging li.fw a span:before,
.paging li.ffw a span:before,
.paging li.ffw a span:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.paging li.pv a span:before {
  margin-left: -4px;
}

.paging li.fw a span:before {
  margin-left: 4px;
}

.paging li.ppv a span:before {
  margin-left: -8px;
}

.paging li.ppv a span:after {
  margin-left: 0;
}

.paging li.ffw a span:before {
  margin-left: 0;
}

.paging li.ffw a span:after {
  margin-left: 8px;
}

.paging li.disabled a,
.paging li.disabled a:hover,
.paging li.disabled a:focus {
  background-position: 0 0;
}

.paging li a:hover,
.paging li a:focus {
  color: #333;
}

.paging li.ppv a:hover span:before, .paging li.ppv a:focus:before,
.paging li.ffw a:hover span:before, .paging li.ffw a:focus:before,
.paging li.ppv a:hover span:after, .paging li.ppv a:focus:after,
.paging li.ffw a:hover span:after, .paging li.ffw a:focus:after,
.paging li.pv a:hover span:before, .paging li.pv a:focus:before,
.paging li.fw a:hover span:before, .paging li.fw a:focus:before {
  border-color: #333;
}

.paging li.is-active a,
.paging li.is-active a:hover,
.paging li.is-active a:focus {
  color: #006072;
  font-weight: 700;
  border-color: #006072;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
}
.accordion {
  border-top: 2px solid #333;
  margin-top: 15px;
}
.accordion .is-active .accordion-tit-area:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion .is-active .accoridon-tit {
  color: #006072;
  font-weight: 700;
}
.accordion .is-active .accordion-txt-area {
  display: block;
}
.accordion li {
  border-bottom: 1px solid #333;
}

.accordion-tit-area {
  position: relative;
  font-size: 0;
  padding: 15px 0;
}
.accordion-tit-area cite {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  font-size: 1.8rem;
  border: 1px solid #006072;
  color: #006072;
  border-radius: 0 20px 0 20px;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}
.accordion-tit-area:after {
  content: " ";
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("../../images/user/common/arr.svg");
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.accoridon-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 80px;
}

.btn-accordion-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}

.accordion-txt-area {
  display: none;
  padding: 40px;
  border-top: 1px solid #ddd;
}

.tabs-normal .tabs-cont {
  display: none;
}

.tabs-nav {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs-nav li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-left: none;
}
.tabs-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ddd;
  font-weight: 900;
  color: #999;
}
.tabs-nav a:hover {
  color: #333;
}
.tabs-nav a.is-active {
  opacity: 1;
  border-bottom: 2px solid #333;
  color: #333;
}

/* tabs-nav */
.tabs-nav-sm {
  display: block;
  overflow-y: visible;
  white-space: nowrap;
  margin-bottom: 50px;
  max-width: 100%;
  border-bottom: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs-nav-sm li {
  position: relative;
  display: inline-block;
  height: 60px;
}
.tabs-nav-sm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 21px;
  font-weight: 900;
  padding: 0 20px;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tabs-nav-sm a:hover {
  color: #006072;
}
.tabs-nav-sm a.is-active {
  color: #333;
}
.tabs-nav-sm a.is-active:after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 0;
  width: 100px;
  height: 10px;
  bottom: -5px;
  background-color: #333;
}

@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .tabs-nav {
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: auto;
  }
  .tabs-nav-sm li {
    height: 48px;
  }
  .tabs-nav-sm a {
    font-size: 16px;
    min-width: 48px;
  }
  .tabs-nav-sm a.is-active:after {
    height: 6px;
    bottom: -3px;
    width: 100%;
  }
}
/* common */
.p0 {
  width: 70px !important;
}

.p1 {
  width: 10% !important;
}

.p2 {
  width: 20% !important;
}

.p3 {
  width: 30% !important;
}

.p4 {
  width: 40% !important;
}

.p5 {
  width: 50% !important;
}

.p6 {
  width: 60% !important;
}

.p7 {
  width: 70% !important;
}

.p8 {
  width: 80% !important;
}

.p9 {
  width: 90% !important;
}

.p10 {
  width: 100% !important;
}

.dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.dim.open {
  display: block !important;
  opacity: 0.5;
}

.accessibility {
  position: relative;
}

.accessibility a {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  overflow: hidden;
  font-weight: 500;
  z-index: 99999;
}

.accessibility a:focus {
  z-index: 999;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #006072;
  color: #fff;
  overflow: hidden;
  outline: 0;
  font-size: 1.4rem;
  text-align: center;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fr + * {
  clear: both;
}

.clear {
  clear: both;
}

.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px;
  font-size: 1px;
  color: #fff;
  opacity: 0;
}

.m-block {
  display: none;
}

.m-none {
  display: block;
}

.block {
  display: block;
}

.inlin-block {
  display: inline-block;
}

.pc {
  display: block !important;
}

.ta {
  display: none !important;
}

.mo {
  display: none !important;
}

.lnk-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
  opacity: 0.2;
  z-index: 1;
}

.fc-rd {
  color: #ff5353 !important;
}
.fc-bl {
  color: #0d69d0 !important;
}
.fc-gn {
  color: #006072 !important;
}
.fc-bk {
  color: #333 !important;
}
.fc-gr {
  color: #999 !important;
}
.fc-wh {
  color: #fff !important;
}
.fc-spot {
  color: #006072;
}
.fc-or {
  color: #f08a01 !important;
}

.fs-lg {
  font-size: var(--fs-lg);
}
.fs-sm {
  font-size: var(--fs-sm);
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.txt-hide {
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  padding: 0;
  border: 0;
  text-indent: -99999px;
}

button .txt-hide {
  position: static;
  display: inline-block;
  text-indent: -99999px;
}

.time {
  font-size: var(--fs-sm);
  color: #999;
}

/* bullet */
.bullet,
.bullet-tit,
.bullet-dash,
.bullet-none {
  margin-bottom: 20px;
}
.bullet:last-child,
.bullet-tit:last-child,
.bullet-dash:last-child,
.bullet-none:last-child {
  margin-bottom: 0;
}
.bullet > li,
.bullet-tit > li,
.bullet-dash > li,
.bullet-none > li {
  position: relative;
  padding-left: 15px;
}
.bullet > li ~ li,
.bullet-tit > li ~ li,
.bullet-dash > li ~ li,
.bullet-none > li ~ li {
  margin-top: 10px;
}
.bullet > li:before,
.bullet-tit > li:before,
.bullet-dash > li:before,
.bullet-none > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}

.bullet-none li {
  padding-left: 0;
}

.bullet > li:before,
.bullet-tit > li:before {
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #333;
}

.bullet-dash > li:before {
  top: 12px;
  width: 6px;
  height: 1px;
  background-color: #777;
}

.bullet-tit > li {
  padding-left: 120px;
}
.bullet-tit > li cite {
  position: absolute;
  left: 20px;
  font-weight: 700;
}

/* area */
/* box */
.bg-box,
.border-box {
  margin-bottom: 32px;
  padding: 40px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg-box .btn-cont,
.border-box .btn-cont {
  margin-top: 50px;
}
.bg-box.ac .btn-cont,
.border-box.ac .btn-cont {
  text-align: center;
}
.bg-box div[class$=type],
.border-box div[class$=type] {
  margin: 50px;
}
.bg-box div[class$=type]:first-child,
.border-box div[class$=type]:first-child {
  margin-top: 0;
}
.bg-box div[class$=type]:last-child,
.border-box div[class$=type]:last-child {
  margin-bottom: 0;
}
.bg-box > *:first-child,
.border-box > *:first-child {
  margin-top: 0;
}
.bg-box > *:last-child,
.border-box > *:last-child {
  margin-bottom: 0;
}
.bg-box .bg-box + .form-cont,
.border-box .bg-box + .form-cont {
  margin-top: 60px;
}

.bg-box {
  background-color: #F8F8F8;
}

.border-box {
  border: 1px solid #ddd;
}

.box-tit {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-tit.spot {
  color: #006072;
}
.box-tit.spot2 {
  color: #f08a01;
}

.box-tit-lg {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.box-txt {
  margin-bottom: 20px;
  font-size: 24px;
}
.box-txt em.fs-lg {
  font-size: 32px;
}

hr.solid {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}
hr.dashed {
  border: 0;
  border-top: 1px dashed #ddd;
  margin: 30px 0;
}

.fnc-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.fnc-area .l-area,
.fnc-area .r-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.fnc-area .r-area {
  text-align: right;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tit-area {
  margin-bottom: 24px;
}
.tit-area .tit:only-child,
.tit-area .tit-lg .tit-sm:only-child {
  margin-bottom: 0;
}
.tit-area *.ac {
  text-align: center;
}
.tit-area p {
  font-size: var(--fs-xlg);
  font-weight: 500;
  margin-top: 8px;
  color: #777;
}

.tit {
  font-size: var(--fs-3xlg);
  font-weight: 700;
}
.tit small {
  display: block;
  font-size: 0.6em;
}

.tit-lg {
  position: relative;
  font-size: var(--fs-4xlg);
  font-weight: 700;
}
.tit-lg small {
  display: block;
  font-size: 0.6em;
}

.tit-sm {
  font-size: var(--fs-2xlg);
  font-weight: 700;
}

/* sch */
.sch-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.sch-area .sch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.sch-area .sch input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
}

/* total-count */
.total-count {
  margin-bottom: 20px;
}

.sch-area + .total-count {
  line-height: 60px;
  margin-top: -80px;
}

.board-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.board-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 24px;
}
.board-list a:hover {
  background-color: #F8F8F8;
}
.board-list a .txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 16px;
  overflow: hidden;
}
.board-list a .txt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  font-size: var(--fs-lg);
  font-weight: 500;
}

.video-area {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  background-color: #333;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.video-area iframe,
.video-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
.thumb-list li {
  overflow: hidden;
}
.thumb-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.thumb-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.thumb-list .img-area {
  width: 100%;
  aspect-ratio: 40/23;
  border-radius: 8px;
  overflow: hidden;
}
.thumb-list .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.thumb-list .txt-area {
  min-width: 0;
  overflow: hidden;
}
.thumb-list .txt-area .time {
  display: block;
}
.thumb-list .txt-area p {
  font-weight: 500;
  min-width: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  .pc {
    display: none !important;
  }
  .ta {
    display: block !important;
  }
  .bg-box,
  .border-box {
    padding: 40px 30px;
  }
  .bg-box div[class$=type],
  .border-box div[class$=type] {
    margin-top: 20px;
    margin: 30px 0;
  }
  .bg-box .btn-cont,
  .border-box .btn-cont {
    margin-top: 20px;
  }
  .bg-box .bg-box + .form-cont,
  .border-box .bg-box + .form-cont {
    margin-top: 20px;
  }
  .box-tit-lg {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .box-tit {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .box-txt {
    font-size: 1.7rem;
  }
  .box-txt em.fs-lg {
    font-size: 2rem;
  }
  .thumb-list {
    gap: 40px 16px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .m-none {
    display: none !important;
  }
  .m-block {
    display: block !important;
  }
  .ta {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  .q0 {
    width: 50px;
  }
  .q1 {
    width: 50%;
  }
  .q2 {
    width: 70%;
  }
  .q3 {
    width: 90%;
  }
  .q4 {
    width: 100%;
  }
  .bg-box,
  .border-box {
    margin-bottom: 20px;
    padding: 20px 15px;
    font-size: 1.4rem;
  }
  .bg-box .bg-box + .form-cont,
  .border-box .bg-box + .form-cont {
    margin-top: 0;
  }
  .box-tit-lg {
    font-size: 2rem;
  }
  .box-tit {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .bullet li ~ li,
  .bullet-tit li ~ li,
  .bullet-dash li ~ li,
  .bullet-none li ~ li {
    margin-top: 5px;
  }
  .bullet li:before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .bullet-tit li {
    padding-left: 100px;
  }
  .bullet-tit li:before {
    top: 6px;
  }
  .bullet-tit cite {
    left: 15px;
  }
  .tit-area {
    margin-bottom: 20px;
  }
  .tit-area p {
    font-size: 16px;
    margin-top: 4px;
  }
  .tit-lg {
    font-size: var(--fs-3xlg);
  }
  .tit {
    font-size: var(--fs-2xlg);
  }
  .fnc-area {
    display: block;
  }
  .fnc-area .l-area,
  .fnc-area .r-area {
    display: block;
    text-align: left;
    padding: 0;
  }
  .fnc-area .l-area > *,
  .fnc-area .r-area > * {
    margin-left: 0;
    margin-right: 0;
  }
  .sch-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sch-area select {
    width: 100%;
  }
  .sch-area .sch {
    width: 100%;
  }
  .board-list {
    gap: 8px;
  }
  .board-list a {
    padding: 16px;
    min-height: 64px;
    gap: 0 8px;
  }
  .board-list a .txt {
    gap: 4px 8px;
  }
  .board-list a .txt p {
    font-size: var(--fs-md);
  }
  .board-list a .time {
    font-size: 12px;
  }
  .thumb-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
  }
  .thumb-list > li a {
    gap: 8px;
  }
}
/* layout */
/* -------------------------------------------------
    SITE-HEADER
------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.site-header .header-banner {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #F8F8F8;
}
.site-header .header-banner .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .header-cont {
  position: relative;
}
.site-header .header-cont .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--site-header-cont-h);
}
.site-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0;
}
.site-header .logo a::before {
  content: " ";
  display: block;
  height: 40px;
  aspect-ratio: 2088/488;
  background: url("../../images/khc/logo/logo1-v-wh.png") no-repeat;
  background-size: contain;
}
.site-header .logo-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: 40px;
}
.site-header .logo-group .logo-khff {
  position: relative;
  display: block;
  aspect-ratio: 544/231;
  height: 100%;
  font-size: 0;
  background-image: url("../../images/khc/logo/logo-khff.png");
  background-size: contain;
}
.site-header .logo-group .logo-khc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  aspect-ratio: 2088/488;
  background: url("../../images/khc/logo/logo1-v.png") no-repeat;
  background-size: contain;
  font-size: 0;
  margin-left: 16px;
}
.site-header .logo-group .logo-khc::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.site-header .btn-menu-toggle {
  display: none;
}
.site-header .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 56px;
}
.site-header .menu > ul > li {
  position: relative;
}
.site-header .menu > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: var(--site-header-cont-h);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.site-header .menu > ul > li > a:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f08a01;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header .menu > ul > li:hover > a:after {
  width: 64px;
  height: 4px;
  margin-left: -2px;
}
.site-header .menu > ul > li.is-active ul {
  display: block;
}
.site-header .menu > ul ul {
  display: none;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(20px);
  width: 160px;
  left: 50%;
  margin-left: -80px;
  border-radius: 8px;
  padding: 16px;
}
.site-header .menu > ul ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #ddd;
  font-size: 15px;
  font-weight: 400;
  min-height: 40px;
  padding: 8px 0;
}
.site-header .menu > ul ul a:hover {
  color: #fff;
  font-weight: 500;
}
.site-header .menu-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .menu-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .menu-cont .menu-lnk {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.site-header .menu-cont .menu-lnk .btn-sm {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header .menu-cont .menu-lnk .btn-sm > span {
  font-size: 15px;
  font-weight: 900;
}
.site-header .menu-cont .menu-lnk .btn-sm img {
  display: block;
}
.site-header .menu-cont .menu-lnk .btn-sm {
  background-color: rgba(255, 255, 255, 0.7);
}
.site-header .menu-cont .menu-lnk .btn-sm:hover {
  background-color: white;
}
.site-header .menu-cont .menu-lnk img {
  display: block;
  height: 20px;
}
.site-header.is-sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  color: #333;
}
.site-header.is-sticky .logo a {
  color: #006072;
}
.site-header.is-sticky .logo a::before {
  background-image: url("../../images/khc/logo/logo1-v.png");
}
.site-header.is-sticky .logo-group a {
  -webkit-filter: none;
          filter: none;
}
.site-header.is-sticky .logo-group .logo-khc::before {
  background-color: rgba(51, 51, 51, 0.1);
}
.site-header.is-sticky .menu > ul > li > a {
  color: #333;
}
.site-header.is-sticky .menu > ul > li > a:hover {
  color: #006072;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  .site-header {
    height: 56px;
  }
  .site-header .header-banner {
    display: none;
  }
  .site-header .header-cont {
    height: 100%;
  }
  .site-header .logo a::before {
    width: 176px;
  }
  .site-header .logo-group a {
    height: 24px;
  }
  .site-header .menu-area .menu-lnk {
    display: none;
  }
  .site-header .menu-area.is-active .menu {
    display: block;
  }
  .site-header .menu-area.is-active .menu a {
    color: #333;
  }
  .site-header .menu-area.is-active .menu > ul > li {
    padding: 0 var(--wrap-gap);
  }
  .site-header .menu-area.is-active .menu > ul > li.is-active {
    display: block;
  }
  .site-header .menu-area.is-active .menu > ul > li:hover a:after {
    display: none;
  }
  .site-header .menu-area.is-active .menu > ul > li > a {
    height: 56px;
    background-color: #F8F8F8;
    border-radius: 8px;
  }
  .site-header .menu-area.is-active .menu > ul > li ul {
    display: block;
    position: static;
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 8px 20px;
  }
  .site-header .menu-area.is-active .menu > ul > li ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 40px;
    font-size: 15px;
  }
  .site-header .menu-area.is-active .menu > ul > li ul li:last-of-type a {
    border-bottom: none;
  }
  .site-header .menu-area.is-active .btn-menu-toggle span::before {
    display: none;
  }
  .site-header .menu-area.is-active .btn-menu-toggle::before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header .menu-area.is-active .btn-menu-toggle::after {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site-header .btn-menu-toggle {
    position: relative;
    display: block;
    margin-left: auto;
    width: 32px;
    height: 32px;
    margin-top: 0;
    text-indent: -9999px;
    z-index: 2;
  }
  .site-header .btn-menu-toggle::before, .site-header .btn-menu-toggle::after,
  .site-header .btn-menu-toggle span::before {
    content: " ";
    position: absolute;
    background-color: #333;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -12px;
    width: 24px;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  .site-header .btn-menu-toggle::before {
    top: 9px;
  }
  .site-header .btn-menu-toggle::after {
    top: 23px;
  }
  .site-header.is-sticky .btn-menu-toggle span::before, .site-header.is-sticky .btn-menu-toggle::before, .site-header.is-sticky .btn-menu-toggle::after {
    background-color: #333;
  }
  .menu-area.is-active .btn-menu-toggle {
    background-color: #333;
    border-radius: 4px;
  }
  .menu-area.is-active .btn-menu-toggle span::before, .menu-area.is-active .btn-menu-toggle::before, .menu-area.is-active .btn-menu-toggle::after {
    background-color: #fff;
  }
  .site-header .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding-top: var(--site-header-h);
    padding-bottom: 24px;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
  }
  .site-header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .site-header .menu ul a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    font-size: 18px;
    color: #333;
    padding: 0 20px;
  }
  .site-header .menu ul a:hover {
    color: #006072;
  }
  .site-header .menu ul a:hover:after {
    display: none;
  }
  .site-header.is-sticky {
    top: 0;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .site-header .menu {
    width: 100%;
    max-width: 100%;
  }
}
/* layout */
.wrap {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + var(--wrap-gap) * 2);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--wrap-gap);
  padding-right: var(--wrap-gap);
}

.site-body {
  padding-bottom: 100px;
  min-height: calc(100% - 200px);
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  /* site-body */
  .site-body {
    padding-bottom: 60px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
}
/* -------------------------------------------------    
	.site-footer
------------------------------------------------- */
.site-footer {
  position: relative;
  z-index: 1;
}
.site-footer a {
  color: #fff;
}
.site-footer {
  border-top: 1px solid #ddd;
  background-color: #F8F8F8;
  padding: 24px 0;
  color: #777;
}

.fsite {
  padding: 25px 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.fsite img {
  max-width: 100%;
}
.fsite .swiper-slide {
  width: auto;
}

.footer-info {
  padding: 20px 0 40px;
}
.footer-info figure {
  opacity: 0.5;
}
.footer-info figure img {
  height: 40px;
}
.footer-info address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.footer-info address .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}
.footer-info address .txt-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
.footer-info address .txt-area cite {
  display: inline-block;
  font-weight: 700;
  margin-right: 6px;
}
.footer-info .etc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #444;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.footer-info .etc-area img {
  display: block;
}
.footer-info .copy {
  margin-top: 24px;
  font-size: 12px;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .fsite {
    padding: 20px 0;
  }
  .fsite img {
    height: 24px;
  }
  .footer-info address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .footer-info .txt-area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
/* page */
:root {
  --deco-banner-h: 80px;
}

@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@-webkit-keyframes rotateBorderAngle {
  0% {
    --border-angle: 0deg;
  }
  100% {
    --border-angle: 360deg;
  }
}
@keyframes rotateBorderAngle {
  0% {
    --border-angle: 0deg;
  }
  100% {
    --border-angle: 360deg;
  }
}
@-webkit-keyframes rotateCircularText {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateCircularText {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mn-section {
  padding-top: calc(var(--site-header-h) + 40px);
  padding-bottom: calc(var(--site-header-h) + 40px);
  position: relative;
}
.mn-section .tit-area,
.mn-section .mn-cont {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.mn-section.is-active .tit-area,
.mn-section.is-active .mn-cont {
  -webkit-animation: showUp 1s forwards;
          animation: showUp 1s forwards;
}
.mn-section.is-active .mn-cont {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.mn-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  word-break: keep-all;
}
.mn-visual .wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(var(--site-header-h));
  padding-bottom: 40px;
}
.mn-visual .txt-area1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 64px;
  color: #fff;
  max-width: 960px;
  background: linear-gradient(-16deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  padding: 80px;
  border-radius: 20px;
  text-align: left;
}
.mn-visual .txt-area1::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  border: 2px solid transparent;
  background: conic-gradient(from var(--border-angle), rgba(255, 255, 255, 0.8) 0%, transparent 20%, transparent 80%, rgba(255, 255, 255, 0.8) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-animation: rotateBorderAngle 4s linear infinite;
          animation: rotateBorderAngle 4s linear infinite;
}
.mn-visual .txt-area1 .visual-tit {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.mn-visual .txt-area1 .visual-tit cite {
  font-size: var(--fs-2xlg);
  font-weight: 500;
  opacity: 0.9;
}
.mn-visual .txt-area1 .visual-tit cite em.highlight {
  background: #fff;
  display: inline-block;
  padding: 0 4px;
}
.mn-visual .txt-area1 .visual-tit h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 0.1em;
  letter-spacing: -0.025em;
}
.mn-visual .txt-area1 .visual-tit h2 em {
  font-size: 1em;
}
@-webkit-keyframes mnvisual {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes mnvisual {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mn-visual .txt-area1 figure {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  max-width: 100%;
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mn-visual .txt-area1 figure img {
  display: block;
  max-width: 100%;
}
.mn-visual .txt-area1 .info {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 20px;
}
.mn-visual .txt-area1 .info strong span {
  font-weight: 400;
}
.mn-visual .txt-area1 .info .btn {
  margin-top: 24px;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0px rgba(255, 255, 255, 0);
}
.mn-visual .txt-area1 .info .btn:hover {
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2666666667);
          box-shadow: 0 0 16px rgba(255, 255, 255, 0.2666666667);
}
.mn-visual .cont {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 50% 1fr;
  gap: 8%;
  width: 100%;
}
.mn-visual .cont .img-area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: none;
  width: 100%;
  padding: 8%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: linear-gradient(-16deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.1);
  overflow: visible;
  border-radius: 50%;
  aspect-ratio: 1;
  backdrop-filter: blur(2px);
  color: #fff;
  container-type: inline-size;
}
.mn-visual .cont .img-area::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: url(../../images/khc/main/bg_obj2.svg);
  background-position: center 10px;
  background-color: rgba(51, 51, 51, 0.1);
  opacity: 0.6;
  backdrop-filter: blur(10px);
  z-index: -1;
}
.mn-visual .cont .img-area span {
  font-size: 9cqw;
  font-size: clamp(16px, 9cqw, 32px);
}
.mn-visual .cont .img-area strong {
  font-size: 18cqw;
  font-size: clamp(20px, 18cqw, 96px);
  line-height: 1em;
}
.mn-visual .cont .img-area img {
  display: block;
  max-width: 100%;
}
.mn-visual .cont .img-area .obj {
  position: absolute;
  width: 50%;
  height: 50%;
  left: -25%;
  bottom: -10%;
  z-index: 10;
  pointer-events: none;
  -webkit-animation: rotateCircularText 40s linear infinite;
          animation: rotateCircularText 40s linear infinite;
  opacity: 0.8;
  z-index: 1;
}
.mn-visual .cont .img-area .obj text {
  fill: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.85;
}
.mn-visual .cont .img-area::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  border: 4px solid transparent;
  background: conic-gradient(from var(--border-angle), rgba(255, 255, 255, 0.8) 0%, transparent 20%, transparent 80%, rgba(255, 255, 255, 0.8) 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-animation: rotateBorderAngle 4s linear infinite;
          animation: rotateBorderAngle 4s linear infinite;
}
.mn-visual .cont .txt-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  align-items: flex-start;
  text-align: left;
  gap: 48px;
  color: #fff;
}
.mn-visual .cont .txt-area .visual-tit {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.mn-visual .cont .txt-area .visual-tit cite {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fs-2xlg);
  font-weight: 500;
  opacity: 0.9;
  background: #fff;
  display: inline-block;
  padding: 0 8px;
  color: #006072;
}
.mn-visual .cont .txt-area .visual-tit h2 {
  position: relative;
  display: inline-block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.1em;
  letter-spacing: -0.025em;
}
.mn-visual .cont .txt-area .visual-tit h2 em {
  display: block;
  font-size: 1em;
}
@keyframes mnvisual {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mn-visual .cont .txt-area figure {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  max-width: 100%;
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mn-visual .cont .txt-area figure img {
  display: block;
  max-width: 100%;
}
.mn-visual .cont .txt-area .info {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 32px;
}
.mn-visual .cont .txt-area .info strong span {
  font-weight: 400;
}
.mn-visual .cont .txt-area .info .btn {
  margin-top: 24px;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0px rgba(255, 255, 255, 0);
}
.mn-visual .cont .txt-area .info .btn:hover {
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2666666667);
          box-shadow: 0 0 16px rgba(255, 255, 255, 0.2666666667);
}

.btn-scroll {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 16px;
  width: 22px;
  height: 40px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  text-indent: -9999px;
}
.btn-scroll::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: scroll 1.5s infinite alternate;
          animation: scroll 1.5s infinite alternate;
}

@-webkit-keyframes scroll {
  from {
    top: 30%;
  }
  to {
    top: 70%;
  }
}

@keyframes scroll {
  from {
    top: 30%;
  }
  to {
    top: 70%;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mn-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../images/khc/main/bg_obj1.svg") top right no-repeat;
}
.mn-intro .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  z-index: 1;
}
.mn-intro .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mn-intro .info-area cite {
  font-size: 24px;
  font-weight: 700;
}
.mn-intro .info-area h2 {
  font-size: 56px;
}
.mn-intro .info-area .info-list {
  margin-top: 40px;
  display: grid;
  gap: 12px;
  font-size: var(--fs-xlg);
  word-break: keep-all;
}
.mn-intro .info-area .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mn-intro .info-area .info-list li strong {
  font-weight: 700;
  min-width: 80px;
}
.mn-intro .mn-cont {
  position: relative;
  width: 36%;
}
.mn-intro .mn-cont .poster-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mn-intro .mn-cont .poster-area img {
  width: 100%;
}

@-webkit-keyframes scrollBannerLeftToRight {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: calc(var(--deco-banner-h) * -17.504375);
  }
}

@keyframes scrollBannerLeftToRight {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: calc(var(--deco-banner-h) * -17.504375);
  }
}
.mn-deco-banner {
  width: 100%;
  left: 0;
  right: 0;
  background: url("../../images/khc/logo/logo2.png") repeat-x;
  height: var(--deco-banner-h);
  background-size: auto 100%;
  -webkit-animation: scrollBannerLeftToRight 30s linear infinite;
          animation: scrollBannerLeftToRight 30s linear infinite;
  font-size: 0;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  .mn-visual .cont {
    gap: 5%;
  }
  .mn-visual .cont .txt-area .visual-tit {
    gap: 12px;
  }
  .mn-visual .cont .txt-area .visual-tit cite {
    font-size: var(--fs-2xlg);
  }
  .mn-visual .cont .txt-area .visual-tit h2 {
    font-size: 56px;
  }
  .mn-visual .cont .txt-area .info {
    font-size: var(--fs-2xlg);
  }
}
@media (max-width: 1023px) {
  :root {
    --deco-banner-h: 48px;
  }
  .mn-visual .cont {
    grid-template-columns: initial;
    gap: 60px;
  }
  .mn-visual .cont .img-area {
    width: min(70%, 400px);
    margin: 0 auto;
  }
  .mn-visual .cont .txt-area {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 24px;
  }
  .mn-visual .cont .txt-area .visual-tit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .mn-visual .cont .txt-area .visual-tit cite {
    font-size: var(--fs-xlg);
  }
  .mn-visual .cont .txt-area .visual-tit h2 {
    font-size: 48px;
  }
  .mn-visual .cont .txt-area .info {
    font-size: var(--fs-xlg);
  }
  .mn-intro .wrap {
    gap: 40px;
  }
  .mn-intro .mn-cont {
    width: 30%;
  }
  .mn-intro .info-area h2 {
    font-size: 36px;
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  :root {
    --deco-banner-h: 36px;
  }
  .mn-section {
    padding-top: calc(var(--site-header-h) + 20px);
    padding-bottom: calc(var(--site-header-h) + 20px);
  }
  .mn-visual .wrap {
    padding-top: calc(var(--site-header-h) + 20px);
    padding-bottom: 80px;
  }
  .mn-visual .txt-area1 {
    padding: 120px 24px;
    gap: 24px;
  }
  .mn-visual .txt-area1 .visual-tit cite {
    font-size: var(--fs-lg);
  }
  .mn-visual .txt-area1 .visual-tit h2 {
    font-size: var(--fs-3xlg);
  }
  .mn-visual .txt-area1 .visual-tit h2 em {
    font-size: var(--fs-3xlg);
  }
  .mn-visual .txt-area1 .info {
    font-size: var(--fs-lg);
  }
  .mn-visual .cont {
    gap: 40px;
  }
  .mn-visual .cont .txt-area .visual-tit cite {
    font-size: var(--fs-lg);
  }
  .mn-visual .cont .txt-area .visual-tit h2 {
    font-size: var(--fs-4xlg);
  }
  .mn-visual .cont .txt-area .info {
    font-size: var(--fs-lg);
    gap: 4px;
  }
  .mn-intro .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn-intro .mn-cont {
    width: 280px;
    max-width: 80%;
  }
  .mn-intro .info-area h2 {
    font-size: 24px;
  }
  .mn-intro .info-area .info-list {
    font-size: var(--fs-lg);
    margin-top: 24px;
  }
}
/* sub */
.section {
  margin-bottom: var(--section-gap);
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.section.is-active {
  -webkit-animation: showUp 1s forwards;
          animation: showUp 1s forwards;
}
.section:last-of-type {
  margin-bottom: 0;
}
.section.border-box {
  margin-bottom: 40px;
}

.section-sm {
  margin-bottom: var(--section-sm-gap);
}
.section-sm:last-of-type {
  margin-bottom: 0;
}

.sub-top {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
  padding-top: var(--site-header-h);
  background-size: cover;
  background-position: center center;
  background-position: fixed;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-top .txt-area {
  position: relative;
  z-index: 1;
}
.sub-top .txt-area h2 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.lnb {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}
.lnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #333;
}
.lnb ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
}
.lnb ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #333;
  font-weight: 500;
}
.lnb ul > li a:hover {
  font-weight: 600;
}
.lnb ul > li a.is-current {
  background-color: #333;
  color: #fff;
  font-weight: 700;
}

.sub-contents {
  padding-top: 80px;
}

.summary-img img {
  display: block;
  border: 1px solid #ddd;
  margin: 0 auto;
  border-radius: 8px;
  width: 100%;
  max-width: 640px;
}

.summary-area {
  border-bottom: 1px solid #333;
  padding: 0 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-area figure {
  width: 30%;
}
.summary-area figure img {
  max-width: 100%;
}
.summary-area .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.summary-area .txt-area .tit {
  margin-bottom: 40px;
}
.summary-area .txt-area > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: var(--fs-lg);
}
.summary-area .txt-area > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
}
.summary-area .txt-area > ul strong {
  font-weight: 700;
  min-width: 64px;
}
.summary-area .txt-area > ul ul {
  gap: 0;
  font-size: var(--fs-md);
}

.intro-area figure {
  margin-bottom: 40px;
}
.intro-area figure img {
  max-width: 960px;
}
.intro-area .img-area {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 80%;
  margin-bottom: 40px;
}
.intro-area .img-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f08a01;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 2;
}
.intro-area .img-area img {
  max-width: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.is-active .intro-area .img-area::after {
  -webkit-animation: overlayReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: overlayReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.is-active .intro-area .img-area img {
  -webkit-animation: imgReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: imgReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.intro-area .txt-area {
  position: relative;
  border: 1px solid #333;
  padding: 80px 200px 80px 80px;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  font-size: Var(--fs-lg);
  line-height: 1.5em;
  overflow: hidden;
}
.intro-area .txt-area h4 {
  margin-bottom: 20px;
  font-size: var(--fs-3xlg);
}
.intro-area .txt-area::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 32px;
  background: url("../../images/khc/logo/logo2.png") repeat-x;
  height: var(--deco-banner-h);
  width: 100%;
  background-size: auto 100%;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(90deg) translateX(100%);
          transform: rotate(90deg) translateX(100%);
  animation: scrollBannerLeftToRight 30s linear infinite reverse;
  z-index: -1;
  opacity: 0.1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@-webkit-keyframes overlayReveal {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes overlayReveal {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes imgReveal {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imgReveal {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.schedule-area h3 {
  position: relative;
  font-size: var(--fs-3xlg);
  padding: 0;
  margin-bottom: 24px;
  border-radius: 8px;
}
.schedule-area.spot h3 {
  background-color: #006072;
  padding: 20px;
  margin-bottom: 8px;
  font-size: var(--fs-2xlg);
  color: #fff;
}
.schedule-area.spot h3::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 24px;
  background-image: url("../../images/khc/logo/logo1-wh.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  opacity: 0.3;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.schedule-area.spot .schedule-list > li {
  background-color: #f2fffe;
  border-color: rgba(0, 96, 114, 0.2);
}
.schedule-area.spot .schedule-list .schedule-tit-area .label {
  background-color: rgba(0, 96, 114, 0.2);
  color: #333;
}
.schedule-area.spot2 h3 {
  background-color: #f08a01;
  padding: 20px;
  margin-bottom: 8px;
  font-size: var(--fs-2xlg);
  color: #fff;
}
.schedule-area.spot2 h3::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 24px;
  background-image: url("../../images/khc/logo/logo1-wh.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  opacity: 0.3;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.schedule-area.spot2 .schedule-list > li {
  background-color: #fff3e4;
  border-color: rgba(240, 138, 1, 0.2);
}
.schedule-area.spot2 .schedule-list .schedule-tit-area .label {
  background-color: rgba(240, 138, 1, 0.2);
  color: #333;
}
.schedule-area.spot3 h3 {
  background-color: #12c2b9;
  padding: 20px;
  margin-bottom: 8px;
  font-size: var(--fs-2xlg);
  color: #fff;
}
.schedule-area.spot3 h3::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 24px;
  background-image: url("../../images/khc/logo/logo1-wh.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  opacity: 0.3;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.schedule-area.spot3 .schedule-list > li {
  background-color: #f2fffe;
  border-color: rgba(18, 194, 185, 0.2);
}
.schedule-area.spot3 .schedule-list .schedule-tit-area .label {
  background-color: rgba(18, 194, 185, 0.2);
  color: #333;
}
.schedule-list {
  display: grid;
  gap: 12px;
}
.schedule-list .time {
  font-size: var(--fs-xlg);
}
.schedule-list > li {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
  padding: 24px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.schedule-list .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.schedule-list .cont strong {
  font-size: var(--fs-lg);
}
.schedule-list .schedule-tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.schedule-list .schedule-tit-area > strong {
  margin-bottom: 4px;
}
.schedule-list .info-list {
  width: 280px;
  display: grid;
  gap: 8px;
}
.schedule-list .info-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.schedule-list .info-list strong {
  font-weight: 700;
}

.apply-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.apply-step > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
  padding: 40px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f2fffe;
  border: 1px solid rgba(0, 96, 114, 0.2);
  border-radius: 20px;
}
.apply-step > li .img-area {
  display: block;
  width: 64px;
  background-color: #006072;
  aspect-ratio: 1;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.apply-step > li:nth-child(1) .img-area {
  -webkit-mask-image: url("../../images/khc/sub/apply-step1.svg");
          mask-image: url("../../images/khc/sub/apply-step1.svg");
}
.apply-step > li:nth-child(2) .img-area {
  -webkit-mask-image: url("../../images/khc/sub/apply-step2.svg");
          mask-image: url("../../images/khc/sub/apply-step2.svg");
}
.apply-step .txt-area strong {
  display: block;
  margin-bottom: 12px;
  font-size: var(--fs-xlg);
  font-weight: 700;
}

/* -------------------------------------------------    
	- TABLET
------------------------------------------------- */
@media (max-width: 1279px) {
  :root {
    --site-header-h:60px;
    --site-header-cont-h:100%;
    --section-gap:56px;
    --section-sm-gap:32px;
  }
  .sub-top {
    height: 200px;
  }
  .sub-top::before {
    -webkit-animation: none;
            animation: none;
  }
  .sub-top .txt-area h2 {
    font-size: 36px;
  }
  .lnb .wrap {
    padding: 0;
  }
  .sub-contents {
    padding-top: 60px;
  }
  .summary-area {
    padding: 0 0 40px;
    gap: 32px;
  }
  .intro-area .txt-area {
    padding: 60px 160px 60px 60px;
  }
}
@media (max-width: 1023px) {
  .schedule-list > li {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 160px;
  }
  .schedule-list > li .info-list {
    font-size: var(--fs-sm);
    gap: 0;
    width: initial;
  }
  .schedule-list .cont strong {
    font-size: var(--fs-xlg);
  }
  .schedule-list .fnc {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* -------------------------------------------------    
	- mobile
------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
  .lnb {
    overflow-x: auto;
  }
  .lnb ul > li {
    height: 40px;
  }
  .lnb ul > li a {
    height: 100%;
    font-size: 12px;
    padding: 0 16px;
    text-align: center;
  }
  .sub-top {
    height: 180px;
  }
  .sub-top .txt-area h2 {
    font-size: 24px;
  }
  .sub-contents {
    padding-top: 40px;
  }
  .summary-area {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .summary-area figure {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .summary-area .txt-area {
    width: 100%;
  }
  .summary-area .txt-area > ul {
    gap: 8px;
  }
  .summary-area .txt-area > ul strong {
    min-width: 40px;
  }
  .summary-area .tit-area .tit {
    margin-bottom: 0;
  }
  .intro-area .img-area {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .intro-area .txt-area {
    padding: 32px;
  }
  .intro-area .txt-area h4 {
    margin-bottom: 0;
  }
  .intro-area .txt-area::after {
    display: none;
  }
  .schedule-area h3::before {
    display: none;
  }
  .schedule-list > li {
    padding: 24px 32px;
  }
  .schedule-list .time {
    font-size: var(--fs-md);
  }
  .schedule-list .fnc {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 16px;
  }
  .schedule-list .fnc .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .apply-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .apply-step > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 8px;
  }
  .apply-step > li .img-area {
    display: none;
  }
  .apply-step .txt-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .apply-step .txt-area strong {
    font-size: var(--fs-lg);
  }
}
.terms .terms-tit {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.terms .terms-tit-sm {
  font-weight: 700;
  margin-bottom: 0;
}
.terms article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 80px;
}
.terms article:last-child,
.terms article > *:last-child {
  margin-bottom: 0;
}
.terms article p,
.terms article ul,
.terms article ol {
  margin-bottom: 12px;
}
.terms article ul,
.terms article ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

@media (max-width: 767px) {
  :root {
    --wrap-gap: 16px;
    --fs-4xlg:32px;
    --fs-3xlg:24px;
    --fs-2xlg:20px;
    --fs-xlg:18px;
    --fs-lg:16px;
    --fs-md:14px;
    --fs-sm:12px;
  }
}/*# sourceMappingURL=style.css.map */