@charset "utf-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
  font-family: 'KotraHope';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOTRAHOPE.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Cafe24Surround';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

.cafe24-font {
  font-family: 'Cafe24Surround';
}

.gmarket-font {
  font-family: 'GMarketSans';
}

.main-font {
  font-family: 'KotraHope';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


body,
input,
textarea,
select,
button,
table {
  font-family: 'NanumSquare';
  font-size: 24px;
  color: #222;
  word-break: keep-all;
  letter-spacing: -0.02em;
}

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

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

/* 1280 */
.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.002em;
  padding: 12px 0;
}

.header-wrap .logo a {
  display: block;
}

.header-wrap .logo a img {
  width: 100%;
  max-width: 117px;
}

.header-wrap .gnb-pc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.header-wrap .gnb-pc ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-menu {
  display: none;
}

@media (max-width: 768px) {
  .header-wrap {
    padding: 15px 0;
  }

  .header-wrap .gnb-pc {
    display: none;
  }

  .header-wrap .logo a img {
    max-width: 77px;
  }

  .m-menu {
    display: block;
  }

  .m-menu img {
    width: 21px;
  }
}

/* section1 */
.section01 {
  position: relative;
  overflow: hidden;
  background-image: url(../img/main-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #008772;
}

.section01 .container {
  max-width: 1320px;
}

.sec01-wrap {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec01-txt {
  position: relative;
  z-index: 2;
  color: #fff;
}

.sec01-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  border-radius: 999px;
  background: #FFC20F;
  color: #333333;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

.sec01-txt h2 {
  font-size: 68px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
}

.sec01-txt p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

.main-img {
  position: absolute;
  top: 21.3%;
  right: 0;
  width: 100%;
  max-width: 850px;
}

@media (max-width: 1190px) {
  .main-img {
    max-width: 690px;
  }
}

@media (max-width: 1024px) {
  .section01 {
    background-image: url(../img/main-bg-mo.png);
  }

  .sec01-wrap {
    min-height: 772px;
    flex-direction: column;
    text-align: center;
    padding: 50px 0;
  }

  .sec01-txt,
  .sec01-visual {
    flex: none;
    width: 100%;
  }

  .sec01-badge {
    margin: 0 auto 30px;
  }

  .sec01-txt h2 {
    font-size: 52px;
    margin-bottom: 28px;
  }

  .sec01-txt p {
    font-size: 20px;
  }

  .main-img {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .sec01-wrap {
    padding: 60px 0;
  }

  .sec01-badge {
    min-width: auto;
    width: auto;
    height: 56px;
    padding: 0 29px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .sec01-txt h2 {
    font-size: 50px;
  }

  .sec01-txt p {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media (max-width: 460px) {
  .main-img {
    bottom: 50px;
  }
}

/* section2 */
.section02 {
  background: #f3f1ee;
  padding: 100px 0;
}

.sec02-wrap {
  text-align: center;
}

.sec02-head {
  margin-bottom: 50px;
}

.sec02-head h2 {
  margin-bottom: 20px;
}

.sec02-head h2 img {
  width: 100%;
  max-width: 192px;
  margin: 0 auto;
}

.sec02-head p {
  font-size: 28px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sec02-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.sec02-item {
  flex: 1;
  max-width: 400px;
  margin: 0 auto;
}

.sec02-thumb {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.sec02-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec02-title {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.sec02-title span {
  color: #008772;
}

.sec02-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  letter-spacing: -0.02em;
}

@media (max-width: 1180px) {
  .sec02-list {
    gap: 24px;
  }

  .sec02-title {
    font-size: 30px;
  }

  .sec02-desc {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .section02 {
    padding: 50px 0;
  }

  .sec02-head {
    margin-bottom: 50px;
  }

  .sec02-head p {
    font-size: 22px;
  }

  .sec02-list {
    flex-direction: column;
    gap: 50px;
  }

  .sec02-item {
    max-width: 100%;
  }

  .sec02-thumb {
    max-width: 300px;
    margin-bottom: 28px;
  }
}

@media (max-width: 768px) {
  .sec02-head h2 img {
    max-width: 137px;
  }

  .sec02-head p {
    font-size: 24px;
    line-height: 1.4;
  }

  .sec02-head {
    margin-bottom: 40px;
  }

  .sec02-list {
    gap: 40px;
  }

  .sec02-thumb {
    max-width: 280px;
    margin-bottom: 20px;
  }

  .sec02-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .sec02-desc {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* section3 */
.section03 {
  background-image: url(../img/Sec_3_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.sec03-wrap {
  position: relative;
  z-index: 1;
}

.sec03-head {
  text-align: center;
  margin-bottom: 50px;
}

.sec03-head h2 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
}

.sec03-head h2 span {
  color: #008772;
}

.sec03-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px 25px;
}

.sec03-card {
  min-height: 262px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  padding: 35px 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.sec03-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec03-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sec03-title {
  display: block;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}

.sec03-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 46px;
  border: 1px solid #DEDEDE;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #666;
  background: #fff;
}

@media (max-width: 1024px) {
  .section03 {
    padding: 80px 0 90px;
    background-image: none;
    background-color: #F0EEE6;
  }

  .section03::before {
    content: '';
    width: 269px;
    height: 186px;
    background-image: url(../img/sec_3_bg_mo01.png);
    position: absolute;
    left: 0;
    top: 0;
  }

  .section03::after {
    content: '';
    width: 228px;
    height: 79px;
    background-image: url(../img/sec_3_bg_mo02.png);
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .sec03-head {
    margin-bottom: 42px;
  }

  .sec03-card {
    min-height: 240px;
    padding: 28px 16px 24px;
  }

  .sec03-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .sec03-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .section03 {
    padding: 50px 0;
  }

  .sec03-head {
    margin-bottom: 30px;
  }

  .sec03-head h2 {
    font-size: 36px;
    line-height: 1.3;
  }

  .sec03-card {
    min-height: 210px;
    border-radius: 18px;
    padding: 24px 14px 20px;
  }

  .sec03-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }

  .sec03-title {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .sec03-btn {
    min-width: 130px;
    height: 46px;
    font-size: 14px;
  }
}

/* section4 */
.section04 {
  background-image: url(../img/Sec_4_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.sec04-head {
  margin-bottom: 95px;
}

.video-wrap {
  position: relative;
}

.video-wrap>img {
  position: absolute;
  right: 30px;
  top: -95px;
  width: 100%;
  max-width: 258px;
}

.video-wrap>video {
  width: 100%;
  border: 6px solid #008772;
  border-radius: 30px;
  aspect-ratio: 1280 / 580;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('../img/play-icon.png') no-repeat center/contain;
  border: none;
  cursor: pointer;
  z-index: 5;
}

/* section5 */
.section05 {
  background: #fff;
  padding: 100px 0;
}

.sec05-head {
  margin-bottom: 50px;
}

.sec05-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sec05-card {
  background: #f8f8f8;
  border-radius: 28px;
  padding: 40px 40px 26px;
  min-height: 230px;
}

.sec05-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.sec05-title {
  display: block;
  font-size: 46px;
  line-height: 1.4;
  font-weight: 400;
  color: #319E8D;
  letter-spacing: -0.02em;
}

.sec05-icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec05-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec05-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.02em;
}

@media (max-width: 1280px) {
  .sec05-title {
    font-size: 29px;
  }

  .sec05-desc {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .section05 {
    padding: 80px 0 90px;
  }

  .sec05-head {
    margin-bottom: 42px;
  }

  .sec05-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sec05-card {
    min-height: auto;
    padding: 30px 28px 26px;
  }

  .sec05-title {
    font-size: 27px;
  }

  .sec05-desc {
    font-size: 18px;
  }

  .video-wrap>img {
    right: auto;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .section05 {
    padding: 50px 0;
  }

  .sec05-head {
    margin-bottom: 30px;
  }

  .sec05-card {
    padding: 24px 20px 22px;
    border-radius: 20px;
  }

  .sec05-card-top {
    gap: 14px;
    margin-bottom: 20px;
  }

  .sec05-title {
    font-size: 32px;
    line-height: 1.4;
  }

  .sec05-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  .sec05-desc {
    display: inline-block;
    width: 260px;
    font-size: 18px;
    line-height: 1.6;
  }

  .video-wrap>img {
    top: -38px;
    max-width: 110px;
  }

  .section04 {
    padding: 50px 0 55px;
  }

  .sec04-head {
    margin-bottom: 78px;
  }
}

@media (max-width: 340px) {
  .sec05-desc {
    width: auto;
  }
}

/* section6 */
.section06 {
  position: relative;
  background: url('../img/sec6_bg.png') no-repeat center center / cover;
  padding: 100px 0 80px;
}

.sec06-wrap {
  position: relative;
  z-index: 1;
}

.sec06-head {
  margin-bottom: 50px;
}

.sec06-list {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 50px;
}

.sec06-card {
  width: 100%;
  max-width: 400px;
  min-height: 478px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  text-align: center;
  padding: 30.5px 39px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.sec06-profile {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.sec06-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06-title {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin-bottom: 2px;
  letter-spacing: -0.02em;
}

.sec06-name {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #008772;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.sec06-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.sec06-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 56px;
  margin: 0 auto;
  border-radius: 999px;
  background: #252525;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (max-width: 1280px) {
  .sec06-list {
    gap: 24px;
  }

  .sec06-card {
    max-width: 340px;
    padding: 32px 24px 34px;
  }
}

@media (max-width: 1024px) {
  .section06 {
    padding: 85px 0 70px;
  }

  .sec06-head {
    margin-bottom: 40px;
  }

  .sec06-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }

  .sec06-card {
    max-width: 680px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .section06 {
    padding: 50px 0;
  }

  .sec06-head {
    margin-bottom: 28px;
  }

  .sec06-card {
    border-radius: 22px;
    padding: 26px 18px 28px;
  }

  .sec06-profile {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
  }

  .sec06-title {
    font-size: 26px;
    margin-bottom: 2px;
  }

  .sec06-name {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec06-desc {
    font-size: 18px;
    line-height: 1.5;
  }

  .sec06-more {
    width: 155px;
    height: 56px;
    font-size: 18px;
  }
}

/* section7 */
.section07 {
  padding: 100px 0;
  background: #F8F8F8;
  position: relative;
}

.sec07-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sec07-title-box {
  flex: 0 0 374px;
  padding-top: 10px;
}

.sec07-title-box h2 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  letter-spacing: -0.02em;
}

.sec07-title-box h2 span {
  color: #008772;
}

.sec07-slider-box {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sec07-swiper {
  flex: 1;
  overflow: hidden;
}

.sec07-swiper .swiper-slide {
  height: auto;
}

.sec07-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.sec07-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 360 / 240;
}

.sec07-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec07-date {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #008772;
  font-weight: 800;
}

.sec07-card-title {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  color: #252525;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec07-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: normal;
}

.sec07-nav {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border: none;
}

.sec07-nav img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.sec07-nav.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

.sec07-next {
  position: absolute;
  top: 50%;
  right: calc((100% - 1320px)/2 - 50px);
  transform: translateY(-50%);
  z-index: 10;
}

.sec07-prev {
  position: relative;
}

@media (max-width: 1435px) {
  .sec07-next {
    position: initial;
  }
}

@media (max-width: 1280px) {
  .sec07-title-box {
    flex-basis: 300px;
  }

  .sec07-card-title {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .section07 {
    padding: 50px 0;
  }

  .section07 .container {
    padding: 0 30px;
  }

  .sec07-wrap {
    display: block;
  }

  .sec07-title-box {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
  }

  .sec07-title-box h2 {
    line-height: 1.3;
    text-align: center;
  }

  .sec07-slider-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 10px;
  }

  .sec07-swiper {
    order: 1;
    width: 100%;
    flex: none;
    overflow: hidden;
  }

  .sec07-swiper .swiper-slide {
    height: auto;
  }

  .sec07-card {
    border-radius: 20px;
    padding: 20px;
    background: #fff;
  }

  .sec07-thumb {
    margin-bottom: 20px;
    border-radius: 20px;
    aspect-ratio: 330 / 220;
  }

  .sec07-date {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.6;
  }

  .sec07-card-title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
    -webkit-line-clamp: unset;
    display: block;
  }

  .sec07-desc {
    font-size: 18px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }

  .sec07-prev,
  .sec07-next {
    order: 2;
    position: static;
    transform: none;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  .sec07-prev img,
  .sec07-next img {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 768px) {
  .sec07-title-box h2 {
    font-size: 36px;
  }
}

/* footer */
.footer {
  background: #373737;
  padding: 60px 0 58px;
}

.footer .container {
  max-width: 1320px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  width: 100%;
  max-width: 104px;
}

.footer-policy {
  display: flex;
  align-items: center;
  gap: 48px;
}

.footer-policy a {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
}

.footer-line {
  width: 100%;
  height: 1px;
  background: #626262;
  margin-bottom: 40px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer-row dt {
  width: 130px;
  flex: 0 0 130px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.footer-row dd {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.02em;
  font-weight: 400;
}

.footer-copy {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .footer {
    padding: 40px 0 50px;
  }

  .footer-top {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 23px;
    align-items: flex-start;
  }

  .footer-policy {
    gap: 28px;
    padding-top: 0;
    flex-wrap: wrap;
  }

  .footer-row dt {
    width: 140px;
    flex-basis: 140px;
    font-size: 16px;
  }

  .footer-row dd {
    font-size: 16px;
  }

  .footer-copy {
    font-size: 16px;
  }

  .footer-line {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 36px 0 44px;
  }

  .footer-logo img {
    max-width: 104px;
  }

  .footer-top {
    gap: 18px;
    margin-bottom: 20px;
  }

  .footer-policy {
    gap: 20px;
  }

  .footer-policy a {
    font-size: 12px;
  }

  .footer-line {
    margin-bottom: 22px;
  }

  .footer-info {
    gap: 10px;
  }

  .footer-row {
    display: grid;
    grid-template-columns: 84px 1fr;
    column-gap: 16px;
    align-items: center;
  }

  .footer-row dt,
  .footer-row dd {
    width: auto;
    flex: none;
    font-size: 12px;
    line-height: 1.6;
  }

  .footer-copy {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;
  }
}

/* 하단 고정 CTA */
.cta-fixed {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 9999;
}

.cta-fixed img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-fixed .bottom-cta {
  position: absolute;
  width: 13%;
  height: 26.6%;
  left: 39.4%;
  top: 55.5%;
}

.pc-br {
  display: block;
}

.mo-br {
  display: none;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }

  .mo-br {
    display: block;
  }
}

.mo-menu-panel {
  display: none;
}

@media (max-width: 768px) {
  .mo-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    background: #fff;
  }

  .mo-menu-panel.is-active {
    display: block;
  }

  .mo-menu-inner {
    width: 100%;
    min-height: 100vh;
    padding: 15px 30px 0;
    background: #fff;
  }

  .mo-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .mo-menu-logo img {
    width: 77px;
  }

  .mo-menu-close {
    position: relative;
    width: 18px;
    height: 18px;
    border: 0;
    background: none;
    cursor: pointer;
  }

  .mo-menu-list li {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .mo-menu-list li:first-child {
    margin-top: 0;
  }

  .mo-menu-list a {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.02em;
  }

  .mo-menu-list a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url(../img/mo-menu-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  body.is-menu-open {
    overflow: hidden;
  }
}