@import url(./base/root.css);
@import url(./base/reset.css);
@import url(./base/ani_custom.css);

@import url(./utilities/font.css);
@import url(./utilities/custom.css);
@import url(./utilities/font-size.css);

@import url(./layout/header.css);
@import url(./layout/footer.css);

@import url(./contents/common.css);
@import url(./contents/slider.css);
/*@import url(./contents/ttl.css);*/
@import url(./contents/contents.css);


@import url(./components/form-control.css);
/*@import url(./components/ttl.css);*/
@import url(./components/tab.css);
@import url(./components/icon.css);
@import url(./components/card.css);
@import url(./components/floating.css);
/* @import url(./responsive.css); */


/* common */

.text-center{
    text-align: center;
}

.bg-green-light{
    background-color: #def4f5;
}
.text-green-dark{
    color: #008b8a;
    font-weight: bold;
}
.relative{
    position: relative;
}
.flex-column{
    flex-direction: column;

}
.justify-between{
justify-content: space-between;
}
.justify-center{
justify-content: center;
}
.justify-start{
justify-content: start;
}
.items-center{
    align-items: center;
}
.text-bold{
       font-weight: bold;
}
.text-ebold{
       font-weight: 800;
}
/* common */

/* banner */
.main_banner {
    height: 950px;
    background-color: #52caca;
    position: relative;
}

.main_banner .inner {
    font-family: 'NanumSquare' !important;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 210px;
    text-align: center;
}
.banner_h2{
    line-height: 1.1;
}
.banner_text_one {
    color: white;
    font-size: 115px;
    font-weight: 800;
}

.banner_text_two {
    font-size: 90px;
    font-weight: 800;
}

.banner_text_number {
    font-size: 150px;
    color: white;
    font-weight: 800;
}

.banner_text_percent {
    font-size: 100px;
    color: white;
    font-weight: 800;
}

.banner_text_four {
    font-weight: bold;
    font-size: 70px;
    margin-top: 70px;
}

.banner {
    position: relative;
}

.banner_title_icon {
    position: absolute;
    right: 0;
    top: -14%;
    transform: translateY(-14%);
}

.swiper_box {
    position: absolute;
    left: 50%;
    bottom: -38%;
    transform: translateX(-50%);
    width: 1240px;
    height: auto;
}

.swiper_box .swiper-button-next {
    background-image: url(/assets/img/pagination_next.png);
    background-repeat: no-repeat;
    right: 40px;
    left: auto;
}

.swiper_box .swiper-button-next::after,
.swiper_box .swiper-button-prev::after {
    display: none;
}

.swiper_box .swiper-button-prev {
    background-image: url(/assets/img/pagination_prev.png);
    background-repeat: no-repeat;
    left: 40px;
    right: auto;
}

.swiper_box .swiper-button-next,
.swiper_box .swiper-button-prev {
    width: 70px !important;
    height: 121px !important;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.section2{
    padding-top: 550px;
}
.section2 .inner{
    max-width: 1200px;
    font-family: 'NanumSquare' ;
    margin: 0 auto;
    font-weight: 800;
}
.section2_text_main{
    font-size: 75px;
    line-height: 1.4;
    text-align: center;
}
.section2_text_main span{
    color: #00c9c7;
    position: relative;
  display: inline-block;

}

.section2_text_main span::before,
.section2_text_main span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px; /* Độ dày của đường gạch */
  background-color: #00c9c7; /* Màu của đường gạch */
}

.section2_text_main span::before {
  width: 50%; /* Chiều dài của đường gạch bên trái */
}

.section2_text_main spant::after {
  width: 50%; /* Chiều dài của đường gạch bên phải */
}
.section2_img{
    margin-top: 100px;
    margin-bottom: 150px;
    margin-left: 50px;
}
.section2_text_25{
    line-height: 1.2;
}
.section2_text_xl{
    font-size: 222px;
    font-weight: bold;
    color: #008b8a;
    font-family: 'Gmarket Sans';
    margin-top: 70px;
    line-height: 0.9;
}
.section2_text_lg{
    font-size: 60px;
    font-weight: 800;
    color: #008b8a;

}
.component_number{
    display: flex;
    align-items: start;
    justify-content: center;
}
.component_number_n{
    font-family: 'Gmarket Sans';
    font-size: 165px;
    font-weight: bold;
    color: #008b8a;

}
.component_number_t{
    font-family: 'NanumSquare' ;
    font-size: 69px;
    font-weight: 800;
     margin-top: 25px;
     margin-left: 20px;
     color: #008b8a;
     line-height: 1.2;
}
.sec02{
    padding: 85px 0 60px 0;
    margin-top: 120px;
}
.section3{
margin-top: 100px;
padding-bottom: 170px;
}
.section3 .innner{
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'NanumSquare' ;
}
.sec3_text{
    font-size: 35px;
    font-weight: bold;
}
.sec3_text_red{
    font-size: 65px;
    font-weight: 800;
    color: #d12727;
}
.sec3_star{
    position: absolute;
    left: 31%;
    transform: translateX(-31%);
    top:31%;
}

.hero{
    font-family: 'NanumSquare' ;
     gap: 50px;

}
.hero_title_sub{
    font-size: 35px;
}
.hero_title_green{
    margin-top: 20px;
}
.hero_title{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
}
.ul_hero{
    font-size: 18px;
    font-family: 'NanumSquare' ;
    font-weight: bold;
    margin-top: 20px;
}

.ul_hero li {
    padding-left: 15px;
    position: relative;
}

.ul_hero li::after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
}

.hero_title_green{
    font-size: 30px;
    font-weight: bold;
}
.hero1{
    margin-top: 130px;
}

.hero2{
    margin-top: 130px;
}
.sec3_text_title{
    font-size: 65px;
    font-weight: 800;
    margin-top: 130px;
    margin-bottom: 50px;
}
.youtube_container{
    border-radius: 50px;
    position: relative;
    width: 1200px;
    max-height: 660px;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (default for YouTube) */
    overflow: hidden;
}

.youtube_in{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section4{
    width: 100%;
    height: 2085px;
    font-family: 'NanumSquare';
}
.section4_bg{
    height: 767px;
}
.section4 .inner{

}
.cp2{
    padding-top: 130px;
}
.sec4_title{
    font-size: 50px;
    font-weight: bold;
}
.sec4_box_img{
    margin-top: 85px;
    gap: 45px;
}
.text_p_sec4{
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 50px;
}
.sec4_bot{
    padding-top: 500px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.sec4_box{
    left: 50%;
    bottom: -17%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    width: 1200px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.sec4_box p{
    font-size: 55px;
    font-weight: 800;
    text-align: center;
}
.sec4_box p span{
    font-size: 55px;
    font-weight: 800;
    text-align: center;
}
.machines_slider {
    padding-top: 110px;
    position: relative;
}

.slider_container_sec4 {
    overflow: hidden;
}

.machines_slider .swiper-slide {
    /* width: 33.33%; */
    height: 487px;
}

/* .machines_slider .swiper-slide-btn .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 525px;
    transform: translateY(-50%);
    background: url('/data/homepage/prev_button.png') no-repeat center;
    background-size: 60px;
}

.machines_slider .swiper-slide-btn .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 525px;
    transform: translateY(-50%);
    background: url('/data/homepage/next_button.png') no-repeat center;
    background-size: 60px;
} */
.swiper-container {
    max-width: 1920px;
    position: relative;
}


.sec4_box_p span{
    position: relative;
    display: inline-block;
}

.sec4_box_p span::before,
.sec4_box_p span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px; /* Độ dày của đường gạch */
  background-color: #00c9c7; /* Màu của đường gạch */
}

.sec4_box_p span::before {
  width: 50%; /* Chiều dài của đường gạch bên trái */
}

.sec4_box_p span::after {
  width: 50%; /* Chiều dài của đường gạch bên phải */
}

/* .swiper-slide,
.machines_slider .swiper-slide-next,
.machines_slider .swiper-slide-prev,
.machines_slider .swiper-slide-duplicate,
.machines_slider .swiper-slide-duplicate{
    opacity: 0.2;
} */

.machines_slider .swiper-slide-active,
.machines_slider .swiper-slide-next,
.machines_slider .swiper-slide-prev,
.machines_slider .swiper-slide-duplicate-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
}


/* section05 */
.section05 {
    padding-top: 115px;
}

.section05 .inner {
    max-width: 1445px;
}

.section05 .top_ttl {
    padding-bottom: 110px;
}

.section05 .top_ttl p {
    font-size: 60px;
    line-height: 1.3;
    font-family: "NanumSquare";
    font-weight: 800;
    color: #252525;
    text-align: center;
}

.section05 .top_ttl p.spe {
    position: relative;
}

.section05 .top_ttl p.spe::after {
    position: absolute;
    right: 209px;
    top: -29px;
    content: '';
    background: url(/assets/img/sect05_img01.png) no-repeat center;
    width: 70px;
    height: 49px;
}

.section05 .top_ttl span {
    font-size: 60px;
    line-height: 1.3;
    font-family: "NanumSquare";
    font-weight: 800;
    color: #d12727;
    position: relative;
}

.section05 .top_ttl span::after {
    position: absolute;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 1px;
    color: #d12727;
}

.chart_main {
    padding: 115px 0 125px;
    background: url(/assets/img/bg_chart.png) no-repeat center;
    background-size: 100% 100%;
}

.chart_main .chart_first {
    /* background-color: #fff; */
    border-radius: 60px;
}

.chart_main .chart_ttl {
    margin-bottom: 84px;
}

.chart_main .chart_ttl p {
    font-family: "NanumSquare";
    font-size: 70px;
    font-weight: 800;
    color: #252525;
    text-align: center;
}

.chart_main .chart_ttl p span {
    color: #fff;
}

.graph_area {
    height: 471px;
    margin: 0 auto;
    position: relative;
    padding: 66px 38px;
    border-radius: 20px;
}

.graph_inner {
    position: relative;
    top: 34px;
}

.graph_area .graph_y p {
    position: relative;
    padding-left: 70px;
    width: 100%;
    height: 1px;
    background-color: #989c9d;
    opacity: 42%;
}

.graph_area .graph_y p::after {
    content: "";
    position: absolute;
    width: 100px;
    left: 0;
    background-color: #fff;
    height: 1px;
}

.graph_area .graph_y p + p {
    margin-top: 30px;
}

.graph_area .graph_y p span {
    position: absolute;
    left: 0;
    top: -0.5rem;
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    z-index: 5;
    font-family: "Noto Sans KR";
}

.graph_x_wrap {
    position: absolute;
    top: -101px;
    left: 34px;
    text-align: center;
    width: calc(100% - 190px);
    height: 141%;
    padding: 0 8.264%;
}

.graph_group {
    height: calc(100% - 1px);
}

.graph_group .graph_wrap {
    height: 100%;
    position: relative;
    display: flex;
    align-items: end;
}

.graph_group .graph_wrap .graph {
    width: 58px;
    height: 0;
    position: relative;
    background-color: #ade5e6;
    transition: all 0.5s;
    transform-origin: bottom;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 10px 14px 30px -8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 10px 14px 30px -8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 14px 30px -8px rgba(0, 0, 0, 0.25);
}

.graph_group .graph_wrap .graph.sunin {
    width: 86px;
}

.graph_group .graph_wrap .graph.sunin.graph02, .graph_group .graph_wrap .graph.sunin.graph04,
.graph_group .graph_wrap .graph.sunin.graph06, .graph_group .graph_wrap .graph.sunin.graph08 {
    background-image: linear-gradient(0deg, #65d2d3 0%, #65eff1 100%);
}

.graph_inner .percent {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #1b9fab;
    font-size: 18px;
    font-weight: 800;
    font-family: "NanumSquare";
}

.graph_x {
    position: relative;
    color: #454545;
    margin-top: 15px;
    font-weight: 800;
    font-size: 20px;
    font-family: "NanumSquare";
}

.graph_group + .graph_group {
    margin-left: 35px;
}

.chart_main .btn_chart {
    justify-content: center;
    width: 100%;
    margin-top: -35px;
    margin-bottom: 157px;
}

.chart_main .btn_chart .btns {
    width: fit-content;
    padding: 32px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e5f8d;
    border-radius: 50px;
    z-index: 99;
}

.chart_main .btn_chart .btns p {
    font-family: "NanumSquare";
    color: #afe1e1;
    font-size: 38px;
    font-weight: 800;
}

.chart_main .btn_chart .btns p span {
    color: #fff;
}

.chart_main .chart_second {
    margin-top: -70px;
    position: relative;
    z-index: 77;
}

.chart_main .btn_chart.second {
    margin-bottom: 0;
    z-index: 99;
    position: relative;
}

/* sect06 */

.section06 {
    padding: 132px 0;
    background-color: #def4f5;
}

.section06 .inter_ttl {
    border-bottom: 2px solid #868686;
    padding: 0 45px 50px;
}

.section06 .inter_ttl p {
    font-family: "NanumSquare";
    font-weight: 800;
    font-size: 96px;
    line-height: 1.2;
    color: #ff6c00;
    text-align: center;
}

.section06 .inter_des {
    margin: 65px 0 60px;
}

.section06 .inter_des p {
    font-family: "NanumSquare";
    font-weight: 800;
    font-size: 88px;
    color: #454545;
    text-align: center;
}

.section06 .inter_des span {
    color: #6b00be;
}

.section06 .inter_cont p{
    font-family: "NanumSquare";
    font-weight: 800;
    text-align: center;
    color: #555555;
    font-size: 60px;
    line-height: 1.2;
}

.section06 .inter_cont p span {
    color: #000;
}


/* sect07 */
.section07 {
    padding: 284px 0 160px;
}


.system_ttl {
    justify-content: center;
}

.system_ttl .system_num {
    font-size: 165px;
    letter-spacing: -5px;
    color: #008b8a;
    font-weight: bold;
    font-family: "GmarketSans";
    text-align: center;
}

.system_ttl .system_text {
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 1.3;
    color: #008b8a;
    font-weight: 800;
    margin-left: 15px;
    margin-top: -35px;
}

.section07 .system_txt p {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 92px;
    color: #000000;
    text-align: center;
}

.system_cont .data_top {
    margin-top: 135px;
    justify-content: center;
    gap: 94px;
    position: relative;
    z-index: 10;
}

.system_cont .data_top .data_desc {
    position: relative;
    z-index: 5;
}

.system_cont .data_top .data_desc::after {
    position: absolute;
    content: '';
    width: 310px;
    height: 418px;
    background: url(/assets/img/before_data.png) no-repeat center;
    top: -52px;
    right: -133px;
}

.system_cont .data_top .data_desc .cont{
    font-size: 22px;
    letter-spacing: -1px;
    color: #252525;
    font-weight: bold;
    font-family: "Noto Sans KR";
}

.system_cont .data_top .data_desc .data_ttl {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 1.3;
    color: #252525;
    font-weight: 800;
    margin: 30px 0 35px;
}

.system_cont .data_top .data_desc .data_ttl span {
    color: #008b8a;
    position: relative;
    z-index: 2;
}

.system_cont .data_top .data_desc .data_ttl span::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 19px;
    opacity: 0.149;
    background-color: #008b8a;
    z-index: 1;
}

.system_cont .data_top .data_desc .data_cont {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #252525;
    font-family: "Noto Sans KR";
}

.learn_tab {
    background-color: #def4f5;
    margin-top: -310px;
    height: 863px;
    padding-top: 452px;
    text-align: center;
}

.learn_tab .cont {
    font-size: 22px;
    letter-spacing: -1px;
    color: #252525;
    font-weight: bold;
    font-family: "Noto Sans KR";
    text-align: center;
}

.learn_tab .desc {
    margin: 28px 0 45px;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 62px;
    color: #252525;
    font-weight: 700;
    text-align: center;
}

.learn_tab .desc span {
    position: relative;
    z-index: 2;
    color: #008b8a;
}

.learn_tab .desc span::after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 19px;
    background-color: #bde4e5;
    z-index: -1;
}

.learn_tab .text {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #252525;
    font-family: "Noto Sans KR";
    text-align: center;
}

.sale_box {
    margin-top: -160px;
}

.sale_box .box {
    display: flex;
    flex-direction: column;
}


.sale_box .box .first {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale_box .box .second {
    margin-top: 145px;
    text-align: center;
}

.sale_box .box .third {
    margin-top: 135px;
    text-align: center;
}

.sale_box .box .cont {
    font-size: 22px;
    letter-spacing: -1px;
    color: #252525;
    font-weight: bold;
    font-family: "Noto Sans KR";
    text-align: center;
}

.sale_box .box .desc {
    margin: 28px 0 45px;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 62px;
    color: #252525;
    font-weight: 700;
    text-align: center;
}

.sale_box .box .desc span {
    position: relative;
    z-index: 2;
    color: #008b8a;
}

.sale_box .box .desc span::after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 19px;
    background-color: #bde4e5;
    z-index: -1;
}

.sale_box .box .second_img {
    margin: 90px 0 54px;
    gap: 30px;
}

.sale_box .box .third_img {
    margin: 90px 0 70px;
    gap: 30px;
    justify-content: center;
}

.sale_box .box .bot_txt p {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.3;
    color: #252525;
    text-align: center;
    font-weight: 800;
}

.sale_box .box .bot_txt p span {
    position: relative;
    z-index: 2;
    color: #008b8a;
}

.sale_box .box .bot_txt p span::after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 19px;
    background-color: #bde4e5;
    z-index: -1;
}

/* section08 */

.section08 {
    padding-bottom: 150px;
}

.section08 .item_top {
    padding: 138px 0 200px;
    background-color: #def4f5;
}

.section08 .item_text {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 62px;
    color: #252525;
    text-align: center;
    font-weight: 800;
}

.section08 .item_text span {
    color: #008b8a;
}

.section08 .item_cont {
    margin-top: -140px;
}

.section08 .item_cont .img_item {
    justify-content: center;
}

.section08 .item_desc {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 82px;
}

.section08 .item_desc .desc {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 60px;
    color: #252525;
    font-weight: 800;
    text-align: center;
}

.section08 .item_desc .desc span {
    position: relative;
    z-index: 2;
    color: #008b8a;
}

.section08 .item_desc .desc span::after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 19px;
    background-color: #bde4e5;
    z-index: -1;
}

/* section09 */
.section09 {
    /* padding-bottom: 220px; */
}

.section09 .trend_top {
    padding: 85px 0 235px;
    background-color: #def4f5;
}

.section09 .trend_top .trend_desc {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 65px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.section09 .trend_top .trend_ttl {
    margin-top: 62px;
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 100px;
    color: #333333;
    text-align: center;
    font-weight: 800;
}

.section09 .trend_title {
    margin-top: -170px;
}

.section09 .trend_title p{
    font-size: 222px;
    letter-spacing: -9px;
    color: #008b8a;
    font-weight: bold;
    font-family: "GmarketSans";
    text-align: center;
    text-shadow:
    6.923px 8.549px 21.5px rgba(192, 192, 192, 0.2),
    -6.923px -8.549px 21.5px rgba(192, 192, 192, 0.2),
    6.923px -8.549px 21.5px rgba(192, 192, 192, 0.2),
    -6.923px 8.549px 21.5px rgba(192, 192, 192, 0.2);
    -webkit-text-stroke: 9px #ffffff;
}

.section09 .trend_map .trend_img {
    justify-content: center;
}

.section09 .trend_map .trend_step {
    margin-top: 170px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section09 .trend_map .trend_step p {
    padding-left: 90px;
    position: relative;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 60px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    width: fit-content;
}

.section09 .trend_map .trend_step p::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    background: url(/assets/img/check_ic.png) no-repeat center;
    background-size: 83px 78px;
    width: 83px;
    height: 78px;
}

.section09 .trend_map .trend_step p + p {
    margin-top: 123px;
}

.section09 .trend_map .trend_step p span {
    position: relative;
    z-index: 2;
    color: #008b8a;
}

.section09 .trend_map .trend_step p span::after {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 19px;
    background-color: #bde4e5;
    z-index: -1;
}

.section09 .percent {
    padding: 60px 0 94px;
    text-align: center;
    background-color: #def4f5;
    margin-top: 210px;
}

.section09 .percent_text {
    margin-top: 80px;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 65px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.section09 .percent_sale {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section09 .percent_sale .txt_bl {
    font-size: 90px;
    letter-spacing: -4px;
    color: #333333;
    text-align: center;
    font-weight: 800;
    line-height: 1;
}

.section09 .percent_sale .txt_red {
    margin: 28px 0 35px;
    font-size: 260px;
    letter-spacing: -10px;
    color: #e33434;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    position: relative;
    width: fit-content;
}

.section09 .percent_sale .txt_red::after {
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 463px;
    height: 11px;
    content: '';
    background-color: #def4f5;
    transform: rotate(145deg);
    z-index: 10;
}

.education {
    padding: 140px 0 345px;
}

.education .education_sale {
    margin-top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.education .education_sale .txt_per {
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.education .education_sale .txt_per .text {
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 100px;
    color: #333333;
    font-weight: 800;
}

.education .education_sale .txt_per .per {
    font-size: 196px;
    letter-spacing: -8px;
    line-height: 163px;
    color: #333333;
    font-family: "Nanum Square EB";
    font-weight: 800;
}

.education .education_sale .txt_per .per span {
    font-size: 95px;
}

.education .education_sale .txt_bl {
    font-size: 90px;
    letter-spacing: -4px;
    color: #333333;
    text-align: center;
    font-weight: 800;
    line-height: 1;
}

.education .education_sale .txt_red {
    margin: 28px 0 35px;
    font-size: 260px;
    letter-spacing: -10px;
    color: #e33434;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    position: relative;
    width: fit-content;
}

.education .education_sale .txt_red::after {
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 463px;
    height: 11px;
    content: '';
    background-color: #fff;
    transform: rotate(145deg);
    z-index: 10;
}

/* question */
.question_top {
    padding: 90px 0 142px;
    background-color: #fff;
}

.question_top p {
    font-size: 100px;
    letter-spacing: -3px;
    line-height: 209px;
    color: #333333;
    text-align: center;
    font-weight: 800;
}

.question_bot {
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.question_bot .question_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_bot .question_btn.spe {
    padding-top: 186px;
}

.question_bot .question_btn .btns {
    padding: 40px 130px;
    font-size: 60px;
    letter-spacing: -2px;
    color: #ffffff;
    text-align: center;
    background-color: #008b8a;
    border-radius: 85px;
    font-weight: 800;
}

.question_bot .qna {
    margin: 95px 0 35px;
}

.question_bot .qna .tit {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 88px;
    color: #333;
    font-weight: 800;
}

.question_bot .qna .tit span {
    color: #e72c2c;
}

.question_bot .qna img {
    margin: 40px 0;
}

.question_bot .qna .sub {
    font-size: 40px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 800;
}

.question_bot .qna .sub.spe {
    margin-top: 90px;
}

.question_bot .qna .sub span {
    color: #e72c2c;
}

.question_bot .qna .txt_blue {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 80px;
    color: #008b8a;
    font-weight: 800;
}

.question_bot .qna .txt_blue .blue_spe {
    position: relative;
}

.question_bot .qna .txt_blue .blue_spe::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 60px;
    background: url(/assets/img/before_blue.png) no-repeat center;
    width: 68px;
    height: 224px;
}

.question_bot .qna .txt_blue .blue_spe::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 60px;
    background: url(/assets/img/after_blue.png) no-repeat center;
    width: 68px;
    height: 224px;
}

.question_bot .qna .txt_spe {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 70px;
    color: #333333;
    font-weight: 800;
    margin: 85px 0 62px;
}

.question_bot .qna .btns_spe {
    padding: 32px 70px;
    border-radius: 62px;
    background-color: #008b8a;
    font-size: 50px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 800;
}

.question_bot .qna .commer {
    margin: 75px 0 120px;
}

.question_bot .qna .commer .commer_txt {
    font-size: 281px;
    line-height: 281px;
    letter-spacing: -8px;
    color: #ff9000;
    font-weight: 800;
    font-family: "GmarketSans";
}

.question_bot .qna .commer .commer_des {
    font-size: 50px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 800;
    margin-top: 65px;
}

.question_bot .qna .commer .commer_tit {
    margin-top: 100px;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 70px;
    color: #333333;
    font-weight: 800;
}

.question_bot .qna .commer .commer_tit span {
    color: #008b8a;
}

.question_bot .qna .commer .commer_img p {
    font-size: 50px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 800;
    margin: 115px 0 65px;
}

.question_bot .qna .commer .commer_img p span {
    color: #008b8a;
}

.question_bot .qna .commer .commer_img .commer_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
}

.question_bot .qna .commer .commer_img .commer_flex .img {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.question_bot .qna .commer .commer_img .commer_flex .img img {
    margin: 0;
}

.question_bot .qna .commer .commer_img .commer_flex span {
    font-size: 30px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 800;
}

.question_bot .qna .qna_sc {
    margin: 90px 0 154px;
    padding: 0 158px;
}

.question_bot .qna .qna_sc div:nth-of-type(1) {
    padding-bottom: 60px;
    border-bottom: 1px solid #dbdbdb;
}

.question_bot .qna .qna_sc div:nth-of-type(2) {
    padding-top: 42px;
}

.question_bot .qna .qna_sc p {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #333333;
    font-weight: 800;
}

.question_bot .qna .qna_sc p span {
    color: #008b8a;
}

/* contact */
.contact {
    padding: 95px 0 155px;
    background-color: #ededed;
}

.contact .consultation {
    margin-bottom: 45px;
    text-align: center;
}

.contact .consultation p {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 72px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    margin-top: 22px;
    font-family: "GmarketSans";
}

.contact .consultation span {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 36px;
    color: #252525;
    font-weight: 500;
    text-align: center;
    font-family: "GmarketSans";
}

#contactfrm {
    background-color: #fff;
    padding: 40px 125px 70px;
}

.form_tit {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    font-weight: bold;
    font-family: "Noto Sans KR";
    margin-bottom: 25px;
}

.form_box {
    gap: 38px;
}

.form_box ul  {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact p.name {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    font-weight: 500;
    font-family: "Noto Sans KR";
    margin-bottom: 10px;
}

.contact p.name span {
    color: #de0000;
}

.contact input[type="text"] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 32px;
    font-family: "Noto Sans KR";
    height: 46px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    width: 450px;
    text-wrap: wrap;
}

.details {
    margin-top: 15px;
}

.input_detail {
    width: 940px;
    height: 100px;
    text-wrap: wrap;
    overflow: hidden;
    resize: none;
    padding: 12px 20px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 32px;
    font-family: "Noto Sans KR";
}

.details .privacy {
    padding: 20px 12px;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    font-family: "Noto Sans KR";
    width: 940px;
    height: 100px;
    color: #454545;
    font-size: 16px;
    overflow-y: auto;
}

.checkbox input[type='checkbox']:checked+label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/ico_checked.png) no-repeat;
    background-size: 24px 24px;
}

#mail_name {
    width: 210px;;
}

#mail_select {
    width: 204px;
    height: 46px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: "Noto Sans KR";
    padding: 0px 12px;
    background-image: url(/assets/img/select_ic.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 0px;
}

.checkbox input[type='checkbox']+label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/ico_checkbox.png) no-repeat;
    background-size: 24px;
    font-size: 16px;
    color: #454545;
    font-family: "Noto Sans KR";
    font-weight: 400;
    padding-left: 34px;
    line-height: 24px;
    text-wrap: nowrap;
    cursor: pointer;
}

.btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_wrap input[type="submit"] {
    width: 620px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    font-size: 42px;
    font-family: "GmarketSans";
    font-weight: 800;
    border-radius: 40px;
    filter: drop-shadow(11.491px 9.642px 12px rgba(0,0,0,0.22));
    background-color: #008b8a;
    color: #fff;
    cursor: pointer;
}

.btn_wrap p.ex {
    height: 80px;
	line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    color: #008b8a;
	font-family: 'NanumSquare' !important;
}