@charset "utf-8";

section {
  overflow: hidden;
}
.section01 {
  background: #fcfbf8;
}
.contents01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 600px;
}
.title01 {
  color: #181818;
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 50px */
}
.title02 {
  color: #181818;
  font-family: "Gmarket Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 54px */
}
.text01 {
  color: #181818;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
.text01 strong {
  font-weight: 700;
}
.contents01 div {
  max-width: 650px;
  width: 50%;
}
.contents01 img {
  width: 60%;
  max-width: 875px;
  transform: translateX(70px);
}
.section02 {
  background: #f5efeb;
}
.contents02 {
  display: flex;
  height: 550px;
  align-items: center;
  gap: 120px;
}
.contents02 > div {
  flex: 1;
}
.title03 {
  color: #181818;
  font-family: "Gmarket Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
}
.contents03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents03 + .contents03 {
  margin-top: 80px;
}
.contents03:nth-child(1) {
  padding-top: 130px;
}
.contents03 > * {
  width: 43%;
}
.contents03 img {
  max-width: 600px;
}
.contents03:last-child {
  padding-bottom: 130px;
}
.section04 {
  background: #fcfbf8;
}
.title-wrap01 {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 84px;
}
.title-wrap01 h2 {
  text-align: center;
}
.title-wrap01 img {
  width: 54px;
}
.title04 {
  color: #181818;
  font-family: "Gmarket Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.sec04-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  row-gap: 48px;
  padding-bottom: 140px;
}
.sec04-list-wrap > * {
  width: calc(33.33% - 16px);
}
.sec04-list img {
  width: 100%;
}
.sec05-list-wrap {
  display: flex;
  gap: 24px;
}
.sec05-list {
  flex: 1;
  position: relative;
}
.sec05-list div {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 24px 24px 24px 36px;
}
.sec05-list div h2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
.sec05-list div p {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.sec06-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sec06-list {
  width: calc(33.33% - 16px);
  padding: 32px 36px 42px 36px;
  border-radius: 24px;
  background: #fcfbf8;
}
.sec06-line1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.sec06-line1 h2 {
  color: #d89f4b;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  flex: 1;
  line-height: 150%; /* 36px */
}
.sec06-list p {
  color: #191919;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.s__accordion01-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s__accordion01-title > button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  border-radius: 12px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.s__accordion01-title > button span {
  flex: 1;
  text-align: left;
}
.s__accordion01-title > button > img {
  width: 24px;
  transition: all 0.3s;
}
.s__accordion01-contents {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s;
}
.is-active .s__accordion01-contents {
  max-height: 600px;
}
.is-active .s__accordion01-title > button > img {
  transform: rotate(180deg);
}
.s__accordion01-contents > div {
  padding: 24px 24px 8px;
}
.s__accordion01.is-active button {
  background: #fcfbf8;
}
.section07 .s__row {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 24px;
}
.section07 {
  padding-bottom: 80px;
  padding-top: 140px;
}
.sec07-left p {
  color: #d89f4b;
  font-family: "Gmarket Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
}
.sec07-left h2 {
  width: 220px;
}
@media (max-width: 1516px) {
  .contents01 img {
    width: 55%;
    transform: none;
  }
  .contents02 img {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .sec04-list-wrap > * {
    width: calc(50% - 12px);
  }
  .sec05-list-wrap {
    gap: 16px;
  }
  .sec05-list div h2 {
    font-size: 20px;
  }
  .sec05-list div p {
    font-size: 13px;
  }
  .sec06-list {
    width: calc(50% - 24px);
  }
  .title-wrap01 {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .title01 {
    font-size: 24px;
  }
  .title02 {
    font-size: 24px;
  }
  .text01 {
    font-size: 16px;
  }
  .section01 .title01,
  .section01 .text01 {
    text-align: center;
  }
  .contents01 {
    flex-direction: column;
    height: auto;
  }
  .contents01 div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 48px;
  }
  .contents01 img {
    width: 100%;
    margin-bottom: 80px;
    scale: 1.07;
    transform: translateX(3%);
  }
  .contents01 .btn-blue {
    width: 116px;
  }
  .contents02 {
    flex-direction: column;
    height: auto;
    gap: 30px;
  }
  .contents02 img {
    width: 100%;
    margin-top: 70px;
  }
  .contents02 > div {
    margin-bottom: 80px;
  }
  .contents03-1 {
    flex-direction: column-reverse;
  }
  .contents03-2 {
    flex-direction: column;
  }
  .contents03 > * {
    width: 100%;
  }
  .contents03 img {
    max-width: none;
  }
  .contents03:nth-child(1) {
    padding-top: 70px;
  }
  .contents03 {
    gap: 40px;
  }
  .title03 {
    font-size: 24px;
  }
  .sec04-list-wrap > * {
    width: 100%;
  }
  .title04 {
    font-size: 20px;
  }
  .sec05-list-wrap {
    flex-direction: column;
  }
  .sec06-list {
    width: calc(100%);
  }
  .sec06-line1 h2 {
    font-size: 20px;
  }
  .sec06-list p {
    font-size: 16px;
  }
  .sec06-list-wrap {
    gap: 16px;
  }
  .section07 {
    padding-top: 80px;
  }
  .section07 .s__row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .sec07-left h2 {
    width: 240px;
  }
}

/* Ensure a clean, consistent font styling */
.entry-content {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 2.6;
    padding: 200px 50px;
    background-color: #fff;
    box-sizing: border-box;
}

/* Styling for headers */
.entry-content p strong {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

/* Styling for paragraphs */
.entry-content p {
    margin-bottom: 15px;
}

/* Styling for unordered lists */
.entry-content ul {
    margin-left: 20px;
    list-style-type: disc;
    margin-bottom: 15px;
}

/* Styling for list items */
.entry-content ul li {
    margin-bottom: 10px;
}

/* Anchor tags */
.entry-content a {
    color: #1a73e8;
}

/* Special styling for links */
.entry-content a:hover {
    color: #0d47a1;
    text-decoration: none;
}

/* Ensure responsive and consistent padding */
@media (max-width: 768px) {
    .entry-content {
        padding: 100px 15px;
    }
}

.custom-company-info {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 50px auto;
}
.custom-company-info h2{
    font-size: 32px;
    color: #333;
    font-weight: 600;
    margin-bottom:20px;
    line-height: 1.25;
}

.custom-company-info h6, .custom-company-info p{
    line-height: 1.44;
    margin-bottom: 20px;
}
.custom-company-info p{
    line-height: 2.5;
}
.custom-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.custom-text {
    width: 50%;
}

.custom-text h2 {
     font-size: 32px;
    color: #333;
    font-weight: 600;
}

.custom-text p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}


.custom-call-to-action {
    text-align: center;
    margin-top: 50px;
}

.custom-call-to-action h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.custom-button {
    display: inline-block;
    background-color: #4527A0;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.custom-button:hover {
    background-color: #331a78;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-flex-container {
        flex-direction: column;
        text-align: center;
    }
    .custom-flex-container img{
        margin: 0 auto;
    }
    .custom-text, .custom-logo {
        width: 100%;
    }
    .custom-call-to-action{
        flex-direction: column;
        text-align: center;
    }
}
.custom-call-to-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.custom-call-to-action h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.custom-button {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #333;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 200px 50px;
    font-family: Arial, sans-serif;
}
.partners img{
    width: 200px;
    height: 55px;
    max-width: 200px;
    margin-bottom: 30px;
}
/* Left section (text content) */
.partners .content {
    flex: 1;
    max-width: 600px;
    margin-right: 20px;
}

.partners .content h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2d2d2d;
}

.partners .content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #2d2d2d;
}

/* Right section (form) */
.partners .form {
    flex: 1;
    max-width: 500px;
}

.partners .form input, 
.partners .form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.partners .form input.error,
.partners .form textarea.error{
    margin-bottom: 0px;
    border: 1px solid #FF3333;
}
.partners .form textarea {
    height: 100px;
    resize: none;
}

.partners .form button {
    padding: 10px 20px;
    background-color: #3d2c61;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.partners .form button:hover {
    background-color: #291f4a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .partners {
        flex-direction: column;
    }

    .partners .content, 
    .partners .form {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .partners .content h1 {
        font-size: 24px;
    }

    .partners .content p, 
    .partners .form input, 
    .partners .form textarea {
        font-size: 14px;
    }

    .partners .form button {
        font-size: 14px;
    }
}
