@charset "utf-8";
@import url(../../../css/fonts/SUIT.css);
@import url(../../../css/fonts/pretendard.css);

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Pretendard", sans-serif;
  color: #222;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

/* layout */
.wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff url(../image/bg.jpg) no-repeat center / cover;
}

.left {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  min-height: 100vh;
  padding: 50px 48px 32px 85px;
}

.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 600px;
  flex-shrink: 0;
  min-height: 100vh;
  padding: 50px 40px 32px;
  background: rgba(245, 248, 251, 0.8);
}

/* left - header */
.header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.logo {
  height:37px;
  width: auto;
}

.title-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.title {
  margin: 0;
  font-family: "SUIT", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.title em {
  font-style: normal;
  color: #00897b;
  font-size: 48px;
  font-weight: 800;
}

.title em span {
  color: #222;
}

.building {
  position: absolute;
  top: 50px;
  right: 0;
  width: 370px;
  pointer-events: none;
}

/* left - schedule */
.schedule {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.schedule-tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 16px;
  border-radius: 18px 18px 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #00897b;
}

.schedule-body {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 40px 32px 50px;
}

.schedule-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.schedule-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.4;
}

.schedule-list strong {
  flex-shrink: 0;
  width: 200px;
  color: #00897b;
  font-weight: 700;
  font-size: 20px;
}

.schedule-list span {
  font-weight: 500;
}

.schedule-list p {
  margin: 4px 0 0;
  font-size: 16px;
  color: #666;
}

.schedule-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 420px;
  flex-shrink: 0;
  align-content: stretch;
  height: 100%;
}

.schedule-btns .btn {
  width: calc(50% - 5px);
}

.schedule-btns .btn:nth-child(1),
.schedule-btns .btn:nth-child(2) { background: #282569; }

.schedule-btns .btn:nth-child(3),
.schedule-btns .btn:nth-child(4) { background: #004a8e; }

.schedule-btns .btn:nth-child(5),
.schedule-btns .btn:nth-child(6) { background: #8e4c9a; }

.schedule-btns .btn:nth-child(7),
.schedule-btns .btn:nth-child(8) { background: #087460; }

/* buttons */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 10px;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/* left - icons */
.icons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 30px;
  padding: 35px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.icons li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 5 px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.icons li:last-child {
  border-right: none;
}

.icons-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.icons-ico img {
  width: auto;
  height: auto;
  max-width: none;
}

.icons p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.icons em {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #888;
}

.icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #00664f;
}

/* right */
.calligraphy {
  width: 320px;
  margin-bottom: 50px;
}

.promo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 320px;
  margin-bottom: 14px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.promo iframe {
  width: 520px;
  height: 320px;
  border: 0;
}

.nav-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 14px;
}

.nav-btns .btn {
  width: calc(50% - 6px);
  height: 56px;
  font-size: 18px;
}

.nav-btns .btn:nth-child(1) { background: #343090; }
.nav-btns .btn:nth-child(2) { background: #5d49b8; }
.nav-btns .btn:nth-child(3) { background: #0870bf; }
.nav-btns .btn:nth-child(4) { background: #523090; }

.contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0 22px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.contact-tel,
.contact-kakao {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-tel {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
}

.contact-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  border: 1.5px solid #087460;
  border-radius: 50%;
  color: #087460;
}

.contact-ico i {
  font-size: 23px;
  line-height: 1;
}

.contact-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-txt em {
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  color: #222;
}

.contact-txt strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
}

.contact-kakao {
  padding: 16px 0;
  font-size: 24px;
  font-weight: 500;
  color: #222;
}

.contact-kakao img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.contact-kakao i {
  margin-left: auto;
  font-size: 14px;
  color: #bbb;
}

.sns {
  display: flex;
  margin-top: 14px;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.sns img {
  width: 42px;
  height: 42px;
}

/* ========== responsive ========== */

/* laptop */
@media (max-width: 1680px) {
  .wrap {
    align-items: flex-start;
  }

  .left {
    padding: 56px 36px 24px 48px;
  }

  .right {
    width: 480px;
    padding: 90px 28px 24px;
    min-height: 100%
  }

  .title {
    font-size: 32px;
    position: relative;
    z-index: 2;
  }

  .title em {
    font-size: 40px;
  }

  .building {
    top: 70px;
    width: 280px;
    z-index: 1;
  }

  .schedule-tit {
    font-size: 20px;
    padding: 14px 16px;
  }

  .schedule-body {
    flex-direction: column;
    gap: 20px;
    padding: 22px 24px;
  }

  .schedule-list {
    gap: 14px;
  }

  .schedule-list li {
    font-size: 15px;
    gap: 14px;
  }

  .schedule-list strong {
    width: 140px;
    font-size: 16px;
  }

  .schedule-list p {
    font-size: 13px;
  }

  .schedule-btns {
    width: 100%;
    gap: 8px;
    height: auto;
  }

  .btn {
    height: 42px;
    font-size: 14px;
    border-radius: 8px;
  }

  .icons {
    flex-wrap: wrap;
    padding: 20px 12px;
    gap: 16px 0;
    justify-content: flex-start;
  }

  .icons li {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
    border-right: 1px solid #ddd;
  }

  .icons li:nth-child(3n),
  .icons li:last-child {
    border-right: none;
  }

  .icons-ico img {
    max-width: 48px;
    max-height: 48px;
  }

  .icons p {
    font-size: 13px;
  }

  .icons em {
    font-size: 11px;
  }

  .icons span {
    min-width: 80px;
    font-size: 11px;
    padding: 3px 8px;
  }

  .calligraphy {
    width: 260px;
    margin-bottom: 14px;
  }

  .promo {
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 320;
  }

  .promo iframe {
    width: 100%;
    height: 100%;
  }

  .nav-btns {
    gap: 8px;
    margin-bottom: 14px;
  }

  .nav-btns .btn {
    height: 48px;
    font-size: 14px;
  }

  .contact {
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .contact-ico {
    width: 52px;
    height: 52px;
  }

  .contact-ico i {
    font-size: 18px;
  }

  .contact-txt em {
    font-size: 14px;
  }

  .contact-txt strong {
    font-size: 24px;
  }

  .contact-kakao {
    font-size: 18px;
  }

  .contact-kakao img {
    width: 40px;
    height: 40px;
  }

  .sns img {
    width: 36px;
    height: 36px;
  }
}

/* tablet */
@media (max-width: 1280px) {
  .wrap {
    height: auto;
    min-height: 100vh;
    overflow: visible;
    flex-direction: column;
  }

  .left {
    min-height: 0;
    padding: 40px 32px 24px;
  }

  .right {
    width: 100%;
    min-height: 0;
    padding: 40px 32px 32px;
  }

  .building {
    top: 40px;
    right: 32px;
    width: 220px;
    opacity: 0.85;
  }

  .title {
    font-size: 28px;
  }

  .title em {
    font-size: 34px;
  }

  .schedule-body {
    gap: 20px;
  }

  .icons {
    flex-wrap: wrap;
    gap: 16px 0;
  }

  .icons li {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
    border-right: 1px solid #ddd;
  }

  .icons li:nth-child(3n),
  .icons li:last-child {
    border-right: none;
  }

  .promo {
    max-width: 640px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .left {
    padding: 28px 16px 20px;
  }

  .right {
    padding: 28px 16px 28px;
  }

  .logo {
    height: 30px;
  }

  .building {
    display: none;
  }

  .header {
    gap: 12px;
  }

  .title {
    font-size: 22px;
  }

  .title em {
    font-size: 26px;
  }

  .schedule {
    margin-top: 20px;
    border-radius: 14px;
  }

  .schedule-tit {
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 14px 14px 0 0;
  }

  .schedule-body {
    padding: 16px;
  }

  .schedule-list {
    gap: 12px;
  }

  .schedule-list li {
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
  }

  .schedule-list strong {
    width: auto;
    font-size: 15px;
  }

  .schedule-list p {
    font-size: 12px;
  }

  .schedule-btns {
    gap: 8px;
  }



  .btn {
    height: 44px;
    font-size: 14px;
  }

  .icons {
    padding: 16px 10px;
    gap: 14px 0;
  }

  .icons li {
    flex: 0 0 50%;
    gap: 8px;
    border-right: 1px solid #ddd;
  }

  .icons li:nth-child(2n){
    border-right: none;
  }

  .icons li:nth-child(3),.icons li:last-child {
    border-right: 1px solid #ddd;
  }

  .icons-ico {
    width: 48px;
    height: 48px;
  }

  .icons-ico img {
    max-width: 44px;
    max-height: 44px;
  }

  .icons p {
    font-size: 13px;
  }

  .icons em {
    font-size: 10px;
  }

  .icons span {
    min-width: 72px;
    font-size: 11px;
  }

  .calligraphy {
    width: 220px;
    margin-bottom: 16px;
  }

  .promo {
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .nav-btns {
    gap: 8px;
  }

  .nav-btns .btn {
    height: 46px;
    font-size: 15px;
  }

  .contact {
    padding: 0 14px;
    border-radius: 12px;
  }

  .contact-tel,
  .contact-kakao {
    gap: 10px;
  }

  .contact-tel {
    padding: 14px 0;
  }

  .contact-ico {
    width: 44px;
    height: 44px;
  }

  .contact-ico i {
    font-size: 16px;
  }

  .contact-txt em {
    font-size: 13px;
  }

  .contact-txt strong {
    font-size: 20px;
  }

  .contact-kakao {
    padding: 14px 0;
    font-size: 16px;
  }

  .contact-kakao img {
    width: 36px;
    height: 36px;
  }

  .sns {
    margin-top: 8px;
    justify-content: center;
    gap: 20px;
  }

  .sns img {
    width: 36px;
    height: 36px;
  }
}

/* small mobile */
@media (max-width: 480px) {
  .title {
    font-size: 18px;
  }

  .title em {
    font-size: 22px;
  }

  .schedule-tit {
    font-size: 14px;
  }

  .icons li {
    flex: 0 0 50%;
    border-right: none;
  }

  .icons li:last-child {
    border-right: none;
  }

  .contact-txt strong {
    font-size: 18px;
  }

  .icons li:nth-child(3) { border-right:none;}

}

