@charset "UTF-8";
.layer .layer-cont .method, .promotion .sector-notice .notice-table,
.product .sector-notice .notice-table,
.product-eco .sector-notice .notice-table,
.fullservice .sector-notice .notice-table, .grid {
  *zoom: 1;
}
.layer .layer-cont .method:before, .promotion .sector-notice .notice-table:before,
.product .sector-notice .notice-table:before,
.product-eco .sector-notice .notice-table:before,
.fullservice .sector-notice .notice-table:before, .grid:before, .layer .layer-cont .method:after, .promotion .sector-notice .notice-table:after,
.product .sector-notice .notice-table:after,
.product-eco .sector-notice .notice-table:after,
.fullservice .sector-notice .notice-table:after, .grid:after {
  content: "";
  display: table;
}
.layer .layer-cont .method:after, .promotion .sector-notice .notice-table:after,
.product .sector-notice .notice-table:after,
.product-eco .sector-notice .notice-table:after,
.fullservice .sector-notice .notice-table:after, .grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
  color: #999 !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.2083333333vw;
}
.promotion ::placeholder,
.product ::placeholder,
.product-eco ::placeholder,
.fullservice ::placeholder {
  color: #999 !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 22px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    letter-spacing: -1.5px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 20px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 20px;
  }
}
.promotion .freebook-privacy,
.product .freebook-privacy,
.product-eco .freebook-privacy,
.fullservice .freebook-privacy {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy,
  .product .freebook-privacy,
  .product-eco .freebook-privacy,
  .fullservice .freebook-privacy {
    margin-bottom: 40px;
  }
}
.promotion .freebook-privacy .wrap,
.product .freebook-privacy .wrap,
.product-eco .freebook-privacy .wrap,
.fullservice .freebook-privacy .wrap {
  width: 86.1111111111%;
  margin: 0 auto;
  max-width: 620px;
  background: #f6f6f6;
  text-align: left;
  color: #666666;
  padding: 4.8611111111vw 6.9444444444vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap,
  .product .freebook-privacy .wrap,
  .product-eco .freebook-privacy .wrap,
  .fullservice .freebook-privacy .wrap {
    padding: 35px 50px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap,
  .product .freebook-privacy .wrap,
  .product-eco .freebook-privacy .wrap,
  .fullservice .freebook-privacy .wrap {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap,
  .product .freebook-privacy .wrap,
  .product-eco .freebook-privacy .wrap,
  .fullservice .freebook-privacy .wrap {
    width: 1000px;
    max-width: 1000px;
    font-size: 14px;
  }
}
.promotion .freebook-privacy .wrap .privacy-title,
.product .freebook-privacy .wrap .privacy-title,
.product-eco .freebook-privacy .wrap .privacy-title,
.fullservice .freebook-privacy .wrap .privacy-title {
  font-size: 3.6111111111vw;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-title,
  .product .freebook-privacy .wrap .privacy-title,
  .product-eco .freebook-privacy .wrap .privacy-title,
  .fullservice .freebook-privacy .wrap .privacy-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-title,
  .product .freebook-privacy .wrap .privacy-title,
  .product-eco .freebook-privacy .wrap .privacy-title,
  .fullservice .freebook-privacy .wrap .privacy-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-title,
  .product .freebook-privacy .wrap .privacy-title,
  .product-eco .freebook-privacy .wrap .privacy-title,
  .fullservice .freebook-privacy .wrap .privacy-title {
    margin-bottom: 16px;
  }
}
.promotion .freebook-privacy .wrap .privacy-title .necessary,
.product .freebook-privacy .wrap .privacy-title .necessary,
.product-eco .freebook-privacy .wrap .privacy-title .necessary,
.fullservice .freebook-privacy .wrap .privacy-title .necessary {
  color: #f00;
}
.promotion .freebook-privacy .wrap .privacy-check,
.product .freebook-privacy .wrap .privacy-check,
.product-eco .freebook-privacy .wrap .privacy-check,
.fullservice .freebook-privacy .wrap .privacy-check {
  position: absolute;
  bottom: 4.8611111111vw;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    bottom: 35px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    width: auto;
    text-align: right;
    top: 4.8611111111vw;
    right: 6.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    top: 35px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    right: 50px;
  }
}
.promotion .freebook-privacy .wrap .privacy-check span,
.product .freebook-privacy .wrap .privacy-check span,
.product-eco .freebook-privacy .wrap .privacy-check span,
.fullservice .freebook-privacy .wrap .privacy-check span {
  margin: 0 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check span,
  .product .freebook-privacy .wrap .privacy-check span,
  .product-eco .freebook-privacy .wrap .privacy-check span,
  .fullservice .freebook-privacy .wrap .privacy-check span {
    margin: 0 5px;
  }
}
.promotion .freebook-privacy .wrap .privacy-check span input[type=radio],
.product .freebook-privacy .wrap .privacy-check span input[type=radio],
.product-eco .freebook-privacy .wrap .privacy-check span input[type=radio],
.fullservice .freebook-privacy .wrap .privacy-check span input[type=radio] {
  vertical-align: middle;
}
.promotion .freebook-privacy .wrap .privacy-check span label,
.product .freebook-privacy .wrap .privacy-check span label,
.product-eco .freebook-privacy .wrap .privacy-check span label,
.fullservice .freebook-privacy .wrap .privacy-check span label {
  vertical-align: middle;
  cursor: pointer;
}
.promotion .freebook-privacy .wrap .scroll-box,
.product .freebook-privacy .wrap .scroll-box,
.product-eco .freebook-privacy .wrap .scroll-box,
.fullservice .freebook-privacy .wrap .scroll-box {
  line-height: 1.6;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .scroll-box span,
  .product .freebook-privacy .wrap .scroll-box span,
  .product-eco .freebook-privacy .wrap .scroll-box span,
  .fullservice .freebook-privacy .wrap .scroll-box span {
    padding-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .scroll-box span,
  .product .freebook-privacy .wrap .scroll-box span,
  .product-eco .freebook-privacy .wrap .scroll-box span,
  .fullservice .freebook-privacy .wrap .scroll-box span {
    padding-left: 12px;
  }
}
.promotion .sector-notice,
.product .sector-notice,
.product-eco .sector-notice,
.fullservice .sector-notice {
  background-color: #f1f1f1;
}
.promotion .sector-notice .notice-table,
.product .sector-notice .notice-table,
.product-eco .sector-notice .notice-table,
.fullservice .sector-notice .notice-table {
  text-align: left;
  color: #222;
  padding: 7.2222222222vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-table,
  .product .sector-notice .notice-table,
  .product-eco .sector-notice .notice-table,
  .fullservice .sector-notice .notice-table {
    padding: 52px 40px;
  }
}
.promotion .sector-notice .notice-title,
.product .sector-notice .notice-title,
.product-eco .sector-notice .notice-title,
.fullservice .sector-notice .notice-title {
  font-weight: 700;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-title,
  .product .sector-notice .notice-title,
  .product-eco .sector-notice .notice-title,
  .fullservice .sector-notice .notice-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-title,
  .product .sector-notice .notice-title,
  .product-eco .sector-notice .notice-title,
  .fullservice .sector-notice .notice-title {
    float: left;
    width: 22%;
    text-align: center;
    font-size: 16px;
  }
  .promotion .sector-notice .notice-title span,
  .product .sector-notice .notice-title span,
  .product-eco .sector-notice .notice-title span,
  .fullservice .sector-notice .notice-title span {
    border-bottom: 1px solid #333;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list,
  .product .sector-notice .notice-list,
  .product-eco .sector-notice .notice-list,
  .fullservice .sector-notice .notice-list {
    float: left;
    width: 78%;
  }
}
.promotion .sector-notice .notice-list .list,
.product .sector-notice .notice-list .list,
.product-eco .sector-notice .notice-list .list,
.fullservice .sector-notice .notice-list .list {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list,
  .product .sector-notice .notice-list .list,
  .product-eco .sector-notice .notice-list .list,
  .fullservice .sector-notice .notice-list .list {
    margin-top: 32px;
  }
}
.promotion .sector-notice .notice-list .list:first-child,
.product .sector-notice .notice-list .list:first-child,
.product-eco .sector-notice .notice-list .list:first-child,
.fullservice .sector-notice .notice-list .list:first-child {
  margin-top: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list:first-child,
  .product .sector-notice .notice-list .list:first-child,
  .product-eco .sector-notice .notice-list .list:first-child,
  .fullservice .sector-notice .notice-list .list:first-child {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list,
  .product .sector-notice .notice-list .list,
  .product-eco .sector-notice .notice-list .list,
  .fullservice .sector-notice .notice-list .list {
    margin-top: 10px;
  }
  .promotion .sector-notice .notice-list .list:first-child,
  .product .sector-notice .notice-list .list:first-child,
  .product-eco .sector-notice .notice-list .list:first-child,
  .fullservice .sector-notice .notice-list .list:first-child {
    margin-top: 0;
  }
}
.promotion .sector-notice .notice-list .list p,
.product .sector-notice .notice-list .list p,
.product-eco .sector-notice .notice-list .list p,
.fullservice .sector-notice .notice-list .list p {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list p,
  .product .sector-notice .notice-list .list p,
  .product-eco .sector-notice .notice-list .list p,
  .fullservice .sector-notice .notice-list .list p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list p,
  .product .sector-notice .notice-list .list p,
  .product-eco .sector-notice .notice-list .list p,
  .fullservice .sector-notice .notice-list .list p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.promotion .sector-notice .notice-list .list ul,
.product .sector-notice .notice-list .list ul,
.product-eco .sector-notice .notice-list .list ul,
.fullservice .sector-notice .notice-list .list ul {
  margin-top: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul,
  .product .sector-notice .notice-list .list ul,
  .product-eco .sector-notice .notice-list .list ul,
  .fullservice .sector-notice .notice-list .list ul {
    margin-top: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul,
  .product .sector-notice .notice-list .list ul,
  .product-eco .sector-notice .notice-list .list ul,
  .fullservice .sector-notice .notice-list .list ul {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list ul,
  .product .sector-notice .notice-list .list ul,
  .product-eco .sector-notice .notice-list .list ul,
  .fullservice .sector-notice .notice-list .list ul {
    margin-top: 4px;
  }
}
.promotion .sector-notice .notice-list .list ul li,
.product .sector-notice .notice-list .list ul li,
.product-eco .sector-notice .notice-list .list ul li,
.fullservice .sector-notice .notice-list .list ul li {
  position: relative;
  color: #666;
  word-wrap: break-word;
  word-break: keep-all;
  letter-spacing: -0.2083333333vw;
  padding-left: 2.2222222222vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    padding-left: 10px;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: -1px;
  }
}
.promotion .sector-notice .notice-list .list ul li:before,
.product .sector-notice .notice-list .list ul li:before,
.product-eco .sector-notice .notice-list .list ul li:before,
.fullservice .sector-notice .notice-list .list ul li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}
.promotion .sector-notice .notice-list .list ul .action,
.product .sector-notice .notice-list .list ul .action,
.product-eco .sector-notice .notice-list .list ul .action,
.fullservice .sector-notice .notice-list .list ul .action {
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul .action,
  .product .sector-notice .notice-list .list ul .action,
  .product-eco .sector-notice .notice-list .list ul .action,
  .fullservice .sector-notice .notice-list .list ul .action {
    margin-top: 12px;
  }
}
.promotion .sector-notice .notice-list .list ul + p,
.product .sector-notice .notice-list .list ul + p,
.product-eco .sector-notice .notice-list .list ul + p,
.fullservice .sector-notice .notice-list .list ul + p {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul + p,
  .product .sector-notice .notice-list .list ul + p,
  .product-eco .sector-notice .notice-list .list ul + p,
  .fullservice .sector-notice .notice-list .list ul + p {
    margin-top: 20px;
  }
}

.motion-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-1 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-1 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-1 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-1 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-1 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-1 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-2 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-2 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-2 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-2 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-2 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-2 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-3 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-3 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-3 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-3 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-3 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-3 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-4 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-4 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-4 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-4 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-4 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-4 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-5 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-5 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-5 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-5 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-5 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-5 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-6 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-6 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-6 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-6 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-6 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-6 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-7 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-7 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-7 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-7 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-7 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-7 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-8 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-8 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-8 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-8 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-8 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-8 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-9 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-9 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-9 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-9 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-9 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-9 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-10 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-10 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-10 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-10 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-10 {
  opacity: 0;
  transition: all 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-10 {
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.active .motion-up-1,
.active .motion-down-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-left-1,
.active .motion-right-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-extend-1,
.active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-extend-rt-1,
.active .motion-extend-lt-1,
.active .motion-extend-rb-1,
.active .motion-extend-lb-1 {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.active .motion-height-top-1,
.active .motion-height-bottom-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.active .motion-up-2,
.active .motion-down-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-left-2,
.active .motion-right-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-extend-2,
.active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-extend-rt-2,
.active .motion-extend-lt-2,
.active .motion-extend-rb-2,
.active .motion-extend-lb-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.active .motion-height-top-2,
.active .motion-height-bottom-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-up-3,
.active .motion-down-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-left-3,
.active .motion-right-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-extend-3,
.active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-extend-rt-3,
.active .motion-extend-lt-3,
.active .motion-extend-rb-3,
.active .motion-extend-lb-3 {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-height-top-3,
.active .motion-height-bottom-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.active .motion-up-4,
.active .motion-down-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-left-4,
.active .motion-right-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-extend-4,
.active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-extend-rt-4,
.active .motion-extend-lt-4,
.active .motion-extend-rb-4,
.active .motion-extend-lb-4 {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.active .motion-height-top-4,
.active .motion-height-bottom-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.active .motion-up-5,
.active .motion-down-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-left-5,
.active .motion-right-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-extend-5,
.active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-extend-rt-5,
.active .motion-extend-lt-5,
.active .motion-extend-rb-5,
.active .motion-extend-lb-5 {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.active .motion-height-top-5,
.active .motion-height-bottom-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.active .motion-up-6,
.active .motion-down-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-left-6,
.active .motion-right-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-extend-6,
.active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.active .motion-extend-rt-6,
.active .motion-extend-lt-6,
.active .motion-extend-rb-6,
.active .motion-extend-lb-6 {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.active .motion-height-top-6,
.active .motion-height-bottom-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.active .motion-up-7,
.active .motion-down-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-left-7,
.active .motion-right-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-extend-7,
.active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.active .motion-extend-rt-7,
.active .motion-extend-lt-7,
.active .motion-extend-rb-7,
.active .motion-extend-lb-7 {
  opacity: 1;
  transition-delay: 1.4s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.active .motion-height-top-7,
.active .motion-height-bottom-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.active .motion-up-8,
.active .motion-down-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-left-8,
.active .motion-right-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-extend-8,
.active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.active .motion-extend-rt-8,
.active .motion-extend-lt-8,
.active .motion-extend-rb-8,
.active .motion-extend-lb-8 {
  opacity: 1;
  transition-delay: 1.6s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.active .motion-height-top-8,
.active .motion-height-bottom-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.active .motion-up-9,
.active .motion-down-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-left-9,
.active .motion-right-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-extend-9,
.active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.active .motion-extend-rt-9,
.active .motion-extend-lt-9,
.active .motion-extend-rb-9,
.active .motion-extend-lb-9 {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.active .motion-height-top-9,
.active .motion-height-bottom-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.active .motion-up-10,
.active .motion-down-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-left-10,
.active .motion-right-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-extend-10,
.active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}
.active .motion-extend-rt-10,
.active .motion-extend-lt-10,
.active .motion-extend-rb-10,
.active .motion-extend-lb-10 {
  opacity: 1;
  transition-delay: 2s;
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.active .motion-height-top-10,
.active .motion-height-bottom-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}

/* layer */
.hidden,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2001;
  transform: translateX(-50%);
  width: 88.88%;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .popup {
    width: 640px;
    max-width: 640px;
  }
}
.popup *, .popup *:before, .popup *:after {
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup *, .popup *:before, .popup *:after {
    letter-spacing: -1px;
  }
}
.popup img {
  max-width: 100%;
}
.popup .popup-title p {
  background-color: #222;
  color: #fff;
  text-align: left;
  padding: 3.4722222222vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-title p {
    padding: 25px 40px;
  }
}
.popup .popup-title p strong {
  color: #fff;
  line-height: 1.3;
  font-size: 4.1666666667vw;
  letter-spacing: -0.1388888889vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup .popup-title p strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title p strong {
    letter-spacing: -1px;
  }
}
.popup .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-weight: normal;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .table-box .text {
    font-size: 22px;
  }
}
.popup .table-box .text strong {
  font-weight: 700;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .table-box .text strong {
    font-size: 26px;
  }
}
.popup .table-box table {
  width: 100%;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
.popup .table-box table th,
.popup .table-box table td {
  padding: 2.0833333333vw;
  font-size: 2.2222222222vw;
  line-height: 1.4;
  color: #000;
  text-align: left;
  vertical-align: baseline;
  border-right: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .popup .table-box table th,
  .popup .table-box table td {
    padding: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup .table-box table th,
  .popup .table-box table td {
    font-size: 16px;
  }
}
.popup .table-box table th strong,
.popup .table-box table td strong {
  word-break: keep-all;
}
.popup .table-box table th {
  vertical-align: center;
  text-align: center;
  color: #000;
  background: #F6F6F6;
}
.popup .table-box table tr:first-child th, .popup .table-box table tr:first-child td {
  border-top: 0;
}
.popup .table-box table tr th:last-child, .popup .table-box table tr td:last-child {
  border-right: 0;
}
.popup .table-box table .blue {
  color: #0096F2;
}
@media screen and (min-width: 720px) {
  .popup .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .popup .table-box .text strong {
    font-weight: 700;
    font-size: 18px;
  }
  .popup .table-box table {
    margin-bottom: 20px;
  }
  .popup .table-box table th, .popup .table-box table td {
    font-size: 16px;
  }
}
.popup .check-text {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 350;
  line-height: 160%; /* 32px */
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .check-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .check-text {
    letter-spacing: -0.8px;
  }
}
.popup .check-text strong {
  font-weight: 500;
}
.popup .notice-box {
  padding: 5.5555555556vw;
  background: #f8f8f8;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup .notice-box {
    padding: 40px;
  }
}
.popup .notice-box dl dt {
  margin-bottom: 1.3888888889vw;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dt {
    font-size: 18px;
  }
}
.popup .notice-box dl dd {
  margin-top: 0.6944444444vw;
  padding-left: 1.3888888889vw;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 3.0555555556vw;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    margin-top: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    font-size: 18px;
  }
}
.popup .notice-box dl dd:before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popup .notice {
  margin: 1.3888888889vw 0;
  color: #F93737;
  line-height: 1.3;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .notice {
    margin: 10px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice {
    font-size: 18px;
  }
}

.layer-close,
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .layer-close,
  .popup-close {
    width: 56px;
  }
}
@media screen and (min-width: 720px) {
  .layer-close,
  .popup-close {
    height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .layer-close,
  .popup-close {
    width: 80px;
    height: 80px;
  }
}
.layer-close a,
.popup-close a {
  display: block;
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .layer-close a,
  .popup-close a {
    width: 56px;
  }
}
@media screen and (min-width: 720px) {
  .layer-close a,
  .popup-close a {
    height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .layer-close a,
  .popup-close a {
    width: 80px;
    height: 80px;
  }
}
.layer-close a:before, .layer-close a:after,
.popup-close a:before,
.popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.1666666667vw;
  height: 0.1388888889vw;
  margin-left: -2.0833333333vw;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .layer-close a:before, .layer-close a:after,
  .popup-close a:before,
  .popup-close a:after {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .layer-close a:before, .layer-close a:after,
  .popup-close a:before,
  .popup-close a:after {
    height: 1px;
  }
}
@media screen and (min-width: 720px) {
  .layer-close a:before, .layer-close a:after,
  .popup-close a:before,
  .popup-close a:after {
    margin-left: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .layer-close a:before, .layer-close a:after,
  .popup-close a:before,
  .popup-close a:after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
}
.layer-close a:before,
.popup-close a:before {
  transform: rotate(45deg);
}
.layer-close a:after,
.popup-close a:after {
  transform: rotate(-45deg);
}

.layer-close a:before, .layer-close a:after {
  background-color: #000;
}

#popup-nomember, #popup-check {
  max-width: 540px;
  box-sizing: border-box;
  padding: 5.5555555556vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember, #popup-check {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember, #popup-check {
    width: 540px;
  }
}
#popup-nomember dl dt, #popup-check dl dt {
  color: #000;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    font-size: 30px;
  }
}
#popup-nomember dl dd, #popup-check dl dd {
  color: #000;
  font-size: 3.3333333333vw;
  line-height: 140%;
  font-weight: 400;
  margin-top: 2.7777777778vw;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    font-size: 18px;
  }
}
#popup-nomember .btn-box, #popup-check .btn-box {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box, #popup-check .btn-box {
    margin-top: 30px;
  }
}
#popup-nomember .btn-box a, #popup-check .btn-box a {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 3.0555555556vw;
  display: inline-block;
  padding: 2.7777777778vw 0;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    font-size: 18px;
  }
}
#popup-nomember .btn-box a:first-child, #popup-check .btn-box a:first-child {
  margin-right: 2%;
}
#popup-nomember .btn-box a:only-child, #popup-check .btn-box a:only-child {
  width: 90%;
  margin: 0 auto;
}
#popup-nomember .btn-box a.btn-receive, #popup-nomember .btn-box a.btn-request, #popup-check .btn-box a.btn-receive, #popup-check .btn-box a.btn-request {
  background: #de283b;
}
#popup-nomember .btn-box a.btn-nomember, #popup-check .btn-box a.btn-nomember {
  background: #bababa;
}
#popup-nomember .btn-box a.btn-close, #popup-check .btn-box a.btn-close {
  background: #484848;
}
#popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
  font-weight: 700;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
    font-size: 24px;
  }
}
#popup-nomember .btn-close, #popup-check .btn-close {
  display: inline-block;
  margin-top: 5%;
  width: 33.3333333333%;
}

#popup-request {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 40000;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 88.8888888889vw;
  padding-bottom: 6.9444444444vw;
}
#popup-request::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request::-webkit-scrollbar {
    width: 8px;
  }
}
#popup-request::-webkit-scrollbar-track {
  background: #e9e9e9;
}
#popup-request::-webkit-scrollbar-thumb {
  background: #777;
}
#popup-request::-webkit-scrollbar-thumb:hover {
  background: #777;
}
@media screen and (min-width: 720px) {
  #popup-request {
    width: 640px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request {
    padding-bottom: 50px;
  }
}
#popup-request .popup-cont input[type=checkbox] + label,
#popup-request .popup-cont input[type=radio] + label {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
#popup-request .popup-cont input[type=checkbox],
#popup-request .popup-cont input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#popup-request .popup-cont input[type=checkbox] + label,
#popup-request .popup-cont input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 0 1.3888888889vw 0 5.5555555556vw;
  min-height: 15px;
  line-height: 15px;
  font-weight: 400;
  background: url(https://img.eduwill.net/eduwill/img/2024/L/event/240805_2/pc/ico_check_off.png) no-repeat 0 50%;
  background-size: 15px auto;
  cursor: pointer;
  color: #333;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    padding: 0 10px 0 40px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    font-size: 22px;
  }
}
#popup-request .popup-cont input[type=checkbox] + label.on,
#popup-request .popup-cont input[type=checkbox]:checked + label,
#popup-request .popup-cont input[type=radio] + label.on,
#popup-request .popup-cont input[type=radio]:checked + label {
  background: url(https://img.eduwill.net/eduwill/img/2024/L/event/240805_2/pc/ico_check_on.png) no-repeat 0 50%;
  background-size: 15px auto;
}
#popup-request .popup-cont input[type=checkbox] + label {
  background: url(https://img.eduwill.net/eduwill/img/2024/L/event/240805_2/pc/ico_check_off2.png) no-repeat 0 50%;
  background-size: 15px auto;
}
#popup-request .popup-cont input[type=checkbox] + label.on,
#popup-request .popup-cont input[type=checkbox]:checked + label {
  background: url(https://img.eduwill.net/eduwill/img/2024/L/event/240805_2/pc/ico_check_on2.png) no-repeat 0 50%;
  background-size: 15px auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    min-height: 20px;
    line-height: 20px;
    font-size: 22px;
    padding: 0 24px 0 30px;
    background-size: 20px auto;
    padding-left: 28px;
  }
  #popup-request .popup-cont input[type=checkbox] + label.on,
  #popup-request .popup-cont input[type=checkbox]:checked + label,
  #popup-request .popup-cont input[type=radio] + label.on,
  #popup-request .popup-cont input[type=radio]:checked + label {
    background-size: 20px auto;
  }
}
#popup-request .popup-cont .input-box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box {
    padding-top: 40px;
  }
}
#popup-request .popup-cont .input-box dl {
  margin-bottom: 2.5%;
}
#popup-request .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
#popup-request .popup-cont .input-box dl dt {
  float: left;
  position: relative;
  width: 25%;
  color: #222;
  font-size: 3.0555555556vw;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    line-height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    font-size: 22px;
    height: 9.4444444444vw;
    line-height: 9.4444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    height: 68px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd {
  float: left;
  width: 75%;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    line-height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    height: 9.4444444444vw;
    line-height: 9.4444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    height: 68px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd input[type=number],
#popup-request .popup-cont .input-box dl dd input[type=text] {
  width: 100%;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
  border: 1px solid #c9c9c9;
  color: #000;
  font-size: 3.0555555556vw;
  padding: 0 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    line-height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    padding: 0 16px;
  }
}
#popup-request .popup-cont .input-box dl dd input[type=number]::-webkit-inner-spin-button,
#popup-request .popup-cont .input-box dl dd input[type=text]::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#popup-request .popup-cont .input-box dl dd input[type=number]#userNm, #popup-request .popup-cont .input-box dl dd input[type=number]#userHp,
#popup-request .popup-cont .input-box dl dd input[type=text]#userNm,
#popup-request .popup-cont .input-box dl dd input[type=text]#userHp {
  background-color: #F6F6F6;
}
#popup-request .popup-cont .input-box dl dd input[type=number]#userNm::-moz-placeholder, #popup-request .popup-cont .input-box dl dd input[type=number]#userHp::-moz-placeholder, #popup-request .popup-cont .input-box dl dd input[type=text]#userNm::-moz-placeholder, #popup-request .popup-cont .input-box dl dd input[type=text]#userHp::-moz-placeholder {
  color: #999999;
}
#popup-request .popup-cont .input-box dl dd input[type=number]#userNm::placeholder, #popup-request .popup-cont .input-box dl dd input[type=number]#userHp::placeholder,
#popup-request .popup-cont .input-box dl dd input[type=text]#userNm::placeholder,
#popup-request .popup-cont .input-box dl dd input[type=text]#userHp::placeholder {
  color: #999999;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    font-size: 22px;
    height: 9.4444444444vw;
    line-height: 9.4444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    height: 68px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd .btn-member {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #a9a9a9;
  text-align: center;
  width: 100px;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-member {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-member {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd .fileBox {
  display: flex;
  justify-content: space-between;
}
#popup-request .popup-cont .input-box dl dd .fileBox .fileName {
  display: inline-block;
  width: 68%;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
  border: 1px solid #ccc;
  color: #aaa;
  font-size: 22px;
  margin-right: 2%;
  background-color: #f6f6f6;
  padding: 0 10px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    line-height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    font-size: 22px;
  }
}
#popup-request .popup-cont .input-box dl dd .fileBox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    height: 9.4444444444vw;
    line-height: 9.4444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    height: 68px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    line-height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    width: 31.2%;
    height: 9.4444444444vw;
    line-height: 9.4444444444vw;
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    height: 68px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd .btn-method {
  display: inline-block;
  width: 100%;
  height: 8.3333333333vw;
  line-height: 8.3333333333vw;
  text-align: center;
  vertical-align: middle;
  background-color: #aaa;
  color: #fff;
  font-size: 3.0555555556vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    line-height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
#popup-request .popup-cont .input-box dl dd.address {
  margin-bottom: 2%;
  height: auto;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form {
  margin-bottom: 2%;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
  display: inline-block;
  width: 66%;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-right: 2%;
  background-color: #fff;
  padding: 0 10px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
    line-height: 68px;
  }
}
#popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 9.4444444444vw;
  line-height: 9.4444444444vw;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    line-height: 68px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
    height: 50px;
    line-height: 50px;
  }
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    width: 31.2%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
#popup-request .popup-cont .input-box dl dd.notice {
  margin-left: 25%;
  height: auto;
  line-height: auto;
  font-size: 2.5vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice {
    font-size: 18px;
  }
}
#popup-request .popup-cont .input-box dl dd.notice.text-gray {
  color: #aaa;
  word-break: keep-all;
  padding-left: 2.2222222222vw;
  text-indent: -2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice.text-gray {
    padding-left: 16px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice.text-gray {
    text-indent: -16px;
  }
}
#popup-request .popup-cont .exam-box {
  padding: 13% 0 10%;
}
#popup-request .popup-cont .exam-box .btn-ticket {
  display: block;
  width: 44.4444444444%;
  margin: 0 auto;
}
#popup-request .popup-cont .exam-box .notice {
  color: #ff0000;
  font-size: 3.3333333333vw;
  margin: 5% 0 7%;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .notice {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .notice {
    font-size: 18px;
    margin: 20px 0 30px;
  }
}
#popup-request .popup-cont .exam-box .btn-method {
  display: block;
  width: 53.1944444444%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .btn-method {
    width: 39.3055555556%;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box {
    padding: 12% 0 10%;
  }
}
#popup-request .popup-cont .all-check {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  padding: 2.7777777778vw 0 1.6666666667vw;
  box-sizing: border-box;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check {
    padding: 20px 0 12px;
  }
}
#popup-request .popup-cont .all-check label {
  font-size: 3.3333333333vw;
  font-weight: 700 !important;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check label {
    font-size: 15px;
  }
}
#popup-request .popup-cont .all-check .alert {
  margin-top: 1.3888888889vw;
  font-weight: normal;
  color: #888;
  line-height: 1.5;
  font-size: 2.5vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check .alert {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check .alert {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check .alert {
    font-size: 15px;
  }
}
#popup-request .popup-cont .toggle-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
#popup-request .popup-cont .toggle-wrap .toggle-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7777777778vw 0;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-title {
    padding: 20px 0;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-title label {
  width: 95%;
  font-weight: 700;
  text-align: left;
  font-size: 3.0555555556vw;
  display: inline-block;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-title label {
    font-size: 22px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-title label.choose span {
  color: #AAA;
}
#popup-request .popup-cont .toggle-wrap .toggle-title .highlight {
  color: #F93737;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-title {
    padding: 20px 0 12px;
  }
  #popup-request .popup-cont .toggle-wrap .toggle-title label {
    font-size: 22px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box {
  display: none;
  padding: 4%;
  overflow-y: scroll;
  text-align: left;
  border-bottom: 1px solid #ddd;
  height: 41.6666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box {
    height: 300px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box {
    height: 180px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar {
    width: 8px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar-track {
  background: #e9e9e9;
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar-thumb {
  background: #777;
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar-thumb:hover {
  background: #777;
}
#popup-request .popup-cont .toggle-wrap .toggle-box p {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box p {
    font-size: 24px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box p strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box p strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box p {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 160%; /* 32px */
    letter-spacing: -0.8px;
  }
  #popup-request .popup-cont .toggle-wrap .toggle-box p strong {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    letter-spacing: -0.8px;
  }
}
#popup-request .popup-cont .toggle-wrap + .toggle-wrap {
  border-top: 0;
}
#popup-request .popup-cont .btn-box {
  margin-top: 4.1666666667vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box {
    margin-top: 30px;
  }
}
#popup-request .popup-cont .btn-box a {
  display: inline-block;
  width: 48%;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 3.3333333333vw;
  letter-spacing: -0.2777777778vw;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    font-size: 30px;
  }
}
#popup-request .popup-cont .btn-box a:first-child {
  margin-right: 2%;
}
#popup-request .popup-cont .btn-box a:only-child {
  width: 90%;
  margin: 0 auto;
}
#popup-request .popup-cont .btn-box a.btn-receive, #popup-request .popup-cont .btn-box a.btn-request {
  background: #F93737;
  color: #FFF;
  font-family: "Roboto";
  font-size: 5vw;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 46.8px */
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a.btn-receive, #popup-request .popup-cont .btn-box a.btn-request {
    font-size: 36px;
  }
}
#popup-request .popup-cont .btn-box a.btn-nomember {
  background: #bababa;
}
#popup-request .popup-cont .btn-box a.btn-close {
  background: #484848;
}
#popup-request .popup-cont .btn-box a strong {
  font-weight: 900;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a strong {
    font-size: 36px;
  }
}

.popup.popup-giveaway .popup-cont {
  padding: 13.8888888889vw 0 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont {
    padding: 100px 0 120px;
  }
}
.popup.popup-giveaway .popup-cont p {
  font-size: 4.7222222222vw;
  letter-spacing: -0.2777777778vw;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont p {
    font-size: 34px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont p {
    letter-spacing: -2px;
  }
}
.popup.popup-giveaway .popup-cont p .highlight {
  color: #F93737;
}
.popup.popup-giveaway .popup-cont .loading-effect {
  margin: 2.7777777778vw 0 5.5555555556vw;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect {
    margin: 20px 0 40px;
  }
}
.popup.popup-giveaway .popup-cont .loading-effect span {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 1.6666666667vw;
  animation: loader10m 3s ease-in-out infinite;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span {
    border-radius: 12px;
  }
}
.popup.popup-giveaway .popup-cont .loading-effect span:before, .popup.popup-giveaway .popup-cont .loading-effect span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span:before, .popup.popup-giveaway .popup-cont .loading-effect span:after {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span:before, .popup.popup-giveaway .popup-cont .loading-effect span:after {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span:before, .popup.popup-giveaway .popup-cont .loading-effect span:after {
    border-radius: 10px;
  }
}
.popup.popup-giveaway .popup-cont .loading-effect span:before {
  left: -2.7777777778vw;
  animation: loader10g 3s ease-in-out infinite;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span:before {
    left: -20px;
  }
}
.popup.popup-giveaway .popup-cont .loading-effect span:after {
  right: -2.7777777778vw;
  animation: loader10d 3s ease-in-out infinite;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .loading-effect span:after {
    right: -20px;
  }
}
@keyframes loader10g {
  0% {
    background-color: rgba(249, 55, 55, 0.3);
  }
  25% {
    background-color: rgb(249, 55, 55);
  }
  50% {
    background-color: rgba(249, 55, 55, 0.6);
  }
  75% {
    background-color: rgba(249, 55, 55, 0.3);
  }
  100% {
    background-color: rgba(249, 55, 55, 0.6);
  }
}
@keyframes loader10m {
  0% {
    background-color: rgba(249, 55, 55, 0.3);
  }
  25% {
    background-color: rgba(249, 55, 55, 0.6);
  }
  50% {
    background-color: rgb(249, 55, 55);
  }
  75% {
    background-color: rgba(249, 55, 55, 0.6);
  }
  100% {
    background-color: rgba(249, 55, 55, 0.3);
  }
}
@keyframes loader10d {
  0% {
    background-color: rgba(249, 55, 55, 0.6);
  }
  25% {
    background-color: rgba(249, 55, 55, 0.3);
  }
  50% {
    background-color: rgba(249, 55, 55, 0.6);
  }
  75% {
    background-color: rgb(249, 55, 55);
  }
  100% {
    background-color: rgba(249, 55, 55, 0.3);
  }
}
.popup.popup-giveaway .popup-cont .giveaway-slider .slick-slide {
  padding: 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .giveaway-slider .slick-slide {
    padding: 0 20px;
  }
}
.popup.popup-giveaway .popup-cont .giveaway-slider .slick-slide img {
  width: 25vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .giveaway-slider .slick-slide img {
    width: 180px;
  }
}
.popup.popup-giveaway .popup-cont .giveaway-img {
  margin-top: 6.9444444444vw;
  text-align: center;
  background: url("https://img.eduwill.net/eduwill/img/2024/L/event/240805_2/pc/firework.png") 50% 50% no-repeat;
  background-size: 58.4722222222vw auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .giveaway-img {
    margin-top: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .giveaway-img {
    background-size: 421px auto;
  }
}
.popup.popup-giveaway .popup-cont .giveaway-img img {
  width: 38.8888888889vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .giveaway-img img {
    width: 280px;
  }
}
.popup.popup-giveaway .popup-cont .banner-area {
  margin: 8.3333333333vw 0 5.5555555556vw;
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .banner-area {
    margin: 60px 0 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .banner-area {
    padding: 0 40px;
  }
}
.popup.popup-giveaway .popup-cont .banner-area .banner-title {
  position: relative;
  color: #000;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  font-size: 3.0555555556vw;
  padding: 0 0 1.3888888889vw 3.4722222222vw;
  margin-bottom: 2.7777777778vw;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .banner-area .banner-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .banner-area .banner-title {
    padding: 0 0 10px 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .banner-area .banner-title {
    margin-bottom: 20px;
  }
}
.popup.popup-giveaway .popup-cont .banner-area .banner-title:before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 1.3888888889vw;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .popup.popup-giveaway .popup-cont .banner-area .banner-title:before {
    left: 10px;
  }
}
.popup.popup-giveaway .popup-cont .banner-area .banner-box {
  display: flex;
  justify-content: space-between;
}
.popup.popup-giveaway .popup-cont.winners {
  padding-bottom: 0;
}

.popup.popup-history .popup-cont {
  padding: 5.5555555556vw 0 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont {
    padding: 40px 0 0;
  }
}
.popup.popup-history .popup-cont .info-box {
  padding: 0 5.5555555556vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box {
    padding: 0 40px 30px;
  }
}
.popup.popup-history .popup-cont .info-box .info-title {
  position: relative;
  margin-bottom: 2.7777777778vw;
  text-align: left;
  font-size: 3.6111111111vw;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title {
    font-size: 22px;
  }
}
.popup.popup-history .popup-cont .info-box .info-title .btn-mod {
  padding: 0.8333333333vw 3.6111111111vw 0.8333333333vw 1.9444444444vw;
  font-size: 2.7777777778vw;
  margin-left: 2.7777777778vw;
  text-align: left;
  line-height: 1;
  font-weight: 500;
  color: #000;
  border-radius: 0.5555555556vw;
  border: 1px solid #212121;
}
.popup.popup-history .popup-cont .info-box .info-title .btn-mod {
  position: relative;
  display: inline-block;
}
.popup.popup-history .popup-cont .info-box .info-title .btn-mod:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod:before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod:before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod:before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod:before {
    right: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod {
    padding: 6px 26px 6px 14px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod {
    margin-left: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-history .popup-cont .info-box .info-title .btn-mod {
    border-radius: 4px;
  }
}
.popup.popup-history .popup-cont .info-box .notice {
  text-align: left;
}
.popup.popup-history .popup-cont .info-box .table-box.col table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.popup.popup-history .popup-cont .info-box .table-box.col th {
  text-align: left;
  background: #fff;
}
.popup.popup-history .popup-cont .info-box .table-box.row tbody tr td {
  text-align: center;
}

.layer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 40001;
  background-color: #fff;
  color: #222;
  text-align: left;
  max-width: 640px;
  height: auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.layer .layer-title {
  position: relative;
}
.layer .layer-title p {
  color: #000;
  text-align: left;
  padding: 4.1666666667vw 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .layer .layer-title p {
    padding: 30px 30px 0;
  }
}
.layer .layer-title p strong {
  color: #000;
  font-size: 4.1666666667vw;
  letter-spacing: -0.1388888889vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    letter-spacing: -1px;
  }
}
.layer .layer-cont {
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.layer .layer-cont .scroll-box {
  height: 450px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .scroll-box {
    height: 750px;
  }
}
.layer .layer-cont .scroll-box::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .scroll-box::-webkit-scrollbar {
    width: 8px;
  }
}
.layer .layer-cont .scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.layer .layer-cont .scroll-box::-webkit-scrollbar-thumb {
  background: #888;
}
.layer .layer-cont .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.layer .layer-cont .method {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method {
    padding: 30px;
  }
}
.layer .layer-cont .method p {
  margin-top: 0.8333333333vw;
  font-size: 3.3333333333vw;
  line-height: 1.4;
  padding-left: 4%;
  text-indent: -4%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    margin-top: 6px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 16px;
    padding-left: 24px;
    text-indent: -24px;
  }
}
.layer .layer-cont .method p.highlight {
  color: #F93737;
}
.layer .layer-cont .method p .btn-qnet {
  display: inline-block;
  width: 20.4166666667vw;
  margin-left: 0.8333333333vw;
  text-indent: 0;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-qnet {
    width: 147px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-qnet {
    margin-left: 6px;
  }
}
.layer .layer-cont .method p .btn-qnet img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-qnet {
    width: 103px;
  }
}
.layer .layer-cont .method p .btn-text {
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  padding: 0.4166666667vw 1.1111111111vw;
  margin: 0.6944444444vw 0 0 0.6944444444vw;
  font-size: 2.7777777778vw;
  text-indent: 0;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    padding: 3px 8px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    margin: 5px 0 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    font-size: 15px;
  }
}

#zipcode-layer {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  border-style: solid;
  border-color: #000;
  border-width: 0.8333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  #zipcode-layer {
    border-width: 6px;
  }
}
#zipcode-layer > div {
  min-width: 320px !important;
  width: 100% !important;
}
@media screen and (min-width: 720px) {
  #zipcode-layer > div {
    width: 500px !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .content {
  position: relative;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 1;
  display: block;
  width: 12.5vw;
  height: 11.5277777778vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_16.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 83px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .fix-wing {
  z-index: 99;
  position: fixed;
  right: 50px;
  bottom: 150px;
}
.promotion .fix-bottom {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF8600;
}
.promotion .sector-title {
  background-color: #FFCC00;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250804/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title [class^=title-] {
  z-index: 5;
  position: absolute;
  left: 50%;
}
.promotion .sector-title .title-text {
  top: 79px;
  margin-left: -600px;
}
.promotion .sector-title .title-gift {
  position: relative;
  left: 0;
}
.promotion .sector-title .title-flag {
  top: 258px;
  margin-left: 244px;
  animation-name: flagMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@keyframes flagMotion {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.promotion .sector-title .btn-action {
  z-index: 10;
  position: absolute;
  top: 667px;
  left: 0;
  right: 0;
  text-align: center;
}
.promotion .sector-title .btn-action a {
  display: inline-block;
}
.promotion .sector-event-1 {
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 191, 0, 0.1) 100%);
}
.promotion .sector-event-2 {
  background: #FFF;
}
.promotion .sector-event-2 .btn-coupon {
  position: absolute;
  top: 407px;
  left: 50%;
  width: 104px;
  height: 29px;
  margin-left: 168px;
}
.promotion .sector-event-2 .btn-coupon a {
  display: block;
  height: 100%;
}
.promotion .sector-method {
  background: #FFF;
}
.promotion .sector-method .btn-link {
  position: absolute;
  top: 244px;
  left: 50%;
  margin-left: -364px;
}
.promotion .sector-method .btn-link a {
  display: block;
  width: 134px;
  height: 33px;
}
.promotion .sector-method .btn-view {
  position: absolute;
  top: 205px;
  right: 100px;
}
.promotion .sector-notice {
  text-align: left;
  background: #F8F8F8;
}
.promotion .sector-notice .wrap {
  padding: 60px 0;
}
.promotion .sector-notice p {
  font-size: 22px;
  line-height: 200%;
  color: #000;
  letter-spacing: -0.88px;
}
.promotion .sector-notice ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.88px;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 12px;
}
.promotion .sector-notice ul li:before {
  content: "·";
  position: absolute;
  left: 0;
}/*# sourceMappingURL=web.css.map */