@charset "UTF-8";
@import url("/assets/style/vendors/swiper.css");
@import url("/assets/style/vendors/aos.css");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

.blind, .hide {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 200;
  src: url("/assets/fonts/NotoSansKR-Thin.eot");
  src: url("/assets/fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Thin.woff") format("woff"), url("/assets/fonts/NotoSansKR-Thin.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 300;
  src: url("/assets/fonts/NotoSansKR-Light.eot");
  src: url("/assets/fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Light.woff") format("woff"), url("/assets/fonts/NotoSansKR-Light.otf") format("opentype");
}

/*normal*/
@font-face {
  font-family: "NotoSansKR";
  font-weight: 400;
  src: url("/assets/fonts/NotoSansKR-Regular.eot");
  src: url("/assets/fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Regular.woff") format("woff"), url("/assets/fonts/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 600;
  src: url("/assets/fonts/NotoSansKR-Medium.eot");
  src: url("/assets/fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Medium.woff") format("woff"), url("/assets/fonts/NotoSansKR-Medium.otf") format("opentype");
}

/*bold*/
@font-face {
  font-family: "NotoSansKR";
  font-weight: 700;
  src: url("/assets/fonts/NotoSansKR-Bold.eot");
  src: url("/assets/fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Bold.woff") format("woff"), url("/assets/fonts/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansKR";
  font-weight: 800;
  src: url("/assets/fonts/NotoSansKR-Black.eot");
  src: url("/assets/fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansKR-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansKR-Black.woff") format("woff"), url("/assets/fonts/NotoSansKR-Black.otf") format("opentype");
}
@font-face {
  font-family: "KCC";
  font-weight: 400;
  src: url("/assets/fonts/kcc.woff2") format("woff2"),
       url("/assets/fonts/kcc.woff") format("woff"),
       url("/assets/fonts/kcc.ttf") format("truetype");
}
@font-face {
    font-family: 'kcc';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-Kimhoon-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, body {
  font-family: "Pretendard", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height : 1.2em;
  letter-spacing : -0.04em;
}

html {
  font-size: 16px;
  scroll-behavior : smooth;
}

@media all and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

a,
a:hover,
a:focus,
a:active,
a:link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

strong,
b {
  color: inherit;
  font-size: inherit;
}

i,
em {
  font-style: normal;
}

mark {
  color: inherit;
  background: none;
}

button {
  -webkit-appearance: none;
}

input {
  -webkit-border-radius: 0;
}

input:matches([type=password], [type=search]),
input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

table {
  border-collapse: collapse;
}

html {
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.layout::after {
  content: "";
  display: block;
  clear: both;
}

.layout.is--content-center {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .layout {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 990px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
}

[data-aos][data-aos][data-aos-delay="3200"].aos-animate,
body[data-aos-delay="3200"] [data-aos].aos-animate {
  transition-delay: 3.2s;
}

[data-aos][data-aos][data-aos-delay="3400"].aos-animate,
body[data-aos-delay="3400"] [data-aos].aos-animate {
  transition-delay: 3.4s;
}

[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
  transition-delay: 3.6s;
}

[data-aos][data-aos][data-aos-delay="4200"].aos-animate,
body[data-aos-delay="4200"] [data-aos].aos-animate {
  transition-delay: 4.2s;
}

.up-motion {
  opacity: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 99%, 0% 99%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 99%, 0% 99%);
  transform: translate3d(0, 0, 0) scale(1);
}
.is-active .up-motion {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, -webkit-clip-path 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, clip-path 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, clip-path 0.8s 0.2s ease-out, -webkit-clip-path 0.8s 0.2s ease-out;
	transition-delay: .4s;
}

:root{
	--h1 : 89px;
	--h2 : 72px;
	--h3 : 64px;
	--h4 : 44px;
	--desc : 34px;
	--info : 24px;
	--table : 28px;
}
.moView{display : none !important}
.pcView{display : block}
.main {
  width: 1300px;
  margin: auto;
  overflow : hidden;
}
.main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width : 100%;
  white-space : nowrap;
}
.section-header > .tit{
	width : 100%;
}
.point-color1 {
  color: #E9474B;
}
.point-color2 {
  color: #022374;
}
.point-color3 {
  color: #FEFF27;
}

.main-section-intro {
  width: 100%;
  padding: 567px 50px 50px;
  background: url('/assets/images/main/intro-bg.png') no-repeat 50% 50% / cover;
  text-align: center;
  box-sizing: border-box;
}
.main-section-intro .text-area {
  color: #fff;
}
.main-section-intro .text-area .tit {
  /* font-size: 89px; */
  font-size : var(--h1);
  font-weight: 700;
}
.main-section-intro .text-area .desc {
  padding-top: 49px;
  font-size : var(--desc);
  line-height : 1.4em;
}
.main-section-intro .text-area .dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 39px auto 0;
  background: #E9474B;
  border-radius: 50%;
}
.main-section-intro .text-area .dot ~ .dot {
  margin: 17px auto 39px;
}
.main-section-intro .text-area .desc2 {
  padding-bottom: 53px;
  /* font-size: 50px; */
  font-size : var(--h3);
  font-weight: bold;
}
.main-section-intro .box-content {
  width: 100%;
  padding: 33px 0 36px;
  background: #fff;
  border: 3px solid #E9474B;
  border-radius: 12px;
}

.main-section-intro .box-content dt {
  font-size : var(--desc);
  font-weight: bold;
  color: #E9474B;
} 
.main-section-intro .box-content dt::after {
  content: '';
  display: block;
  width: 176px;
  height: 1px;
  margin: 12px auto 25px;
  background-color: #E9474B;
}
.main-section-intro .box-content dd {
  font-size : var(--desc);
} 

.main-section-service {
  width: 100%;
  padding: 136px 0 1042px;
  background: url('/assets/images/main/service-bg.png') no-repeat 50% 100% / contain;
  text-align: center;
  box-sizing: border-box;
}
.main-section-service .text-area {
  padding-bottom: 100px;
}
.main-section-service .text-area .tit {
  font-size : var(--h2);
  font-weight: 700;
}
.main-section-service .text-area .desc {
  padding-top: 103px;
  font-size : var(--h3);
}
.main-section-service .text-area span {
  display: block;
  padding: 10px 0 30px;
}

/* 통계 */
.main-section-stats {
  padding: 80px 110px;
  text-align: center;
}
.main-section-stats h3 {
  font-size: var(--h3);
  color: #fff;
}
.main-section-stats h3 span {
  display: inline-block;
  padding: 50px 67px 49px;
  background: url('/assets/images/main/round-point.png') no-repeat 50% 50% / contain;
}
.main-section-stats .tit {
  padding: 84px 0 141px;
  font-size : var(--h2);
  font-weight: 700;
}
.main-section-stats .tit span, .main-section-stats .tit b {
  font-family: inherit;
}
.main-section-stats .desc {
  font-size: 40px;
}
.main-section-stats .desc2 {
  margin-top: 45px;
  font-size: 45px;
} 
.main-section-stats .desc2 .underlined {
  border-bottom: 1px solid #E9474B;
  display: inline-block;
}
.main-section-stats .img-area {
  padding-bottom: 80px;
}
.stats-charts {
}
.chart-container {
  width: 100%;
  min-width: 300px;
  margin-bottom: 30px;
}
.chart-container ~ .chart-container {
  padding-top: 121px;
}
.chart-tit {
  font-size : var(--h4);
}
.chart-box {
  width: 100%;
}
.chart-box canvas {
  width: 100%;
  height: 334px;
}
.chart-caption {
  font-size : var(--info);
  /* margin: 94px auto 139px; */
  margin : 30px auto 50px;
}
.stats-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 170px;
}
.stats-info .stats-container {
  display: flex;
  gap: 75px;
  justify-content: space-between;
  padding-bottom: 126px;
}
.stats-info .desc {
  text-align: left;
}
.bar-chart {
  margin-top: 50px;
}
.legend {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin: 24px 0 54px;
}
.legend-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.legend-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.legend-color.before {
  background-color: #ddd;
}
.legend-color.after {
  background-color: #f45a5a;
}
.bar-chart-container {
  margin: 40px auto 0;
}
.bar-chart-container canvas {
  width: 100%;
  height: 664px;
}
.bar-chart-container chart-caption {
  margin: 42px 0 126px;
}
@media (max-width: 992px) {
  .stats-charts {
    flex-direction: column;
    align-items: center;
  }
  .chart-container {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .chart-container {
    min-width: 100%;
  }
}

/* 통계 */
.main-section-stats2 {
  padding-top: 147px;
  text-align: center;
  background: #F5F5F5;
}
.main-section-stats2 .desc {
  padding: 30px 0 100px;
  font-size : var(--h4);
}
.main-section-stats2 .stats2-card {
  margin: 0 110px;
  padding: 105px 130px 95px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); 
  border-radius: 54px;
}
.main-section-stats2 .stats2-card .card-txt {
  /* font-size: 56px; */
  font-size : var(--h3);
  font-weight: 200;
  white-space : nowrap;
  /* color: #8E8E8E; */
}
.main-section-stats2 .stats2-card .card-tit {
  margin: 20px 0 40px;
  font-size : var(--h2);
}
.main-section-stats2 .stats2-card .card-tit span {
  font-family: inherit;
}
.main-section-stats2 .stats2-card .card-impact {
  display: flex;
  justify-content: center;
  font-size : var(--info);
  text-align: center;
  white-space : nowrap;
      margin-top: 120px;
}
.main-section-stats2 .stats2-card .card-tit + .card-impact{
	margin-top: 50px;
	margin-bottom: 100px;
}
.main-section-stats2 .stats2-card.info-card {
  margin-top: 41px;
  padding: 105px 124px 140px;
}
.main-section-stats2 .stats2-card.info-card .img-area > img {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.main-section-stats2 .stats2-card.info-card .arrow-bottom {
  display: block;
  margin-top: -150px;
}
.main-section-stats2 .stats2-card.info-card .info-txt {
  margin-top: 77px;
  font-size: 60px;
  font-weight: bold;
  color: #323031;
}
.vertical-bar-chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  position: relative;
}
.bar-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 121px;
  width: 100%;
  height: 100%;
  position: relative;
}
.bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
  position: relative;
}
.bar-graph{display : flex;}
.bar-item2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 120px;
  position: relative;
}
.vertical-bar {
  width: 100%;
  border-radius: 0;
}
.empty-bar1 {
  position: relative;
  background-color: #e5e5e5;
  height: 200px;
}
.filled-bar1 {
  background-color: #e84d4d;
  height: 350px;
}
.empty-bar2 {
  position: relative;
  background-color: #e5e5e5;
  height: 180px;
}
.filled-bar2 {
  background-color: #e84d4d;
  height: 370px;
}
.bar-value {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 150%;
  transform: translateX(-50%);
  font-size: var(--desc);
  font-weight: 700;
  margin: 0;
  color: #323031;
}
.bar-value1{top : 80px;}
.bar-value2{top : -100px}
.bar-value3{top : 120px;}
.bar-value4{top : -100px}
/* .bar-item ~ .bar-item .bar-value {
  top: -110px;
} */
.bar-value span {
  font-size: var(--h2);
}
.bar-label {
  position: absolute;
  bottom: -80px;
  width: 150%;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  color: #323031;
}
.chart-line {
  position: absolute;
  left: 0;
  bottom : 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.chart-labels {
  display: flex;
  gap: 50px;
  margin-top: 10px;
}
.label {
  width: 80px;
  text-align: center;
  font-weight: bold;
}
.quote-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.main-section-stats2 .box-content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 172px;
  padding: 114px 0;
  background-color: #E9474B;
  color: #fff;
}
.main-section-stats2 .box-content dl {
  width: 33.33%;
  border-right: 1px dotted #fff;
}

.main-section-stats2 .box-content dt {
  font-size : var(--h4);
}
.main-section-stats2 .box-content dd {
  margin-top: 50px;
  font-size : var(--h2);
  font-weight: bold;
}
@media (max-width: 768px) {
  .bar-comparison {
    max-width: 90%;
  }
  
  .bar-label {
    width: 100px;
    font-size: 14px;
  }
  
  .empty-bar {
    width: 80px;
  }
  
  .filled-bar {
    width: 200px;
  }
  
  .research-info > div {
    padding: 0 15px;
    font-size: 14px;
  }
  
  .year-value, .type-value, .institute-value {
    font-size: 16px;
  }
}
.rotate-box{
	position : relative;
	width : 100%;
	max-width : 831.47px;
	padding-bottom : 90.9341%;
	
}
.rotate-bg{
	display : flex;
	align-items : center;
	justify-content : center;
	width : 100%;
	height : 100%;
	left : 0;
	top : 0;
	position : absolute;
	z-index : 1;
	animatioN : rotate-bg-img 10s infinite linear;
	transform-origin : center;
}
.rotate-bg > img{
	position : absolute;
}
.rotate-bg-img{
	display : block;
	width : 100%;
	height : auto;
}
@keyframes rotate-bg-img{
	0%{transform : rotate(0)}
	100%{transform : rotate(360deg)}
}
.rotate-unit{
	width : 26.2186%;
	animatioN : rotate-bg-img 10s infinite linear reverse;
}
.rotate-unit1{
	top : 0;
	left : 18.5214%;
}
.rotate-unit2{
	top : 0;
	left : 54.9629%;
}
.rotate-unit3{
	top : 36.9004%;	
	right : 0;
}
.rotate-unit4{
	left : 54.9629%;
	bottom : 0;
}
.rotate-unit5{
	left : 18.5214%;
	bottom : 0;
}
.rotate-unit6{
	top : 36.9004%;	
	left : 0;
}
.rotate-character{
	width : 67.3506%;
	position : absolute;
	left : 17.4938%;
	top : 12.3001%;
	mask-image : linear-gradient(to top, transparent 0%, transparent 10%, #fff 30%;);
	-webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 10%, #fff 30%);
}
/* 파트너십 섹션 */
.main-section-partnership {
  padding: 100px 110px;
  background-color: #f9f9f9;
  text-align: center;
}
.main-section-partnership h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.main-section-partnership .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-section-partnership .section-header .tit {
  font-size : var(--h3);
  color: #323031;
}
.main-section-partnership .section-header .tit span {
  font-family: inherit;
  font-size : var(--h2);
  font-weight: 700;
}
.main-section-partnership .section-header .tit strong {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
}
.partnership-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.partnership-item {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 350px;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.partnership-item .img-area {
  width: 50%;
  overflow: hidden;
}
.partnership-item .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.partnership-item .text-area {
  width: 50%;
  padding: 20px;
  text-align: center;
}
.partnership-item .text-area .tit {
  margin-bottom: 15px;
  font-size : var(--desc);
  color: #323031;
}
.partnership-item .text-area .desc {
  margin-bottom: 15px;
  font-size : var(--h4);
  font-weight: 700;
}

.main-section-campagin {
  padding: 30px 0 100px;
  background-color: #f9f9f9;
  text-align: center;
}
.main-section-campagin .tit {
  font-size : var(--h1);
  color: #323031;
}
.campagin-container {
  width : 100%;
  margin-top: 63px;
  padding-bottom: 10px;
}
.campagin-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc(33.33% - 10px); */
  height: 170px;
  background-color: #fff;
  border-radius: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.main-section-channel {
  padding: 60px 0 0;
  background-color: #f9f9f9;
  text-align: center;
}
.main-section-channel .section-header {
  padding-bottom: 405px;
}
.main-section-channel .section-header .desc {
  font-size : var(--h3);
  font-weight: 200;
  color: #8E8E8E;
}
.main-section-channel .section-header .tit {
  font-size : var(--h2);
  font-weight: 700;
  color: #323031;
  margin : 20px 0 40px;
}
.main-section-channel .box-content {
  padding: 0 110px 150px;
  background: #E9474B;
  color: #fff;
}
.main-section-channel .box-content .tit {
  margin-top: 140px;
  font-size : var(--h2);
  margin-bottom: 50px;
}
.main-section-channel .box-content .channel-caption {
  margin: 66px 0 63px;
  font-size : var(--info);
  font-weight: 200;
  color: #323031;
}
.main-section-channel .box-content .img-area {
  margin-top: -350px;
  width : 100%;
  max-width : 1080px;
}
.main-section-channel .box-content .img-area > .video-container{
	width : 100%;
	padding-bottom : 56.25%;
	position : relative;
	border-radius : 30px;
	overflow : hidden;
}
.main-section-channel .box-content .img-area > .video-container > iframe{
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
}

.main-section-channel .box-content .channel-item {
  display: flex;
  flex-direction : column;
  align-items: center;
  justify-content: center;
  /* height: 641px; */
  padding : 84px 50px;
  border-radius: 54px;
  background: #fff;
}
.channel-item-title{
  color : #323031;
  font-weight : 700;
  font-size : var(--h4);
  margin-bottom: 34px;
}
.channel-item-title:not(:first-child){
  margin-top: 140px;
}
.main-section-channel .box-content .channel-item ~ .channel-item {
  margin-top: 65px;
}
.graph-img{
  width : 100%;
  padding-bottom : 49.6626%;
  position : relative;
}
.graph-img > .graph-bg{
  position : absolute;
  top :0;
  width : 94.2091%;
  right : 2.3838%;
}
.graph-img > .graph-line{
  position : absolute;
  left : 0;
  top : 5.695%;
  width : 98.9394%;
  opacity : 0;
  transform : rotateX(-30deg) translateY(30%);
  transition : opacity 1.2s, transform 1.2s;
}
.graph-img.aos-animate > .graph-line{
   opacity : 1;
  transform : rotateX(0deg) translateY(0%);
  transition : opacity 1.2s 1s, transform 1.2s 1s;
}
.graph-img > .graph-desc{
  position : absolute;
  width : 16.3636%;
  left : 2.1212%;
  top : 38.848%;
  opacity: 0;
  transform : translateY(10%);
  transition : opacity 1.2s, transform 1.2s;
}
.graph-img.aos-animate > .graph-desc{
  opacity : 1;
  transform : translateY(0);
  transition : opacity 1.2s 2s, transform 1.2s 2s;
}
.graph-img > .graph-fill{
	position : absolute;
	bottom : 6.9967%;
	left : 3.4141%;
	width : 15.7010%;
	opacity : 0;
	transition : opacity 1.2s;
}
.graph-img.aos-animate > .graph-fill{
	animation : graph-fill .75s infinite ease alternate 2s;
}
@keyframes graph-fill{
	0%{opacity : 0;}
	100%{opacity : 1;}
}
.graph-img > .graph-num{
	position : absolute;
	bottom : 0;
	right : 0;
	width : 98.6869%;
	opacity : 0;
	transition : opacity 1.2s;
}
.graph-img.aos-animate > .graph-num{
  opacity : 1;
  transition : opacity 1.2s 2s, transform 1.2s 2s;
}
/* 체크리스트 섹션 */
.main-section-checklist {
  padding: 190px 110px 100px;
  background-color: #fff;
}
.main-section-checklist .section-header .tit {
  font-size : var(--h2);
  font-weight: 700;
  color: #323031;
}
.main-section-checklist .section-header .dot {
  position: relative;
  display: inline-block;
  font-family: inherit;
}
.main-section-checklist .section-header .dot::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 50%;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.main-section-checklist .section-header .tit .highlight {
  position: relative;
  z-index: 2;
  font-family: inherit;
}
.main-section-checklist .section-header .tit .highlight::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 516px;
  height: 23px;
  background: url('/assets/images/main/checklist-highlight-new.png') no-repeat center / contain;
  z-index: -1;
}
.checklist-box {
  /* background-color: #fff; */
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.checklist-header{
	/* height : 366px; */
	margin-bottom: 50px;
}
.checklist-header .tit {
  display: inline-block;
  margin-top: 224px;
  padding: 20px 94px;
  background: #E9474B;
  border-radius: 40px;
  font-size: 33px;
  color: #fff;
}
.checklist-header .desc {
  margin: 31px 0 39px;
  font-size: 24px;
  font-weight: bold;
  color: #323031;
}
.check-tag {
  display: inline-block;
  background-color: #E9474B;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
}
.check-table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size : var(--table);
}
.check-table th {
  background-color: #E9474B;
  padding: 22px 15px 23px;
  color: #fff;
  text-align: center;
}
.check-table th.col-category {
  width: 12.41%;
}
.check-table th.col-num {
  width: 6.48%;
}
.check-table th.col-item {
  width: 74.91%;
  text-align: center;
}
.check-table th.col-check {
  width: 6.2%;
}
.check-table td {
  padding: 18px 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.check-table tr:nth-child(even) td {
  border-bottom: 1px solid #E9474B;
}
.check-table .category {
  background-color: #FEF3E6;
  text-align: center;
  font-weight: 700;
  color: #333;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #E9474B;
  white-space : nowrap;
}
.check-table td.num {
  text-align: center;
  font-weight: 700;
}
.check-table td.item {
  color: #333;
  padding-left: 20px;
}
.check-table td.check {
  padding: 14px;
  background-color: #FEF3E6;
}
.checkbox-label {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 3px solid #323031;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.checkbox-input:checked ~ .checkbox-custom {
  background-color: #fff;
}
.checkbox-custom:after {
  display: none;
  content: '';
  position: absolute;
  top: 27%;
  left: 63%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url('/assets/images/main/icon-check.png') no-repeat;
}
.checkbox-input:checked ~ .checkbox-custom:after {
  display: block;
}
.checklist-caption {
  margin: 52px auto 117px;
  font-size : var(--info);
  font-weight: 200;
  text-align: center;
  color: #323031;
}
.checklist-result {
  position: relative;
  width: 100%;
}
.result-tabs {
  display: flex;
}
.result-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  flex: 1;
  margin-bottom: -18px;
  border-radius: 22px 22px 0 0;
  padding: 12px 0 30px;
  font-weight: 600;
  background-color: #F4F4F4;
  border: 1px solid #aaa;
  color : #aaa;
}
.result-tab.active {
  color: #fff;
  font-weight: 700;
  border: 1px solid #C72F33;
  background-color: #E9474B;
}
.tab-title {
  font-size : var(--h4);
}
.result-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 94px 0 92px;
  background-color: #F9CFC5;
  border: 3px solid #C72F33;
  border-radius: 22px;
  text-align: center;
}
.result-box .desc {
  font-size : var(--h3);
  font-weight: 700;
  text-align: center;
  color: #323031;
}
.result-footer {
  display : flex;
  flex-direction : column;
  justify-content : center;
  align-items : center;
  margin-top: 53px;
  font-size : var(--h4);
  font-weight: bold;
  text-align: center;
  color: #323031;
  position : relative;
}
.result-footer::after{
	position : absolute;
	content : '';
	width : 50px;
	height : 50px;
	border-bottom : 5px solid #E9474B;
	border-right : 5px solid #E9474B;
	transform : rotate(45deg);
	top : 120%;
	animation : result-footer .7s infinite alternate;
}
@keyframes result-footer{
	0%{transform : rotate(45deg) translateX(0) translateX(0);}
	0%{transform : rotate(45deg) translateX(40%) translateY(40%);}
}
.check-cursor{
	display : inline-block;
	position : fixed;
	z-index : 10;
	left : 0;
	top : 0;
	transform : translate(0%, -50%) scale(.5);
	opacity : 0;
	pointer-events : none;
	transitioN : transform .5s, opacity .5s;;
}
.check-cursor.on{
	opacity : 1;
	transform : translate(0%, -50%) scale(1);
}
.check-cursor.active{
	transform : translate(0%, -50%) scale(1) rotate(-15deg);
}
@media (max-width: 991px) {
  .check-cursor{display : none !important;}
  .checklist-title {
    font-size: 24px;
  }
  
  .check-table .category {
    min-width: 70px;
  }
  
  .check-table th.col-category {
    width: 15%;
  }

  .check-table th.col-num {
    width: 10%;
  }

  .check-table th.col-item {
    width: 65%;
  }

  .check-table th.col-check {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .main-section-checklist {
    padding: 40px 0;
  }
  .checklist-title {
    font-size: 20px;
  }
  /* .check-table{white-space : wrap;} */
  
  .check-table th, .check-table td {
    padding: 10px;
    font-size: 13px;
  }
  .check-table td.check {
    padding: 10px 7px;
  }
  .checkbox-custom:after {
    background-size: cover;
  }
  .check-table td.item {
    padding-left: 10px;
  }
  
  .check-table .category {
    min-width: 50px;
    font-size: 12px;
    padding: 10px 5px;
  }
  
  .check-table th.col-category {
    width: 15%;
  }

  .check-table th.col-num {
    width: 10%;
  }

  .check-table th.col-item {
    width: 65%;
  }

  .check-table th.col-check {
    width: 10%;
  }
  
  .checkbox-label {
    width: 20px;
    height: 20px;
  }

  .checkbox-custom {
    width: 20px;
    height: 20px;
  }
}
.main-section-education {
  padding: 84px 0 0;
}
.education-tabs {
  display: flex;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.tab-button {
  flex: 1;
  background-color: #F4F4F4;
  border: none;
  
  border: 1px solid #E9474B;
  border-radius: 20px 20px 0 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.tab-button h4 {
  font-size : var(--h3);
  font-weight: 700;
  color: #E9474B;
}
.tab-button h4 a{
	display : block;
	padding: 40px 10px 30px;
}
.tab-button p {
  font-size: 40px;
  font-weight: 700;
  color: #323031;
}
.tab-button.active {
  background-color: #E9474B;
}
.tab-button.active h4,
.tab-button.active p {
  color: #fff;
}
.workbook-slide{
	width : 100%;
	max-width : 830px;
	margin : 0 auto;
	overflow : hidden;
}
.workbook-inner{
	position : relative;
}
.workbook-navigation{
	display : flex;
	justify-content : space-between;
	position : absolute;
	left : 50%;
	width : 100%;
	max-width :830px;
	height : 1px;
	top : 50%;
	transform : translateY(-50%) translateX(-50%);
	z-index : 10;
}
.workbook-navigation > div{
	position : absolute;
	width : 50px;
	height : 50px;
	cursor : pointer;
}
.workbook-navigation > div.swiper-button-disabled{
	opacity : .5;
}
.workbook-prev{
	border-top : 3px solid #fff;
	border-left : 3px solid #fff;
	transform : rotate(-45deg);
	left : -100px;
}
.workbook-next{
	border-top : 3px solid #fff;
	border-right : 3px solid #fff;
	transform : rotate(45deg);
	right : -100px;
}
.education-box {
  width: 100%;
  padding: 137px 110px 132px;
  background-color: #E9474B;
  border-top: none;
  overflow: hidden;
}
.education-box .box-content {
  display: none;
  padding: 40px;
}
.education-box .box-content.active {
  display: block;
}
@media (max-width: 768px) {
  .tab-button h3 {
    font-size: 20px;
  }
  .tab-button p {
    font-size: 16px;
  }
  .education-box .box-content {
    padding: 30px 20px;
  }
  .education-box .box-content h3 {
    font-size: 24px;
  }
}
/* 프로그램 섹션 */
.main-section-program {
  width: 100%;
  margin: 0 auto;
}
.main-section-program .tit {
  font-size : var(--h2);
  font-weight: 700;
  color: #323031;
}
.main-section-program .tit span {
  font-family: inherit;
}
.main-section-program .desc {
  font-size : var(--h3);
  font-weight: 200;
}
.program-intro {
  position: relative;
  width: 100%;
  padding: 124px 0 236px;
  background-color: #F5F5F5;
  text-align: center;
}
.intro-icon {
  width: 80px;
  margin: 0 auto 20px;
}
.intro-icon img {
  width: 100%;
  height: auto;
}
.intro-header .tit {
  font-size : var(--h3);
  margin-top:50px;
  font-weight : 400;
}
.intro-header .tit > span{
  display : inline-block;
  font-size : var(--h2);
  margin : 20px auto 80px;
  font-weight : 700;
}
.intro-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.features-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.feature-item {
  background-color: #fff;
  border-radius: 67.5px 0 0 67.5px;
  padding: 38px 50px 38px 70px;
}
.feature-item p {
  font-size : var(--h4);
  text-align: right;
}
.program-pattern {
  position: absolute;
  left: 30px;
  bottom: -46px;
}
.program-info {
  width: 100%;
  background-color: #E9474B;
  padding: 102px 0 141px;
  color: #fff;
  text-align: center;
  font-size : var(--h3)
}
.info-header .tit {
  color: #fff;
  font-size : var(--h2)
}
.info-header .desc {
  margin: 50px auto 20px;
}
.detail-items {
  display: flex;
  justify-content: space-between;
  margin-top: 125px;
}
.detail-item {
  flex: 1;
  border-right: 1px dotted #fff;
  text-align: center;
}
.detail-item dt {
  font-size : var(--h4);
}
.detail-item dd {
  margin-top: 50px;
  font-size : var(--h1);
  font-weight: bold;
}
.detail-item .detail-caption {
  margin: 31px 0 39px;
  font-size : var(--info);
}

/* 커리큘럼 스타일 */
.program-curriculum {
  width: 100%;
  margin: 0 auto;
}
.timeline-wrapper {
  position: relative;
  margin: 97px auto 216px;
}
.timeline-line {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 95%;
  background-color: #E9474B;
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-label {
  flex: 0 0 45%;
  text-align: right;
  padding-right: 53px;
}
.session-tit {
  font-size : var(--h4);
}
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #E9474B;
  transform: translateX(-50%);
  z-index: 2;
  transition : background-color .5s;
}
.aos-animate .timeline-dot{background-color : #e9474b; transition : background-color .5s 1.5s;}
.timeline-item.first .timeline-dot {
  top: 10px;
  width: 32px;
  height: 32px;
  border-width: 1px;
}
.timeline-content {
  flex: 0 0 45%;
  position: relative;
  padding-left: 38px;
}
.timeline-wave{
	background: url("data:image/svg+xml;utf8,\
<svg width='200' height='20' xmlns='http://www.w3.org/2000/svg'>\
  <path d='M0 10 Q 25 0, 50 10 T 100 10 T 150 10 T 200 10' \
        stroke='%23e9474b' fill='transparent' stroke-width='2' />\
</svg>") repeat-x center #fff;
	z-index : 1;
	text-align :center;
	margin-bottom: 60px;
	font-size : var(--h4);
	position : relative;
	z-index : 10;
	padding : 60px 0;
}
.timeline-wave > span{
	display : inline-block;
	padding : 0 20px;
	background : #fff;
}
.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-item {
  position: relative;
  margin-bottom: 20px;
  font-size : var(--desc);
  text-align: left;
  color: #333;
}
.content-item.note {
  font-size : var(--info);
}

.online-program-info {
  background-color: #F5F5F5;
  padding: 159px 0 178px;
}
.online-program-info .info-header {
  margin-bottom: 50px;
}
.online-program-info .desc {
  /* color: #8E8E8E; */
  color : #323031;
}
.online-program-info .tit {
  color: #323031;
}
.online-program-info .detail-item {
  border-color: #323031;
}
.online-program-info .detail-item dt {
  color: #323031;
}
.online-program-info .detail-item dd {
  color: #E9474B;
}
.online-program-info .detail-item .detail-caption {
  color: #323031;
}
.online-program-info .img-area {
  margin : 183px auto 0;
  width : 100%;
  max-width : 900px;
  border-radius : 15px;
  overflow : hidden;
}
.online-program-info .img-area > .video-container{
	width : 100%;
	padding-bottom : 56.25%;
	position : relative;
}
.online-program-info .img-area > .video-container > iframe{
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
}

.myface-program-info {
  background-color: #F5F5F5;
  padding-top: 173px;
  padding-bottom: 0;
}
.myface-program-info .desc {
  /* color: #8E8E8E; */
  color : #323031;
}
.myface-program-info .tit {
  color: #323031;
}
.myface-program-info .tit b {
  display : inline-block;
  font-family: inherit;
  position : relative;
}
.myface-program-info .tit b::before{
	    position: absolute;
    content: '';
    /* width: 85px; */
    width: 35%;
    height: 71px;
    background: url(/assets/images/main/info-star.png) no-repeat center bottom;
    background-size: contain;
    right: 90%;
    bottom: 78%;
}
.myface-program-info .tit b::after{
	position : absolute;
	content :'';
	width : 130%;
	height : 11px;
	background : url(/assets/images/main/info-line.png)no-repeat center bottom;
	background-size : contain;
	left : 0;
	bottom : -10px;
}
.myface-items {
  padding: 63px 110px 122px;
}
.myface-item {
  padding: 105px 60px 95px;
  background-color: #fff;
  border-radius: 54px;
  box-shadow: 0px 10px 30px #00000029;
}
.myface-item.myface-item1 .desc {
  margin: 35px auto;
  font-size : var(--desc);
  color: #323031;
}
.myface-item.myface-item1 .tit {
  font-family: "Pretendard", "NotoSansKR", sans-serif, "Malgun Gothic";
  font-size : var(--h3);
  color: #323031;
  white-space : nowrap;
  margin-bottom: 30px;
}
.myface-item .text-area {
  padding-top: 55px;
}
.myface-item .text-area p {
  font-size : var(--desc);
  text-align: left;
  color: #323031;
}
.myface-item .text-area p .highlight {
  /* background-color: #E9474B; */
  /* color: #fff; */
  font-weight: bold;
}
.myface-item.myface-item2 {
  margin-top: 60px;
  padding: 100px 143px 85px;
}
.myface-item.myface-item2 .desc {
  font-size : var(--h4);
  color: #323031;
}
.myface-item.myface-item2 .tit {
  margin: 20px auto 40px;
  font-size : var(--h3);
  color: #323031;
}
.myface-items .img-area{
  position : relative;
}
.myface-items .img-area > img{display : block;}
.myface-ani{
	position : absolute;
	color : #111;
	    width: 70%;
    height: 10.3%;
    bottom: 10%;
    left: 10%;
	font-size : var(--info);
	background : #fff;
	text-align : left;
}
.myface-text{
	font-family : kcc;
}
.myface-text > div{font-family : kcc;}
.reviews-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  white-space : nowrap;
}
.review-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 50px;
  width: calc(100% - 40px);
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.review-item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: end;
  margin-right: auto; 
  padding-left: 100px;
  border-radius: 0 500px 500px 0px;
}
.review-item:nth-child(odd) {
  flex-direction: row;
  margin-left: auto; 
  padding-right: 30px;
}
.review-item .review-img {
  max-width : 350px;
  flex: 0 0 38%;
  /* margin-left: 30px; */
}
.review-item:nth-child(even) .review-img {
  margin-left: auto;
  /* margin-right: 30px; */
}
.review-item .review-content {
  flex: 0 0 60%;
  /* padding: 20px; */
  text-align: left;
}
.review-tit {
  font-size : var(--h3);
  font-weight: 700;
  color: #323031;
}
.review-txt {
  margin: 32px 0;
  font-size : var(--h4);
  font-weight: 200;
  color: #323031;
}
.review-author {
  font-size : var(--desc);
  font-weight: 200;
  color: #8E8E8E;
}

.main-section-faq {
  background-color: #F5F5F5;
  padding: 110px 110px 150px;
}
.faq-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.faq-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.faq-question {
  display: flex;
  align-items: center;
  padding : 20px 60px 20px 40px;
  cursor: pointer;
  position: relative;
}
.question-icon {
  flex-shrink: 0;
  font-size : var(--h4);
  font-weight: 700;
  margin-right: 16px;
  color: #E9474B;
}
.question-text {
  flex-grow: 1;
  font-size : var(--h4);
  font-weight: 700;
  color: #323031;
  margin: 0;
}
.toggle-icon {
  font-size: 28px;
  color: #323031;
  font-weight: bold;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
}
.faq-item.active .toggle-icon {
  color: #E9474B;
}
.faq-answer {
  padding: 0 20px 35px 122px;
  font-size : var(--desc);
  color: #323031;
  display: none;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-footer {
  text-align: center;
  margin-top: 118px;
}

.main-section-contact {
  padding: 194px 0 97px;
}
.main-section-contact .section-header {
  width: 100%;
  align-items: flex-start;
}
.discount-banner {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content : center;
  gap : 30px;
  padding: 20px 20px;
  width: calc(100% - 20px);
  max-width : 1280px;
  border-radius : 20px;
  background-color: #E9474B;
  text-align: center;
  color: #fff;
  position : fixed;
  bottom : 10px;
  z-index : 10;
  box-shadow : 0 3px 6px rgba(0,0,0,0.16);
  animation : discount-banner 1.2s both .5s;
  transition : margin .5s;
}
@keyframes discount-banner{
	0%{transform : translateY(100%);opacity : 0;}
}
.discount-banner:hover{
	margin-bottom: 10px;
}
.discount-banner p {
  font-size : var(--h4);
  font-weight : 400;
  color : #fff;
}
.discount-banner .highlight {
  color: #FFFF27;
  font-size : var(--h4);
  font-weight : 700;
}
.discount-banner > span{
	font-size : var(--desc);
	font-weight : 700;
	background : #FFFF27;
	color : #E9474B;
	padding : 12px 30px 10px;
	border-radius : 100px;
	animation : discount-banner-btn 1s infinite ease;
	box-shadow : 0 3px 6px rgba(0,0,0,0.16);
}
@keyframes discount-banner-btn{
	0%{opacity : 0;}
	100%{opacity : 1;}
}
.discount-banner .highlight .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.blink-text {
  font-size: 32px;
  color: #E9474B;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
.contact-wrapper {
  width: 100%;
  padding: 60px 110px 0;
}
.contact-message {
  text-align: center;
  margin-bottom: 20px;
}
.message-text {
  margin: 107px auto 50px;
  font-size : var(--h3);
  font-weight: 700;
}
.message-text span {
  font-family: inherit;
}
.discount-message {
  text-align: center;
}
.discount-message p {
  font-size : var(--h1);
  font-weight: 700;
}
.discount-message p span {
  font-family: inherit;
}
.discount-message p .highlight {
  background-color: #E9474B;
}
.contact-form {
  width: 100%;
  margin: 115px auto 40px;
}
.form-row {
  display: flex;
  gap: 22px;
  margin-bottom: 25px;
}
.form-input, .form-select {
  flex: 1;
  width: 100%;
  padding: 33px 56px;
  border: 1px solid #A7A7A7;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 33px;
  font-weight: bold;
  color: #323031;
}
.form-input::placeholder{
	color: #323031;
}
.form-select {
  position: relative;
  appearance: none;
  background-color: #fff;
  background-image: url('/assets/images/main/icon-arrow-bottom2.png');
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 21px 12px;
}
.select-wrapper {
  position: relative;
  flex: 1;
}
.select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-checkbox {
  display: flex;
  align-items: center;
  margin: 59px 0 52px;
}
.checkbox-text {
  margin-left: 8px;
  font-size: 20px;
  font-weight: bold;
}
.submit-button {
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #E9474B, #CE3B3F);
  border: 1px solid #B72B2F;
  border-radius: 0;
  box-shadow: 0px 3px 6px #00000029;
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 991px) {
  .main{width : 100%}
  :root{
	--h1 : 60px;
	--h2 : 48px;
	--h3 : 36px;
	--h4 : 30px;
	--desc : 20px;
	--info : 16px;
	--table : 24px;
  }
  .myface-ani {
    position: absolute;
    color: #111;
    bottom: 8.5%;
    left: 10%;
    font-size: 1.83vw;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .obj-icon{max-width : 50px;}
  .faq-header > img{max-width : 120px;}
  .faq-header{margin-bottom: 20px;}
  .myface-ani {
    position: absolute;
    color: #111;
    bottom: 9.5%;
    left: 10%;
    font-size: 3vw;
    background: #fff;
  }
  .main-section-checklist .section-header .dot::before {
		width: 5px;
		height: 5px;
		top: -5px;
	}
  .moView{display : block !important}
  .pcView{display : none}
  :root{
	--h1 : 45px;
	--h2 : 34px;
	--h3 : 28px;
	--h4 : 22px;
	--desc : 16px;
	--info : 14px;
	--table : 18px;
  }
  .main {
    width: 100%;
	overflow :hidden;
  }
  
  .main-section {
    width: 100%;
  }
  
  .text-area {
    width: 100%;
  }
  
  .main-section-intro {
    padding: 200px 20px 40px;
    background-size: cover;
  }
  
  .main-section-intro .text-area .tit {
    font-size: var(--h1);
  }
  
  .main-section-intro .text-area .desc {
    padding-top: 20px;
  }
  
  .main-section-intro .text-area .dot {
    margin: 15px auto 0;
    width: 8px;
    height: 8px;
  }
  
  .main-section-intro .text-area .dot ~ .dot {
    margin: 10px auto 15px;
  }
  
  .main-section-intro .text-area .desc2 {
    padding-bottom: 20px;
  }
  
  .main-section-intro .box-content {
    padding: 20px 15px;
  }
  
  .main-section-intro .box-content dt {
  }
  
  .main-section-intro .box-content dt::after {
    width: 100px;
    margin: 8px auto 15px;
  }
  
  .main-section-intro .box-content dd {
  }
  
  .main-section-service {
    padding: 60px 20px 350px;
    background-size: contain;
  }
  
  .main-section-service h3 img {
    width: 150px;
  }
  
  .main-section-service .text-area {
    padding-bottom: 40px;
  }
  
  .main-section-service .text-area .tit {
  }
  
  .main-section-service .text-area .desc {
    padding-top: 30px;
  }
  
  .main-section-service .text-area span {
    padding: 5px 0 10px;
  }
  
  .main-section-stats {
    padding: 40px 20px;
  }
  
  .main-section-stats h3 {
    font-size: 22px;
  }
  
  .main-section-stats h3 span {
    padding: 20px 30px;
    background-size: 100% 100%;
  }
  
  .main-section-stats .tit {
    padding: 30px 0 40px;
    font-size: 24px;
  }
  
  .main-section-stats .desc {
    font-size: 18px;
  }
  
  .main-section-stats .desc2 {
    margin-top: 20px;
    font-size: 20px;
  }
  
  .main-section-stats .img-area {
    padding-bottom: 30px;
  }
  
  .chart-container {
    margin-bottom: 0px;
  }
  
  .chart-container ~ .chart-container {
    padding-top: 40px;
  }
  
  .chart-tit {
    font-size: 20px;
  }
  
  .chart-box canvas {
    height: 200px;
  }
  
  .chart-caption {
    margin: 30px auto 0px;
	font-size : var(--desc);
  }
  
  .stats-info {
    padding: 30px 0 60px;
  }
  
  .stats-info .stats-container {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
  }
  
  .stats-info .stats-container img {
    max-width: 250px;
    margin: 0 auto;
  }
  
  .bar-chart {
    margin-top: 30px;
  }
  
  .legend {
    flex-direction: row;
    justify-content: center;
    margin: 15px 0 20px;
  }
  
  .bar-chart-container {
    margin: 0px auto 0;
  }
  
  .bar-chart-container canvas {
    height: 300px;
  }
  
  .main-section-stats2 {
    padding-top : 60px;
  }
  .main-section-stats2 h3{
	max-width : 80%;
  }
  
  .main-section-stats2 .desc {
    padding: 15px 0 40px;
  }
  
  .main-section-stats2 .stats2-card {
    width : calc(100% - 20px);
    padding: 40px 15px 15px;
    border-radius: 25px;
  }
  
  .main-section-stats2 .stats2-card .card-txt {
  }
  
  .main-section-stats2 .stats2-card .card-tit {
    margin: 5px 0 10px;
  }
  
  .main-section-stats2 .stats2-card .card-impact {
  	margin-top: 80px;
	font-size : var(--desc);
  }
  .main-section-stats2 .stats2-card .card-tit + .card-impact{
	margin : 20px auto 30px;
  }
  .main-section-stats2 .stats2-card.info-card {
    margin-top: 20px;
    padding: 30px 15px 15px;
  }
  
  .main-section-stats2 .stats2-card.info-card .img-area > img {
    padding-top: 40px;
  }
  
  .main-section-stats2 .stats2-card.info-card .arrow-bottom {
    margin-top: -50px;
	/* transform : scaleY(0.7); */
  }
  
  .main-section-stats2 .stats2-card.info-card .info-txt {
    margin-top: 30px;
    font-size: 22px;
  }
  
  .vertical-bar-chart {
    margin-top: 60px;
    height: 270px;
  }
  
  .bar-group {
    gap: 40px;
  }
  
  .bar-item {
    width: 100px;
  }
  .bar-item2 {
    width: 60px;
}
  
  .vertical-bar {
    width: 60px;
  }
  
  .empty-bar1 {
    height: 120px;
  }
  .empty-bar2 {
    height: 100px;
  }
  .filled-bar1 {
    height: 200px;
  }
  .filled-bar2 {
    height: 210px;
  }

  
  .bar-value {
	white-space : nowrap;
  }
  .bar-value1{top : 30px;}
.bar-value2{top : -50px}
.bar-value3{top : 40px;}
.bar-value4{top : -50px}
  
  .bar-label {
    bottom: -40px;
    font-size: 18px;
  }
  
  .main-section-stats2 .box-content {
    /* flex-direction: column; */
    margin-top: 60px;
    padding: 40px 0;
  }
  
  .main-section-stats2 .box-content dl {
    /* width: 100%; */
    /* border-right: none; */
    /* border-bottom: 1px dotted #fff; */
    padding: 20px 0;
  }
  .main-section-stats2 .box-content dl:last-child{
	border : none;
  }
  .main-section-stats2 .box-content dt {
  }
  .main-section-stats2 .box-content dd {
    margin-top: 5px;
  }
  .main-section-partnership {
    padding: 40px 10px;
  }
  .main-section-partnership .section-header .tit {
  }
  .main-section-partnership .section-header .tit span {
  }
  .main-section-partnership .section-header .tit strong {
    margin-bottom: 10px;
  }
  
  .partnership-items {
    padding-top: 40px;
    gap: 30px;
  }
  
  .partnership-item {
    flex-direction: column;
    height: auto;
  }
  
  .partnership-item .img-area {
    width: 100%;
    height: 200px;
  }
  
  .partnership-item .text-area {
    width: 100%;
    padding: 20px;
  }
  
  .partnership-item .text-area .tit {
    margin-bottom: 10px;
  }
  
  .partnership-item .text-area .desc {
    margin-bottom:0;
  }
  
  .main-section-campagin {
    padding: 30px 0 60px;
  }
  
  .main-section-campagin .tit {
  }
  
  .campagin-container {
    margin-top: 30px;
	        width: calc(100% - 20px);
  }
  
  .campagin-container .swiper-slide {
    width: 100%;
    height: 80px;
    border-radius: 20px;
  }
  .campagin-container .swiper-slide > img{
	width : 70%;
  }
  
  .main-section-channel {
    padding: 30px 0 0;
  }
  
  .main-section-channel .section-header {
    padding-bottom: 150px;
  }
  
  .main-section-channel .section-header .desc {
  }
  
  .main-section-channel .section-header .tit {
	margin : 5px auto 10px;
  }
  
  .main-section-channel .box-content {
    padding: 0 10px 60px;
  }
  
  .main-section-channel .box-content .tit {
    margin-top: 40px;
  }
  
  .main-section-channel .box-content .channel-caption {
    margin: 30px 0;
	font-size : var(--desc)
  }
  
  .main-section-channel .box-content .img-area {
    margin-top: -120px;
  }
  .main-section-channel .box-content .img-area > .video-container{
	border-radius : 20px;
 }
  
  .main-section-channel .box-content .channel-item {
    /* height: 300px; */
    border-radius: 25px;
	padding : 50px 30px;
  }
  
  .main-section-checklist {
    padding: 40px 10px;
  }
  .checklist-header{height : 0px;margin-bottom: 30px;}
  .channel-item-title{font-size : var(--h2)}
  .channel-item-title:not(:first-child) {
		margin-top: 50px;
	}
  .main-section-checklist .section-header .tit {
  }
  
  .main-section-checklist .section-header .tit .highlight::after {
    /* width: 220px; */
	width : 120%;
    height: 20px;
	
  }
  
  .checklist-header .tit {
    margin-top: 60px;
    padding: 15px 30px;
    border-radius: 20px;
    font-size: 20px;
  }
  
  .checklist-header .desc {
    margin: 20px 0;
    font-size: 16px;
  }
  
  .check-table::after {
    display: none;
  }
  
  .checklist-caption {
    margin: 20px auto 0px;
    font-size: var(--desc)
  }
  
  .result-tab {
    height: 60px;
    padding: 10px 0 20px;
  }
  
  .tab-title {
  }
  
  .result-box {
    padding: 40px 20px;
  }
  
  .result-box .desc {
  }
  
  .result-footer {
    margin-top: 30px;
	font-size : var(--h3)
  }
  .result-footer::after{
		width : 20px;
		height : 20px;
		border-bottom : 2px solid #E9474B;
		border-right : 2px solid #E9474B;
	}
  
  .main-section-education {
    padding: 40px 0 0;
  }
  
  .tab-button {
    border-radius: 10px 10px 0 0;
  }
  
  .tab-button h4 {
  }
  .tab-button h4 a{padding: 20px 10px 15px;}
  
  .tab-button p {
  }
  .workbook-slide{
		max-width : 68vw;
	}
	.workbook-navigation{
		max-width :68vw;
	}
	.workbook-navigation > div{
		position : absolute;
		width : 20px;
		height : 20px;
		cursor : pointer;
	}
	.workbook-prev{
		border-top : 2px solid #fff;
		border-left : 2px solid #fff;
		left : -40px;
	}
	.workbook-next{
		border-top : 2px solid #fff;
		border-right : 2px solid #fff;
		right : -40px;
	}
  
  .education-box {
    padding: 40px 20px;
  }
  
  .program-intro {
    padding: 40px 0 100px;
  }
  
  .intro-header .tit {
    margin: 30px auto;
  }
  .intro-header .tit > span{
	margin : 10px auto 30px;
  }
  
  .feature-item {
    border-radius: 40px 0 0 40px;
    padding: 20px 30px 20px 40px;
	width : 95%;
  }
  
  .feature-item p {
  }
  .main-section-program .tit {
	font-size : var(--h2);
	}
  .main-section-program .intro-header .tit{
    font-size : var(--h3);
  }
  .main-section-program .intro-header .tit > span{
    font-size : var(--h2);
	margin : 5px auto 10px;
  }
  
  .program-pattern {
    left: 10px;
    bottom: -14px;
  }
  
  .program-pattern img {
    width: 150px;
  }
  
  .program-info {
    padding: 40px 10px;
  }
  
  .info-header .desc {
    margin: 30px auto 5px;
  }
  
  .info-header .tit {
  }
  .features-list{
	gap : 10px;
  }
  
  .detail-items {
    /* flex-direction: column; */
    margin-top: 40px;
  }
  
  .detail-item {
    /* border-right: none; */
    /* border-bottom: 1px dotted #fff; */
    /* padding-bottom: 20px; */
    /* margin-bottom: 20px; */
  }
  
  .detail-item:last-child {
    border-right: none;
  }
  
  .detail-item dt {
  }
  
  .detail-item dd {
    margin-top: 10px;
	font-size : var(--h2);
  }
  
  .detail-item .detail-caption {
    margin: 15px 0;
  }
  .timeline-wrapper {
		margin: 40px auto 60px;
	}
  
  /* .timeline-wrapper {
    margin: 40px auto 60px;
  }
  
  .timeline-line {
    left: 20px;
    height: 98%;
  }
  
  .timeline-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  
  .timeline-label {
    flex: 0 0 100%;
    text-align: left;
  	text-align : center;
    padding-right: 0;
  }
  
  .session-tit {
  }
  
  .timeline-dot {
    left: 20px;
    top: 10px;
    width: 15px;
    height: 15px;
  }
  
  .timeline-item.first .timeline-dot {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  
  .timeline-content {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  
  .content-item {
  text-align : center;
  }
  
  .content-item.note {
  } */
  .timeline-label{
	text-align : center;
	padding-right: 0;
  }
  .timeline-line{
    top : 20px;
  }
  .timeline-dot {
    width: 15px;
    height: 15px;
	top : 0;
	transform : translateX(-50%);
  }
  .timeline-item.first .timeline-dot {
    width: 20px;
    height: 20px;
  }
  .timeline-wave{
		background: url("data:image/svg+xml;utf8,\
    <svg width='100' height='12' xmlns='http://www.w3.org/2000/svg'>\
      <path d='M0 6 Q 12.5 0, 25 6 T 50 6 T 75 6 T 100 6' \
            stroke='%23e9474b' fill='transparent' stroke-width='1.5' />\
    </svg>") repeat-x center #fff;
    background-size: auto 12px;
		padding : 20px 0;
	}
	.timeline-wave > span{
		padding : 0 10px;
	}
  .content-item{
	margin-bottom: 6px;
	
  }
  
  .online-program-info {
    padding: 40px 10px;
  }
  
  .online-program-info .img-area {
    margin-top: 40px;
  }
  
  .myface-program-info {
    padding-top: 60px;
  }
  
  .myface-items {
    padding: 30px 0 40px;
  }
  
  .myface-item {
    padding: 40px 20px;
    border-radius: 25px;
  }
  
  .myface-item.myface-item1 .desc {
    margin: 20px auto;
  }
  
  .myface-item.myface-item1 .tit {
  	margin-bottom: 15px;
  }
  
  .myface-item .text-area {
    padding-top: 20px;
  }
  
  .myface-item .text-area p {
  }
  
  .myface-item.myface-item2 {
    margin-top: 30px;
    padding: 40px 20px;
  }
  
  .main-section-contact .section-header {
    align-items: center;
  }
  .myface-item.myface-item2 .desc {
  }
  
  .myface-item.myface-item2 .tit {
    margin: 5px auto 20px;
  }
  
  .review-item {
    flex-direction: column !important;
    gap: 20px;
    width: 100%;
    padding: 30px 20px;
    border-radius: 25px !important;
    margin: 0 !important;
  }
  .review-item:nth-child(odd) {
    padding-right: 20px;
  }
  .review-item:nth-child(even) {
    padding-left: 20px;
  }
  .review-item .review-img {
    flex: 0 0 100%;
    margin: 0 !important;
  }
  
  .review-item .review-content {
    flex: 0 0 100%;
    padding: 0;
    text-align: center;
  }
  
  .review-tit {
  }
  
  .review-txt {
    margin: 15px 0;
  }
  
  .review-author {
  }
  
  .main-section-faq {
    padding: 40px 10px 60px;
  }
  
  .faq-question {
    padding: 15px 20px;
  }
  
  .question-icon {
  }
  
  .question-text {
  }
  
  .faq-answer {
    padding: 0 15px 20px 60px;
  }
  
  .faq-footer {
    margin-top: 40px;
  }
  
  .main-section-contact {
    padding: 40px 0;
  }
  
  .discount-banner {
    padding: 10px 0;
	white-space : nowrap;
	width : 100%;
	border-radius : 0;
	bottom : 0;
	gap : 10px;
	box-shadow : none;
  }
  .discount-banner:hover{
	margin-bottom: 0
	}
  
  .discount-banner p {
  	font-size: var(--h4);
  }
  .discount-banner > span {
	/* margin-top:10px; */
	padding : 7px 10px 5px;
	font-size : var(--desc)
  }
  .discount-banner .highlight{
	font-size : var(--h4)
  }
  
  .discount-banner .highlight .circle {
    width: 40px;
    height: 40px;
  }
  
  .blink-text {
  }
  
  .contact-wrapper {
    padding: 40px 20px 0;
  }
  
  .message-text {
    margin: 40px auto 20px;
    font-size: var(--h4);
  }
  
  .discount-message p {
 	
  }
  
  .contact-form {
    margin: 40px auto 20px;
  }
  
  .form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
  
  .form-input, .form-select {
    padding: 15px 20px;
    border-radius: 10px;
	font-size : var(--h4)
  }
  
  .form-select {
    background-position: right 20px center;
  }
  
  .form-checkbox {
    margin: 25px 0;
  }
  
  .checkbox-text {
    font-size: 14px;
  }
  
  .submit-button {
    padding: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .main{width : 100%}
  :root{
	--h1 : 40px;
	--h2 : 26px;
	--h3 : 22px;
	--h4 : 18px;
	--desc : 14px;
	--info : 13px;
	--table : 17px;
  }
  .main-section-intro .text-area .desc{font-size : 18px;}
  .main-section-intro .text-area .desc2{font-size : 24px;}
}