@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.css");
/* default definition */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  border: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
html,
body {
  font-size: 13px;
  color: #242424;
  line-height: 140%;
  font-family: "Pretendard", "Noto Sans KR", sans-serif, dotum, gulim;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}

a,
img,
input {
  selector-dummy: expression(this.hideFocus=true);
}
a:link {
  text-decoration: none;
  color: #666666;
}
a:visited {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: #333333;
}
.img_m {
  vertical-align: middle;
}
.img_t {
  vertical-align: top;
}
.img_b {
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
}
table img {
  max-width: 100%;
}

hr {
  display: none;
}
ol,
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}

#accessibility,
.skip,
hr,
legend {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.ir {
  margin: 0;
  padding: 0;
  list-style: none; /*display: inline-block;*/
  background-repeat: no-repeat;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
}
.reader em,
.semantic em,
.ir em,
.reader .em,
.semantic .em,
.ir .em {
  position: absolute;
  *left: -100%;
  z-index: -1;
  opacity: 0;
  text-indent: -1000px;
}

a,
img,
input {
  selector-dummy: expression(this.hideFocus=true);
}
a img,
fieldset {
  border: 0px none;
}
img {
  vertical-align: top;
}
.imgW img {
  max-width: 100%;
}
caption {
  display: none;
}
address,
em {
  font-style: normal;
}

option,
x:-moz-any-link {
  padding-left: 5px;
} /* Firefox Fix */
option,
x:-moz-any-link,
x:default {
  padding-right: 0;
} /* Firefox Fix */

/* bold */
strong,
b,
h4,
h5,
dt,
th,
.caption {
  font-family: "Pretendard", "Noto Sans KR", Noto Sans, dotum, gulim;
  font-weight: 500;
}
strong.eb,
b.eb,
.eb {
  font-family: "Pretendard", "Noto Sans KR", Noto Sans, dotum, gulim;
  font-weight: 500;
}

/* font-size */
.fs-0 {
  font-size: 0px;
}
.f105 {
  font-size: 1.05em;
}
.fb {
  font-weight: 700;
}
.feb {
  font-weight: 800;
}
.small {
  font-size: 0.9em !important;
  line-height: 1.3em;
}
.fn {
  font-weight: normal !important;
  font-weight: 300 !important;
}
.txt_wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
}

/* font-color */
.fcor6 {
  color: #666666;
}
.fcor3 {
  color: #333333;
}
.fcor9 {
  color: #999 !important;
}
.fcor0 {
  color: #000000;
}
.green {
  color: #44993e;
}
.red {
  color: #e60012 !important;
}
.pink {
  color: #f0236e !important;
}
.blue {
  color: #0c91dd !important;
}
.org {
  color: #ff6600 !important;
}
.purple {
  color: #86368c !important;
}
.point_c {
  color: #e60012 !important;
}
.point2_c {
  color: #2b6b73 !important;
}

/* form */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
select,
textarea {
  line-height: 34px;
  min-height: 34px;
  vertical-align: middle;
  font-family: "Pretendard", "Noto Sans KR", Noto Sans, dotum, gulim;
  transition: border-color 0.2s;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #565a5c;
  -moz-box-size: border-box;
  background-color: #fff;
  font-size: 1em;
  font-weight: 400;
}

input {
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0.5ex;
  *margin: 0px 0.5px;
  padding: initial;
  background-color: initial;
  border: initial;
}
ime_mode {
  ime-mode: disabled;
}

input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}
textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
}
textarea::-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-flex;
  line-height: 1.3em;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
}
input[type="checkbox"] + label:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 0px;
  margin-right: 5px;
  align-self: flex-start;
}
input[type="checkbox"]:checked + label::before {
  border: 1px solid #e60012;
  background: url(../img/common/check_on.png) no-repeat center center #e60012;
  border-radius: 0px;
}
input[type="checkbox"] + label > span {
  flex: 1;
}

.check input[type="checkbox"] + label:before {
  width: 28px;
  height: 28px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 100%;
}
.check input[type="checkbox"]:checked + label::before {
  border: 1px solid #924090;
  background: url(../img/common/check_on.png) no-repeat center center #e60012;
}

.check_boxW {
  background: #fff;
  border: 1px solid #dadada;
  padding: 15px 5px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
}
input[type="radio"] + label:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 100%;
  margin-right: 5px;
  box-sizing: border-box;
}
input[type="radio"]:checked + label:before {
  border: 5px solid #666666;
}
input[type="radio"] + label > span {
  flex: 1;
}

.pa_minus {
  display: block;
  line-height: 30px;
  position: absolute !important;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}
.pa_label {
  display: block;
  line-height: 35px;
  position: absolute !important;
  left: 0px;
  top: 50%;
  margin-top: -18px;
}

.input {
  color: #737070;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  height: 18px;
  padding: 0px 5px 0 10px;
}

.textarea {
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 10px 10px;
  line-height: 140%;
  color: #737070;
  width: 100%;
  font-size: 14px;
}
textarea,
.scr {
  scrollbar-face-color: #ffffff; /* bar 의 표면색 */
  scrollbar-highlight-color: #d0d0d0; /* 밝게 빛나는 좌상단 모서리 */
  scrollbar-3dlight-color: #ffffff; /* 좌상단 모서리 아래부분 */
  scrollbar-shadow-color: #d0d0d0; /* 그림자 지는 우하단 */
  scrollbar-darkshadow-color: #ffffff; /* 그림자 우하단 */
  scrollbar-track-color: #f7f7f7; /* 스크롤 트랙의 색 */
  scrollbar-arrow-color: #968a7c; /* 삼각형부분 */
  overflow-x: hidden;
  overflow-y: auto;
}

select {
  border: none;
  font-family: "Pretendard", "Noto Sans KR";
  font-weight: 400;
  color: #565a5c;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url(../img/common/more_arrow.svg) no-repeat calc(100% - 10px)
    center;
  padding-left: 10px;
}
.select {
  height: 40px;
}
.select2 {
  height: 28px;
  width: 100%;
  max-width: 90px;
  min-height: 28px;
  line-height: 28px;
}
.select_st {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-color: #c599c4;
  appearance: none;
  outline: none;
  position: relative;
  background-size: 17px auto;
  padding-left: 5%;
  font-weight: 500;
}

.scrollbar1 {
  scrollbar-3dlight-color: #c7c7c7;
  scrollbar-arrow-color: #7b7b7b;
  scrollbar-base-color: #c7c7c7;
  scrollbar-darkshadow-color: #c7c7c7;
  scrollbar-face-color: #f7f7f7;
  scrollbar-highlight-color: #f9f9f9;
  scrollbar-shadow-color: #c7c7c7;
}

.scrollbox {
  height: 12em;
  padding: 12px;
  overflow: auto;
  background: #f6f6f6;
  border: 1px solid #dadadc;
  overflow-x: hidden;
  font-size: 0.95em;
  font-weight: 400;
}

/* margin,padding */
.mt-28 {
  margin-top: -28px;
}

.mt0 {
  margin-top: 0px !important;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt4 {
  margin-top: 4px;
}
.mt5 {
  margin-top: 5px;
}
.mt7 {
  margin-top: 7px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt22 {
  margin-top: 22px;
}
.mt25 {
  margin-top: 25px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb18 {
  margin-bottom: 18px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml3 {
  margin-left: 3px;
}
.ml4 {
  margin-left: 4px;
}
.ml5 {
  margin-left: 5px !important;
}
.ml9 {
  margin-left: 9px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml16 {
  margin-left: 16px;
}

.pl0 {
  padding-left: 0px !important;
}
.pl3 {
  padding-left: 3px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px !important;
}
.pl13 {
  padding-left: 13px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px !important;
}
.pl23 {
  padding-left: 23px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr13 {
  padding-right: 13px;
}
.pr15 {
  padding-right: 15px;
}
.pr18 {
  padding-right: 18px;
}

.pt0 {
  padding-top: 0px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px;
}
.pt7 {
  padding-top: 7px;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt13 {
  padding-top: 13px;
}
.pt15 {
  padding-top: 15px !important;
}
.pt17 {
  padding-top: 17px;
}
.pt19 {
  padding-top: 19px;
}
.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb9 {
  padding-bottom: 9px;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb13 {
  padding-bottom: 13px;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}

.ptb15 {
  padding: 15px 0;
}
.prl20 {
  padding: 0px 20px !important;
}
.padd_no {
  padding: 0px !important;
}
.padd_no table td {
  padding: 0px !important;
}

/* align */
.fl {
  float: left;
}
.fr {
  float: right !important;
}
.cb {
  clear: both;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
  *z-index: 999;
}
.mauto {
  margin: 0 auto;
}
.btn-r {
  margin-top: 20px;
  text-align: right;
}
.btn-rb {
  margin-bottom: -106px;
  text-align: right;
  height: 89px;
  padding-top: 17px;
}

.v0 {
  *vertical-align: 0px !important;
}
.v2 {
  *vertical-align: -2px !important;
}
.vm {
  vertical-align: middle;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}

.of-a {
  overflow: auto;
}
.of-h {
  overflow: hidden;
}

.bg-n {
  background-image: none !important;
}
.br-n {
  border: none !important;
}
.bl-no {
  border-left: none !important;
}
.bb-no {
  border-bottom: none !important;
}
.bt-no {
  border-top: none !important;
}
.text_line {
  text-decoration: underline;
}

.ib {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
}
.db {
  display: block !important;
}
.df {
  display: flex !important;
}
.parking {
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  line-height: 140%;
}
.parking:after {
  display: block;
  content: url(../img/common/parking.png);
  padding-top: 10px;
}

/* bul */
.bul_num > li {
  padding-left: 17px;
  text-indent: -17px;
  line-height: 140%;
  margin: 5px 0px;
  font-size: 1em;
  min-height: 20px;
}
.bul_num > li > ul {
  padding-left: 17px;
}
.bul01 > li {
  padding-left: 14px;
  position: relative;
  line-height: 140%;
  margin: 3px 0px;
  font-size: 1em;
  min-height: 20px;
}
.bul01 > li:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0.5em;
  background: #e60012;
}
.bul01.big > li {
  font-size: 1.14em;
  margin-top: 10px;
}
.bul01.big > li:first-child {
  margin-top: 0px;
}
.bul01.big > li:after {
  top: 12px;
}
.bul02 li {
  padding-left: 10px;
  text-indent: -10px;
  line-height: 140%;
  margin: 5px 0px;
  min-height: 20px;
}

.bul_arrow > li {
  display: flex;
}
.bul_arrow > li:not(:first-child) {
  margin-top: 5px;
}
.bul_arrow > li .marker {
  min-width: fit-content;
  margin-right: 5px;
  height: 1em;
  align-self: flex-start;
  line-height: 1.4em;
  display: flex;
}

.rule_box {
  border: none;
  padding: 0px;
  background: none;
  width: 100%;
  color: #333;
  font-weight: 400;
  height: 100%;
  line-height: 150%;
}
.rule_box .h1 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 140%;
  padding-top: 30px;
}
.rule_box .h1:first-child {
  padding-top: 0px;
}
.rule_box .h2 {
  padding-top: 20px;
  font-weight: 500;
}

/* skip */
#skipToContent {
  font-size: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: 999999;
}
#skipToContent a:active,
#skipToContent a:focus {
  font-size: 13px;
  background-color: #333333;
  border: medium none;
  color: #ffffff;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  top: 30px;
  line-height: 30px;
  width: 100%;
  display: block;
}

/* border */
.no_r {
  border-right: none !important;
}
.no_l {
  border-left: none !important;
}
.no_b {
  border-bottom: none !important;
}
.br_no {
  border: none !important;
}

.note {
  clear: both;
  padding-top: 10px;
  font-size: 0.95em;
  color: #737070;
}
.ref {
  clear: both;
  font-size: 12px;
  color: #8d8d8d;
}
dl.note dt {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  padding: 0px 5px;
  background: #8e8e8e;
}
dl.note dd {
  color: #565656;
  line-height: 20px;
  padding: 2px 0px;
  font-size: 13px;
}

.loading_area {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loader:after {
  display: block;
  content: "";
  width: 140px;
  height: 70px;
  background: url(../img/common/logo.svg) no-repeat center center/cover;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 2s 0.3s ease-in-out;
  transition: all 2s 0.3s ease-in-out;
}
.on .loader:after {
  transform: scale(2.5);
  opacity: 0;
}

/*.loader:before{display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 4px; background-color: #d53f41; animation: loading 2s linear infinite;}*/

.date_picker {
  display: flex;
  align-items: center;
}
.date_picker img {
  width: 46px;
}

.menu_btn.active {
  position: fixed;
  top: 23px;
  right: 0;
  z-index: 999;
  border: none;
  transform: none;
}
.menu_btn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.25s;
  cursor: pointer;
}
.menu_btn a span {
  position: absolute;
  right: 50%;
  top: 50%;
  display: block;
  width: 16px;
  height: 3px;
  background-color: #fff;
  margin: -1.5px -13px 0 0;
  text-indent: -9999px;
}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
  content: "";
  right: 0;
  position: absolute;
  display: block;
  width: 26px;
  height: 100%;
  background-color: #fff;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.menu_btn span:before {
  top: -9px;
}
.menu_btn span:after {
  bottom: -9px;
}

.menu_btn .active span {
  background-color: transparent !important;
  background: none;
}
.menu_btn .active span:before {
  top: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  background: #000;
}
.menu_btn .active span:after {
  bottom: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: #000;
}

.down .menu_btn a span {
  background: #000000;
}
.down .menu_btn span,
.down .menu_btn span:before,
.down .menu_btn span:after {
  background: #000000;
}
.down .menu_btn a:after {
  background: #000000;
}
.down .menu_btn a:before {
  color: #000;
}

/*open*/
.menu_btn.is-open .line-top {
  -webkit-animation: line-top-out 400ms linear normal;
  animation: line-top-out 400ms linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.menu_btn.is-open .line-middle {
  opacity: 0;
}
.menu_btn.is-open .line-bottom {
  -webkit-animation: line-bot-out 400ms linear normal;
  animation: line-bot-out 400ms linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/*closed*/
.menu_btn.is-closed .line-top {
  -webkit-animation: line-top-in 500ms linear normal;
  animation: line-top-in 400ms linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.menu_btn.is-closed .line-middle {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.menu_btn.is-closed .line-bottom {
  -webkit-animation: line-bot-in 500ms linear normal;
  animation: line-bot-in 500ms linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*keyfremes*/
@-webkit-keyframes line-top-in {
  0% {
    top: 12px;
    transform: rotate(-45deg);
  }
  10% {
    top: 12px;
    transform: rotate(-35deg);
  }
  20% {
    top: 12px;
    transform: rotate(-20deg);
  }
  60% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0px;
  }
}

@keyframes line-top-in {
  0% {
    top: 12px;
    transform: rotate(-45deg);
  }
  10% {
    top: 12px;
    transform: rotate(-35deg);
  }
  20% {
    top: 12px;
    transform: rotate(-20deg);
  }
  60% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes line-top-out {
  0% {
    top: 0px;
  }
  60% {
    top: 12px;
    transform: rotate(0deg);
  }
  80% {
    top: 12px;
    transform: rotate(-20deg);
  }
  90% {
    top: 12px;
    transform: rotate(-35deg);
  }
  100% {
    top: 12px;
    transform: rotate(-45deg);
  }
}

@keyframes line-top-out {
  0% {
    top: 0px;
  }
  60% {
    top: 12px;
    transform: rotate(0deg);
  }
  80% {
    top: 12px;
    transform: rotate(-20deg);
  }
  90% {
    top: 12px;
    transform: rotate(-35deg);
  }
  100% {
    top: 12px;
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes line-bot-in {
  0% {
    bottom: 12px;
    transform: rotate(45deg);
  }
  10% {
    bottom: 12px;
    transform: rotate(35deg);
  }
  20% {
    bottom: 12px;
    transform: rotate(20deg);
  }
  60% {
    bottom: 12px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 0px;
  }
}

@keyframes line-bot-in {
  0% {
    bottom: 12px;
    transform: rotate(45deg);
  }
  10% {
    bottom: 12px;
    transform: rotate(35deg);
  }
  20% {
    bottom: 12px;
    transform: rotate(20deg);
  }
  60% {
    bottom: 12px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 0px;
  }
}

@-webkit-keyframes line-bot-out {
  0% {
    bottom: 0px;
  }
  60% {
    bottom: 12px;
    transform: rotate(0deg);
  }
  80% {
    bottom: 12px;
    transform: rotate(20deg);
  }
  90% {
    bottom: 12px;
    transform: rotate(35deg);
  }
  100% {
    bottom: 12px;
    transform: rotate(45deg);
  }
}

@keyframes line-bot-out {
  0% {
    bottom: 0px;
  }
  60% {
    bottom: 12px;
    transform: rotate(0deg);
  }
  80% {
    bottom: 12px;
    transform: rotate(20deg);
  }
  90% {
    bottom: 12px;
    transform: rotate(35deg);
  }
  100% {
    bottom: 12px;
    transform: rotate(45deg);
  }
}

.upscroll:not(.play-on) {
  transform: translateY(70px);
  opacity: 0;
}
.play-on.upscroll,
.play-on .upscroll {
  animation: upscroll 0.7s 0s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay10,
.play-on .upscroll.delay10 {
  animation: upscroll 0.8s 0.1s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay20,
.play-on .upscroll.delay20 {
  animation: upscroll 0.8s 0.2s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay30,
.play-on .upscroll.delay30 {
  animation: upscroll 0.8s 0.3s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay40,
.play-on .upscroll.delay40 {
  animation: upscroll 0.8s 0.4s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay50,
.play-on .upscroll.delay50 {
  animation: upscroll 0.8s 0.5s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay60,
.play-on .upscroll.delay60 {
  animation: upscroll 0.8s 0.6s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay70,
.play-on .upscroll.delay70 {
  animation: upscroll 0.8s 0.7s ease-in-out;
  animation-fill-mode: both;
}
.play-on.upscroll.delay80,
.play-on .upscroll.delay80 {
  animation: upscroll 0.8s 0.8s ease-in-out;
  animation-fill-mode: both;
}
@keyframes upscroll {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.downscroll:not(.play-on) {
  transform: translateY(-70px);
  opacity: 0;
}
.play-on.downscroll,
.play-on .downscroll {
  animation: downscroll 0.7s 0s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay10,
.play-on .downscroll.delay10 {
  animation: downscroll 0.7s 0.1s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay20,
.play-on .downscroll.delay20 {
  animation: downscroll 0.7s 0.2s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay30,
.play-on .downscroll.delay30 {
  animation: downscroll 0.7s 0.3s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay40,
.play-on .downscroll.delay40 {
  animation: downscroll 0.7s 0.4s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay50,
.play-on .downscroll.delay50 {
  animation: downscroll 0.7s 0.5s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay60,
.play-on .downscroll.delay60 {
  animation: downscroll 0.7s 0.6s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay70,
.play-on .downscroll.delay70 {
  animation: downscroll 0.7s 0.7s ease-in-out;
  animation-fill-mode: both;
}
.play-on.downscroll.delay80,
.play-on .downscroll.delay80 {
  animation: downscroll 0.7s 0.8s ease-in-out;
  animation-fill-mode: both;
}

@keyframes downscroll {
  0% {
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* 480px 이하 */
@media screen and (max-width: 479px) {
  .date_picker img {
    width: 36px;
  }
  .menu_btn.active {
    top: 6px;
  }
  input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
  }
  input[type="radio"]:checked + label::before {
    border-width: 5px;
  }
  input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  input[type="checkbox"]:checked + label::before {
    background-size: 66% auto;
  }

  .bul_num > li {
    padding-left: 15px;
    text-indent: -15px;
  }
  .bul_num > li > ul {
    padding-left: 15px;
  }
  .bul01 > li {
    padding-left: 10px;
  }
  .bul01 > li:after {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .bul02 li {
    padding-left: 8px;
    text-indent: -8px;
  }

  .ckeck .ez-checkbox {
    width: 17px;
    height: 17px;
    background-size: 19px auto !important;
  }
  .ckeck .ez-hide {
    width: 17px;
    height: 17px;
  }

  .size_big .ez-radio {
    width: 20px;
    height: 20px;
    background-size: 20px auto !important;
  }
  .size_big .ez-hide {
    width: 19px;
    height: 19px;
  }

  td .pl120 {
    padding-left: 90px;
  }
  td .pl60 {
    padding-left: 50px;
  }
  td .pl40 {
    padding-left: 30px;
  }

  td .pr125 {
    padding-right: 94px !important;
  }

  .check input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .check input[type="checkbox"]:checked + label::before {
    width: 20px;
    height: 20px;
    background-size: 94% auto;
  }
  select {
    background-size: 12px auto !important;
  }
}
