/* 공통 */
:root {
  --game-177-color: #f0f1f3;
  --game-177-sub-color: #4d5462;
  --game-177-font: 'Pretendard';
  --game-177-font2: 'SUIT';
  --game-177-font3: 'SBAggro';
}

/* 인트로 페이지 */
.game-intro .intro-wrapper {
  background-color: var(--game-177-color);
}
.game-intro {
  height: 100vh;
}
.game-intro-text > p {
  text-decoration: underline;
  font-weight: 900;
}

.game-wrapper .game-intro {
  padding-bottom: 0;
  background-color: var(--game-177-sub-color);
}

.game-intro .img-box {
  padding: 2rem 2rem 0;
}

.game-intro .intro-img {
  margin-top: 2rem;
}

.game-intro .intro-gif img,
.game-intro .img-box .intro-img img {
  width: 90%;
  margin: auto;
  display: block;
}

.game-intro .btn-wrap {
  width: unset;
  padding: 0 1.5rem;
}

.game-result .game-btn,
.game-intro .game-btn {
  box-shadow: none;
  background-color: var(--game-177-sub-color);
  color: white;
  font-family: var(--game-177-font);
  border: 0;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 16px rgba(113, 120, 133, 0.1);
}
.game-intro .game-btn {
  line-height: 3.5rem;
}
.game-intro .game-btn:active {
  background-color: #2c2c2c;
}

.game-intro .game-count .count-label {
  font-family: var(--game-177-font2);
  color: #939daf;
  font-size: 1.1rem;
  font-weight: 400;
}

.game-intro .game-count .count-label:before {
  background-color: transparent;
}

.game-intro .game-count .count-num {
  font-family: var(--game-177-font2);
  color: var(--game-177-sub-color);
  font-weight: 500;
  font-size: 1.5rem;
}

.game-intro .game-count .count-num::after {
  content: '회';
  padding-left: 0.2rem;
}

/* 번역횟수 */
.game-intro .share-sns-list {
  background-color: var(--game-177-color);
  padding: 2rem 0 3rem;
  margin: 0;
}
.game-intro .share-sns-list .list-title span {
  color: #939daf;
  font-size: 1rem;
  font-family: var(--game-177-font2);
  font-weight: 500;
  margin-top: 0.3rem;
}

.game-intro .game-count {
  margin-bottom: 1.5rem;
}

/* 공유하기 */
.share-sns-list .list-title .countBox .countNumber {
  font-family: var(--game-177-font2);
  color: var(--game-177-sub-color);
}

.share-sns-list .list-title .countBox .countImg {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/Vector.png');
}

.share-sns-list .btn-share.link-copy:active,
.share-sns-list .btn-share.facebook:active,
.share-sns-list .btn-share.twitter:active,
.share-sns-list .btn-share.instagram:active,
.share-sns-list .btn-share.kakao:active,
.share-sns-list .btn-share {
  transform: scale(1.5);
}

.share-sns-list .btn-share.kakao {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/kakao.png');
}

.share-sns-list .btn-share.facebook {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/facebook.png');
}

.share-sns-list .btn-share.twitter {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/twitter.png');
}

.share-sns-list .btn-share.instagram {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/instagram.png');
}

.share-sns-list .btn-share.link-copy {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/linkcopy.png');
}

.share-sns-list .btn-share.kakao:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/kakao-active.png');
}

.share-sns-list .btn-share.facebook:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/facebook-active.png');
}

.share-sns-list .btn-share.twitter:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/twitter-active.png');
}

.share-sns-list .btn-share.instagram:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/instagram-active.png');
}

.share-sns-list .btn-share.link-copy:active {
  background-image: url('https://cdn.banggooso.com/assets/images/game177/linkcopy-active.png');
}

.share-sns-list .list li + li {
  margin-left: 1rem;
}

.game-result .share-sns-list {
  padding: 2rem 0 3rem;
  margin: 0;
  background-color: var(--game-177-color);
}
.game-result .share-sns-list span {
  color: #939daf;
  font-family: var(--game-177-font2);
  font-weight: 400;
  font-size: 0.9rem;
}
/* 인트로 가장 많은 유형*/
.game-intro .result-box.most .img-halt-box ul.list > li span.label-top {
  margin: 1rem 3rem 0.8rem;
}
/* 문제 페이지 */
.game-wrapper.basic .game-body.no-image .question-title {
  margin: 3rem auto !important;
  font-size: 1.3rem !important;
}

.game-wrapper .game-wrap {
  padding: 0;
  background-color: #f0f1f3;
}

.app .app-header.page {
  position: relative;
  border-bottom: 1px solid var(--game-110-color) !important;
}

.game-wrapper .test-progress-header {
  border-top: 0.1rem solid var(--game-110-color) !important;
}

.game-wrap .game-body .question-options .question-option:focus,
.game-wrap .game-body .question-options .question-option:active {
  background-color: var(--game-110-color) !important;
  color: #ffffff;
}

.game-wrap .game-title {
  color: #000000 !important;
}

.game-wrap .game-progress .game-progress-inner {
  background-color: var(--game-110-color) !important;
}

.full-page {
  padding: 1rem;
}

.question-wrapper {
  background-color: white;
  border-radius: 0.7rem;
}

.question-wrapper .title {
  display: flex;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f7f8fa;
  align-items: center;
  justify-content: space-between;
}

.question-wrapper .title .title-name {
  font-family: var(--game-177-font3);
  color: #bfc2c9;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 0.2rem 0 0;
}

.question-wrapper .title .select-gender {
  border: 1px solid #bfc2c9;
  border-radius: 1.1rem;
  font-size: 0.7rem;
  color: #747e95;
  padding: 0 0.5rem;
  font-family: var(--game-177-font2);
  margin: 0 4.5rem 0 0;
  font-weight: 700;
}

.result-box .img-halt-box ul.list > li span.label-top.M,
.M .question-wrapper .title .select-gender {
  color: #458fe7;
  border: 1px solid #95c3fa;
  margin: 0 7.5rem 0 0;
}

.result-box .img-halt-box ul.list > li span.label-top.W,
.W .question-wrapper .title .select-gender {
  color: #ff758d;
  border: 1px solid #ffb4c1;
  margin: 0 7.5rem 0 0;
}

.question-wrapper .title .heart-img {
  width: 4rem;
}

.question-wrapper .title .heart-img img {
  width: 100%;
}

.question {
  font-family: var(--game-177-font2);
  color: #2c2c2c;
  padding: 0.6rem 1rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  height: 10rem;
  line-height: 2.1rem;
  font-size: 1.4rem;
}
.question-number {
  padding: 1rem 1rem 0;
  font-family: var(--game-177-font3);
  color: #c5cad3;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 0;
}
.question-number span {
  color: #939daf;
  font-size: 1.4rem;
  margin-right: 0.2rem;
  font-weight: 500;
}

.select-area a {
  box-shadow: 0px 0px 16px rgba(113, 120, 133, 0.1);
  margin-bottom: 1.5rem;
  background-color: #464d5b;
  padding: 1rem 2.3rem 1rem 1rem;
  height: 7rem;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: white;
  display: block;
  margin-bottom: 1.2rem;
  border-radius: 0.5rem;
  font-family: var(--game-177-font2);
}

.select-area a::after {
  content: '→';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  right: 0;
  border-radius: 0.5rem 0 0.5rem 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--game-177-font);
}
.M .select-area a:focus,
.M .select-area a:active {
  background-color: #458fe7;
}
.W .select-area a:focus,
.W .select-area a:active {
  background-color: #ff758d;
}
#step01 .question-number {
  display: none;
}
#step01 .select-area {
  display: flex;
  justify-content: space-between;
}

#step01 .select-area a {
  background-color: var(--game-177-sub-color);
  text-align: center;
  padding: 5.2rem 4.2rem 1rem;
  height: auto;
}

#step01 .select-area a::after {
  content: '';
  background-color: transparent;
}
#step01 .select-area a:last-child,
#step01 .select-area a:first-child {
  background-image: url(https://cdn.banggooso.com/assets/images/game177/female.png);
  background-size: 20% 38%;
  background-repeat: no-repeat;
  background-position: 50% 25%;
}

#step01 .select-area a:last-child {
  background-image: url(https://cdn.banggooso.com/assets/images/game177/male.png);
  background-size: 25% 35%;
  background-repeat: no-repeat;
  background-position: 50% 31%;
}

#step01 .question {
  padding: 0.6rem 1rem 1.3rem;
  margin-bottom: 1.5rem;
  height: auto;
}
#step01 .select-modal {
  display: none;
  position: absolute;
  background-color: var(--game-177-color);
  top: 0%;
  transform: translate(-50%, 0%);
  left: 50%;
  width: 100%;
  height: 100vh;
}
#step01 .gif-arrow {
  width: 3rem;
  margin: 2rem auto 1rem;
}
#step01 .gif-arrow img {
  width: 100%;
}
#step01 .select-modal .gif-heart img {
  width: 100%;
}

#step01 .text {
  font-family: var(--game-177-font2);
  color: #747e95;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
}

#step01 .text span {
  color: #2c2c2c;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 0.7rem;
  display: inline-block;
}

/* 결과 페이지 */
.game-result {
  padding: 0;
}
.game-wrapper .game-title {
  display: none;
}
.game-result #result-title {
  padding-top: 1rem;
}
.game-result #result-title h2 {
  background-image: url(https://cdn.banggooso.com/assets/images/game177/result-title.png);
  background-size: 98% 100%;
  height: 1.7rem;
  background-repeat: no-repeat;
}
.game-result .num-statement,
.game-result #result-title h1 {
  display: none;
}

.game-result #result-title .img-box {
  margin: 1.5rem 1.9rem;
  width: auto;
}

.game-result .result-detail > span {
  display: block;
  text-align: center;
  color: #747e95;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--game-177-font);
  margin: 0.6rem 0 0;
}
.game-result #result-title .img-box .thumb-img-text {
  color: #747e95;
  font-family: var(--game-177-font2);
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 0.8rem;
  letter-spacing: 0;
}

.game-result .result-detail {
  background-color: var(--game-177-color);
  font-family: var(--game-177-font2);
}

.game-result .result-detail .heart-wrapper {
  padding: 1.5rem 8rem;
}
.game-result .result-detail .heart-wrapper img {
  width: 100%;
}

.game-result .result-detail .text-wrapper {
  padding: 0 1rem;
}
.game-result .result-detail .text-wrapper .title {
  font-family: var(--game-177-font2);
  font-weight: 700;
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
}

.game-result .result-detail .text-wrapper .title span {
  display: block;
  color: #939daf;
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.game-result .result-detail .text-wrapper .title span img {
  width: 7%;
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
}
.game-result .result-detail .text-wrapper .text-question {
  margin: 0.6rem 0;
  color: #4d5462;
  font-weight: 600;
}
.game-result .result-detail .text-wrapper .text-solution {
  color: #4d5463;
}
.game-result .result-detail .text-wrapper .text-solution p:nth-child(2)::before,
.game-result .result-detail .text-wrapper .text-solution p:last-child::before,
.game-result .result-detail .text-wrapper .text-solution p:first-child::before {
  content: '1.';
  position: absolute;
  left: 0%;
  font-weight: 400;
}
.game-result .result-detail .text-wrapper .text-solution p:nth-child(2)::before {
  content: '2.';
}
.game-result .result-detail .text-wrapper .text-solution p:last-child::before {
  content: '3.';
}
.game-result .result-detail .text-wrapper .text-solution p {
  padding-left: 0.9rem;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: #4d5462;
  font-weight: 500;
}

.game-result .result-detail .line {
  height: 1rem;
  border-bottom: 1px solid #bfc2c9;
  width: 45px;
  margin: 0.8rem auto 1.3rem;
}

.game-result .lower-wrapper {
  background-color: var(--game-177-sub-color);
}
.game-result .thumb-wrapper {
  margin-top: 2.2rem;
}
.game-result .thumb-wrapper img {
  width: 100%;
  cursor: pointer;
}
.game-result .result-detail .btn-wrap {
  margin: 0.8rem 1rem 0.2rem;
  letter-spacing: 0;
}
.game-result .game-btn.youtube-btn.W,
.game-result .game-btn.youtube-btn.M {
  padding: 1rem 0;
  margin-top: 1.8rem;
  background-color: #458fe7;
}
.game-result .game-btn.youtube-btn.W {
  background-color: #ff758d;
}
.game-result .game-btn.youtube-btn a {
  color: white;
  display: flex;
  justify-content: center;
}
.game-result .btn-wrap span {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 0.7rem;
}
.game-result .btn-wrap.myranking {
  background-color: var(--game-177-sub-color);
  margin: 0;
  padding: 2rem 1rem 0.2rem;
}
.game-result .btn-wrap.myranking img {
  width: 7%;
  padding: 0 0 0.2rem 0.2rem;
}

.game-result .made-by-wrapper {
  background-color: var(--game-177-color);
  margin-top: 36px;
  padding-bottom: 0 0 2rem;
}
.game-result .made-by-wrapper .made-by {
  text-align: center;
  color: #747e95;
  font-family: var(--game-177-font2);
  font-size: 0.8rem;
  letter-spacing: 0;
}
.game-result .made-by-wrapper .made-by img {
  width: 7%;
  padding-bottom: 0.2rem;
}
.game-result .made-by-wrapper .made-by span {
  color: #464d5b;
  font-weight: 400;
  letter-spacing: 0rem;
  margin-bottom: 0.3rem;
  display: inline-block;
  font-weight: 500;
}
.game-result .made-by-wrapper .made-by p {
  color: #939daf;
  margin-top: 0.3rem;
}
.game-result .game-btn-wrapper.recruit {
  width: 15.5rem;
  margin: 1rem auto 55px;
}
.game-result .game-btn.recruit-btn {
  font-weight: 500;
  font-family: var(--game-177-font);
  letter-spacing: 0;
  font-size: 0.9rem;
  line-height: 2.5rem;
  background-color: white;
  color: #4d5462;
}
/* 가장많은 유형 */
.game-result .result-box.most {
  border-radius: 0;
  margin: 0;
  border: unset;
  background-color: var(--game-177-sub-color);
  padding: 1.5rem 1.1rem 0;
}
.game-result .result-box.most .result-box-title > span {
  font-family: var(--game-177-font2);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  color: white;
}
.game-result .result-box.most .result-box-title2 {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--game-177-font2);
  margin: 0;
}
.game-result .result-box.most .result-box-title2 > small {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--game-177-font2);
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0;
}

.game-intro .img-halt-box .list li,
.game-result .img-halt-box .list li {
  background-color: white;
  border-radius: 0.7rem;
  padding-bottom: 0.6rem;
  box-shadow: 0px 0px 16px rgba(113, 120, 133, 0.1);
}
.game-intro .img-halt-box .list li:first-child,
.game-result .img-halt-box .list li:first-child {
  margin-right: 0.4rem;
}
.game-intro .img-halt-box .list li:last-child,
.game-result .img-halt-box .list li:last-child {
  margin-left: 0.4rem;
}
.game-result .img-halt-box {
  margin: 1.25rem 0 0;
}
.result-box .img-halt-box ul.list > li span.label-top.M,
.result-box .img-halt-box ul.list > li span.label-top.W {
  margin: 1rem 1rem 0.7rem;
}

/* 실시간 유형 순위 */
.text-center {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
  background-image: url(https://cdn.banggooso.com/assets/images/game177/graph.png);
  background-repeat: no-repeat;
  background-size: 6%;
  background-position: 69.3% 39%;
}
.test-lists-wrap.rank-page .gender-type {
  display: flex;
  position: sticky;
  top: 50px;
  z-index: 1;
}
.test-lists-wrap.rank-page .woman-tab,
.test-lists-wrap.rank-page .man-tab {
  font-weight: 500;
  width: 100%;
  padding: 0.6rem;
  text-align: center;
  background-color: white;
  font-family: var(--game-177-font2);
  color: #464d5b;
}
.test-lists-wrap.rank-page .man-tab {
  border-bottom: 3px solid #458fe7;
  color: #458fe7;
}
.app-main .rank-page {
  background-color: #f0f1f3;
  padding-bottom: 2rem;
  height: auto;
}
.test-lists.woman {
  display: none;
}
.test-lists.man li:nth-child(3) .thumb .percen,
.test-lists.man li:nth-child(2) .thumb .percen,
.test-lists.man li:first-child .thumb .percen {
  color: #458fe7;
}
.test-lists.woman li:nth-child(3) .thumb .percen,
.test-lists.woman li:nth-child(2) .thumb .percen,
.test-lists.woman li:first-child .thumb .percen {
  color: #ff758d;
}
.test-lists-wrap .test-lists {
  margin-top: 1rem;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap {
  display: block;
}
.test-lists-wrap .test-lists .test-list-item .item-info-wrapper {
  display: flex;
  align-items: center;
}
.game-wrapper .test-lists-wrap .test-lists .test-list-item {
  border: 0;
  background-color: white;
  padding: 1rem 0.7rem 0.5rem;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .num {
  color: #bfc2c9;
  font-family: var(--game-177-font3);
  font-size: 1.1rem;
  text-shadow: unset;
  width: 100%;
  text-align: left;
  padding-left: 1rem;
}
.test-lists-wrap .title {
  color: #747e95;
  font-family: var(--game-177-font3);
  font-weight: 400;
  margin: 0.8rem 0;
  padding-right: 1.6rem;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .item-info .item-title {
  font-family: var(--game-177-font3);
  color: #464d5b;
  font-size: 1.3rem;
  font-weight: 400;
  padding-left: 0.5rem;
  padding-top: 0.3rem;
}
.test-lists-wrap .test-lists .test-list-item.rank_list .percen {
  color: #939daf;
  background-color: transparent;
  font-size: 1.1rem;
  font-family: var(--game-177-font3);
  font-weight: 400;
}
.test-lists-wrap .test-lists .test-list-item .item-wrap .thumb {
  width: 15%;
}
/* 다시하기 */
.game-result .btn_retest a {
  background-image: url(https://cdn.banggooso.com/assets/images/game177/restart.png) !important;
  background-position: 66% center !important;
  background-size: 4% !important;
  background: white;
  color: var(--game-177-sub-color);
  font-family: var(--game-177-font);
  font-weight: 500;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 16px rgba(113, 120, 133, 0.1);
}

.game-result .btn_retest {
  width: 100%;
  padding: 1rem 1rem 3rem;
  background: var(--game-177-sub-color);
  margin: -0.1rem 0 0;
}

/* 더 많은 컨텐츠 보기 */
.contents-more {
  margin: 1rem;
}

/* 추천리스트 */
.game-result .recommend-list {
  background-color: var(--game-177-sub-color);
  margin: 0;
  padding: 3rem 0 0.5rem;
}
.game-result .recommend-list:before {
  background-color: #747e95;
  height: 21rem;
  top: 43%;
}
.game-result .recommend-list .inner .title {
  color: white;
  margin-bottom: 1rem;
  font-family: var(--game-177-font2);
  font-weight: 500;
  letter-spacing: 0;
}

/* 가장 많은 유형 */
.game-intro .result-box.most {
  margin: 0;
  background-color: var(--game-177-sub-color);
  border-radius: 0;
  border: 0;
  padding: 1.6rem 1.1rem 10rem;
}

.game-intro .result-box .result-box-title > span {
  font-family: var(--game-177-font2);
  color: white;
  font-weight: 400;
  font-size: 1rem;
}
.test-lists-wrap .title:before,
.game-result .result-box.most .result-box-title:before,
.game-intro .result-box .result-box-title::before {
  background-color: transparent;
}

.game-intro .result-box .result-box-title2 > small {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--game-177-font2);
  font-weight: 300;
}

.result-box .img-halt-box ul.list > li span.label-top {
  margin: 1rem 1rem 0.7rem;
  border-radius: 0.8rem;
  font-size: 0.85rem;
  font-family: var(--game-177-font2);
  padding: 0.2rem 0.6rem;
  font-weight: 600;
  text-shadow: unset;
}

.result-box .img-halt-box ul.list > li span.label-bottom span {
  font-family: var(--game-177-font3);
  color: var(--game-177-sub-color);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7rem;
  letter-spacing: 0;
  margin-bottom: 0.2rem;
}
.result-box .img-halt-box ul.list > li span.label-bottom > em {
  font-family: var(--game-177-font2);
  color: #939daf;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 0.9rem;
}

.game-result .btn-white-round {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-family: var(--game-177-font);
  font-weight: 400;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.1rem;
}
.game-result .recommend-list .btn-wrap {
  margin: 0 1rem 2rem;
}

/* 진행바 */
.progress-bottom {
  top: 2.6rem;
  padding: 0;
  height: 0rem;
  z-index: 1;
  width: 100%;
  display: none;
}
.progress-bottom .progress {
  width: 100%;
  height: 0.35rem;
  left: 50%;
}
.progress-bottom .percen {
  display: none;
}
.progress-bottom .progress .progress-inner.W {
  background-color: #ff758d;
  display: block;
}
.progress-bottom .progress .progress-inner.M {
  background-color: #458fe7;
  display: block;
}
/* 박스 쉐도우 */
/* .game-intro .img-halt-box .list li, */
/* .game-intro .share-sns-list ul li a, */
.game-intro .btn-game-start .select-area a,
.question-wrapper {
  box-shadow: 0 0 1rem #e1e1e1;
}
/* 블라인드 */

#dim-class .popup-container {
  width: 90%;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 0.5rem;
  text-align: center;
}
#dim-class .popup-container .popup-main-text {
  background-color: white;
  font-family: var(--game-177-font3);
  color: #464d5b;
  font-size: 1.2rem;
}
#dim-class .popup-container .popup-main-text span {
  color: #ff8ad0;
}
#dim-class .popup-container .popup-btn-wrapper {
  background: var(--game-177-sub-color);
  color: white;
  padding: 0.8rem 0;
  border-radius: 0.5rem;
  margin-top: 1rem;
  cursor: pointer;
}
#dim-class .popup-container .popup-btn-wrapper a {
  color: white;
  font-family: 'Pretendard';
  letter-spacing: 0;
}
@media screen and (max-width: 500px) {
  .progress-bottom {
    top: 3rem;
  }
}
