
/*** 
 header
***/
header {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 20px 0;
    gap: 300px;
    transition: all .3s;
}
header .logo {
    width: 200px;
    margin-left: 150px;
    display: none;
}
header .logo img {
    width: 100%;
}
header .logo.active {
    display: block;
}
header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    /* width: 100%; */
    font-weight: 600;
    margin-right: 150px;
}
header .nav a {
    color: #fff;
    font-size: 20px;
}
header.active {
    background-color: #aa0510;
}



/***
모달 팝업 공지사항
***/
.main_notice_pop {
    background-color: #fff;
    left:150px; 
    top:163px;
    z-index:999;
}
.main_notice_pop .popup_contents {
    width: 550px;
    height: auto;
}
.main_notice_pop .popup_contents img {
    width: 100%;
}
.main_notice_pop .close_wrap {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*** 
section.main
***/

section.main {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg_intro_red.png");
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
section.main .main_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 100%;
}
section.main .main_wrap h3 {
    font-size: 70px;
    font-family: 'SBAggroM';
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
section.main .main_wrap h3 span {
    color: #f8ec65;
}
section.main .main_wrap h2 {
    font-size: 85px;
    font-family: 'SBAggroM';
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
section.main .main_wrap .main_logo {
    width: 700px;
    margin: 0 auto;
}
section.main .main_wrap .main_logo img {
    width: 100%;
}
section.main .main_wrap .main_image img {
    width: 100%;
}

section.main .main_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    /* opacity: 0.15; */
}
.bg-video__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}
section.main .main_bg .bg_opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 1;
}
section.main .main-messege {
    text-align: center;
    z-index: 2;
    color: #fff;
}
section.main .main-messege h2 {
    font-family: 'SBAggroM';
    font-size: 60px; 
    margin-bottom: 10px;
}
section.main .main-messege h3 {
    font-family: 'SBAggroL';
    font-size: 45px;
}
section.main .main-messege .btn_register {
    font-size: 23px;
    display: inline-block;
    margin: 60px auto 0;
    color: #fff;
    background-color: #DB303C;
    padding: 10px 80px;
    border-radius: 30px;
    transition: all .3s;
    font-weight: 600;
    border: none;
}
section.main .main-messege .btn_register:hover{
    color: #fff;
    background-color: #aa0510;

}


section.ebook {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 300px; */
    background-image: url("../images/bg_intro.png");
    padding: 50px 0;
}
section.ebook a {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 600px;
}
section.ebook a img {
    width: 100%;
}


/*** 
section.interview
***/

section.interview {
    width: 100%;
    height: 100%;
    background-image: url('../images/bg_section02.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

section.interview .interview_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
    gap: 50px;
    /* padding: 0 200px; */
}
section.interview .interview_wrap .interview_item {
    display: flex;
    justify-content: center;
}
section.interview .interview_wrap video {
    width: 80%;
}

#video_mobile {
    display: none;
}


/*** 
section.info
***/
section.info {
    width: 100%;
    background-image: url("../images/bg_intro.png");
    background-size: cover;
    background-repeat: no-repeat;
}
section.info .info_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.info .info_wrap .info_title_area,
section.info .info_wrap .info_contents {
    width: 40%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1440px;
}
section.info .info_wrap .info_contents {
    width: 50%;
    padding: 30px;
}
section.info .info_wrap .info_title img,
section.info .info_wrap .info_contents img {
    width: 100%;
}
section.info .info_wrap .info_title {
    width: 100%;
    padding: 50px 0;
    position: relative;
    background-image: url("../images/bg_intro_red.png");
    background-size: cover;
    background-repeat: no-repeat;
}
section.info .info_wrap .info_title .red_bg {
    /* background-color: rgba(159,40,44,.95); */
    background-color: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
section.info .info_wrap .info_title h3 {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: 'SBAggroM';
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
section.info .info_wrap .info_title h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: 'SBAggroM';
    font-size: 85px;
    font-weight: 700;
    color: #FFF486;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

/*** 
section.data
***/

section.data {
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    padding-top: 150px;
}

section.data .data_title {
    text-align: center;
}
section.data .data_title p {
    font-size: 16px;
    color: #525252;
    margin-bottom: 10px;
}
section.data .data_title h3 {
    font-family: 'SBAggroM';
    font-size: 40px;
}

section.data .title_underline {
    width: 30px;
    height: 3px;
    text-align: center;
    margin: 40px auto 55px;
    background-color: #FF717B;
}
section.data .data_wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}
section.data .data_wrap .data_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
section.data .data_wrap .data_item .data_image {
    width: 100%;
    margin-bottom: 20px;
}
section.data .data_wrap .data_item .data_image img {
    width: 100%;
}
section.data .data_wrap .data_item .item_images {
    /* justify-content: space-between; */
    /* align-items: center; */
    padding: 10px 20px;
    gap: 35px;
    /* gap: 50px; */
}
section.data .data_wrap .data_item .item_images01 .data_image img {
    width: 100%;
}
section.data .data_wrap .data_item .item_images .data_item_title {
    margin-bottom: 35px;
    text-align: center;
    /* padding: 20px;
    background-color: #aa0510;
    box-shadow: 0 0 10px #000;
    border-radius: 15px; */
}
section.data .data_wrap .data_item .item_images .data_item_title img {
    width: 100%;
}
section.data .data_wrap .data_item .item_images .data_item_title h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
}
section.data .data_wrap .data_item .item_images .data_item_title p {
    font-size: 18px;
    color: #fff;
}
section.data .data_wrap .data_item .item_images .data_item_content {
    /* background-color: #fff;
    box-shadow: 0 0 10px #c1c1c1;
    border-radius: 15px;
    padding: 25px 35px; */
    /* text-align: center; */
}
section.data .data_wrap .data_item .item_images .data_item_content h3 {
    font-size: 25px;
    color: #555;
    margin-bottom: 10px;
}
section.data .data_wrap .data_item .item_images .data_item_content p {
    font-size: 20px;
    color: #333;
    margin-bottom: 35px;
}


/*** 
section.store
***/

section.store {
    width: 100%;
}
section.store .store_wrap {
    width: 80%;
    margin: 50px auto;
    max-width: 1500px;
}
section.store .interview_wrap {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: end;
}
section.store .interview_wrap .model_image {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.store .interview_wrap .model_image,
section.store .interview_wrap .model_image img {
    width: 100%;
}
section.store .store_wrap .store_interview {
    width: 100%;
}
section.store .store_wrap .franchise {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 50px 0;
}
section.store .store_wrap .franchise .franchise_now  p {
    font-size: 18px;
    color: #525252;
}
section.store .store_wrap .franchise .franchise_now h3 {
    font-family: 'SBAggroM';
    font-size: 40px;
    color: #DB303C;
    font-weight: 600;
    margin-bottom: 40px;
}
section.store .store_wrap .franchise .franchise_now {
    padding: 0 20px;
}
section.store .store_wrap .franchise .franchise_now .franchise_info {
    margin: 15px 0;
    font-size: 18px;
    color: #333333;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
section.store .store_wrap .franchise .franchise_now .franchise_info .title {
    font-weight: 600;
}
section.store .store_wrap .franchise .franchise_now .franchise_info .number {
    font-weight: 600;
    font-size: 35px;
    color: #000;
}

section.store .store_wrap .franchise .store_list {
    width: 100%;
}
section.store .store_wrap .franchise .store_list .store_card {
    padding: 20px;
    margin: 0 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0, 0, 0, .2);
    text-align: center;
    font-size: 18px;
}
section.store .store_wrap .franchise .store_list .store_card .store_img {
    width: 100%;
}
section.store .store_wrap .franchise .store_list .store_card .store_img img {
    width: 100%;
    border-radius: 20px;
}
section.store .store_wrap .franchise .store_list .store_card h4 {
    font-weight: 600;
    margin: 10px 0;
}
.slick-track {
    padding: 10px 0;
}
.slick-dots {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.slick-dots button {
    border-radius: 50%;
    background-color: #c1c1c1;
    text-indent: -9999px;
    width: 10px;
    height: 12px;
    border: none;
    cursor: pointer;
}
li.slick-active button {
    background-color: rgba(255, 113, 123, .7)
}


/*** 
section.menu
***/
section.menu {
    width: 100%;
    background-color: #f7f7f7;
    padding: 120px 0;
}
section.menu p.small_title {
    font-size: 16px;
    color: #555;
    text-align: center;
}
section.menu h3 {
    font-family: 'SBAggroM';
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}
section.menu .menu_wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}
section.menu .menu_card {
    padding: 0 20px;
}
section.menu .menu_card img {
    width: 100%;
}
section.menu .menu_card h4 {
    font-size: 21px;
    margin: 15px 0 0;
    text-align: center;
}


/*** 
section.business
***/

section.business {
    width: 100%;
    padding: 120px 0;
    text-align: center;
    background-color: #FFF8F8;
}
section.business .business_wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}
section.business .business_wrap .business_info {
    margin-bottom: 50px;
}
section.business .business_wrap .business_title {
    text-align: left;
    color: #525252;
}
section.business .business_wrap .business_title p {
    font-size: 16px;
}
section.business .business_wrap .business_title h3 {
    font-size: 40px;
    margin: 5px 0 35px;
}
section.business .business_wrap .start_info img {
    width: 100%;
}

section.business .business_wrap .business_process .process_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}
section.business .business_wrap .business_process .process_wrap .process_card {
    box-shadow: 0 0 10px rgb(0, 0, 0, .2);
    padding: 15px 30px;
    margin: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.business .business_wrap .business_process .process_wrap .process_card span {
    color: #DB303C;
    font-size: 70px;
    margin-bottom: 15px;
}
section.business .business_wrap .business_process .process_wrap .process_card p {
    font-size: 19px;
    font-weight: 600;
}


/*** 
section.contact
***/

section.contact {
    width: 100%;
    padding: 150px 0;
}
section.contact .contact_wrap .small_title {
    font-size: 16px;
    color: #555;
    text-align: center;
}
section.contact .contact_wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 1500px;
}
section.contact .contact_wrap .contact_title {
    
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}
section.contact .title_underline {
    width: 50px;
    height: 3px;
    background-color: #DB303C;
    margin: 20px auto;
}
section.contact .contact_wrap form .form_content {
    /* display: flex; */
    /* grid-template-columns: 50% 50%; */
    /* justify-items: center; */
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 750px;
    margin: 0 auto;
}
section.contact .contact_wrap form .form_wrap {
    width: 100%;
    padding: 20px 0;
}
section.contact .contact_wrap form .form_wrap .form_box {
    margin: 20px 0 35px;
}
section.contact .contact_wrap form .form_wrap .form_box input,
section.contact .contact_wrap form .form_wrap .form_box select {
    width: 100%;
    max-width: 750px;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    font-size: 19px;
} 
section.contact .contact_wrap form .form_wrap .form_box p {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}
section.contact .contact_wrap form .form_wrap .form_box p.private_notice {
    font-size: 16px;
    color: #525252;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #525252;
    height: 150px;
    overflow-y: scroll;
    white-space: pre-wrap;
}
section.contact .contact_wrap form .form_wrap .form_box input.checkbox {
    display: inline-block;
}
section.contact .contact_wrap form button {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #DB303C;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 80px;
    border: none;
    margin: 20px auto;
    width: 300px;
    transition: all .3s;
    cursor: pointer;
}
section.contact .contact_wrap form button:hover {
    color: #fff;
    background-color: #aa0510;
}
section.contact .check_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact .check_wrap input[type="checkbox"],
section.contact .contact_wrap form .form_wrap .form_box input.checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.open_sidemenu.material-symbols-outlined {
    display: none;
    cursor: pointer;
    font-size: 32px;
}

@media screen and (max-width: 1500px) {
    section.interview .interview_wrap {
        flex-direction: column-reverse;
    }
    header .nav {
        display: none;
    }
    .open_sidemenu.material-symbols-outlined {
        display: block;
        margin-right: 150px;
    }

    section.main .main_wrap h3 {
        font-size: 55px;
    }
    section.main .main_wrap h2 {
        font-size: 70px;
    }
    section.main .main_wrap .main_logo {
        width: 650px;
    }

    section.data {
        height: auto;
        padding: 50px 0;
    }

    section.store .store_wrap {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    section.main .main_wrap {
        flex-direction: column;
        padding-top: 100px;
    }
    section.main .main_wrap .main_image {
        padding-bottom: 50px;
    }

    section.store .store_wrap .franchise .franchise_now .franchise_info .number {
        font-size: 28px;
    }
    section.store .store_wrap .franchise .franchise_now h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    section.business .business_wrap {
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    header {
        width: 100%;
    }
    header .logo img {
        width: 150px;
    }
    header .logo {
        margin-left: 50px;
    }
    .open_sidemenu.material-symbols-outlined {
        margin-right: 50px;
    }
    section.main .main-messege h2 {
        font-size: 45px;
    }
    section.main .main-messege h3 {
        font-size: 28px;
    }
    section.interview .interview_content_description,
    section.interview .interview_content_description img {
        width: 100%;
    }

    section.data {
        height: auto;
    }
    section.data .data_wrap {
        width: 100%;
    }
    section.data .data_title,
    section.data .title_underline {
        display: none;
    }
    section.data .data_wrap .data_item {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    section.main .main_wrap .main_logo {
        width: 350px;
    }
    section.main .main_wrap h3 {
        font-size: 35px;
    }
    section.main .main_wrap h2 {
        font-size: 50px;
    }
    section.main .main_wrap {
        padding-top: 0;
    }
    section.main .main_wrap .main_image {
        padding: 0 50px;
    }
    #video_mobile {
        display: block;
    }
    #video {
        display: none;
    }
    section.store .interview_wrap,
    section.store .store_wrap .franchise {
        display: flex;
        flex-direction: column;
    }
    section.store .store_wrap .franchise .franchise_info_list {
        display: none;
    }
    section.store .interview_wrap .model_image {
        width: 80%;
        margin: 0 auto;
    }
    section.store .store_wrap .franchise .store_list .store_card {
        padding: 20px;
    }

    section.business .business_wrap .business_process .process_wrap {
        grid-template-columns: 1fr 1fr;
    }

    section.contact .contact_wrap .contact_title {
        font-size: 25px;
        word-break: keep-all;
    }
    section.contact .title_underline {
        margin: 0 auto;
    }

    section.ebook {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
    }
    footer {
        padding-bottom: 100px;
    }

    .main_notice_pop .popup_contents {
        width: 350px;
    }
}

@media screen and (max-width: 600px) {
    header {
        gap: 0;
    }
    header .logo img {
        width: 100px;
    }
    header .logo {
        margin-left: 30px;
    }
    .open_sidemenu.material-symbols-outlined {
        margin-right: 30px;
    }
    section.main .main-messege h2 {
        font-size: 35px;
    }
    section.main .main-messege h3 {
        font-size: 24px;
    }

    section.ebook {
        padding: 20px 0;
    }
    section.ebook a {
        width: 350px;
    }

    section.interview {
        height: auto;
        padding: 20px 0;
    }
    section.interview .interview_wrap {
        height: auto;
    }

    section.interview .interview_wrap video {
        width: 90%;
    }

    section.business .business_wrap .business_process .process_wrap {
        grid-template-columns: 1fr 1fr;
    }
    section.business .business_wrap .business_process .process_wrap .process_card p {
        font-size: 14px;
        word-break: keep-all;
    }
    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .logo {
        width: 200px;
    }
    footer .footer_contents {
        text-align: center;
    }

    section.main .main_wrap {
        padding-top: 50px;
    }
    .main_notice_pop {
        left:50px; 
        top:50px;
    }
}

@media screen and (max-width: 450px) {
    section.main .main_wrap .main_logo {
        width: 250px;
    }
    section.main .main_wrap h3 {
        font-size: 25px;
    }
    section.main .main_wrap h2 {
        font-size: 40px;
    }
    section.main .main_wrap .main_image {
        padding: 0 20px;
    }
    
    .main_notice_pop {
        left:20px; 
        top:100px;
    }
    .main_notice_pop .popup_contents {
        width: 300px;
    }
}