@charset "UTF-8";
@font-face {
  font-family: "OneMobile";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/OneMobileLight.eot");
  src: url("../fonts/OneMobileLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OneMobileLight.woff2") format("woff2"), url("../fonts/OneMobileLight.woff") format("woff"), url("../fonts/OneMobileLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OneMobile";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/OneMobileRegular.eot");
  src: url("../fonts/OneMobileRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OneMobileRegular.woff2") format("woff2"), url("../fonts/OneMobileRegular.woff") format("woff"), url("../fonts/OneMobileRegular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OneMobile";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/OneMobileBold.eot");
  src: url("../fonts/OneMobileBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OneMobileBold.woff2") format("woff2"), url("../fonts/OneMobileBold.woff") format("woff"), url("../fonts/OneMobileBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OneMobileTitle";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OneMobileTitle.eot");
  src: url("../fonts/OneMobileTitle.eot?#iefix") format("embedded-opentype"), url("../fonts/OneMobileTitleRegular.woff2") format("woff2"), url("../fonts/OneMobileTitleRegular.woff") format("woff"), url("../fonts/OneMobileTitle.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "OneMobile", sans-serif;
}

html,
body {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-weight: 500;
  color: #222;
}
@media only screen and (max-width: 360px) {
  html,
  body {
    font-size: 9px;
  }
}
@media only screen and (min-width: 415px) {
  html,
  body {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1025px) {
  html,
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1921px) {
  html,
  body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
  html,
  body {
    font-size: 14px;
  }
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  font-family: "OneMobile", sans-serif;
}

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

input,
select,
textarea,
button {
  outline: none;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

th,
td {
  border-collapse: collapse;
}

caption,
legend {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

form,
fieldset,
iframe,
button,
hr {
  border: 0;
}

i,
em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19rem;
  height: 3.9rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1.95rem;
}
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:disabled {
  background-color: #F4F4F4 !important;
}
.btn > sup {
  margin-top: -0.6rem;
}

.select {
  position: relative;
  height: 5rem;
  background-color: #fff;
  border-radius: 2.5rem;
}
.select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.8rem;
  height: 1.2rem;
  transform: translateY(-50%);
  background: url("../images/sub/ico_sel_arrow.svg") no-repeat 0 0/100% auto;
}
.select__sel {
  position: relative;
  width: calc(100% - 4rem);
  height: 100%;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  background: none;
  outline: none;
  z-index: 2;
}

.checkbox__item {
  display: flex;
  align-items: center;
  position: relative;
}
.checkbox__item:not(:first-of-type) {
  margin-top: 3rem;
}
.checkbox input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox input:checked + label:before {
  background-image: url("../images/common/ico_checkbox_active.svg");
}
.checkbox input + label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}
.checkbox input + label:before {
  background: url("../images/common/ico_checkbox_default.svg") no-repeat 0 0/cover;
}
.checkbox input + label > span {
  width: calc(100% - 3.6rem);
}
.checkbox label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}

.header {
  position: relative;
  z-index: 3;
}
.header__logo {
  width: 15.8rem;
}
.header__logo > a {
  display: block;
}
.header__btn {
  position: absolute;
  top: 3.25rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/common/ico_sidenavi.svg") no-repeat center center/100% 100%;
}
.header--open .header__btn {
  background-image: url("../images/common/ico_sidenavi_close.svg");
}

.gnb__dep1:nth-of-type(1).gnb__item--active > a, .gnb__dep1:nth-of-type(2).gnb__item--active > a {
  color: #E24040;
}
.gnb__dep1:nth-of-type(3).gnb__item--active > a {
  color: #FC841C;
}
.gnb__dep1:nth-of-type(4).gnb__item--active > a {
  color: #DDCC06;
}
.gnb__dep1:nth-of-type(5).gnb__item--active > a {
  color: #6FBF33;
}
.gnb__dep1:nth-of-type(6).gnb__item--active > a {
  color: #4095DE;
}
.gnb__dep1:nth-of-type(7).gnb__item--active > a {
  color: #321EA5;
}
.gnb__dep1:nth-of-type(8).gnb__item--active > a {
  color: #9300FF;
}
.gnb__dep1:nth-of-type(9).gnb__item--active > a {
  color: #FF2F77;
}
.gnb__item--active .gnb__sub {
  display: block;
}
.gnb__item a {
  display: block;
  font-family: "OneMobileTitle", sans-serif;
  font-weight: 400;
}
.gnb__sub {
  display: none;
  background-color: #000;
}
.gnb__sub__list {
  position: relative;
}
.gnb__sub__list > li {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .header {
    padding-top: 2.5rem;
  }
  .header__logo {
    margin-left: 2rem;
  }
  .header--open {
    display: block;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .header--open .gnb {
    display: block;
  }
  .header__btn {
    display: block;
  }
  .gnb {
    display: none;
    margin-top: 2.5rem;
  }
  .gnb__dep1 > a {
    font-size: 1.8rem;
  }
  .gnb__dep1.gnb__item {
    padding: 2rem 4rem 0 4rem;
  }
  .gnb__dep1.gnb__item:first-of-type.gnb__item--active {
    margin-top: 0;
  }
  .gnb__dep1.gnb__item--active {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000;
  }
  .gnb__sub {
    display: none;
    padding-left: 1rem;
  }
  .gnb__sub__list > li {
    margin-top: 1.75rem;
  }
  .gnb__sub__list > li > a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .header {
    padding-top: 2.45rem;
    background-color: #fff;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__btn {
    display: none;
  }
  .gnb {
    max-width: 77rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gnb__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gnb__dep1 > a {
    height: 3.25rem;
    font-size: 1.2rem;
    color: #222;
    padding: 0.9rem 2rem 0 2rem;
    white-space: nowrap;
  }
  .gnb__item--active > a:after {
    content: "";
    display: block;
    margin-top: 0.2rem;
    width: 100%;
    height: 1px;
    background-color: #222;
  }
  .gnb__item--active.gnb__dep1--sub > a:after {
    background-color: transparent;
  }
  .gnb__sub {
    position: absolute;
    top: 9.5rem;
    left: 0;
    width: 100%;
    height: 2.2rem;
    z-index: 1;
  }
  .gnb__sub__list {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    height: 100%;
  }
  .gnb__sub__list > li > a {
    height: auto;
    font-size: 1rem;
    color: #fff !important;
  }
  .gnb__sub__list > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background-color: transparent;
  }
  .gnb__sub__list > li > a:hover:after {
    background-color: #fff;
  }
}
.footer {
  background-color: #444;
  font-size: 0.8rem;
}
.footer__top {
  color: #999;
  line-height: 1.4rem;
}
.footer__cnt {
  margin-top: 0.75rem;
  border-top: 1px solid #555;
  text-align: center;
}
.footer__logo {
  width: 6.5rem;
}
.footer__txt {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3rem;
  color: #fff;
}
.footer__btn {
  display: inline-flex;
  align-items: center;
  margin: 1rem auto 0;
  height: 2.1rem;
  padding: 0 1.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1.05rem;
  background-color: #333;
}
.footer__copy {
  margin-top: 1rem;
  text-align: center;
  font-weight: 400;
  color: #999;
  line-height: 1rem;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 2rem 0;
  }
  .footer__cnt {
    padding-top: 1.6rem;
  }
  .footer__logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .footer {
    padding: 1.5rem 0;
  }
  .footer__cnt {
    position: relative;
  }
  .footer__logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
#wrap {
  position: relative;
  overflow-x: hidden;
  min-width: 280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  #wrap {
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 1025px) {
  #wrap {
    background-color: #f4f4f4;
  }
}

#container {
  flex: 1;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 1024px) {
  .contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .contents {
    max-width: 73rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.pop {
  display: none;
  flex-direction: column;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.pop--open {
  display: flex;
}
.pop__inner {
  position: relative;
  background-color: #fff;
  width: calc(100% - 4rem);
  max-width: 33.5rem;
  margin: auto;
  padding: 4.6rem 2rem 2.9rem 2rem;
  border-radius: 2rem;
  text-align: center;
}
.pop__ico {
  position: absolute;
  top: -3.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop__ico img {
  width: 1.1rem;
}
.pop__tit {
  font-size: 2rem;
  line-height: 2.9rem;
  font-family: "OneMobileTitle", sans-serif;
}
.pop__txt {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 700;
}
.pop__txt + .pop__txt {
  margin-top: 2rem;
}
.pop__point {
  color: #DD2828;
}
.pop__btn {
  margin-top: 3rem;
  background-color: #666;
}
.pop__close {
  margin-top: 0;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url("../images/life/ico_pop_close.svg") no-repeat 0 0/auto 100%;
}
.pop.pop-chk .pop__inner {
  padding: 7rem 2.5rem 2.9rem 2.5rem;
}
.pop.pop-chk .pop__ico {
  top: -4.35rem;
  width: 8.7rem;
  height: 8.7rem;
  border-radius: 8.7rem;
  background-color: #6D0DD9;
}
.pop.pop-chk .pop__ico--false img {
  width: 3.1rem;
}
.pop.pop-chk .pop__ico--true img {
  width: 3.8rem;
}
.pop.pop-chk .pop__tit {
  color: #6D0DD9;
}
.pop.pop-chk .pop__txt {
  margin-top: 2.75rem;
}
.pop.diagnose .pop__ico {
  background-color: #FC841C;
}
.pop.diagnose .pop__tit {
  color: #FC841C;
}
.pop.pop-life .pop__ico {
  background-color: #FF2F77;
}
.pop.pop-life .pop__tit {
  color: #FF2F77;
}

@media only screen and (max-width: 320px) {
  .pop__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pop__txt {
    font-size: 1.1rem;
  }
}
.blind,
.hide {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.fc--red {
  color: #E24040 !important;
}
.fc--orange {
  color: #FD7500 !important;
}

.only--pc {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .only--pc {
    display: none !important;
  }
}
.only--mo {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .only--mo {
    display: block !important;
  }
}

.mgt--0 {
  margin-top: 0 !important;
}
.mgt--8 {
  margin-top: 0.4rem !important;
}
.mgt--10 {
  margin-top: 0.5rem !important;
}
.mgt--20 {
  margin-top: 1rem !important;
}
.mgt--24 {
  margin-top: 1.2rem !important;
}
.mgt--32 {
  margin-top: 1.6rem !important;
}
.mgt--40 {
  margin-top: 2rem !important;
}
.mgt--50 {
  margin-top: 2.5rem !important;
}
.mgt--60 {
  margin-top: 3rem !important;
}
.mgt--65 {
  margin-top: 3.25rem !important;
}
.mgt--70 {
  margin-top: 3.5rem !important;
}
.mgt--90 {
  margin-top: 4.5rem !important;
}
.mgt--145 {
  margin-top: 7.25rem !important;
}

.mgb--0 {
  margin-bottom: 0 !important;
}
.mgb--8 {
  margin-bottom: 0.4rem !important;
}
.mgb--10 {
  margin-bottom: 0.5rem !important;
}
.mgb--20 {
  margin-bottom: 1rem !important;
}
.mgb--40 {
  margin-bottom: 2rem !important;
}
.mgb--60 {
  margin-bottom: 3rem !important;
}

.pdt--0 {
  padding-top: 0 !important;
}
.pdt--10 {
  padding-top: 0.5rem !important;
}
.pdt--20 {
  padding-top: 1rem !important;
}
.pdt--40 {
  padding-top: 2rem !important;
}
.pdt--60 {
  padding-top: 3rem !important;
}

.pdb--0 {
  padding-bottom: 0 !important;
}
.pdb--10 {
  padding-bottom: 0.5rem !important;
}
.pdb--20 {
  padding-bottom: 1rem !important;
}
.pdb--40 {
  padding-bottom: 2rem !important;
}
.pdb--60 {
  padding-bottom: 3rem !important;
}

sup {
  display: inline-block;
  line-height: 100%;
  margin-left: 0.05rem;
  font-weight: 300;
  font-size: 0.6em;
  vertical-align: text-top;
  transform: scale(0.75);
}
@media only screen and (max-width: 1024px) {
  sup {
    margin-left: 0;
    vertical-align: top;
  }
}

.link-style {
  color: #0D6BD9;
  text-decoration: underline;
}

.font-medium {
  font-family: "OneMobile", sans-serif;
}

.bg-purple {
  background-color: #B595EB !important;
}
.bg-purplelight {
  background-color: #D7C4F8 !important;
}
.bg-blue {
  background-color: #87A3F5 !important;
}
.bg-bluelight {
  background-color: #B9CBFF !important;
}

.main #container {
  padding-bottom: 0;
}
.main .main-swiper {
  position: relative;
}
.main .main-swiper:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #222;
}
.main .main-swiper__inner {
  position: relative;
  background-color: #F4F4F4;
  z-index: 1;
}
.main .main-swiper__tit {
  font-family: "OneMobileTitle", sans-serif;
  color: #888;
}
.main .main-swiper__txt {
  font-family: "OneMobileTitle", sans-serif;
  color: #888;
}
.main .main-swiper__img {
  position: relative;
}
.main .main-swiper__img:before {
  content: "";
  display: block;
  border-radius: 100%;
}
.main .main-swiper__img > img {
  position: absolute;
  transition: visibility 0.3s, opacity 0.2s ease;
}
.main .main-swiper__img--default {
  visibility: visible;
  opacity: 1;
}
.main .main-swiper__img--active {
  visibility: hidden;
  opacity: 0;
}
.main .main-swiper__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  border-radius: 100%;
}
.main .main-swiper__btn:before {
  content: "";
  position: absolute;
  background-color: #fff;
}
.main .main-swiper__btn:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.main .main-swiper__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main .swiper-slide {
  overflow: hidden;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.main .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: #888;
  z-index: 1;
}
.main .swiper-slide:after {
  content: "";
  position: absolute;
  height: 100%;
  background: url("../images/main/main_sw_dot.png") repeat-y 0 0/100% auto;
}
.main .swiper-slide-active .main-swiper__img:before {
  border-radius: 100%;
  transition: width 0.3s, height 0.3s ease;
}
.main .swiper-slide-active:before, .main .swiper-slide-hover:before {
  background-color: #222;
}
.main .swiper-slide-active:after, .main .swiper-slide-hover:after {
  background-image: url("../images/main/main_sw_active_dot.png");
}
.main .swiper-slide-active .main-swiper__txt, .main .swiper-slide-hover .main-swiper__txt {
  color: #222;
}
.main .swiper-slide-active .main-swiper__hover .main-swiper__img--default, .main .swiper-slide-hover .main-swiper__hover .main-swiper__img--default {
  visibility: hidden;
  opacity: 0;
}
.main .swiper-slide-active .main-swiper__hover .main-swiper__img--active, .main .swiper-slide-hover .main-swiper__hover .main-swiper__img--active {
  visibility: visible;
  opacity: 1;
}
.main .swiper-slide[data-idx="1"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="1"].swiper-slide-hover .main-swiper__tit {
  color: #E24040;
}
.main .swiper-slide[data-idx="1"] .main-swiper__img:before {
  border: 1px solid #222;
  background-color: #fff;
}
.main .swiper-slide[data-idx="2"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="2"].swiper-slide-hover .main-swiper__tit {
  color: #E24040;
}
.main .swiper-slide[data-idx="2"] .main-swiper__img:before {
  background-color: #E24040;
}
.main .swiper-slide[data-idx="3"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="3"].swiper-slide-hover .main-swiper__tit {
  color: #FC841C;
}
.main .swiper-slide[data-idx="3"] .main-swiper__img:before {
  background-color: #FC841C;
}
.main .swiper-slide[data-idx="4"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="4"].swiper-slide-hover .main-swiper__tit {
  color: #DDCC06;
}
.main .swiper-slide[data-idx="4"] .main-swiper__img:before {
  background-color: #DDCC06;
}
.main .swiper-slide[data-idx="5"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="5"].swiper-slide-hover .main-swiper__tit {
  color: #6FBF33;
}
.main .swiper-slide[data-idx="5"] .main-swiper__img:before {
  background-color: #6FBF33;
}
.main .swiper-slide[data-idx="6"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="6"].swiper-slide-hover .main-swiper__tit {
  color: #4095DE;
}
.main .swiper-slide[data-idx="6"] .main-swiper__img:before {
  background-color: #4095DE;
}
.main .swiper-slide[data-idx="7"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="7"].swiper-slide-hover .main-swiper__tit {
  color: #321EA5;
}
.main .swiper-slide[data-idx="7"] .main-swiper__img:before {
  background-color: #321EA5;
}
.main .swiper-slide[data-idx="8"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="8"].swiper-slide-hover .main-swiper__tit {
  color: #9300FF;
}
.main .swiper-slide[data-idx="8"] .main-swiper__img:before {
  background-color: #9300FF;
}
.main .swiper-slide[data-idx="9"].swiper-slide-active .main-swiper__tit, .main .swiper-slide[data-idx="9"].swiper-slide-hover .main-swiper__tit {
  color: #FF2F77;
}
.main .swiper-slide[data-idx="9"] .main-swiper__img > img {
  top: -4.9152542373vh;
  left: -4.8305084746vh;
}
.main .swiper-slide[data-idx="9"] .main-swiper__img:before {
  background-color: #FF2F77;
}
.main .swiper-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OneMobileTitle", sans-serif;
  color: #222;
  background: url("../images/main/main_sw_count_bg.svg") no-repeat 0 0/100% 100%;
}
.main .swiper-button-prev, .main .swiper-button-next {
  position: static;
  margin-top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main .swiper-button-prev:after, .main .swiper-button-next:after {
  display: none;
}
.main .swiper-button-prev {
  background-image: url("../images/main/main_sw_arrow_prev.svg");
}
.main .swiper-button-next {
  background-image: url("../images/main/main_sw_arrow_next.svg");
}
.main .swiper-button-disabled {
  opacity: 1;
}
.main .swiper-button-disabled.swiper-button-prev {
  background-image: url("../images/main/main_sw_arrow_prev_disabled.svg");
}
.main .swiper-button-disabled.swiper-button-next {
  background-image: url("../images/main/main_sw_arrow_next_disabled.svg");
}

@media only screen and (max-width: 1024px) {
  .main .header {
    padding-bottom: 2.5rem;
  }
  .main .main-swiper {
    margin-top: 1rem;
    margin-bottom: 1.9rem;
  }
  .main .main-swiper:before {
    top: 0.4rem;
    height: 0.2rem;
  }
  .main .main-swiper__inner {
    padding-top: 0.7rem;
  }
  .main .main-swiper__tit {
    font-size: 1.9rem;
  }
  .main .main-swiper__txt {
    height: 5.75rem;
    margin-top: 0.9rem;
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .main .main-swiper__img {
    margin-left: 4rem;
  }
  .main .main-swiper__img > img {
    top: -1.5rem;
    left: -3.6rem;
  }
  .main .main-swiper__img:before {
    width: 12.75rem;
    height: 12.75rem;
  }
  .main .main-swiper__btn {
    width: 3.5rem;
    height: 3.5rem;
  }
  .main .main-swiper__btn:before {
    width: 0.15rem;
    height: 0.95rem;
    border-radius: 0.15rem;
  }
  .main .main-swiper__btn:after {
    width: 0.95rem;
    height: 0.15rem;
    border-radius: 0.15rem;
  }
  .main .main-swiper__bottom {
    padding: 4.5rem 2rem 0 2rem;
  }
  .main .swiper-slide {
    width: 18.2rem;
    height: 36.35rem;
  }
  .main .swiper-slide:before {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
  }
  .main .swiper-slide:after {
    top: 1.5rem;
    left: 0.5rem;
    width: 0.2rem;
  }
  .main .swiper-slide-active {
    width: 25.5rem;
  }
  .main .swiper-slide-active .main-swiper__tit {
    font-size: 2.6rem;
  }
  .main .swiper-slide-active .main-swiper__txt {
    height: 7.5rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .main .swiper-slide-active .main-swiper__img {
    margin-left: 6.35rem;
  }
  .main .swiper-slide-active .main-swiper__img:before {
    width: 18.35rem;
    height: 18.35rem;
    border-radius: 18.35rem;
  }
  .main .swiper-slide-active .main-swiper__img > img {
    top: -1.75rem;
    left: -5.5rem;
  }
  .main .swiper-slide-active .main-swiper__btn {
    width: 4.8rem;
    height: 4.8rem;
  }
  .main .swiper-slide-active .main-swiper__btn:before {
    width: 0.2rem;
    height: 1.3rem;
    border-radius: 0.2rem;
  }
  .main .swiper-slide-active .main-swiper__btn:after {
    width: 1.3rem;
    height: 0.2rem;
    border-radius: 0.2rem;
  }
  .main .swiper-slide[data-idx="1"] .main-swiper__img > img {
    width: 23.35rem;
  }
  .main .swiper-slide[data-idx="2"] .main-swiper__img > img {
    width: 19.2rem;
  }
  .main .swiper-slide[data-idx="3"] .main-swiper__img > img {
    width: 16.25rem;
  }
  .main .swiper-slide[data-idx="4"] .main-swiper__img > img {
    width: 15.45rem;
  }
  .main .swiper-slide[data-idx="5"] .main-swiper__img > img {
    width: 15.2rem;
  }
  .main .swiper-slide[data-idx="6"] .main-swiper__img > img {
    width: 10.95rem;
  }
  .main .swiper-slide[data-idx="7"] .main-swiper__img > img {
    width: 21.35rem;
  }
  .main .swiper-count {
    width: 3.2rem;
    height: 3.2rem;
    margin: -0.175rem 0.6rem 0 0;
    font-size: 1rem;
  }
  .main .swiper-button-prev, .main .swiper-button-next {
    width: 4.1rem;
    height: 4.1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .main .header {
    background-color: #f4f4f4;
  }
  .main #container {
    flex: none;
  }
  .main .main-swiper {
    margin-top: 0.8474576271vh;
  }
  .main .main-swiper:before {
    top: 0.6779661017vh;
    width: 100%;
    height: 0.3389830508vh;
  }
  .main .main-swiper__inner {
    padding-top: 1.186440678vh;
  }
  .main .main-swiper__tit {
    font-size: 3.2203389831vh;
  }
  .main .main-swiper__txt {
    height: 9.7457627119vh;
    margin-top: 1.5254237288vh;
    font-size: 1.4406779661vh;
    line-height: 2.2033898305vh;
  }
  .main .main-swiper__img {
    margin-left: 7.4576271186vh;
  }
  .main .main-swiper__img > img {
    top: -1.6949152542vh;
    left: -6.9491525424vh;
  }
  .main .main-swiper__img:before {
    width: 21.6101694915vh;
    height: 21.6101694915vh;
  }
  .main .main-swiper__btn {
    width: 5.9322033898vh;
    height: 5.9322033898vh;
  }
  .main .main-swiper__btn:before {
    width: 0.2542372881vh;
    height: 1.6101694915vh;
    border-radius: 0.2542372881vh;
  }
  .main .main-swiper__btn:after {
    width: 1.6101694915vh;
    height: 0.2542372881vh;
    border-radius: 0.2542372881vh;
  }
  .main .main-swiper__bottom {
    padding-top: 3rem;
  }
  .main .swiper {
    overflow: initial;
    max-width: 70rem;
    padding-left: 6.5254237288vh;
    margin: 0 auto;
  }
  .main .swiper-slide {
    width: 30.8474576271vh;
    max-height: 71.7796610169vh;
  }
  .main .swiper-slide:before {
    width: 2.0338983051vh;
    height: 2.0338983051vh;
  }
  .main .swiper-slide:after {
    top: 2.5423728814vh;
    left: 0.8474576271vh;
    width: 0.3389830508vh;
  }
  .main .swiper-slide-active {
    width: 43.2203389831vh;
  }
  .main .swiper-slide-active .main-swiper__tit {
    font-size: 4.406779661vh;
  }
  .main .swiper-slide-active .main-swiper__txt {
    height: 12.7118644068vh;
    font-size: 2.0338983051vh;
    line-height: 2.8813559322vh;
  }
  .main .swiper-slide-active .main-swiper__img {
    margin-left: 10.7627118644vh;
  }
  .main .swiper-slide-active .main-swiper__img:before {
    width: 31.1016949153vh;
    height: 31.1016949153vh;
  }
  .main .swiper-slide-active .main-swiper__btn {
    width: 8.1355932203vh;
    height: 8.1355932203vh;
  }
  .main .swiper-slide-active .main-swiper__btn:before {
    width: 0.3389830508vh;
    height: 2.2033898305vh;
    border-radius: 0.3389830508vh;
  }
  .main .swiper-slide-active .main-swiper__btn:after {
    width: 2.2033898305vh;
    height: 0.3389830508vh;
    border-radius: 0.3389830508vh;
  }
  .main .swiper-slide[data-idx="1"] .main-swiper__img > img {
    width: 39.5762711864vh;
  }
  .main .swiper-slide[data-idx="2"] .main-swiper__img > img {
    width: 32.5423728814vh;
  }
  .main .swiper-slide[data-idx="3"] .main-swiper__img > img {
    width: 27.5423728814vh;
  }
  .main .swiper-slide[data-idx="4"] .main-swiper__img > img {
    width: 26.186440678vh;
  }
  .main .swiper-slide[data-idx="5"] .main-swiper__img > img {
    width: 25.7627118644vh;
  }
  .main .swiper-slide[data-idx="6"] .main-swiper__img > img {
    width: 18.5593220339vh;
  }
  .main .swiper-slide[data-idx="7"] .main-swiper__img > img {
    width: 36.186440678vh;
  }
  .main .swiper-count {
    width: 5.4237288136vh;
    height: 5.4237288136vh;
    margin: -0.2966101695vh 1.0169491525vh 0 0;
    font-size: 1.6949152542vh;
  }
  .main .swiper-button-prev, .main .swiper-button-next {
    width: 6.9491525424vh;
    height: 6.9491525424vh;
  }
}
@media only screen and (min-width: 1921px) {
  .main-swiper .swiper-wrapper {
    zoom: 0.9;
  }
}
.sub__visual .contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-repeat: no-repeat;
}
.sub__visual__tit {
  font-family: "OneMobileTitle", sans-serif;
}

.sec__item:not(:first-of-type) {
  margin-top: 4.4rem;
}
.sec__tit {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 700;
}
.sec__tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.5rem;
  height: 100%;
  min-height: 3.1rem;
  background-color: #222;
}
.sec__tit__sub {
  margin: 1.5rem 0 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.65rem;
}
.sec__category {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 21.4rem;
  height: 3.3rem;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 1.65rem;
  color: #fff;
  background-color: #5A86CC;
  z-index: 1;
}
.sec__category + .sec__box {
  padding-top: 4.5rem;
  margin-top: -1.7rem;
}
.sec__box {
  position: relative;
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.sec__box + .sec__box {
  margin-top: 1.75rem;
}
.sec__box__txt {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.sec__box__txt--xsmall {
  font-size: 1rem;
  line-height: 1.5rem;
}
.sec__box__txt--small {
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #666;
}
.sec__box__txt--large {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.sec__box__txt--large > sup {
  font-family: "OneMobileTitle", sans-serif !important;
  font-weight: 500;
}
.sec__box__txt--extra {
  font-size: 2.4rem;
  font-family: "OneMobileTitle", sans-serif !important;
  line-height: 2.9rem;
}
.sec__box__txt--extra > .sec__point,
.sec__box__txt--extra > sup {
  font-family: "OneMobileTitle", sans-serif !important;
  font-weight: 500;
}
.sec__box__txt--graybox {
  display: flex;
  justify-content: center;
}
.sec__box__txt--graybox.txt--small {
  font-size: 0.7rem;
  line-height: 1.2rem;
}
.sec__box__txt--graybox > span {
  padding: 1rem 1.4rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  background-color: #FAFAFA;
}
.sec__img {
  display: block;
  margin: 3rem auto 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .sec__img img {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1921px) {
  .sec__img img {
    zoom: 1;
  }
}
.sec__img + .sec__box__txt {
  margin-top: 3rem;
}
.sec__bottom {
  margin-top: 1rem;
  padding: 0 1.1rem;
}
.sec__bottom li {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #999;
  word-break: break-all;
}
.sec__bottom--inline li {
  display: inline;
}
.sec__point {
  font-weight: 700;
}
.sec__pop {
  position: relative;
  margin: -4rem 2.1rem 0 2.1rem;
  z-index: 2;
  padding: 2.75rem 1.6rem;
  text-align: center;
  border: 2px solid #222;
  background-color: #fff;
  border-radius: 2rem 2rem 0 4rem;
}
.sec__pop__wrap {
  padding-bottom: 8rem;
}
.sec__pop__txt {
  font-size: 1.9rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.2rem;
  font-weight: 400;
}
.sec__pop__txt--deco > span {
  position: relative;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}
.sec__pop__txt--deco > span:before, .sec__pop__txt--deco > span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.sec__pop__txt--deco > span:before {
  left: 0;
  background-image: url("../images/sub/ico_sec_pop_left.svg");
}
.sec__pop__txt--deco > span:after {
  right: 0;
  background-image: url("../images/sub/ico_sec_pop_right.svg");
}
.sec__pop__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
}

.ico--zoom {
  width: 4.9rem;
  margin: 1.7rem auto 0;
}

@media only screen and (max-width: 1024px) {
  .sub__visual {
    height: 13.3rem;
  }
  .sub__visual .contents {
    margin: 0 4rem;
    padding: 0;
    align-items: flex-end;
    background-size: 20.2rem 17.75rem;
    background-position: right 0;
  }
  .sub__visual__tit {
    padding-bottom: 2rem;
    font-size: 2rem;
  }
  .sec {
    margin-top: 3rem;
  }
  .sec__box + .sec__box {
    margin-top: 1rem;
  }
  .sec__pop__inner {
    flex-direction: column;
    gap: 1rem;
  }
  .sec__bottom {
    margin-top: 1rem;
  }
  .sec__img--resize {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .ico--zoom {
    width: 4.9rem;
    height: 4.9rem;
    background: url("../images/common/ico_zoom.png") no-repeat 0 0/100% 100%;
  }
  .ico--zoom + .sec__box__txt {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .sub__visual {
    overflow: hidden;
    height: 10.25rem;
    border-bottom-right-radius: 5rem;
    background-color: #F0F0F0;
  }
  .sub__visual .contents {
    align-items: center;
    background-size: 22.65rem 18.7rem;
    background-position: 92% 1.5rem;
  }
  .sub__visual__tit {
    font-size: 2.5rem;
  }
  .sec {
    margin-top: 3.7rem;
  }
  .sec__pop__inner {
    gap: 1.2rem;
  }
  .sec__bottom {
    margin-top: 2rem;
  }
  .ico--zoom + .sec__box__txt {
    margin-top: 3rem;
  }
}
.intro__inner {
  position: relative;
}
.intro__bg {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.intro__bg > img {
  width: 100%;
}
.intro__box {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  bottom: 5rem;
}
.intro__tit {
  font-family: "OneMobileTitle", sans-serif;
}
.intro__tit > em {
  font-family: "OneMobileTitle", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .intro {
    margin: 3rem auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .intro {
    margin-top: 6rem;
  }
  .intro__inner {
    max-width: 64rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1248px) {
  .intro__box {
    left: 2rem;
  }
  .intro__tit {
    font-size: 1.3rem;
  }
  .intro__tit > em {
    font-size: 3.3rem;
  }
  .intro__txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1249px) {
  .intro__box {
    left: 5.3rem;
  }
  .intro__tit {
    font-size: 2rem;
  }
  .intro__tit > em {
    font-size: 5rem;
  }
  .intro__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.hiv .sub__visual .contents {
  background-image: url("../images/sub/hiv_sub_visual.svg");
}
.hiv .sec__point {
  color: #E24040;
}
.hiv .sec__pop__btn {
  background-color: #E24040;
}
.hiv .sec__step__item {
  position: relative;
}
.hiv .sec__step__item:not(:first-of-type) {
  margin-top: 2rem;
}
.hiv .sec__step__item:last-of-type:before, .hiv .sec__step__item:last-of-type:after {
  display: none;
}
.hiv .sec__step__item:before {
  content: "";
  position: absolute;
  top: 4.65rem;
  left: 1rem;
  width: 2px;
  height: calc(100% - 2rem);
  border-left: 2px dotted #222;
}
.hiv .sec__step__item:after {
  content: "";
  position: absolute;
  top: calc(50% + 3.6rem);
  left: 0.45rem;
  width: 1.2rem;
  height: 1.1rem;
  transform: translateY(-50%);
  background: url("../images/sub/hiv_bullet_sq_red.svg") no-repeat 0 0/100% 100%;
}
.hiv .sec__step__tit {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-family: "OneMobileTitle", sans-serif;
}
.hiv .sec__step__tit > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  margin-right: 0.4rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: url("../images/sub/hiv_bullet.svg") no-repeat 0 0/100% 100%;
  text-indent: 0.25rem;
}
.hiv .sec__step ul {
  margin-top: 0.8rem;
  padding-left: 5.7rem;
}
.hiv .sec__step ul > li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-left: 0.9rem;
}
.hiv .sec__step ul > li:not(:first-of-type) {
  margin-top: 1rem;
}
.hiv .sec__step ul > li:before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #222;
}
.hiv--type1 {
  position: relative;
}
.hiv--type1 .sec__box__top {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  border-bottom: 2px solid #222;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.hiv--type1 .sec__img {
  margin: 0;
  padding: 0.9rem 2.2rem 0 2.2rem;
}
.hiv--type2 .sec__box__txt--large:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.75rem;
  background-color: #E24040;
  border-radius: 0.5rem;
}
.hiv--type2 .sec__box__txt {
  margin-top: 1rem;
}
.hiv--type2 .sec__maxwidth + .sec__maxwidth {
  margin-top: 1.2rem;
}

@media only screen and (max-width: 1248px) {
  .hiv--type2 .sec__img {
    margin-top: 2.4rem;
  }
  .hiv .sec__pop__txt--deco > span {
    padding: 0 3.5rem;
  }
}
@media only screen and (min-width: 1249px) {
  .sec__maxwidth {
    max-width: 27.5rem;
  }
  .sec__img--absolute {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 46%;
    margin-top: 0;
  }
  .hiv .sec__pop__txt--deco > span {
    padding: 0 6.2rem;
  }
}
.diagnose .sub__visual .contents {
  background-image: url("../images/sub/diagnose_sub_visual.svg");
}
.diagnose .sec__point {
  color: #FC841C;
}
.diagnose .sec__pop__btn {
  background-color: #FC841C;
}
.diagnose .sec__pop__txt--deco > span {
  padding: 0;
}
.diagnose .sec__pop__txt--deco > span:before, .diagnose .sec__pop__txt--deco > span:after {
  content: "";
  position: absolute;
  top: -1rem;
}
.diagnose .sec .check-hiv__btn {
  background-color: #6D0DD9;
}
.diagnose .sec .check-hiv .btn-wrap {
  margin-top: 4rem;
}
.diagnose__btn-wrap {
  gap: 1.4rem;
}
.diagnose__btn-wrap .btn {
  width: 21.3rem;
  border: 2px solid #FC841C;
  color: #FC841C;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .check-hiv .sec__img {
    width: 13rem;
    margin: 0 auto 3rem;
  }
  .diagnose__btn-wrap {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .check-hiv__inner {
    display: flex;
    align-items: flex-start;
  }
  .check-hiv .sec__img {
    width: 17.4rem;
    margin: 10.5rem 0 0 0;
    text-align: left;
  }
  .check-hiv .checkbox {
    width: calc(100% - 17.4rem);
  }
  .diagnose__btn-wrap {
    margin-top: 2rem;
  }
}
.treat .sub__visual .contents {
  background-image: url("../images/sub/treat_sub_visual.svg");
}
.treat .sec__point {
  color: #B7A901;
}
.treat .sec__pop__btn {
  background-color: #DDCC06;
}
.treat .sec__box__txt--graybox {
  max-width: 49.25rem;
  margin: 0 auto;
}

.campaign .sub__visual .contents {
  background-image: url("../images/sub/campaign_sub_visual.svg");
}
.campaign .btn {
  background-color: #6FBF33;
}
.campaign .sec__point {
  color: #6FBF33;
}
.campaign .sec__pop__btn {
  background-color: #6FBF33;
}
.campaign .sec__info {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 0.1rem solid #222;
}
.campaign .sec__info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #6FBF33;
  border-radius: 1.2rem;
}
.campaign .sec__info dd {
  width: calc(100% - 8.8rem);
  padding-top: 0.2rem;
}
.campaign .sec__box__txt--xsmall {
  margin-top: 2rem;
}
.campaign .sec .video {
  margin-bottom: 1.6rem;
}
.campaign .sec .btn-wrap {
  margin-top: 3rem;
}

.sec__box__txt--graybox.maxwidth--1024 {
  max-width: 51.2rem;
  margin: 0 auto;
}
.sec__box__txt--graybox.maxwidth--1024 > span {
  display: block;
  width: 100%;
}

.instance {
  max-width: 51.2rem;
  margin: 3.5rem auto 0;
}
.instance__tit {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.instance__box {
  position: relative;
}
.instance__box:after {
  content: "";
  position: absolute;
  bottom: -2.3rem;
  left: 0;
  right: 0;
  width: 1.6rem;
  height: 1.45rem;
  margin: 0 auto;
  background: url("../images/sub/campaign_ico_arrow.svg") no-repeat 0 0/100% 100%;
}
.instance__box__inner {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  border-radius: 0.5rem;
  text-align: center;
}
.instance__box--default .instance__img {
  width: 27%;
  margin: 0 auto -2.8rem;
  text-align: center;
}
.instance__box--default .instance__box__inner {
  padding-top: 3.3rem;
  padding-bottom: 2rem;
  background-color: #F5F5F5;
}
.instance__box--result {
  margin-top: 3.3rem;
}
.instance__box--result:after {
  display: none;
}
.instance__box--result .instance__box__inner {
  padding-top: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #6FBF33;
}
.instance__box--result .instance__img {
  text-align: center;
  margin: 0 auto;
}
.instance__box__tit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17rem;
  height: 2.4rem;
  padding: 0 1rem;
  margin: 0 auto 2rem;
  color: #fff;
  background-color: #222;
  border-radius: 1.2rem;
}
.instance__box__txt {
  text-align: left;
}
.instance__box__txt + .instance__box__txt {
  margin-top: 1rem;
}
.instance--type1 .instance__box--result .instance__box__inner {
  padding-bottom: 9.5rem;
}
.instance--type1 .instance__box--result .instance__img {
  width: 9.4rem;
  margin-top: -6.6rem;
}
.instance--type2 .instance__box--result .instance__box__inner {
  padding-bottom: 6.25rem;
}
.instance--type2 .instance__box--result .instance__img {
  width: 18.1rem;
  margin-top: -3.25rem;
}
.instance--type3 .instance__box--result .instance__box__inner {
  padding-bottom: 3.3rem;
}
.instance--type3 .instance__box--result .instance__img {
  width: 14.5rem;
  margin-top: -1.5rem;
}
.instance--type4 .instance__box--result .instance__box__inner {
  padding-bottom: 9.1rem;
}
.instance--type4 .instance__box--result .instance__img {
  width: 21.5rem;
  margin-top: -6.7rem;
}

@media only screen and (min-width: 1025px) {
  .campaign .sec .btn-wrap {
    margin-top: 2.4rem;
  }
}
.prevent__tit {
  color: #4095DE;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.prevent__tit span {
  font-size: 1.2rem;
}
.prevent--flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.prevent--dash {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.prevent--dash::before {
  content: "-";
}
.prevent--dash strong {
  font-size: 1rem;
}
.prevent__qr {
  margin-top: 1rem;
  position: relative;
  padding: 2.5rem;
  background-color: #F1F4F6;
  border-radius: 1.3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.prevent__qr::before {
  content: "";
  width: 2.05rem;
  height: 1.95rem;
  position: absolute;
  top: -1.5rem;
  right: 2.2rem;
  background: url("../images/sub/ico_prevent_tail.svg") no-repeat 0 0/100% auto;
}
.prevent__qr img {
  width: 7.4rem;
  height: 7.4rem;
}
.prevent__qr p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
}
.prevent__dl dl {
  display: table;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.prevent__dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 1.1rem 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #4095DE;
  color: #fff;
  text-align: center;
}
.prevent__dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 1.1rem 1rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: #F1F4F6;
}
.prevent__law {
  position: relative;
  padding-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.prevent__law::before {
  content: "";
  width: 0.25rem;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
}
.prevent__law__tit {
  font-weight: 700;
}
.prevent__law__txt {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.prevent .sub__visual .contents {
  background-image: url("../images/sub/prevent_sub_visual.svg");
}
.prevent .sec__point {
  color: #4095DE;
}
.prevent .sec__pop__btn {
  background-color: #4095DE;
}
.prevent .sec__box--sub {
  margin-top: 2.15rem;
  padding: 2.35rem 1.6rem 2rem;
  background-color: #F1F4F6;
  border-radius: 0.85rem;
}
.prevent .sec__box--sub sup {
  font-size: inherit;
}
.prevent .sec__box__txt--extra {
  font-size: 1.7rem;
  line-height: 2.3rem;
}
.prevent .sec__box__listBox {
  margin-top: 3rem;
}
.prevent .sec__box__listBox li {
  display: flex;
  justify-content: center;
  width: 27.5rem;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #fff;
  background-color: #5A86CC;
  border-radius: 0.5rem;
}
.prevent .sec__box__listBox li + li:not(:first-of-type) {
  margin-top: 1rem;
}
.prevent .sec__box__listBox li:nth-child(2) {
  background-color: #4070BE;
}
.prevent .sec__box__listTxt {
  margin-top: 2rem;
  text-align: center;
}
.prevent .sec__box__listTxt li:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.25rem;
  border-radius: 100%;
  background-color: #222;
  vertical-align: middle;
}
.prevent .sec__box__listTxt li + li:not(:first-of-type) {
  margin-top: 1rem;
}

.material {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #ccc;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .sec__box__listBox {
    margin-top: 2rem;
  }
  .prevent__dl dt {
    width: 10.65rem;
  }
  .prevent__dl dd {
    width: calc(100% - 10.65rem);
  }
}
@media only screen and (min-width: 1025px) {
  .sec__box__listBox {
    margin-top: 3rem;
  }
  .sec__box--sub {
    margin-top: 2.5rem;
    padding: 2.35rem 0 2.6rem;
  }
  .prevent__list {
    display: flex;
    align-items: center;
    gap: 2.8rem;
  }
  .prevent__list__cnt {
    width: calc(100% - 30.7rem);
  }
  .prevent__list .prevent__qr {
    margin: 0;
    width: 27.9rem;
  }
  .prevent__dl dt {
    width: 14.65rem;
  }
  .prevent__dl dd {
    width: calc(100% - 14.65rem);
  }
}
.faq .sub__visual .contents {
  background-image: url("../images/sub/faq_sub_visual.svg");
}
.faq .sec__point {
  color: #4E5BC1;
}
.faq .btn {
  background-color: #4E5BC1;
}
.faq-list__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: left;
  padding: 2.75rem 3rem;
  background-color: #fff;
  border-radius: 2rem;
}
.faq-list__top > span {
  width: calc(100% - 5.2rem);
}
.faq-list__top:after {
  content: "";
  width: 1.8rem;
  height: 1.2rem;
  margin-top: 0.6rem;
  background: url("../images/sub/faq_arrow.svg") no-repeat 0 0/100% 100%;
}
.faq-list__item:not(:first-of-type) {
  margin-top: 1rem;
}
.faq-list__item .sec__box {
  padding: 0;
}
.faq-list__item--active .faq-list__cnt {
  display: block;
}
.faq-list__item--active .faq-list__top:after {
  transform: rotate(180deg);
}
.faq-list__cnt {
  display: none;
  margin-top: -0.25rem;
  padding: 0 3rem 3rem 3rem;
}
.faq-list__answer {
  position: relative;
  padding: 0 0 1.9rem 3rem;
}
.faq-list__answer:before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq-list__answer .sec__box__txt + .sec__box__txt {
  margin-top: 1.75rem;
}
.faq-list .sec__img {
  margin-top: 0;
  padding-top: 2rem;
  background: url("../images/sub/faq_border.svg") repeat-x 0 0/auto 2px;
}
.faq-list .sec__img + .sec__bottom {
  margin-top: 1.75rem;
}
.faq-list .sec__box__txt--graybox {
  margin-top: 2rem;
}
.faq-list .faq-list__btn {
  width: auto;
  padding: 0 3rem;
}
.faq-list .sec__bottom {
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1248px) {
  .faq .sec__box__txt--graybox {
    flex-direction: column;
  }
}
#wrap.wrap--search {
  display: block;
}

.search {
  padding-bottom: 0 !important;
}
.search--done .search__result {
  display: block;
}
.search__inner {
  position: relative;
}
.search .map {
  position: relative;
}
.search .map:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background: url("../images/sub/map_background.svg") repeat-x 0 0/100% 100%;
  z-index: 1;
}
.search .map__txt {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: calc(100% - 4rem);
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2rem;
  color: #fff;
  z-index: 10;
}
.search .map .btn-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.search .map__btn {
  width: 2.1rem;
  height: 2.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.search .map__btn--location {
  border-radius: 100%;
  background: #fff url("../images/sub/ico_map_location.svg") no-repeat center center/1.3rem 1.3rem;
}
.search .map__zoom {
  display: flex;
  flex-direction: column;
  margin-top: 0.4rem;
}
.search .map__zoom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .map__zoom__btn--in {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.search .map__zoom__btn--in:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/sub/ico_map_zoom_in.svg") no-repeat 0 0/100% 100%;
}
.search .map__zoom__btn--out {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.search .map__zoom__btn--out:after {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background: url("../images/sub/ico_map_zoom_out.svg") no-repeat 0 0/100% 100%;
}
.search__top {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  width: calc(100% - 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.search__top__btn {
  width: 6.7rem;
  height: 4.4rem;
  background-color: #9300FF;
  color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 700;
  z-index: 10;
}
.search__btm__txt {
  position: relative;
  padding: 0 1.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
}
.search__result {
  display: none;
  padding: 2rem 1.5rem;
  height: 100%;
  background-color: #fff;
}
.search__result__wrap {
  margin-bottom: 1.6rem;
}
.search__result__wrap li {
  padding: 1.2rem 0;
  position: relative;
  border-bottom: 2px solid #222;
}
.search__result__cell span {
  font-size: 1.2rem;
}
.search__result__cell:first-child {
  display: block;
  padding-bottom: 0.8rem;
}
.search__result__btn {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.search__result__call {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background: url("../images/sub/ico_call.svg") no-repeat center center/cover;
}
.search__btn {
  display: block;
  margin: 0 auto;
  width: 11rem;
  height: 3.6rem;
  background-color: #666;
}
.search .ipt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.3rem;
  width: 100%;
  height: 4.4rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 10;
}
.search .ipt__style {
  width: calc(100% - 2rem);
  font-size: 1.4rem;
  color: #222;
}
.search .ipt__style::-moz-placeholder {
  color: #aaa;
}
.search .ipt__style::placeholder {
  color: #aaa;
}
.search .ipt__btn {
  width: 1.65rem;
  height: 1.65rem;
  background: url("../images/sub/ico_search.svg") no-repeat center center/cover;
}

.class__top {
  z-index: 10;
}

.health {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 1.5rem 2rem 0;
  border-top: 40px solid #9300FF;
  background-color: #F5F5F5;
  z-index: 10;
}
.health--open {
  display: block;
}
.health__table {
  overflow-y: auto;
  border-bottom: 0.1rem solid #ddd;
}
.health__table th {
  padding: 0.95rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.health__table td {
  padding: 1.45rem 0;
  font-size: 1rem;
}
.health__table tbody {
  border-top: 0.2rem solid #222;
}
.health__table tbody tr {
  border-bottom: 0.1rem solid #ddd;
}
.health__table__btn {
  text-decoration: underline;
}
.health__table__txt {
  padding-top: 2.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  color: #999;
}
.health__btm {
  padding: 2rem 0;
}

@media only screen and (max-width: 1024px) {
  .search {
    position: relative;
    padding-bottom: 0 !important;
    min-height: 100%;
    height: 100%;
  }
  .search--done {
    min-height: auto;
    height: auto;
  }
  .search--done .map {
    min-height: 85vh !important;
    /* iOS only */
  }
  @supports (-webkit-touch-callout: none) {
    .search--done .map {
      min-height: 75vh !important;
    }
  }
  .search__inner {
    height: 100%;
  }
  .search .map {
    width: 100%;
    min-height: 100%;
  }
  .search .map:after {
    background: url("../images/sub/map_background.svg") repeat-x 100% 100%;
    background-size: cover;
  }
  .search .map .btn-wrap {
    bottom: 9.6rem;
    right: 1.5rem;
  }
  .search .map__btn--location {
    width: 4.6rem;
    height: 4.6rem;
    background-size: 2.4rem 2.4rem;
  }
  .search .map__zoom {
    display: none;
  }
  .search .map__txt {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .search--done .health {
    max-height: calc(23.15rem - 1rem);
  }
  .search .sub__visual {
    height: 8.65rem;
  }
  .search .sub__visual .contents {
    background-image: url("../images/sub/search_sub_visual.svg");
    background-position: 92% 20%;
  }
  .search .map__txt {
    bottom: 30px;
    left: auto;
    width: 100%;
  }
  .search .map:after {
    background-size: unset;
  }
  .search .map .btn-wrap {
    width: 100%;
    max-width: 89.6rem;
    padding: 0 3.4rem;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .search .map__zoom {
    display: flex;
  }
  .search .map__txt {
    padding: 0 7.5rem;
  }
  .search__top {
    top: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
    padding: 0 3.4rem;
    width: 100%;
    max-width: 89.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .search__result {
    padding: 3rem 5rem;
  }
  .search__result__wrap {
    max-width: 1400px;
    margin: 0 auto 2rem;
  }
  .search__result__wrap li {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 0.1rem solid #ddd;
    text-align: center;
  }
  .search__result__cell span {
    font-size: 1rem;
  }
  .search__result__cell:first-child {
    width: 30%;
    padding-bottom: 0;
  }
  .search__result__cell:nth-child(2) {
    width: 25%;
  }
  .search__result__cell:last-child {
    width: 45%;
  }
  .search__result__btn {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
  }
  .search__result__btn:hover {
    font-weight: 700;
  }
  .search__result__call {
    cursor: default;
    pointer-events: none;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 3.6rem;
    height: 3.6rem;
    background: none;
  }
  .search__result__thead {
    border-bottom: 0.1rem solid #222 !important;
  }
  .search__result__thead strong {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .search__btn {
    width: 19rem;
    height: 3.9rem;
    font-size: 1.3rem;
  }
  .search .ipt {
    padding: 1rem 1.2rem;
    width: 29.3rem;
    height: 3.5rem;
  }
  .search .ipt__style {
    font-size: 1rem;
  }
  .health {
    display: block;
    position: unset;
    width: 40.6rem;
    max-height: calc(33.8rem - 1rem);
    padding: 1rem 1rem 0;
    background-color: #fff;
    border-width: 1rem;
    z-index: 10;
  }
  .health__table {
    overflow-y: auto;
    height: 96%;
  }
  .health__table th {
    padding: 0.9rem 0;
    font-size: 1rem;
  }
  .health__table td {
    padding: 0.8rem 0;
    font-size: 0.8rem;
  }
  .health__table__btn:hover {
    font-weight: 700;
  }
  .health__table__btn--mobile {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1361px) {
  .search--done .health {
    max-height: calc(23.15rem - 2rem);
  }
  .search .sub__visual .contents {
    background-image: url("../images/sub/search_sub_visual.svg");
  }
  .search__top {
    top: 3rem;
    padding: 0;
  }
  .search .map .btn-wrap {
    padding: 0;
  }
  .health {
    max-height: calc(33.8rem - 2rem);
    border-width: 2rem;
  }
}
/**
* Hi Life = mobile base
**/
.life#container {
  padding-bottom: 29.1rem;
}
.life#container .btn-wrap .btn {
  background-color: #FF2F77;
}
.life .sec__point {
  color: #FF2F77;
}
.life .sec__box {
  padding: 4rem 3rem;
}
.life__tit {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.life__swiper .swiper-slide {
  width: 86.86%;
}
.life__swiper .swiper-slide .life__box {
  display: block;
  width: 100%;
  text-align: left;
  padding: 3rem 2.5rem 3rem 3rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.life__swiper .swiper-slide.soon .life__box {
  pointer-events: none;
}
.life__swiper .swiper-slide.soon *:not(.life__swiper__btn) {
  color: #d1d1d1;
}
.life__swiper .swiper-slide.soon .life__swiper__btn {
  background-color: #d1d1d1;
}
.life__swiper .swiper-pagination {
  position: static;
  margin-top: 1.5rem;
}
.life__swiper .swiper-pagination-bullet {
  width: 2rem;
  height: 0.5rem;
  border-radius: 0;
  background: #d8d8d8;
  opacity: 1;
}
.life__swiper .swiper-pagination-bullet-active {
  background: #FF2F77;
}
.life__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.life__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3rem;
}
.life__swiper__tit {
  font-family: "OneMobileTitle", sans-serif;
  font-size: 2.4rem;
  color: #222;
}
.life__swiper__txt {
  height: 3.15rem;
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #666;
}
.life__swiper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  padding: 0.65rem 1.15rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  border-radius: 2rem;
  background-color: #222;
}
.life__swiper__btn:after {
  content: "";
  width: 0.75rem;
  height: 1.25rem;
  margin-left: 0.45rem;
  background: url("../images/life/ico_swiper_arrow.svg") no-repeat 0 0/100% 100%;
}
.life__swiper__ico {
  position: absolute;
}
.life .repairing .swiper-slide:nth-child(1) .life__swiper__ico {
  width: 5.9rem;
}
.life .repairing .swiper-slide:nth-child(2) .life__swiper__ico {
  width: 9.2rem;
}
.life .repairing .swiper-slide:nth-child(3) .life__swiper__ico {
  width: 5.55rem;
}
.life .repairing .swiper-slide:nth-child(4) .life__swiper__ico {
  width: 4.9rem;
}
.life .repairing .swiper-slide:nth-child(5) .life__swiper__ico {
  width: 5.3rem;
}
.life .quiz .swiper-slide:nth-child(1) .life__swiper__ico {
  width: 7.8rem;
}
.life .quiz .swiper-slide:nth-child(2) .life__swiper__ico {
  width: 11.6rem;
}
.life .quiz .swiper-slide:nth-child(3) .life__swiper__txt {
  line-height: 1.7rem;
}
.life .quiz .swiper-slide:nth-child(3) .life__swiper__ico {
  width: 11.1rem;
}
.life .quiz .swiper-slide:nth-child(4) .life__swiper__ico {
  width: 9.25rem;
}
.life .vid__list li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.life .vid__list li:not(:first-child) {
  margin-top: 2rem;
}
.life .vid__list button {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
.life .vid__list button > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.life .vid__list button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.life .vid__list button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  background: url("../images/life/ico_video_player.svg") no-repeat 0 0/100% 100%;
  transform: translate(-50%, -50%);
}
.life .vid__list .soon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #D1D1D1;
}
.life .vid__list .soon__tit {
  font-family: "OneMobileTitle", sans-serif;
  font-size: 2.4rem;
}
.life .vid__list .soon__txt {
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
.life .vid__tit {
  padding-top: 1.2rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.life .calc .sec__box {
  position: relative;
}
.life .calc .sec__box:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1.2rem;
  width: 8.4rem;
  height: 19.65rem;
  background: url("../images/life/calc_img.svg") no-repeat 0 0/100% 100%;
  z-index: 0;
}
.life .calc__cnt {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
.life .calc__item:not(:first-child) {
  margin-top: 2.85rem;
}
.life .calc__tit {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.life .calc__tit:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #222;
  border-radius: 100%;
}
.life .calc__ipt {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 0.95rem;
  margin-top: 1.55rem;
}
.life .calc__ipt span {
  width: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.life .calc .ipt {
  width: 9.05rem;
  height: 3.4rem;
  padding: 0 1.2rem;
  text-align: right;
  font-size: 1.6rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #FF2F77;
  border-radius: 0.5rem;
  background-color: #F2F2F2;
}
.life .calc .ipt::-moz-placeholder {
  color: #B9B9B9;
}
.life .calc .ipt::placeholder {
  color: #B9B9B9;
}
.life .calc .btn-wrap {
  margin-top: 5rem;
}
.life .promise .sec__box {
  padding-bottom: 9.05rem;
  text-align: center;
}
.life .promise__img {
  width: 19.6rem;
  margin: 4rem auto 0;
}
.life .promise__txtBox {
  margin: 4rem 0;
}
.life .promise__txtBox__tit {
  font-size: 1.9rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #FF2F77;
}
.life .promise__txtBox__txt {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
.life .promise .sec__pop {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 4.6rem);
  padding-bottom: 13.6rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 320px) {
  .life .promise .sec__pop {
    width: calc(100% - 1.5rem);
  }
}
.life .promise .sec__pop:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 24.8rem;
  height: 10rem;
  margin: 0 auto;
  background: url("../images/life/promise_img2.svg") no-repeat center center/100% 100%;
}
.life .promise .sec__pop__txt--deco > span {
  display: inline-block;
  font-family: "OneMobileTitle", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  color: #FF2F77;
}
@media only screen and (max-width: 320px) {
  .life .promise .sec__pop__txt--deco > span {
    font-size: 1.6rem;
  }
}
.life .promise .sec__pop__txt--deco > span:before {
  left: -3.7rem;
}
.life .promise .sec__pop__txt--deco > span:after {
  right: -3.7rem;
}
.life .promise .sec__pop__txt--deco > span span {
  display: block;
  margin-top: 1.5rem;
}
.life .promise .sec__pop__txt--deco > span span em {
  font-family: "OneMobileTitle", sans-serif;
}
.life .promise .sec__pop__txt--deco > span span .promise__count {
  font-size: 4rem;
  line-height: 100%;
}
.life .promise .sec__pop__txt--deco > span span .promise__count + em {
  font-size: 2rem;
  color: #222;
}

@media only screen and (max-width: 1024px) {
  .life .sec {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .life .sub__visual .contents {
    background-image: url("../images/life/life_sub_visual_m.svg");
    background-size: 20.65rem 16.1rem;
    background-position: right 1.2rem;
  }
  .life .repairing .life__swiper__ico {
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
  }
  .life .quiz .life__swiper__ico {
    right: 2.5rem;
    bottom: 2.7rem;
  }
  .life .calc .btn-wrap .btn {
    width: 17.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .sub__visual .contents {
    background-image: url("../images/life/life_sub_visual.svg");
    background-size: 19.6rem 19.1rem;
    background-position: right 0.7rem;
  }
  .life#container {
    padding-bottom: 23rem;
  }
  .life .sec {
    margin-top: 0;
    padding: 3.7rem 0 4rem;
  }
  .life .sec:nth-child(2n) {
    background-color: #EFEFEF;
  }
  .life .sec__box {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .life__swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    transform: none !important;
  }
  .life__swiper .swiper-slide {
    width: 34rem;
  }
  .life__swiper .swiper-slide.w--33 {
    width: 22rem;
  }
  .life__swiper .swiper-pagination {
    display: none;
  }
  .life__swiper__tit {
    font-size: 2.2rem;
  }
  .life__swiper__txt {
    height: auto;
    margin-top: 0.75rem;
  }
  .life__swiper__ico {
    bottom: 1.5rem;
    right: 2rem;
  }
  .life .repairing .swiper-slide:nth-child(1) .life__swiper__ico {
    width: 5.1rem;
  }
  .life .repairing .swiper-slide:nth-child(2) .life__swiper__ico {
    right: 1rem;
  }
  .life .repairing .swiper-slide:nth-child(3) .life__swiper__ico {
    width: 5.15rem;
  }
  .life .quiz .life__swiper__btn {
    margin-top: 1.2rem;
  }
  .life .quiz .swiper-slide:nth-child(3) .life__box {
    padding: 2.5rem 1.9rem 2.2rem 3rem;
  }
  .life .quiz .swiper-slide:nth-child(3) .life__swiper__btn {
    margin-top: 0.8rem;
  }
  .life .vid__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .life .vid__list li {
    position: relative;
    width: 34rem;
    height: 22.2rem;
    padding-top: 0;
  }
  .life .vid__list li:not(:first-child) {
    margin-top: 0;
  }
  .life .vid__list button:after {
    width: 4.6rem;
    height: 4.6rem;
  }
  .life .vid__list .soon__tit {
    font-size: 2.2rem;
  }
  .life .vid__list .soon__txt {
    margin-top: 0.9rem;
    font-size: 1.2rem;
  }
  .life .vid__tit {
    font-size: 1.7rem;
  }
  .life .calc .sec__box {
    position: relative;
  }
  .life .calc .sec__box:before {
    bottom: -1.7rem;
    right: -1.65rem;
    width: 11.85rem;
    height: 27.8rem;
  }
  .life .calc__tit {
    width: 20rem;
  }
  .life .calc__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .life .calc__item:not(:first-child) {
    margin-top: 1.95rem;
  }
  .life .calc__ipt {
    margin-top: 0;
  }
  .life .promise .sec__box {
    padding-bottom: 10.7rem;
  }
  .life .promise__txtBox {
    margin: 4rem 0 3.5rem;
  }
  .life .promise__txtBox__tit {
    font-size: 1.9rem;
  }
  .life .promise__txtBox__txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .life .promise .sec__pop {
    width: calc(100% - 9rem);
    padding-top: 4.75rem;
  }
  .life .promise .sec__pop:before {
    width: 29.1rem;
    height: 11.8rem;
  }
  .life .promise .sec__pop__txt--deco > span {
    font-size: 1.9rem;
  }
  .life .promise .sec__pop__txt--deco > span:before {
    left: -3.5rem;
  }
  .life .promise .sec__pop__txt--deco > span:after {
    right: -3.5rem;
  }
  .life .promise .sec__pop__txt--deco > span span {
    display: inline-block;
    margin-top: 0;
  }
  .life .promise .sec__pop__txt--deco > span span .promise__count {
    margin-left: 2.3rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 560px) {
  .life__swiper__tit {
    font-size: 1.9rem;
  }
  .life__swiper__txt {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 320px) {
  .life__swiper__tit {
    font-size: 1.6rem;
  }
  .life__swiper__txt {
    font-size: 1rem;
  }
}
.pop-poster .pop__inner {
  padding: 0;
  max-width: 42rem;
}

.pop-calc .pop__inner {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pop-calc .pop__ico > img {
  width: 3.7rem;
}
.pop-calc .pop__tit {
  font-size: 1.8rem;
}
.pop-calc .calc {
  margin-top: 3.4rem;
}
.pop-calc .calc li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 700;
}
.pop-calc .calc li:not(:first-child) {
  padding-top: 2.25rem;
  margin-top: 2rem;
  border-top: 1px solid #5a5a5a;
}
.pop-calc .calc li span {
  color: #FF2F77;
}
.pop-calc .calc li.result {
  display: block;
}
.pop-calc .calc li.result .calc__cnt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.4rem;
}
.pop-calc .calc li.result .calc__img:before {
  content: "";
  display: block;
  width: 9.55rem;
  height: 7.1rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.pop-calc .calc li.result[data-result="1"] .calc__img:before {
  background-size: 7.6rem 7.1rem;
  background-image: url("../images/life/calc_result_1.png");
}
.pop-calc .calc li.result[data-result="2"] .calc__img:before {
  background-size: 6.1rem 5.9rem;
  background-image: url("../images/life/calc_result_2.png");
}
.pop-calc .calc li.result[data-result="2"] .calc__img:after {
  content: "명품가방";
}
.pop-calc .calc li.result[data-result="3"] .calc__img:before {
  background-size: 8.45rem 5.4rem;
  background-image: url("../images/life/calc_result_3.png");
}
.pop-calc .calc li.result[data-result="3"] .calc__img:after {
  content: "명품시계";
}
.pop-calc .calc li.result[data-result="4"] .calc__img:before {
  background-size: 9.55rem 3.05rem;
  background-image: url("../images/life/calc_result_4.png");
}
.pop-calc .calc li.result[data-result="4"] .calc__img:after {
  content: "수입자동차";
}
.pop-calc .calc__tit {
  text-align: left;
  line-height: 2rem;
}
.pop-calc .calc__tit > span {
  display: block;
}
.pop-calc .calc__price {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}
.pop-calc .calc__price > span {
  line-height: 100%;
  font-size: 2.2rem;
  font-family: "OneMobileTitle", sans-serif;
}

.pop-vid .pop__inner {
  max-width: none;
  width: 89.33%;
  padding: 5.4rem 1.7rem 1.2rem 1.7rem;
}
.pop-vid__box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.14%;
  border-radius: 0.5rem;
}
.pop-vid__box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pop-vid__box video[poster] {
  width: 100%;
  height: 100%;
}
.pop-vid .pop__close {
  top: 1.7rem;
  width: 2rem;
  height: 2rem;
}
.pop-vid__code {
  text-align: right;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #999;
}

.pop-quiz .pop__home {
  position: absolute;
  top: 1.7rem;
  left: 1.7rem;
  width: 3rem;
  height: 2.25rem;
  background: url("../images/life/quiz_ico_home.svg") no-repeat 0 0/100% 100%;
  z-index: 2;
}
.pop-quiz .pop__close {
  top: 1.7rem;
  right: 1.7rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/life/quiz_ico_close.svg");
  z-index: 2;
}
.pop-quiz .pop__inner {
  max-width: 50rem;
  padding: 0;
}
.pop-quiz .btm {
  line-height: 1.2;
  letter-spacing: -0.3px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.pop-quiz .quiz .swiper-slide {
  padding: 0 1.5rem;
}
.pop-quiz .quiz .swiper-pagination {
  bottom: inherit;
  top: 2.5rem;
}
.pop-quiz .quiz .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #C7C7C7;
  opacity: 1;
}
.pop-quiz .quiz .swiper-pagination-bullet-active {
  background-color: #C4304F;
}
.pop-quiz .quiz .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.pop-quiz .quiz .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.45rem;
}
.pop-quiz .quiz__top__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  background-color: #111;
  font-size: 1.3rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #fff;
}

.pop-promise .pop__inner {
  padding: 1.25rem 1.25rem 2rem 1.25rem;
}
.pop-promise .pop__ico > img {
  width: 100%;
}
.pop-promise .pop__cnt {
  padding: 3.4rem 2.6rem 3.65rem 2.6rem;
  background: url("../images/life/promise_deco.png") no-repeat 0 0/100% 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
}
.pop-promise .pop__cnt__tit {
  font-size: 1.8rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #FF2F77;
}
.pop-promise .pop__cnt__txt {
  margin-top: 3.5rem;
  line-height: 2rem;
}
.pop-promise .pop__cnt__txt li:not(:first-child) {
  margin-top: 1.5rem;
}
.pop-promise .pop__cnt__txt span {
  color: #FF2F77;
}
.pop-promise .pop__cnt__date {
  margin-top: 3.5rem;
}
.pop-promise .pop__cnt__btn-wrap {
  position: relative;
  margin-top: 3.5rem;
}
.pop-promise .pop__cnt__btn-wrap > .btn {
  margin-top: 0;
  width: 18rem;
  background-color: #FF2F77;
}
.pop-promise .pop__cnt__stemp {
  display: none;
  position: absolute;
  top: -7.8rem;
  right: -1.45rem;
  width: 7.8rem;
  height: 7.8rem;
  background: url("../images/life/promise_stemp.svg") no-repeat 0 0/100% 100%;
}
.pop-promise .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2.1rem;
}
.pop-promise .btn-wrap > .btn {
  margin-top: 0;
  width: 40.81%;
}
.pop-promise .btn-wrap > .btn.pop__btn--download {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 56.91%;
  background-color: #6D13D9;
}
.pop-promise .btn-wrap > .btn.pop__btn--download:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/life/ico_download.svg") no-repeat 0 0/100% 100%;
}

@media only screen and (max-width: 1024px) {
  .pop-vid .pop__inner,
  .pop-quiz .pop__inner {
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .pop-calc .pop__inner {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
  .pop-calc .calc {
    margin-top: 4rem;
  }
  .pop-calc .calc__tit {
    text-align: left;
    line-height: 2rem;
  }
  .pop-vid .pop__inner {
    max-width: 50rem;
    width: 100%;
    padding: 4.5rem 2rem 2rem 2rem;
  }
  .pop-vid__box {
    padding-top: 56.02%;
  }
  .pop-vid .pop__close {
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .pop-vid__code {
    font-size: 0.7rem;
  }
  .pop-quiz .pop__home {
    top: 2rem;
    left: 2rem;
    width: 2rem;
    height: 1.75rem;
  }
  .pop-quiz .pop__close {
    top: 2rem;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .pop-quiz .btm {
    letter-spacing: 0;
  }
  .pop-quiz .quiz .swiper-pagination {
    top: 2rem;
  }
  .pop-quiz .quiz .swiper-pagination-bullet {
    width: 0.45rem;
    height: 0.45rem;
  }
  .pop-quiz .quiz .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .pop-quiz .quiz .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.3rem;
  }
  .pop-quiz .quiz__top__num {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
  .pop-promise .pop__inner {
    max-width: 40rem;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  }
  .pop-promise .pop__cnt {
    padding: 4.4rem 5.5rem 5rem 5.5rem;
  }
  .pop-promise .pop__cnt__txt {
    margin-top: 3rem;
  }
  .pop-promise .pop__cnt__date {
    margin-top: 3rem;
  }
  .pop-promise .pop__cnt__btn-wrap {
    margin-top: 3.9rem;
  }
  .pop-promise .btn-wrap {
    margin-top: 2.5rem;
  }
  .pop-promise .btn-wrap > .btn {
    width: calc(50% - 0.5rem) !important;
  }
}
@media only screen and (max-width: 360px) {
  .pop-quiz .btm__ref {
    flex-direction: column;
  }
}
#pop_quiz .quiz {
  padding-bottom: 4.45rem;
}
#pop_quiz .quiz__top {
  padding-top: 6.45rem;
}
#pop_quiz .quiz__top__tit {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.5rem;
  letter-spacing: -0.25px;
}
#pop_quiz .quiz__top__tit > sup {
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz .quiz__top__txt {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  line-height: 2rem;
  letter-spacing: -0.25px;
  color: #626262;
}
#pop_quiz .quiz__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  width: 25.9rem;
  margin: 3rem auto 0;
}
#pop_quiz .quiz__cnt__item {
  width: 12.5rem;
  height: 3.9rem;
  font-size: 1.1rem;
}
#pop_quiz .quiz__cnt__item--active .quiz__cnt__btn {
  font-weight: 700;
}
#pop_quiz .quiz__cnt__item--active [data-score="3"] {
  background-color: #E20707;
}
#pop_quiz .quiz__cnt__item--active [data-score="2"] {
  background-color: #F88C53;
}
#pop_quiz .quiz__cnt__item--active [data-score="1"] {
  background-color: #F9BF62;
}
#pop_quiz .quiz__cnt__item--active [data-score="0"] {
  background-color: #CCEF6E;
}
#pop_quiz .quiz__cnt__btn {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem 0 4rem;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 5rem;
  color: #111;
  background-color: #EDEDED;
}
#pop_quiz .quiz__cnt__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
#pop_quiz .quiz__cnt__btn[data-score="3"]:before {
  background-image: url("../images/life/quiz_ico_1.svg");
}
#pop_quiz .quiz__cnt__btn[data-score="2"]:before {
  background-image: url("../images/life/quiz_ico_2.svg");
}
#pop_quiz .quiz__cnt__btn[data-score="1"]:before {
  background-image: url("../images/life/quiz_ico_3.svg");
}
#pop_quiz .quiz__cnt__btn[data-score="0"]:before {
  background-image: url("../images/life/quiz_ico_4.svg");
}
#pop_quiz .quiz .pop__btn {
  width: auto;
  min-width: 12.5rem;
}
#pop_quiz .quiz .pop__btn--next {
  background-color: #111;
}
#pop_quiz .quiz .pop__btn--result {
  background-color: #FF2F77;
}
#pop_quiz .result {
  display: none;
}
#pop_quiz .result__top {
  padding: 6rem 2.75rem 3rem 2.75rem;
}
#pop_quiz .result__txt {
  font-size: 2.7rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 3.6rem;
}
#pop_quiz .result__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#pop_quiz .result__score > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.75rem;
  height: 4.8rem;
  font-size: 3rem;
  font-family: "OneMobileTitle", sans-serif;
  background-color: #F0F0F0;
  border-radius: 0.75rem;
}
#pop_quiz .result__score > span[data-type=low] {
  color: #CD979A;
}
#pop_quiz .result__score > span[data-type=middle] {
  color: #C06164;
}
#pop_quiz .result__score > span[data-type=high] {
  color: #981111;
}
#pop_quiz .result__score:after {
  content: "점";
  font-size: 3rem;
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz .result__medi {
  margin-top: 4rem;
  padding: 2.7rem 0;
  border-top: 1px solid #B4AA98;
  border-bottom: 1px solid #B4AA98;
}
#pop_quiz .result__medi__txt {
  font-size: 1.6rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 3.3rem;
}
#pop_quiz .result__medi .pop__btn {
  margin-top: 1.2rem;
  background-color: #C4304F;
}
#pop_quiz .result__info {
  padding: 2rem 1.3rem;
  background-color: #EDEDED;
}
#pop_quiz .result__info__item {
  padding: 0 1.5rem 1.7rem 1.5rem;
  background-color: #fff;
  border: 0.15rem solid #fff;
  border-radius: 0.75rem;
}
#pop_quiz .result__info__item:not(:first-child) {
  margin-top: 1rem;
}
#pop_quiz .result__info__item[data-type=low] .result__info__score {
  background-color: #CD979A;
}
#pop_quiz .result__info__item[data-type=low] .result__info__tit {
  color: #CD979A;
}
#pop_quiz .result__info__item[data-type=middle] .result__info__score {
  background-color: #C06164;
}
#pop_quiz .result__info__item[data-type=middle] .result__info__tit {
  color: #C06164;
}
#pop_quiz .result__info__item[data-type=high] .result__info__score {
  background-color: #981111;
}
#pop_quiz .result__info__item[data-type=high] .result__info__tit {
  color: #981111;
}
#pop_quiz .result__info__item--active[data-type=low] {
  border-color: #CD979A;
}
#pop_quiz .result__info__item--active[data-type=middle] {
  border-color: #C06164;
}
#pop_quiz .result__info__item--active[data-type=high] {
  border-color: #981111;
}
#pop_quiz .result__info__score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.1rem;
  height: 2.6rem;
  margin-top: -0.15rem;
  font-size: 1.5rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#pop_quiz .result__info__tit {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 1.8rem;
}
#pop_quiz .result__info__txt {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #343434;
}
#pop_quiz .btm {
  padding: 1.5rem;
  background-color: #656565;
}
#pop_quiz .btm__ref {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #fff;
  text-align: left;
  font-size: 0.8rem;
}
#pop_quiz .btm__ref > span {
  font-weight: 700;
}
#pop_quiz .btm__ref > ul li {
  padding-left: 0.75rem;
}
#pop_quiz .btm__ref > ul li em {
  display: inline-block;
  margin-left: -0.75rem;
  font-weight: 700;
}
#pop_quiz .btm__txt {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

#pop_quiz_main .quiz__main {
  position: relative;
  padding: 5rem 3rem 18.55rem 3rem;
  text-align: left;
}
#pop_quiz_main .quiz__main:after {
  content: "";
  position: absolute;
  bottom: 3.6rem;
  right: 3rem;
  width: 13.3rem;
  height: 17.45rem;
  background: url("../images/life/quiz_ico_main.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz_main .quiz__main__txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
#pop_quiz_main .quiz__main__tit {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.9rem;
}
#pop_quiz_main .quiz__main .pop__btn {
  margin-top: 4rem;
  background-color: #FF2F77;
}
#pop_quiz_main .btm {
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  text-align: left;
  font-size: 0.7rem;
  background-color: #EBEBEB;
}
#pop_quiz_main .btm__top {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  gap: 0.75rem;
  color: #767676;
}
#pop_quiz_main .btm__top > p {
  font-weight: 700;
  width: calc(100% - 6rem);
}
#pop_quiz_main .btm__logo {
  width: 4.85rem;
}
#pop_quiz_main .btm__txt {
  margin-top: 0.5rem;
  color: #999;
}
#pop_quiz_main .btm__code {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.6rem;
  color: #999;
  transform: scale(0.8);
  letter-spacing: 0;
  transform-origin: right;
}

#pop_quiz_srch .pop__inner {
  background-color: #EDEDED;
}
#pop_quiz_srch .srch {
  padding: 11.4rem 1.5rem 13.3rem 1.5rem;
  color: #111;
}
#pop_quiz_srch .srch__top__tit {
  font-size: 2.1rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.9rem;
}
#pop_quiz_srch .srch__top__tit > em {
  font-family: "OneMobileTitle", sans-serif;
  color: #C4304F;
}
#pop_quiz_srch .srch__top__txt {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#pop_quiz_srch .srch__url {
  margin-top: 2.2rem;
}
#pop_quiz_srch .srch__url__txt {
  font-size: 1.2rem;
  font-weight: 700;
}
#pop_quiz_srch .srch__url__btn {
  position: relative;
  display: inline-block;
  width: 75.73%;
  padding: 1.15rem 1.5rem;
  margin-top: 0.75rem;
  background-color: #fff;
  border: 0.15rem solid #C4304F;
  color: #C4304F;
}
#pop_quiz_srch .srch__url__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url("../images/life/quiz_ico_srch.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz_srch .srch__evt {
  position: relative;
  margin-top: 3.7rem;
  padding: 2.5rem 1.35rem 1.6rem 1.35rem;
  text-align: left;
  border-radius: 1.35rem;
  box-shadow: 0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
#pop_quiz_srch .srch__evt:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.3rem;
  width: 11.35rem;
  height: 12.35rem;
  background: url("../images/life/srch_evt_img.png") no-repeat 0 0/100% 100%;
}
#pop_quiz_srch .srch__evt__txt {
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.15rem;
  line-height: 2.4rem;
  color: #4E4E4E;
}
#pop_quiz_srch .srch__evt__txt > strong {
  display: block;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.9rem;
  color: #9D6056;
}
#pop_quiz_srch .srch__evt__btn {
  width: 11.2rem;
  padding: 0;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-family: "OneMobileTitle", sans-serif;
  background-color: #A95C53;
}

@media only screen and (min-width: 1025px) {
  #pop_quiz .quiz {
    padding-bottom: 3rem;
  }
  #pop_quiz .quiz__top {
    padding-top: 4.85rem;
  }
  #pop_quiz .quiz__top__tit {
    margin-top: 0.8rem;
    font-size: 1.65rem;
    line-height: 2rem;
  }
  #pop_quiz .quiz__top__txt {
    margin-top: 0;
  }
  #pop_quiz .quiz__cnt {
    margin-top: 2rem;
    height: auto;
  }
  #pop_quiz .quiz__cnt__item {
    height: 3.5rem;
  }
  #pop_quiz .quiz__cnt__btn {
    border-radius: 1.95rem;
  }
  #pop_quiz .quiz .pop__btn {
    margin-top: 2rem;
  }
  #pop_quiz .result__inner {
    display: flex;
    flex-direction: row;
  }
  #pop_quiz .result__top {
    width: 21rem;
    padding: 4.25rem 2.2rem 1.5rem 2.2rem;
  }
  #pop_quiz .result__txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  #pop_quiz .result__score {
    gap: 0.7rem;
    margin-top: 1.8rem;
  }
  #pop_quiz .result__score > span {
    width: 6.5rem;
    height: 4rem;
    font-size: 2.5rem;
  }
  #pop_quiz .result__score:after {
    font-size: 2.25rem;
  }
  #pop_quiz .result__medi {
    margin-top: 3.65rem;
    padding: 1.9rem 0;
  }
  #pop_quiz .result__medi__txt {
    font-size: 1.2rem;
    line-height: 100%;
  }
  #pop_quiz .result__medi .pop__btn {
    margin-top: 1.1rem;
    width: 100%;
    height: 3.5rem;
  }
  #pop_quiz .result__info {
    width: calc(100% - 21rem);
    padding: 4.25rem 2.1rem 1.5rem 2.1rem;
    border-top-right-radius: 2rem;
  }
  #pop_quiz .result__info__item {
    padding: 0 0.5rem 0.75rem 0.5rem;
  }
  #pop_quiz .result__info__score {
    width: 5.3rem;
    height: 1.7rem;
    font-size: 1rem;
  }
  #pop_quiz .result__info__tit {
    margin-top: 0.8rem;
    font-size: 1.1rem;
    line-height: 2rem;
  }
  #pop_quiz .result__info__txt {
    margin-top: 0;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  #pop_quiz .btm {
    padding: 1.5rem 2rem;
    background-color: #656565;
  }
  #pop_quiz .btm__ref {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  #pop_quiz .btm__txt {
    margin-top: 0.7rem;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #999;
  }
  #pop_quiz_main .quiz__main {
    padding-top: 4rem;
    padding-bottom: 10.1rem;
  }
  #pop_quiz_main .quiz__main:after {
    bottom: 2.75rem;
    right: 3.5rem;
  }
  #pop_quiz_main .quiz__main__txt {
    font-size: 1.3rem;
  }
  #pop_quiz_main .quiz__main .pop__btn {
    margin-top: 2.5rem;
  }
  #pop_quiz_main .btm {
    padding: 2rem 2rem 1.25rem 2rem;
    font-size: 0.8rem;
  }
  #pop_quiz_main .btm__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2rem;
    gap: 0.75rem;
    color: #767676;
  }
  #pop_quiz_main .btm__txt {
    margin-top: 0.75rem;
    line-height: 1rem;
  }
  #pop_quiz_main .btm__code {
    transform: none;
  }
  #pop_quiz_srch .srch__top__tit {
    font-size: 1.7rem;
    font-family: "OneMobileTitle", sans-serif;
    line-height: 2.4rem;
  }
  #pop_quiz_srch .srch__top__tit > em {
    font-family: "OneMobileTitle", sans-serif;
    color: #C4304F;
  }
  #pop_quiz_srch .srch__top__txt {
    margin-top: 0.6rem;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #5A5A5A;
  }
  #pop_quiz_srch .srch__url {
    margin-top: 2rem;
  }
  #pop_quiz_srch .srch__url__txt {
    font-size: 1rem;
  }
  #pop_quiz_srch .srch__url__btn {
    width: 23.1rem;
    padding: 1rem 1.5rem;
    margin-top: 0.6rem;
  }
  #pop_quiz_srch .srch__evt {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
    padding: 0 2.5rem;
    height: 13.5rem;
  }
  #pop_quiz_srch .srch__evt:before {
    right: -0.5rem;
    bottom: inherit;
    width: 13.85rem;
    height: 14.75rem;
  }
  #pop_quiz_srch .srch__evt__txt {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #4E4E4E;
  }
  #pop_quiz_srch .srch__evt__txt > strong {
    font-size: 1.8rem;
  }
  #pop_quiz_srch .srch__evt__btn {
    width: 12.1rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 360px) {
  #pop_quiz_main .btm__top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #pop_quiz_main .btm__top > p {
    width: auto;
  }
  #pop_quiz_srch .srch__evt__txt {
    font-size: 1rem;
  }
  #pop_quiz_srch .srch__evt__txt > strong {
    font-size: 1.75rem;
  }
}
.quiz-pagination {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2.5rem;
}
.quiz-pagination__item {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #C7C7C7;
  border-radius: 100%;
}
.quiz-pagination__item--active {
  background-color: #C4304F;
}

#pop_quiz2 .quiz__item {
  display: none;
}
#pop_quiz2 .quiz__item--active {
  display: block;
}
#pop_quiz2 .quiz__top__tit {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.5rem;
  letter-spacing: -0.25px;
}
#pop_quiz2 .quiz__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
#pop_quiz2 .quiz__cnt__item {
  width: 11rem;
  height: 11rem;
}
#pop_quiz2 .quiz__cnt__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  border-radius: 1.3rem;
}
#pop_quiz2 .key:before {
  content: "";
  display: block;
}
#pop_quiz2 .key--o:before {
  width: 5.75rem;
  height: 5.3rem;
  background: url("../images/life/quiz2_o.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz2 .key--x:before {
  width: 5.6rem;
  height: 5.15rem;
  background: url("../images/life/quiz2_x.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz2 .answer {
  display: none;
  position: relative;
}
#pop_quiz2 .answer--open {
  display: flex;
  flex-direction: column;
}
#pop_quiz2 .answer__tit {
  display: none;
}
#pop_quiz2 .answer__tit > p {
  font-size: 1.8rem;
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz2 .answer__tit--active {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.4rem;
}
#pop_quiz2 .answer__txt {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0 2.4rem;
  font-size: 1.15rem;
  line-height: 1.75rem;
  color: #606060;
}
#pop_quiz2 .answer__btn {
  width: 12.5rem;
  height: 3.9rem;
  background-color: #222;
}
#pop_quiz2 .btm {
  padding: 1.5rem;
  background-color: #454545;
  text-align: left;
}
#pop_quiz2 .btm__ref {
  color: #CECECE;
  word-break: break-all;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
#pop_quiz2 .btm__txt {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #999;
}

#pop_quiz_main2 .quiz__main {
  position: relative;
  padding: 5rem 3rem 23.35rem 3rem;
  text-align: left;
}
#pop_quiz_main2 .quiz__main:after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  right: 1.65rem;
  width: 22.2rem;
  height: 18.35rem;
  background: url("../images/life/quiz_ico_main2_big.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz_main2 .quiz__main__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}
#pop_quiz_main2 .quiz__main__tit {
  margin-top: 0.9rem;
  font-size: 3rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.9rem;
}
#pop_quiz_main2 .quiz__main__btn {
  width: 15rem;
  height: 3.9rem;
  margin-top: 2.4rem;
  font-size: 1.3rem;
  background-color: #222;
}
#pop_quiz_main2 .btm {
  padding: 1.25rem 1.5rem;
  font-size: 0.7rem;
  color: #999;
  background-color: #EBEBEB;
}
#pop_quiz_main2 .btm__txt {
  text-align: left;
  line-height: 1rem;
}
#pop_quiz_main2 .btm__code {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.6rem;
}

#pop_quiz2_finish .pop__inner {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url("../images/life/quiz2_bg_finish_m.png");
  background-color: #fff;
}
#pop_quiz2_finish .finish {
  padding: 19rem 0 15rem;
  text-align: center;
}
#pop_quiz2_finish .finish__txt-top {
  font-size: 1.6rem;
  font-weight: 700;
}
#pop_quiz2_finish .finish__tit {
  margin-top: 1.1rem;
  font-size: 2.75rem;
  line-height: 3.3rem;
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz2_finish .finish__tit-point {
  font-family: "OneMobileTitle", sans-serif;
  background-color: #CCDAFF;
}
#pop_quiz2_finish .finish__txt {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#pop_quiz2_finish .finish-evt {
  margin-top: 7.6rem;
  padding: 1.7rem;
  border: 0.2rem solid #000;
  text-align: left;
  border-radius: 0.7rem;
  background-color: #fff;
  box-shadow: 0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.07);
  background: #fff url("../images/life/quiz2_evt_img.png") no-repeat bottom right/11rem 12.8rem;
}
#pop_quiz2_finish .finish-evt__tit {
  font-size: 1.15rem;
  line-height: 2.3rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #4E4E4E;
}
#pop_quiz2_finish .finish-evt__tit > strong {
  display: block;
  font-size: 1.9rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #222;
}
#pop_quiz2_finish .finish-evt__txt {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.05rem;
  color: #717171;
}
#pop_quiz2_finish .finish-evt .pop__btn {
  width: 11.2rem;
  line-height: 3.5rem;
  margin-top: 1.3rem;
  font-size: 1.1rem;
  background-color: #222;
}

@media only screen and (max-width: 320px) {
  #pop_quiz2 .quiz__wrap {
    padding: 0 1.9rem;
  }
  #pop_quiz2 .quiz__top__tit br {
    display: none !important;
  }
  #pop_quiz2 .answer__txt {
    padding-left: 0;
    padding-right: 0;
  }
  #pop_quiz2 .answer__txt br {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  #pop_quiz2 .quiz .question {
    padding-top: 3.25rem;
    min-height: 33.25rem;
  }
  #pop_quiz2 .quiz .answer__inner {
    padding-bottom: 2.75rem;
  }
  #pop_quiz2 .quiz .answer__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 26.6rem;
    padding-top: 2.65rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .quiz-pagination {
    gap: 0.6rem;
  }
  .quiz-pagination__item {
    width: 0.45rem;
    height: 0.45rem;
  }
  #pop_quiz2 .quiz__wrap {
    padding: 0 4rem;
  }
  #pop_quiz2 .quiz__top__tit {
    margin-top: 0.75rem;
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  #pop_quiz2 .quiz__cnt {
    margin-top: 1.5rem;
  }
  #pop_quiz2 .question {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 23.9rem;
  }
  #pop_quiz2 .answer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 23.9rem;
  }
  #pop_quiz2 .answer__tit > p {
    font-size: 1.7rem;
  }
  #pop_quiz2 .answer__tit--active {
    gap: 1.2rem;
  }
  #pop_quiz2 .answer__txt {
    margin-top: 1.1rem;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #pop_quiz2 .answer__btn {
    width: 11.8rem;
    height: 3.1rem;
    margin-top: 2rem;
    font-size: 1rem;
  }
  #pop_quiz2 .btm__ref {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  #pop_quiz_main2 .quiz__main {
    padding: 4.8rem 3rem 11.7rem 3rem;
  }
  #pop_quiz_main2 .quiz__main__txt {
    font-size: 1.3rem;
  }
  #pop_quiz_main2 .btm {
    padding: 1.65rem 1.5rem 1.25rem 1.5rem;
  }
  #pop_quiz2_finish .pop__inner {
    padding: 3.75rem 5.75rem 3.25rem 5.75rem;
    background-image: url("../images/life/quiz2_bg_finish_w.png");
  }
  #pop_quiz2_finish .finish {
    padding: 8.45rem 0 6.5rem;
  }
  #pop_quiz2_finish .finish__txt-top {
    font-size: 1.3rem;
  }
  #pop_quiz2_finish .finish__tit {
    margin-top: 0.9rem;
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
  #pop_quiz2_finish .finish__txt {
    margin-top: 1.3rem;
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
  #pop_quiz2_finish .finish-evt {
    margin-top: 2.15rem;
    padding: 1.5rem 2rem;
    border-radius: 1.35rem;
    background: #fff url("../images/life/quiz2_evt_img_w.png") no-repeat bottom right/16.25rem 11.7rem;
  }
  #pop_quiz2_finish .finish-evt__tit {
    font-size: 1.15rem;
    line-height: 2.2rem;
  }
  #pop_quiz2_finish .finish-evt__tit > strong {
    font-size: 1.8rem;
  }
  #pop_quiz2_finish .finish-evt__txt {
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
  #pop_quiz2_finish .finish-evt .pop__btn {
    width: 12.1rem;
    height: 3.4rem;
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}
#pop_quiz_main3 .quiz__main {
  position: relative;
  padding: 3.95rem 2.7rem 18.45rem 2.7rem;
  text-align: left;
}
#pop_quiz_main3 .quiz__main:after {
  content: "";
  position: absolute;
  width: 16.8465rem;
  height: 14.55rem;
  bottom: 4.4rem;
  right: 3rem;
  background: url("../images/life/quiz_ico_main3_big.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz_main3 .quiz__main__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}
#pop_quiz_main3 .quiz__main__tit {
  margin-top: 0.9rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 3rem;
  line-height: 3.6rem;
}
#pop_quiz_main3 .quiz__main__btn {
  margin-top: 2.4rem;
  width: 15rem;
  height: 3.9rem;
  background-color: #222;
  font-size: 1.3rem;
}
#pop_quiz_main3 .btm {
  padding: 1.25rem 1.5rem;
  background-color: #EBEBEB;
  color: #999;
  font-size: 0.7rem;
}
#pop_quiz_main3 .btm__txt {
  text-align: left;
  line-height: 1rem;
}
#pop_quiz_main3 .btm__code {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.6rem;
}

#pop_quiz3 .quiz__top__tit {
  margin-top: 5.4rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: -0.25px;
}
#pop_quiz3 .quiz__cnt {
  margin: 3rem 1rem 4.9rem 1rem;
  padding: 1.75rem 1.5rem 1.5rem 1.5rem;
  background-color: #F7F7F7;
  border: #222 0.2rem solid;
  border-radius: 1rem;
}
#pop_quiz3 .quiz__cnt__tit {
  margin-bottom: 1.7rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.2rem;
}
#pop_quiz3 .quiz__cnt__box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0.3rem;
}
#pop_quiz3 .quiz__cnt__box:not(:first-child) {
  margin-top: 0.3rem;
}
#pop_quiz3 .quiz__cnt__item {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  background-color: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pop_quiz3 .quiz__cnt__ans {
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.5rem;
  display: none;
}
#pop_quiz3 .quiz__cnt__btn {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.15rem;
  border-radius: 0.5rem;
}
#pop_quiz3 .quiz__cnt__btnA {
  background-color: #D7C4F8;
  color: #D7C4F8;
}
#pop_quiz3 .quiz__cnt__btna {
  background-color: #B595EB;
  color: #B595EB;
}
#pop_quiz3 .quiz__cnt__btnB {
  background-color: #87A3F5;
  color: #87A3F5;
}
#pop_quiz3 .quiz__cnt__btnb {
  background-color: #B9CBFF;
  color: #B9CBFF;
}
#pop_quiz3 .quiz__cnt__btnTxt {
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.15rem;
  line-height: 1.6rem;
  text-align: center;
}
#pop_quiz3 .quiz__btn__finish {
  position: absolute;
  width: 10.5rem;
  height: 3.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.95rem;
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  display: none;
}
#pop_quiz3 .btm {
  padding: 1.5rem;
  background-color: #EBEBEB;
  color: #999999;
  text-align: left;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#pop_quiz3 .btm__txt {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 1rem;
}
#pop_quiz3 .btm__code {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.6rem;
}

.quiz__pop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem 1rem 0.85rem 0.85rem;
  display: none;
}
.quiz__pop--close {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0rem;
  top: -2.1rem;
  background: url("../images/life/quiz_ico_close_2.svg") no-repeat 0 0/100% 100%;
  z-index: 2;
}
.quiz__pop .quiz__main {
  padding: 2rem 2.8rem 2rem 2rem;
  position: absolute;
  width: calc(100% - 1rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7F7F7;
  border: #222 0.2rem solid;
  border-radius: 1rem;
  text-align: left;
}
.quiz__pop .quiz__main__tit {
  font-family: "OneMobileTitle", sans-serif;
  font-size: 2rem;
}
.quiz__pop .quiz__main__tit:after {
  content: "";
  margin-left: 0.35rem;
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
}
.quiz__pop .quiz__main__titA {
  color: #7E60E3;
}
.quiz__pop .quiz__main__titA:after {
  background: url("../images/life/icon_a.svg") no-repeat 0 0/100% 100%;
}
.quiz__pop .quiz__main__tita {
  color: #7E60E3;
}
.quiz__pop .quiz__main__tita:after {
  background: url("../images/life/icon_a_2.svg") no-repeat 0 0/100% 100%;
}
.quiz__pop .quiz__main__titB {
  color: #6F90F0;
}
.quiz__pop .quiz__main__titB:after {
  background: url("../images/life/icon_b.svg") no-repeat 0 0/100% 100%;
}
.quiz__pop .quiz__main__titb {
  color: #6F90F0;
}
.quiz__pop .quiz__main__titb:after {
  background: url("../images/life/icon_b_2.svg") no-repeat 0 0/100% 100%;
}
.quiz__pop .quiz__main__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.quiz__pop .quiz__main__ex {
  margin-top: 1rem;
  margin-left: 2.85rem;
  line-height: 2.2rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.5rem;
}
.quiz__pop .quiz__main__ex:before {
  content: "예문";
  position: absolute;
  width: 2.35rem;
  height: 1.4rem;
  background-color: #222;
  border-radius: 0.2rem;
  color: #fff;
  font-family: "OneMobile", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-left: -2.85rem;
  text-align: center;
}
.quiz__pop .quiz__main__ex sup {
  font-family: "OneMobileTitle", sans-serif;
  margin-left: -0.2rem;
}
.quiz__pop .quiz__main__ref {
  margin-top: 1.5rem;
  line-height: 1.2rem;
  font-size: 0.9rem;
  color: #B5B5B5;
  word-break: break-all;
}
.quiz__pop .quiz__main__ref span {
  font-family: "OneMobileTitle", sans-serif;
}
.quiz__pop .quiz__main__ansNo {
  position: absolute;
  width: 13.5rem;
  height: 4.4085rem;
  bottom: 4.9rem;
  right: 2.2rem;
  color: #fff;
  font-weight: "OneMobileTitle", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  line-height: 3.5085rem;
  display: none;
}
.quiz__pop .quiz__main__ansNo1 {
  background: url("../images/life/ans_pop_no.svg") no-repeat 0 0/100% 100%;
}
.quiz__pop .quiz__main__ansNo2 {
  background: url("../images/life/ans_pop_no_2.svg") no-repeat 0 0/100% 100%;
}
.quiz__pop .quiz__main__ipt {
  width: 100%;
  background-color: #DEDEDE;
  border-radius: 1.95rem;
  margin-top: 1.5rem;
  line-height: 1rem;
  display: flex;
}
.quiz__pop .quiz__main__ipt-item {
  width: calc(100% - 11.1rem);
  height: 3.5rem;
  background-color: #DEDEDE;
  border-radius: 1.95rem;
  color: #222;
  padding-left: 0.6rem;
  font-size: 16px;
  transform: scale(0.9);
}
.quiz__pop .quiz__main__ans {
  width: 11.1rem;
  height: 3.5rem;
  background-color: #222;
  border-radius: 1.95rem;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 0;
}

#pop_quiz3_finish .pop__inner {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url("../images/life/quiz3_bg_finish_m.png");
  background-color: #fff;
}
#pop_quiz3_finish .finish {
  padding: 14.85rem 0 14.35rem;
  text-align: center;
}
#pop_quiz3_finish .finish__tit {
  margin-top: 0rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 2.75rem;
  line-height: 3.3rem;
}
#pop_quiz3_finish .finish__tit-point {
  background-color: #CCDAFF;
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz3_finish .finish__txt {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#pop_quiz3_finish .finish__txt-middle {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}
#pop_quiz3_finish .finish-evt {
  margin-top: 4.75rem;
  padding: 1.7rem;
  border: 0.2rem solid #000;
  text-align: left;
  border-radius: 0.7rem;
  background-color: #fff;
  box-shadow: 0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.07);
  background: #fff url("../images/life/quiz2_evt_img.png") no-repeat bottom right/11rem 12.8rem;
}
#pop_quiz3_finish .finish-evt__tit {
  line-height: 2.3rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1.15rem;
  color: #4E4E4E;
}
#pop_quiz3_finish .finish-evt__tit > strong {
  display: block;
  font-size: 1.9rem;
  font-family: "OneMobileTitle", sans-serif;
  color: #222;
}
#pop_quiz3_finish .finish-evt__txt {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.05rem;
  color: #717171;
}
#pop_quiz3_finish .finish-evt .pop__btn {
  width: 11.2rem;
  line-height: 3.5rem;
  margin-top: 1.3rem;
  font-size: 1.1rem;
  background-color: #222;
}

@media only screen and (max-width: 320px) {
  #pop_quiz3 .quiz__wrap {
    padding: 0 1.9rem;
  }
  #pop_quiz3 .quiz__main:after {
    bottom: 1.6rem;
  }
  #pop_quiz_main3 .quiz__main:after {
    bottom: 1.6rem;
  }
}
@media only screen and (max-width: 360px) {
  #pop_quiz_main3 .quiz__main__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  #pop_quiz3 .quiz .question {
    padding-top: 3.25rem;
    min-height: 33.25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .quiz-pagination {
    gap: 0.6rem;
  }
  .quiz-pagination__item {
    width: 0.45rem;
    height: 0.45rem;
  }
  #pop_quiz3 .quiz__wrap {
    padding: 0 4rem;
  }
  #pop_quiz3 .quiz__top__tit {
    margin-top: 2.25rem;
    font-size: 0.9rem;
    line-height: 2.3rem;
  }
  #pop_quiz3 .quiz__cnt {
    margin: 2.5rem 3.5rem 1.5rem 3.5rem;
    padding: 1.85rem 2rem 2rem 2rem;
  }
  #pop_quiz3 .quiz__cnt__box {
    width: 100%;
    height: 14.1rem;
  }
  #pop_quiz3 .quiz__cnt__btn {
    font-size: 0.95rem;
  }
  #pop_quiz3 .quiz__cnt__btnTxt {
    font-size: 0.95rem;
  }
  #pop_quiz3 .quiz__cnt__ans {
    font-size: 1.3rem;
  }
  #pop_quiz3 .btm {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
  #pop_quiz3 .btm__ref {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  #pop_quiz_main3 .quiz__main {
    padding: 4.8rem 3rem 9.1rem 3rem;
  }
  #pop_quiz_main3 .quiz__main__txt {
    font-size: 1.3rem;
  }
  #pop_quiz_main3 .btm {
    padding: 1.65rem 1.5rem 1.25rem 1.5rem;
  }
  .quiz__pop {
    border-radius: 2rem 2rem 1.85rem 1.85rem;
  }
  .quiz__pop .quiz__main {
    width: calc(100% - 12rem);
  }
  .quiz__pop .quiz__main__tit {
    font-size: 1.7rem;
  }
  .quiz__pop .quiz__main__tit:after {
    width: 1.8rem;
    height: 1.8rem;
  }
  .quiz__pop .quiz__main__txt {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
  .quiz__pop .quiz__main__ex {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .quiz__pop .quiz__main__exA {
    white-space: nowrap;
  }
  .quiz__pop .quiz__main__ex:before {
    font-size: 0.9rem;
  }
  .quiz__pop .quiz__main__ref {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .quiz__pop .quiz__main__ipt-item {
    font-size: 1.3rem;
  }
  .quiz__pop .quiz__pop--close {
    top: 0;
    right: -2.35rem;
  }
  #pop_quiz3_finish .pop__inner {
    padding: 3.75rem 5.75rem 3.25rem 5.75rem;
    background-image: url("../images/life/quiz3_bg_finish_w.png");
  }
  #pop_quiz3_finish .finish {
    padding: 7rem 0;
  }
  #pop_quiz3_finish .finish__tit {
    margin-top: 0.9rem;
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
  #pop_quiz3_finish .finish__txt {
    margin-top: 1rem;
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
  #pop_quiz3_finish .finish__txt-middle {
    font-size: 1.3rem;
  }
  #pop_quiz3_finish .finish-evt {
    margin-top: 3rem;
    padding: 1.5rem 2rem;
    border-radius: 1.35rem;
    background: #fff url("../images/life/quiz2_evt_img_w.png") no-repeat bottom right/16.25rem 11.7rem;
  }
  #pop_quiz3_finish .finish-evt__tit {
    font-size: 1.15rem;
    line-height: 2.2rem;
  }
  #pop_quiz3_finish .finish-evt__tit > strong {
    font-size: 1.8rem;
  }
  #pop_quiz3_finish .finish-evt__txt {
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
  #pop_quiz3_finish .finish-evt .pop__btn {
    margin-top: 1.5rem;
    width: 12.1rem;
    height: 3.4rem;
    font-size: 1.25rem;
  }
}
#pop_quiz4 .quiz {
  padding-bottom: 1rem;
}
#pop_quiz4 .quiz__cnt {
  margin: 5.5rem auto 0;
  padding: 2rem 1rem;
  border: 0.2rem solid #222;
  border-radius: 0.5rem;
}
#pop_quiz4 .quiz .pop__btn {
  width: auto;
  min-width: 11.6rem;
  margin-top: 1rem;
  background-color: #111;
}
#pop_quiz4 .result {
  display: none;
}
#pop_quiz4 .result__inner {
  padding: 0 1.5rem;
}
#pop_quiz4 .result__tit {
  padding: 2.3rem 3rem 0.8rem 3.75rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz4 .result__tit .result__cnt {
  padding: 0;
}
#pop_quiz4 .result__tit .result__cnt p {
  font-size: 1.5rem;
}
#pop_quiz4 .result__tit .result__cnt p:not(:first-child) {
  margin-left: 0.25rem;
}
#pop_quiz4 .result__txt {
  font-size: 1rem;
  line-height: 1.4rem;
}
#pop_quiz4 .result__cnt {
  margin: 2rem 0;
  max-height: 29.3rem;
  overflow-y: auto;
  padding: 1.5rem 2rem 0;
}
#pop_quiz4 .result__cnt__item {
  text-align: left;
  display: none;
  margin-bottom: 1.5rem;
}
#pop_quiz4 .result__cnt__top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#pop_quiz4 .result__cnt__top i {
  width: 1.5rem;
  height: 1.5rem;
}
#pop_quiz4 .result__cnt__tit {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-family: "OneMobileTitle", sans-serif;
  position: relative;
  z-index: 1;
}
#pop_quiz4 .result__cnt__tit:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#pop_quiz4 .result__cnt__txt {
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.4rem;
}
#pop_quiz4 .result__cnt__note {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.8rem 0.4rem;
  background-color: #222;
  border-radius: 1rem;
  font-family: "OneMobileTitle", sans-serif;
  font-size: 1rem;
  color: #fff;
}
#pop_quiz4 .result__cnt__note:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url("../images/life/ico_quiz4_mark.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz4 .result__event {
  margin-top: 1.9rem;
  padding: 1.5rem 0.8rem 1.3rem 1.5rem;
  background-color: #EAEAEA;
  text-align: left;
  position: relative;
}
#pop_quiz4 .result__event i {
  position: absolute;
  width: 9.2rem;
  height: 7.6rem;
  bottom: 0;
  right: 0.6rem;
}
#pop_quiz4 .result__event__tit {
  font-size: 1.3rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 1.8rem;
  color: #4E4E4E;
}
#pop_quiz4 .result__event__tit em {
  color: #222;
  font-family: "OneMobileTitle", sans-serif;
}
#pop_quiz4 .result__event__txt {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.15rem;
  color: #717171;
}
#pop_quiz4 .result__event .pop__btn {
  margin-top: 1.2rem;
  width: 10.5rem;
  line-height: 3rem;
  font-size: 1.05rem;
  background-color: #222;
}
#pop_quiz4 .result__cnt__tit1:after {
  background-color: #D9BFFF;
}
#pop_quiz4 .result__cnt__tit2:after {
  background-color: #E8CEBA;
}
#pop_quiz4 .result__cnt__tit3:after {
  background-color: #F8C7D4;
}
#pop_quiz4 .result__cnt__tit4:after {
  background-color: #A5FFFC;
}
#pop_quiz4 .result__cnt__tit5:after {
  background-color: #B9B9B9;
}
#pop_quiz4 .result__cnt__tit6:after {
  background-color: #B8E0B8;
}
#pop_quiz4 .result__cnt__tit7:after {
  background-color: #BFDAFF;
}
#pop_quiz4 .btm {
  padding: 1.5rem;
  background-color: #656565;
}
#pop_quiz4 .btm__ref {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #fff;
  text-align: left;
  font-size: 0.8rem;
}
#pop_quiz4 .btm__ref > span {
  font-weight: 700;
  word-break: break-all;
}
#pop_quiz4 .btm__ref > ul li {
  padding-left: 0.75rem;
}
#pop_quiz4 .btm__ref > ul li em {
  display: inline-block;
  margin-left: -0.75rem;
  font-weight: 700;
}
#pop_quiz4 .btm__txt {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
#pop_quiz4 .btm__code {
  text-align: right;
  font-size: 0.6rem;
  color: #C6C6C6;
}

#pop_quiz_main4 .quiz__main {
  position: relative;
  padding: 5rem 3rem 23rem 3rem;
  text-align: left;
}
#pop_quiz_main4 .quiz__main:after {
  content: "";
  position: absolute;
  bottom: 3.75rem;
  right: 2.3rem;
  width: 17.2rem;
  height: 17.65rem;
  background: url("../images/life/quiz_ico_main4_big.svg") no-repeat 0 0/100% 100%;
}
#pop_quiz_main4 .quiz__main__txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
#pop_quiz_main4 .quiz__main__tit {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  font-family: "OneMobileTitle", sans-serif;
  line-height: 2.9rem;
}
#pop_quiz_main4 .quiz__main .pop__btn {
  margin-top: 1.75rem;
  background-color: #222;
}
#pop_quiz_main4 .btm {
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  text-align: left;
  font-size: 0.7rem;
  background-color: #EBEBEB;
}
#pop_quiz_main4 .btm__top {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  gap: 0.75rem;
  color: #767676;
}
#pop_quiz_main4 .btm__top > p {
  font-weight: 700;
  width: calc(100% - 6rem);
}
#pop_quiz_main4 .btm__logo {
  width: 4.85rem;
}
#pop_quiz_main4 .btm__txt {
  color: #999;
}
#pop_quiz_main4 .btm__code {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.6rem;
  color: #999;
  transform: scale(0.8);
  letter-spacing: 0;
  transform-origin: right;
}

.survey + .survey {
  margin-top: 1rem;
}
.survey__tit {
  font-size: 1.15rem;
  font-weight: 700;
}
.survey__cnt {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  position: relative;
}
.survey__cnt:before {
  content: "";
  display: block;
  width: calc(100% - 6rem);
  height: 0.2rem;
  background-color: #E5E5E5;
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.survey__txt {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #C9C9C9;
}
.survey__radio {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.survey__radio input {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 100%;
  border: 0.2rem solid #E5E5E5;
  background-color: #fff;
  position: relative;
}
.survey__radio input:checked:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FD9B46;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1025px) {
  #pop_quiz4 .quiz__cnt {
    padding: 2rem;
    padding-right: 0.8rem;
  }
  #pop_quiz4 .quiz .pop__btn {
    margin-top: 1.5rem;
  }
  #pop_quiz4 .result__cnt {
    margin: 1.5rem 0.75rem 2.25rem;
    padding: 1.6rem 2rem 0;
    max-height: 17.6rem;
  }
  #pop_quiz4 .result__cnt__tit {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  #pop_quiz4 .result__cnt__txt {
    padding-top: 0.6rem;
    font-size: 0.9rem;
  }
  #pop_quiz4 .result__cnt__note {
    font-size: 0.9rem;
  }
  #pop_quiz4 .result__cnt__note:before {
    content: "";
    width: 1rem;
    height: 1rem;
  }
  #pop_quiz4 .result__tit {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #pop_quiz4 .result__txt {
    font-size: 1rem;
    line-height: 0.9rem;
  }
  #pop_quiz4 .result__event {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1.5rem 0 1.35rem 2rem;
  }
  #pop_quiz4 .result__event i {
    width: 9.75rem;
    height: 7rem;
    right: 0;
  }
  #pop_quiz4 .result__event__tit {
    font-size: 1.2rem;
    font-family: "OneMobileTitle", sans-serif;
    line-height: 2.2rem;
  }
  #pop_quiz4 .result__event__txt {
    padding-top: 0.35rem;
    font-size: 0.7rem;
  }
  #pop_quiz4 .result__event .pop__btn {
    margin-top: 0;
    width: 9.6rem;
    line-height: 2.7rem;
    height: 2.7rem;
    font-size: 0.95rem;
  }
  #pop_quiz4 .btm {
    padding: 1.2rem 2rem;
    background-color: #656565;
  }
  #pop_quiz4 .btm__ref {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  #pop_quiz4 .btm__txt {
    margin-top: 0.7rem;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #999;
  }
  #pop_quiz_main4 .quiz__main {
    padding-top: 4rem;
    padding-bottom: 10.1rem;
  }
  #pop_quiz_main4 .quiz__main:after {
    bottom: 2.75rem;
    right: 3.5rem;
  }
  #pop_quiz_main4 .quiz__main__txt {
    font-size: 1.3rem;
  }
  #pop_quiz_main4 .quiz__main .pop__btn {
    margin-top: 2.5rem;
  }
  #pop_quiz_main4 .btm {
    padding: 2rem 2rem 1.25rem 2rem;
    font-size: 0.8rem;
  }
  #pop_quiz_main4 .btm__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2rem;
    gap: 0.75rem;
    color: #767676;
  }
  #pop_quiz_main4 .btm__txt {
    line-height: 1rem;
  }
  #pop_quiz_main4 .btm__code {
    transform: none;
  }
  .survey {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .survey + .survey {
    margin-top: 1.5rem;
  }
  .survey__tit {
    font-size: 1rem;
    text-align: left;
    width: calc(100% - 25.5rem);
  }
  .survey__cnt {
    margin-top: 0;
    width: 25.5rem;
    gap: 0.1rem;
  }
  .survey__cnt:before {
    top: 0.9rem;
  }
  .survey__txt {
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #9D9D9D;
  }
  .survey__radio {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .survey__radio input {
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
  }
  .survey__radio input:checked:before {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #FF9B46;
  }
}
@media only screen and (max-width: 360px) {
  #pop_quiz_main .btm__top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #pop_quiz_main .btm__top > p {
    width: auto;
  }
}