* {
   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: #F7F7F7;
}

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: #EA5514;
   --sub1-color: #F29300;
   --sub2-color: #FBC400;
   --sub3-color: #A39890;
   --main-hover: #da4a0d;
   --title-font: "Elice DX Neolli", sans-serif;
}

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

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

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

.caption {
   color: var(--main-color);
   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: 10;
}

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/dgu00-bg.png);
   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: 200px;
   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;
}

/* ============ identity =========== */
.identity {
   background: linear-gradient(90deg, #261B3F 40%, #543C8B 100%);
}

.identity .textwrap .top {
   font-size: 20px;
   color: #69549B;
   text-align: left;
}

.identity .textwrap .top span {
   font-size: 20px;
   color: #64CEA7;
   text-align: left;
}

.identity .textwrap .mi {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 16px;
   margin: 10px 0 0;
   text-align: left;
}

.identity .textwrap .mi .title {
   margin: 0;
   color: #fff;
}

.identity .textwrap .mi p {
   font-size: 24px;
   color: #fff;
   text-align: left;
}

.identity .textwrap .bo {
   font-size: 18px;
   font-weight: 500;
   color: #69549B;
   text-align: left;
}

.identity .container {
   width: 100%;
   margin: 40px auto 0;
}

.identity ul.tabs {
   margin-bottom: 24px;
   padding: 0px;
   list-style: none;

   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 12px;
}

.identity ul.tabs li {
   border-radius: 50px;
   background: #3B2769;
   padding: 10px 16px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
   cursor: pointer;
}

.identity ul.tabs li span {
   display: block;
   padding: 0 20px;
   border: 1px solid #64CEA7;
   background: #321F5F;
   font-size: 18px;
   font-weight: 600;
   color: #64CEA7;
}

.identity ul.tabs li p {
   color: #fff;
   font-size: 24px;
   font-weight: 500;
}

.identity ul.tabs li.current {
   border-radius: 50px;
   border: 2px solid #64CEA7;
   background: #6C4BB8;
}

.identity .tab-content {
   display: none;
}

.identity .tab-content div {
   display: none;
   padding: 16px 30px;
   border-left: 5px solid #64CEA7;
   background: #3B2769;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
}

.identity .tab-content h6 {
   font-size: 18px;
   font-weight: 500;
   color: #64CEA7;
   text-align: left;
}

.identity .tab-content p {
   font-size: 18px;
   color: #fff;
   text-align: left;
}

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





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

.time article {
   padding: 150px 0;
}

.time h4 {
   font-size: 20px;
   font-weight: 500;
   color: var(--main-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: #000;
   color: var(--main-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;
}

/* ============ why, semi =========== */
.why ul,
.semi ul {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
}

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

.why div,
.semi div {
   width: 100%;
   padding: 16px 24px;
   border-radius: 5px;
   border: 1px solid #FF3D3D;
   background: #FEE;

   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 40px;
   margin-top: 18px;
}

.why div span,
.semi div span {
   width: 30px;
}

.why div p,
.semi div p {
   text-align: left;
}

.semi .subTitle span {
   font-weight: 500;
   color: var(--main-color);
}

.semi div p b {
   font-weight: 500;
}

.semi .txt {
   color: #989898;
   text-align: left;
   margin-top: 15px;
}

/* ============ month =========== */
.month>div {
   margin-top: 54px;
}

.month ul {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   margin: 47px auto;
}

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

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

.key ul {
   margin-top: 54px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(2, 1fr);
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
}

.key ul li {
   /* width: calc((100 / 2) - 20px); */
}

/* ============ differen =========== */
.dark {
   background-color: #261B3F;
}

.dark .title {
   color: #fff;
}

.differen div {
   width: 80%;
   margin: 54px auto 0;
}

/* ============ surriculum =========== */
.curriculum .sum {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   border-top: 5px solid #fff;
   border-bottom: 5px solid #fff;
   margin-bottom: 54px;
}

.curriculum .sum li {
   padding: 20px 24px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   border-right: 1px solid #747474;
}

.curriculum .sum li:last-child {
   border: none;
}

.curriculum .sum li p {
   font-size: 18px;
   color: #9F9F9F;
   text-align: left;
}

.curriculum .sum li span {
   font-size: 18px;
   color: var(--sub2-color);
   text-align: left;
   display: block;
}

.curriculum .sum li div:last-child {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 8px;
}

.curriculum .sum li h1 {
   color: #fff;
   font-size: 50px;
   font-weight: 600;
   text-align: left;
}

.curriculum .sum li h3 {
   color: #fff;
   font-size: 26px;
   font-weight: 500;
   text-align: left;
}

.curriculum .txt {
   font-size: 24px;
   color: #fff;
   margin-bottom: 36px;
   text-align: left;
}

.curriculum .moduleBtn {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-rows: repeat(2, 1fr);
   gap: 7px;
}

.curriculum .moduleBtn li {
   padding: 24px;
   background-color: #3C3C3C;
   border: 1px solid #000;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: space-between;
   gap: 30px;
   cursor: pointer;
}

.curriculum .moduleBtn li:hover {
   background-color: #2e2e2e;
}

.curriculum .moduleBtn li>div {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.curriculum .moduleBtn li span {
   font-size: 24px;
   font-weight: 700;
   color: var(--main-color);
   text-align: left;
   margin-bottom: 10px;
}

.curriculum .moduleBtn li h6 {
   font-size: 22px;
   font-weight: 500;
   color: #fff;
   text-align: left;
}

.curriculum .moduleBtn li p {
   color: #ADADAD;
   text-align: left;
}

.curriculum .moduleBtn .cap {
   background-color: #FFDDCE;
   border: 2px solid var(--main-color);
}

.curriculum .moduleBtn .cap h6 {
   color: #121212;
}

.curriculum .moduleBtn .cap:hover {
   background-color: #fed0bd;
}

.curriculum .moduleBtn .cap>div>div {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.curriculum .moduleBtn .cap .lable {
   padding: 4px 10px;
   border-radius: 5px;
   border: 2px solid #EA5514;
   background: linear-gradient(98deg, #EA5514 0.04%, #FFAD8A 42.83%, #EA5514 100.04%);
   box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);

   font-weight: 600;
   color: #fff;
   font-size: 16px;
}

/* ============ module =========== */
.module .title {
   color: var(--main-color);
}

.module .div01 {
   width: fit-content;
   background-color: var(--main-color);
   padding: 16px 24px;
   border-radius: 50px;

   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 30px;
   margin: 0 auto 54px;
}

.module .div01 p {
   color: #fff;
}

.module .module-box {
   width: 100%;
   border: 3px solid #fff;
   border-radius: 20px;
   padding: 40px 20px;
}

.module .module-box>ul {
   display: flex;
   align-items: flex-start;
   gap: 38px;
   margin-top: 26px;
}

.module .module-box>ul>li:not(.tit) {
   flex: 1;
}

.module .module-box ul .tit {
   flex: 0 0 82px;
   font-size: 20px;
   color: var(--main-color);
   font-weight: 600;
   text-align: left;
}

.module .module-box ul .tit01 h6 {
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 8px;
   text-align: left;
}

.module .module-box ul .tit01 p {
   font-size: 18px;
   font-weight: 300;
   text-align: left;
   color: #fff;
}

.module .module-box .titWrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 4px;
   margin-bottom: 8px;
}

.module .module-box .conwrap {
   display: flex;
   flex-direction: column;
   gap: 26px;
}

/* con1 */
.module .module-box .contents .con1 li:first-child {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 28px;
   margin-bottom: 8px;
}

.module .module-box .contents .con1 li:first-child div {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
}

.module .module-box .contents .name2 {
   font-size: 18px;
   font-weight: 600;
   color: #FF9567;
}

.module .module-box .contents .name3 {
   font-size: 18px;
   font-weight: 300;
   color: #fff;
}

.module .module-box .contents .video-box {
   width: 100%;
   background-color: #000;
   aspect-ratio: 16 / 9;
   display: none;
}

/* con2 */
.module .module-box .con2 {
   display: flex;
   align-items: stretch;
   justify-content: space-between;
}

.module .module-box .con2 li {
   width: calc(50% - 10px);

   display: flex;
   flex-direction: column;
}

.module .module-box .con2 .left div:last-child {
   background-color: #262626;
   width: 100%;
   padding: 20px;
   border-radius: 8px;
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   text-align: left;
   flex: 1;
}

.module .module-box .con2 .right .list {
   display: flex;
   flex-direction: column;
   gap: 4px;
   flex: 1;
}

.module .module-box .con2 .right .list div {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 10px;
   padding: 8px 20px;
   background-color: #262626;
   border-radius: 8px;
}

.module .module-box .con2 .right .list div span {
   font-size: 18px;
   color: var(--main-color);
}

.module .module-box .con2 .right .list div p {
   font-size: 18px;
   color: #fff;
   font-weight: 300;
   text-align: left;
}

/* con3 */
.module .module-box .con3 {
   width: 100%;
}

.module .module-box .con3 .spanwrap {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 8px;
}

.module .module-box .con3 .spanwrap span {
   padding: 4px 16px;
   border-radius: 50px;
   border: 1px solid #808080;
   color: #fff;
   font-size: 18px;
   font-weight: 300;
}

.module .module-box .con3 .spanwrap span.gray {
   background-color: #434343;
   color: #9D9D9D;
   font-weight: 400;
}

.module .module-box span.red {
   background-color: var(--main-color);
   border: 1px solid var(--main-color) !important;
   color: #fff;
   font-weight: 400;
}

/* ============ 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;
   line-height: 1.3;
   text-align: left;
   min-height: calc(28px * 1.3 * 2);
}

.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;
}

/* ============ projects =========== */
.projects .img1 {
   margin-top: 54px;
   width: 100%;
}

.projects .img02 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 24px auto;
}

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

.projects .lableWRap {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 16px 24px;
   gap: 40px;
   background-color: #fff;
   border: 1px solid #DDDDDD;
   border-radius: 5px;
}

.projects .lableWRap h6 {
   padding: 8px 24px;
   border-radius: 50px;
   background-color: #E60012;
   font-size: 20px;
   font-weight: 500;
   color: #fff;
}

.projects .lableWRap ul {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
}

.projects .lableWRap ul li {
   padding: 16px 24px;
   border-radius: 5px;
   background-color: #f1f1f1;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
}

.projects .lableWRap ul li h5 {
   font-size: 18px;
   font-weight: 500;
   line-height: normal;
}

.projects .lableWRap ul li p {
   font-size: 18px;
   font-weight: 500;
   line-height: normal;
   color: #898989;
}

/* ============ instructors =========== */
.instructors ul {
   margin-top: 54px;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(2, 1fr);
   gap: 15px;
}

/* ============ 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 {
   background-color: #fff;
}

.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;
}

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

.testimonials span {
   color: #8B8B8B;
}

.testimonials ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: center;
   margin-top: 54px;
}

.testimonials ul li {
   width: calc((100% / 2) - 20px);
}

/* ============ 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);
}

/* ============ partners =========== */
.partners .img {
   width: 30%;
   margin: 54px auto 36px;
}

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

.partners .flexWrap01 li {
   width: calc(100% / 3);
}

.partners .flexWrap02 {
   gap: 12px;
}

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

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

#Accordion_wrap {
   width: 100%;
   margin: 0 auto;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 16px;
}

.wrap01,
.wrap02 {
   width: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 17px;
}

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

.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 .anw a {
   font-size: 16px;
   color: blue;
   text-decoration: underline;
}

.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;
}

.floating {
   width: 1200px;
   position: fixed;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   background-color: #000;
   border-radius: 20px 20px 0 0;
   padding: 12px 12px 16px;
   z-index: 1;

   display: flex;
   align-items: center;
   justify-content: space-around;
   gap: 40px;
}

.floating div {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 12px;
}

.floating h1 {
   font-size: 30px;
   font-weight: 700;
   color: #fff;
   letter-spacing: normal;
}

.floating h1 span {
   font-size: 30px;
   font-weight: 700;
   color: var(--sub2-color);
   letter-spacing: normal;
}

.floating p {
   font-size: 20px;
   color: #fff;
}

.shine-btn {
   position: relative;
   overflow: hidden;
   border: none;
   border-radius: 8px;
   background: linear-gradient(90deg, #ff5a1f 0%, #ff3f00 100%);
   color: #fff;
   font-size: 18px;
   font-weight: 700;
   padding: 10px;
   width: 180px;
   cursor: pointer;
   box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

/* 빛나는 부분 */
.shine-btn::before {
   content: "";
   position: absolute;
   top: 0;
   left: -80%;
   width: 60%;
   height: 100%;
   background: linear-gradient(120deg,
         transparent 0%,
         rgba(255, 255, 255, 0.15) 35%,
         rgba(255, 255, 255, 0.45) 50%,
         rgba(255, 255, 255, 0.15) 65%,
         transparent 100%);
   transform: skewX(-20deg);
   animation: shineMove 2s infinite;
}

/* hover하면 빛 멈춤 */
.shine-btn:hover::before {
   animation-play-state: paused;
}

@keyframes shineMove {
   0% {
      left: -80%;
   }

   100% {
      left: 130%;
   }
}








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

   .curriculum .sum li h1 {
      font-size: 40px;
   }

   .curriculum .sum li h3 {
      font-size: 24px;
   }

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

   .projects .lableWRap {
      flex-direction: column;
      gap: 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;
   }

   /* ========== identity ========== */
   .identity ul.tabs li p {
      font-size: 20px;
   }
   .identity ul.tabs li {
      justify-content: center;
   }
}

@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;
   }

   /* ========== identity ========== */
   .identity ul.tabs li p {
      font-size: 18px;
   }
.identity ul.tabs {
   grid-template-columns: repeat(2, minmax(0, 1fr));
}
.identity ul.tabs li {
   justify-content: flex-start;
   padding: 10px 30px;
}
   /* ========== 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 ========== */
   .curriculum .sum li {
      padding: 20px 16px;
   }

   .curriculum .sum li p {
      font-size: 16px;
   }

   .curriculum .sum li span {
      font-size: 16px;
   }

   .curriculum .sum li h1 {
      font-size: 30px;
   }

   .curriculum .sum li h3 {
      font-size: 16px;
   }

   .curriculum .txt {
      font-size: 20px;
      margin-bottom: 24px;
   }

   .curriculum .moduleBtn li {
      padding: 16px;
   }

   .curriculum .moduleBtn li span {
      font-size: 20px;
   }

   .curriculum .moduleBtn li h6 {
      font-size: 18px;
   }

   .curriculum .moduleBtn .cap .lable {
      font-size: 14px;
      padding: 3px 6px;
   }

   .curriculum .moduleBtn li h6 br {
      display: none;
   }

   /* ========== module ========== */
   .module .div01 {
      padding: 10px 24px;
      margin: 0 auto 30px;
   }

   .module .module-box {
      padding: 24px 20px;
   }

   .module .module-box>ul {
      flex-direction: column;
      gap: 8px;
   }

   .module .module-box ul .tit {
      flex: 0;
   }

   .module .module-box ul .tit01 h6 {
      font-size: 20px;
   }

   .module .module-box ul .tit01 p {
      font-size: 16px;
   }

   .module .module-box .contents .name2,
   .module .module-box .contents .name3 {
      font-size: 16px;
   }

   .module .module-box .con2 .left div:last-child {
      padding: 16px;
      font-size: 16px;
   }

   .module .module-box .con2 .right .list div p {
      font-size: 16px;
   }

   .module .module-box .con3 .spanwrap span {
      font-size: 16px;
   }

   /* ========== 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;
   }

   /* ========== projects ========== */
   .projects .lableWRap h6 {
      font-size: 18px;
      padding: 5px 24px;
   }

   .projects .lableWRap ul {
      flex-wrap: wrap;
   }

   .projects .lableWRap ul li {
      padding: 16px;
      gap: 8px;
      width: calc(50% - 8px);
   }

   .projects .lableWRap ul li h5,
   .projects .lableWRap ul li p {
      font-size: 16px;
   }

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

   .benefits li {
      padding: 16px;
   }

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

   /* ========== faq ========== */
   #Accordion_wrap {
      flex-direction: column;
   }

   .faq .wrap01,
   .faq .wrap02 {
      width: 100%;
   }

   .faq .que {
      min-height: auto;
   }

   .faq .que span {
      font-size: 16px;
   }

   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%;
   }

   .identity .textwrap .mi {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 0px;
      margin: 5px 0;
   }
   .identity .textwrap .top,
   .identity .textwrap .top span {
      font-size: 18px;
   }
   .identity .textwrap .mi p {
      font-size: 20px;
   }
   .identity .textwrap .bo {
      font-size: 16px;
   }
   .identity ul.tabs li span {
      font-size: 12px;
      padding: 0 10px;
   }
.identity ul.tabs li p {
   font-size: 16px;
}
.identity ul.tabs li {
   padding: 10px 14px;
}
.identity .tab-content div {
   flex-direction: column;
   align-items: flex-start;
   padding: 12px 18px;
}
.identity .tab-content p {
   font-size: 16px;
}
   .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;
   }

   .month ul {
      flex-direction: column;
      margin: 2% auto;
   }

   .month ul li {
      width: 100%;
   }

   .key ul {
      gap: 16px;
   }

   .differen div {
      width: 100%;
      margin: 30px auto 0;
   }

   .curriculum .sum {
      grid-template-columns: repeat(2, 1fr);
   }

   .curriculum .sum li:nth-child(1),
   .curriculum .sum li:nth-child(2) {
      border-bottom: 1px solid #747474;
   }

   .curriculum .sum li:nth-child(2) {
      border-right: none;
   }

   .curriculum .moduleBtn {
      grid-template-columns: repeat(2, 1fr);
   }

   .module .module-box .con2 {
      flex-direction: column;
      gap: 16px;
   }

   .module .module-box .con2 li {
      width: 100%;
   }

   .module .module-box .con3 .spanwrap span {
      font-size: 14px;
   }

   .module .module-box {
      padding: 0 20px 24px;
   }

   .module .module-box .contents .con1 li:first-child div {
      margin-bottom: 0;
   }

   .module .module-box .con2 {
      align-items: flex-start;
   }

   .module .module-box .contents .con1 li:first-child {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0;
   }

   .module .module-box .titWrap {
      margin-bottom: 4px;
   }

   .module .module-box .con2 .left div:last-child,
   .module .module-box .con2 .right .list {
      flex: initial;
   }

   .showcase .cardwrap {
      grid-template-columns: repeat(1, 1fr);
   }

   .showcase .cardwrap li .t1 h4 {
      min-height: auto;
   }

   .projects .lableWRap ul li {
      flex-direction: column;
   }

   .projects .img02 {
      flex-direction: column;
      gap: 16px;
   }

   .projects .img02 li {
      width: 100%;
   }

   .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);
   }

   .testimonials ul li {
      width: 100%;
   }

   .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;
   }

   .faq .que span {
      font-size: 16px;
   }

   footer h4 {
      font-size: 16px;
   }

   footer .wraplogo {
      flex-direction: column-reverse;
      gap: 16px;
   }

   .floating {
      justify-content: space-between;
   }

   .floating div {
      flex-direction: column;
      gap: 0px;
   }

   .floating h1,
   .floating h1 span {
      font-size: 24px;
   }

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

   .shine-btn {
      width: 150px;
      padding: 10px 16px;
   }

}

@media (max-width:380px) {
   .identity ul.tabs {
      gap: 6px;
   }
   .identity ul.tabs li {
      gap: 5px;
   }
   .identity ul.tabs li p {
      font-size: 14px;
   }
   .benefits li h6 {
      font-size: 18px;
   }

   .benefits li p {
      font-size: 14px;
   }

   .module .div01 {
      width: 100%;
      flex-direction: column;
      gap: 0;
      padding: 8px 24px;
   }

   .projects .lableWRap ul li {
      padding: 8px;
   }

   .faq .que {
      padding-right: 26px;
   }
}