
	html, body {
		overflow-x: hidden;
	}
@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoVariable';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.ttf) format("truetype");
}

html {
     scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'NanumSquare', sans-serif;
}
.gnb {
    justify-content: center;
    padding: 0;
    margin-right: 60px;
    list-style: none;
    display: flex;
    align-items: center;
  }
.navbar {
    display: flex;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    padding: 10px 30px;
    right: 0;
    left: 0;
    z-index: 1000;
    font-weight: 700;
    width: 100%;
    justify-content: center;
}
.gnb li {
    margin-left: 100px;
}
.gnb a {
    color: #fff;
    text-decoration: none;
    padding: 0px 23px;
}
#background-section img {
    max-width: 110%;
    height: auto;
}
#cta-section {
    background-color: #1f1f1f;
    color: white;
    padding: 100px 0px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 300;
    z-index: 1;
}
.edu img {
    width: 57%;
}
#course-section {
    background-color: #e7e7e7;
	padding-bottom: 100px;
}
#education-benefits {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#qualification {
	position: relative;
	width: 100%;
    background-image: url('../images/megabg.jpg');
    background-size: cover;
	height: 760px;
}
#education-benefits ul {
    list-style-type: none;
}
#education-benefits li {
    overflow: hidden;
    margin: 26px 200px;
    border: 2px solid;
    border-image: linear-gradient(45deg, #8766ff, #169eff) 1;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    width: 1100px;
    height: 126px;
    padding: 0px 30px;
}

.edu_2 {
    font-weight: 100;
    text-align: center;
    color: #888;
    font-size: 20px;
	width: 30%;
	margin: 20px auto;
}

#slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #0c163c;
    color: #fff;
    display: block;
}

* {
    box-sizing: border-box;
}

.image-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slide-track {
    display: flex;
    width: calc(300px * 6);
    animation: scroll 30s linear infinite;
}
.slide-track img {
    width: 300px;
    height: auto;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.button {
    display: inline-block;
    background-color: #7b61ff;
    color: white;
    padding: 20px 30px;
    margin: 40px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
	width: 20%;
}
.button_2 {
	display: block;
	background-color: #111;
	color: white;
	padding: 20px 30px;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	width: 20%;
	text-align: center;
	font-size: 1.5rem;
	}

.title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: -3px;
    margin: 100px 0px 30px 0px;
    font-size: 50px;
    font-family: 'NanumSquareNeoHeavy';
}
.title_emoji {
    font-family: 'NanumSquareNeoHeavy';
    font-size: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    letter-spacing: -3px;
    text-align: left;
}
.emoji {
    width: 70px;
    height: auto;
    margin-left: -70px;
    margin-top: 80px;
}
.emoji_2 {
    width: 66px;
    height: auto;
    margin-left: -70px;
    margin-top: 158px;
}
.sm-txt {
    font-size: 14px;
    color: #999;
    margin: 6px 0px;
}
.curve-background {
    margin-top: 100px;
    width: 100%;
}
#gnb a.active {
    color: #fff;
    font-weight: bold;
  }
  .gradient-text {
    font-size: 60px;
    font-family: 'NanumSquareNeoHeavy';
    background-image: linear-gradient(to right, #007bff, #d400ff);
  -webkit-background-clip: text;
    color: transparent;
  }
.swiper {
    width: 50%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
.swiper img {
    max-width: 100%;
    height: auto;
}
.swiper-wrapper {
    transition: transform 0.5s ease-in-out;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    width: calc(var(--swiper-navigation-size) / 60 * 60) !important;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding: 24px;
}
:root {
    --swiper-navigation-size: 24px !important;
}

/* 미디어쿼리 */
/*모바일 : -479px*/
@media all and (max-width:479px){
	.button {
		width: auto;
	}
	.button_2{
		width: 30%;
		height: 0px;
		align-items: center;
		display: flex;
		justify-content: center;
		font-size: 0.7rem;
		padding: 16px;
	}
	.edu_txt_2 li {
		width: 90% !important;
	}
	.kdt_box {
		width: 100%;
	}
	.kdt_bene {
		width: 100%;
	}
	.kdt_pro {
		width: 100%;
	}
	.edu_pro {
		width: 100%;
	}
	.kdt_star {
		width: 100%;
	}
	.kdt_quest {
		width: 100%;
	}
	.navbar {
    padding : 0px;
  }
  .gnb {
    margin-right: 0px;
	font-size: 0.8rem;
  }
  .gnb li {
    margin: 0px 0px !important;
  }
  .gnb a {
    padding: 18px;
	  font-size: 0.6rem !important;
  }
  #course-section {
	  padding-bottom: 20px;
  }
 #course-section img {
	width: 100%;
  }
  .title {
	font-size: 1.4rem !important;
	letter-spacing: -1px;
	margin: 40px 0px 30px 0px;
  }
  .edu img {
    width: 88%;
  }
  .edu_txt > li {
	  width: 90%;
  }
  .title_emoji {
    font-size: 30px !important;
    margin : 70px 0px 20px;
  }
  .emoji, .emoji_2 {
	display: none;
  }
  .edu_2 {
	  margin: 0px;
  }
  ul.edu_txt {
    margin: 0 auto !important;
	width: 100%;
	font-size: 0.6rem;
	padding : 0px;
  }
	ul.edu_txt > p {
		font-size: 0.8rem;
	}
	ul.edu_txt_2 {
		margin: 0 auto !important;
		width: 100%;
		font-size: 0.6rem;
	}
  .edu_txt li {
	  width: 90% !important;
	  padding: 20px !important;
  }
.edu_txt > p {
	font-size: 0.8rem !important;
	}
.txt_pro {
	font-size: 0.8rem !important;
}
.edu_txt_2 li {
	font-size: 0.6rem;
	}
#slider .title {
	margin: 40px 0 0 0 !important;
}
.kdt_sub {
	font-size: 0.8rem !important;
	}
  p.sm-txt {
    font-size: 10px;
  }
  #education-benefits li {
    font-size: 0.8em;
    width: 370px;
    margin: 26px 0px;
  }
  .swiper {
    width: 88%;
  }
  .slide-track img {
    width : 240px;
  }
  #cta-section .title {
    line-height: 1.5em;
	font-size: 1rem !important;
	letter-spacing: -0.5px;
	margin: 0px 0px 8px 0px !important;
  }
  #cta-section {
	  padding: 40px 0px 40px;
  }
  .gradient-text {
	font-size: 1.5rem !important;
  }
  .button {
	  padding: 10px 30px;
	  margin: 30px 10px;
  }
  #background-section img {
    max-width: 100%;
  }
  .curve-background img {
    width: 100%;
  }
	#qualification {
	height: 530px;
	}
}

/*모바일 가로 & 세로 : -767px*/
@media all and (max-width:767px) {
	.button_2{
		font-size: 1rem;
	}
	.edu_txt_2 li {
		width: 80% !important;
		font-size: 0.8rem;
	}
	.kdt_box {
		width: 100%;
	}
	.kdt_bene {
		width: 100%;
	}
	.kdt_pro {
		width: 100%;
	}
	.edu_pro {
		width: 100%;
	}
	.kdt_star {
		width: 100%;
	}
	.kdt_quest {
		width: 100%;
	}
	.navbar {
    padding : 0px;
  }
  .gnb {
    margin-right: 0px;
    padding: 0px;
  }
  .gnb li {
    margin: 0px 2px;
  }
  .gnb a {
    padding: 10px;
    font-size: 14px;
  }
  .title {
    font-size: 36px;
  }
  .edu img {
    width: 88%;
  }
  .title_emoji {
    font-size: 24px;
    margin : 70px 0px 20px;
	text-align: center;
  }
  .emoji {
    width : 48px;
    margin-top: 58px;
    margin-left: -50px;
  }
  .edu_2 {
    font-size: 14px;
    width: auto !important;
  }
  ul.edu_txt, ul.edu_txt_2 {
    place-items: center;
	font-size: 0.8rem;
  }
  #education-benefits li {
    font-size: 0.7em;
    width: 400px;
  }
  .emoji_2 {
    width: 46px;
    margin-left: -50px;
    margin-top: 58px;
  }
  .swiper {
    width: 80%;
  }
  .slide-track img {
    width : 240px;
  }
  #cta-section {
	  font-size: 0.8rem;
	  padding: 100px 0px 40px;
  }
  #cta-section .title {
    line-height: 1.5em;
  }
  #background-section img {
    max-width: 100%;
  }
  .curve-background img {
    width: 100%;
  }
	#qualification {
	height: 640px;
	}
	#slider .title {
		margin: 100px 0 0 0;
	}
}

/*태블릿 가로 & 세로 :  768px-1023px */
@media all and (min-width:768px) and (max-width:1023px) {
	.edu_txt_2 li {
		width: 70%;
	}
	.kdt_box {
		width: 100%;
	}
	.kdt_bene {
		width: 100%;
	}
	.kdt_pro {
		width: 100%;
	}
	.edu_pro {
		width: 100%;
	}
	.kdt_star {
		width: 100%;
	}
	.kdt_quest {
		width: 100%;
	}
	.navbar {
        padding : 0px;
      }
      .gnb {
        margin-right: 40px;
        padding: 5px;
      }
      .gnb li {
        margin: 0px 20px;
      }
      .gnb a {
        padding: 0px;
      }
      .title {
        font-size: 50px !important;
      }
      .edu img {
        width: 88%;
      }
      .title_emoji {
        font-size: 40px;
        margin : 70px 0px 20px;
      }
      .emoji {
        width : 48px;
        margin-top: 58px;
        margin-left: -50px;
      }
      .edu_2 {
        font-size: 16px;
      }
      #education-benefits li {
        font-size: 16px;
        width: 680px;
        margin: 26px 0px;
      }
      .edu_txt .edu_txt_2 {
        margin: 0px !important;
        place-items: center;
		  width: auto;
      }
      .emoji_2 {
        width: 46px;
        margin-left: -50px !important;
        margin-top: 100px !important;
      }
      .swiper {
        width: 60%;
      }
      .slide-track img {
        width : 240px;
      }
      #cta-section .title {
        font-size: 44px !important;
      }
      .gradient-text {
        font-size: 44px !important;
      }
      .button {
        margin: 10px;
		width: 100%;
      }
      #background-section img {
        max-width: 100%;
      }
      .curve-background img {
        width: 100%;
      }
}

/*노트북 & pc : 1024px- */
@media all and (min-width:1024px) {
	.edu_txt_2 li {
		width: 60% !important;
	}
	.kdt_box {
		width: 100%;
	}
	.kdt_bene {
		width: 100%;
	}
	.edu_pro {
		width: 100%;
	}
	.kdt_star {
		width: 100%;
	}
	.kdt_quest {
		width: 100%;
	}
	.gnb li {
		margin-left: 80px;
	}
  .gnb a{
    padding: 0px;
  }
  .edu img {
    width: 82%;
  }
  #course-section img{
	  width: 100%;
  }
  .title_emoji {
    font-size: 50px;
    margin : 70px 0px 20px;
  }
  .emoji {
    width : 58px;
    margin-top: 68px;
    margin-left: -60px;
  }
  .edu_2 {
    font-size: 16px;
	width: 100%;
  }
  .curve-background img {
    width: 100%;
  }
  #education-benefits li {
    font-size: 16px;
    width: 820px;
    margin: 26px 100px;
  }
  ul.edu_txt, ul.edu_txt_2 {
    margin: auto;
    padding : 0px 0px;
    place-items: center;
  }
  .emoji_2 {
    width: 54px;
    margin-left: -60px;
    margin-top: 58px;
  }
  .swiper {
    width: 60%;
  }
  .slide-track img {
    width : 280px;
  }
  #background-section img {
    max-width: 100%;
  }
}