@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

@font-face {
    font-family: 'ONE-Mobile-POP';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url(../fonts/pretendard/woff2/Pretendard-Black.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Black.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url(../fonts/pretendard/woff2/Pretendard-ExtraBold.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url(../fonts/pretendard/woff2/Pretendard-Bold.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url(../fonts/pretendard/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url(../fonts/pretendard/woff2/Pretendard-Medium.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url(../fonts/pretendard/woff2/Pretendard-Regular.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url(../fonts/pretendard/woff2/Pretendard-Light.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Light.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url(../fonts/pretendard/woff2/Pretendard-ExtraLight.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url(../fonts/pretendard/woff2/Pretendard-Thin.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Thin.woff) format('woff');
}

html, body { 
      scroll-behavior: smooth;
}

body{
    font-family:'Pretendard', sans-serif;
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Regular'), url(../fonts/pretendard/woff2/Pretendard-Regular.woff2) format('woff2'), url(../fonts/pretendard/woff/Pretendard-Regular.woff) format('woff');
}

.sub_visual_wrap, .sub_map_menu_wrap{
    display: none;
}

.section_wrap {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_wrap .container {
    background: #fff;
    border-radius: 50px;
}

.section_inner {
    background: #fff;
    border-radius: 50px;
    padding: 76px 15px;
}

h3, h4, p, span {
    text-align: center;
}

h3.title {
    font-size: 80px;
    font-family: 'ONE-Mobile-POP';
    margin-bottom: 100px;
}

h4.title {
    font-size: 24px;
    color: #383838;
    font-family: 'Pretendard';
    font-weight: 600;
    line-height: 50px;
    background: #f9f9f9;
}

p.sub_title {
    font-size: 40px;
    color: #000;
    font-family: 'Pretendard';
    font-weight: 600;
    line-height: 50px;
}

p.sub_title2 {
    font-size: 30px;
    color: #000;
    font-family: 'Pretendard';
    font-weight: 600;
    line-height: 40px;
}

p.sub_title3 {
    font-size: 20px;
    color: #000;
    font-family: 'Pretendard';
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
    background: #f9f9f9;
}

.success_story_visual_wrap{
    /* background: url(../images/sub/success_story/success_story_visual.png) no-repeat center;
    background-size: cover;
    height: 2270px; */
    padding: 0;
    border-radius: 0px;
}

.success_story_visual_wrap img.img-responsive.visual_mo_ver{
    display: none;
}

.success_story_quick_menu_wrap {
    padding: 0;
}

.quick_menu_box {
    position: fixed;
    height: 134px;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    z-index: 99999;
}

.quick_menu {
    margin-left: 15px;
}

.quick_menu li {
    padding: 26px 40px;
    text-align: center;
}

.quick_menu li a {
    font-family: 'ONE-Mobile-POP';
    font-size: 30px;
}

.quick_menu li:first-child {
    background: url(../images/sub/success_story/quick_menu1.png) no-repeat center;
    background-size: cover;
}

.quick_menu li:nth-child(2) {
    background: url(../images/sub/success_story/quick_menu2.png) no-repeat center;
    background-size: cover;
    margin: 15px 0px;
}

.quick_menu li:last-child {
    background: url(../images/sub/success_story/quick_menu3.png) no-repeat center;
    background-size: cover;
}



/* m_header */
.m_header {
    display: none;
    width: 100%;
    height: auto;
}

/* Menu line bar */
input[id="menuicon"] {
    display: none;
}

input[id="menuicon"] + label {
    display: block;
    width: 30px;
    height: 10px;
    position: relative;
    cursor: pointer;
}

input[id="menuicon"] + label span {
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background: #FFE45F;
    transition: all .35s;
}

input[id="menuicon"]:checked + label + div {
    bottom: 0px;
}

input[id="menuicon"] + label {
    display: block;
    width: 30px;
    height: 20px;
    position: fixed;
    bottom: 50px;
    left: calc(50% - 15px);
    transition: all .35s;
    cursor: pointer;
    z-index: 100;
}

input[id="menuicon"]:checked + label {
    z-index: 200;
    bottom: 280px;
}

input[id="menuicon"] + label span:nth-child(1) {
    top: 4px;
    left: -9px;
    transform: translateY(50%) rotate(-45deg);
}

input[id="menuicon"] + label span:nth-child(2) {
    bottom: 4px;
    right: -9px;
    transform: translateY(-50%) rotate(45deg);
}

/* Menu line bar Animation */
input[id="menuicon"]:checked + label span:nth-child(1) {
    top: 20%;
    left: 0px;
    transform: translateY(50%) rotate(-45deg);
}

input[id="menuicon"]:checked + label span:nth-child(2) {
    bottom: 20%;
    right: 0px;
    transform: translateY(-50%) rotate(45deg);
}

/* SideMenu */
div[class="sidebar"] {
    width: 100%;
    height: 260px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    bottom: -360px;
    left: 0px;
    z-index: 150;
    transition: all .35s;
    color: #000;
    text-align: center;
}

div[class="sidebar"] > .menu_tit {
    font-weight: 700;
    font-size: 24px;
    padding: 30px 0px;
}

div[class="sidebar"] ul li {
    margin-bottom: 15px;
}

div[class="sidebar"] ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    /* padding-left: 28px; */
    padding-bottom: 3px;
    transition: all .35s;
}

div[class="sidebar"] ul li.m_top_btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
    transition: all .35s;
    color: #FF7795;
}


div[class="sidebar"] ul li a:hover {
    color: #FFE45F;
}


/* swiper */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.video-pagination {
    margin-top: 5px;
    text-align: center;
}

.video-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    vertical-align: middle;
}

.video-pagination .swiper-pagination-bullet-active {
    background: #007CFF !important;
}

.video-button-next.video-button-disabled,
.video-button-prev.video-button-disabled {
    opacity: 0;
}

.video-button-next,
.video-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(240, 240, 240, 0.7);
    backdrop-filter: blur(3px);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 64%;

}
.video-button-prev:after, .swiper-rtl .video-button-next:after,
.video-button-next:after, .swiper-rtl .video-button-prev:after{
    display: none;
}
.video-button-next:hover,
.video-button-prev:hover {
    background-color: #007CFF;
    box-shadow: 0 4px 12px rgba(0, 79, 255, 0.4);
}

.video-button-prev {
    background-image: url(../images/sub/success_story/svg/icon-arrow-left.svg);
    left: 20px;
}

.video-button-prev:hover {
    background-image: url(../images/sub/success_story/svg/icon-arrow-left-w.svg);
}

.video-button-next {
    background-image: url(../images/sub/success_story/svg/icon-arrow-right.svg);
    right: 20px;
}

.video-button-next:hover {
    background-image: url(../images/sub/success_story/svg/icon-arrow-right-w.svg);

    
}
/* swiper */

.video_box {
    max-width: 1000px !important;
    margin: 0 auto;
    width: 100%;
}

.video_slider .video {
    position: relative;
    width: 100%;
}

.video_slider .video > li {
    width: 100%;
    padding-bottom: 56.25%;
}

.video_slider .video > li iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.success_story_certificate_wrap .gallery li {
    border: 1px solid #ddd;
}

.text_box:first-child {
    margin-top: 80px;
}

.text_box:last-child {
    margin-top: 60px;
}

.success_story_mini_banner_wrap {
    padding: 40px 0px 40px 0px !important;
}

.success_story_mini_banner_wrap img {
    height: 300px;
    float: left;
}

/* .success_story_mini_banner_wrap .text_box {
    margin-top: 45px;
} */

.gallery li {
    padding: 15px;
}

.gallery li img {
    width: 100%;
}

/* responsive */
@media all and (max-width: 1700px){}

@media all and (max-width: 1600px){}

@media all and (max-width: 1500px){
    /* quick_menu */
    .quick_menu {
        display: none;
    }
}

@media all and (max-width: 1199px){}

@media all and (max-width: 991px){}

@media (max-width:768px){
    .section_wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .success_story_visual_wrap {
        padding: 0;
    }

    /* m_header */
    .m_header {
        display: block;
    }
    
    .section_wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* visual */
    .success_story_visual_wrap img.img-responsive.visual_pc_ver{
        display: none;
    }

    .success_story_visual_wrap img.img-responsive.visual_mo_ver{
        display: block;
    }

    .video-button-next, .video-button-prev {
        top: 61%;
        width: 30px;
        height: 30px;
    }

    /* quick_menu */
    .quick_menu li {
        padding: 19px 30px;
    }

    .quick_menu li a {
        font-size: 20px;
    }

    h3.title {
        font-size: 40px;
        margin-bottom: 50px;
    }
    
    p.sub_title {
        font-size: 20px;
        font-weight: 600;
        line-height: 50px;
    }
    
    p.sub_title2 {
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
    }

    .text_box:first-child {
        margin-top: 40px;
    }
    
    .text_box:last-child {
        margin-top: 30px;
    }
    
    .success_story_mini_banner_wrap {
        padding: 40px 0px 40px 0px !important;
    }

    .success_story_mini_banner_wrap img {
        margin: 0 auto;
        height: 300px;
        float: none;
    }
}

@media (max-width:748px){}

@media (max-width:730px){}

@media (max-width:728px){}

@media (max-width:720px){}

@media (max-width:708px){}

@media (max-width:688px){}

@media (max-width:600px){}

@media (max-width:576px){}

@media (max-width:570px){}

@media (max-width:560px){}

@media (max-width:540px){}

@media (max-width:500px){}

@media (max-width:490px){}

@media (max-width:460px){}

@media (max-width:440px){}

@media (max-width:420px){}

@media (max-width:400px){}

@media (max-width:390px){}

@media (max-width:370px){}

@media (max-width:350px){}

@media (max-width:330px){}

@media (max-width:320px){}