@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Recipekorea';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Recipekorea.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');

html {
    
    overflow-x: hidden;
}

/* 노말라이즈 */
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
em {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    font-style: normal;
}

h1,
p {
    font-family: 'Noto Sans KR';
}


a {
    text-decoration: none;
    color: inherit;
    list-style: none;

}

.clearfix::before,
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

/*scroll top button*/
#button {
    display: inline-block;
    background-color: #ef831e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #082841;
}

#button:active {
    background-color: #082841;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */



@media (min-width: 500px) {

    #button {
        margin: 30px;
        bottom: 10px;
        right: 10px;
    }
}

/*scroll top button*/
/* Styles for the content section */






































































/*footer start*/
/* 푸터 */
#footer {
    background: #211f1f;
    font-family: '나눔바른고딕';
    z-index: 1;
    position: relative;
   

}



.footer_sns {
    position: absolute;
    right: 220px;
    top: 43px;
}

.footer_sns ul {
    z-index: 1000;
}

.footer_sns li {
    margin-top: 20px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 4px;
    font-size: 30px;
    color: white;
}



.footer_sns .tel {
    text-align: right;
    padding-top: 15px;
}

.footer_sns .tel i {
    color: white;
    font-size: 25px;
}

.footer_sns .tel a {
    color: #8f8f8f;
    font-size: 21px;
    pointer-events: none;
    cursor: default;
}

.footer_sns .tel a em {
    color: #fff;
}

.footer_infor {
    padding: 50px 0;
    width: 50%;
    margin-left: 230px;
    
}



.footer_infor h2 img {
    width: 150px;
}

.footer_infor ul {
    padding: 15px 0;
    
}

.footer_infor li {
    position: relative;
    display: inline;
    padding-right: 16px;
    white-space: nowrap;
    
    
}

.footer_infor li:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 4px;
    width: 1px;
    height: 11px;
    background: #fff;
    
    
}

.footer_infor li:last-child:after {
    width: 0;
    height: 0;
}

.footer_infor li a {
    color: #8f8f8f;
}

.footer_infor address p {
    color: #8f8f8f;
    padding-bottom: 15px;
    margin-bottom: -10px;
    
}

#top_btn {
    margin-top: 25px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid black;
}

.family_site select {
    background: #211f1f;
    border: 1px solid #aaa;
    color: #eee;
    padding: 10px 1rem;
    margin-top: 20px;
    


}


/*footer end*/

















/*모바일 적용란 768px*/
@media screen and (max-width: 768px) {


    #wrap {
        display: none;
    }

    .banner_size {
        overflow: hidden;
    }


    .smile-img {
        display: none;
    }

    
    
    




    /*dot and scroll-down start*/
    .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    .scroll-down {
        display: none;
    }

    /*dot and scroll-down start*/




















   


















    /*header mobile start*/
    /* 모바일 헤더 */
    .m-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
        z-index: 500;
    }

    .m-header > .m-top-bar {
        width: 100%;
        height: 65px;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #f5f5f5;
        background-color: #fff;
    }

    /* 모바일 로고 */
    .m-header > .m-top-bar > .m-top-logo {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
    }

    .m-header > .m-top-bar > .m-top-logo > a > img {
        width: 77px;
        height: 33px;
    }

    /* 모바일 gnb */
    /* 언어선택 */
    .m-header > .m-top-bar > .m-global-nav {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translatey(-50%);
    }

    .m-header > .m-top-bar > .m-global-nav > ul {
        padding-right: 40px;
    }

    .m-header > .m-top-bar > .m-global-nav > ul > li > a {
        font-size: 12px;
        color: #979797;
        margin-right: 15px;
    }

    .m-header > .m-top-bar > .m-global-nav > ul > li > a.active {
        color: #000;
    }








    /* 모바일 메뉴 아이콘 */
    .m-header > .m-top-bar > .m-global-nav > .m-menu-ico {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translatey(-50%);
        width: 20px;
        height: 15px;
        cursor: pointer;
    }

    .m-header > .m-top-bar > .m-global-nav > .m-menu-ico > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .m-header > .m-top-bar > .m-global-nav > .m-menu-ico > div:nth-child(2) {
        top: 50%;
        transform: translatey(-50%);
    }

    .m-header > .m-top-bar > .m-global-nav > .m-menu-ico > div:nth-child(3) {
        top: auto;
        bottom: 0;
    }



    /* 모바일 메뉴 */
    .m-menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(76, 75, 73, .6);
        z-index: 400;
        overflow-y: hidden;
        transition: height .5s;
    }

    .m-menu-wrap.active {
        height: 100%;
    }

    .m-menu-wrap > .m-menu-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .8s;
    }

    .m-menu-wrap.active > .m-menu-container {
        top: 65px;
    }

    .m-menu-wrap > .m-menu-container > ul > li {
        border-bottom: 1px solid #dfdfdf;
    }

    .m-menu-wrap > .m-menu-container ul > li > a {
        display: block;
        font-size: 14px;
        padding: 20px 10px;
        background-color: #fff;
        text-align: center;
    }

    .m-menu-wrap > .m-menu-container ul > li > a:hover {
        color: #ef831e;
    }

    /*header mobile end*/



    /*grand start*/
    .grand_wrap {
        width: 100%;
    }

    .grand_inwrap {
        width: 100%;
    }

    .grand_image img {
        width: 100%;
    }

    .Container {
        width: 100%;
    }


    /*grand end*/

    /*팝업 지움 start*/
    #divpop {
        display: none;
    }

    /*팝업 지움 end*/

    /*mobile_last_banner start*/
    #last_banner {
        width: 100%;
        transition-duration: 0.7s;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(last_banner_mobile.png);
    }

    #last_banner h2 {
        font-size: 1em;
        line-height: 20px;
        margin-top: 30px;
    }

    /*mobile_last_banner end*/

    /*mobile footer start*/
    #footer {
        width: 100%;
    }

    .footer_infor {
        width: 60%;
        font-size: 0.7em;
        margin-left: 30px;
    }

    .footer_infor li:after {
        top: 1px;
        width: 1px;
        height: 11px;
        background: #fff;
    }

    .footer_sns {
        right: 23px;
        margin-top: 8px;
    }



    .footer_sns > ul > li > a > i {
        font-size: 0.9em;
    }

    .footer_sns .tel > i {
        font-size: 0.6em;
    }

    .footer_sns .tel a {
        font-size: 0.7em;
    }

    #top_btn {
        font-size: 0.1em;
        background: #fff;
    }

    .family_site select {
        display: none;
    }

    /*mobile footer end*/





}












/*pc버전 적용란*/
@media screen and (min-width: 769px) {
    .m-header {
        display: none;
    }

    .m-menu-wrap {
        display: none;
    }

    .d-block d-md-none{
        display: none;
    }



}




/*노트북 적용란*/
@media (min-width:769px) and (max-width:1024px) {
    #grand_wrap {
        width: 100%;
    }

    #story_wrap {
        width: 100%;
    }

    .story_box {
        width: 100%;
    }

    

}

/*노트북 적용란*/
