@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-size: 10px;
}

body {
	line-height: 1.5;
    font-family:'Noto Sans KR', sans-serif;
    letter-spacing: -0.4px;
    color: #222;
    font-weight: 500;
}

ol, ul {
	list-style: none;
}

button{outline: 0; border: none;}

/* Colors */
.fc_primary{
    color: #44b77b;
}

.fc_gray{
    color: #808080;
}

/* Font Sizes */
.fs_16 { font-size: 1.6rem; }
.fs_18 { font-size: 1.8rem; }
.fs_22 { font-size: 2.2rem; }
.fs_24 { font-size: 2.4rem; }
.fs_28 { font-size: 2.8rem; }
.fs_48 { font-size: 4.8rem; }
.fs_56 { font-size: 5.6rem; }
.fs_60 { font-size: 6rem; }

/* Font Weights */
.fw_300 { font-weight: 300 !important; }
.fw_400 { font-weight: 400 !important; }
.fw_500 { font-weight: 500 !important; }
.fw_600 { font-weight: 600 !important; }
.fw_700 { font-weight: 700 !important; }

/* Margins */
.ml_18{ margin-left: 1.8rem; }
.mt_5{ margin-top: 5rem; }

/* Bootstrap-like utilities */
.d-flex { display: flex !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }
.text-center { text-align: center !important; }
.w-100 { width: 100% !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mx-2 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.flex-wrap { flex-wrap: wrap !important; }

/* Layout */
.inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
header{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 50;
}

.logo img{
    height: 40px;
}

/* Typography */
.main_tit{
    font-family: 'yg-jalnan';
    line-height: 1.3;
}

.main_tit2{
    font-size: 6rem;
    font-family: 'yg-jalnan';
    line-height: 1.3;
}

.jalnan_p{
    font-family: 'yg-jalnan';
    font-size: 2.4rem;
    margin-bottom: 40px;
    color: #555555;
}

/* Sections */
#sec1{
    background: url("/img/sec01_bg.png") no-repeat center;
    color: #fff;
    background-size: cover; 
    margin-top: 7rem;
}

#sec1 .container{
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
    align-items: center;
}

#sec1 p{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-weight: 400;
}

#sec1 p span{
    font-size: 18px;
}

.sec1_logo p{ 
    display: flex;
    align-items: end;
    color: #FFCC00 !important; 
    font-size: 4rem !important;    
    margin-top: 0 !important;
    margin-right: 1rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 400;
}

/* Buttons */
.store_link{
    background-color: #fff;
    padding: 18px 22px;
    width: 240px;
    border-radius: 16px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    color: #333;
}

.store_link small{
    font-size: 14px;
    display: block;
}

.store_link strong{
    font-size: 20px;
    font-weight: 700;
}

.btn_box{
    display: flex; 
    justify-content: flex-start; 
    flex-wrap: wrap;
}

.btn_text{
    margin-left: 20px;
}

.btn_box .store_link:last-child {
    margin-left: 20px;
}

/* Section 2 */
#sec2{
    text-align: center;
    padding: 140px 0 115px;
}

#sec2 .sec2_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.sec2_tit{
    padding-right: 36rem;
}

.app_info{
    display: flex;
    justify-content: center;
    margin-top: 120px;
    flex-wrap: wrap;
}

.app_info .jalnan_p{
    color: #222;
    margin-bottom: 22px;
    transform: translate(-12%, 0px);
}

.app_info li{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.app_info img{
    margin-bottom: 30px;
    border-radius: 12px;
}

/* Images */
.img_w{
    display: block;
    width: 100%;
}

.img_m{
    display: none !important;
}

#sec3 img, #sec4 img, #sec5 img, #sec6 img, #sec7 img, #sec8 img, #sec9 img{
    display: block; 
    width: 100%;
}

/* Section 10 */
#sec10{
    color: #fff; 
    height: 600px;
    background: url("/img/seec10_bg.jpg") no-repeat center;
    text-align: center;
    padding-top: 190px;
    background-size: cover;
}

/* Contact */
.contact_btn{ 
    cursor: pointer; 
    position: fixed; 
    right: 0; 
    top: 50%; 
    box-shadow: -10px 10px 30px rgb(0 0 0 / 8%); 
    background-color: #ffffff; 
    border-top-left-radius: 0.5rem; 
    border-bottom-left-radius: 0.5rem; 
    padding: 5.5rem 0; 
    width: 5.2rem; 
    height: 19rem; 
    writing-mode: vertical-rl; 
    font-size: 1.6rem;
}

.contact_wrap{
    display: none; 
    z-index: 999; 
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem; 
    position: fixed; 
    top: 3rem; 
    right: 0; 
    max-width: 80rem; 
    width: 100%;  
    background-color: #fff; 
    box-shadow: -10px 10px 10px rgba(82, 82, 82, 0.07); 
    padding: 5rem 6rem 2rem 8rem;
}

.icn_close{
    cursor: pointer;
    width: 25px;
}

/* Form Styles */
.form-control {
    height: 44px;
    padding: 17px 20px;
    border-color: #e0e0e0;
    border-radius: 0;
    color: #222222;
    font-size: 16px;
    width: 100%;
    border: 1px solid #e0e0e0;
}

textarea.form-control{
    padding: 1rem 1.5rem;
    height: 120px;
    resize: vertical;
}

.form-control:focus{
    outline: 0;
    border-color: #44b77b;    
    box-shadow: 0 0 0 0.2rem rgba(117, 243, 159, 0.2);
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group label{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

/* Form Check */
.form-check input{
    display: none;
}

.form-check {
    padding-left: 0;
}

.form-check-1{
    padding-right: 2rem;
}

.form-check-label {
    display: flex;
    align-items: center;
    cursor: pointer;    
    font-size: 18px;
    color: #808080 !important; 
    font-weight: 500;
}

.chkbox{
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    margin: 0 auto; 
    margin-right: 10px; 
    line-height: 20px; 
    text-align: center;
    border: 1px solid #D2DCE8; 
    background-color: #fff; 
    transition: all 0.2s ease-in;
}

.chkbox i{
    width: 100%; 
    height: 100%;
    color: #fff; 
    font-size: 1.2rem;
}

.form-check .form-check-input:checked + .form-check-label .chkbox{
    border-color: #44b77b;   
    background-color: #dfffef;   
}

.form-check .form-check-input:checked + .form-check-label .chkbox i{
    color: #44b77b;  
}

.btn-submit{
    width: 10rem;
    line-height: 44px;
    background-color: #44b77b;
    border-color: #44b77b;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.btn-submit:hover{
    background-color: #2e8a5a;
    border-color: #2e8a5a;
    color: #fff;
}

.mt_22 {
    margin-top: 22px;
}

.mr-5 {
    margin-right: 3rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

@media screen and (max-width: 900px){
    .contact_wrap{
        padding: 3rem;
        border-radius: 0;
        top: 0;
        max-width: 100%;
    }
    
    .contact_btn {
        padding: 3.5rem 0 !important;
        width: 4.2rem !important;
        height: 14rem !important;
        font-size: 1.4rem !important;
    }
}

/* Responsive */
.m_br{
    display: none;
}

@media screen and (max-width: 1280px){
    #sec1 .container {
        padding: 100px 30px;
        align-items: center;
        display: block;
        text-align: center;
    }
    
    .sec1_logo { 
        justify-content: center;
    }
    
    .btn_box {
        justify-content: center;
        margin-bottom: 50px;
    }
    
    .main_tit, .main_tit2,
    .main_tit span, .main_tit2 span {
        font-size: 33px;
    }
}

@media screen and (max-width: 900px){
    .img_w{
        display: none !important;
    }
    
    .img_m{
        display: block !important;
    }
}

@media screen and (max-width: 600px){
    #sec1{
        background: url("/img/sec01_m_bg.jpg") no-repeat center;
        color: #fff;
        background-size: cover;
    }

    .main_tit, .main_tit2,
    .main_tit span, .main_tit2 span {
        font-size: 28px;
    }

    .m_br{
        display: block;
    }

    /* sec2 mobile */
    #sec2{
        padding: 60px 20px 40px;
    }

    #sec2 .sec2_top{
        flex-direction: column;
        align-items: center;
    }

    #sec2 .sec2_top > div:first-child img{
        width: 100%;
        max-width: 300px;
    }

    .sec2_tit{
        padding-right: 0 !important;
        text-align: center;
    }

    .sec2_tit p,
    .sec2_tit p span{
        font-size: 18px !important;
    }

    .sec2_tit h2,
    .sec2_tit h2 span{
        font-size: 26px !important;
    }

    .app_info{
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .app_info li{
        margin-bottom: 30px;
    }

    .app_info img{
        width: 80%;
        max-width: 280px;
    }

    .app_info .jalnan_p{
        font-size: 18px;
        transform: none;
        margin-bottom: 10px;
    }

    /* sec10 mobile */
    #sec10{
        height: auto !important;
        padding: 60px 20px !important;
    }

    #sec10 h2,
    #sec10 h2 span{
        font-size: 24px !important;
    }

    #sec10 p{
        font-size: 16px !important;
    }

    /* store buttons mobile */
    .btn_box .store_link:last-child{
        margin-left: 0;
        margin-top: 12px;
    }

    .btn_box{
        flex-direction: column;
        align-items: center;
    }

    .store_link{
        width: 220px;
        padding: 14px 18px;
    }

    /* header mobile */
    header .inner{
        padding: 10px 16px;
    }

    .logo img{
        height: 30px;
    }

    header ul li img{
        width: 28px;
        height: 28px;
    }

    .ml_18{
        margin-left: 12px;
    }

    /* footer mobile */
    footer{
        padding: 40px 0 !important;
    }

    footer > div{
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    footer > div > div:last-child{
        margin-top: 20px;
    }

    footer p{
        font-size: 14px !important;
    }

    footer a{
        font-size: 14px !important;
    }
}

@media screen and (max-width: 540px){
    .sec1_logo{
        flex-direction: column;
        align-items: center;
    }

    .sec1_logo p{
        font-size: 2.3rem !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}
