main {
 /* visibility: hidden; */
 display: none;
}

.temp-hold-popup-bg {
  display: none;
  position: fixed;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 20;
}

.temp-hold-popup {
  width: 860px;
  height: 530px;
  border: 1px solid #1EB3C8;
}

.temp-hold-area0 {
  height: 4px;
  background-color: #1EB3C8;
}

.temp-hold-area1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  color: #17809C;
  letter-spacing: -0.92px;
  margin-left: 15px;
  margin-right: 15px;
  height: 97px;
  border-bottom: 1px solid #E2E2E2;
}

.temp-hold-area2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #242424;
  letter-spacing: -0.4px;
}

.temp-hold-area2-sub1 {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 40px;
  text-align: center;
}

.temp-hold-area2-sub2 {
  text-align: center;
  line-height: 40px;
  margin-bottom: 50px;
}

.temp-hold-area3 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 147px;
  background-color: #F3FEFF;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.6px;
  border-top: 1px solid #E2E2E2;
}

.temp-hold-area4 {
  width: 210px;
  height: 60px;
  background-color: #1EB3C8;
  border-radius: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.6px;
  position: absolute;
  margin-top: -10px;
  left: calc(50% - 105px);
}

.loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top : 0;
  background-color: #ffffff;
  z-index: 100;
}

.loading-icon {
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mainLoading 1.1s infinite ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(0);
}

@keyframes mainLoading {
  0%, 100% {
    box-shadow:
      0em -2.6em 0em 0em #42bcdb,
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2),
      2.5em 0em 0 0em rgba(66, 188, 219, 0.2),
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.2),
      0em 2.5em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.2),
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.5),
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.7);
  }
  12.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.7),
      1.8em -1.8em 0 0em #42bcdb,
      2.5em 0em 0 0em rgba(66, 188, 219, 0.2),
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.2),
      0em 2.5em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.2),
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.5);
  }
  25% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.5),
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.7),
      2.5em 0em 0 0em #42bcdb,
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.2),
      0em 2.5em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.2),
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2);
  }
  37.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.2),
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.5),
      2.5em 0em 0 0em rgba(66, 188, 219, 0.7),
      1.75em 1.75em 0 0em #42bcdb,
      0em 2.5em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.2),
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2);
  }
  50% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.2),
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2),
      2.5em 0em 0 0em rgba(66, 188, 219, 0.5),
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.7),
      0em 2.5em 0 0em #42bcdb,
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.2),
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2);
  }
  62.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.2),
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2),
      2.5em 0em 0 0em rgba(66, 188, 219, 0.2),
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.5),
      0em 2.5em 0 0em rgba(66, 188, 219, 0.7),
      -1.8em 1.8em 0 0em #42bcdb,
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2);
  }
  75% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.2),
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2),
      2.5em 0em 0 0em rgba(66, 188, 219, 0.2),
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.2),
      0em 2.5em 0 0em rgba(66, 188, 219, 0.5),
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.7),
      -2.6em 0em 0 0em #42bcdb,
      -1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2);
  }
  87.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(66, 188, 219, 0.2),
      1.8em -1.8em 0 0em rgba(66, 188, 219, 0.2),
      2.5em 0em 0 0em rgba(66, 188, 219, 0.2),
      1.75em 1.75em 0 0em rgba(66, 188, 219, 0.2),
      0em 2.5em 0 0em rgba(66, 188, 219, 0.2),
      -1.8em 1.8em 0 0em rgba(66, 188, 219, 0.5),
      -2.6em 0em 0 0em rgba(66, 188, 219, 0.7),
      -1.8em -1.8em 0 0em #42bcdb;
  }
}

body {
  /* visibility: hidden; */
  height: 0px;
  overflow: hidden;
  overscroll-behavior: none;
}

.area-main {
  display: none;
}

.main-section1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.right_bottom_bg {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0px;
  bottom: 0px;
}

.inner-section1 {
  width: 1120px;
  height: 445px;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.area-section1-txt {
  width: 570px;
  position: relative;
}

.section1-txt1 {
  font-size: 56px;
  font-family: 'Noto Sans KR';
  font-weight: 900;
  letter-spacing: -1.12px;
  color: #242424;
}

.area-section1-txt :nth-child(1) {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section1-underline {
  position: absolute;
  top: 122px;
  left: 113px;
  z-index: -1;
  width: 320px;
  height: 30px;
  background-color: #FFE957;
}

.section1-txt2 {
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #242424;
}

.section1-txt3 {
  margin-top: 15px;
  font-size: 24px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #242424;
}

.section1-detail-view {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 369px;
  height: 58px;
  box-shadow: 1px 1px 2px #00000033;
  border: 1px solid #24242433;
  border-radius: 29px;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #242424;
  letter-spacing: -0.4px;
}

.area-section1-detail-view-ico {
  margin: 0px !important;
  margin-top: 3px !important;
  margin-right: 8px !important;
  height: 32px;
}

.img-ico-main-view {
  margin: 0px !important;
  width: 32px;
  height: 32px;
}

.area-section1-txt :nth-child(3) {
  margin-top: 40px;
  margin-bottom: 15px;
}

.area-section1-img {
  width: 550px;
  position: relative;
}

.area-img-main-section1-ani {
  display: flex;
  width: 480px !important;
  height: 277px !important;
  border: 1px solid #BEBEBE;
  border-radius: 15px !important;
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateZ(0);
  will-change: transform;
}

.img-main-section1-ani {
  width: 480px;
  height: 277px;
}

.swiper4 .swiper-slide {
  font-size: 0px !important;
}

.swiper4-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px !important;
  left: auto !important;
  right: 0px !important;
  width: 80px !important;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px 0px 12px 0px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 0.1;
}

.img-section1 {
  width: 550px;
}

.main-section2 {
  width: 100%;
  background-color: #1EB3C8;
  position: relative;
  overflow: hidden;
}

.left_top_bg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  left: 0px;
}

.inner-section2 {
  width: 1120px;
  height: 390px;
  margin: 0px auto;
  padding: 120px 0px;
}

.area-section2-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
  color: #FFFFFF;
  text-align: center;
}

.area-section2-content {
  display: flex;
  margin-top: 60px;
}

.area-section2-inner-content {
  width: 20%;
}

.area-section2-icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.img-section2-icon {
  width: 90px;
  height: 76px;
}

.area-section2-sub-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 116px;
  height: 28px;
  background-color: #2795EF;
  border: 2px solid #FFFFFF;
  bottom: 0px;
  box-shadow: 0px 2px 4px #00000029;
  border-radius: 17px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.32px;
}

.area-section2-txt {
  width: 175px;
  margin: 0px auto;
  text-align: center;
}

.area-section2-txt :nth-child(1) {
  margin-bottom: 15px;
}

.area-section2-txt :nth-child(2) {
  margin-bottom: 15px;
}

.section2-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}

.section2-txt-bold {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}

.section2-txt-span-bold {
  font-weight: 700;
}

.main-section3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner-section3 {
  width: 1120px;
  margin: 0px auto;
  padding-top: 120px;
  padding-bottom: 165px;
}

.area-section3-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.92px;
  color: #242424;
  margin-bottom: 60px;
}

/* tab */
.area-section3-content {
  font-size: 0px;
}

.area-section3-content input[type='radio'] {
  display: none;
}

.area-section3-content label {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  height: 80px;
  cursor: pointer;
  text-align: center;
  line-height: 77px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #A1A1A1;
  padding-top: 3px;
  border-top: 1px solid #E0E8EA;
  border-left: 1px solid #E0E8EA;
  border-right: 1px solid #E0E8EA;
  border-bottom: 1px solid #1EB3C8;
}

.area-section3-content input:checked + label {
  color: #1EB3C8;
  border-top: 4px solid #1EB3C8;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
  border-bottom: 0px;
  padding-top: 0px;
}

.area-section3-content .tab-content {
  position: relative;
  width: 100%;
  border-left: 1px solid #1EB3C8;
  border-right: 1px solid #1EB3C8;
  border-bottom: 1px solid #1EB3C8;
  box-sizing: border-box;
}

.left_bottom_bg {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0px;
  left: 0px;
}

.main-section4 {
  width: 100%;
  background-color: #F2F6F7;
  position: relative;
  overflow: hidden;
}

.inner-section4 {
  width: 1120px;
  height: 716px;
  margin: 0px auto;
  padding: 120px 0px;
}

.area-section4-title {
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
  color: #242424;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-section4-content {
  display: flex;
}

.area-section4-content-left {
  width: 366px;
  height: 596px;
  background-color: #FFFFFF;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-section4-content-right {
  width: 734px;
  height: 596px;
  background-color: #FFFFFF;
}

.area-section4-content-left-btn {
  width: 326px;
  height: 58px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #555555;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.section4-content-left-txt {
  position: relative;
}

.section4-content-left-new-point1 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF3529;
  position: absolute;
  top: -5px;
  right: -6px;
}

.section4-content-left-new-point2 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF3529;
  position: absolute;
  top: -5px;
  right: -6px;
}

.section4-content-left-new-point3 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FF3529;
  position: absolute;
  top: -5px;
  right: -6px;
}

.area-section4-content-left-btn1 {
  margin-top: 20px;
}

.img-section4-arrow-select {
  display: none;
}

.section4-btn-select {
  background-color: #1EB3C8;
  color: #FFFFFF;
}

.section4-btn-select .img-section4-arrow-select {
  display: block;
}

.section4-btn-select .img-section4-arrow {
  display: none;
}

.section4-content-right-slide {
  display: none;
}

.section4-content-right-select {
  display: block;
}

.section4-content-right-slide-header {
  height: 88px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #242424;
  position: relative;
}

.section4-content-right-slide-header-inner {
  display: flex;
  position: relative;
}

.section4-header-txt {
  z-index: 2;
}

.section4-header-underline-slide1 {
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 1;
  width: 232px;
  height: 18px;
  background-color: #FFE957;
}

.section4-header-underline-slide2 {
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 1;
  width: 208px;
  height: 18px;
  background-color: #FFE957;
}

.section4-header-underline-slide3 {
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 1;
  width: 142px;
  height: 18px;
  background-color: #FFE957;
}

.section4-content-right-slide-body {
  height: 376px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4-content-right-slide-body-img {
  width: 614px;
}

.section4-content-right-slide-footer {
  height: 132px;
  background-color: #FCFCFC;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 2;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.section4-content-right-txt1 {
  display: flex;
}

.section4-content-right-txt-bold {
  font-weight: 700;
  color: #4AA0B9;
}

.right_top_bg {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  right: 0px;
}

.img-section4-new {
  margin-top: 8px;
  margin-right: 10px;
}

#tab1:checked ~ #tab-content1 {
  display: block !important;
}

#tab2:checked ~ #tab-content2 {
  display: block !important;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-silde-top {
  height: calc(100% - 132px);
}

.swiper-slide-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 132px;
  background-color: #F3FEFF;
}

.slide-bottom-txt {
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
  line-height: 1.8;
  word-break: keep-all;
}

.slide-bottom-txt1 {
  display: flex;
  justify-content: center;
}

.slide-bottom-txt1-left {
  margin-right: 5px;
}

.swiper1-slide-img {
  width: 840px;
  height: 400px;
  margin: 60px 0px 0px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullets {
  bottom: -45px !important;
}

.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  left: 30px !important;
  /* border: 1px solid #CECECE; */
  border-radius: 100%;
  box-shadow: 1px 1px 2px #00000014;
  background-image: url('../image/ico_swiper_prev_active.svg') !important;
  background-size: 7px 12px !important;
  background-color: #1EB3C8;
}

.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  right: 30px !important;
  /* border: 1px solid #CECECE; */
  border-radius: 100%;
  box-shadow: 1px 1px 2px #00000014;
  background-image: url('../image/ico_swiper_next_active.svg') !important;
  background-size: 7px 12px !important;
  background-color: #1EB3C8;
}

.swiper4-button-prev {
  top: auto !important;
  bottom: 0px !important;
  left: auto !important;
  right: 55px !important;
  width: 26px !important;
  height: 26px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.swiper4-button-next {
  top: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  width: 26px !important;
  height: 26px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.swiper-button-prev.swiper-button-disabled {
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  background-image: url('../image/ico_swiper_prev.svg') !important;
}

.swiper-button-next.swiper-button-disabled {
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  background-image: url('../image/ico_swiper_next.svg') !important;
}

.swiper2-slide-img {
  width: 840px;
  height: 400px;
  margin: 60px 0px 0px;
}

.area-content {
  width: 100%;
  background-color: #F2F6F7;
  overflow: hidden;
  /* position: fixed;
  overflow: auto;
  height: 100vh; */
}

.ios-enter {
  position: fixed;
  overflow: auto;
  height: 100vh;
}

.content-header {
  display: none;
  width: 100%;
}

.inner-content-header {
  width: 1120px;
  margin: 0px auto;
}

.submited-header {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #CECECE;
  height: 77px;
}

.fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #F2F6F7;
  border-bottom: 1px solid #CECECE;
  z-index: 10;
}

.fixed-header .inner-content-header {
  height: 75px;
}

.fixed-header .content-header-txt {
  margin-top: 30px;
}

.fixed-header .btn-content-header {
  margin-top: 15px
}

.content-header-txt {
  display: inline-block;
  margin-top: 55px;
  margin-bottom: 25px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  color: #3E3E40;
}

.content-header-txt1 {
  display: none;
}

.content-header-txt2 {
  display: none;
}

/* #공유 옵션 */
.content-header-option-txt1 {
  display: none;
}

@keyframes blink {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.content-header-option-txt2 {
  display: none;
}

.content-header-option-txt2-inner {
  display: flex;
}

.area-img-option-arrow {
  animation: blink .8s;
  animation-iteration-count: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF3529;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: 8px;
}

.area-img-option-arrow-default4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF3529;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: 8px;
}

.area-img-option-arrow-default5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF3529;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: 8px;
}

.area-img-option-arrow-add {
  animation: blink .8s;
  animation-iteration-count: 8;
}

.content-header-option-txt3 {
  display: none;
}

.content-header-txt3 {
  display: none;
  margin-top: 14px !important;
  margin-bottom: 0px !important;
  line-height: 1.2;
  font-size: 20px;
}

.content-header-option-txt4 {
  display: none;
}

.content-header-option-txt4-inner {
  display: flex;
}

.content-header-option-txt5 {
  display: none;
}

.content-header-option-txt5-inner {
  display: flex;
}

.submited-classNumber {
  font-weight: 700;
}

.submited-name {
  font-weight: 700;
}

.submited-txt {
  margin-left: -5px;
}

.area-header-btn {
  float: right;
  position: relative;
}

.area-header-score {
  display: none;
  justify-content: center;
  align-items: center;
  float: right;
  height: 53px;
  border-radius: 10px;
  background-color: #4AA0B9;
  margin-top: 12px;
}

.header-score-txt1 {
  font-size: 16px;
  color: #F3FEFF;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}

.header-score-txt2 {
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
}

.header-score-txt3 {
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: 0px;
}

.header-score-bar {
  color: #72B5C9;
  font-size: 22px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

.header-score-point {
  margin-left: 5px;
  margin-right: 20px;
}

.header-score-cnt-txt {
  margin-left: 20px;
  margin-right: 5px;
}

.btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  width: 119px;
  height: 47px;
  border: 1px solid #CECECE;
  margin-right: 10px;
  cursor: pointer;
}

.btn-download span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.ico-download {
  margin-right: 8px;
}

.btn-tipbox {
  display: none;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  width: 106px;
  height: 47px;
  border: 1px solid #CECECE;
  margin-right: 10px;
  cursor: pointer;
}

.btn-tipbox span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.ico-tip {
  margin-right: 8px;
}

.area-share-btn-tooltip-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.area-share-btn-tooltip {
  position: absolute;
  width: 314px;
  height: 14px;
  padding: 10px;
  border-radius: 5px;
  background-color: #1EB3C8;
  box-shadow: 1px 1px 2px #00000033;
  line-height: 13px;
  text-align: left;
  top: 3px;
  right: 258px;
  /* left: -115px; */
  z-index: 8;
}

.area-share-btn-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 50%;
  right: 50%;
  margin-top: 17px;
  border-top: 10px solid #1EB3C8;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.area-share-btn-tooltip-txt {
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  margin-bottom: 5px;
}

.area-share-btn-tooltip-txt-color {
  margin-left: 8px;
  margin-right: 12px;
  color: #FFF700;
  text-decoration: underline;
  cursor: pointer;
}

.area-share-btn-line {
  position: absolute;
  top: 9px;
  opacity: 0.5;
}

.btn-share {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  width: 93px;
  height: 47px;
  border: 1px solid #CECECE;
  margin-right: 10px;
  cursor: pointer;
}

/* .btn-share-point {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #FF3529;
  top: 10px;
  right: 13px;
} */

.btn-share span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.ico-share {
  margin-right: 8px;
}

.btn-print {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  width: 93px;
  height: 47px;
  border: 1px solid #CECECE;
  margin-right: 10px;
  cursor: pointer;
}

.btn-print span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.ico-print {
  margin-right: 8px;
}

.btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #1EB3C8;
  width: 148px;
  height: 47px;
  cursor: pointer;
  border: 1px solid #00000033;
}

.btn-submit span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}

/* #공유 옵션 */
.btn-check-submit-answer {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #1EB3C8;
  width: 148px;
  height: 47px;
  cursor: pointer;
  border: 1px solid #00000033;
}

.btn-check-submit-answer span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}

.btn-clear-answer-all {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #1EB3C8;
  width: 148px;
  height: 47px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-clear-answer-all span {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}

.btn-show-answer-all {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #1EB3C8;
  width: 148px;
  height: 47px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-show-answer-all span {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}

.content-header::after {
  content: '';
  display: block;
  clear: both;
}

.area-quiz-content {
  position: relative;
  opacity: 0;
  width: 1120px;
  margin: 0px auto;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 70px 50px 90px;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 60px;
}

.area-sample-centent {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 404px;
  position: absolute;
  left: 50%;
  margin-left: -202px;
  margin-top: -96px;
}

.area-sample-centent::after {
  display: none;
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  right: 50%;
  margin-top: -25px;
  margin-right: -20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #4AA0B9;
  border-left: 10px solid transparent;
}

.area-sample-header-txt {
  width: 404px;
  height: 60px;
  background-color: #4AA0B9;
  box-shadow: 1px 1px 2px #00000033;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  border-radius: 5px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-sample-mixed-header-txt {
  display: none;
  width: 522px;
  /* width: 422px; */
  height: 60px;
  background-color: #486BAF;
  box-shadow: 1px 1px 2px #00000033;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.32px;
  border-radius: 5px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.area-sample-mixed-header-txt-inner {
  display: flex;
}

.area-sample-header-txt-color {
  color: #FFF700;
}

.area-sample-mixed-header-txt-color {
  color: #92FBFF;
}

.area-sample-mixed-header-txt-color-yellow {
  color: #FFF700;
}

.img-ai-report {
  margin-right: 8px;
}

.img-sample-header {
  margin-top: 18px;
  width: 244px;
}

.quiz-cotent-header-top {
  box-sizing: border-box;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.img-sub-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-logo-gray {
  display: none;
}

.img-logo-color {
  display: none;
}

.area-class-info {
  display: block;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 200px;
  height: 32px;
  border-left: 1px solid #E2E2E2;
  padding-left: 16px;
}

.btn-tab-main-menu {
  display: none !important;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -47px;
  right: 140px;
  cursor: pointer;
}

.btn-tab-main-menu-login {
  right: 57px;
}

.area-class-empty-body {
  display: none;
  align-items: center;
  height: 26px;
}

.area-class-empty-body-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  color: #555555;
}

.area-class-empty-body-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  width: 126px;
  height: 26px;
  background-color: #1EB3C8;
  box-shadow: 1px 1px 2px #00000014;
  border-radius: 18px;
  cursor: pointer;
  margin-left: 8px;
}

.area-class-info-body {
  display: none;
  width: 300px;
  height: 32px;
  align-items: center;
}

.area-custom-class-list-outer {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 40;
  background-color: white;
}

.area-custom-class-list {
  /* display: none; */
  /* position: absolute; */
  z-index: 40;
  width: 407px;
  /* top: 40px; */
  border: 1px solid #E2E2E2;
  box-shadow: 0px 4px 6px #00000012;
  box-sizing: border-box;
  max-height: 235px;
  overflow-y: auto;
  background-color: white;
}

/* .class-custom-select-list {
  max-height: 235px;
} */

.class-custom-option-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.class-name-txt {
  pointer-events: none;
}

.representative-yellow {
  background-color: #FFE957 !important;
}

.btn-move-class-update {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 26px;
  border-radius: 18px;
  border: 1px solid #E2E2E2;
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #242424;
  cursor: pointer;
  margin-right: 11px;
  background-color: #E2E2E2;
}

.btn-move-class-update:hover {
  background-color: #1EB3C8;
  color: #FFFFFF;
}

.img-class-right {
  pointer-events: none;
}

.img-class-right-hover {
  display: none;
  pointer-events: none;
}

.class-custom-option {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
  background-color: #FFFFFF;
}

.class-custom-option:hover {
  background-color: #FFE957;
}

.class-custom-option-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1EB3C8;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.36px;
  color: white;
  height: 47px;
  cursor: pointer;
  box-shadow: 0px 4px 6px #00000012;
  position: absolute;
  width: 100%;
  z-index: 45;
}

.img-create-class {
  margin-right: 8px;
}

.select-class {
  display: none;
  width: 180px;
  height: 32px;
  outline: 0px;
}

.area-btn-main-class {
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin-right: 15px;
}

.area-btn-main-class-tooltip {
  position: absolute;
  display: flex;
  top: 45px;
  left: 16px;
  width: 180px;
  height: 34px;
  box-shadow: 1px 1px 2px #00000033;
  border-radius: 3px;
  background-color: #1EB3C8;
  box-sizing: border-box;
  z-index: 35;
}

.area-btn-main-class-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 0%;
  left: 0%;
  margin-top: -15px;
  margin-left: 15px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #1EB3C8;
  border-left: 6px solid transparent;
}

.area-btn-main-class-tooltip-sub1 {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  color: #FFFFFF;
}

.area-btn-main-class-tooltip-sub2 {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.select-custom-class {
  width: 268px;
  cursor: pointer;
}

.area-answer-detail {
  box-sizing: border-box;
  width: 370px;
  float: right;
  text-align: right;
}

.area-answer-no-txt {
  margin-top: 21px;
  margin-bottom: 5px;
}

.answer-no-innertxt1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.24px;
  color: #242424;
}

.answer-no-innertxt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: 0px;
  color: #242424;
}

.answer-expire-innertxt1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #707070;
  margin-left: -5px;
}

.answer-expire-innertxt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #707070;
}

.quiz-cotent-header-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}

.header-round-area {
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 12px;
  padding: 0px 40px;
  border: 1px solid #707070;
  border-radius: 28px;
}

.header-grade {
  margin-right: 15px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #000000;
}

.header-unit {
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #000000;
}

.header-type-name {
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #000000;
  margin-bottom: 18px;
  word-break: keep-all;
}

.area-order-container {
  margin-top: 30px;
  margin-bottom: -30px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #000000;
  word-break: keep-all;
  line-height: 1.4;
}

.quiz-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 400px;
}

.mixed-area-content .quiz-container {
  display: block;
  overflow: visible !important;
}

.area-answer-sheet-main {
  display: none;
}

.sheet-type-class {
  display: none;
}

.sheet-type-class-add {
  display: none;
}

.sheet-type-class-management {
  display: none;
}

.area-answer-sheet-menu {
  text-align: center;
  height: 70px;
  line-height: 70px;
  background-color: white;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.area-answer-sheet-top {
  width: 100%;
  height: 355px;
  background-color: #D5F1F5;
}

.area-answer-sheet-middle {
  width: 100%;
  height: 132px;
  background-color: #4AA0B9;
  box-shadow: 0px -6px 18px #0000001F;
}

/* #분석결과 */
.area-multi-answer-sheet {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4AA0B9;
  padding: 30px 0px;
}

.answer-sheet-middle-txt2 {
  margin-right: 52px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.answer-sheet-middle-txt3 {
  margin-right: 19px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}



.area-answer-sheet-bottom {
  width: 100%;
  background-color: #FFFFFF;
  min-height: 475px;
}

.area-answer-sheet-inner {
  width: 1120px;
  margin: 0px auto;
  justify-content: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.area-answer-sheet-qrimg {
  width: 50%;
}

.area-answer-sheet-bottom-txt {
  width: 50%;
}

.area-answer-sheet-middle-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-answer-sheet-bottom-inner {
  display: flex;
}

.img-answer-sheet-quiz {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 580px;
  object-fit: contain;
}

.answer-sheet-top-txt1 {
  padding-top: 110px;
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
  color: #242424;
  margin-left: 28px;
}

.answer-sheet-top-txt2 {
  margin-top: 35px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #555555;
  margin-left: 28px;
}

.answer-sheet-top-txt3 {
  margin-top: 15px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: 0px;
  color: #555555;
  margin-left: 28px;
}

.answer-sheet-top-txt3-bold {
  color: #242424;
  font-weight: 700;
}

.answer-sheet-middle-txt1 {
  margin-right: 30px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #FFFFFF;
}

.area-answer-sheet-middle-input {
  display: flex;
}

.input-answer-sheet {
  width: 300px;
  height: 52px;
  background-color: #FFFFFF;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

.input-answer-sheet::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.64px;
  color: #A1A1A1;
  padding-top: 2px;
}

.input-answer-sheet:-ms-input-placeholder {
  color: #A1A1A1 !important;
}

.btn-answer-sheet-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 52px;
  background-color: #FFE957;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.area-my-quiz-search-input {
  display: flex;
}

.input-my-quiz-search {
  width: 300px;
  height: 52px;
  background-color: #FFFFFF;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  text-indent: 12px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}

.input-my-quiz-search::placeholder {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: 0px;
  color: #A1A1A1;
  padding-top: 2px;
}

.input-my-quiz-search:-ms-input-placeholder {
  color: #A1A1A1 !important;
}

.input-my-quiz-search-date {
  width: 134px;
}

.area-outer-search-date {
  display: flex;
  padding-right: 10px;
}

.my-quiz-date-bar {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  width: 12px;
  color: white;
  line-height: 48px;
  margin-right: 5px;
  margin-left: 5px;
}

.btn-my-quiz-search-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 52px;
  background-color: #FFE957;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #242424;
  cursor: pointer;
}

.img-answer-sheet-qr {
  width: 560px;
  height: 420px;
  margin-top: 70px;
  object-fit: contain;
}

.answer-sheet-bottom-txt1 {
  margin-top: 140px;
  margin-left: 70px;
  margin-bottom: 38px;
  font-size: 46px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.92px;
  color: #242424;
}

.answer-sheet-bottom-txt2 {
  margin-left: 70px;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #242424;
}

.area-result-main {
  display: none;
}

.area-result-content {
  width: 1120px;
  margin: 0px auto;
  padding: 70px 0px 90px;
  background-color: white;
}

.area-result-header {
  display: none;
}

.area-inner-result-header {
  position: relative;
}

.area-inner-result-header::after {
  content: '';
  display: block;
  clear: both;
}

.area-result-header2::after {
  content: '';
  display: block;
  clear: both;
}

.area-result-answer-expire-txt {
  height: 35px;
  display: inline-block;
  float: left;
}

.area-result-sort {
  display: none;
  float: right;
  font-size: 0px;
  margin-top: 3px;
}

.area-btn-sort {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.sort-selected .ico-dot-active {
  display: block;
}

.sort-selected .ico-dot-normal {
  display: none;
}

.sort-selected .area-btn-sort-txt {
  color: #1EB3C8;
  font-weight: 700;
}

.ico-dot-active {
  display: none;
}

.ico-dot-normal {
  display: block;
}

.ico-dot {
  position: absolute;
  top: 6px;
  left: 0px;
}

.area-btn-sort-txt {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #555555;
  letter-spacing: -0.3px;
  margin-left: 7px;
  display: inline-block;
}

.area-result-body {
  margin-top: 15px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
}

.area-result-body-content-txt {
  cursor: pointer;
  font-family: 'Noto Sans KR';
}

.area-result-body-content-txt:hover {
  background-color: #F3FEFF;
}

.area-result-answer-info {
  float: left;
}

.area-result-info-txt1 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.32px;
  color: #242424;
  margin-bottom: 5px;
}

.area-result-info-txt2 {
  font-size: 32px;
  font-weight: 900;
  font-family: 'Noto Sans KR';
  letter-spacing: 0px;
  color: #1EB3C8;
  margin-bottom: 20px;
}

.area-result-info-txt3 {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.26px;
  color: #707070;
}

.area-result-info-txt4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.26px;
  color: #D2190D;
  margin: 20px 0 50px;
  line-height: 1.8;
  word-break: keep-all;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  background-color: #FFF8D4;
}

.area-result-info-txt4-inner {
  display: flex;
  align-items: flex-start;
}

.area-result-info-txt4-bold {
  font-weight: 900;
}

.area-result-info-txt4-txt-login {
  display: none;
}

.img-result-noti {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 5px;
}

.answer-result-seven-txt {
  font-weight: 700;
  color: #000000;
}

.area-result-btn {
  float: right;
  display: flex;
  padding-top: 43px;
}

.expire-date-hide1 {
  padding-top: 10px;
}

.expire-date-hide2 {
  margin-bottom: 0px;
}

.area-result-code {
  display: flex;
  text-align: center;
  float: left;
}

.area-result-submitter-cnt {
  float: left;
}

.area-result-submitter-cnt span {
  font-size: 18px;
  color: #242424;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.36px;
  display: inline-block;
  margin-right: 5px;
}

.area-result-submitter-cnt .result-submitter-cnt {
  font-weight: 900;
}

.area-result-code1 {
  line-height: 35px;
  margin-right: 20px;
}

.btn-show-quiz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 120px;
  height: 47px;
  border: 1px solid #CECECE;
  cursor: pointer;
}

.btn-show-quiz span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.btn-share-quiz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 93px;
  height: 47px;
  border: 1px solid #CECECE;
  cursor: pointer;
  margin-right: 10px;
}

.btn-share-quiz span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.btn-print-list {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 93px;
  height: 47px;
  border: 1px solid #CECECE;
  cursor: pointer;
  margin-right: 10px;
}

.btn-print-list span {
  font-size: 15px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #555555;
}

.area-result-body-title {
  display: none;
  height: 66px;
  background-color: #FFFFFF;
  text-align: center;
}

.area-result-body-title-login {
  display: none;
  height: 66px;
  background-color: #FFFFFF;
  text-align: center;
}

.result-body-title-txt {
  height: 100%;
  line-height: 66px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #242424;
  letter-spacing: 0px;
}

.result-body-title-txt-wide {
  width: 240px;
}

.result-body-title-txt-narrow {
  width: 160px;
}

.result-body-title-login-txt-wide {
  width: 240px;
}

.result-body-title-login-txt-middle {
  width: 160px;
}

.result-body-title-login-txt-narrow {
  width: 120px;
}

.result-body-title-update {
  position: relative;
}

.result-body-title-point {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #FF3529;
  top: 19px;
  right: 43px;
}

.area-result-body-content-txt {
  display: flex;
  text-align: center;
}

.result-body-content-txt {
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #707070;
  font-size: 16px;
  color: #242424;
  font-weight: 400;
  letter-spacing: 0px;
}

.result-body-content-txt-wide {
  width: 240px;
}

.result-body-content-txt-narrow {
  width: 160px;
}

.result-body-content-login-txt-wide {
  width: 240px;
}

.result-body-content-login-txt-middle {
  width: 160px;
}

.result-body-content-login-txt-narrow {
  width: 120px;
}

.result-body-content-delete-img {
  margin-right: 5px;
}

.result-body-submit-delete {
  font-size: 15px;
  letter-spacing: -0.6px;
}

.area-result-body-empty {
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-my-quiz-body-empty {
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  border-bottom: 1px solid black;
}

.area-result-body-empty-inner {
  display: flex;
  flex-direction: column;
}

.area-result-body-empty-img {
  margin: 0px auto;
  width: 45px;
  height: 45px;
}

.area-result-body-empty-txt {
  margin-top: 10px;
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #A1A1A1;
  letter-spacing: 0px;
}

.result-body-name-link {
  color: blue;
}

.content-footer {
  display: none;
}

.footer-line1 {
  background-color: #EAEFF1;
}

.footer-line2 {
  background-color: #F2F6F7;
}

.inner-content-footer {
  width: 100%;
  max-width: 1180px;
  display: flex;
  padding: 0px 30px;
  box-sizing: border-box;
  margin: 0px auto;
}

.content-footer-txt1 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.36px;
  color: #242424;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.content-footer-txt2 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.32px;
  color: #242424;
  padding-top: 30px;
  margin-bottom: 30px;
}

.area-ci {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 60px;
}

.footer-menu-txt {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.footer-menu-bar {
  color: #A1A1A1;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-menu-txt0 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #242424;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.footer-menu-txt0:hover {
  text-decoration: underline;
}

.footer-menu-txt1:hover {
  text-decoration: underline;
}

.footer-menu-txt2:hover {
  text-decoration: underline;
}

.footer-menu-txt1 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #242424;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.footer-menu-txt2 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.footer-menu-txt3 {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  color: #EE4F24;
  letter-spacing: -0.32px;
  margin-left: 10px;
  cursor: pointer;
}

.footer-menu-txt-phone {
  margin-top: 15px;
  font-size: 13px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  color: #707070;
  letter-spacing: -0.24px;
}

.content-footer-copyright {
  margin-top: 10px;
  padding-bottom: 60px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.24px;
  color: #707070;
}

.area-qrcode {
  float: right;
  width: 72px;
  height: 72px;
  margin-left: 2px;
  margin-top: -5px;
  margin-right: -5px;
}

#qrCode {
  width: 72px !important;
  height: 72px !important;
}

#printQrCode {
  width: 90px !important;
  height: 90px !important;
}

.pointer {
  cursor: pointer;
}

.area-name {
  width: 100%;
}

.area-empty {
  height: 0px;
  visibility: hidden;
}

.area-content-tooltip {
  display: none;
  position: absolute;
  right: 119px;
  top: 136px;
  background: #FFFCE6;
  box-shadow: 2px 2px 6px #0000001A;
  border: 1px solid #D1BA27;
  border-radius: 5px;
  padding: 26px 26px 22px;
  z-index: 9;
}

.btn-tooltip-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.content-tooltip-title {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: center;
}

.content-tooltip-body {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  letter-spacing: -0.26px;
  text-align: center;
}

.content-tooltip-red {
  color: #D2190D;
}

.content-tooltip-botton {
  margin: 15px auto 0px;
  padding: 18px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 18px);
  background-color: #FFE957;
  border: 1px solid #2424241A;
  cursor: pointer;
}

.tooltip-img {
  margin-right: 8px;
}

.tooltip-txt {
  font-size: 16px;
  font-family: 'Noto Sans KR';
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #242424;
}

/* #분석결과 */
.chart-grade {
  width: 800px !important;
  height: 400px !important;
}

.chart-type {
  width: 380px !important;
  height: 380px !important;
}

.chart-unit {
  width: 380px !important;
  height: 380px !important;
}

.chart-submit-cnt {
  width: 800px !important;
  height: 400px !important;
}

.chart-submit-score {
  width: 800px !important;
  height: 400px !important;
}

.chart-average-score {
  width: 800px !important;
  height: 400px !important;
}

.chart-title-txt {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.36px;
  padding: 20px 0px;
}

.area-tab-menu-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.area-tab-menu {
  display: none;
  justify-content: flex-end;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
}

.area-tab-menu-content {
  width: 300px;
  height: 100%;
}

.area-tab-nemu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  background-color: #FFFFFF;
}

.area-tab-nemu-header-logo {
  margin-left: 16px;
  width: 148px;
  height: 42px;
}

.area-tab-nemu-close {
  margin-right: 31px;
  cursor: pointer;
}

.area-tab-menu-body {
  height: 100%;
  background-color: #F5F5F5;
}

.area-tab-menu-el {
  display: flex;
  align-items: center;
  height: 52px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Noto Sans KR';
  letter-spacing: -0.6px;
  color: #242424;
  cursor: pointer;
  margin-left: 16px;
}

#btnTabReport {
  display: none;
}

#btnTabMyQuiz {
  display: none;
}

/* .api-btn {
  width: 200px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
  margin: 10px;
} */


.main-loading {
  position: fixed;
  display: none;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.swiper-slide-title-inner {
  display: flex;
  position: relative;
}

.word-break {
  word-break: break-all;
}
