* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: 400;
   color: #121212;
   text-align: center;
   word-break: keep-all;
   overflow-wrap: break-work;
   max-width: 100%;
   /* overflow-x: hidden; */
   line-height: 154%;
   /* 35px */
   letter-spacing: -0.64px;
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
@import url('https://font.elice.io/css?family=Elice+DX+Neolli');

@font-face {
   font-family: "Elice DX Neolli";
   src: url('./font/EliceDXNeolli-Bold.ttf') format('truetype');
}
/* html, body { font-family: "Elice DX Neolli", sans-serif; } */
html,
body {
   overflow-x: hidden;
   /* 가로 스크롤 방지 */
   max-width: 100%;
   /* 가로 크기 제한 */
   font-family: 'Pretendard';
   background-color: #252F36;
}

img {
   display: block;
   width: 100%;
   object-fit: cover;
   object-position: center;
}

li,
ul {
   list-style: none;
}

a {
   text-decoration: none;
}

button {
   display: block;
   border: none;
   cursor: pointer;
   background-color: transparent;
}

section {
   width: 100%;
   margin: 0 auto;
}

article {
   width: 1200px;
   margin: 0 auto;
   padding: 80px 0;
}

:root {
   --main-color: #F29300;
   --main-hover: #ea8c00;
   --sub1-color: #EA5514;
   --sub2-color: #FBC400;
   --sub3-color: #A39890;
   --title-font: "Elice DX Neolli", sans-serif;
}

.title {
   font-size: 43px;
   font-family: var(--title-font);
   color: #fff;
   font-weight: bold;
   margin: 15px auto;
}

.title span {
   font-size: 43px;
   font-family: var(--title-font);
   color: #A89A8F;
   font-weight: bold;
}

.subTitle {
   color: #8B8B8B;
   margin-bottom: 54px;
}

.caption {
   color: #A89A8F;
   line-height: normal;
   letter-spacing: -0.32px;
}
.pc {
   display: block;
}
.mo {
   display: none;
}
/* ============ header =========== */
header {
   width: 100%;
   background-color: #4C4C4C;
   padding: 16px 50px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1;
}

header.scrolled {
   background-color: rgba(76, 76, 76, 0.75);
   backdrop-filter: blur(8px);
   -webkit-backdrop-filter: blur(8px);
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

header ul {
   display: flex;
   align-items: center;
}

header ul:first-child {
   gap: 24px;
}

header ul:first-child li:first-child {
   width: 150px;
   cursor: pointer;
}

header ul:first-child li {
   color: #fff;
   font-weight: 500;
}

header ul:last-child li {
   padding: 10px 24px;
}

header ul:last-child li a {
   color: #fff;
}

header ul:last-child li a:hover {
   text-decoration: underline;
}

header ul:last-child button {
   width: 154px;
   padding: 12px 24px;
   background-color: var(--main-color);
   border-radius: 5px;
   font-size: 16px;
   line-height: normal;
   color: #fff;
   margin-left: 24px;
}

header ul:last-child button:hover {
   background-color: var(--main-hover);
}

/* ============ banner =========== */
.banner {
   background-image: url(./img/mach00-bg.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.banner article {
   padding-top: 160px;
}

.banner h6 {
   width: fit-content;
   font-size: 24px;
   font-weight: 600;
   line-height: normal;
   padding: 12px 24px;
   background-color: #142998;
   border-radius: 50px;
   color: #fff;
   margin-bottom: 30px;
}

.banner h1 {
   font-size: 64px;
   color: #fff;
   font-weight: bold;
   text-align: left;
}

.banner h4 {
   font-size: 24px;
   color: #8C97DD;
   font-weight: 500;
   text-align: left;
   margin: 6px 0 24px;
}

.banner p {
   font-size: 18px;
   color: #fff;
   text-align: left;
   font-weight: 300;
}

.banner div {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
   margin-top: 4rem;
}

.banner div button {
   padding: 16px 24px;
   width: 230px;
   border-radius: 5px;
   font-size: 18px;
   color: #fff;
   font-weight: 500;
}

.banner div .request-btn {
   background-color: var(--main-color);
}

.banner div .request-btn:hover {
   background-color: var(--main-hover);
}

.banner div .curriculum-btn {
   background-color: #242424;
}

.banner div .curriculum-btn:hover {
   background-color: #161616;
}

/* ============ time =========== */
.time {
   background: radial-gradient(50% 50% at 50% 50%, #5E45B9 0%, #000A48 100%);
}

.time article {
   padding: 150px 0;
}

.time h4 {
   font-size: 20px;
   font-weight: 500;
   color: var(--sub1-color);
   margin-bottom: 50px;
}

.time .title {
   color: #fff;
   margin-bottom: 6rem;
}

.time .timewrap {
   display: flex;
   align-items: flex-start;
   justify-content: center;
   gap: 30px;
}

.time .timewrap .box div {
   inline-size: clamp(72px, 16vw, 140px);
   aspect-ratio: 1 / 1;
   padding: 23px;
   border-radius: 5px;
   background-color: #1C0659;
   color: var(--sub1-color);
   font-size: clamp(24px, 5vw, 50px);
   font-weight: bold;
   font-family: var(--title-font);
   letter-spacing: -2.58px;
   letter-spacing: -0.05em !important;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1;
}

.time .timewrap .box p {
   font-size: 20px;
   color: #fff;
   margin-top: 9px;
}

.time .timewrap .circle {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 30px;
   margin-top: 3%;
}

.time .timewrap .circle span {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: #fff;
}

/* ============ summary =========== */
.summary {
   background-color: #4C4C4C;
}

.summary article {
   padding: 16px 0;
}

.summary article ul {
   display: grid;
   grid-template-columns: repeat(4, 1fr);

}

.summary article ul li {
   padding: 0 24px;
   border-right: 1px solid #747474;
}

.summary article ul li:last-child {
   border-right: none;
}

.summary article ul li p {
   font-size: 18px;
   color: #9F9F9F;
   text-align: left;
}

.summary article ul li h6 {
   font-size: 26px;
   color: #fff;
   font-weight: 500;
   text-align: left;
}
.summary article ul li h6 span {
   color: #FF6565;
   font-size: 26px;
}
/* ============ why =========== */
.why ul {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
}

.why ul li {
   width: calc((100 / 3) - 15px);
}

/* ============ semi =========== */
.semi ul {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

/* ============ key =========== */
.key {
   background-color: #1E1E1E;
   background-image: url(./img/mach05-bg.png);
   background-position: center bottom;
   background-repeat: no-repeat;
   background-size: contain;
}

.key ul {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
}
/* ============ differen =========== */
.differen div {
   width: 100%;
}

/* ============ project =========== */
.project .sum01 {
   width: 100%;
   margin: 0 auto;
}
.project .sum02 {
   width: 100%;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   margin: 54px auto 80px;
}

/* ---- project tab ----- */
.project .container{
	width: 100%;
	margin: 0 auto;
}

.project ul.tabs{
   display: flex;
   align-items: center;
   justify-content: space-between;
	margin-bottom: 24px;
	padding: 0px;
}
.project ul.tabs li{
	background: #3A4045;
   border-bottom: 12px solid #3A4045;
   width: calc((100% / 3) - 8px);
	display: inline-block;
	padding: 8px 16px;
	cursor: pointer;
}
.project ul.tabs li p {
   font-size: 20px;
   color: #636E77;
   font-weight: 600;
}
.project ul.tabs li h6 {
   font-size: 24px;
   color: #636E77;
   font-weight: 600;
}
.project ul.tabs li span {
   color: #636E77;
}

.project ul.tabs li.current{
	background: #205485;
	border-bottom: 12px solid var(--main-color);
}
.project ul.tabs li.current p {
   font-size: 20px;
   color: var(--main-color);
   font-weight: 600;
}
.project ul.tabs li.current h6 {
   font-size: 24px;
   color: #fff;
   font-weight: 600;
}
.project ul.tabs li.current span {
   color: #8FAECB;
}

/* ------- 내용 ----- */
.project .tab-content{
	display: none;
}

.project .tab-content.current{
	display: inherit;
}

/* ============ showcase =========== */
.showcase .cardwrap {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(2, 1fr);
   gap: 15px;
}

.showcase .cardwrap li {
   background-color: #fff;
   border: 1px solid #DDDCDC;
   border-radius: 5px;
   padding: 32px 20px 24px;
   box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);

   display: flex;
   flex-direction: column;
   gap: 24px;
}

.showcase .cardwrap li .img {
   width: 100%;
   aspect-ratio: 16 / 9;
   background: #ddd;
}

.showcase .cardwrap li .t1 {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 5px;
}

.showcase .cardwrap li .t1 span {
   color: var(--main-color);
   line-height: normal;
}

.showcase .cardwrap li .t1 h4 {
   line-height: normal;
   font-size: 28px;
   font-weight: 500;
   text-align: left;
}

.showcase .cardwrap li .t1 p {
   color: #878787;
   line-height: normal;
   font-size: 18px;
   text-align: left;
}

.showcase .cardwrap li h6 {
   text-align: left;
}

.showcase .cardwrap li .lable {
   padding: 8px 16px;
   font-weight: 600;
   color: var(--sub2-color);
   line-height: normal;
   background-color: #121212;
   border-radius: 50px;
   width: fit-content;
}

/* ============ instructors =========== */
.instructors ul {
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   gap: 15px;
}

.instructors ul li {
   width: 100%;
}

/* 첫 번째 줄: 2개 */
.instructors ul li:nth-child(1),
.instructors ul li:nth-child(2) {
   grid-column: span 3;
}

/* 두 번째 줄: 3개 */
.instructors ul li:nth-child(3),
.instructors ul li:nth-child(4),
.instructors ul li:nth-child(5) {
   grid-column: span 2;
}

/* ============ partners =========== */
.partners .img {
   width: 30%;
   margin: 0 auto;
}

.partners ul {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
}

.partners .flexWrap01 li {
   width: calc(100% / 3);
   margin-bottom: 30px;
}

.partners .flexWrap02 {
   gap: 12px;
}

.partners .flexWrap02 li {
   width: calc((100% / 4) - 12px);
}


/* ============ voices =========== */
.voices ul {
   width: 100%;
   display: grid;
   grid-template-columns: 1.5fr 1fr 1fr;
   grid-template-rows: 1fr;

   gap: 12px;
}

.voices ul li {
   width: 100%;
   min-width: 0;
}

.voices ul img {
   height: 100%;
}

/* ============ diffrent =========== */
.diffrent ul {
   width: 100%;
}
/* ============ who =========== */
.who ul {
   margin-top: 54px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 15px;
}

.who ul li {
   width: calc((100% / 3) - 15px);
}

/* ============ benefits =========== */

.benefits>div {
   margin-top: 54px;
   width: 100%;
}

.benefits ul {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(2, 1fr);
   gap: 15px;
   margin-top: 40px;
}

.benefits li {
   padding: 24px;
   border: 1px solid #DDDCDC;

   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-between;
   gap: 18px;
}

.benefits li div {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
}

.benefits li span {
   font-size: 18px;
   color: var(--main-color);
   font-weight: 600;
}

.benefits li h6 {
   font-size: 22px;
   font-weight: 600;
   text-align: left;
}

.benefits li p {
   font-size: 18px;
   color: #8B8B8B;
   text-align: left;
}



/* ============ apply =========== */
.apply button {
   width: 100%;
   padding: 20px 24px;
   border-radius: 5px;
   background-color: var(--main-color);
   color: #fff;
   font-size: 22px;
   font-weight: 500;

   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   text-align: left;
}

.apply button:hover {
   background-color: var(--main-hover);
}

.apply button span {
   color: #fff;

   text-align: right;
   margin-left: auto;
}

.apply .conwrap {
   margin-top: 40px;
}

.apply .conwrap>li {
   display: flex;
   align-items: stretch;
   justify-content: center;
   margin-bottom: 16px;
}

.apply .num {
   padding: 16px 24px;
   background-color: #000;
   font-size: 50px;
   font-weight: 700;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
}

.apply .first {
   padding: 16px 28px;
}

.apply .con {
   width: 100%;
   padding: 20px 30px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: flex-start;
}

.apply .con li {
   width: 50%;
   text-align: left;
}

.apply .con li h6 {
   font-size: 22px;
   font-weight: 500;
   text-align: left;
}

.apply .con li p {
   font-size: 22px;
   text-align: left;
}

.apply .con li {
   font-size: 18px;
   color: #656565;
}

.apply .fin {
   border: 3px solid var(--main-color);
}

.apply .fin .num {
   background-color: var(--main-color);
}

.apply .fin .con {
   background-color: #FFEBE2;
}

.apply .fin .con p {
   color: var(--main-color);
}


/* ============ faq =========== */
.faq {
   background-color: #fff;
}

#Accordion_wrap {
   width: 70%;
   margin: 0 auto;
}

.faq .que {
   position: relative;
   width: 100%;
   background-color: #515050;
   border-radius: 10px;
   padding: 20px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   cursor: pointer;
   margin-bottom: 17px;
}

.faq .que span {
   font-size: 18px;
   text-align: left;
   color: #fff;
}

.faq .que.on {
   margin-bottom: 0;
}

.faq .que.on span {
   font-weight: 500;
}

.faq .anw {
   display: none;
   overflow: hidden;
   width: 100%;
   margin-top: 12px;
   margin-bottom: 17px;
   padding: 20px;
   font-size: 18px;
   background-color: #F6F6F6;
   border-radius: 5px;
   text-align: left;
}

.faq .arrow-wrap {
   position: absolute;
   top: 50%;
   right: 10px;
   transform: translate(0, -50%);
}

.faq .que .arrow-top {
   display: none;
}

.faq .que .arrow-bottom {
   display: block;
}

.faq .que.on .arrow-bottom {
   display: none;
}

.faq .que.on .arrow-top {
   display: block;
}

/* ============ footer =========== */
footer {
   background-color: #303030;
}

footer article {
   padding: 56px 0 84px;
}

footer h4 {
   font-size: 20px;
   font-weight: 500;
   cursor: pointer;
   color: #fff;
   text-align: left;
}

footer .wraplogo {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin: 26px 0 4rem;
}

footer .wraplogo p {
   color: #fff;
   text-align: left;
}

footer .footer-logo {
   width: 172px;
}

footer article>p {
   font-size: 14px;
   color: #BBBBBB;
   text-align: left;
}

@media (max-width:1200px) {
   article {
      width: 95%;
   }

   .showcase .cardwrap li .t1 h4 {
      font-size: 24px;
   }

   #Accordion_wrap {
      width: 100%;
   }
}

@media (max-width:1024px) {
   header {
      padding: 16px;
   }

   header ul:first-child li:first-child {
      width: 100px;
   }

   header ul:last-child button {
      width: auto;
   }

   header ul:last-child li {
      padding: 10px 16px;
   }
}

@media (max-width:840px) {
   article {
      padding: 54px 0;
   }

   .title,
   .title span {
      font-size: 38px;
   }

   .subTitle {
      margin-bottom: 30px;
   }

   /* ========== header ========== */
   header {
      flex-direction: column;
      align-items: flex-start;
   }

   header ul:nth-child(2) {
      width: 100%;
      justify-content: space-between;
      display: grid;
        grid-template-columns: repeat(5, 1fr);
   }
   header ul:last-child li {
      padding: 0 8px;
      margin-top: 8px;
   }
   header ul:last-child li:nth-child(1) {
      padding-left: 0;
   }
   header ul:last-child li:nth-child(5) {
      padding-right: 0;
   }
   header ul:last-child button {
      display: none;
   }


   /* ========== banner ========== */
   .banner h6 {
      font-size: 18px;
   }

   .banner h1 {
      font-size: 48px;
   }

   .banner h4 {
      font-size: 20px;
   }

   .banner p {
      font-size: 16px;
   }

   /* ========== summary ========== */
   .summary article ul li {
      padding: 0 16px;
   }

   .summary article ul li p {
      font-size: 16px;
   }

   .summary article ul li h6 {
      font-size: 22px;
   }

   /* ========== time ========== */
   .time article {
      padding: 80px 0;
   }

   .time h4 {
      font-size: 18px;
      margin-bottom: 20px;
   }

   .time .title {
      margin-bottom: 3rem;
      font-size: 40px;
   }

   /* ========== why ========== */
   /* .why ul, .semi ul {
      flex-direction: column;
   }
   .why ul li, .semi ul li {
      width: 100%;
   } */

   .key ul {
      margin-top: 30px;
   }

   /* ========== curriculum ========== */
   


   /* ========== showcase ========== */
   .showcase .cardwrap {
      grid-template-columns: repeat(2, 1fr);

   }

   .showcase .cardwrap li {
      padding: 24px 16px;
   }

   .showcase .cardwrap li .t1 h4 {
      font-size: 18px;
      line-height: 154%;
   }

   .showcase .cardwrap li .t1 p {
      font-size: 16px;
   }

   .showcase .cardwrap li h6,
   .showcase .cardwrap li .lable {
      font-size: 14px;
   }


   /* ========== instructors ========== */
   .instructors ul {
      margin-top: 30px;
      grid-template-columns: repeat(2, 1fr);
   }

   .benefits li {
      padding: 16px;
   }

   .partners .img {
      margin: 30px auto 36px;
   }

   footer .footer-logo {
      width: 130px;
   }
}

@media (max-width:600px) {
   .pc {
   display: none;
}
.mo {
   display: block;
}
   .banner h6 {
      font-size: 16px;
      padding: 8px 16px;
   }
   .banner h1 {
      font-size: 42px;
   }
   .banner h4 {
      font-size: 18px;
   }
   .banner div {
      flex-direction: column;
   }
   .banner div button {
      width: 100%;
   }
   .time .timewrap {
      gap: 0;
      justify-content: space-between;
   }
   .time .timewrap .circle span {
      width: 8px;
      height: 8px;
   }
   .time h4 {
      font-size: 16px;
   }
   .time .title {
      font-size: 30px;
   }
   .time .timewrap .box p {
      font-size: 16px;
   }
   .summary article ul {
          grid-template-columns: repeat(2, 1fr);
   }
       .summary article ul li {
        padding: 8px 16px;
    }
   .summary article ul li:nth-child(1),
   .summary article ul li:nth-child(2) {
      border-bottom: 1px solid #747474;
   }
   .summary article ul li:nth-child(2) {
          border-right: none;
   }
   .title,
   .title span {
      font-size: 30px;
   }
   .why ul, .semi ul {
      flex-direction: column;
   }
   .why ul, .semi ul li {
      width: 100%;
   }
   .why div, .semi div {
      flex-direction: column;
   }
   .why div p, .semi div p {
      font-size: 14px;
   }
   .why div, .semi div {
      gap: 16px;
      padding: 16px 12px;
   }
   .semi .txt {
      font-size: 14px;
   }

    .key ul {gap: 16px;}
   .differen div {
          width: 100%;
    margin: 30px auto 0;
   }

       .showcase .cardwrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .instructors ul {
              grid-template-columns: repeat(1, 1fr);
    }
    .who ul {
      margin-top: 30px;
      flex-direction: column;
    }
    .who ul li {
      width: 100%;
    }
    .benefits ul {
      margin-top: 24px;
          grid-template-columns: repeat(2, 1fr);
    }
    .apply button {
      flex-direction: column;
    }
    .apply button span {
      margin-left: 0;
      font-size: 14px;
      font-weight: 300;
    }
    .apply button {
      padding: 16px;
      font-size: 18px;
      gap: 0;
    }
    .apply .num {
      font-size: 24px;
      padding: 16px;
    }
    .apply .con {
      padding: 16px;
      flex-direction: column;
    }
    .apply .con li h6 {
      font-size: 16px;
    }
    .apply .con li p {
      font-size: 16px;
    }
    .apply .con li {
      font-size: 14px;
      width: 100%;
    }
    .partners .img {
      width: 50%;
      margin-bottom: 24px;
    }
    .partners ul {
      flex-wrap: wrap;
    }
    .partners .flexWrap01 li {
      width: 100%;
    }
    .partners .flexWrap02 li {
      width: calc(50% - 6px);
    }
    .faq .que {
      padding: 16px;
          margin-bottom: 12px;
    }
    .faq .que span {
      font-size: 16px;
    }
    footer h4 {
      font-size: 16px;
    }
    footer .wraplogo {
      flex-direction: column-reverse;
      gap: 16px;
    }
    
}

@media (max-width:380px) {
   .benefits li h6 {
      font-size: 18px;
   }
   .benefits li p {
      font-size: 14px;
   }

}