@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
}
body {
  font-family: "Pretendard", "-apple-system";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  background: #fff;
  color: #222;
}

li {
  list-style: none;
}

[hidden] {
  display: none;
}

/* 추가 */
input,
textarea {
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=password] {
  font-size: 3.5rem;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

input,
textarea {
  caret-color: #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 1;
  border-radius: 0.4rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  color: #222;
  padding: 2rem 3.2rem 2rem 1.6rem;
  background: #fff url("../images/icon/ico_arr_down_gray.svg") 98% 50%/1.8rem 1.8rem no-repeat;
  cursor: pointer;
  outline: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/font/Pretendard-Thin.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/font/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/font/Pretendard-Light.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/asset/font/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Regular.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Medium.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Pretendard SemiBold"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-SemiBold.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Pretendard Bold"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Bold.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: local("Pretendard Black"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Black.woff") format("woff"), url("https://ai-cdn.ebs.co.kr/hsc_resource/single/font/Pretendard-Black.woff2") format("woff2");
}
body.overflow-hidden {
  overflow: hidden;
}

.gate-wrap {
  perspective: 1000;
}
.gate-wrap img {
  max-width: 100%;
}
.gate-wrap .pc {
  display: inline;
}
.gate-wrap .mo {
  display: none;
}
.gate__inner {
  position: relative;
  max-width: 130rem;
  margin: 0 auto;
  overflow: hidden;
}
.gate-container .container__bg {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 50%;
  filter: blur(5rem);
  z-index: 9999;
  transition: all 4s;
}
.gate-container .container__top {
  padding-top: 15.7rem;
  transition: all 4s;
}
.gate-container .container__top .gate__inner {
  padding: 12.9rem 0 37.4rem;
}
.gate-container .container__top .mouse {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  width: 2rem;
  height: 3.2rem;
  transform: translateX(-50%);
  border: 0.25rem solid #CCCCCC;
  border-radius: 1.6rem;
  animation-name: ani-mouse;
  animation-duration: 3s;
}
.gate-container .container__top .mouse .wheel {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.3rem;
  height: 0.8rem;
  background: #CCCCCC;
  border-radius: 5rem;
  transform: translateX(-50%);
  animation-name: ani-wheel;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.gate-container .container__top .mouse::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid #CCCCCC;
  border-top: 0;
  border-left: 0;
  border-radius: 0.25rem;
  transform: translateX(-50%) rotate(45deg);
  animation-name: ani-arrow;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
}
.gate-container .container__top .mouse .arrow::before {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid #CCCCCC;
  border-top: 0;
  border-left: 0;
  border-radius: 0.25rem;
  transform: translateX(-50%) rotate(45deg);
  animation-name: ani-arrow;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-delay: 0.45s;
}
.gate-container .container__top .mouse .arrow::after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid #CCCCCC;
  border-top: 0;
  border-left: 0;
  border-radius: 0.25rem;
  transform: translateX(-50%) rotate(45deg);
  animation-name: ani-arrow;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-delay: 0.9s;
}
.gate-container .container__top h1.title {
  position: relative;
  margin-left: 18rem;
  animation-name: ani-title;
  animation-duration: 2s;
  transition: all 0.5s;
  z-index: 2;
  text-align: right;
}
.gate-container .container__top h1.title strong {
  display: block;
  color: #4A516A;
  font-size: 16.3rem;
  text-align: left;
  line-height: 19.5rem;
  font-weight: 800;
}
.gate-container .container__top .txt-danchoo {
  position: relative;
  width: 87.3rem;
  margin: -2.5rem 0 0 0;
  animation-name: ani-danchoo;
  animation-duration: 2.5s;
  transition: all 0.5s;
  z-index: 1;
}
.gate-container .container__top .float-danchoo {
  position: absolute;
  bottom: 7.6rem;
  right: 0;
  width: 16.6rem;
  animation-name: ani-float;
  animation-duration: 2s;
  transition: all 0.5s;
}
.gate-container .container__top [class^=framer-] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 2s;
}
.gate-container .container__top .framer-clock {
  top: 0rem;
  right: 33rem;
  width: 12rem;
  height: 12rem;
  animation-name: ani-clock;
  animation-duration: 2s;
  transition: all 0.5s;
  z-index: 1;
}
.gate-container .container__top .framer-clock object {
  width: 100%;
  height: 100%;
}
.gate-container .container__top .framer-twinkle {
  top: 3rem;
  right: 16rem;
  width: 7rem;
  height: 10rem;
  animation-name: ani-twinkle;
  animation-duration: 2s;
}
.gate-container .container__top .framer-twinkle object {
  width: 100%;
  height: 100%;
}
.gate-container .container__top .framer-book {
  top: 8rem;
  right: 23rem;
  width: 15.5rem;
  height: 15.5rem;
  animation-name: ani-book;
  animation-duration: 2s;
}
.gate-container .container__top .framer-book object {
  width: 100%;
  height: 100%;
}
.gate-container .container__top .framer-bot {
  top: 2.3rem;
  left: 4.5rem;
  z-index: 1;
  width: 15.9rem;
  height: 13.7rem;
  animation-name: ani-bot;
  animation-duration: 1.5s;
}
.gate-container .container__top .framer-bot object {
  width: 100%;
  height: 100%;
}
.gate-container .container__top .framer-bulb {
  top: 27rem;
  left: 0;
  width: 13.5rem;
  height: 20rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  border-radius: 2rem;
  animation-name: ani-bulb;
  animation-duration: 2s;
}
.gate-container .container__top .framer-bulb object {
  width: 100%;
  height: 100%;
}
.gate-container .container__top .framer-bell {
  top: 5.5rem;
  left: 18rem;
  width: 10rem;
  height: 10rem;
  transform: rotate(8.23deg);
  background: #FFFFFF;
  box-shadow: -1rem 2rem 3.5rem -0.8rem #E0F0FF;
  border-radius: 2rem;
  animation-name: ani-bell;
  animation-duration: 2s;
}
.gate-container .container__top .framer-bell object {
  width: 63%;
  height: 66%;
}
.gate-container .container__top .framer-round {
  width: 37.1rem;
  height: 13.5rem;
  border-radius: 6.2rem;
  background: #F0F3F8;
  animation-name: ani-round;
  animation-duration: 1.5s;
}
.gate-container .container__top .framer-round:has(.framer-bot) {
  top: 15.5rem;
  right: 16.2%;
}
.gate-container .container__top .framer-round:has(.framer-bell) {
  top: 35rem;
  left: 0;
  overflow: hidden;
}
.gate-container .container__body {
  position: relative;
  padding-top: 23rem;
  padding-bottom: 23.6rem;
  background-color: #F0F2F8;
  opacity: 1;
  transition: all 1.5s;
  filter: blur(0);
}
.gate-container .container__body .body__text {
  position: sticky;
  top: 7rem;
  text-align: center;
  overflow: hidden;
}
.gate-container .container__body .body__text > div .line {
  will-change: transform, opacity;
  transition: all 0.5s;
}
.gate-container .container__body .body__text > div.tit {
  color: #4A516A;
  font-size: 6.6rem;
  line-height: 8.8rem;
  font-weight: 700;
}
.gate-container .container__body .body__text > div.desc {
  margin-top: 3rem;
  color: #757B8F;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 500;
}
.gate-container .container__body .body__info-wrap {
  position: sticky;
  top: 32rem;
  padding: 10rem 0 18rem;
}
.gate-container .container__body .body__info {
  position: relative;
  display: flex;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.387rem;
  background: linear-gradient(93.69deg, #22B5FF -9.19%, #BB50EC 111.01%);
  box-shadow: 0rem 3.1rem 3.4rem -1.5rem #C9D3F2;
  border-radius: 9rem;
  overflow: hidden;
}
.gate-container .container__body .body__info button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  width: 38rem;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.gate-container .container__body .body__info button::before {
  display: block;
  content: "";
  width: 3rem;
  height: 3rem;
  margin: 0 5.85rem 0 2.5rem;
  background: url("../images/pc/ico_play.svg") no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.gate-container .container__body .body__info.active button::before {
  margin: 0 1.2rem 0 5.85rem;
}
.gate-container .container__body .card-wrap {
  padding-top: 5rem;
  padding: 5rem 2rem 0;
}
.gate-container .container__body .card-wrap .card__school {
  display: flex;
  justify-content: center;
  gap: 5.4rem;
  transition: all 0.5s;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] {
  position: relative;
  background: #FFFFFF;
  width: 38rem;
  padding: 4rem;
  border-radius: 3rem;
  transition: all 0.6s ease-in-out;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .card--bg {
  width: 100% !important;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] img {
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .btn-guide {
  display: flex;
  align-items: center;
  position: absolute;
  top: 4.675rem;
  right: 4.175rem;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .btn-guide span {
  overflow: hidden;
  transition: font-size 0.5s;
  font-size: 0;
  opacity: 0;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .btn-guide::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../images/pc/ico-i.svg") no-repeat center center;
  background-size: 100% 100%;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .info-guide {
  position: absolute;
  top: -0.5rem;
  right: 1.7rem;
  width: 11.2rem;
  height: 4.8rem;
  background: url("../images/pc/info-guide.svg") no-repeat center center;
  background-size: 100% 100%;
  text-indent: -9999em;
  overflow: hidden;
  transform: rotateZ(5deg);
  opacity: 0;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .btn__study {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.6rem;
  width: 100%;
  height: 7rem;
  color: #555555;
  font-size: 2rem;
  border: 1px solid #EEEEEE;
  border-radius: 5rem;
  line-height: 2.4rem;
  font-weight: 500;
  transition: all 1s ease-in-out;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] .btn__study,
.gate-container .container__body .card-wrap .card__school [class^=card-] strong,
.gate-container .container__body .card-wrap .card__school [class^=card-] p,
.gate-container .container__body .card-wrap .card__school [class^=card-] img {
  position: relative;
}
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover .card--bg {
  transition: all 0.6s ease-in-out;
  height: 100%;
  z-index: 0;
}
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover strong,
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover p {
  transition: all 1.5s;
  color: #FFFFFF;
}
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover .btn__study {
  color: #FFFFFF;
  backdrop-filter: blur(8px);
  border: 0;
}
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover .btn-guide {
  top: 4rem;
  right: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 9.3rem;
  height: 3.6rem;
  border-radius: 2.2rem;
  transition-delay: 0.5s;
}
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover .btn-guide span {
  width: auto;
  color: #FFFFFF;
  font-size: 1.2rem;
  opacity: 1;
  transition-delay: 0.8s;
}
.gate-container .container__body .card-wrap .card__school [class^=card-]:hover .btn-guide::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/pc/ico-down.svg");
}
.gate-container .container__body .card-wrap .card__school [class^=card-] strong {
  color: #222222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] p {
  margin-top: 1.4rem;
  color: #666666;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3rem;
}
.gate-container .container__body .card-wrap .card__school [class^=card-] img {
  margin-top: 4.8rem;
}
.gate-container .container__body .card-wrap .card__school .card--bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
}
.gate-container .container__body .card-wrap .card__school .card-elementary {
  transform: rotateZ(-4deg);
}
.gate-container .container__body .card-wrap .card__school .card-elementary img {
  animation-name: ani-card-elementary;
  animation-timing-function: ease-in 0s;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-direction: alternate;
}
.gate-container .container__body .card-wrap .card__school .card-elementary .card--bg {
  background: linear-gradient(180deg, #5FC5FF 0%, #A6DEFF 100%);
}
.gate-container .container__body .card-wrap .card__school .card-elementary:hover {
  box-shadow: 2px 56px 73px -20px #B2E6FF;
}
.gate-container .container__body .card-wrap .card__school .card-elementary:hover .btn-guide {
  background: #4CBDFF;
}
.gate-container .container__body .card-wrap .card__school .card-elementary:hover .btn__study {
  background: #2AB0FF;
}
.gate-container .container__body .card-wrap .card__school .card-mid {
  top: -5rem;
}
.gate-container .container__body .card-wrap .card__school .card-mid img {
  animation-name: ani-card-mid;
  animation-timing-function: ease-in 0s;
  animation-duration: 1s;
  animation-direction: alternate;
}
.gate-container .container__body .card-wrap .card__school .card-mid .card--bg {
  background: linear-gradient(180deg, #5FD06E 0%, #A8E3B4 100%);
}
.gate-container .container__body .card-wrap .card__school .card-mid:hover {
  box-shadow: 2px 56px 73px -20px #B6E7BE;
}
.gate-container .container__body .card-wrap .card__school .card-mid:hover .btn-guide {
  background: #42C854;
}
.gate-container .container__body .card-wrap .card__school .card-mid:hover .btn__study {
  background: #34C446;
}
.gate-container .container__body .card-wrap .card__school .card-high {
  top: 1.5rem;
  transform: rotateZ(4deg);
}
.gate-container .container__body .card-wrap .card__school .card-high img {
  animation-name: ani-card-high;
  animation-timing-function: ease-in 0s;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
.gate-container .container__body .card-wrap .card__school .card-high .card--bg {
  background: linear-gradient(180deg, #2D89F3 0%, #7EBAFF 100%);
}
.gate-container .container__body .card-wrap .card__school .card-high:hover {
  box-shadow: 2px 56px 73px -20px #A3C4E9;
}
.gate-container .container__body .card-wrap .card__school .card-high:hover .btn-guide {
  background: #2182F2;
}
.gate-container .container__body .card-wrap .card__school .card-high:hover .btn__study {
  background: #127BF5;
}
.gate-container .container__body .card-wrap .card__pengtalk {
  position: relative;
  margin-top: 7.1rem;
  padding: 4.4rem 0 4rem 4.4rem;
  color: #FFFFFF;
  background: #FFB800;
  border-radius: 3rem;
}
.gate-container .container__body .card-wrap .card__pengtalk .img-peng {
  position: absolute;
  top: -3.5rem;
  right: 8.1rem;
  width: 20.5rem;
  z-index: 1;
}
.gate-container .container__body .card-wrap .card__pengtalk p {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.15rem;
}
.gate-container .container__body .card-wrap .card__pengtalk strong {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.1rem;
}
.gate-container .container__body .card-wrap .card__pengtalk ul {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
}
.gate-container .container__body .card-wrap .card__pengtalk ul li {
  margin-right: 1.2rem;
}
.gate-container .container__body .card-wrap .card__pengtalk ul li a,
.gate-container .container__body .card-wrap .card__pengtalk ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.1rem;
  height: 4.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  border-radius: 5rem;
}
.gate-container .container__body .card-wrap .card__pengtalk ul li a.btn__study,
.gate-container .container__body .card-wrap .card__pengtalk ul li button.btn__study {
  color: #FF9913;
  background: #FFFFFF;
}
.gate-container .container__body .card-wrap .card__pengtalk ul li a.btn__guide,
.gate-container .container__body .card-wrap .card__pengtalk ul li button.btn__guide {
  color: #FFFFFF;
  background: #FF9913;
}
.gate-container .container__body .card-wrap .card__pengtalk ul li:last-child {
  margin-right: 0;
}
.gate-container .container__body .card-wrap .card__pengtalk::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 17.3rem;
  width: 44rem;
  height: 22rem;
  background: url("../images/pc/card-pengtalk.svg") no-repeat center center;
  background-size: 100% 100%;
  border-image-source: linear-gradient(131.83deg, #FFDF61 11.61%, #FFDF5E 100.15%);
}
.gate-container.bg--active .container__bg {
  animation-name: ani-bg;
  animation-duration: 2s;
}
.gate-container.bg--active .container__top {
  opacity: 0;
  filter: blur(5rem);
}
.gate-container.bg--active .container__body {
  opacity: 0;
  filter: blur(1rem);
}
.gate-container .popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.gate-container .popup-wrap .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gate-container .popup-wrap.show {
  display: block;
}
.gate-container .popup-wrap .popup-vod {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
}

@keyframes ani-bg {
  from {
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
  }
  30% {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 0%;
  }
  80% {
    opacity: 1;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes ani-card-elementary {
  from {
    transform: translateY(0) rotateZ(-3deg);
  }
  to {
    transform: translateY(-1.5rem) rotateZ(-3deg);
  }
}
@keyframes ani-card-mid {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1rem);
  }
}
@keyframes ani-card-high {
  from {
    transform: translateY(0) rotateZ(4deg);
  }
  to {
    transform: translateY(-1.5rem) rotateZ(4deg);
  }
}
@keyframes ani-float {
  from {
    opacity: 0;
    transform: translateY(-20rem);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ani-clock {
  from {
    opacity: 0;
    transform: translate(20rem, 20rem) rotate(0);
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes ani-twinkle {
  from {
    opacity: 0;
    transform: translate(-20rem, 20rem) rotate(0);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani-book {
  from {
    opacity: 0;
    transform: translate(-20rem, 10rem) rotate(0);
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes ani-round {
  from {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(100%);
  }
}
@keyframes ani-bot {
  from {
    opacity: 0;
    transform: translate(0, 30rem) rotate(-200deg);
  }
  15% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(8);
  }
}
@keyframes ani-bulb {
  from {
    opacity: 0;
    transform: translate(20rem, -10rem) rotate(0);
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani-bell {
  from {
    opacity: 0;
    transform: translate(-20rem, -30rem) rotate(100deg);
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(9deg);
  }
}
@keyframes ani-title {
  from {
    opacity: 0;
    transform: translateY(-10rem);
  }
  10% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ani-danchoo {
  from {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ani-mouse {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -10rem);
  }
  to {
    opacity: 1;
    transform: translateY(-50%, 0);
  }
}
@keyframes ani-wheel {
  from {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    top: calc(100% - 0.8rem);
    opacity: 0;
  }
}
@keyframes ani-arrow {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  .gate-container .container__top h1.title {
    margin-left: 15.6%;
  }
  .gate-container .container__top .framer-clock {
    right: 18%;
  }
  .gate-container .container__top .framer-book {
    right: 8%;
  }
  .gate-container .container__top .framer-twinkle {
    right: 2%;
  }
  .gate-container .container__top .framer-round:has(.framer-bot) {
    right: 5%;
  }
  .gate-container .container__body .body__text {
    max-width: 95%;
    margin: 0 auto;
  }
  .gate-container .container__body .card-wrap .card__school {
    gap: 5rem;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] {
    width: 30rem;
    padding: 4rem 3rem;
  }
  .gate-container .container__body .card-wrap .card__school .card--bg {
    height: 0;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .gate-container .container__top {
    margin-top: -7.7rem;
  }
  .gate-container .container__top h1.title strong {
    font-size: 15vw;
  }
  .gate-container .container__top h1.title img {
    width: 80%;
  }
  .gate-container .container__top .framer-round, .gate-container .container__top .framer-clock, .gate-container .container__top .framer-bell {
    opacity: 0.9;
  }
  .gate-container .container__top .framer-round:has(.framer-bot) {
    right: 2%;
  }
  .gate-container .container__top .float-danchoo {
    bottom: 16rem;
  }
  .gate-container .container__body {
    padding-bottom: 10rem;
  }
  .gate-container .container__body .card-wrap .card__school {
    gap: 3rem;
  }
  .gate-container .container__body .card-wrap .card__pengtalk p,
  .gate-container .container__body .card-wrap .card__pengtalk strong,
  .gate-container .container__body .card-wrap .card__pengtalk ul {
    position: relative;
    z-index: 1;
  }
  .gate-container .container__body .card-wrap .card__pengtalk .img-peng {
    right: 5%;
  }
  .gate-container .container__body .card-wrap .card__pengtalk::after {
    display: none;
    z-index: 0;
    opacity: 0.8;
  }
}
@media (max-width: 720px) {
  .gate-wrap .pc {
    display: none;
  }
  .gate-wrap .mo {
    display: inline;
  }
  .gate__inner {
    position: relative;
    max-width: 100%;
    overflow: visible;
  }
  .gate-container .container__top {
    margin-top: 0;
    padding: 12rem 1.9rem 3rem 2.4rem;
    overflow: hidden;
  }
  .gate-container .container__top .gate__inner {
    width: 36rem;
    margin: 0 auto;
    padding: 6.8rem 0 21rem;
    text-align: left;
  }
  .gate-container .container__top h1.title {
    margin-left: 0;
  }
  .gate-container .container__top h1.title strong {
    position: relative;
    font-size: 6rem;
    line-height: 7.2rem;
    font-weight: 700;
  }
  .gate-container .container__top h1.title img {
    width: 30.7rem;
  }
  .gate-container .container__top .txt-danchoo {
    width: 30.7rem;
    margin: -1rem 0 0 0;
  }
  .gate-container .container__top .float-danchoo {
    bottom: 0;
    width: 13.5rem;
    height: 9.9rem;
    animation: none;
  }
  .gate-container .container__top .mouse {
    display: none;
  }
  .gate-container .container__top [class^=framer-] {
    left: auto;
    right: auto;
    transform: none !important;
    opacity: 1 !important;
    translate: none !important;
  }
  .gate-container .container__top .framer-clock {
    top: 2.5rem;
    right: 6rem;
    width: 4.2rem;
    height: 4.2rem;
  }
  .gate-container .container__top .framer-twinkle {
    top: 3.2rem;
    right: -0.5rem;
    width: 3.1rem;
    height: 4.1rem;
  }
  .gate-container .container__top .framer-book {
    top: 5.5rem;
    right: 2.5rem;
    width: 5.3rem;
    height: 5.3rem;
  }
  .gate-container .container__top .framer-bot {
    top: 0.9rem;
    left: 0.7rem;
    width: 5.6rem;
    height: 4.8rem;
  }
  .gate-container .container__top .framer-bulb {
    top: 20rem;
    width: 5rem;
    height: 7rem;
  }
  .gate-container .container__top .framer-bell {
    top: 1.5rem;
    left: 5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 0.728rem;
    transform: rotate(18deg) !important;
  }
  .gate-container .container__top .framer-round {
    width: 11.3rem;
    height: 4.8rem;
  }
  .gate-container .container__top .framer-round:has(.framer-bot) {
    top: 8rem;
    right: 2rem;
  }
  .gate-container .container__top .framer-round:has(.framer-bell) {
    top: 23rem;
    left: 0;
  }
  .gate-container .container__body {
    padding: 0;
  }
  .gate-container .container__body .gate__inner {
    padding: 6.5rem 0 0;
  }
  .gate-container .container__body .body__text {
    position: static;
    max-width: 100%;
    padding: 0 1.6rem;
    letter-spacing: -0.05rem;
  }
  .gate-container .container__body .body__text > div.tit {
    font-size: 3.4rem;
    line-height: 4.6rem;
    padding-top: 1.5rem;
  }
  .gate-container .container__body .body__text > div.desc {
    margin-top: 0;
    padding: 2rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .gate-container .container__body .body__info-wrap {
    position: static;
    padding: 5rem 0 0;
  }
  .gate-container .container__body .body__info {
    width: 5.6rem;
    height: 5.6rem;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .gate-container .container__body .body__info button {
    width: 26rem;
    justify-content: center;
  }
  .gate-container .container__body .body__info button::before {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1.4rem 0 0;
  }
  .gate-container .container__body .body__info.active {
    width: calc(100% - 7.6rem) !important;
    justify-content: center;
  }
  .gate-container .container__body .body__info.active button::before {
    margin: 0 1rem 0 0;
  }
  .gate-container .container__body .card-wrap {
    padding: 8rem 0;
  }
  .gate-container .container__body .card-wrap .card__school {
    display: block;
    padding: 0 1.6rem;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] {
    top: 0;
    width: 100%;
    margin: 0 auto 4rem;
    padding: 3.2rem;
    transform: none;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-]:hover {
    pointer-events: none;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] .card--bg {
    display: none;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] strong {
    color: #FFFFFF;
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] p {
    margin-top: 1rem;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] .btn__study {
    width: 100%;
    height: 6rem;
    color: #FFFFFF;
    backdrop-filter: blur(0.6720193863rem);
    border: 0;
    pointer-events: auto;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] .btn-guide {
    justify-content: center;
    top: 3.2rem;
    right: 3.2rem;
    gap: 0.3rem;
    width: 8.7rem;
    height: 3rem;
    border-radius: 2rem;
    pointer-events: auto;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] .btn-guide span {
    width: auto;
    color: #FFFFFF;
    font-size: 1.2rem;
    opacity: 1;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] .btn-guide::after {
    position: static;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../images/pc/ico-down.svg");
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] img {
    margin-top: 2.3rem;
  }
  .gate-container .container__body .card-wrap .card__school [class^=card-] .info-guide {
    display: none;
  }
  .gate-container .container__body .card-wrap .card__school .card-elementary {
    background: linear-gradient(180deg, #5FC5FF 0%, #A6DEFF 100%);
    box-shadow: 2px 56px 73px -20px #B2E6FF;
  }
  .gate-container .container__body .card-wrap .card__school .card-elementary .btn__study {
    background: #2AB0FF;
  }
  .gate-container .container__body .card-wrap .card__school .card-elementary .btn-guide {
    background: #4CBDFF;
  }
  .gate-container .container__body .card-wrap .card__school .card-mid {
    background: linear-gradient(180deg, #5FD06E 0%, #A8E3B4 100%);
    box-shadow: 2px 56px 73px -20px #B6E7BE;
  }
  .gate-container .container__body .card-wrap .card__school .card-mid .btn__study {
    background: #34C446;
  }
  .gate-container .container__body .card-wrap .card__school .card-mid .btn-guide {
    background: #42C854;
  }
  .gate-container .container__body .card-wrap .card__school .card-high {
    background: linear-gradient(180deg, #2D89F3 0%, #7EBAFF 100%);
    box-shadow: 2px 56px 73px -20px #A3C4E9;
  }
  .gate-container .container__body .card-wrap .card__school .card-high .btn__study {
    background: #127BF5;
  }
  .gate-container .container__body .card-wrap .card__school .card-high .btn-guide {
    background: #2182F2;
  }
  .gate-container .container__body .card-wrap .card__pengtalk {
    margin-top: 8rem;
    padding: 2.4rem 2rem;
    background: #FFB300;
    border-radius: 0;
  }
  .gate-container .container__body .card-wrap .card__pengtalk::after {
    display: none;
  }
  .gate-container .container__body .card-wrap .card__pengtalk p {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .gate-container .container__body .card-wrap .card__pengtalk strong {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .gate-container .container__body .card-wrap .card__pengtalk p span.hidden, .gate-container .container__body .card-wrap .card__pengtalk strong span.hidden {
    display: none;
  }
  .gate-container .container__body .card-wrap .card__pengtalk ul {
    margin-top: 2.4rem;
  }
  .gate-container .container__body .card-wrap .card__pengtalk ul li a, .gate-container .container__body .card-wrap .card__pengtalk ul li button {
    font-size: 1.4rem;
    line-height: 1.671rem;
  }
  .gate-container .container__body .card-wrap .card__pengtalk .img-peng {
    top: auto;
    bottom: 0;
    right: 0;
    width: 14.1rem;
    z-index: 0;
  }
  @keyframes ani-card-elementary {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-1.5rem);
    }
  }
  @keyframes ani-card-mid {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-1rem);
    }
  }
  @keyframes ani-card-high {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-1.5rem);
    }
  }
}
@media (max-width: 380px) {
  .gate-container .container__top .framer-clock {
    right: 4rem;
  }
  .gate-container .container__top .framer-twinkle {
    right: -2.5rem;
  }
  .gate-container .container__top .framer-book {
    right: 0.5rem;
  }
  .gate-container .container__top .framer-round:has(.framer-bot) {
    right: 0;
  }
}
.popWrap, .modalWrap, .layerPop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.popWrap .dimd, .modalWrap .dimd, .layerPop .dimd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.popWrap .alert, .modalWrap .alert, .layerPop .alert {
  width: 46rem;
  min-height: 25rem;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3.2rem;
}
.popWrap .alert__tit, .modalWrap .alert__tit, .layerPop .alert__tit {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: -0.056rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 2rem;
}
.popWrap .alert__message, .modalWrap .alert__message, .layerPop .alert__message {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.6rem;
  padding: 2rem 0 3rem 0;
  color: #222;
  white-space: pre-line;
}
.popWrap .alert__message.long, .modalWrap .alert__message.long, .layerPop .alert__message.long {
  text-align: left;
  font-weight: 500;
}
.popWrap .alert__btnBox, .modalWrap .alert__btnBox, .layerPop .alert__btnBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popWrap .alert__btnBox button, .modalWrap .alert__btnBox button, .layerPop .alert__btnBox button {
  height: 6rem;
  border-radius: 1.2rem;
  background-color: #FF4A55;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  flex: 1;
}
.popWrap .alert__btnBox button + button, .modalWrap .alert__btnBox button + button, .layerPop .alert__btnBox button + button {
  margin-left: 1.6rem;
}
.popWrap .alert__btnBox button.gray, .modalWrap .alert__btnBox button.gray, .layerPop .alert__btnBox button.gray {
  background-color: #F5F5F7;
  color: #777;
}
.popWrap .alert__close, .modalWrap .alert__close, .layerPop .alert__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.popWrap .alert__close::after, .modalWrap .alert__close::after, .layerPop .alert__close::after {
  content: "X";
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #222;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popWrap .modal, .modalWrap .modal, .layerPop .modal {
  min-width: 42rem;
  max-width: 60rem;
  max-height: 95vh;
  border-radius: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.popWrap .modal__inner, .modalWrap .modal__inner, .layerPop .modal__inner {
  padding: 4rem;
}
.popWrap .modal__header, .modalWrap .modal__header, .layerPop .modal__header {
  width: 100%;
}
.popWrap .modal__header h2, .modalWrap .modal__header h2, .layerPop .modal__header h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #333;
  line-height: 2.387rem;
}
.popWrap .modal__body, .modalWrap .modal__body, .layerPop .modal__body {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 25rem);
  padding: 0 1rem 2rem 0;
  overflow-y: auto;
  font-size: 1.8rem;
}
.popWrap .modal__body:not(:empty), .modalWrap .modal__body:not(:empty), .layerPop .modal__body:not(:empty) {
  margin-top: 3rem;
}
.popWrap .modal__body p, .modalWrap .modal__body p, .layerPop .modal__body p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #333;
  letter-spacing: -0.032rem;
  text-align: center;
  word-break: keep-all;
}
.popWrap .modal__body p > br, .modalWrap .modal__body p > br, .layerPop .modal__body p > br {
  display: block !important;
}
.popWrap .modal__body p + p, .modalWrap .modal__body p + p, .layerPop .modal__body p + p {
  margin-top: 2rem;
}
.popWrap .modal__body p strong, .modalWrap .modal__body p strong, .layerPop .modal__body p strong {
  font-weight: 600;
  letter-spacing: 0.032rem;
}
.popWrap .modal__body p.small, .modalWrap .modal__body p.small, .layerPop .modal__body p.small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.028rem;
  color: #666;
  text-align: left;
}
.popWrap .modal__body p + .box-bg, .modalWrap .modal__body p + .box-bg, .layerPop .modal__body p + .box-bg {
  margin-top: 1.2rem;
}
@media (min-width: 240px) and (max-width: 1024px) {
  .popWrap .modal__body p > br, .modalWrap .modal__body p > br, .layerPop .modal__body p > br {
    display: none !important;
  }
}
.popWrap .modal__body .today-exam, .modalWrap .modal__body .today-exam, .layerPop .modal__body .today-exam {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04rem;
  color: #333;
  margin: 3.2rem 0;
}
.popWrap .modal__body .today-exam::before, .modalWrap .modal__body .today-exam::before, .layerPop .modal__body .today-exam::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background-color: #4E60FF;
  mask-image: url("../images/icon/ico_today-exam_check.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
  margin-right: 0.8rem;
}
.popWrap .modal__body .box-bg, .modalWrap .modal__body .box-bg, .layerPop .modal__body .box-bg {
  width: 100%;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #F6F7FA;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #666;
}
.popWrap .modal__body .box-bg > p, .modalWrap .modal__body .box-bg > p, .layerPop .modal__body .box-bg > p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  text-align: left;
  color: #333;
}
.popWrap .modal__body .box-bg .cap-list, .modalWrap .modal__body .box-bg .cap-list, .layerPop .modal__body .box-bg .cap-list {
  margin-top: 0.8rem;
}
.popWrap .modal__body .box-bg .cap-item, .modalWrap .modal__body .box-bg .cap-item, .layerPop .modal__body .box-bg .cap-item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  text-align: left;
  font-weight: 400;
}
.popWrap .modal__body .box-bg .go-self-test, .modalWrap .modal__body .box-bg .go-self-test, .layerPop .modal__body .box-bg .go-self-test {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
  color: #999;
}
.popWrap .modal__body .box-bg > .btn-wrap, .modalWrap .modal__body .box-bg > .btn-wrap, .layerPop .modal__body .box-bg > .btn-wrap {
  width: 100%;
  justify-content: flex-start;
  margin-top: 1.6rem;
}
.popWrap .modal__body .box-list, .modalWrap .modal__body .box-list, .layerPop .modal__body .box-list {
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.popWrap .modal__body .box-list > dt, .modalWrap .modal__body .box-list > dt, .layerPop .modal__body .box-list > dt {
  min-width: 8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-align: left;
  color: #999;
}
.popWrap .modal__body .box-list > dd, .modalWrap .modal__body .box-list > dd, .layerPop .modal__body .box-list > dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.028rem;
  text-align: left;
  color: #333;
}
.popWrap .modal__body .box-list + dl, .modalWrap .modal__body .box-list + dl, .layerPop .modal__body .box-list + dl {
  margin-top: 1rem;
}
.popWrap .modal__body .item-selec, .modalWrap .modal__body .item-selec, .layerPop .modal__body .item-selec {
  width: 100%;
}
.popWrap .modal__body .item-selec__top > h4, .modalWrap .modal__body .item-selec__top > h4, .layerPop .modal__body .item-selec__top > h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
  position: relative;
  width: fit-content;
  color: #333333;
}
.popWrap .modal__body .item-selec__top > h4.ess, .modalWrap .modal__body .item-selec__top > h4.ess, .layerPop .modal__body .item-selec__top > h4.ess {
  padding-right: 1.3rem;
}
.popWrap .modal__body .item-selec__top > h4.ess::after, .modalWrap .modal__body .item-selec__top > h4.ess::after, .layerPop .modal__body .item-selec__top > h4.ess::after {
  content: "*";
  font-size: 1.8rem;
  font-weight: 600;
  color: #EA4F4F;
  position: absolute;
  top: 0;
  right: 0;
}
.popWrap .modal__body .item-selec__top > span, .modalWrap .modal__body .item-selec__top > span, .layerPop .modal__body .item-selec__top > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
}
.popWrap .modal__body .item-selec__box, .modalWrap .modal__body .item-selec__box, .layerPop .modal__body .item-selec__box {
  width: 100%;
  margin-top: 1.2rem;
}
.popWrap .modal__body .item-selec__box > .list, .modalWrap .modal__body .item-selec__box > .list, .layerPop .modal__body .item-selec__box > .list {
  width: calc(100% + 1rem);
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1rem -1rem;
}
.popWrap .modal__body .item-selec__box > .list > .item, .modalWrap .modal__body .item-selec__box > .list > .item, .layerPop .modal__body .item-selec__box > .list > .item {
  width: calc(33.33% - 1rem);
  margin: 0 0 1.2rem 1rem;
}
.popWrap .modal__body .item-selec__box > .list > .item > button, .modalWrap .modal__body .item-selec__box > .list > .item > button, .layerPop .modal__body .item-selec__box > .list > .item > button {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #999;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 720px) {
  .popWrap .modal__body .item-selec__box > .list > .item > button, .modalWrap .modal__body .item-selec__box > .list > .item > button, .layerPop .modal__body .item-selec__box > .list > .item > button {
    padding: 1rem 0;
  }
}
.popWrap .modal__body .item-selec__box > .list > .item.active > button, .modalWrap .modal__body .item-selec__box > .list > .item.active > button, .layerPop .modal__body .item-selec__box > .list > .item.active > button {
  background-color: #4E60FF;
  border-color: #4E60FF;
  color: #fff;
}
.popWrap .modal__body .item-selec + .item-selec, .modalWrap .modal__body .item-selec + .item-selec, .layerPop .modal__body .item-selec + .item-selec {
  margin-top: 2.4rem;
}
.popWrap .modal__body .attainment, .modalWrap .modal__body .attainment, .layerPop .modal__body .attainment {
  width: 100%;
}
.popWrap .modal__body .attainment > h5, .modalWrap .modal__body .attainment > h5, .layerPop .modal__body .attainment > h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-bottom: 1.2rem;
}
.popWrap .modal__body .attainment .list, .modalWrap .modal__body .attainment .list, .layerPop .modal__body .attainment .list {
  width: 100%;
  display: flex;
  align-items: center;
}
.popWrap .modal__body .attainment .list .item, .modalWrap .modal__body .attainment .list .item, .layerPop .modal__body .attainment .list .item {
  width: 25%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
  padding: 1.1rem 0;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(1), .modalWrap .modal__body .attainment .list .item:nth-of-type(1), .layerPop .modal__body .attainment .list .item:nth-of-type(1) {
  border: 1px solid #eee;
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: #fff;
  color: #666;
  padding: 1rem 0;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(2), .modalWrap .modal__body .attainment .list .item:nth-of-type(2), .layerPop .modal__body .attainment .list .item:nth-of-type(2) {
  color: #fff;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(3), .modalWrap .modal__body .attainment .list .item:nth-of-type(3), .layerPop .modal__body .attainment .list .item:nth-of-type(3) {
  color: #fff;
}
.popWrap .modal__body .attainment .list .item:nth-of-type(4), .modalWrap .modal__body .attainment .list .item:nth-of-type(4), .layerPop .modal__body .attainment .list .item:nth-of-type(4) {
  color: #fff;
  border-radius: 0 0.8rem 0.8rem 0;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(2), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(2), .layerPop .modal__body .attainment .list.time .item:nth-of-type(2) {
  background-color: #AAC3FD;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(3), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(3), .layerPop .modal__body .attainment .list.time .item:nth-of-type(3) {
  background-color: #5A7CE7;
}
.popWrap .modal__body .attainment .list.time .item:nth-of-type(4), .modalWrap .modal__body .attainment .list.time .item:nth-of-type(4), .layerPop .modal__body .attainment .list.time .item:nth-of-type(4) {
  background-color: #405CC1;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(2), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(2), .layerPop .modal__body .attainment .list.num .item:nth-of-type(2) {
  background-color: #FFB6CB;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(3), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(3), .layerPop .modal__body .attainment .list.num .item:nth-of-type(3) {
  background-color: #F96891;
}
.popWrap .modal__body .attainment .list.num .item:nth-of-type(4), .modalWrap .modal__body .attainment .list.num .item:nth-of-type(4), .layerPop .modal__body .attainment .list.num .item:nth-of-type(4) {
  background-color: #D92E5F;
}
.popWrap .modal__body .attainment + .attainment, .modalWrap .modal__body .attainment + .attainment, .layerPop .modal__body .attainment + .attainment {
  margin-top: 3rem;
}
.popWrap .modal__body .exam-solve, .modalWrap .modal__body .exam-solve, .layerPop .modal__body .exam-solve {
  width: 100%;
}
.popWrap .modal__body .exam-solve > em, .modalWrap .modal__body .exam-solve > em, .layerPop .modal__body .exam-solve > em {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.popWrap .modal__body .exam-solve > h5, .modalWrap .modal__body .exam-solve > h5, .layerPop .modal__body .exam-solve > h5 {
  width: 100%;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.popWrap .modal__body .exam-solve > p, .modalWrap .modal__body .exam-solve > p, .layerPop .modal__body .exam-solve > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #333;
}
.popWrap .modal__body .exam-solve .progress-box, .modalWrap .modal__body .exam-solve .progress-box, .layerPop .modal__body .exam-solve .progress-box {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 1.6rem;
  padding: 2.4rem;
  margin: 3rem 0;
}
.popWrap .modal__body .exam-solve .progress-box__top, .modalWrap .modal__body .exam-solve .progress-box__top, .layerPop .modal__body .exam-solve .progress-box__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popWrap .modal__body .exam-solve .progress-box__top > strong, .modalWrap .modal__body .exam-solve .progress-box__top > strong, .layerPop .modal__body .exam-solve .progress-box__top > strong {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 600;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num, .layerPop .modal__body .exam-solve .progress-box__top .exam-num {
  width: fit-content;
  border-radius: 5rem;
  padding: 0.8rem 1.2rem;
  background-color: #F6F7FA;
  text-align: center;
  margin-left: 0.8rem;
  line-height: normal;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num > span, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num > span, .layerPop .modal__body .exam-solve .progress-box__top .exam-num > span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #333;
}
.popWrap .modal__body .exam-solve .progress-box__top .exam-num > em, .modalWrap .modal__body .exam-solve .progress-box__top .exam-num > em, .layerPop .modal__body .exam-solve .progress-box__top .exam-num > em {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 500;
  color: #666;
}
.popWrap .modal__body .exam-solve .progress-box__mid, .modalWrap .modal__body .exam-solve .progress-box__mid, .layerPop .modal__body .exam-solve .progress-box__mid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress, .modalWrap .modal__body .exam-solve .progress-box__mid progress, .layerPop .modal__body .exam-solve .progress-box__mid progress {
  display: block;
  width: 100%;
  height: 1.2rem;
  margin: 0 2rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: width 0.5s;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar, .modalWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar, .layerPop .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-bar {
  background: #EDEFF7;
}
.popWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value, .modalWrap .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value, .layerPop .modal__body .exam-solve .progress-box__mid progress::-webkit-progress-value {
  background: #4E60FF;
  border-radius: 0.5rem;
  transition: width 0.5s;
}
.popWrap .modal__body .exam-solve .progress-box__mid > em, .modalWrap .modal__body .exam-solve .progress-box__mid > em, .layerPop .modal__body .exam-solve .progress-box__mid > em {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #4E60FF;
  font-weight: 700;
}
.popWrap .modal__body .exam-solve .progress-box__bot, .modalWrap .modal__body .exam-solve .progress-box__bot, .layerPop .modal__body .exam-solve .progress-box__bot {
  margin-top: 2rem;
}
.popWrap .modal__body .exam-solve .progress-box__bot p, .modalWrap .modal__body .exam-solve .progress-box__bot p, .layerPop .modal__body .exam-solve .progress-box__bot p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  font-weight: 400;
  color: #666;
}
.popWrap .modal__body .exam-solve .progress-box__bot p > strong, .modalWrap .modal__body .exam-solve .progress-box__bot p > strong, .layerPop .modal__body .exam-solve .progress-box__bot p > strong {
  color: #4E60FF;
  font-weight: 600;
}
@media (max-width: 720px) {
  .popWrap .modal__body, .modalWrap .modal__body, .layerPop .modal__body {
    padding-bottom: 2rem;
  }
}
.popWrap .modal__body .table-cont, .modalWrap .modal__body .table-cont, .layerPop .modal__body .table-cont {
  margin-top: 3rem;
}
.popWrap .modal__body .table-cont .table table, .modalWrap .modal__body .table-cont .table table, .layerPop .modal__body .table-cont .table table {
  min-width: auto;
}
.popWrap .modal__body .table-cont .table table thead tr th:first-child, .modalWrap .modal__body .table-cont .table table thead tr th:first-child, .layerPop .modal__body .table-cont .table table thead tr th:first-child {
  width: 10rem;
}
.popWrap .modal__body .table-cont .table table tbody tr:last-child, .modalWrap .modal__body .table-cont .table table tbody tr:last-child, .layerPop .modal__body .table-cont .table table tbody tr:last-child {
  border: none;
}
@media (max-width: 720px) {
  .popWrap .modal__body .table-cont .table, .modalWrap .modal__body .table-cont .table, .layerPop .modal__body .table-cont .table {
    padding: 0;
  }
}
.popWrap .modal__body .select-wrap, .modalWrap .modal__body .select-wrap, .layerPop .modal__body .select-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.popWrap .modal__body .select-wrap + .input-wrap, .modalWrap .modal__body .select-wrap + .input-wrap, .layerPop .modal__body .select-wrap + .input-wrap {
  margin-top: 1rem;
}
.popWrap .modal__body .select-wrap p, .modalWrap .modal__body .select-wrap p, .layerPop .modal__body .select-wrap p {
  margin-right: 1.3rem;
}
.popWrap .modal__body .board-list, .modalWrap .modal__body .board-list, .layerPop .modal__body .board-list {
  margin-top: 3rem;
  border-top: 1px solid #EEE;
}
.popWrap .modal__body .board-list > ul > li, .modalWrap .modal__body .board-list > ul > li, .layerPop .modal__body .board-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  border-bottom: 1px solid #EEE;
  background: #fff;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li, .modalWrap .modal__body .board-list > ul > li, .layerPop .modal__body .board-list > ul > li {
    padding: 1.3rem 1.4rem;
  }
  .popWrap .modal__body .board-list > ul > li > span:first-child, .modalWrap .modal__body .board-list > ul > li > span:first-child, .layerPop .modal__body .board-list > ul > li > span:first-child {
    text-align: left;
  }
}
.popWrap .modal__body .board-list > ul > li.active td, .modalWrap .modal__body .board-list > ul > li.active td, .layerPop .modal__body .board-list > ul > li.active td {
  color: #4E60FF;
  background-color: #F6F7FA;
}
.popWrap .modal__body .board-list > ul > li span, .modalWrap .modal__body .board-list > ul > li span, .layerPop .modal__body .board-list > ul > li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #666;
}
.popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span, .layerPop .modal__body .board-list > ul > li > span {
  color: #999;
  min-width: 10%;
}
@media (max-width: 550px) {
  .popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span, .layerPop .modal__body .board-list > ul > li > span {
    width: 14%;
  }
}
@media (max-width: 440px) {
  .popWrap .modal__body .board-list > ul > li > span, .modalWrap .modal__body .board-list > ul > li > span, .layerPop .modal__body .board-list > ul > li > span {
    width: 16%;
  }
}
.popWrap .modal__body .board-list > ul > li .list-search, .modalWrap .modal__body .board-list > ul > li .list-search, .layerPop .modal__body .board-list > ul > li .list-search {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li .list-search, .modalWrap .modal__body .board-list > ul > li .list-search, .layerPop .modal__body .board-list > ul > li .list-search {
    flex: 1;
    justify-content: center;
  }
}
.popWrap .modal__body .board-list > ul > li .list-search span, .modalWrap .modal__body .board-list > ul > li .list-search span, .layerPop .modal__body .board-list > ul > li .list-search span {
  width: 50%;
}
.popWrap .modal__body .board-list > ul > li .list-choice, .modalWrap .modal__body .board-list > ul > li .list-choice, .layerPop .modal__body .board-list > ul > li .list-choice {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.popWrap .modal__body .board-list > ul > li .list-choice .drag, .modalWrap .modal__body .board-list > ul > li .list-choice .drag, .layerPop .modal__body .board-list > ul > li .list-choice .drag {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
.popWrap .modal__body .board-list > ul > li .list-choice .drag > img, .modalWrap .modal__body .board-list > ul > li .list-choice .drag > img, .layerPop .modal__body .board-list > ul > li .list-choice .drag > img {
  width: 100%;
}
.popWrap .modal__body .board-list > ul > li .list-choice button, .modalWrap .modal__body .board-list > ul > li .list-choice button, .layerPop .modal__body .board-list > ul > li .list-choice button {
  width: 1.8rem;
  height: 1.8rem;
}
.popWrap .modal__body .board-list > ul > li .list-choice button.delete, .modalWrap .modal__body .board-list > ul > li .list-choice button.delete, .layerPop .modal__body .board-list > ul > li .list-choice button.delete {
  width: 6rem;
  height: 3.8rem;
  border-radius: 0.8rem;
  background: #F6F7FA;
  text-indent: initial;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #999;
  z-index: 50;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list > ul > li .list-choice button.delete, .modalWrap .modal__body .board-list > ul > li .list-choice button.delete, .layerPop .modal__body .board-list > ul > li .list-choice button.delete {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url("../images/icon/ico_list_close.svg") 0 0 no-repeat;
    border-radius: initial;
    text-indent: -9999px;
  }
}
.popWrap .modal__body .board-list.subject-list .list-search, .modalWrap .modal__body .board-list.subject-list .list-search, .layerPop .modal__body .board-list.subject-list .list-search {
  flex: 1;
  gap: 0.8rem;
}
.popWrap .modal__body .board-list.subject-list .list-search span, .modalWrap .modal__body .board-list.subject-list .list-search span, .layerPop .modal__body .board-list.subject-list .list-search span {
  width: 40%;
  text-align: left;
  color: #666;
}
.popWrap .modal__body .board-list.subject-list .list-search span.name, .modalWrap .modal__body .board-list.subject-list .list-search span.name, .layerPop .modal__body .board-list.subject-list .list-search span.name {
  width: 3.7rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .board-list.subject-list .list-search span, .modalWrap .modal__body .board-list.subject-list .list-search span, .layerPop .modal__body .board-list.subject-list .list-search span {
    flex: 1 0 auto;
  }
}
.popWrap .modal__body .board-list .disabled-button, .modalWrap .modal__body .board-list .disabled-button, .layerPop .modal__body .board-list .disabled-button {
  cursor: not-allowed;
  opacity: 0.5;
}
.popWrap .modal__body .input-box .title, .modalWrap .modal__body .input-box .title, .layerPop .modal__body .input-box .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  min-width: 6rem;
}
.popWrap .modal__body .input-box.search .input-wrap .input-field, .modalWrap .modal__body .input-box.search .input-wrap .input-field, .layerPop .modal__body .input-box.search .input-wrap .input-field {
  width: calc(100% - 10rem);
}
.popWrap .modal__body .input-box.search .input-wrap .input-field::placeholder, .modalWrap .modal__body .input-box.search .input-wrap .input-field::placeholder, .layerPop .modal__body .input-box.search .input-wrap .input-field::placeholder {
  color: #999;
  font-weight: 400;
}
.popWrap .modal__body .input-box.search + .input-box-cont, .modalWrap .modal__body .input-box.search + .input-box-cont, .layerPop .modal__body .input-box.search + .input-box-cont {
  margin-top: 3rem;
}
.popWrap .modal__body .input-box.area .select-wrap, .modalWrap .modal__body .input-box.area .select-wrap, .layerPop .modal__body .input-box.area .select-wrap {
  width: 25.5rem;
}
@media (max-width: 720px) {
  .popWrap .modal__body .input-box.area .select-wrap, .modalWrap .modal__body .input-box.area .select-wrap, .layerPop .modal__body .input-box.area .select-wrap {
    width: 100%;
  }
}
.popWrap .modal__body .input-box + .input-box, .modalWrap .modal__body .input-box + .input-box, .layerPop .modal__body .input-box + .input-box {
  margin-top: 1rem;
}
.popWrap .modal__body .change-profile .tab-mini, .modalWrap .modal__body .change-profile .tab-mini, .layerPop .modal__body .change-profile .tab-mini {
  padding: 0;
  font-weight: 400;
}
.popWrap .modal__body .change-profile .tab-mini .tab-wrap, .modalWrap .modal__body .change-profile .tab-mini .tab-wrap, .layerPop .modal__body .change-profile .tab-mini .tab-wrap {
  justify-content: center;
}
.popWrap .modal__body .change-profile .img-wrap, .modalWrap .modal__body .change-profile .img-wrap, .layerPop .modal__body .change-profile .img-wrap {
  position: relative;
  width: 9rem;
  height: 9rem;
  margin: 4rem auto 3.2rem;
  border-radius: 50%;
  background: url("../images/img/img_default.png") 0 0 no-repeat;
  background-size: 9rem auto;
  overflow: hidden;
}
.popWrap .modal__body .change-profile .img-wrap img, .modalWrap .modal__body .change-profile .img-wrap img, .layerPop .modal__body .change-profile .img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popWrap .modal__body .change-profile .notice-list li, .modalWrap .modal__body .change-profile .notice-list li, .layerPop .modal__body .change-profile .notice-list li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #333;
  font-weight: 300;
}
.popWrap .modal__body .change-profile .notice-list + .info-text, .modalWrap .modal__body .change-profile .notice-list + .info-text, .layerPop .modal__body .change-profile .notice-list + .info-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
}
.popWrap .modal__body .change-profile p.info-text, .modalWrap .modal__body .change-profile p.info-text, .layerPop .modal__body .change-profile p.info-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: -0.028rem;
  color: #666;
  font-weight: 400;
  text-align: left;
}
.popWrap .modal__body .change-profile .input-file, .modalWrap .modal__body .change-profile .input-file, .layerPop .modal__body .change-profile .input-file {
  display: none;
}
.popWrap .modal__body .img-origin > img, .modalWrap .modal__body .img-origin > img, .layerPop .modal__body .img-origin > img {
  width: 100%;
  height: auto;
}
.popWrap .modal--close, .modalWrap .modal--close, .layerPop .modal--close {
  position: absolute;
  top: 4rem;
  right: 4rem;
}
.popWrap .modal--close::after, .modalWrap .modal--close::after, .layerPop .modal--close::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/icon/ico_pop_close.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.popWrap .modal__footer, .modalWrap .modal__footer, .layerPop .modal__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.popWrap .modal__footer > button, .modalWrap .modal__footer > button, .layerPop .modal__footer > button {
  min-width: 16rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.032rem;
  border-radius: 5rem;
}
.popWrap .modal__footer > button.btn-confirm, .modalWrap .modal__footer > button.btn-confirm, .layerPop .modal__footer > button.btn-confirm {
  background-color: #4E60FF;
  color: #fff;
}
.popWrap .modal__footer > button.btn-cancel, .modalWrap .modal__footer > button.btn-cancel, .layerPop .modal__footer > button.btn-cancel {
  border: 1px solid #4E60FF;
  color: #4E60FF;
}
.popWrap .modal__footer > button.btn-attach, .modalWrap .modal__footer > button.btn-attach, .layerPop .modal__footer > button.btn-attach {
  position: relative;
  border: 1px solid #4E60FF;
  color: #4E60FF;
}
.popWrap .modal__footer > button.btn-attach label, .modalWrap .modal__footer > button.btn-attach label, .layerPop .modal__footer > button.btn-attach label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 5rem;
}
.popWrap .modal__footer > button + button, .modalWrap .modal__footer > button + button, .layerPop .modal__footer > button + button {
  margin-left: 1.6rem;
}
@media (max-width: 720px) {
  .popWrap .modal, .modalWrap .modal, .layerPop .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap .modal--close, .modalWrap .modal--close, .layerPop .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap .modal__inner, .modalWrap .modal__inner, .layerPop .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap .modal__footer > button, .modalWrap .modal__footer > button, .layerPop .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap.modal-full .modal, .modalWrap.modal-full .modal, .layerPop.modal-full .modal {
  width: 60rem;
}
@media (max-width: 720px) {
  .popWrap.modal-full .modal, .modalWrap.modal-full .modal, .layerPop.modal-full .modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .popWrap.modal-full .modal--close, .modalWrap.modal-full .modal--close, .layerPop.modal-full .modal--close {
    right: 2rem;
  }
  .popWrap.modal-full .modal__inner, .modalWrap.modal-full .modal__inner, .layerPop.modal-full .modal__inner {
    padding: 2rem;
  }
  .popWrap.modal-full .modal__header, .modalWrap.modal-full .modal__header, .layerPop.modal-full .modal__header {
    padding: 2rem 0 4rem 0;
  }
  .popWrap.modal-full .modal__body, .modalWrap.modal-full .modal__body, .layerPop.modal-full .modal__body {
    margin-top: 0;
    max-height: calc(100vh - 17rem);
  }
  .popWrap.modal-full .modal__body .select-wrap, .modalWrap.modal-full .modal__body .select-wrap, .layerPop.modal-full .modal__body .select-wrap {
    flex-direction: column;
  }
  .popWrap.modal-full .modal__body .select-wrap select, .modalWrap.modal-full .modal__body .select-wrap select, .layerPop.modal-full .modal__body .select-wrap select {
    width: 100%;
  }
  .popWrap.modal-full .modal__footer, .modalWrap.modal-full .modal__footer, .layerPop.modal-full .modal__footer {
    width: 100%;
    position: fixed;
    padding: 0;
    bottom: 0;
    left: 0;
  }
  .popWrap.modal-full .modal__footer > button, .modalWrap.modal-full .modal__footer > button, .layerPop.modal-full .modal__footer > button {
    width: 100%;
    border-radius: 0;
  }
  .popWrap.modal-full .modal__footer > button + button, .modalWrap.modal-full .modal__footer > button + button, .layerPop.modal-full .modal__footer > button + button {
    margin-left: 0;
  }
  .popWrap.modal-full .modal__footer > button.btn-confirm, .modalWrap.modal-full .modal__footer > button.btn-confirm, .layerPop.modal-full .modal__footer > button.btn-confirm {
    padding: 2rem 0;
  }
  .popWrap.modal-full .modal__footer > button.btn-cancel, .modalWrap.modal-full .modal__footer > button.btn-cancel, .layerPop.modal-full .modal__footer > button.btn-cancel {
    padding: 1.9rem 0;
  }
}
.popWrap.tab-title .modal, .modalWrap.tab-title .modal, .layerPop.tab-title .modal {
  width: 60rem;
}
.popWrap.tab-title .modal__body, .modalWrap.tab-title .modal__body, .layerPop.tab-title .modal__body {
  margin-top: 0;
}
.popWrap.tab-title .modal__body .tab-mini .tab-wrap li .active, .modalWrap.tab-title .modal__body .tab-mini .tab-wrap li .active, .layerPop.tab-title .modal__body .tab-mini .tab-wrap li .active {
  color: #333333;
}
.popWrap.tab-title .modal__body .tab__panels, .modalWrap.tab-title .modal__body .tab__panels, .layerPop.tab-title .modal__body .tab__panels {
  margin-top: 4rem;
  border: 0;
}
.popWrap.tab-title .modal__body .tab__panels .tab__panels__box, .modalWrap.tab-title .modal__body .tab__panels .tab__panels__box, .layerPop.tab-title .modal__body .tab__panels .tab__panels__box {
  padding: 0;
}
@media (max-width: 720px) {
  .popWrap.tab-title .modal, .modalWrap.tab-title .modal, .layerPop.tab-title .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap.tab-title .modal--close, .modalWrap.tab-title .modal--close, .layerPop.tab-title .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap.tab-title .modal__inner, .modalWrap.tab-title .modal__inner, .layerPop.tab-title .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap.tab-title .modal__footer > button, .modalWrap.tab-title .modal__footer > button, .layerPop.tab-title .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap.pop-mapview .modal, .modalWrap.pop-mapview .modal, .layerPop.pop-mapview .modal {
  width: 90%;
  max-width: 90%;
}
.popWrap.pop-mapview .modal__body .img-wrap img, .modalWrap.pop-mapview .modal__body .img-wrap img, .layerPop.pop-mapview .modal__body .img-wrap img {
  width: auto;
  max-width: none;
}
@media (max-width: 720px) {
  .popWrap.pop-mapview .modal, .modalWrap.pop-mapview .modal, .layerPop.pop-mapview .modal {
    width: 90%;
    min-width: 90%;
  }
  .popWrap.pop-mapview .modal--close, .modalWrap.pop-mapview .modal--close, .layerPop.pop-mapview .modal--close {
    top: 4rem;
    right: 2rem;
  }
  .popWrap.pop-mapview .modal__inner, .modalWrap.pop-mapview .modal__inner, .layerPop.pop-mapview .modal__inner {
    padding: 4rem 2rem;
  }
  .popWrap.pop-mapview .modal__footer > button, .modalWrap.pop-mapview .modal__footer > button, .layerPop.pop-mapview .modal__footer > button {
    min-width: 13rem;
    padding: 2rem 1.5rem;
  }
}
.popWrap .layer-pop, .modalWrap .layer-pop, .layerPop .layer-pop {
  width: 50rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.popWrap .layer-pop__cont, .modalWrap .layer-pop__cont, .layerPop .layer-pop__cont {
  width: 100%;
}
.popWrap .layer-pop__cont > img, .modalWrap .layer-pop__cont > img, .layerPop .layer-pop__cont > img {
  width: 100%;
}
.popWrap .layer-pop__btn, .modalWrap .layer-pop__btn, .layerPop .layer-pop__btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.popWrap .layer-pop__btn > .close, .popWrap .layer-pop__btn > .close-day, .modalWrap .layer-pop__btn > .close, .modalWrap .layer-pop__btn > .close-day, .layerPop .layer-pop__btn > .close, .layerPop .layer-pop__btn > .close-day {
  width: 50%;
  height: 5rem;
  background-color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.024rem;
  color: #fff;
}
.popWrap .layer-pop__btn > .close-day, .modalWrap .layer-pop__btn > .close-day, .layerPop .layer-pop__btn > .close-day {
  border-right: 1px solid;
}
@media (max-width: 720px) {
  .popWrap .layer-pop, .modalWrap .layer-pop, .layerPop .layer-pop {
    width: 90%;
  }
}

.profile-wrap .popWrap .modal__body .input-wrap,
.profile-wrap .modalWrap .modal__body .input-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6.4rem;
}
.profile-wrap .popWrap .modal__body .input-wrap input,
.profile-wrap .modalWrap .modal__body .input-wrap input {
  flex: 1;
}
.profile-wrap .popWrap .modal__body .input-box .title + .input-wrap,
.profile-wrap .modalWrap .modal__body .input-box .title + .input-wrap {
  width: calc(100% - 6rem);
  border: 0;
}
.profile-wrap .popWrap .modal__body .input-wrap .char-count,
.profile-wrap .modalWrap .modal__body .input-wrap .char-count {
  display: none;
}
.profile-wrap .popWrap .modal__body .select-box,
.profile-wrap .popWrap .modal__body .input-box,
.profile-wrap .modalWrap .modal__body .select-box,
.profile-wrap .modalWrap .modal__body .input-box {
  display: flex;
  align-items: center;
}
.profile-wrap .popWrap .modal__body .select-box .title,
.profile-wrap .popWrap .modal__body .input-box .title,
.profile-wrap .modalWrap .modal__body .select-box .title,
.profile-wrap .modalWrap .modal__body .input-box .title {
  width: 6.145rem;
  margin-bottom: 0;
}

.voca-wrap .popWrap .modal .box-list,
.voca-wrap .modalWrap .modal .box-list {
  gap: 1.6rem;
}
.voca-wrap .popWrap .modal .box-list > dt,
.voca-wrap .modalWrap .modal .box-list > dt {
  min-width: initial;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 600;
  color: #333;
}
.voca-wrap .popWrap .modal .box-list > dd,
.voca-wrap .modalWrap .modal .box-list > dd {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  color: #666;
}
.voca-wrap .popWrap .modal .box-list > dd::before,
.voca-wrap .modalWrap .modal .box-list > dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  background: #ccc;
  transform: translateY(-50%);
}
.voca-wrap .popWrap .modal .board-list,
.voca-wrap .modalWrap .modal .board-list {
  margin: 4rem 0 3rem 0;
  border: none;
}
.voca-wrap .popWrap .modal .board-list ul > li,
.voca-wrap .modalWrap .modal .board-list ul > li {
  padding: 0;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
}
.voca-wrap .popWrap .modal .board-list ul > li:last-child,
.voca-wrap .modalWrap .modal .board-list ul > li:last-child {
  margin-bottom: 0;
}
.voca-wrap .popWrap .modal .board-list ul > li .input-field,
.voca-wrap .modalWrap .modal .board-list ul > li .input-field {
  pointer-events: none;
}
.voca-wrap .popWrap .modal .board-list ul > li img,
.voca-wrap .modalWrap .modal .board-list ul > li img {
  width: 1.8rem;
}
.voca-wrap .popWrap .modal .board-list ul > li button.delete,
.voca-wrap .modalWrap .modal .board-list ul > li button.delete {
  width: 9rem;
  height: 6.4rem;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  text-indent: initial;
  background: #fff none;
}
.voca-wrap .popWrap .modal .board-list .input-wrap .char-count,
.voca-wrap .modalWrap .modal .board-list .input-wrap .char-count {
  display: none;
}
.voca-wrap .popWrap .modal .input-box .title,
.voca-wrap .modalWrap .modal .input-box .title {
  display: none;
}
.voca-wrap .popWrap .modal .input-box .input-wrap,
.voca-wrap .modalWrap .modal .input-box .input-wrap {
  height: 6.4rem;
}
.voca-wrap .popWrap .modal .input-box .input-wrap .char-count,
.voca-wrap .modalWrap .modal .input-box .input-wrap .char-count {
  font-weight: 400;
}
.voca-wrap .popWrap .modal .input-box .input-wrap input,
.voca-wrap .modalWrap .modal .input-box .input-wrap input {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}
.voca-wrap .popWrap .modal .input-box .input-wrap input::placeholder,
.voca-wrap .modalWrap .modal .input-box .input-wrap input::placeholder {
  font-weight: 400;
  color: #999;
}
.voca-wrap .popWrap .modal .add-list,
.voca-wrap .modalWrap .modal .add-list {
  display: flex;
  gap: 1rem;
}
.voca-wrap .popWrap .modal ul.word-box,
.voca-wrap .modalWrap .modal ul.word-box {
  border-top: 1px solid #EEE;
}
.voca-wrap .popWrap .modal ul.word-box li,
.voca-wrap .modalWrap .modal ul.word-box li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 400;
  color: #666;
  border-bottom: 1px solid #EEE;
}
.voca-wrap .popWrap .modal ul.word-box li.active,
.voca-wrap .modalWrap .modal ul.word-box li.active {
  background-color: #F6F7FA;
  color: #4E60FF;
}
.voca-wrap .popWrap .modal ul.word-box li a,
.voca-wrap .modalWrap .modal ul.word-box li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.6rem;
}
.voca-wrap .popWrap .modal .evaluation h4,
.voca-wrap .popWrap .modal .evaluation span.num,
.voca-wrap .modalWrap .modal .evaluation h4,
.voca-wrap .modalWrap .modal .evaluation span.num {
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: -0.036rem;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list,
.voca-wrap .modalWrap .modal .evaluation__exam > .list {
  margin-top: 1.2rem;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list > .item,
.voca-wrap .modalWrap .modal .evaluation__exam > .list > .item {
  margin-bottom: 1.2rem;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list > .item > button,
.voca-wrap .modalWrap .modal .evaluation__exam > .list > .item > button {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  padding: 1.6rem 2.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  font-weight: 500;
  color: #999;
}
.voca-wrap .popWrap .modal .evaluation__exam > .list > .item.active > button,
.voca-wrap .modalWrap .modal .evaluation__exam > .list > .item.active > button {
  background-color: #4E60FF;
  border-color: #4E60FF;
  font-weight: 600;
  color: #fff;
}
.voca-wrap .popWrap .modal .evaluation__exam:last-child,
.voca-wrap .modalWrap .modal .evaluation__exam:last-child {
  margin-bottom: 0;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap,
.voca-wrap .modalWrap .modal .evaluation .count-wrap {
  margin-top: 1.2rem;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .input-basic,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .input-basic {
  flex: 1;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .count-tit,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .count-tit {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: #333;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .count-tit > em,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .count-tit > em {
  font-weight: 400;
  color: #666;
}
.voca-wrap .popWrap .modal .evaluation .count-wrap .conunt-btn > button,
.voca-wrap .modalWrap .modal .evaluation .count-wrap .conunt-btn > button {
  height: 6.4rem;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox,
.voca-wrap .modalWrap .modal .check-wrap .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox:last-child,
.voca-wrap .modalWrap .modal .check-wrap .checkbox:last-child {
  margin-bottom: 0;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox span,
.voca-wrap .modalWrap .modal .check-wrap .checkbox span {
  margin-left: 0.5rem;
  font-weight: 400;
  color: #999;
}
.voca-wrap .popWrap .modal .check-wrap .checkbox input[type=checkbox]:not(:checked) + label::before,
.voca-wrap .modalWrap .modal .check-wrap .checkbox input[type=checkbox]:not(:checked) + label::before {
  background-image: url("../images/icon/ico_checkbox_empty.svg");
}
.voca-wrap .popWrap .modal .btn.add,
.voca-wrap .modalWrap .modal .btn.add {
  min-width: 9rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.032rem;
  background-color: #4E60FF;
  color: #fff;
}
/*# sourceMappingURL=map/style.css.map */
