/* @import url(//cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* 본고딕 웹폰트 가져오기 180124 morenvy.com */ 
/* Noto Sans KR (korean) https://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;
}
.kfs {
  font-family: "Noto Sans KR";
  /* font-weight: bold; */
  letter-spacing: -0.03em !important;
}
.efs {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0em !important;
}
.e2fs {
  font-family: "Marcellus", sans-serif;
}
.e3fs {
  font-family: "Montserrat", sans-serif;
}
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;
  --section-background: #F7F7F7;
}
body {
  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 {
  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(0, 0, 0, 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;
}

/*******************************/
/* 신규 */
/*******************************/
#app {
  position: relative;
  width: 100%;
  background-color: #252525;
  overflow-x: hidden;
}
#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: 100px;
  width: 100%;
  overflow-x: hidden;
}

#app #sections .section {
  display: none;
  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: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 75px;
  height: 75px;
  z-index: 9999;
  pointer-events: none;
  font-size: 20px;
  opacity: 0.4;
}
#app #sections .section .content {
  position: relative;
  max-width: 1200px;
  min-height: 120px;
  overflow: hidden;
  margin: 0 auto;
  background: white;
}

/*******************************/
/* 공통 */
/*******************************/
.section-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.section-title .section-type {
  font-size: 42px;
  line-height: 58px;
  letter-spacing: -2.1px;
  font-weight: 600;
  color: #333333;
  order: 1;
}
.section-title .section-type .e3fs {
  font-size: 47.5px;
  letter-spacing: 0;
}
.section-title .section-name {
  margin-top: 14px;
  font-size: 21.87px;
  letter-spacing: -1.09px;  
  line-height: 1;
  color: #686868;
  order: 2;
}
.section-title .section-bar {
  width: 136px;
  height: 1px;
  background-color: #333333;
  margin: 0 auto;
  margin-top: 48px;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  order: 3;
}

.section-title .section-name-sub {
  font-size: 15px;
  color: #979797;
  margin-top: 7px;
  order: 4;
}

/*******************************/
/* 달력 */
/*******************************/
.k-calendar {
  display: inline-block;
  width: 100%;
  font-size: 0px;
}
.k-calendar .k-ctrl {
  width: 100%;
  font-size: 22.5px;
  text-align: center;
  margin: 69px 0 55.8px;
}
.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 img {
  margin-bottom: 2px;
}

.k-calendar .k-ctrl .k-btn.prev {
}
.k-calendar .k-ctrl .k-btn.next {
}
.k-calendar .k-ctrl .current-date {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 27px;
}

.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;
  margin-bottom: 93px;
}
.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: 1px;
}
.k-calendar .k-col .center.empty .cell {
  background: #f1c100;
}
.k-calendar .k-col .cell {
  position: relative;
  width: 100%;
  height: 100%;
  /*background: white;*/
  display: flex;
  padding: 10px;
  justify-content: center;
  font-size: 1.70rem;
  font-weight: bold;
  transition: background 0.2s;
  align-items: flex-start;
}
.k-calendar .k-col.has-data:not(.disable-date) .cell {
  cursor: pointer;
}

.k-calendar .k-col .cell .day-top {
  font-family: "Montserrat", sans-serif;
}
.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 .cell .day-cover-color {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  color: #23545F;
  border-radius: 50%;
  margin: 10px 5px 0;
}

.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: #f7f7f7;*/
  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 .day-cover-color {
  display:block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #23545F;
  border-radius: 50%;
  margin: -17px 0px;
}

/*.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 {
  text-align: center;
  color: white;
  z-index: 1;
}
.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;
}

.btn-anim-to-white {
  position: relative;
  width: 327px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #23545F;
  
  color: white;
  font-size: 18.9px;
  letter-spacing: -0.57px;
  cursor: pointer;
  border: 1px solid #23545F;
  transition: color 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
}
.btn-anim-to-white img {
  width: 31px !important;
  margin-left: 17px;
}
.btn-anim-to-white .arrow-white {
  display: block;
}
.btn-anim-to-white .arrow-black {
  display: none;
}
.btn-anim-to-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  /* left: -70%; */
  background: #fff;
  width: 130%;
  height: 100%;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.btn-anim-to-white:hover {
  color: #23545F;
}
.btn-anim-to-white:hover .arrow-white {
  display: none;
}
.btn-anim-to-white:hover .arrow-black {
  display: block;
}
.btn-anim-to-white:hover::before {
  left: -10%;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
}


.btn-anim-to-green {
  position: relative;
  width: 327px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #FAF7F2;
    
  color: #23545F;
  font-size: 18.9px;
  letter-spacing: -0.57px;
  cursor: pointer;
  border: 1px solid white;
  transition: color 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
}
.btn-anim-to-green img {
  width: 31px !important;
  margin-left: 17px;
}
.btn-anim-to-green .arrow-white {
  display: none;
}
.btn-anim-to-green .arrow-black {
  display: block;
}
.btn-anim-to-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  /* left: -70%; */
  background: #074b57;
  width: 130%;
  height: 100%;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.btn-anim-to-green:hover {
  color: white;
}
.btn-anim-to-green:hover .arrow-white {
  display: block;
}
.btn-anim-to-green:hover .arrow-black {
  display: none;
}
.btn-anim-to-green:hover::before {
  left: -10%;
  transform: skewX(-16deg);
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {
  html {
    font-size: 6px;
  }
  #app #sections .section > .section-label {
    width: 45px;
    height: 45px;
    font-size: 13px;
  }

  /* 타이틀 */
  .section-title .section-type {
    font-size: 24.46px;
    line-height: 32px;
  }
  .section-title .section-type .e3fs {
    font-size: 24.46px;
    line-height: 32px;
  }  
  .section-title .section-name {
    font-size: 16.5px;
    margin-top: 6px;
    letter-spacing: -0.05em;
  }  
  .section-title .section-name::before {
    width: 85%;
  }
  .section-title .section-bar {
    margin-top: 31.5px;
    width: 88px;
  }
  .k-calendar .k-header {
    margin-bottom: 58px;
  }
  .k-calendar .k-col .cell {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .k-calendar .k-ctrl {
    margin: 42px 0 32.7px;
  }
  .k-calendar .k-col.has-data:not(.disable-date):hover .cell .day-cover-color {
    width:55px;
    height:55px;
    margin: -13px 0px;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  html {
    font-size: 8px;
  }

  /* 타이틀 */
  .section-title .section-type .e3fs {
    font-size: 30px; 
  }  
  .section-title .section-name {
    font-size: 25px;
    padding-top: 6px;
  }  
  .section-title .section-name::before {
    width: 90%;
  }
  .section-title .section-bar {
    margin-top: 31.5px;
    width: 88px;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
}
