/* @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=Bodoni+Moda:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
    url(https://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(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}


.font-en {
  font-family: 'Bodoni Moda', serif;
  letter-spacing: 0;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.font-noto-serif {
  font-family: 'Noto Serif KR', serif;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Noto Sans KR";
  letter-spacing: -0.55px;
}

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

img {
  border: none;
}

a {
  text-decoration: none;
  border: none;
  /* position: absolute; */
  /* top: 0px; */
  /* font-size: 0px; */
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

.anim-active {
  transition: background 0.15s, opacity 0.15s, transform 0.15s !important;
  box-shadow: none;
  opacity: 0.85;
  transform: scale(0.99);
}

html {
  -webkit-text-size-adjust: none;
}

/*HTML 5 specific*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body {
  /* overflow: hidden; */
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: bing;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

label {
  margin: 0;
}

table tr th,
table tr td {
  height: 50px;
}
table tbody tr {
  user-select: none;
}
table tbody td {
  font-size: 12px;
}

input:focus,
select:focus {
  outline: none;
}



.scene {
  display: none;
  width: 100%;
  /* overflow-y: auto; */
  /* position: absolute; */
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.scene>.content {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1024px;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 150px; */

  /* transform: translateX(-50%);
  width: 2200px;
  margin-left: 50%; */
  
  /* background-color: #AFABAA; */
}

@media screen and (max-width: 1024px) {
  /* .scene>.content {
    width: 748px;
  } */
}

/* common */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.marquee {
  overflow: auto;
  white-space: nowrap;
  overflow-x: -webkit-marquee;
  -webkit-marquee: backwards 1px infinite scroll 23;
}

.shadow {
  moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  /* -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4); */
  /* box-shadow: 0px 0px 3px rgba(0,0,0,0.4); */
}

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

/*공통 Toast UI*/
#toast {
  width: 270px;
  min-height: 14px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 70px;
  margin: 0 auto;
  background-color: #1c1d1e;
  /* border: 2px solid white; */
  color: #ffffff;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px #c08753;
  -moz-box-shadow: 0px 0px 10px #c08753;
  box-shadow: 0px 0px 10px #c087534d;
  display: none;
  z-index: 10001;
}


#app {
  /* position: absolute; */
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}


.popup {
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
}

.popup .popup-backdrop {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 500px;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.popup .phead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background: #fbfbfb; */
  background: white;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  z-index: 4;
}
.popup .phead .t1 {
  /* margin-left: 12px; */
}

.popup .phead .close-popup:hover::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f00d';
  margin-bottom: -2px;
  margin-right: 3px;

}

.popup .phead .close-popup {
  /* width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px; */
  margin-left: auto;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}

.popup .pbody {
  position: relative;
  max-height: 650px;
  overflow-y: auto;

  padding: 10px 28px;
  /* padding-top: 55px; */
  padding-top: 65px;
  padding-bottom: 50px;
  z-index: 2;
}

.popup .pfoot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fbfbfb;
  box-shadow: 0px -2px 10px rgba(0,0,0,0.08);
  z-index: 4;
}
.popup .pfoot {}
.popup .pfoot.disable-submit::after {
    display: block;
}
.popup .pfoot::after{
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    opacity: 0.7;        
    z-index: 1;
}


.debug-label.active {
  opacity: 0.8;
}
.debug-label {
  opacity: 0;

  position: absolute;
  top: 20px;
  left: 20px;

  width: 100px;
  height: 100px;
  border-radius: 15px;

  background-color: white;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: black;

  pointer-events: none;
  z-index: 9999;
}











.common-btn:hover {
  background-color: #B38E6D;
}
.common-btn {
  width: 206px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #CEA37C;
  background-color: #CEA37C;

  cursor: pointer;
  transition: background-color 0.1s linear;
}
.common-btn > .txt{
  font-size: 17px;
  margin-right: 21px;
  color: white;
}
.common-btn > img{
  width: 22px;
}


.common-btn-line:hover {
  background-color: #CEA37C;
}
.common-btn-line:hover .txt{
  color: white;
}
.common-btn-line:hover > img.on {
  display: block;
}
.common-btn-line:hover > img.off {
  display: none;
}


.common-btn-line {
  width: 206px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #CEA37C;
  background-color: white;

  cursor: pointer;
  transition: background-color 0.1s linear;
}
.common-btn-line > .txt{
  font-size: 17px;
  margin-right: 21px;
  color: #CEA37C;
  transition: color 0.1s linear;
}
.common-btn-line > img{
  width: 22px;
}

.common-btn-line > img.off {
  display: block;
}
.common-btn-line > img.on {
  display: none;
}