/* @import url(//cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css); */
@import url("https://fonts.googleapis.com/css?family=Lato:300i,400,400i,700,700i,900,900i|Noto+Sans+KR:400,500,700,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Arapey&display=swap');

/* 본고딕 웹폰트 가져오기 180124 morenvy.com */
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/*******************************/
/* 기존 */
/*******************************/
/* *{
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Sans KR';
} */
* {
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
}

.kfs {
  font-family: "Noto Sans KR";
  /* font-weight: bold; */
  letter-spacing: 0;
}

.efs {
  font-family: 'Arapey', serif;
  /* font-weight: bold; */
  /* letter-spacing: 0em !important; */
}

a,
a:link,
a:hover,
a:visited {
  color: black;
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  /* height: 100%; */
  font-family: NotoSansKR, sans-serif !important;
  font-size: 10px;
}

body {
  background-color: white;
  position: relative;
  width: 100%;
  /* height: 100%; */
}

img {
  /* width: 100%;
  vertical-align: top;
  min-width: initial; */
}

p.no-data {
  font-size: 20px !important;
  font-weight: bold !important;
  color: red !important;
  margin: 0 !important;
}

/*******************************/
/* SPLASH */
/*******************************/
#splash.showing {
  opacity: 1;
}
#splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: opacity 0.5s;
}

#splash .toast {
  width: 230px;
  min-height: 14px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  background-color: #292929;
  color: #eeeeee;
  font-size: 14px;
  padding: 13px;
  text-align: center;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 0.62);
  -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 0.62);
  box-shadow: 0px 0px 8px 0px rgba(56, 56, 56, 0.62);
  /* display: none; */
  z-index: 9999;
  letter-spacing: 0;
}

.section .need-data {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  z-index: 8888;
  pointer-events: none;
}

.section .need-data .need-data-inner {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  border-radius: 110px;
  font-weight: bold;
  color: #ffffff;
  background: rgb(155 109 255 / 44%);
  box-shadow: 2px 2px 30px rgb(155 109 255 / 44%);
}

/*******************************/
/* 신규 */
/*******************************/
#app {
  position: relative;
  width: 100%;
  background-color: transparent;
}

#app .covers {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  max-width: 2200px;
  margin: 0 auto;
  pointer-events: none;
}

#app .covers .cover {
  pointer-events: initial;
}

#app.debug #sections .section>.section-label {
  display: flex;
}

#app #sections {
  /* position: absolute; */
  display: inline-block;
  /* margin-top: 105px; */
  width: 100%;
  overflow-x: hidden;
}

#app #sections .section:nth-child(even) {
  /* background-color: #F7F8F2; */
  background-color: #F8F7F2;
}

#app #sections .section {
  position: relative;
  width: 100%;
  font-size: 18px;
  /* background: #3b3e47; */
  background: white;
  overflow: hidden;
}

#app #sections .section>.section-label {
  display: none;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgb(155 109 255 / 56%);
  border-radius: 20px;
  color: white;
  width: 75px;
  height: 75px;
  z-index: 9999;
  pointer-events: none;
  font-size: 20px;
  /* opacity: 0.4; */
  box-shadow: 2px 2px 30px rgb(155 109 255 / 30%);
}

#app #sections .section>.content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 120px;
  overflow: hidden;
  margin: 0 auto;
  /* background: rgb(173, 173, 173); */
}

/*******************************/
/* 달력 */
/*******************************/
.k-calendar {
  display: inline-block;
  width: 100%;
  font-size: 0px;
}

.k-calendar .k-ctrl {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 25px 0;
}

.k-calendar .k-ctrl .k-btn {
  display: inline-block;
  width: 50px;
  color: rgba(0, 0, 0, 0.21);
  cursor: pointer;
}

.k-calendar .k-ctrl .k-btn.prev {}

.k-calendar .k-ctrl .k-btn.next {}

.k-calendar .k-ctrl .current-date {
  display: inline-block;
}

.k-calendar .k-row {
  display: inline-block;
  width: 100%;
  font-size: 0px;
}

.k-calendar .k-row .k-col {
  display: inline-block;
  width: 14.28%;
  float: left;
  text-align: center;
  font-size: 12px;
}

.k-calendar .k-row .k-col.sun {
  color: red !important;
}

.k-calendar .k-header {
  padding: 10px 0;
}

.k-calendar .k-header .k-col {
  font-size: 15px;
}

.k-calendar .k-body-row .k-col {
  position: relative;
}

.k-calendar .k-body-row .k-col::before {
  display: inline-block;
  content: "";
  margin-top: 100%;
}

.k-calendar .k-body-row .k-col .center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
}

.k-calendar .k-col .center.empty .cell {
  background: #f1c100;
}

.k-calendar .k-col .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  justify-content: flex-start;
  font-size: 1.5rem;

  transition: background 0.2s;
}

.k-calendar .k-col.has-data:not(.disable-date) .cell {
  cursor: pointer;
}

.k-calendar .k-col .cell .day-top {}

.k-calendar .k-col .cell .day-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #f1c100;

  align-items: center;
  justify-content: center;
}

.k-calendar .k-col.selected .cell {
  background: #2b2b2b;
}

.k-calendar .k-col.selected .cell .day-top {
  color: white;
}

.k-calendar .k-col.selected .cell .day-cover {
  display: flex;
}

.k-calendar .k-col.disable-date .cell {
  background: rgb(255 255 255 / 40%);
  color: #d4d4d4;
}

.k-calendar .k-col.has-data:not(.disable-date).current-selected .cell {
  background: #2b2b2b;
}

.k-calendar .k-col.has-data:not(.disable-date).current-selected .cell .day-top {
  color: white;
}

.k-calendar .k-col.has-data:not(.disable-date).current-selected .cell .day-cover {
  display: flex;
}

.k-calendar .k-col.has-data:not(.disable-date):hover .cell {
  background: #2b2b2b;
}

.k-calendar .k-col.has-data:not(.disable-date):hover .cell .day-top {
  color: white;
}

.k-calendar .k-col.has-data:not(.disable-date):hover .cell .day-cover {
  display: flex;
}

/*공통 Toast UI*/
#toast {
  max-width: 320px;
  min-width: 200px;
  min-height: 14px;
  border-radius: 10px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 48px;
  margin: 0 auto;
  background: #2d2f30;
  color: white;
  font-family: nbg;
  font-size: 14px;
  padding: 15px 6px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 0.62);
  -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 0.62);
  box-shadow: 0px 0px 8px 0px rgba(56, 56, 56, 0.62);
  display: none;
  z-index: 9999;
  line-height: 1.5;
}



.center-2200 {
  position: absolute;
  left: 50%;
  width: 2200px;
  height: 100%;
  margin-left: -1100px;
}

/* .center-2200 {
  position: absolute;
  left: 50%;
  width: 1980px;
  height: 100%;
  margin-left: -990px;
} */

.summit {
  cursor: pointer;
  transition: all 0.2s ease;
}

.summit:hover {
  color: white !important;
  background-color: #C2A96D;
}








.exit-anim:hover {
  transform: rotate(-90deg);
  transition-delay: 0s;
}

.exit-anim:hover>.top {
  transform: rotate(90deg);
  transition-delay: 0.23s;
}

.exit-anim:hover>.bottom {
  transform: rotate(-90deg);
  transition-delay: 0.23s;
}

.exit-anim {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.23s linear;
  transition-delay: 0.23s;
}

.exit-anim .top {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: rotate(45deg);
  transition: transform 0.23s ease;

}

.exit-anim .bottom {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: rotate(-45deg);
  transition: transform 0.23s ease;
}

:focus {
  outline-width: 0px;
}


.jf-arrow:hover::before {
  /* width: 30px; */
  transform: rotate(55deg);
}

.jf-arrow:hover::after {
  /* width: 30px; */
  transform: rotate(-55deg);
}

.jf-arrow.rotate-left {
  transform: rotate(180deg);
}

.jf-arrow {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.jf-arrow::before {
  content: '';
  position: absolute;
  bottom: 50%;
  width: 40px;
  height: 1px;
  background-color: white;
  transform: rotate(50deg);
  transition: all 0.15s ease;
  transform-origin: right;
}

.jf-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: white;
  transform: rotate(-50deg);
  transition: all 0.15s ease;
  transform-origin: right;
}

.size-cover {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -632.5px;
  width: 1265px;

  border-left: 2px solid red;
  border-right: 2px solid red;
  pointer-events: none;
  z-index: 20000;
}