.sub_top.smile {
  background: url(/new/img/sub/sub_smile_bg.png) no-repeat center 0% / cover;
}
@media screen and (max-width: 768px) {
  .sub_top.smile {
    background: url(/new/img/sub/sub_smile_bg_m.png) no-repeat center 0% / cover;
  }
}
.smile_1_1 {
  padding: 120px 0 160px;
  background: linear-gradient(
      180deg,
      rgba(28, 92, 107, 0) 56.58%,
      rgba(28, 92, 107, 0.3) 100%
    ),
    #fff;
}
.smile_1_1_1 {
  margin-bottom: 170px;
}
.smile_1_1_1 .w1440 {
  display: flex;
  gap: 5.2vw;
  align-items: center;
}
.smile_1_1_1 .img_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(55% - 5.2vw);
}
.smile_1_1_1 .img_wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url('/new/img/sub/smile_1_1_img3.png') center center / 100%
    no-repeat;
  animation: rotateRing 5s linear infinite;
}
.smile_1_1_1 .img_wrap .round {
  position: relative;
  z-index: 1;
}
.smile_1_1_1 .img_wrap .round:after {
  content: '';
  display: block;
  width: 90%;
  height: 90%;
  background: url('/new/img/sub/smile_1_1_img2.png') center center / 100%
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.smile_1_1_1 .txt_wrap {
  width: 45%;
}
.smile_1_1_1 .txt_wrap h3 {
  color: var(--grayscale-900, #171717);
  font-family: 'Cormorant Garamond';
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 96px */
  letter-spacing: -1.6px;
  margin-bottom: 10px;
}
.smile_1_1_1 .txt_wrap p.sub_tit_txt {
  margin-bottom: 50px;
}
.smile_1_1_1 .txt_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.smile_1_1_1 .txt_wrap ul li {
  width: calc((100% - 1px) / 2);

  box-sizing: border-box;
}
.smile_1_1_1 .txt_wrap ul li:nth-child(1) {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  padding: 0 30px 35px 16px;
}
.smile_1_1_1 .txt_wrap ul li:nth-child(1):after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  right: 0;
}
.smile_1_1_1 .txt_wrap ul li:nth-child(2) {
  border-bottom: 1px solid #d4d4d4;

  padding: 0 16px 35px 30px;
}
.smile_1_1_1 .txt_wrap ul li:nth-child(3) {
  position: relative;
  padding-bottom: 0;
  padding: 35px 30px 0 16px;
}
.smile_1_1_1 .txt_wrap ul li:nth-child(3):after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #d4d4d4;
  position: absolute;
  bottom: 0;
  right: 0;
}
.smile_1_1_1 .txt_wrap ul li:nth-child(4) {
  padding: 35px 16px 0 30px;
}
.smile_1_1_1 .txt_wrap ul li span {
  color: #1c5c6b;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding: 4px 20px;
  border-radius: 9999px;
  border: 1px solid #1c5c6b;
  display: block;
  margin: 0 auto 10px;
  width: fit-content;
}
.smile_1_1_1 .txt_wrap ul li p {
  color: var(--grayscale-700, #404040);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.32px;
}
@keyframes rotateRing {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 1500px) {
  .smile_1_1_1 .img_wrap {
    width: calc(35% - 5.2vw);
  }
  .smile_1_1_1 .txt_wrap {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .smile_1_1_1 .txt_wrap h3 {
    font-size: 50px;
  }
  .smile_1_1_1 .txt_wrap ul li span {
    font-size: 15px;
    padding: 4px;
  }
  .smile_1_1_1 .txt_wrap ul li p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(1) {
    padding: 10px;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(2) {
    padding: 10px;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(3) {
    padding: 10px;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(4) {
    padding: 10px;
  }
  .smile_1_1_1 .img_wrap {
    width: 100%;
    max-width: 305px;
  }
}
@media screen and (max-width: 768px) {
  .smile_1_1 {
    padding: 70px 0;
  }
  .smile_1_1_1 {
    margin-bottom: 80px;
  }
  .smile_1_1_1 .w1440 {
    flex-direction: column;
    gap: 23px;
  }
  .smile_1_1_1 .txt_wrap {
    width: 100%;
  }
  .smile_1_1_1 .txt_wrap h3 {
    text-align: center;
    font-size: 34px;
    letter-spacing: -0.68px;
  }
  .smile_1_1_1 .txt_wrap p.sub_tit_txt {
    text-align: center;
    margin-bottom: 40px;
  }
  .smile_1_1_1 .txt_wrap ul {
    max-width: 240px;
    margin: 0 auto;
  }
  .smile_1_1_1 .txt_wrap ul li {
    width: 100%;
    padding: 20px 0 !important;
  }
  .smile_1_1_1 .txt_wrap ul li span {
    padding: 4px 20px;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(1):after {
    content: none;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(3):after {
    content: none;
  }
  .smile_1_1_1 .txt_wrap ul li:nth-child(3) {
    border-bottom: 1px solid #d4d4d4;
  }
}
.smile_1_1_2 .txt_wrap {
  margin-bottom: 80px;
  text-align: center;
}
.smile_1_1_2 .txt_wrap strong {
  text-align: center;
  margin-bottom: 30px;
}
.smile_1_1_2 .txt_wrap strong b {
  color: #1c5c6b;
  font-weight: 500;
}

.smile_1_1_2 .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.smile_1_1_2 .img_wrap p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.96px;
}
.smile_1_1_2 .img_wrap .detail_1 span.box {
  color: #fff;
  font-weight: 600;
  padding: 0 6px;
  background: #f4305b;
}
.smile_1_1_2 .img_wrap .detail_2 span.box {
  color: #fff;
  font-weight: 600;
  padding: 0 6px;
  background: #1c5c6b;
}
@media screen and (max-width: 1280px) {
  .smile_1_1_2 .img_wrap {
    gap: 10px;
  }
  .smile_1_1_2 .img_wrap p {
    font-size: 16px;
  }
  .smile_1_1_2 .img_wrap img {
    max-width: 300px;
  }
  .smile_1_1_2 .txt_wrap strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .smile_1_1_2 .txt_wrap strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .smile_1_1_2 .img_wrap p {
    text-align: center;
  }
  .smile_1_1_2 .img_wrap p.detail_1 {
    padding-right: 10px;
  }
  .smile_1_1_2 .img_wrap p.detail_2 {
    padding-left: 50px;
  }
  .smile_1_1_2 .img_wrap {
    flex-direction: column;
  }
}

.smile_1_3 {
  padding: 130px 0;
}
.smile_1_3 .tit_wrap {
  margin-bottom: 70px;
  text-align: center;
}
.smile_1_3 .tit_wrap h3 {
  margin-bottom: 30px;
}
.smile_1_3 .tit_wrap .sub_tit_txt {
  margin: 0 auto 30px;
  max-width: 780px;
}
.smile_1_3 .tit_wrap ul {
  display: flex;
  gap: 1vw;
  justify-content: center;
}
.smile_1_3 .tit_wrap ul li img {
  margin-bottom: 10px;
}
.smile_1_3 .tit_wrap ul li p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.smile_1_3 .img_wrap {
  margin-bottom: 150px;
}
/* .smile_1_3 .rolling_wrap {
  width: 100vw;
  position: relative;
  left: -5vw;
  overflow: hidden;
} */
@media screen and (max-width: 768px) {
  .smile_1_3 {
    padding: 70px 0;
  }
  .smile_1_3 .tit_wrap {
    margin-bottom: 50px;
  }
  .smile_1_3 .tit_wrap h3 {
    font-size: 20px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .smile_1_3 .tit_wrap .sub_tit_txt {
    margin: 0 auto 20px;
  }
  .smile_1_3 .tit_wrap ul {
    gap: 12px;
  }
  .smile_1_3 .tit_wrap ul li img {
    width: 50px;
  }
  .smile_1_3 .tit_wrap ul li p {
    font-size: 12px;
  }
  .smile_1_3 .img_wrap {
    max-width: 500px;
    margin: 0 auto 70px;
  }
  .smile_1_3 .rolling_wrap {
    width: 100vw;
    position: relative;
    left: -5vw;
    overflow: hidden;
  }
}

.smile_2_1 {
  padding: 120px 0;
}
.smile_2_1 .w1440 {
  display: flex;
  gap: 7.8vw;
}
.smile_2_1 .left {
  width: calc(50% - 7.8vw);
}
.smile_2_1 .left ._cover {
  position: relative;
  transition: 0.45s;
  transition-delay: 0.45s;
  overflow: hidden;
}
.smile_2_1.active .left ._cover {
  border-radius: 20px;
}
.smile_2_1 .left ._cover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 1.3s ease-in-out;
  top: 0;
  right: 0;
  z-index: 1;
}
.smile_2_1.active .left ._cover:after {
  width: 0%;
}
.smile_2_1 .right {
  width: 50%;
}
.smile_2_1 .txt_wrap {
  margin-bottom: 70px;
  max-width: 520px;
}
.smile_2_1 .txt_wrap h3 {
  margin-bottom: 50px;
}
.smile_2_1 .txt_wrap strong {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
}
.smile_2_1 .txt_wrap p {
  color: var(--grayscale-700, #404040);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
.smile_2_1 .txt_wrap p:nth-child(3) {
  margin-bottom: 16px;
}
.smile_2_1 .right ._cover {
  max-width: 420px;
  margin-left: auto;
  position: relative;
  transition: 0.45s;
  transition-delay: 1s;
  overflow: hidden;
}
.smile_2_1.active .right ._cover {
  border-radius: 20px;
}
.smile_2_1 .right ._cover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 1.3s ease-in-out;
  transition-delay: 0.7s;
  top: 0;
  right: 0;
  z-index: 1;
}
.smile_2_1.active .right ._cover:after {
  width: 0%;
}
@media screen and (max-width: 768px) {
  .smile_2_1 {
    padding: 70px 0;
  }
  .smile_2_1 .w1440 {
    flex-direction: column-reverse;
  }
  .smile_2_1 .right {
    width: 100%;
    text-align: center;
  }
  .smile_2_1 .left {
    width: 100%;
  }
  .smile_2_1 .txt_wrap {
    margin-bottom: 30px;
  }
  .smile_2_1 .txt_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
    margin-bottom: 30px;
  }
  .smile_2_1 .txt_wrap strong {
    font-size: 17px;
    margin-bottom: 14px;
    letter-spacing: -0.34px;
  }
  .smile_2_1 .txt_wrap p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .smile_2_1 .txt_wrap p:nth-child(3) {
    margin-bottom: 8px;
  }
}
.smile_2_2 {
  padding: 130px 0;
}
.smile_2_2 h3 {
  margin-bottom: 50px;
}
.smile_2_2 .con_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.smile_2_2 .tabnav {
  display: flex;
  width: 30%;
  align-items: flex-start;
  gap: 1vw;
}
.smile_2_2 .tabnav a {
  flex: 1;
  display: block;
  position: relative;
  transition: 0.45s;
  border-radius: 0;
  overflow: hidden;
}
.smile_2_2 .tabnav a img {
  width: 100%;
}
.smile_2_2 .tabnav a.active {
  border-radius: 999px;
  /* transition: 2.5s ease-in; */
}
.smile_2_2 .tabnav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  width: max-content;
}
.smile_2_2 .tabcontent {
  width: 60%;
}
.smile_2_2 .tabcon li {
  display: flex;
  gap: 1vw;
  padding: 36px 10px;
}
.smile_2_2 .tabcon li:first-child {
  padding-top: 0;
}
.smile_2_2 .tabcon li:not(:last-child) {
  border-bottom: 1px solid #a3a3a3;
}
.smile_2_2 .tabcon li span {
  color: #1c5c6b;
  font-family: 'Noto Serif CJK KR';
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 36px */
}
.smile_2_2 .tabcon li .txt {
  flex: 1;
  gap: 19px;
}
.smile_2_2 .tabcon li .txt strong {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.smile_2_2 .tabcon li .txt p {
  color: var(--grayscale-700, #404040);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1280px) {
  .smile_2_2 .tabnav {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .smile_2_2 {
    padding: 70px 0;
  }
  .smile_2_2 h3 {
    font-size: 20px;
    letter-spacing: -1.2px;
    margin-bottom: 50px;
    text-align: center;
  }
  .smile_2_2 .con_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .smile_2_2 .tabnav {
    width: 100%;
    justify-content: center;
  }
  .smile_2_2 .tabnav a {
    flex: none;
    max-width: 75px;
  }
  .smile_2_2 .tabnav a span {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .smile_2_2 .tabcontent {
    width: 100%;
  }
  .smile_2_2 .tabcon li {
    gap: 16px;
    padding: 24px 0;
  }
  .smile_2_2 .tabcon li span {
    font-size: 22px;
  }
  .smile_2_2 .tabcon li .txt strong {
    font-size: 16px;
  }
  .smile_2_2 .tabcon li .txt p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}
