@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 900;
  font-display: swap;
  src: local("NanumSquareNeoTTF-eHv"), url("../fonts/NanumSquareNeoTTF-eHv.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-eHv.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 800;
  font-display: swap;
  src: local("NanumSquareNeoTTF-dEb"), url("../fonts/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-dEb.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-display: swap;
  src: local("NanumSquareNeoTTF-cBd"), url("../fonts/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-cBd.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 400;
  font-display: swap;
  src: local("NanumSquareNeoTTF-bRg"), url("../fonts/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-bRg.woff") format("woff");
}
@font-face {
  font-family: "NanumSquareNeo";
  font-weight: 300;
  font-display: swap;
  src: local("NanumSquareNeoTTF-aLt"), url("../fonts/NanumSquareNeoTTF-aLt.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-aLt.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #0F1B2A;
  font-family: "NanumSquareNeo", sans-serif;
}

a {
  color: #0F1B2A;
  text-decoration: none;
  font-family: "NanumSquareNeo", sans-serif;
}

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

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

@keyframes headBG {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
* {
  text-underline-offset: 4px;
}

h3,
h4,
h5,
p {
  line-height: 140%;
}

b {
  font-weight: 700;
}

.mobile {
  display: none;
}

.wrap {
  margin-top: 80px;
}
.wrap .head_bg {
  padding-top: 95px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wrap .head_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: headBG 2s ease-in-out;
}
.wrap .head_bg * {
  color: #FFFFFF;
}
.wrap .head_bg h3 {
  font-size: 46px;
  letter-spacing: -0.03em;
  overflow: hidden;
}
.wrap .head_bg h3 > span {
  display: block;
  animation: ani 0.7s ease both;
}
.wrap .head_bg p {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 140%;
  overflow: hidden;
}
.wrap .head_bg p > span {
  display: block;
  animation: ani 0.7s ease both;
  animation-delay: 0.3s;
}
.wrap > .title {
  width: 1260px;
  margin: 100px auto;
}
.wrap > .title.on > * {
  animation: ani 1s both;
  animation-delay: 0.4s;
}
.wrap > .title.on > * > span::after {
  animation: bar 0.3s both;
  animation-delay: 1.3s;
}
.wrap > .title > * {
  opacity: 0;
}
.wrap > .title > h3 {
  font-size: 38px;
  line-height: 140%;
  letter-spacing: -0.03em;
}
.wrap > .title > h3 > span {
  position: relative;
}
.wrap > .title > h3 > span span {
  position: relative;
  z-index: 1;
}
.wrap > .title > h3 > span::after {
  content: "";
  width: 100%;
  height: 13px;
  background: #A6F4C5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.wrap > .title > span {
  display: block;
  font-size: 18px;
  color: #12b76a;
  margin-bottom: 15px;
  font-weight: 700;
}
.wrap .green_bg {
  padding: 70px 0;
  background: #F6FEF9;
}
.wrap .defalut_bg {
  padding: 130px 0;
  background: #fff;
}
.wrap .content {
  width: 1260px;
  margin: 0 auto;
}
.wrap .content > h3 {
  font-size: 38px;
}
@media screen and (max-width: 1260px) {
  .wrap {
    margin-top: 60px;
  }
  .wrap .head_bg {
    padding-top: 110px;
    height: 380px;
    display: flex;
  }
  .wrap .head_bg h3 {
    font-size: 25px;
  }
  .wrap .head_bg p {
    font-size: 15px;
    padding: 0 30px;
  }
  .wrap .head_bg p .mobile {
    display: block;
  }
  .wrap > .title {
    width: 100%;
    margin: 60px auto;
    padding: 20px;
  }
  .wrap > .title > h3 {
    font-size: 26px;
    display: none;
  }
  .wrap > .title > h3 > span {
    position: relative;
  }
  .wrap > .title > h3 > span span {
    position: relative;
    z-index: 1;
  }
  .wrap > .title > h3 > span::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A6F4C5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .wrap > .title > h3.mobile {
    display: block;
  }
  .wrap > .title > span {
    display: block;
    font-size: 18px;
    color: #12b76a;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .wrap .green_bg {
    padding: 70px 20px;
  }
  .wrap .defalut_bg {
    padding: 70px 20px;
    background: #fff;
  }
  .wrap .content {
    width: 100%;
    margin: 0 auto;
  }
  .wrap .content > h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1261px) {
  header {
    transition: 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.on {
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.14);
  }
}
@media screen and (min-width: 1261px) and (max-width: 1400px) {
  header {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1261px) {
  header .logo {
    font-weight: 700;
  }
  header .logo img {
    width: 128px;
  }
  header nav {
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav ul.mobile_menu {
    display: none;
  }
  header nav ul.main_menu {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 90px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1400px) {
  header nav ul.main_menu {
    gap: 60px;
  }
}
@media screen and (min-width: 1261px) {
  header nav ul.main_menu li.on {
    color: #12b76a;
  }
  header nav ul.main_menu li.on > a {
    color: #12b76a;
  }
  header nav ul.main_menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 100%;
    cursor: pointer;
  }
  header nav ul.main_menu > li:hover {
    color: #12b76a;
  }
  header nav ul.main_menu > li:hover header {
    background-color: #fff;
  }
  header nav ul.main_menu > li:hover ul.sub_menu {
    display: flex;
  }
  header nav ul.main_menu > li > a:hover {
    color: #12b76a;
  }
  header nav ul.main_menu ul.sub_menu {
    width: 156px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    border-bottom: 1px solid #EEF1F6;
    border-top: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    display: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.14);
    z-index: 9;
  }
  header nav ul.main_menu ul.sub_menu li {
    letter-spacing: -0.05em;
  }
  header nav ul.main_menu ul.sub_menu li .letter {
    letter-spacing: -0.08em;
  }
  header nav ul.main_menu ul.sub_menu li:hover a {
    color: #12b76a;
    text-decoration: underline;
  }
  header .login {
    display: flex;
    gap: 7px;
  }
  header .login button {
    padding: 0 21px;
    height: 38px;
    border: 1px solid #0F1B2A;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    gap: 4px;
  }
  header .login button a {
    transition: 0.3s ease-in-out;
  }
  header .login button svg path {
    transition: 0.3s ease-in-out;
  }
  header .login button:hover {
    border: 1px solid #12b76a;
    color: #12b76a;
  }
  header .login button:hover a {
    color: #12b76a;
  }
  header .login button:hover svg path {
    fill: #12b76a;
  }
}
@media screen and (max-width: 1260px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.on {
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.14);
  }
  header .logo {
    font-weight: 700;
  }
  header .logo img {
    width: 107px;
  }
  header nav {
    width: 36px;
    height: 36px;
    background: url(../img/mobile/nav.svg) no-repeat center center;
    font-weight: 700;
    cursor: pointer;
  }
  header nav ul.main_menu {
    display: none;
  }
  header nav ul.mobile_menu {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    flex-direction: column;
    gap: 18px;
    padding: 80px 50px;
    display: none;
    cursor: default;
  }
  header nav ul.mobile_menu.on {
    display: flex;
    animation: mobileNav 0.7s;
  }
  header nav ul.mobile_menu > li {
    line-height: 40px;
    font-size: 24px;
    font-weight: 800;
  }
  header nav ul.mobile_menu > li a {
    font-size: 24px;
    font-weight: 800;
  }
  header nav ul.mobile_menu > li:hover {
    color: #12b76a;
  }
  header nav ul.mobile_menu > li:hover span {
    color: #12b76a;
  }
  header nav ul.mobile_menu > li > a:hover {
    color: #12b76a;
  }
  header nav ul.mobile_menu > li.on a, header nav ul.mobile_menu > li.on span {
    color: #12b76a;
  }
  header nav ul.mobile_menu .mobile_nav {
    cursor: pointer;
    background: url(../img/mobile/nav_down.svg) no-repeat;
    background-position: right 15px;
  }
  header nav ul.mobile_menu .mobile_nav.on {
    background: url(../img/mobile/nav_up.svg) no-repeat;
    background-position: right 15px;
  }
  header nav ul.mobile_menu .mobile_nav.on ul.mobile_sub_menu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  header nav ul.mobile_menu .mobile_nav.on ul.mobile_sub_menu li {
    animation: subMenu 0.4s;
  }
  @keyframes subMenu {
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
  }
  header nav ul.mobile_menu ul.mobile_sub_menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li.on a {
    color: #12b76a;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #354150;
  }
  header nav ul.mobile_menu ul.mobile_sub_menu li a:hover {
    color: #12b76a;
  }
  header .login {
    display: none;
    gap: 7px;
  }
  header .login button {
    padding: 0 21px;
    height: 38px;
    border: 1px solid #0F1B2A;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    gap: 4px;
  }
  header .login button svg path {
    transition: 0.3s ease-in-out;
  }
  header .login button:hover {
    border: 1px solid #12b76a;
    color: #12b76a;
  }
  header .login button:hover svg path {
    fill: #12b76a;
  }
}
footer {
  border-top: 1px solid #e4e8ee;
}
footer .foot_top {
  width: 1240px;
  padding: 0 65px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
footer .foot_top .foot_swiper {
  padding: 15px 0px;
  overflow-x: hidden;
}
footer .foot_top .foot_swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
footer .foot_top .foot_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot_top .swiper-button-next::after,
footer .foot_top .swiper-button-prev::after {
  display: none;
}
footer .foot_top .swiper-button-next,
footer .foot_top .swiper-button-prev {
  width: 11px;
  height: 20px;
  margin: 0;
  transform: translateY(-50%);
}
footer .foot_top .swiper-button-next {
  background: url(../img/main/slider-right.svg) no-repeat center;
  right: 0;
}
footer .foot_top .swiper-button-prev {
  background: url(../img/main/slider-left.svg) no-repeat center;
  left: 0;
}
footer .foot_bottom {
  width: 100%;
  height: 250px;
  border-top: 1px solid #e4e8ee;
  position: relative;
}
footer .foot_bottom .top_button {
  position: absolute;
  right: 60px;
  top: 40px;
  width: 50px;
  height: 50px;
  background: #414D5C;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot_bottom .top_button:hover {
  background: #32D583;
}
footer .foot_bottom > div:not(.top_button) {
  width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
footer .foot_bottom_left {
  padding-top: 5px;
}
footer .foot_bottom_left .first_ul {
  display: flex;
  gap: 24px;
  font-size: 16px;
}
footer .foot_bottom_left .first_ul .bold {
  font-weight: 800;
}
footer .foot_bottom_left .first_ul li a:hover {
  text-decoration: underline;
}
footer .foot_bottom_left .first_ul li:not(:first-of-type) {
  position: relative;
}
footer .foot_bottom_left .first_ul li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #8D99A8;
}
footer .foot_bottom_left .first_ul li:last-of-type a {
  color: #12B76A;
  font-weight: 700;
}
footer .foot_bottom_left > div {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}
footer .foot_bottom_left > div img {
  width: 80px;
  margin: 0 7px 0 25px;
}
footer .foot_bottom_left > div .green {
  color: #12B76A;
  font-size: 12px;
  letter-spacing: -0.05em;
}
footer .foot_bottom_left ul:not(.first_ul) {
  display: flex;
  gap: 32px;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type) {
  position: relative;
}
footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type)::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #8D99A8;
}
footer .foot_bottom_left .foot_copy {
  padding-top: 10px;
  font-size: 14px;
  color: #414D5C;
}
footer .foot_bottom_right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .foot_bottom_right span {
  font-weight: 700;
  font-size: 14px;
}
footer .foot_bottom_right h3 {
  font-size: 32px;
}
footer .foot_bottom_right p {
  font-weight: 700;
  font-size: 14px;
  color: #414D5C;
}
footer .foot_bottom_right a {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}
footer .foot_bottom_right a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
  footer .foot_top {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  footer .foot_top .foot_swiper {
    padding: 15px 0px;
    overflow-x: hidden;
  }
  footer .foot_top .foot_swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  footer .foot_top .foot_swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .foot_top .foot_swiper .swiper-wrapper .swiper-slide img {
    max-width: 150px;
  }
  footer .foot_top .swiper-button-next::after,
  footer .foot_top .swiper-button-prev::after {
    display: none;
  }
  footer .foot_top .swiper-button-next,
  footer .foot_top .swiper-button-prev {
    width: 11px;
    height: 20px;
    margin: 0;
    transform: translateY(-50%);
  }
  footer .foot_top .swiper-button-next {
    background: url(../img/main/slider-right.svg) no-repeat center;
    right: 20px;
  }
  footer .foot_top .swiper-button-prev {
    background: url(../img/main/slider-left.svg) no-repeat center;
    left: 20px;
  }
  footer .foot_bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #e4e8ee;
    position: relative;
  }
  footer .foot_bottom .top_button {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 40px;
    height: 40px;
  }
  footer .foot_bottom > div:not(.top_button) {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  footer .foot_bottom_left {
    padding-top: 0px;
    order: 1;
  }
  footer .foot_bottom_left .first_ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
    font-size: 14px;
  }
  footer .foot_bottom_left .first_ul li:not(:first-of-type)::after {
    display: none;
  }
  footer .foot_bottom_left > div {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin: 45px 0 10px;
    font-size: 14px;
  }
  footer .foot_bottom_left > div > img {
    display: none;
  }
  footer .foot_bottom_left > div .green {
    display: none;
  }
  footer .foot_bottom_left > div .green.mobile {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  footer .foot_bottom_left > div .green.mobile img {
    margin: 0;
  }
  footer .foot_bottom_left ul:not(.first_ul) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type) {
    position: relative;
  }
  footer .foot_bottom_left ul:not(.first_ul) li:not(:first-of-type)::after {
    display: none;
  }
  footer .foot_bottom_left .foot_copy {
    padding-top: 10px;
    font-size: 12px;
  }
  footer .foot_bottom_right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    order: 0;
  }
  footer .foot_bottom_right span {
    font-weight: 700;
    font-size: 14px;
  }
  footer .foot_bottom_right h3 {
    font-size: 32px;
  }
  footer .foot_bottom_right p {
    font-weight: 700;
    font-size: 14px;
    color: #414D5C;
  }
  footer .foot_bottom_right a {
    margin-top: 10px;
    font-size: 14px;
  }
  footer .foot_bottom_right a:hover {
    text-decoration: underline;
  }
}

.page_wrap {
  display: flex;
  align-self: center;
}
.page_wrap button {
  font-size: 21px;
}
.page_wrap .page_num_btn {
  width: 40px;
  height: 40px;
  transition: color 300ms;
}
.page_wrap .page_num_btn:hover {
  color: #12B76A;
}
.page_wrap .page_num_btn.on {
  color: #12B76A;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page_wrap .page_next,
.page_wrap .page_prev {
  width: 40px;
  height: 40px;
  background: #F8F9FB;
  justify-content: baseline;
  border: 1px solid #CDD3DD;
  border-radius: 8px;
  margin-right: 6px;
  transition: background-color 300ms;
}
.page_wrap .page_next .arrow_white,
.page_wrap .page_prev .arrow_white {
  display: none;
}
.page_wrap .page_next:hover,
.page_wrap .page_prev:hover {
  background: #32D583;
}
.page_wrap .page_next:hover .arrow_white,
.page_wrap .page_prev:hover .arrow_white {
  display: block;
}
.page_wrap .page_next:hover .arrow_black,
.page_wrap .page_prev:hover .arrow_black {
  display: none;
}

.form_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.form_modal.on {
  display: flex;
}
.form_modal > div {
  width: 1000px;
  background: #fff;
}
.form_modal > div > h3 {
  height: 60px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 21px;
  border-bottom: 1px solid #CDD3DD;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.form_modal > div > h3 div {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.form_modal > div ul {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form_modal > div ul li {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_modal > div ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.view_wrap {
  margin-top: 55px;
  border-top: 1px solid #354150;
  display: flex;
  flex-direction: column;
}
.view_wrap > h4 {
  font-weight: 700;
  font-size: 21px;
  padding-left: 40px;
  height: 70px;
  line-height: 70px;
  background: #F8F9FB;
}
.view_wrap > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  border-top: 1px solid #CDD3DD;
}
.view_wrap .view_content {
  padding: 50px 40px;
  border-bottom: 1px solid #CDD3DD;
  border-top: 1px solid #CDD3DD;
  display: flex;
  flex-direction: column;
  gap: 15px;
  white-space: pre-wrap;
}
.view_wrap .view_content p {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 130%;
}
.view_wrap .view_content img {
  width: 100%;
}
.view_wrap > button {
  margin-top: 50px;
  width: 330px;
  height: 64px;
  background: #FFFFFF;
  border: 1px solid #12B76A;
  border-radius: 100px;
  align-self: center;
  transition: 0.2s ease-in-out;
}
.view_wrap > button:hover {
  background: #32D583;
  border: 1px solid #32D583;
}
.view_wrap > button:hover a {
  color: #FFFFFF;
}
.view_wrap > button a {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 21px;
  color: #12B76A;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .view_wrap > h4 {
    font-size: 18px;
    padding: 20px 10px;
    height: auto;
    min-height: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
  }
  .view_wrap > p {
    padding: 20px 10px;
  }
  .view_wrap .view_content {
    padding: 20px 10px;
  }
  .view_wrap .view_content p {
    font-size: 16px;
  }
  .view_wrap .view_content img {
    width: 100%;
  }
  .view_wrap > button {
    width: 100%;
    height: 58px;
  }
  .view_wrap > button a {
    font-size: 18px;
  }
}
.ani_el {
  opacity: 0;
}
.ani_el.on {
  animation: ani 1s both;
}
@media screen and (max-width: 1260px) {
  .ani_el {
    opacity: 1;
  }
  .ani_el.on {
    animation: none;
  }
}

.test_hide {
  display: none !important;
}

@keyframes ani {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes spanAni {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.07) rotate(0.001deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bg {
  0% {
    transform: translateY(0px) scale(1.1);
  }
  100% {
    transform: translateY(30px) scale(1);
  }
}
@keyframes mobileNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes subMenu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
html, body {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1260px) {
  .head_bg.hide, .title.hide {
    display: none;
  }
}

.head_bg::after {
  background: url(../img/sub/header-insurance.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .head_bg::after {
    background: url(../img/sub/mobile/header-insurance.png) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .head_bg::after {
    background: url(../img/sub/header-insurance.png) no-repeat center center;
    background-size: cover;
  }
}

.title > div {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.title > div p {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.05em;
}
.title > div .grey_box {
  padding: 30px;
  background: #F8F9FB;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.title > div .mobile_btn_wrap {
  display: none;
}
@media screen and (max-width: 1260px) {
  .title > div p {
    font-size: 18px;
  }
  .title > div .grey_box {
    padding: 30px 25px;
    flex-direction: column;
    font-size: 16px;
  }
  .title > div .mobile_btn_wrap {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-top: 55px;
  }
  .title > div .mobile_btn_wrap button {
    flex-grow: 1;
    height: 64px;
    border-radius: 100px;
    background: #EEF1F6;
    font-weight: 700;
    font-size: 21px;
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title > div .mobile_btn_wrap button:hover {
    background: #CDD3DD;
  }
  .title > div .mobile_btn_wrap button:nth-of-type(1) {
    border: 1px solid #32D583;
    color: #32D583;
    background: #FFFFFF;
  }
  .title > div .mobile_btn_wrap button:nth-of-type(1):hover {
    background: #32D583;
    color: #fff;
  }
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section > span {
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #32d583;
}
.section > h4 {
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: -0.03em;
}
.section > p {
  font-size: 18px;
  letter-spacing: -0.05em;
  margin: 40px 0 55px;
}
.section .test_wrap {
  width: 1260px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.section .test_wrap_head {
  padding: 48px 105px;
  font-size: 18px;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #CDD3DD;
  line-height: 140%;
}
.section .test_wrap_head .head_after {
  position: relative;
}
.section .test_wrap_head .head_after::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #6CE9A6;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
}
.section .test_wrap_head .head_after.grade1::after {
  background-color: #A6F4C5;
}
.section .test_wrap_head .head_after.grade2::after {
  background-color: #6CE9A6;
}
.section .test_wrap_head .head_after.grade3::after {
  background-color: #FEDF89;
}
.section .test_wrap_head .head_after.grade4::after {
  background-color: #FEC84B;
}
.section .test_wrap_head .head_after.grade5::after {
  background-color: #FDA29B;
}
.section .test_wrap_head .head_after.grade6::after {
  background-color: #F97066;
}
.section .test_wrap_body {
  padding: 40px 105px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section .test_wrap_body li h4 {
  font-size: 21px;
  margin-bottom: 25px;
}
.section .test_wrap_body li .test_q {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section .test_wrap_body li .test_q input {
  display: none;
}
.section .test_wrap_body li .test_q input:checked + label {
  background: #ECFDF3;
  color: #039855;
  border: 1px solid #6CE9A6;
}
.section .test_wrap_body li .test_q label {
  flex-grow: 1;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #CDD3DD;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .test_btn_wrap {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 55px;
}
.section .test_btn_wrap button {
  flex-grow: 1;
  height: 64px;
  border-radius: 100px;
  background: #EEF1F6;
  font-weight: 700;
  font-size: 21px;
  transition: 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .test_btn_wrap button:hover {
  background: #CDD3DD;
}
.section .test_btn_wrap button:nth-of-type(2) {
  border: 1px solid #32D583;
  color: #32D583;
  background: #FFFFFF;
}
.section .test_btn_wrap button:nth-of-type(2):hover {
  background: #32D583;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  .section > h4 {
    font-size: 20px;
  }
  .section > p {
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 20px 0 60px;
  }
  .section .test_wrap {
    width: 100%;
  }
  .section .test_wrap_head {
    padding: 25px 15px;
    font-size: 16px;
  }
  .section .test_wrap_body {
    padding: 35px 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .section .test_wrap_body li h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .section .test_wrap_body li h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1260px) {
  .section .test_wrap_body li .test_q {
    flex-direction: column;
    gap: 10px;
  }
  .section .test_wrap_body li .test_q label {
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .section .test_wrap_body li .test_q label {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1260px) {
  .section .test_btn_wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
  .section .test_btn_wrap button {
    height: 60px;
  }
  .section .test_btn_wrap button:nth-of-type(1) {
    order: 1;
  }
}
.content.section {
  display: none;
}
.content.section.on {
  display: flex;
}

.section2 .test_wrap_body li:last-of-type,
.section3 .test_wrap_body li:last-of-type,
.section4 .test_wrap_body li:last-of-type {
  border-top: 1px dashed #CDD3DD;
  padding-top: 30px;
}

.section6 .test_wrap {
  margin-top: 55px;
}
.section6 .test_wrap_head {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
}
.section6 .test_wrap_body {
  gap: 25px;
}
.section6 .test_wrap_body > h4 {
  text-align: center;
  font-size: 21px;
  line-height: 150%;
}
.section6 .test_wrap_body > ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 25px 0;
  border-top: 1px dashed #CDD3DD;
  border-bottom: 1px dashed #CDD3DD;
}
.section6 .test_wrap_body > ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.section6 .test_wrap_body > ul li span {
  background: #32D583;
  border-radius: 20px;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .test_wrap_body > ul li:last-of-type span {
  align-self: flex-start;
}
.section6 .test_wrap_body > p {
  text-align: center;
  line-height: 140%;
  font-size: 18px;
  letter-spacing: -0.05em;
  border: 1px solid #E4E8EE;
  border-radius: 4px;
  background: #F8F9FB;
  padding: 30px 0;
}
.section6 .grade_wrap {
  width: 1260px;
  padding: 68px 0 28px;
  margin-top: 90px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .grade_wrap_trans {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 80px;
  background: #FFFFFF;
  font-size: 21px;
  font-weight: 700;
  border: 2px solid #E4E8EE;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .grade_wrap_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 1045px;
}
.section6 .grade_wrap_box > ul {
  display: flex;
  gap: 5px;
}
.section6 .grade_wrap_box > ul li {
  width: 170px;
  height: 160px;
  background-color: #A6F4C5;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  font-size: 18px;
}
.section6 .grade_wrap_box > ul li:nth-of-type(1) {
  border-radius: 8px 0px 0 8px;
}
.section6 .grade_wrap_box > ul li:nth-of-type(2) {
  background-color: #6CE9A6;
}
.section6 .grade_wrap_box > ul li:nth-of-type(3) {
  background-color: #FEDF89;
}
.section6 .grade_wrap_box > ul li:nth-of-type(4) {
  background-color: #FEC84B;
}
.section6 .grade_wrap_box > ul li:nth-of-type(5) {
  background-color: #FDA29B;
}
.section6 .grade_wrap_box > ul li:nth-of-type(6) {
  background-color: #F97066;
  border-radius: 0 8px 8px 0;
}
.section6 .grade_wrap_box > ul li span {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 0 18px;
  height: 40px;
  font-weight: bold;
  letter-spacing: -0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .grade_wrap_box > ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  line-height: 100%;
}
.section6 .grade_wrap_box > p {
  font-size: 18px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .grade_wrap_box > p:nth-of-type(1) {
  background: #D1FADF;
  border-radius: 8px;
  width: 520px;
  align-self: flex-start;
}
.section6 .grade_wrap_box > p:nth-of-type(2) {
  background: #FEEFC7;
  border-radius: 8px;
  width: 870px;
  align-self: flex-end;
}
.section6 .grade_wrap_box > p:nth-of-type(3) {
  background: #FEE4E2;
  border-radius: 8px;
  width: 1045px;
}

@media screen and (max-width: 1260px) {
  .section6 .test_wrap_head {
    font-size: 26px;
    padding: 40px 15px;
  }
  .section6 .test_wrap_body {
    gap: 25px;
  }
  .section6 .test_wrap_body > h4 {
    font-size: 16px;
  }
  .section6 .test_wrap_body > ul li {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
  .section6 .test_wrap_body > ul li span {
    width: auto;
    padding: 10px 34px;
    font-size: 14px;
  }
  .section6 .test_wrap_body > ul li span br {
    display: none;
  }
  .section6 .test_wrap_body > p {
    font-size: 14px;
    padding: 30px;
  }
  .section6 .grade_wrap {
    width: 100%;
    border: 2px solid #E4E8EE;
  }
  .section6 .grade_wrap_trans {
    width: 90%;
    height: 80px;
    font-size: 16px;
  }
  .section6 .grade_wrap_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .section6 .grade_wrap_box > ul {
    display: flex;
    flex-direction: column;
  }
  .section6 .grade_wrap_box > ul li:nth-of-type(1) {
    border-radius: 8px 8px 0 0px;
  }
  .section6 .grade_wrap_box > ul li:nth-of-type(6) {
    background-color: #F97066;
    border-radius: 0 0px 8px 8px;
  }
  .section6 .grade_wrap_box > p {
    font-size: 18px;
    width: 40px;
    height: auto;
    padding: 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section6 .grade_wrap_box > p:nth-of-type(1) {
    width: 40px;
    height: 495px;
    order: 2;
  }
  .section6 .grade_wrap_box > p:nth-of-type(2) {
    width: 40px;
    height: 825px;
    order: 1;
  }
  .section6 .grade_wrap_box > p:nth-of-type(3) {
    width: 40px;
    height: 985px;
  }
}
.result_btn_wrap {
  width: 1260px;
  margin: 60px auto;
  display: flex;
  gap: 40px;
  display: none;
}
@media screen and (max-width: 1260px) {
  .result_btn_wrap {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
}
.result_btn_wrap button {
  flex-grow: 1;
  height: 64px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 21px;
  transition: 0.2s ease-in-out;
  border: 1px solid #32D583;
  color: #32D583;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result_btn_wrap button:hover {
  background: #32D583;
  color: #fff;
}
.result_btn_wrap.on {
  display: flex;
}

.test_bottom {
  height: 130px;
  background: #FDF4D7;
  border-radius: 0px;
  padding: 30px 20px;
  display: none;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .test_bottom {
    display: flex;
  }
  .test_bottom.hide {
    display: none;
  }
}
.test_bottom:hover {
  box-shadow: none;
}
.test_bottom:hover h4 {
  text-decoration: underline;
}
.test_bottom:hover img {
  transform: translateX(5px);
}
.test_bottom img {
  display: none;
  transition: 0.3s;
}
.test_bottom img.mobile {
  display: block;
}
.test_bottom h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.test_bottom h4 span {
  position: relative;
}
.test_bottom h4 span::after {
  display: block;
  content: "";
  width: 58px;
  height: 30px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/mobile/test.png) no-repeat;
  background-size: cover;
}

.ani_el.on {
  animation: spanAni 1s both;
}
.ani_el + .test_wrap {
  animation: ani 1s both;
}

@media screen and (max-width: 1260px) {
  .green_bg {
    display: none;
  }
  .green_bg.on {
    display: block;
  }
}
#notting_to_select_btn {
  background: #ECFDF3;
  border: 1px solid #6CE9A6;
  color: #039855;
  width: 100%;
  height: 70px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#notting_to_select_btn.off {
  background: #fff;
  border: 1px solid #cdd3dd;
  color: #192534;
}