@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

@font-face {
  font-family: "Inter";
  src: url("./font/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./font/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./font/Inter-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./font/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.ko {
  font-family: "Pretendard";
}

/* common */
html {
  -webkit-text-size-adjust: none;
}
html body {
  font-family: "Inter";
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}
body {
  font-style: normal;
  font-size: 14px;

  line-height: 1.45;
  background-color: #ffffff;
  overflow-x: hidden;
  color: #000;
}
div,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
iframe,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
li {
}
button {
  vertical-align: middle;
  cursor: pointer;
}
em {
  font-style: normal;
}
/* link */
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  border-collapse: collapse;
}
legend,
hr {
  display: none;
}
legend {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*
table caption { display:block; visibility:hidden; width:0; height:0; font-size:0; line-height:0; }
*/
table caption {
  display: none;
}

/* form */
form {
  display: inline;
}
select,
input,
textarea {
  font-family: "Inter";
}
fieldset,
blockquote,
iframe {
  border: none;
}

/* button */
button {
  background: none;
  border: 0px;
  padding: 0px;
}
button:focus {
  outline: none;
}
button.isNone {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

select,
input,
textarea,
button {
  font-size: 14px;
  line-height: 1.5;
  background: none;
  border: 0px;
}
button {
  cursor: pointer;
}

.k-blind {
  clear: both;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
}
.k-wordwrap {
  word-wrap: break-all;
  text-align: justify;
}
.k-whitespace {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.k-inline {
  display: inline-block;
}
.k-block {
  display: block !important;
}
.k-flex {
  display: flex !important;
}
.k-justify-between {
  justify-content: space-between;
}
.k-alignitem-center {
  align-items: center;
}

.k-ul-inline {
}
.k-ul-inline > ul > li {
  float: left;
}
.k-ul-inline > ul:after {
  content: "";
  display: block;
  clear: both;
}

.k-ul-inline {
}
.k-ul-inline > dl > dt {
  float: left;
}
.k-ul-inline > dl > dd {
  float: left;
}
.k-ul-inline > dl:after {
  content: "";
  display: block;
  clear: both;
}

.k-ul-inline {
}
.k-ul-inline > div {
  float: left;
}
.k-ul-inline:after {
  content: "";
  display: block;
  clear: both;
}

.k-float-left {
  float: left;
}
.k-float-right {
  float: right !important;
}
.k-align-left {
  text-align: left;
}
.k-align-right {
  text-align: right;
}
.k-align-center {
  text-align: center;
}
.k-v-align-t {
  vertical-align: top;
}
.k-v-align-m {
  vertical-align: middle;
}
.k-v-align-b {
  vertical-align: bottom;
}
.k-clear:after {
  content: "";
  display: block;
  clear: both;
}
.k-hidden {
  overflow: hidden;
}
.k-bod-box {
  box-sizing: border-box;
}
.k-bod-box-100 {
  box-sizing: border-box;
  width: 100%;
}
.k-relative {
  position: relative;
}

.k-div-1 {
}
.k-div-1 ul li {
  width: 100% !important;
}
.k-div-1 ul li span {
  padding: 0px 1px !important;
}

.k-div-2 {
}
.k-div-2 > ul > li {
  width: 50% !important;
}
.k-div-2 > ul > li span {
  padding: 0px 3px !important;
}
.k-div-2 > ul > li:first-child span {
  padding-left: 0px !important;
}
.k-div-2 > ul > li:last-child span {
  padding-right: 0px !important;
}

.k-div-3 {
}
.k-div-3 > div {
  width: 33.3% !important;
}
.k-div-3 ul li {
  width: 33.3% !important;
}
.k-div-3 ul li span {
  padding: 0px 3px !important;
}
.k-div-3 ul li:first-child span {
  padding-left: 0px !important;
}
.k-div-3 ul li:last-child span {
  padding-right: 0px !important;
}

.k-div-4 {
}
.k-div-4 > div {
  width: 25% !important;
}
.k-div-4 > ul > li {
  width: 25% !important;
}
.k-div-4 > ul > li span {
  padding: 0px 1px !important;
}

.k-div-5 {
}
.k-div-5 > div {
  width: 20% !important;
}
.k-div-5 > ul > li {
  width: 20% !important;
}
.k-div-5 > ul > li span {
  padding: 0px 1px !important;
}

.k-div-6 {
}
.k-div-6 > div {
  width: 16.6% !important;
}
.k-div-6 > ul > li {
  width: 16.6% !important;
}

.k-div-7 {
}
.k-div-7 > div {
  width: 14.28% !important;
}
.k-div-7 > ul > li {
  width: 14.28% !important;
}

.k-w10per {
  width: 10% !important;
}
.k-w20per {
  width: 20% !important;
}
.k-w30per {
  width: 30% !important;
}
.k-w40per {
  width: 40% !important;
}
.k-w50per {
  width: 50% !important;
}
.k-w60per {
  width: 60% !important;
}
.k-w70per {
  width: 70% !important;
}
.k-w80per {
  width: 80% !important;
}
.k-w90per {
  width: 90% !important;
}
.k-w100per {
  width: 100% !important;
}

.k-w10 {
  width: 10px;
}
.k-w20 {
  width: 20px;
}
.k-w30 {
  width: 30px;
}
.k-w40 {
  width: 40px;
}
.k-w50 {
  width: 50px;
}
.k-w60 {
  width: 60px;
}
.k-w70 {
  width: 70px;
}
.k-w80 {
  width: 80px;
}
.k-w90 {
  width: 90px;
}
.k-w100 {
  width: 100px !important;
}
.k-w110 {
  width: 110px !important;
}
.k-w120 {
  width: 120px !important;
}
.k-w130 {
  width: 130px !important;
}
.k-w140 {
  width: 140px !important;
}
.k-w150 {
  width: 150px !important;
}
.k-w160 {
  width: 160px !important;
}
.k-w170 {
  width: 170px !important;
}
.k-w180 {
  width: 180px !important;
}
.k-w190 {
  width: 190px !important;
}
.k-w200 {
  width: 200px !important;
}
.k-w210 {
  width: 210px !important;
}
.k-w220 {
  width: 220px !important;
}
.k-w230 {
  width: 230px !important;
}
.k-w240 {
  width: 240px !important;
}
.k-w250 {
  width: 250px !important;
}
.k-w260 {
  width: 260px !important;
}
.k-w270 {
  width: 270px !important;
}
.k-w280 {
  width: 280px !important;
}
.k-w290 {
  width: 290px !important;
}
.k-w300 {
  width: 300px !important;
}
.k-w310 {
  width: 310px !important;
}
.k-w320 {
  width: 320px !important;
}
.k-w330 {
  width: 330px !important;
}
.k-w340 {
  width: 340px !important;
}
.k-w350 {
  width: 350px !important;
}
.k-w360 {
  width: 360px !important;
}
.k-w370 {
  width: 370px !important;
}
.k-w380 {
  width: 380px !important;
}
.k-w390 {
  width: 390px !important;
}
.k-w400 {
  width: 400px !important;
}
.k-w410 {
  width: 410px !important;
}
.k-w420 {
  width: 420px !important;
}
.k-w430 {
  width: 430px !important;
}
.k-w440 {
  width: 440px !important;
}
.k-w450 {
  width: 450px !important;
}
.k-w460 {
  width: 460px !important;
}
.k-w470 {
  width: 470px !important;
}
.k-w480 {
  width: 480px !important;
}
.k-w490 {
  width: 490px !important;
}
.k-w500 {
  width: 500px !important;
}

.k-mb0 {
  margin-bottom: 0px !important;
}
.k-mb1 {
  margin-bottom: 1px !important;
}
.k-mb2 {
  margin-bottom: 2px !important;
}
.k-mb3 {
  margin-bottom: 3px !important;
}
.k-mb4 {
  margin-bottom: 4px !important;
}
.k-mb5 {
  margin-bottom: 5px !important;
}
.k-mb6 {
  margin-bottom: 6px !important;
}
.k-mb7 {
  margin-bottom: 7px !important;
}
.k-mb8 {
  margin-bottom: 8px !important;
}
.k-mb9 {
  margin-bottom: 9px !important;
}
.k-mb10 {
  margin-bottom: 10px !important;
}
.k-mb15 {
  margin-bottom: 15px !important;
}
.k-mb20 {
  margin-bottom: 20px !important;
}
.k-mb30 {
  margin-bottom: 30px !important;
}
.k-mb40 {
  margin-bottom: 40px !important;
}
.k-mb50 {
  margin-bottom: 50px !important;
}
.k-mb60 {
  margin-bottom: 60px !important;
}
.k-mb70 {
  margin-bottom: 70px !important;
}
.k-mb80 {
  margin-bottom: 80px !important;
}
.k-mb90 {
  margin-bottom: 90px !important;
}
.k-mb100 {
  margin-bottom: 100px !important;
}
.k-mt0 {
  margin-top: 0px !important;
}
.k-mt1 {
  margin-top: 1px !important;
}
.k-mt2 {
  margin-top: 2px !important;
}
.k-mt3 {
  margin-top: 3px !important;
}
.k-mt4 {
  margin-top: 4px !important;
}
.k-mt5 {
  margin-top: 5px !important;
}
.k-mt6 {
  margin-top: 6px !important;
}
.k-mt7 {
  margin-top: 7px !important;
}
.k-mt8 {
  margin-top: 8px !important;
}
.k-mt9 {
  margin-top: 9px !important;
}
.k-mt10 {
  margin-top: 10px !important;
}
.k-mt20 {
  margin-top: 20px !important;
}
.k-mt30 {
  margin-top: 30px !important;
}
.k-mt40 {
  margin-top: 40px !important;
}
.k-mt50 {
  margin-top: 50px !important;
}
.k-mt60 {
  margin-top: 60px !important;
}
.k-mt70 {
  margin-top: 70px !important;
}
.k-mt80 {
  margin-top: 80px !important;
}
.k-mt90 {
  margin-top: 90px !important;
}
.k-mt100 {
  margin-top: 100px !important;
}
.k-mr0 {
  margin-right: 0px;
}
.k-mr1 {
  margin-right: 1px;
}
.k-mr2 {
  margin-right: 2px;
}
.k-mr3 {
  margin-right: 3px;
}
.k-mr4 {
  margin-right: 4px;
}
.k-mr5 {
  margin-right: 5px;
}
.k-mr6 {
  margin-right: 6px;
}
.k-mr7 {
  margin-right: 7px;
}
.k-mr8 {
  margin-right: 8px;
}
.k-mr9 {
  margin-right: 9px;
}
.k-mr10 {
  margin-right: 10px;
}
.k-mr20 {
  margin-right: 20px;
}
.k-mr30 {
  margin-right: 30px;
}
.k-mr40 {
  margin-right: 40px;
}
.k-mr50 {
  margin-right: 50px;
}
.k-mr60 {
  margin-right: 60px;
}
.k-mr70 {
  margin-right: 70px;
}
.k-mr80 {
  margin-right: 80px;
}
.k-mr90 {
  margin-right: 90px;
}
.k-mr100 {
  margin-right: 100px;
}
.k-mr200 {
  margin-right: 200px;
}
.k-mr300 {
  margin-right: 300px;
}
.k-mr400 {
  margin-right: 400px;
}
.k-ml0 {
  margin-left: 0px !important;
}
.k-ml1 {
  margin-left: 1px !important;
}
.k-ml2 {
  margin-left: 2px !important;
}
.k-ml3 {
  margin-left: 3px !important;
}
.k-ml4 {
  margin-left: 4px !important;
}
.k-ml5 {
  margin-left: 5px !important;
}
.k-ml6 {
  margin-left: 6px !important;
}
.k-ml7 {
  margin-left: 7px !important;
}
.k-ml8 {
  margin-left: 8px !important;
}
.k-ml9 {
  margin-left: 9px !important;
}
.k-ml10 {
  margin-left: 10px;
}
.k-ml20 {
  margin-left: 20px;
}
.k-ml30 {
  margin-left: 30px;
}
.k-ml40 {
  margin-left: 40px;
}
.k-ml50 {
  margin-left: 50px;
}
.k-ml60 {
  margin-left: 60px;
}
.k-ml70 {
  margin-left: 70px;
}
.k-ml80 {
  margin-left: 80px;
}
.k-ml90 {
  margin-left: 90px;
}
.k-ml100 {
  margin-left: 100px;
}
.k-ma10 {
  margin: 0 10px;
}
.k-ma20 {
  margin: 0 20px;
}
.k-ma30 {
  margin: 0 30px;
}
.k-ma40 {
  margin: 0 40px;
}
.k-ma50 {
  margin: 0 50px;
}
.k-ma60 {
  margin: 0 60px;
}
.k-ma70 {
  margin: 0 70px;
}
.k-ma80 {
  margin: 0 80px;
}
.k-ma90 {
  margin: 0 90px;
}
.k-ma100 {
  margin: 0 100px;
}

.k-pad-b0 {
  padding-bottom: 0px !important;
}
.k-pad-b1 {
  padding-bottom: 1px !important;
}
.k-pad-b2 {
  padding-bottom: 2px !important;
}
.k-pad-b3 {
  padding-bottom: 3px !important;
}
.k-pad-b4 {
  padding-bottom: 4px !important;
}
.k-pad-b5 {
  padding-bottom: 5px !important;
}
.k-pad-b6 {
  padding-bottom: 6px !important;
}
.k-pad-b7 {
  padding-bottom: 7px !important;
}
.k-pad-b8 {
  padding-bottom: 8px !important;
}
.k-pad-b9 {
  padding-bottom: 9px !important;
}
.k-pad-b10 {
  padding-bottom: 10px !important;
}
.k-pad-b15 {
  padding-bottom: 15px !important;
}
.k-pad-b20 {
  padding-bottom: 20px !important;
}
.k-pad-b30 {
  padding-bottom: 30px !important;
}
.k-pad-b40 {
  padding-bottom: 40px !important;
}
.k-pad-b50 {
  padding-bottom: 50px !important;
}
.k-pad-b60 {
  padding-bottom: 60px !important;
}
.k-pad-b70 {
  padding-bottom: 70px !important;
}
.k-pad-b80 {
  padding-bottom: 80px !important;
}
.k-pad-b90 {
  padding-bottom: 90px !important;
}
.k-pad-b100 {
  padding-bottom: 100px !important;
}
.k-pad-t0 {
  padding-top: 0px !important;
}
.k-pad-t1 {
  padding-top: 1px !important;
}
.k-pad-t2 {
  padding-top: 2px !important;
}
.k-pad-t3 {
  padding-top: 3px !important;
}
.k-pad-t4 {
  padding-top: 4px !important;
}
.k-pad-t5 {
  padding-top: 5px !important;
}
.k-pad-t6 {
  padding-top: 6px !important;
}
.k-pad-t7 {
  padding-top: 7px !important;
}
.k-pad-t8 {
  padding-top: 8px !important;
}
.k-pad-t9 {
  padding-top: 9px !important;
}
.k-pad-t10 {
  padding-top: 10px !important;
}
.k-pad-t20 {
  padding-top: 20px !important;
}
.k-pad-t30 {
  padding-top: 30px !important;
}
.k-pad-t40 {
  padding-top: 40px !important;
}
.k-pad-t50 {
  padding-top: 50px !important;
}
.k-pad-t60 {
  padding-top: 60px !important;
}
.k-pad-t70 {
  padding-top: 70px !important;
}
.k-pad-t80 {
  padding-top: 80px !important;
}
.k-pad-t90 {
  padding-top: 90px !important;
}
.k-pad-t100 {
  padding-top: 100px !important;
}
.k-pad-r0 {
  padding-right: 0px;
}
.k-pad-r1 {
  padding-right: 1px;
}
.k-pad-r2 {
  padding-right: 2px;
}
.k-pad-r3 {
  padding-right: 3px;
}
.k-pad-r4 {
  padding-right: 4px;
}
.k-pad-r5 {
  padding-right: 5px;
}
.k-pad-r6 {
  padding-right: 6px;
}
.k-pad-r7 {
  padding-right: 7px;
}
.k-pad-r8 {
  padding-right: 8px;
}
.k-pad-r9 {
  padding-right: 9px;
}
.k-pad-r10 {
  padding-right: 10px;
}
.k-pad-r20 {
  padding-right: 20px;
}
.k-pad-r30 {
  padding-right: 30px;
}
.k-pad-r40 {
  padding-right: 40px;
}
.k-pad-r50 {
  padding-right: 50px;
}
.k-pad-r60 {
  padding-right: 60px;
}
.k-pad-r70 {
  padding-right: 70px;
}
.k-pad-r80 {
  padding-right: 80px;
}
.k-pad-r90 {
  padding-right: 90px;
}
.k-pad-r100 {
  padding-right: 100px;
}
.k-pad-r200 {
  padding-right: 200px;
}
.k-pad-r300 {
  padding-right: 300px;
}
.k-pad-r400 {
  padding-right: 400px;
}
.k-pad-l0 {
  padding-left: 0px !important;
}
.k-pad-l1 {
  padding-left: 1px !important;
}
.k-pad-l2 {
  padding-left: 2px !important;
}
.k-pad-l3 {
  padding-left: 3px !important;
}
.k-pad-l4 {
  padding-left: 4px !important;
}
.k-pad-l5 {
  padding-left: 5px !important;
}
.k-pad-l6 {
  padding-left: 6px !important;
}
.k-pad-l7 {
  padding-left: 7px !important;
}
.k-pad-l8 {
  padding-left: 8px !important;
}
.k-pad-l9 {
  padding-left: 9px !important;
}
.k-pad-l10 {
  padding-left: 10px;
}
.k-pad-l20 {
  padding-left: 20px;
}
.k-pad-l30 {
  padding-left: 30px;
}
.k-pad-l40 {
  padding-left: 40px;
}
.k-pad-l50 {
  padding-left: 50px;
}
.k-pad-l60 {
  padding-left: 60px;
}
.k-pad-l70 {
  padding-left: 70px;
}
.k-pad-l80 {
  padding-left: 80px;
}
.k-pad-l90 {
  padding-left: 90px;
}
.k-pad-l100 {
  padding-left: 100px;
}

.k-ft10 {
  font-size: 10px !important;
}
.k-ft11 {
  font-size: 11px !important;
}
.k-ft12 {
  font-size: 12px !important;
}
.k-ft13 {
  font-size: 13px !important;
}
.k-ft14 {
  font-size: 14px !important;
}
.k-ft15 {
  font-size: 15px !important;
}
.k-ft16 {
  font-size: 16px !important;
}
.k-ft18 {
  font-size: 18px !important;
}
.k-ft20 {
  font-size: 20px !important;
}
.k-ft22 {
  font-size: 22px !important;
}
.k-ft24 {
  font-size: 24px !important;
}
.k-ft26 {
  font-size: 26px !important;
}
.k-ft28 {
  font-size: 28px !important;
}
.k-ft30 {
  font-size: 30px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

.on-active {
  background-color: #f00;
}
.same-week {
  background-color: #f00;
}
#date {
  width: calc(40px * 7);
  display: flex;
  flex-wrap: wrap;
}
#date .box {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
#date .box .inner {
  border: 1px solid #ededed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#date .box.now-month {
}
#date .box.now-month .inner {
  border: 1px solid #aaa;
}
#date .box.next-month .inner {
  color: #ededed;
}
#date .box.prev-month .inner {
  color: #ededed;
}
#date .box.click-date .inner {
  background-color: #aaa;
  color: #fff;
}
#date .box.click-date.prev-month .inner {
  background-color: #ededed;
  color: #fff;
}
#date .box.click-date.next-month .inner {
  background-color: #ededed;
  color: #fff;
}
#date .box.now-date .inner {
  background-color: #000;
  color: #fff;
}
#date .box.select .inner {
  position: relative;
}
#date .box.select .inner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #f00;
  border-radius: 50%;
}

.gap.gap2 {
  width: 2px;
}
.gap.gap4 {
  width: 4px;
}
.gap.gap6 {
  width: 6px;
}
.gap.gap8 {
  width: 8px;
}
.gap.gap10 {
  width: 10px;
}

.gap.gap-height-2 {
  height: 2px;
}
.gap.gap-height-4 {
  height: 4px;
}
.gap.gap-height-6 {
  height: 6px;
}
.gap.gap-height-8 {
  height: 8px;
}
.gap.gap-height-10 {
  height: 10px;
}
/*  */

.bottom-pad {
  padding-bottom: 124px !important;
}

.k-outline.grey1 {
  border: 1px solid #abafb4;
}

.k-height-17 {
  height: 17px;
}
.k-height-21 {
  height: 21px;
}
.k-height-30 {
  height: 30px;
}
.k-height-37 {
  height: 37px;
}
.k-height-40 {
  height: 40px;
}
.k-height-50 {
  height: 50px;
}
.k-height-54 {
  height: 54px;
}
.k-height-58 {
  height: 58px;
}
/*  */
.k-radius-4 {
  border-radius: 4px;
}
.k-radius-8 {
  border-radius: 8px;
}
.k-radius-12 {
  border-radius: 12px;
}
.k-radius-16 {
  border-radius: 16px;
}
.k-radius-20 {
  border-radius: 20px;
}
.k-radius-30 {
  border-radius: 30px;
}

.color-primary {
  color: #148aff;
}
.color-primary-dark {
  color: #0d73d8;
}
.color-secondary {
  color: #f66716;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-grey {
  color: #697178;
}
.color-light1 {
  color: #f7f9fb;
}
.color-light2 {
  color: #ecf1f5;
}
.color-light3 {
  color: #ccd2d9;
}
.color-light4 {
  color: #abafb4;
}

.color-bg-primary {
  background-color: #148aff;
}
.color-bg-primary-dark {
  background-color: #0d73d8;
}
.color-bg-secondary {
  background-color: #f66716;
}
.color-bg-black {
  background-color: #000;
}
.color-bg-white {
  background-color: #fff;
}
.color-bg-grey {
  background-color: #697178;
}
.color-bg-light1 {
  background-color: #f7f9fb;
}
.color-bg-light2 {
  background-color: #ecf1f5;
}
.color-bg-light3 {
  background-color: #ccd2d9;
}
.color-bg-light4 {
  background-color: #abafb4;
}
/*  */
.color-bg-naver {
  background-color: #02c75a;
}
.color-bg-kakao {
  background-color: #fdda42;
}

.k-dot {
  position: relative;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.k-dot:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 6px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.k-dot:first-child {
  padding-left: 0px;
}
.k-dot:first-child:after {
  content: "";
  background: none;
}
.parallax.alpha {
  opacity: 0;
}
.parallax.alpha[data-opacity="0"] {
  opacity: 0 !important;
  transition: opacity 0.5s;
}
.parallax.alpha[data-opacity="0.5"] {
  opacity: 1 !important;
  transition: opacity 0.5s;
}
.parallax.alpha[data-opacity="1"] {
  opacity: 1 !important;
  transition: opacity 0.5s;
}
