/*** General ***/
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #262424;
}

a {
    text-decoration: none;
    color: #262424;
}

ul, ol, p, a {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.row {
    margin: 0;
}

.row>* {
    padding: 0;
}

.container {
    padding: 0;
}

.bold {
    font-weight: 700;    
}


/*** Header ***/
.navbar {
    background-color: #fff;
}
.nav_menu {
    font-weight: 600;
    border-bottom: 2px solid #262424;
}

/*** Footer ***/
.container_wrap {
    background-color: #FFD470;
    padding-bottom: 80px;
}
.container_wrap .container {
    margin: auto;
}
.foot_right {
    text-align: right;
}





/*** Home Page ***/

/* contents01 */
.contents_01 {
    margin-bottom: 50px;
}
.contents_01 .left_cont_01 {
    margin: auto;
}    
.title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}
.contents_01 .left_cont_01 .text {
    font-size: 24px;
    margin-bottom: 48px;
}
.download_btn01, .download_btn02, .view_all_btn {
    width: 165px;
    padding: 16px 24px;
    background-color: #262424;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;    
}
/*
.download_btn01 {
    margin-right: 20px;
}
*/
.googleplay_logo, .appstore_logo {
    margin-right: 12px;
}
.right_cont_01 img, .left_cont_02 img, .right_cont_04 img {
    width: 100%;
}

/* contents02 */
.container_wrap_bg {
    background-image: url(./images/bg.jpg);
}
.contents_02 .right_cont_02 {
    padding-top: 150px;
}
.contents_02 .right_cont_02 .cont02_title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 16px;
    border: 1px solid #262424;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 24px;   
}
.contents_02 .right_cont_02 .text_cont p {
    margin-bottom: 1em;
}
.left_cont_02_sm, .left_cont_02_xs, .right_cont_04_sm, .right_cont_04_xs {
    display: none;
}

/* contents03 */
.contents_wrap {
    background-color: #FFFBF1;
}
.contents_03 {
    padding: 100px 0;
}
.contents_03 .title {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.features {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    margin: 8px;
}
.main_features .sub_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 0;
}
.features_icon {
    margin-right: 12px;
}
.main_features .sub_text {
    margin-top: 8px;
}

/* contents04 */
.contents_04 .left_cont_04 {
    margin-top: 140px;
}
.left_cont_04 .text {
    font-size: 24px;
}
.left_cont_04 .title {
    margin-bottom: 24px;
}
.view_all_btn .icon_arrow {
    margin-left: 12px;
}





/***********************/
/***** Media Query *****/
/***********************/

@media (max-width: 1399px) {
    /*** Home Page ***/
    .container_wrap_bg {
        background-position-y: bottom -27px;
    }
    .contents_02 .right_cont_02 {
        padding-top: 96px;
    }
    .left_cont_02_md img, .right_cont_04_md img {
        width: 100%;
    } 
}

@media (max-width: 1199px) {
    /*** Home Page ***/
    .container_wrap_bg {
        background-position-y: bottom -54px;
    }
    .title {
        font-size: 36px;    
    }
    .contents_01 .left_cont_01 .text {
        font-size: 22px;
    }   
    .contents_02 .right_cont_02 {
        padding-top: 40px;
    }
    .contents_02 .right_cont_02 .cont02_title {
        padding: 6px 16px;
    }
    .contents_03 {
        padding: 80px 0;
    }
    .contents_03 .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .main_features .sub_title {
        font-size: 18px;
    }
    .features_icon {
        width: 32px;        
    }
    .sub_text {
        margin-top: 4px;
    }
    .contents_04 .left_cont_04 {
        margin-top: 80px;
    }     
}

@media (max-width: 991px) {
    /*** Home Page ***/
    .container_wrap_bg {
        background-image: none;
    }    
    .title {
        font-size: 28px;
        margin-bottom: 16px;
        line-height: 1.4;
    }
    .contents_03 .title {
        font-size: 28px;
    }
    .download_btn01, .download_btn02, .view_all_btn {
        font-size: 14px;
        width: 143px;
        padding: 12px 20px;
    }
    /*
    .download_btn01 {
        margin-right: 16px;
    }
    */    
    .googleplay_logo, .appstore_logo {
        width: 18px;
        margin-right: 10px;
    }      
    .contents_01 .left_cont_01 .text {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.4;
    }   
    .contents_02 .right_cont_02 {
        padding-top: 0;
        padding-left: 32px;
        margin: auto;
    }        
    .contents_02 .right_cont_02 .cont02_title {
        font-size: 16px;
        padding: 4px 14px;
        margin-bottom: 16px;
    }
    .contents_02 .right_cont_02 .text_cont {
        font-size: 14px;
    }       
    .left_cont_02_md, .right_cont_04_md {
        display: none;
    }
    .left_cont_02_sm, .right_cont_04_sm {
        display: block;
    }
    .contents_03 {
        padding: 6% 16% 10%;
    }    
    .carousel-indicators {
        bottom: -60px;
    }
    .carousel-control-next {
        right: -100px;
    }
    .carousel-control-prev {
        left: -100px;
    }  
    .features {
        text-align: center;
        padding: 40px 24px;
        margin: auto;
    }
    .main_features .sub_title {
        font-size: 20px;
    }    
    .contents_04 .left_cont_04 {
        margin: auto;
    }
    .left_cont_04 .title {
        margin-bottom: 30px;
    }
    .left_cont_04 .text {
        font-size: 18px;
    }    
    /*** footer ***/
    .foot_home .container_wrap {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    /*** Home Page ***/    
    .contents_01 {
        margin-bottom: 30px;
    }
    .contents_01 .left_cont_01 {
        text-align: center;
        margin: 40px auto;
        order: 2;
    }
    .d-flex {
        justify-content: center;
    }
    .right_cont_01 img {
        width: 80%;
    }
    .bg-color {
        background-color: #f9f9f9;
        padding: 6% 0;
    }
    .contents_02 .right_cont_02 .cont02_title {
        background-color: #ffffff;
    }
    .contents_03 {
        padding: 8% 8% 14%;
    }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
    .contents_04 {
        padding: 4% 0;
    }
    .right_cont_04_sm {
        order: 1;
    }
    .left_cont_04 {
        order: 2;
        position: relative;
        top: -40px;
        text-align: center;
    }
    .left_cont_04 .title {
        margin-bottom: 30px;
    }
    /*** footer ***/
    .foot_right {
        text-align: left;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {  
    /*** Home Page ***/
    .container {
        padding: 0 5%;
    }
    .contents_03 {
        padding: 10% 4% 18%;
    }
    .right_cont_01 img {
        width: 90%;
    }
}

@media (max-width: 425px) {
    /*** header ***/  
    .navbar .nav_menu {
        font-size: 14px;
    }
    .navbar img {
        width: 200px;
    }
    /*** Home Page ***/
    .contents_01 .left_cont_01 {
        margin: 30px auto;
    }
    .contents_01 .left_cont_01 .text {
        font-size: 16px;
    }
    .right_cont_01 img {
        width: 100%;
    }
    .title {
        font-size: 24px;
    }
    .left_cont_02_sm {
        display: none;
    }
    .left_cont_02_xs {
        display: block;
    }
    .left_cont_02_xs img, .right_cont_04_xs img {
        width: 100%;
    }
    .container_wrap_bg .sm-w-100 {
        padding: 0;
    }
    .bg-color {
        background: none;
        padding: 0;
    }
    .right_cont_02 {
        background-color: #FFD470;
    }
    .contents_02 .right_cont_02 {
        padding: 3% 5% 8%;
        /*
        position: relative;
        top: -1px;
        */
    }
    .container-fluid {
        padding: 0 5%;
    }
    .contents_03 {
        padding: 12% 0 24%;
    }
    .contents_03 .title {
        font-size: 24px;
    }
    .main_features .sub_title {
        font-size: 18px;
    }
    .main_features .sub_text {
        margin-top: 0;
        font-size: 14px;
    }
    .features {
        padding: 24px;
        text-align: left;
    }
    .right_cont_04_sm {
        display: none;
    }
    .right_cont_04_xs {
        display: block;
    }
    .contents_04 .left_cont_04 {
        order: 1;
        top: 0;
    }
    .right_cont_04_xs {
        order: 2;
    }
    .contents_04 {
        padding: 50px 0 0 0;
    }
    .left_cont_04 .title {
        margin-bottom: 18px;
    }
    /*** footer ***/ 
    .foot_home {
        font-size: 14px;
    }
    .foot_home .container_wrap {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 375px) {    
    /*** header ***/
    .navbar img {
        width: 180px;
    }
    .title {
        font-size: 20px;
    }
    .contents_01 .left_cont_01 .text {
        font-size: 14px;
    }
    .contents_02 .right_cont_02 .cont02_title {
        font-size: 14px;
    }
    .main_features .sub_title {
        font-size: 16px;
    }
    .contents_03 .title {
        font-size: 22px;
    }
    .left_cont_04 .text {
        font-size: 16px;
    }

}

@media (max-width: 335px) {    
    .download_btn01, .download_btn02, .view_all_btn {
        width: 131px;
        padding: 12px 14px;
    }
    /*
    .download_btn01 {
        margin-right: 14px;
    }
    */    
}