@charset "utf-8";

@font-face {
  font-family: "S-Core Dream";
  src: url(/theme/hsecotour/css/include/font/S-CoreDream-4Regular.eot);
  src:
    url(/theme/hsecotour/css/include/font/S-CoreDream-4Regular.eot?#iefix) format("embedded-opentype"),
    url(/theme/hsecotour/css/include/font/S-CoreDream-4Regular.woff2) format("woff2"),
    url(/theme/hsecotour/css/include/font/S-CoreDream-4Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "S-Core Dream";
  src: url(/theme/hsecotour/css/include/font/S-CoreDream-5Medium.eot);
  src:
    url(/theme/hsecotour/css/include/font/S-CoreDream-5Medium.eot?#iefix) format("embedded-opentype"),
    url(/theme/hsecotour/css/include/font/S-CoreDream-5Medium.woff2) format("woff2"),
    url(/theme/hsecotour/css/include/font/S-CoreDream-5Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "S-Core Dream";
  src: url(/theme/hsecotour/css/include/font/S-CoreDream-6Bold.eot);
  src:
    url(/theme/hsecotour/css/include/font/S-CoreDream-6Bold.eot?#iefix) format("embedded-opentype"),
    url(/theme/hsecotour/css/include/font/S-CoreDream-6Bold.woff2) format("woff2"),
    url(/theme/hsecotour/css/include/font/S-CoreDream-6Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

html,
body,
div,
span,
h2,
h3,
p,
strong,
img,
article,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
section {
  display: block;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  color: #333;
  font-family: "S-Core Dream", "에스코어 드림", "Malgun Gothic", "나눔고딕", NanumGothic, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
}

h2,
h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* Sub layout */
section.sub {
  min-height: 600px;
}

.sub_contents {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  word-break: keep-all;
}

/* Intro */
.eco-edu-intro {
  max-width: 880px;
  margin: 0 auto;
  padding: 10px 0 55px;
  word-break: keep-all;
}

.eco-edu-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 18px;
}

.eco-edu-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  margin-top: 20px;
  border: 4px solid #2fa34d;
  border-radius: 50%;
  background: #d7f3d4;
  box-sizing: border-box;
}

.eco-edu-title-icon img {
  max-width: none;
  max-height: none;
  margin-bottom: 22px;
  margin-left: 27px;
  object-fit: cover;
}

.eco-edu-desc {
  max-width: 700px;
  margin: auto;
  color: #555;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.85;
  text-align: center;
}

.eco-edu-desc > p {
  margin-top: 30px;
  font-size: 1.3rem;
}

/* Decorated title */
.eco-title-box {
  position: relative;
  overflow: hidden;
  padding: 50px 20px 42px;
  background: #fff;
  text-align: center;
}

.eco-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 25px;
}

.eco-title-line span {
  position: relative;
  width: 35%;
  border-top: 3px dotted #4b8d52;
}

.eco-title-line span:first-child::before {
  content: "";
  position: absolute;
  top: -4.5px;
  left: -11px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #337443;
}

.eco-title-line span:last-child::after {
  content: "";
  position: absolute;
  top: -4.5px;
  right: -11px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #337443;
}

.eco-leaf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #2f7d42;
  font-size: 34px;
  font-style: normal;
  line-height: 1;
  transform: rotate(-8deg);
}

#subContainer .eco-title-box h2 {
  margin: 0 0 16px;
  color: #2f7d42;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.06em;
}

/* Main section */
.eco-section {
  position: relative;
  margin-bottom: 65px;
  padding: 52px 34px 34px;
  border: 2px solid #168640;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
}

.eco-section-label {
  position: absolute;
  top: -24px;
  left: 15px;
  min-width: 150px;
  padding: 13px 28px 14px;
  border-radius: 22px;
  background: #168640;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}

/* Definition */
.eco-definition-box {
  overflow: hidden;
  border: 1px solid #d6e6c8;
  border-radius: 18px;
  background: #fbfdf6;
}

.eco-definition-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 160px;
  border-bottom: 1px solid #d6e6c8;
}

.eco-definition-item:last-child {
  border-bottom: 0;
}

.eco-definition-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f2f6e8;
}

.eco-definition-icon img {
  display: block;
}

.eco-definition-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 42px;
}

.eco-definition-text strong {
  display: block;
  margin-bottom: 13px;
  color: #168640;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.eco-definition-text p {
  margin: 0;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.8;
  word-break: keep-all;
}

/* Core values */
.eco-value-intro {
  margin-bottom: 34px;
  text-align: center;
}

.eco-value-intro strong {
  display: block;
  color: #168640;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.04em;
}

.eco-value-intro p {
  margin: 10px 0 0;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.7;
}

.eco-value-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.eco-value-card {
  min-height: 285px;
  padding: 34px 25px 32px;
  border: 1px solid #dbe8cf;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdf6 0%, #fff 100%);
  text-align: center;
  box-sizing: border-box;
}

.eco-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  margin-bottom: 20px;
}

.eco-value-icon img {
  display: block;
}

.eco-value-card h3 {
  display: inline-block;
  margin: 0 0 14px;
  padding: 9px 20px 10px;
  border-radius: 999px;
  background: #168640;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.eco-value-card p {
  margin: 0;
  color: #4c4c4c;
  font-size: 1rem;
  line-height: 1.75;
  word-break: keep-all;
}

/* Summary */
.eco-summary {
  position: relative;
  max-width: 820px;
  margin: 0 auto 80px;
  padding: 44px 36px 42px;
  border: 1px solid #cae3c5;
  border-radius: 26px;
  background: #f1faef;
  text-align: center;
  box-sizing: border-box;
}

.eco-summary::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 46px;
  height: 46px;
  border-top: 1px solid #cae3c5;
  border-left: 1px solid #cae3c5;
  background: #f1faef;
  transform: translateX(-50%) rotate(45deg);
}

.eco-summary-leaf {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 22px;
  border-radius: 999px;
  background: #168640;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#subContainer .eco-summary h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #168640;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

#subContainer .eco-summary p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #777;
  font-size: 1rem;
}

/* Image */
section.eco-img-section {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 55px;
}

section.eco-img-section.eco-img {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 40px;
}

.eco-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.eco-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 900px) {
  .eco-edu-title-box {
    gap: 22px;
  }

  .eco-edu-title-icon {
    width: 88px;
    height: 88px;
  }

  .eco-edu-desc br {
    display: none;
  }

  .eco-section {
    padding: 48px 20px 26px;
    border-radius: 20px;
  }

  .eco-section-label {
    min-width: auto;
    padding: 12px 22px 13px;
    font-size: 19px;
  }

  .eco-definition-item {
    grid-template-columns: 1fr;
  }

  .eco-definition-icon {
    padding: 24px 20px 10px;
  }

  .eco-definition-text {
    padding: 16px 24px 30px;
    text-align: center;
  }

  .eco-definition-text strong {
    font-size: 20px;
  }

  .eco-definition-text p {
    font-size: 16px;
  }

  .eco-value-list {
    grid-template-columns: 1fr;
  }

  .eco-value-card {
    min-height: auto;
  }

  .eco-summary {
    padding: 38px 24px 36px;
  }

  .eco-summary h3 {
    font-size: 22px;
  }

  section.eco-img-section.eco-img {
    width: 95%;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .eco-edu-intro {
    padding-bottom: 40px;
  }

  .eco-edu-title-box {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .eco-edu-title-icon {
    display: none;
    width: 82px;
    height: 82px;
  }

  .eco-edu-desc {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
  }

  .eco-title-box {
    padding: 20px 16px 14px;
  }

  .eco-title-line span {
    width: 22vw;
  }
}

@media (max-width: 520px) {
  .eco-summary h3 br {
    display: none;
  }

  .eco-section {
    margin-bottom: 55px;
  }

  .eco-definition-text {
    padding-right: 18px;
    padding-left: 18px;
  }

  .eco-value-intro strong {
    font-size: 19px;
  }

  .eco-value-intro p {
    font-size: 15px;
  }

  .eco-value-card h3 {
    font-size: 17px;
  }

  .eco-value-card p {
    font-size: 15px;
  }

  section.eco-img-section {
    padding: 0;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
}
