﻿@CHARSET "UTF-8";
/*수정일 2021-03-10 14pm*/
/*PTWEB COMMON.CSS*/

::selection{background-color: #ffe8eb;color: #ee2c49;}
img { -ms-interpolation-mode: bicubic; } 
/*font*/
/* 국문 Noto sans KR */
@font-face {
    font-family: 'KCC-eunyoung';
    src: url('/font/KCC-eunyoung-Regular.woff2') format('woff2'),
         url('/font/KCC-eunyoung-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy 4';
    src: url('/font/Paperlogy-4Regular.woff2') format('woff2'),
        url('/font/Paperlogy-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy 5';
    src: url('/font/Paperlogy-5Medium.woff2') format('woff2'),
        url('/font/Paperlogy-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy 6';
    src: url('/font/Paperlogy-6SemiBold.woff2') format('woff2'),
        url('/font/Paperlogy-6SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paperlogy 7';
    src: url('/font/Paperlogy-7Bold.woff2') format('woff2'),
        url('/font/Paperlogy-7Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-kcc-eunyoung {
  font-family: 'KCC-eunyoung', 'Noto Sans KR', sans-serif !important; font-weight: bold;
  font-size: 52px;color: #00023b;text-align: center;margin-bottom: 10px;

}
/* 영문 Open Sans */
@font-face {font-family:'Open Sans'; font-weight:100; src:url(/font/OpenSans-Light.ttf) format('truetype'), local(※);}
@font-face {font-family:'Open Sans'; font-weight:300; src:url(/font/OpenSans-Regular.ttf) format('truetype'), local(※);}
@font-face {font-family:'Open Sans'; font-weight:500; src:url(/font/OpenSans-SemiBold.ttf) format('truetype'), local(※);}
@font-face {font-family:'Open Sans'; font-weight:700; src:url(/font/OpenSans-Bold.ttf) format('truetype'), local(※);}
/* font */
.font_jp {font-family: Gulim, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "맑은고딕", "malgun gothic",  "돋움", dotum, sans-serif; color:#333333; }
.font_cn {font-family: '宋體', 'simsun', Arial;  color:#333333; }
.font_cn_t {font-family: Helvetica, '宋體', 'simsun', Arial, "Microsoft MingLiU", 新細明體, sans-serif; color:#333333; } /* 번체 */
.font_cn_s {font-family: Helvetica, '宋體', 'simsun',  Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif; color:#333333; } /* 간체 */
/*** 공통 스타일 ***/

body{ word-break: keep-all;
    white-space: normal;
    overflow-wrap: break-word;
    height: auto !important;
    }

.section {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: 'Paperlogy 4', 'Noto Sans KR', sans-serif;
}
.container {
  max-width: 926px;
  margin: 0px auto;
  padding: 80px 20px;
  box-sizing: border-box;
  position: relative;
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
   font-family: 'Paperlogy 4', 'Noto Sans KR', sans-serif;
}


/* Common styles */
.hero-title {
    font-family: 'Paperlogy 7', sans-serif;
    font-size: 72px;
    color: #00023b;
    line-height: 1.2;
}
.section-title01 { font-family: 'Paperlogy 7', sans-serif; font-size: 34px; color: #00023b; margin-top: 0; margin-bottom: 18px; box-align: left; }
.section-title01 .bullet {     
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #0ce399;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 4px;
}
.section-description { font-size: 17px; color: #00023b; max-width: 860px; line-height: 1.7; margin-bottom: 30px; margin-left: 43px }

/* Responsive */
@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 10% 5% 12% 5%;
  }
  .section-title01 {
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
  }
  .section-title01 .bullet { 
    width: 6vw;
    height: 6vw;
  }
  .section-description {
    margin-left: calc(6vw + 10px);
    font-size: 4vw;
  }
}



/* CSS from section:hero */
.hero-section { background-color: #ffffff; padding-top: 0px; padding-bottom: 50px; min-height: 100vh; }
.hero-section > .container { padding-top: 0; }
.hero-content { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-illustration { position: relative; width: 762px; height: 370px; background-color: #ffffff; margin-bottom: 40px; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.hero-text { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 72px; }
.hero-subtitle {font-size: 37px; color: #000000; line-height: 1.2; }
.hero-logo { width: 75px; height: 58px; margin-top: 48px; margin-bottom: 8px; }
.hero-title { font-size: 72px; color: #00023b; line-height: 1.2; font-weight: 700;}
@media (max-width: 768px) {
    .hero-section { min-height: 70vh; }
    .hero-illustration {
        width: 100%;
        max-width: 100%;
        height: auto; /* 30vh */
        min-height: auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
    .hero-illustration img {
        width: 100%;
        /*
        min-width: 0;
        height: auto;
        object-fit: cover;
        object-position: top;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        */
    }
  .hero-subtitle { font-size: 24px; }
  .hero-title { 
        font-size: 48px; 
        word-break: keep-all;
        white-space: normal;
        overflow-wrap: break-word;
        max-width: 100vw;
    }
}

/* CSS from section:concerns */
.concerns-section { background-color: #00023b; color: #ffffff; }
.concerns-grid { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.concerns-left { flex: 1; min-width: 600px; }
.concerns-right { 
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* concerns-title과 시작하는 높이가 같도록 margin-top 추가 */
    margin-top: 80px;
}
.concerns-title { 
    font-family: 'Paperlogy 4', sans-serif; 
    font-size: 36px; 
    font-weight: 700; 
    margin-bottom: 180px; 
}
/* concerns-circles와 concerns-list 병렬 배치 */
.concerns-flex {
  clear:both;
  display: flex;
  align-items: flex-start; /* 필요에 따라 center 등으로 조정 */
  gap: 10px; /* 간격 조정 */
}
.concerns-circles {
  flex-shrink: 0; /* 이미지 크기 고정 */
  
}
.concerns-list {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: disc;
}
.concerns-circles { position: relative; width: 61px; height: auto; margin-right: 80px; margin-bottom: 0px; }
.concerns-circles img, .concerns-circles p { width: 61px; height: auto; position: absolute; }
.concerns-list { list-style: none; padding-left: 0; font-size: 16.5px; line-height: 1.7; }
.concerns-list li { padding-left: 35px; position: relative; margin-bottom: 10px;   font-family: 'Paperlogy 4', sans-serif;}
.concerns-list li::before { 
    content: ''; 
    display: block; 
    width: 19px; 
    height: 19px; 
    background: url('/img/education/check.png') no-repeat center center / contain, #0ce399; 
    border-radius: 3px; 
    position: absolute; 
    left: 0; 
    top: 5px; 
}

.section-title01 .bullet {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #0ce399;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 4px;
}
@media (max-width: 768px) {
    .concerns-title {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    .concerns-left {
        min-width: 0;
        width: 100%;
    }    
    .concerns-right { 
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .concerns-right .concerns-illustration {
        width: 60%;
        max-width: 60vw;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .concerns-right .concerns-illustration img {
        width: 100%;
        height: auto;
        display: block;
    }
    .concerns-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    .concerns-flex {
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
    }
    .concerns-circles {
        flex: 0 0 25%;
        max-width: 25%;
        margin-right: 0;
        margin-bottom: 0;
        position: relative;
    }
    .concerns-circles img, .concerns-circles p {
        width: 100%;
        max-width: 61px;
        height: auto;
        position: absolute;
        left: 0;
    }
    .concerns-list {
        flex: 0 0 75%;
        max-width: 75%;
        font-size: 4vw;
        padding-left: 0;
    }
    .concerns-list li {
        padding-left: 22px;
        margin-bottom: 10px;
    }
    .concerns-list li::before {
        width: 16px;
        height: 16px;
        top: 4px;
    }
}


/* CSS from section:performance */
.performance-section { background-color: #0ce399; }
.performance-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; min-height: 75vh; text-align: left !important; }
.performance-subtitle-small { font-size: 27px; font-weight: 600; color: #00023b; margin-bottom: 10px; text-align: left; }
.performance-title-wrapper { position: relative; margin-bottom: 0px; text-align: left; }
.highlight-box { position: absolute; background-color: #ffffff; width: 100%; height: 65px; left: 0; top: 50%; transform: translateY(-50%); z-index: -1; }
.performance-title { font-size: 65px; font-weight: 700; color: #00023b; text-align: left; }
.performance-tags {
    list-style: none; padding-left: 0; font-size: 22px; font-weight: 700; color: #ffffff; margin: 20px 0; text-align: left;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}
.performance-tags li { 
    color: #00023b; 
    padding-right: 18px; /* 10px + 8px for 16px gap with | */
    padding-left: 10px; 
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Paperlogy 4', 'Noto Sans KR', sans-serif;
}
.performance-tags li:not(:last-child)::after {
    content: '|';
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    padding-left: 8px; /* |와 텍스트 사이 간격 16px */
}
.performance-tags li:first-child { padding-left: 0; }
.performance-description { font-size: 20px; font-weight: 500; color: #00023b; margin: 0 0 30px 0; text-align: left; }
.download-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border: 1px solid #00023b;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #00023b;
    text-align: left;
    font-family: 'Paperlogy 4', sans-serif;
}
.download-button img { padding-bottom:2px; }
.performance-illustration img{ 
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 1; 
    width: 95%; 
    height: auto; 
}
@media (max-width: 768px) {
  .performance-content { min-height: 70vh; }
  .performance-subtitle-small { font-size: 18px; }
  .highlight-box { height: 42px; }
    .performance-title { font-size: 34px; }
    .performance-tags {
        list-style: none;
        padding-left: 0;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        gap: 4px 0; /* 세로 4px, 가로 0px 간격 */
    }
    .performance-tags li {
        color: #00023b;
        padding-right: 0px;
        padding-left: 0;
        position: relative;
        display: inline-block;
        white-space: nowrap;
        width: 40%;
        box-sizing: border-box;
        margin-bottom: 4px;
    }
    .performance-tags li::after {
        content: unset !important;
        display: none !important;
    }
    .performance-tags li:first-child { padding-left: 0; }
    .performance-description { line-height: 1.5; font-size: 16px; }
    .download-button { font-size: 16px; }
    .performance-background-text { font-size: 60px; bottom: 50px; }
    .performance-illustration { width:100%; }
}


/* CSS from section:overview */
.overview-section { background-color: #ffffff; }
.overview-flow img { 
    width: 100%; 
    height: auto;
    margin: 0 auto; 
    display: block;     
}
@media (max-width: 768px) {
    .overview-flow {
        overflow-x: auto;
        width: 100%;
    }
    .overview-flow img { 
        width: 180vw;
        max-width: none;
        height: auto;
        display: block;
        margin-left: 0vw;
        margin-right: 0;
    }
}


/* CSS from section:details */
.details-section { background-color: #edfaf6; }
.details-list { display: flex; flex-direction: column; gap: 20px; }
.detail-item { display: flex; align-items: flex-start; gap: 20px;  font-family: 'Paperlogy 4', sans-serif;}
.detail-item dt { flex-shrink: 0; width: 85px; padding: 8px 0; background-color: #0ce399; border-radius: 14px; color: #00023b; font-size: 20px; font-weight: 600; text-align: center;     font-family: 'Paperlogy 4', sans-serif;}
.detail-item dd { font-size: 20px; color: #00023b; line-height: 1.5; margin: 5px 0 0 0;font-family: 'Paperlogy 4', sans-serif;}
.detail-item dd .divider { color: #0ce399; margin: 0 8px; }
.detail-item dd .bold { font-weight: 700; }
.detail-item .tags {
    display: inline-flex;
    background: #fff;
    border: 1.5px solid #c9d2d3;
    border-radius: 14px;
    color: #00023b;
    padding: 5px 7px;
    font-family: 'Paperlogy 4', sans-serif;
    font-size: 11px;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: 1px;
}
.schedule-box img { 
  width: 430px;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .detail-item { flex-direction: column; align-items: start; gap: 10px; }
  .detail-item dt { 
        width: 35%; 
        margin-left: 0; 
        margin-right: auto; 
        text-align: center;
        padding: 5px 0;
        font-size: 4.5vw;
  }
  .detail-item dd { padding-top: 0; font-size: 4vw; }
  .schedule-box img { 
   width: 98%;
   max-width: 98%;
   height: auto;
   margin-top: 20px;
   }
}


/* CSS from section:special */
.special-section { background-color: #ffffff; }

.special-flow img { 
    width: 930px; 
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
    display: block;     
}
@media (max-width: 768px) {
    .special-flow {
        overflow-x: auto;
        width: 100%;
    }
    .special-flow img { 
        width: 180vw;
        max-width: none;
        height: auto;
        display: block;
        margin-left: 0vw;
        margin-right: 0;
    }
}


/* CSS from section:curriculum */
.curriculum-section { background-color: #EDFAF6; }
.curriculum-section .container { max-width: 951px !important; }
.curriculum-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 40px;
}
.curriculum-header .section-title01 {
    margin-bottom: 0px;
}
.curriculum-description {
    width: 60%;
    font-size: 15px;
    color: #00023b;
    line-height: 1.7;
    margin-left: 20px;
    text-align: right;
}
.curriculum-description .divider {
    color: #0ce399;
    margin: 0 8px;
}
.curriculum-flow img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 911px;
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .curriculum-header {
        display: block;
        margin-bottom: 30px;
    }
    .curriculum-header .section-title01 {
        margin-bottom: 30px;
    }
    .curriculum-description {
        width: 90%;
        font-size: 4vw; 
        color: #00023b; line-height: 1.7;
        margin-left: calc(6vw + 10px);
        text-align: left;;
    }
    .curriculum-flow {
        overflow-x: auto;
        width: 100%;
    }    
    .curriculum-flow img {
        width: 160vw;
        max-width: none;
        height: auto;
        display: block;
        margin-left: 0vw;
        margin-right: 0;
    }
}


/* CSS from section:flow */
.flow-section { background-color: #ffffff; }
.flow-section .container { max-width: 964px !important; }
.flow-section .section-title01 {
    position: relative;
    background: url('/img/education/onoff-on.svg') no-repeat right bottom;
}
.flow-description {
    width: 50%;
    max-width: 500px;
    font-size: 15px;
    color: #00023b;
    line-height: 1.7;
    margin-left: 20px;
    text-align: left;
}
.flow-section img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 924px;
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .flow-header {
        flex-direction: column;
        gap: 10px;
    }
    .flow-section .section-title01 { background: url('/img/education/onoff-on.svg') no-repeat right top; background-size: 25%; }
    .flow-description {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .flow-flow {
        overflow-x: auto;
        width: 100%;
    }    
    .flow-flow img {
        width: 160vw;
        max-width: none;
        height: auto;
        display: block;
        margin-left: 0vw;
        margin-right: 0;
    }     
}


/* CSS from section:preview */
.preview-section { background-color: #00023b; }
.preview-section .section-title { color: #ffffff; }
.preview-section .bullet { color: #0ce399; }
.video-player-mockup { 
    position: relative; 
    max-width: 100%; 
    margin: 40px auto 0; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}
.video-player-mockup img { 
    position: absolute; 
    max-width: 100%; 
    height: auto; 
}
.video-player-mockup video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    z-index: 1;
}
@media (max-width: 768px) {
    .video-player-mockup {
        margin: 20px auto 10px;
        padding: 0;
        max-width: 100%;
    }
    .video-player-mockup img {
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .video-player-mockup video {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        z-index: 1;
    }
}


/* CSS from section:workshop-flow */
.workshop-flow-section { background-color: #edfaf6; }
.workshop-flow-section .container { max-width: 1000px !important; }
.workshop-flow-section .section-title01 { color: #00023b; position: relative; background: url('/img/education/onoff-on.svg') no-repeat right bottom; }
.workshop-flow-section .bullet { color: #0ce399; }
.workshop-flow-section .section-description { max-width: 823px; margin-bottom: 40px; }
.workshop-grid { display: flex; flex-wrap: nowrap; gap: 20px; }
.workshop-left { flex: 1 1 342px; min-width: 342px; max-width: 342px; }
.workshop-left img { min-width: 342px; max-width: 342px; }
.workshop-right { 
    flex: 2 1 580px; 
    min-width: 580px; 
    display: flex; 
    justify-content: flex-end; 
    align-items: flex-start;
}
.workshop-right img { 
    min-width: 580px; 
    max-width: 580px; 
    margin-left: auto; 
}

@media (max-width: 768px) {
    .workshop-flow-section .section-title01 { background: url('/img/education/onoff-on.svg') no-repeat right top; background-size: 25%; }
    .workshop-grid { 
        display: block;
    }
    .workshop-left,
    .workshop-right {
        display: block;
        max-width: 90% !important;
        min-width: 0 !important;
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .workshop-left img,
    .workshop-right img {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


/* CSS from section:features-instructors */
.features-instructors-section { background-color: #ffffff; }
@media (min-width: 769px) {
    .features-instructors-section .container { width: 1000px; }
    .features-instructors-section .section-title01 { margin-bottom: 40px; }
}

.feature-arrows { 
    position: absolute; 
    top: 80px; 
    right: 0; 
    width: 107px; 
    height: auto; 
    z-index: 1; 
}
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px; margin-bottom: 60px; }
.feature-card { background-color: #d7f9ed; border-radius: 20px; padding: 15px 0px 15px 0px; text-align: center; }
.feature-icon { height: 31px; margin-bottom: 0px; }
.feature-card h3 { font-size: 26px; font-weight: 700; color: #00023b; margin-bottom: 15px; }
.feature-highlight { background-color: #fff; padding: 16px; margin-bottom: 16px; font-weight:600; }
.feature-highlight p { font-family: 'KCC-eunyoung', sans-serif; font-size: 31px; color: #00023b; line-height: 1.2;    
word-break: keep-all; white-space: normal; overflow-wrap: break-word; font-weight: 600;}
.feature-details { display: flex; flex-direction: row; align-items: center; gap: 10px; padding: 0 40px; }
.feature-images { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.feature-images img { width: 86px; height: auto; }
.feature-main-image { 
    width: 360px; 
    height: auto; 
    border-radius: 3px; 
    display: block;
    margin: 44px auto 0;
}
.feature-card { background-image: url(/img/education/feature-rect.png); background-size: 226px auto; background-position: center top; background-repeat: no-repeat; }
.feature-card ul { list-style: none; padding: 0; text-align: left; font-size: 16px; line-height: 1.5; color: #00023b; }
.feature-card ul li { 
    margin-bottom: 10px; 
    position: relative;
    padding-left: 18px;
    font-family: 'Paperlogy 4', sans-serif;
    word-break: keep-all;
    white-space: normal;
    overflow-wrap: break-word;
}
.feature-card ul li::before {
    content: '◆';
    position: absolute;
    left: 0;
    top: 0;
    color: #0ce399;
    font-size: 18px;
    line-height: 1.2;
}

.instructors-title { margin-top: 80px; }
.instructors-subtitle { font-size: 52px; color: #00023b; text-align: center; margin-bottom: 10px; }
.instructors-description { font-size: 24px; font-weight: 600; color: #00023b; text-align: center; margin-bottom: 20px; font-family: 'Paperlogy 4', sans-serif; }
.instructors-sub-description { font-size: 22px; color: #00023b; text-align: center; margin-bottom: 40px; }
.instructors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(267px, 1fr)); gap: 40px; }
.instructor-card { text-align: center; }
.instructor-card-image { border-bottom: 2px solid #00023B; padding: 0; line-height: 0; }
.instructor-card img { max-width: 100%; height: 230px; margin-bottom: 0px; width: auto; }
.instructor-info { text-align: left; }
.instructor-info h4 { 
    font-size: 25px; 
    font-weight: 700; 
    color: #00023b; 
    padding: 14px 0; 
    display: flex; 
    align-items: center; 
}
.instructor-info .affiliation { 
    font-size: 17px; 
    font-weight: 600; 
    display: flex; 
    align-items: center; 
    font-family: 'Paperlogy 4', sans-serif;
}
.instructor-info .affiliation .green { color: #0ce399; padding: 0 8px; }
.instructor-info hr { border: none; border-top: 1.5px solid #00023b; margin: 15px 0; }
.instructor-info ul { list-style: none; padding: 0; margin: 0; font-size: 15.5px; line-height: 1.5; color: #00023b; }
.instructor-info li { font-family: 'Paperlogy 4', sans-serif;}
@media (max-width: 768px) {
    .features-instructors-section { overflow-x: hidden; overflow-y: hidden; }
    .feature-arrows {
        position: absolute;
        width: 60px;
        top: 40px;
        right: 5%;
        display: block;
    }
    .features-grid {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        display: block;
        gap: 20px;
        margin-bottom: 40px;
    }
    .feature-card {
        padding: 10px 0;
        background-size: 120px auto;
        box-sizing: border-box;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .feature-highlight p {
        font-size: 6vw;
        font-weight: 600;
    }
    .feature-details {
        flex-direction: column;
        gap: 6px;
        padding: 0 10px;
    }
    .feature-images {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        margin-bottom: 10px;
    }
    .feature-images img {
        width: 30vw;
        max-width: 30vw;
    }
    .feature-main-image {
        width: 60%;
        max-width: 100%;
        margin: 24px auto 24px;
        display: block;
    }
    .feature-icon { height: 5vw; }
    .feature-card h3 {
        font-size: 5vw;
        margin-bottom: 10px;
    }
    .feature-card ul {
        font-size: 3.7vw;
    }
    .feature-card ul li {
        padding-left: 14px;
        margin-bottom: 7px;
    }
    .feature-card ul li::before {
        font-size: 14px;
    }

    .instructors-title {
        margin-top: 40px;
    }
    .instructors-subtitle {
        font-size: 7vw;
        margin-bottom: 8px;
    }
    .instructors-subtitle span {
        display: block;
        margin-bottom: 10px;
    }    
    .instructors-description {
        font-size: 4vw;
        margin-bottom: 12px;
    }
    .instructors-sub-description {
        font-size: 3.7vw;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
    .instructors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
    }
    .instructor-card {
        max-width: 100%;
    }
    .instructor-card img {
        height: 38vw;
        max-height: 180px;
        width: 100%;
        object-fit: contain;
        display: block;
    }
    .instructor-info h4 {
        font-size: 4.5vw;
        padding: 10px 0;
    }
    .instructor-info .affiliation {
        font-size: 3.5vw;
    }
    .instructor-info ul {
        font-size: 3.5vw;
    }    
}


/* CSS from section:footer */
.footer-section { background-color: #0ce399; padding: 0 0 250px 0;  }
.footer-section .container { max-width: 1100px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; background-image: url('/img/education/footer-bg.svg'); background-size: 343px auto; background-position: right top; position: relative; padding: 80px 20px; box-sizing: border-box; background-repeat: no-repeat; }
.footer-content { z-index: 2; position: relative; display: flex; justify-content: space-between; width: 100%; align-items: flex-end; }
.footer-cta { text-align: left; }
.footer-subtitle { font-size: 19px; font-weight: 600; color: #00023b; }
.footer-title-wrapper { position: relative; display: inline-block; margin-top: 10px; }
.footer-title-wrapper .highlight-box { position: absolute; background: #fff; width: 100%; height: 48px; top: 50%; transform: translateY(-50%); z-index: -1; }
.footer-title { font-size: 37px; font-weight: 700; color: #00023b; }
.footer-main-cta { font-size: 50px; font-weight: 700; color: #00023b; margin-top: 20px; }
.footer-contact { text-align: left; }
.contact-qr { right: 0; bottom: 100px; }
.footer-button { right: 0px; bottom: 115px; text-decoration: none; text-align: center; }
.footer-button p { font-size: 25px; font-weight: 700; color: #00023b; position: relative; z-index: 2; margin-bottom: 10px; }
.footer-button .button-bg { width: 110px; height: 110px; background: #fff; border-radius: 22px; }
.footer-button .button-bg img { width: 90px; height: auto; margin: 10px auto; }
.contact-header-details-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.contact-header { display: flex; align-items: center; gap: 10px; }
.contact-header h3 { font-size: 28px; font-weight: 700; color: #fff; text-align: center; line-height: 1.2; width: 57px; }
.contact-details { margin-top: 0; }
.contact-details h4 { 
    font-size: 23px; 
    font-weight: 700; 
    color: #00023b; 
    margin-bottom: 8px; 
    display: flex; 
    align-items: center; 
    gap: 8px; /* 이미지와 텍스트 사이 간격, 필요시 조정 */
}
.contact-details h4 img { 
    width: 42px; 
    height: auto; 
    display: inline-block; 
    vertical-align: middle;
}
.contact-info { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 500; color: #00023b; margin-bottom: 10px; }
.contact-info img { width: 24px; height: 24px; }
.footer-decorations { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }
.footer-decorations img, .footer-button { position: absolute; }
.deco-illustration { width: 401px; height: auto; bottom: 0; left: 0; }

@media (max-width: 1220px) { 
	.footer-section {height: auto!important; }
}
@media (max-width: 768px) {
    .footer-section {
        padding: 0px 0 20px 0;
        height: 700px;
    }
    .footer-section {height: auto!important; }
    .footer-section .container {
        flex-direction: column;
        padding: 40px 5vw;
        background-size: 180px auto;
        background-position: right top;
    }
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .footer-title-wrapper .highlight-box { height: 28px; }
    .footer-title {
        font-size: 22px;
    }
    .footer-main-cta {
        font-size: 28px;
        margin-top: 12px;
    }
    .footer-subtitle {
        font-size: 15px;
    }
    .footer-contact {
        width: 100%;
    }
    .contact-qr {
        /* width: 100%; */
        display: flex;
        justify-content: right;
        align-items: right;
        margin-bottom: 20px;
    }
    .footer-button {
        position: static;
        margin-top: 20px;
        display: block;
    }
    .footer-button p {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .footer-button .button-bg {
        width: 40vw;
        height: 40vw;
        min-height: 40vw;
        border-radius: 14px;
    }
    .footer-button .button-bg img { width: calc(40vw - 20px); height: auto; margin: 10px auto 9px auto; }
    .contact-header { display: block; }
    .contact-header-details-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .contact-header h3 {
        font-size: 18px;
        width: 100%;
    }
    .contact-details h4 {
        font-size: 15px;
    }
    .contact-details h4 img {
        width: 28px;
    }
    .contact-info {
        flex-wrap: wrap;
        font-size: 13px;
        gap: 6px;
    }
    .contact-info img {
        width: 16px;
        height: 16px;
    }
    .deco-illustration {
        width: 80%;
        left: 0;
        bottom: 0;
    }
}