@charset "UTF-8";
@import './reset.css';
@import './pretendard.css';
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 200;
  font-display: swap;
  src: local('NotoSerifKR-ExtraLight'), url(../fonts/NotoSerifKR-ExtraLight.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-ExtraLight.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 300;
  font-display: swap;
  src: local('NotoSerifKR-Light'), url(../fonts/NotoSerifKR-Light.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-Light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSerifKR-Regular'), url(../fonts/NotoSerifKR-Regular.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 500;
  font-display: swap;
  src: local('NotoSerifKR-Medium'), url(../fonts/NotoSerifKR-Medium.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 600;
  font-display: swap;
  src: local('NotoSerifKR-SemiBold'), url(../fonts/NotoSerifKR-SemiBold.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-SemiBold.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 700;
  font-display: swap;
  src: local('NotoSerifKR-Bold'), url(../fonts/NotoSerifKR-Bold.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-Bold.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 800;
  font-display: swap;
  src: local('NotoSerifKR-Black'), url(../fonts/NotoSerifKR-Black.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-Black.woff) format('woff');
}
@font-face {
  font-family: 'NotoSerifKR';
  font-weight: 900;
  font-display: swap;
  src: local('NotoSerifKR-Black'), url(../fonts/NotoSerifKR-Black.woff2) format('woff2'),
    url(../fonts/NotoSerifKR-Black.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 100;
  font-display: swap;
  src: local('NotoSansKR-Thin'), url(../fonts/NotoSansKR-Thin.eot) format('eot'),
    url(../fonts/NotoSansKR-Thin.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 200;
  font-display: swap;
  src: local('NotoSansKR-Demilight'), url(../fonts/NotoSansKR-Demilight.eot) format('eot'),
    url(../fonts/NotoSansKR-Demilight.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  font-display: swap;
  src: local('NotoSansKR-Light'), url(../fonts/NotoSansKR-Light.eot) format('eot'),
    url(../fonts/NotoSansKR-Light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansKR-Regular'), url(../fonts/NotoSansKR-Regular.eot) format('eot'),
    url(../fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 500;
  font-display: swap;
  src: local('NotoSansKR-Medium'), url(../fonts/NotoSansKR-Medium.eot) format('eot'),
    url(../fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 600;
  font-display: swap;
  src: local('NotoSansKR-Bold'), url(../fonts/NotoSansKR-Bold.eot) format('eot'),
    url(../fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  font-display: swap;
  src: local('NotoSansKR-Bold'), url(../fonts/NotoSansKR-Bold.eot) format('eot'),
    url(../fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 800;
  font-display: swap;
  src: local('NotoSansKR-Black'), url(../fonts/NotoSansKR-Black.eot) format('eot'),
    url(../fonts/NotoSansKR-Black.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 900;
  font-display: swap;
  src: local('NotoSansKR-Black'), url(../fonts/NotoSansKR-Black.eot) format('eot'),
    url(../fonts/NotoSansKR-Black.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-display: swap;
  src: local('Roboto-Medium'), 
       url(../fonts/Roboto-Medium.ttf) format('truetype');
}
body {
  overflow-x: hidden;
}

body * {
  font-family: 'NotoSansKR';
}

h1 {
  font-family: 'NotoSerifKR', 'NotoSerifKR-Light', 'Pretendard';
}
a{
  color: inherit;
  text-decoration: none;
}

.color-main {
  color: #71BEB7 !important;
}

.all_wrap {
  padding-bottom: 95px;
}

.header-styled02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.header-styled02__bg {
  position: absolute;
  width: 100vw;
  height: 0;
  top: 90px;
  left: 50%;
  background-color: #fff;
  transition-duration: 0.3s;
  transform: translateX(-50%);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
}
.header-styled02__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1180px;
  height: 90px;
  margin: 0 auto;
  z-index: 2;
  box-sizing: border-box;
}
.header-styled02__inner__logo img {
  width: 52px;
}
.header-styled02__inner__nav {
  height: 100%;
}
.header-styled02__inner__nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-styled02__inner__nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 85px;
}
.header-styled02__inner__nav > ul > li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.45px;
  transition-duration: 0.3s;
}
.header-styled02__inner__nav > ul > li > a::after {
  position: absolute;
  display: block;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #80d8d0;
  transition-duration: 0.3s;
  content: '';
}

.header-styled02__inner__nav > ul > li:hover > a::after {
  width: 101%;
}
.header-styled02__inner__nav > ul > li .sub-nav {
  position: absolute;
  top: 90px;
  height: 0;
  min-width: 145px;
  overflow: hidden;
  transition-duration: 0.3s;
  background-color: #fff;
  box-sizing: border-box;
}
.header-styled02__inner__nav > ul > li .sub-nav ul {
  padding: 12px 0;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li {
  padding: 0;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li a {
  display: inline-block;
  width: 100%;
  color: #0f0f0f;
  font-size: 14px;
  line-height: 2.142;
  font-weight: 200;
  letter-spacing: -0.02em;
  box-sizing: border-box;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li.facial_li a:last-child{
  line-height: 1.3;
  padding-top: 5px;
}
.header-styled02__inner__nav > ul > li .sub-nav ul li a:hover {
  color: #71beb7;
}

.header-styled02__inner__session {
  display: flex;
  align-items: center;
}
.header-styled02__inner__session__item {
  display: flex;
}
.header-styled02__inner__session__item a {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.header-styled02__inner__session__item:not(:last-of-type)::after {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background-color: #b0b0b0;
  content: '';
}

.m-header-styled01 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: initial;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
  transition-duration: 1s;
}
.m-header-styled01__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  width: 260px;
  height: calc(100vh - 60px);
  background-color: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  transition-duration: 1s;
  z-index: 21;
  transform: translateX(100%);
}
.m-header-styled01__top {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 3px 16px 3px 32px;
  background-color: #fff;
  box-sizing: border-box;
}
.m-header-styled01__top__logo {
  height: 100%;
}
.m-header-styled01__top__logo img {
  height: 100%;
}
.m-header-styled01:has(#menu-m:checked) {
  /* transform: translateX(0%); */
}
.m-header-styled01:has(#menu-m:checked) .m-header-styled01__inner {
  transform: translateX(0%);
}
.m-header-styled01:has(#menu-m:checked) .m-header__button label {
  cursor: pointer;
}
.m-header-styled01:has(#menu-m:checked) .cross {
  opacity: 1;
}
.m-header-styled01:has(#menu-m:checked) .menu {
  opacity: 0;
}
.m-header-styled01__button {
  position: absolute;
  top: calc(60px / 2);
  right: 16px;
  transform: translateY(-50%);
  z-index: 999;
}
.m-header-styled01__button input {
  display: none;
}
.m-header-styled01__button label {
  display: block;
  width: 50px;
  height: 50px;
}
.m-header-styled01__button label span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, -50%);
  transition-duration: 1s;
}
.m-header-styled01__button label .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-duration: 0.6s;
}
.m-header-styled01__button label .menu span:first-of-type {
  top: 35%;
}
.m-header-styled01__button label .menu span:last-of-type {
  top: 65%;
}
.m-header-styled01__button label .cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.6s;
}
.m-header-styled01__button label .cross span {
  left: 75%;
  opacity: 0;
}
.m-header-styled01__button label .cross span:first-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.m-header-styled01__button label .cross span:last-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 1;
}
.m-header-styled01__inner {
  padding: 0;
}
.m-header-styled01__inner__logo {
  text-align: center;
  padding: 24px 0;
}
.m-header-styled01__inner__logo img {
  width: 52px;
}
.m-header-styled01__inner__nav > ul {
  display: flex;
  flex-flow: column;
}
.m-header-styled01__inner__nav > ul > li {
  height: initial;
}
.m-header-styled01__inner__nav > ul > li input[type='checkbox'] {
  display: none;
}
.m-header-styled01__inner__nav > ul > li > a,
.m-header-styled01__inner__nav > ul > li label {
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  padding: 12px;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
}
.m-header-styled01__inner__nav > ul > li > a::after,
.m-header-styled01__inner__nav > ul > li label::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #71beb7;
  transition-duration: 1s;
  content: '';
}
.m-header-styled01__inner__nav > ul > li .sub-nav {
  display: none;
}
.m-header-styled01__inner__nav > ul > li .sub-nav ul li a {
  display: block;
  color: #333;
  font-weight: 300;
  text-decoration: none;
  padding: 12px;
  background-color: #f7f7f7;
}
.m-header-styled01__inner__nav > ul > li input[type='checkbox']:checked ~ .sub-nav {
  display: block;
}
.m-header-styled01__inner__nav > ul > li input[type='checkbox']:checked ~ label {
  color: #71beb7;
}
.m-header-styled01__inner__nav > ul > li input[type='checkbox']:checked ~ label::after {
  width: 100%;
}

.m-header-styled01__inner__nav > ul > li input[type='checkbox']:checked ~ label::before {
  transform: translate(-50%, -50%);
}
.m-header-styled01__inner__nav > ul > li label,
.m-header-styled01__inner__nav > ul > li a {
  position: relative;
  padding: 14px 16px;
  color: #333333;
  font-size: 14px;
}
.m-header-styled01__inner__nav > ul > li label::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  color: #333;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  background-image: url('../imgs/icon-cross.svg');
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
  content: '';
}
.m-header-styled01__inner__nav > ul > li label::after {
  bottom: 0;
  height: 1px;
}
.m-header-styled01__inner__nav > ul > li .sub-nav {
  display: block;
  height: 0;
  transition-duration: 0.5s;
  overflow: hidden;
}
.m-header-styled01__inner__nav > ul > li .sub-nav ul li a {
  padding: 14px 16px;
}
.m-header-styled01__inner__nav > ul > li .sub-nav ul li:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}
.header-top-banner {
  height: 35px;
  line-height: 35px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background-color: #80d8d0;
}
.header-top-banner a {
  color: #3b3b3b;
  font-weight: 500;
}

.footer {
  padding: 43px 0 46px;
  background-color: #fbf9f7;
}
.footer__logo {
  text-align: center;
}
.footer__logo::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 45px 0 43px;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.footer__logo img {
}
.footer__list {
}
.footer__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__list ul li {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.footer__list ul li:not(:last-of-type)::after {
  margin: 0 6px;
  content: '|';
}
.footer__copyright {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

.footer-applyment {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  background-color: #80D8D0;
  z-index: 99;
  /* transform: translateY(calc(100% - 95px)); */
  transition-duration: 0.3s;
}
.footer-applyment a {
  text-decoration: none;
}
.footer-applyment-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  transition-duration: 0.3s;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.08);
}
.footer-applyment-toggle label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  cursor: pointer;
}
.footer-applyment-toggle label::before {
  display: block;
  width: 32px;
  height: 16px;
  background-image: url('../images/footer_toggle.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  content: '';
}
.footer-applyment-toggle label::after {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.3s;
  content: '진료상담/비대면 처방받기';
}
.footer-applyment:has(#fat_chk:checked) {
  transform: initial;
}
.footer-applyment:has(#fat_chk:checked) .footer-applyment-toggle {
  height: 40px;
  padding-top: 28px;
}
.footer-applyment:has(#fat_chk:checked) .footer-applyment-toggle label::after {
  opacity: 0;
}
.footer-applyment:has(#fat_chk:checked) .footer-applyment-toggle label::before {
  transform: rotate(180deg);
} 
.footer-applyment h5 {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  word-break: keep-all;
}
.footer-applyment form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-applyment .input-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;

  justify-content: center;
}
.footer-applyment .input-form > label {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.footer-applyment .input-form input + input {
  margin-left: 9px;
}
.footer-applyment .input-form input:not([type='checkbox']) {
  width: 133px;
  height: 37px;
  padding: 0 11px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
}
/*
.footer-applyment .input-form input[type='submit'] {
  margin-left: 37px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  width: 140px;
  height: 48px;
}
*/
.footer-applyment .input-form .c_contents_btn{
  margin-left: 37px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  width: 140px;
  height: 48px;
  border: none;
  outline: none;
  appearance: none;
  border-radius: 4px
}

.footer-applyment .input-form .checkbox-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  margin: 0 20px 0 29px;
}
/* 수정 */
.footer-applyment .input-form .checkbox-list .checkbox-list__item {
  display: flex;
  align-items: center;
}
.footer-applyment .input-form .checkbox-list .checkbox-list__item input{
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.footer-applyment .input-form input::placeholder{
  color: #a9a9a9;
}
.footer-applyment .input-form #c_counsel {
  width: 280px;
}
.footer-applyment input[type='checkbox'] {
  display: none;
}
.footer-applyment input[type='checkbox'] ~ label {
  position: relative;
  color: #000;
  font-size: 13px;
  cursor: pointer;
}
.footer-applyment input[type='checkbox'] + label::after {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url('../images/checkbox_off.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(2px);
  content: '';
  background-color: #fff;
}
.footer-applyment input[type='checkbox']:checked + label::after {
  background-image: url('../images/checkbox_on.svg');
}
.footer-applyment .input-term {
  /* margin-top: 28px; */
  
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-applyment .input-term label {
}
.footer-applyment .input-term a {
  margin-left: 4px;
  color: #000;
  font-size: 13px;
  /* text-decoration: underline; */
  cursor: pointer;
  position: relative;
}
.footer-applyment .input-term a::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-main {
  position: relative;
  z-index: 9;
}
.title-main h2 {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 200;
  font-family: 'NotoSerifKR';
  line-height: 64px;
  text-align: center;
  word-break: keep-all;
}
.title-main h2 b {
  font-weight: 500;
  font-family: 'NotoSerifKR';
}
.title-main h3 {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 400;
  font-family: 'NotoSerifKR';
  line-height: 64px;
  text-align: center;
  word-break: keep-all;
}
.title-main h3 b {
  font-weight: 500;
  font-family: 'NotoSerifKR';
}
.title-main h5 {
  margin-top: 10px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
  letter-spacing: 0.8px;
}
.title-main h5.color-main{
  font-size: 12px;
  margin-top: 5px;
}
.title-main h5.ko{
  letter-spacing: 0;
}
.title-main p {
  margin-top: 35px;
  color: #000000;
  font-size: 16px;
  line-height: 25.5px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
.title-main p.w300 {
  font-weight: 400;
}
.title-main p:first-child:last-child {
  margin-top: 40px;
}
.title-main img + p {
  margin-top: 52px;
}
.title-main.white h5 {
  color: #c9c9c9;
}
.title-main.white h2 {
  color: #ffffff;
}
.title-main.text-left h2 {
  text-align: left;
}
.title-main.text-left h3 {
  text-align: left;
}
.title-main.text-left h5 {
  text-align: left;
}
.title-main.text-left p {
  text-align: left;
  font-weight: 300;
}
.title-main + article {
  margin-top: 52px;
}
.title-sub h3 {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  word-break: keep-all;
  color: #000;
}
.title-sub h3::before {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #80D8D0;
  margin-right: 10px;
  transform: translateY(50%);
  margin-top: -5px;
  content: '';
  border-radius: 6px;
}
.title-sub p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
}
.title-sub span {
  display: inline-flex;
  align-items: center;
  height: 50px;
  margin-top: 26px;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #80D8D0;
  border-radius: 30px;
}

.text-box-horizontal-list {
  display: flex;
  gap: 20px;
}
.text-box-horizontal-list__item {
  flex: 1 1 0;
  padding: 34px;
  border: 1px solid rgba(164, 164, 164, 0.5);
  box-sizing: border-box;
}

.text-box-horizontal-list__item h3 {
  color: #71beb7;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.text-box-horizontal-list__item ul {
  margin-top: 22px;
}
.text-box-horizontal-list__item ul li {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  word-break: keep-all;
}
.text-box-horizontal-list__item ul li::before {
  margin-right: 12px;
  content: '·';
}

.image-box-horizontal-list {
  display: flex;
  gap: 20px;
}

.image-box-horizontal-list__item {
  flex: 1 1 0;
  border: 1px solid rgba(164, 164, 164, 0.5);
  box-sizing: border-box;
}

.image-box-horizontal-list__item .image {
  width: 100%;
  aspect-ratio: 380 / 213;
  /* background-color: #eee; */
  border-bottom: 1px solid rgba(164, 164, 164, 0.5);
}
.image-box-horizontal-list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.image-box-horizontal-list__item .content {
  padding: 0 24px 24px;
  background-color: #FBF9F7;
}
.image-box-horizontal-list__item .content__head {
  padding: 12px 0;
  border-bottom: 1px solid rgba(164, 164, 164, 0.5);
}
.image-box-horizontal-list__item .content__head h3 {
  color: #74a7d9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
.image-box-horizontal-list__item .content__head h5 {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.4px;
}
.image-box-horizontal-list__item .content p {
  margin-top: 8px;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.04em;
}

.image-box-horizontal-list__item .content__head.c1 h3 {
  color: #74a7d9;
}
.image-box-horizontal-list__item .content__head.c2 h3 {
  color: #49c0b5;
}
.image-box-horizontal-list__item .content__head.c3 h3 {
  color: #ff6021;
}

.video-con {
  position: relative;
  text-align: center;
}
.video-con iframe,
.video-con img {
  width: 944px;
  aspect-ratio: 944/500;
}

.toggle-list ul {
  padding: 0 18px;
}
.toggle-list ul li {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.toggle-list ul li {
  border-top: none;
}
.toggle-list ul li .toggle-list__content label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 36px; */
  box-sizing: border-box;
  cursor: pointer;
}
.toggle-list ul li .toggle-list__content label h3 {
  width: 100%;
  padding-right: 32px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.toggle-list ul li .toggle-list__content label h3::before {
  content: 'Q. ';
}
.toggle-list ul li .toggle-list__content label p {
  margin-top: 16px;
  color: #999;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3125rem;
}
.toggle-list ul li .toggle-list__content__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  /* border: 1px solid #E0E0E0; */
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.toggle-list ul li .toggle-list__content__arrow::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  background-image: url('../images/toggle_arrow.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(180deg);
  content: '';
}
.toggle-list ul li .toggle-list__content__inner {
  height: 0;
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3125rem;
  transition-duration: 0.6s;
  overflow: hidden;
}
.toggle-list ul li .toggle-list__content__inner p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.toggle-list ul li .toggle-list__content__inner p::before {
  content: 'A. ';
}
.toggle-list ul li .toggle-list__content input[type='checkbox'] {
  display: none;
}
.toggle-list ul li .toggle-list__content input[type='checkbox']:checked ~ .toggle-list__content__inner {
  min-height: 0;
  padding-top: 30px;
}
.toggle-list ul li .toggle-list__content input[type='checkbox']:checked ~ label .toggle-list__content__arrow::after {
  transform: translate(-50%, -50%);
}

.image-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-title h2 {
  color: #333;
  font-size: 40px;
  font-weight: 300;
  font-family: 'NotoSerifKR';
  text-align: center;
}
.image-title h5 {
  margin-top: 2px;
  color: #333;
  font-size: 10px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1.5px;
}

.image-title.bg1 {
  background-image: url('../images/image_title_bg.png');
}
.image-title.bg2 {
  background-image: url('../images/image_title_bg_2.png');
}
.image-title.bg3 {
  background-image: url('../images/image_title_bg_3.png');
}
.image-title.bg4 {
  background-image: url('../images/image_title_bg_4.png');
}
.image-title.bg5 {
  background-image: url('../images/image_title_bg_5.png');
}

.hr {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.hr.mt {
  margin-top: 140px;
}
.hr.mt-75 {
  margin-top: 75px;
}

.check-list__title h4 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.check-list ul {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  row-gap: 12px;
}
.check-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5rem;
  color: #555555;
}
.check-list ul li::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  background-image: url('../imgs/check.svg');
  background-size: 12.7px 9.38px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #707070;
  border-radius: 50%;
  content: '';
}
.check-list.small ul li {
  font-size: 1rem;
  line-height: 24px;
}
.check-list.small ul li::before {
  width: 20px;
  height: 20px;
  background-size: 10.63px 7.84px;
}
.check-list.vertical ul {
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.check-list.horizontal {
  margin-top: 38px;
}
.check-list.horizontal ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 40px;
}

.only-mobile {
  display: none;
}

br.br-m {
  display: none;
}

.fixed-banner {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 60vh;
  right: 40px;
  z-index: 9999;
}
.fixed-banner__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #5983d9;
  font-size: 22px;
}
.fixed-banner__item img {
  width: 100%;
}
.fixed-banner__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@keyframes loading-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  transform-origin: center;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
}
.loading img {
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  animation: loading-rotate linear infinite 1s;
}
.loading.hide {
  display: none;
}

.home-wrapper {
  overflow-x: hidden;
}
.home-wrapper > section {
  padding: 100px 0;
  margin: 0 auto;
}
.home-wrapper > section.pb0 {
  padding-bottom: 0;
}
.home-wrapper > section.pt0 {
  padding-top: 0;
}
.home-wrapper > section > article {
  width: 100%;
}
.centered-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.chart-list {
  display: flex;
  width: 100%;
  margin-top: 39px;
  align-items: flex-end;
  gap: 15px;
}
.chart-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 0;
  width: 100%;
}
.chart-list__item h3 {
  width: 100%;
  color: #000;
  font-family: 'NotoSerifKR';
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.chart-list__item p {
  margin-top: 36px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.chart-list__item img {
  width: 100%;
  /* max-width: fit-content; */
  margin-top: 22px;
}
.chart-list__item h5 + img {
  margin-top: 11px;
}
.management-machine-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.management-machine-list__item {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  align-items: center;
}
.management-machine-list__item .image {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 180 / 245;
  border: 1px solid rgba(217, 217, 217, 0.5);
}
.management-machine-list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management-machine-list__item h5 {
  margin-top: 30px;
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.management-machine-list__item p {
  margin-top: 8px;
  color: #686868;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.modal_bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0f0f0f;
  opacity: 0.4;
  z-index: 9999;
}
.modal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 9999;

}
.mm_modal {
  width: calc(100% - 40px);
  height: 40vh;
} 
.mm_modal .modal__content {
  width: 100%; height: 100%;
}
.mm_modal .modal__tab__content {}
.mm_modal .modal__content__term {
  width: 100%; height: 100%;
}
.mm_textarea{
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 0;
}

.modal-initial{
  border: 1px solid #fff;
}
.modal__tab__content__item {
  display: none;
}
.modal__tab__content__item img{
  vertical-align: top;
}
.modal__tab__content__item.on {
  display: block;
}
.modal__tab__title {
  display: flex;
}
.modal__tab__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: #3DABA1;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  border-left: 0;
  border-right: 0;
}
.modal__tab__title span:nth-child(2){
  background-color: #3DABA1;

}
.modal__tab__title span.on {
  background-color: #2D6A6B;
}
.modal__tab__title span:hover{
  background-color: #5FDBD1;
}
/* 수정 */
.modal-apply{
  width: calc(100% - 40px);
  height: 300px;
  border-radius: 10px;
}
.modal-apply .modal__content{
  width: 100%;
  height: 100%;
}
.modal__content__confirm{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal__content__confirm img{
  width: 60px;
  height: 60px;
}
.modal__content__confirm h5{
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0 8px;
}
.modal__content__confirm p{
  font-size: 16px;
  color: #767676;
}
.modal__content__confirm .btn-ok{
  background-color: #5FDBD1;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 100px;
  margin-top: 28px;
}
.modal__content__confirm .btn-ok::before,
.modal__content__confirm .btn-ok::after{
  display: none;
}


.modal__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding: 4px 8px;
}
.btn-modal-close-day {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.btn-modal-close {
  position: relative;
  width: 24px;
  height: 24px;
  color: #fff;
  cursor: pointer;
  
  line-height: 24px;
}
.modal__content__term .btn-modal-close{
  width: 130px;
}
.btn-modal-close::before,
.btn-modal-close::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  content: '';
}
.btn-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-modal-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.sub-wrapper .hr {
  margin: 46px 0;
}
/* 첫 번째 hr */
.skincareltem .hr:first-of-type {
  margin-top: 100px;
}

/* 두 번째 hr */
.skincareltem .hr:nth-of-type(3) {
  margin-bottom: 96px;
}




.sub-wrapper .image-info__content__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.sub-wrapper .image-info__content__item.ai-start {
  align-items: flex-start;

}
.sub-wrapper .image-info__content__item:not(:first-of-type) {
  margin-top: 140px;
}
.sub-wrapper .image-info__content__item__text h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 300;
  line-height: 55px;
  font-family: 'NotoSerifKR';
  word-break: keep-all;
}
.sub-wrapper .image-info__content__item__text h2.small {
  margin-top: 14px;
  color: #333333;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: 200;
}
.sub-wrapper .image-info__content__item__text h5 {
  margin-top: 25px;
  color: #222222;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  word-break: keep-all;
}
.sub-wrapper .image-info__content__item__text h5 + p {
  margin-top: 51px;
}
.sub-wrapper .image-info__content__item__text p {
  margin-top: 59px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
  word-break: keep-all;
  letter-spacing: -0.32px;
}
.sub-wrapper .image-info__content__item__text em {
  background-color: rgba(27, 68, 131, 0.1);
}
.sub-wrapper .image-info__content__item__text__info {
  margin-top: 21px;
}
.sub-wrapper .image-info__content__item__text__info p {
  margin: 0;
  color: #a9a9a9;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.sub-wrapper .image-info__content__item__image {
  width: 440px;
}
.sub-wrapper .image-info__content__item__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-wrapper .image-info__content__item__image.grid-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}
.sub-wrapper .image-info__content__item__image.grid-image > * {
  aspect-ratio: 273/170;
}
.sub-wrapper .image-info__content__item__image.grid-image > *:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
  aspect-ratio: 582/450;
}
.sub-wrapper .image-info__content__item__image.grid-image > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-wrapper .image-info__content__item .check-list {
  margin-top: 51px;
}
.sub-wrapper .image-info__content__item .check-list__title {
  margin-bottom: 20px;
}
.sub-wrapper .image-info.type2 .image-info__content__item {
  justify-content: flex-start;
  gap: 103px;
}
.sub-wrapper .image-info.type2 .image-info__content__item__image {
  width: 581px;
  aspect-ratio: 581/450;
}
.sub-wrapper .image-info.type3 .image-info__content__item__image {
  width: 582px;
  aspect-ratio: 582/550;
}
.sub-wrapper .image-info.black {
  width: 100%;
  background-color: #222;
  color: #ffffff;
}
.sub-wrapper .image-info.black .image-info__content {
  width: 1200px;
  margin: 0 auto;
}
.sub-wrapper .image-info.black .image-info__content__item__text h3 {
  color: #a9a9a9;
}
.sub-wrapper .image-info.black .image-info__content__item__text h2 {
  color: #ffffff;
}
.sub-wrapper .image-info.black .image-info__content__item__text h2.gold {
  color: #d2a780;
}
.sub-wrapper .image-info.black .image-info__content__item__text h4 {
  color: #ffffff;
}
.sub-wrapper .image-info.black .image-info__content__item__text p {
  color: #ffffff;
}
.sub-wrapper .image-info.black .image-info__content__item__text__info p {
  color: #a9a9a9;
}
.sub-wrapper .image-info.black .image-info__content__item .check-list ul li {
  color: #ffffff;
}
.sub-wrapper .image-info.black .image-info__content__item .check-list ul li::before {
  border-color: #fff;
  background-image: url('../imgs/check-w.svg');
}
.sub-wrapper .image-info.multiple .image-info__content__item__image {
  display: flex;
  align-items: center;
  gap: 38px;
}
.sub-wrapper .image-info.multiple .image-info__content__item__image > img {
  width: 290px;
  aspect-ratio: 290/250;
  height: initial;
}
.sub-wrapper .image-info.horizontal .image-info__content__item {
  justify-content: flex-start;
  gap: 103px;
}
.sub-wrapper .image-info.horizontal .image-info__content__item:not(:first-of-type) {
  margin-top: 70px;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__image {
  width: 376px;
  aspect-ratio: 376/450;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text {
  display: flex;
  justify-content: flex-start;
  flex: 1 1 0;
  width: 569px;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 240px;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text .right {
  display: flex;
  align-items: center;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text h3 {
  color: #a9a9a9;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text h2 {
  margin-top: 12px;
  color: #829dc3;
  font-size: 2.5rem;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text p {
  margin-top: 31px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}
.sub-wrapper .image-info.horizontal .image-info__content__item__text .check-list {
  margin-top: 0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 74px;
}
.image-grid__item img {
  width: 100%;
}

.sub-description {
  padding: 72px 0 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sub-description h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  word-break: keep-all;
  /* line-height: 1.5; */
}
.sub-description p {
  margin-top: 8px;
  color: #8d8d8d;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  word-break: keep-all;
}

.promise-list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 180px;
  gap: 106px;
}
.promise-list::before {
  position: absolute;
  display: block;
  top: -43px;
  left: 50%;
  width: 1px;
  height: 97px;
  background-color: #000;
  transform: translate(-50%, -100%);
  content: '';
}
.promise-list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.promise-list__item span {
  font-family: 'NotoSerifKR';
  position: absolute;
  /* top: 50%; */
  top: 0;
  left: -50px;
  color: #bde9e3;
  font-size: 104px;
  font-style: italic;
  /* transform: translate(-100%, -50%); */
  transform: translate(-100%, 0);
}
.promise-list__item h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  word-break: keep-all;
}
.promise-list__item p {
  margin-top: 24px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  word-break: keep-all;
}
.apart-list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 180px;
  gap: 70px;
}
.apart-list::before {
  position: absolute;
  display: block;
  top: -43px;
  left: 50%;
  width: 1px;
  height: 97px;
  background-color: #000;
  transform: translate(-50%, -100%);
  content: '';
}
.apart-list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid rgba(164, 164, 164, 0.5);
  z-index: 1;
}
.apart-list__item::after {
  position: absolute;
  display: inline-block;
  top: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  z-index: -1;
}
.apart-list__item:nth-of-type(1)::after {
  width: 181px;
  aspect-ratio: 181 / 150;
  background-image: url('../images/color_num_1.png');
  transform: translateX(-165px);
}
.apart-list__item:nth-of-type(2)::after {
  width: 218px;
  aspect-ratio: 218 / 163;
  background-image: url('../images/color_num_2.png');
  right: 0;
  transform: translateX(180px);
}
.apart-list__item:nth-of-type(3)::after {
  width: 198px;
  aspect-ratio: 198 / 152;
  background-image: url('../images/color_num_3.png');
  transform: translateX(-185px);
}
.apart-list__item:nth-of-type(4)::after {
  width: 195px;
  aspect-ratio: 195 / 139;
  background-image: url('../images/color_num_4.png');
  right: 0;
  transform: translateX(180px);
}
.apart-list__item:nth-of-type(5)::after {
  width: 205px;
  aspect-ratio: 205 / 152;
  background-image: url('../images/color_num_5.png');
  transform: translateX(-185px);
}
.apart-list__item .image {
  position: relative;
}
.apart-list__item .image img {
  vertical-align: top;
}
.apart-list__item .content {
  position: relative;
  flex: 1 1 0;
  padding: 0 46px;
  background-color: #fff;
}
.apart-list__item .content h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 156px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  word-break: keep-all;
  border-bottom: 1px solid rgba(164, 164, 164, 0.2);
}
.apart-list__item .content span {
  display: block;
  margin-top: 32px;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 500;
  /* line-height: 32px; */
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}
.apart-list__item .content p {
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  word-break: keep-all;
}
 /* 수정 */
 .makeline_price{
  padding-top: 40px;
}
.makeline_price .titBox{
  text-align: center;
  transform: translateY(50%);
}
.makeline_price .titBox p{
  background-color: #80D8D0;
  color: white;
  font-weight: 500;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
}
.makeline_price .titBox .box{
  width: 150px;
  padding: 0;
}
.makeline_price .price_wrap{
  border: 1px solid rgba(164, 164, 164, 0.5);
  padding: 30px 0 40px;
  text-align: center;
}
.makeline_price .price_wrap .txt{
  /* padding: 10px 0 25px; */
  padding: 0 0 25px 0;
  /* line-height: 1.5; */
  word-break: keep-all;
}
.makeline_price .price_wrap .monthBox{
  display: flex;
  color: #0F0F0F;
}
.makeline_price .price_wrap .monthBox .left{
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.makeline_price .price_wrap .monthBox .left:first-child{
  border-right: 1px solid rgba(164, 164, 164, 0.5);
}
.makeline_price .price_wrap .monthBox .month{
  font-size: 31px;
  font-weight: 500;
  padding-right: 25px;
  white-space: nowrap;
}
.makeline_price .price_wrap .monthBox .robo{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 40px;  
}
.makeline_price .price_wrap .monthBox .price{
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.makeline_price .price_wrap .monthBox .price .robo{
  font-size: 30px;
  font-weight: 600;
}
.makeline_price .price_wrap .monthBox .price .line{
  font-size: 16px;
  color: #A9A9A9;
  text-decoration: line-through;
  padding-left: 10px;
  font-weight: 700;
}
.makeline_price .price_wrap .monthBox .price .vat{
  font-size: 12px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  color: #A9A9A9;
  font-weight: 400;
}

.sub-menu {
  /* margin: 62px auto 68px; */
  margin: 70px auto;
}
.sub-menu nav {
  display: flex;
  justify-content: center;
}
.sub-menu nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  max-width: 290px;
  height: 40px;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.12);

  position: relative;
}
.sub-menu nav a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #81CBC8;
  transition: width 0.4s ease;
}
.sub-menu nav a.on {
  color: #333;
  /* border-bottom: 1px solid #81CBC8; */
  /* border-bottom: 0.5px solid rgba(0, 0, 0, 0.12); */
}
.sub-menu nav a.on::after {
  width: 100%; 
}


.board-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 46px 0 126px;
}
.board-gallery__item {
}
.board-gallery__item a {
  text-decoration: none;
}
.board-gallery__item .image {
  width: 100%;
  aspect-ratio: 480 / 250;
}
.board-gallery__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-gallery__item .content {
  margin-top: 28px;
}
.board-gallery__item .content h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.board-gallery__item .content p {
  color: #555;
  font-size: 14px;
  line-height: 32px;
}
.board-gallery__item .content .price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 41px;
  color: #fa622f;
  font-size: 18px;
  font-weight: 700;
}
.board-gallery__item .content .price em {
  font-size: 35px;
  font-weight: 800;
  color: #fa622f;
}
.board-gallery__item .content .price span {
  font-size: 20px;
  font-weight: 800;
  align-self: center;
  margin-right: 3px;
  transform: translateY(3px);
  color: #fa622f;
}

.tag-list {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
  height: 40px;
}
.tag-list span {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
}
.tag-list span b {
  font-weight: 700;
}
.tag-list span::before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.tag-list span:last-child:before {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px;
}
.gallery-grid__item {
  display: flex;
  flex-direction: column;
}
.gallery-grid__item:hover .image img {
  display: flex;
  flex-direction: column;
  transform: scale(1.1);
}
.gallery-grid__item a {
  text-decoration: none;
}
.gallery-grid__item .image {
  width: 100%;
  aspect-ratio: 350 / 250;
  overflow: hidden;
}
.gallery-grid__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: .3s;
}
.gallery-grid__item .content {
  margin-top: 28px;
}
.gallery-grid__item .content h3 {
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -2px;
}
.gallery-grid__item .content > span {
  color: #555;
  font-size: 14px;
  line-height: 32px;
}
.gallery-grid__item .content p {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  min-height: 100px;
  font-weight: 300;
}
.gallery-grid__item .content h3 + p {
  margin-top: 26px;
}
.gallery-grid__item .content .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.gallery-grid__item .content .price em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding: 0 16px;
  background-color: #fa622f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
}
.gallery-grid__item .content .price em.hide {
  opacity: 0;
}
.gallery-grid__item .content .price__detail {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 8px;
}
.gallery-grid__item .content .price__detail .origin {
  display: flex;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}
.gallery-grid__item .content .price__detail .off {
  display: flex;
  align-items: flex-end;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.gallery-grid__item .content .price__detail .off span {
  color: #000;
  font-size: 35px;
  font-weight: 800;
  margin-right: 4px;
}
.gallery-grid__item .content .price__description {
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
  color: #555;
  font-size: 14px;
}
.gallery-grid__item .content .price__description span {
  font-size: 12px;
}

.detail-view {
  display: block;
}
.detail-view .wide-image {
  flex-direction: row;
  /* gap: 36px; */
  gap: 60px;
}
.detail-view .wide-image .image {
  max-width: 420px;
  aspect-ratio: 420 / 255;
}
.detail-view .wide-image .content {
  width: 100%;
  margin-top: 0; 
  
}
.detail-view .wide-image .content > span {
  color: #686868;
}
.detail-view .wide-image .hr.con_hr {
  margin: 13px 0 20px;
}
.detail-view .wide-image .content p {
  /* padding-top: 13px; */
  /* margin-top: 13px; */
  /* border-top: 0.5px solid rgba(0,0,0, 0.2); */
  width: 520px;
  letter-spacing: -0.48px;
}

/* 시술소개 */
.image-info-list ul{
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.image-info-list ul li{
  width: 33.333%;
}
.image-info-list ul li .image{}
.image-info-list ul li .image img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.image-info-list ul li .content{
  text-align: center;
}
.image-info-list.ulfit ul li .content {
  margin-top: 20px;
}
.image-info-list ul li .content h5{
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0 24px;
}
.image-info-list ul li .content p{
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.3;
  padding-bottom: 5px;
}
.image-info-list ul li .content.revive p{
  line-height: 30px;
}
.image-info-list.process-list .content p{
  line-height: 30px;
}
.image-info-list ul li .content span{
  font-size: 12px;
  color: rgba(51,51,51,0.37);
}
.image-info-list.process-list {
  margin-top: 87px;
}
.image-info-list.process-list ul li {
  width: 25%;
}
.image-info-list.process-list ul li .image {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: flex-end;
}
.image-info-list.process-list ul li:first-of-type img {
  position: relative;
  bottom: -31px;
}
.image-info-list.process-list ul li .content {
  margin-top: 45px;
}
.image-info-list.process-list ul li .content em {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #80D8D0;
}
.image-info-list.process-list ul li .content p {
  letter-spacing: -0.5px;
}

.image-info-list.arrow-process-list ul {
  align-items: center;
  gap: 65px;
}
.image-info-list.arrow-process-list ul li.arrow {
  width: auto;
  margin-bottom: 50px;
}
.image-info-list.arrow-process-list ul li .content,
.image-info-list ul li .content.no-tit {
  margin-top: 25px;
}
.image-info-list ul li .content.no-tit p {
  font-size: 16px;
  line-height: 25px;
}
.results-list {
  padding: 85px 0;
}
.results-list ul{
  display: flex;
  gap: 67px;
  justify-content: center;
}
.results-list ul li{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(244, 240, 234, 0.5);
}
.results-list ul li h5 {
  font-size: 16px;
  letter-spacing: -0.36px;
  font-weight: 500;
  padding-top: 14px;
  /* padding-bottom: 7px;   */
  line-height: 25px;
}
.results-list ul li p{
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #555555;
}

.wide-text-con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 205px;
  background-color: #F9F7F5;
  text-align: center;
}
.wide-text-con p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.42px;
}

.bullet-list {
  margin: 70px 0 85px;
}
.bullet-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.bullet-list ul li {
  width: calc(50% - 10px);
  padding-left: 17px;
  box-sizing: border-box;
  line-height: 32px;
}
.bullet-list ul li h5 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.bullet-list ul li h5::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: -17px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #80D8D0;
}

.event-detail {
  padding-top: 42px;
  overflow-y: scroll;
}
.event-detail::-webkit-scrollbar{
  display: none;
}
.event-detail h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.event-detail img {
  width: 100%;
  height: auto;
}

.event-detail p {
  margin-top: 28px;
}
/* .treatment-list__title h2::before */
.procedure .title-main:nth-of-type(2) h2::before {
  display: block;
  content: '';
  width: 1px;
  height: 95px;
  background-color: rgba(0, 0, 0, 0.2);
  /* margin: 60px auto 70px; */
  margin: 54px auto;
}
.procedure .title-main.line-bottom{
  padding-top: 54px;
}
