@charset "UTF-8";
.popup-body .result-list, .grid, .popup-body .step-list, .popup-body .result-list .thumb {
  *zoom: 1;
}
.popup-body .result-list:before, .grid:before, .popup-body .step-list:before, .popup-body .result-list .thumb:before, .popup-body .result-list:after, .grid:after, .popup-body .step-list:after, .popup-body .result-list .thumb:after {
  content: "";
  display: table;
}
.popup-body .result-list:after, .grid:after, .popup-body .step-list:after, .popup-body .result-list .thumb: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, .popup-body .step-list, .popup-body .result-list .thumb {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .popup-body .step-list .col, .popup-body .step-list .step, .popup-body .result-list .thumb .col, .popup-body .result-list .thumb p {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-50%);
}

.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;
  }
}

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

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10001;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background-color: #fff;
  transform: translateX(-50%);
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup-body {
  padding: 2.1875rem 1.25rem;
}
@media screen and (min-width: 720px) {
  .popup-body {
    padding: 70px 40px;
  }
}
.popup-body .result-list {
  position: relative;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #000;
  box-shadow: -2px 16px 21px 0 rgba(0, 0, 0, 0.44);
}
@media screen and (min-width: 720px) {
  .popup-body .result-list {
    border-width: 4px;
  }
}
.popup-body .result-list .icon-best {
  position: absolute;
  top: -1.390625rem;
  right: 0;
  left: 50%;
  width: 8.1875rem;
  height: 2.78125rem;
  margin-left: -4.09375rem;
  background: url("//img.eduwill.net/resources/img/land/event/201126/mobile/icon_best.png") no-repeat 50% 0;
  background-size: 100% auto;
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    top: -44.5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    width: 262px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    height: 89px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .icon-best {
    margin-left: -131px;
  }
}
.popup-body .result-list .result-item {
  padding: 1.25rem 0.625rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .result-item {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .result-item {
    font-size: 24px;
  }
}
.popup-body .result-list .result-item img {
  width: 100%;
}
.popup-body .result-list .thumb p {
  width: 33.33%;
  margin-top: 1.25rem;
  padding: 0 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .thumb p {
    margin-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .thumb p {
    padding: 0 10px;
  }
}
.popup-body .result-list .thumb span em {
  display: block;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .popup-body .result-list .thumb span em {
    margin-top: 10px;
  }
}
.popup-body .reason-write {
  margin-top: 2.8125rem;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-body .reason-write {
    margin-top: 90px;
  }
}
.popup-body .reason-write .subject {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-body .reason-write .subject {
    font-size: 24px;
  }
}
.popup-body .reason-write .desc {
  height: 9.8125rem;
  margin-top: 0.3125rem;
  border: 1px solid #dedede;
}
@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc {
    height: 314px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc {
    margin-top: 10px;
  }
}
.popup-body .reason-write .desc textarea {
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
  overflow-y: auto;
  border: none;
  resize: none;
  font-size: 0.625rem;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc textarea {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .reason-write .desc textarea {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .reason-write .desc textarea {
    font-size: 16px;
  }
}
.popup-body .action {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 720px) {
  .popup-body .action {
    margin-top: 30px;
  }
}
.popup-body .action .btn {
  position: relative;
  display: inline-block;
  width: 49%;
  margin-left: 2%;
  padding: 0.28125rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.3125rem;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-body .action .btn {
    padding: 9px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .action .btn {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .action .btn {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .action .btn {
    width: 190px;
    margin-left: 10px;
  }
  .popup-body .action .btn:first-child {
    margin-left: 0;
  }
}
.popup-body .action .btn:first-child {
  margin-left: 0;
}
.popup-body .action .btn-cancel {
  background-color: #b8b8b8;
}
.popup-body .action .btn-confirm {
  background-color: #222;
}
.popup-body .title {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #222;
}
@media screen and (min-width: 720px) {
  .popup-body .title {
    font-size: 24px;
  }
}
.popup-body .event-info {
  margin-top: 1.875rem;
  color: #222;
}
@media screen and (min-width: 720px) {
  .popup-body .event-info {
    margin-top: 60px;
  }
}
.popup-body .event-info .desc {
  margin-top: 0.625rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-body .event-info .desc {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .event-info .desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .event-info .desc {
    font-size: 18px;
  }
}
.popup-body .event-info .subject {
  margin-top: 1.875rem;
  font-size: 0.6875rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-body .event-info .subject {
    margin-top: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .event-info .subject {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .event-info .subject {
    font-size: 18px;
  }
}
.popup-body .step-list {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-body .step-list {
    margin-top: 20px;
  }
}
.popup-body .step-list .step {
  width: 49%;
  min-height: 6.875rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  background-color: #f4f4f4;
}
@media screen and (min-width: 720px) {
  .popup-body .step-list .step {
    min-height: 220px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .step-list .step {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .step-list .step {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .step-list .step {
    min-height: 140px;
  }
}
.popup-body .step-list .step:first-child {
  margin-right: 1%;
}
.popup-body .step-list .step:last-child {
  margin-left: 1%;
}
.popup-body .step-list .num {
  font-size: 0.6875rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-body .step-list .num {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .step-list .num {
    font-size: 18px;
  }
}
.popup-body .step-list .num span {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #222;
}
.popup-body .step-list .desc {
  font-size: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-body .step-list .desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-body .step-list .desc {
    font-size: 16px;
  }
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close {
    height: 40px;
  }
}
.popup-close:before, .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.popup-close:before {
  transform: rotate(45deg);
}
.popup-close:after {
  transform: rotate(315deg);
}
.popup-close span {
  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;
}

.promotion {
  position: relative;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .container {
  position: relative;
  background-position: center top;
  box-sizing: border-box;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .right-banner {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 100;
}
.promotion .right-banner a {
  display: block;
}
.promotion .right-banner a:not(:first-child) {
  margin-top: 20px;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  background: none;
  left: -20px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 50px;
  }
}
.promotion .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 12.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 12.5px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0;
  background: none;
  right: -20px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 50px;
  }
}
.promotion .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 12.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 12.5px;
  }
}
.promotion .slick-dots {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.promotion .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #b2b2b2;
  outline: none;
  cursor: pointer;
}
.promotion .slick-dots li.slick-active button {
  width: 70px;
  border-radius: 15px;
  background-color: #ffce40;
}
.promotion-banner {
  background: #ffbe00;
}
.promotion-visual {
  background: url("//img.eduwill.net/eduwill/Img/2023/L/event/230306/pc/bg_visual.jpg") no-repeat top center;
  background-size: cover;
}
.promotion-visual .hyeri {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.promotion-visual .visual-img {
  position: relative;
  z-index: 2;
}
.promotion-visual .live-icon {
  position: absolute;
  top: 758px;
  left: 50px;
  z-index: 1;
}
.promotion-video {
  padding-bottom: 120px;
  background: #4659ed;
  position: relative;
}
.promotion-video .video-wrap {
  position: relative;
  width: 1000px;
  height: 562px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
}
.promotion-video .video-wrap video,
.promotion-video .video-wrap iframe {
  width: 100%;
  height: 100%;
}
.promotion-intro {
  background: url("//img.eduwill.net/eduwill/Img/2023/L/event/230306/pc/bg_intro.jpg") no-repeat top center;
}
.promotion-thema .slider-wrap {
  position: relative;
  width: 1100px;
  height: 810px;
  margin: 0 auto;
}
.promotion-thema .slider-wrap .thema-slider {
  position: absolute;
  width: 1100px;
  height: 810px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.promotion-thema .slick-dots {
  position: absolute;
  top: 260px;
  left: 0;
  text-align: left;
}
.promotion-thema .slick-dots li button {
  width: 15px;
  height: 15px;
  transition: all 0.5s ease;
}
.promotion-thema .slick-dots li.slick-active button {
  width: 60px;
  height: 15px;
}
.promotion-recommend {
  background: #f7f7f7;
}
.promotion-recommend .slider-wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0 110px;
}
.promotion-teacher .teacher-list {
  display: inline-block;
  margin-bottom: 184px;
}
.promotion-teacher .teacher-list li {
  display: table;
  width: 50%;
  float: left;
  text-align: left;
  margin-top: 100px;
}
.promotion-teacher .teacher-list li > div {
  display: inline-table;
  vertical-align: middle;
  height: 100%;
}
.promotion-teacher .teacher-list li > div:nth-child(2) {
  vertical-align: top;
}
.promotion-teacher .teacher-list li > div p {
  font-size: 22px;
  margin-left: 30px;
  letter-spacing: -1px;
  line-height: 120%;
}
.promotion-teacher .teacher-list li > div .subject {
  font-weight: 600;
  margin-bottom: 7px;
}
.promotion-teacher .teacher-list li > div .name {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.promotion-teacher .teacher-list li > div .link {
  margin-top: 16px;
}
.promotion-movie {
  position: relative;
  padding: 100px 0;
  border-bottom: 12px solid #f2f2f1;
}
.promotion-movie .video-box {
  width: 1010px;
  height: 578px;
  margin: 0 auto;
}
.promotion-movie .video-box iframe, .promotion-movie .video-box video {
  width: 100%;
  height: 100%;
}
.promotion-movie .btn-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 1010px;
  height: 578px;
}
.promotion-apply .wrap {
  width: 1100px;
}
.promotion-apply .apply-title {
  padding: 120px 0 0;
  text-align: left;
}
.promotion-apply .apply-title strong {
  display: block;
  font-weight: 900;
  font-size: 50px;
  color: #000;
  line-height: 60px;
  letter-spacing: -3px;
}
.promotion-apply .apply-title small {
  display: inline-block;
  color: #e50f0f;
  line-height: 60px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.5px;
}
.promotion-apply .apply-table {
  width: 100%;
  margin-top: 40px;
  border-top: 2px solid #000;
}
.promotion-apply .apply-table th,
.promotion-apply .apply-table td {
  padding: 14px 0;
  text-align: center;
  line-height: normal;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px solid #bcbcbc;
  border-left: 1px solid #d2d2d2;
}
.promotion-apply .apply-table th {
  font-weight: bold;
  background-color: #f5f5f5;
}
.promotion-apply .apply-table th:first-child {
  border-left-width: 0;
}
.promotion-apply .apply-table .subject {
  background-color: #f7f7f7;
  font-weight: bold;
}
.promotion-apply .apply-table .text-left {
  padding-left: 20px;
  text-align: left;
}
.promotion-apply .apply-table img {
  vertical-align: middle;
}
.promotion-apply .apply-table tfoot {
  margin-top: -1px;
}
.promotion-apply .apply-table .highlight {
  color: #ff0000;
  font-weight: 500;
}
.promotion-apply .apply-table .text-desc {
  font-size: 15px;
}
.promotion-apply .apply-table .total-price {
  padding: 45px 0 0;
  text-align: left;
  font-weight: 700;
  border: 0;
}
.promotion-apply .apply-table .total-price .action {
  float: right;
}
.promotion-apply .apply-table .total-price .desc {
  padding: 6px 0 7px;
  font-size: 44px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
}
.promotion-apply .apply-table .total-price .price {
  font-family: "Noto Sans KR";
  font-size: 44px;
}
.promotion-apply .apply-table .total-price .price em {
  font-family: verdana;
}
.promotion-contact {
  margin-bottom: 100px;
}
.promotion-map {
  margin-top: 130px;
  padding-bottom: 80px;
}
.promotion-map .wrap {
  width: 900px;
  text-align: center;
}
.promotion-map a {
  display: inline-block;
}
.promotion-map .map-title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
}
.promotion-map .map-img {
  margin-top: 30px;
}
.promotion-map .map-img > a {
  border: 8px solid #bdbdbd;
}
.promotion-map .map-link {
  text-align: right;
  margin-top: 10px;
}
.promotion-map .map-text {
  text-align: left;
}
.promotion-map .map-text:after {
  content: "";
  display: block;
  clear: both;
}
.promotion-map .map-text dl {
  float: left;
  width: 50%;
}
.promotion-map .map-text dl dt {
  position: relative;
  line-height: 38px;
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.promotion-map .map-text dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 3px;
  background-color: #202020;
}
.promotion-map .map-text dl dd {
  line-height: 26px;
  font-size: 16px;
  color: #2d2d2d;
  letter-spacing: -1px;
  padding-left: 52px;
  text-indent: -52px;
}

.popup {
  max-width: 1000px;
}
.popup-head {
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 10px 30px;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 60px;
  }
}
.popup .popup-close:before, .popup .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  transform: rotate(315deg);
}
.popup .popup-close span {
  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;
}
.popup-body {
  padding: 20px;
}
.popup-body table {
  width: 100%;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  font-size: 15px;
  text-align: center;
}
.popup-body table thead th {
  background: #ebebeb;
}
.popup-body table tbody th {
  min-width: 45px;
}
.popup-body table td, .popup-body table th {
  word-break: keep-all;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 10px;
}
.popup-body table .subject {
  font-weight: 700;
  background: #f1f1f1;
}
.popup-body .notice {
  margin-top: 10px;
  color: #666;
  letter-spacing: -1px;
}/*# sourceMappingURL=web.css.map */