@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 {
    font-family: 'Nanum Gothic Coding';
    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 */

/* 로딩 start */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
}

.loading > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

/* 로딩 end */

/*spinning text*/
.smile-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
    animation-duration: 9s;
    animation-name: smileRotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 9s;
    -webkit-animation-name: smileRotate;
    -webkit-animation-iteration-count: infinite;
    z-index: 9999;
}

.smile-img img {
    width: 100%;
}

.smile-img {
    margin: 23px 0 0 15%;
    width: 150px;
}

@keyframes smileRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes smileRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*spinning text*/

/* popup start */
#divpop {
    position: absolute;
    left: 700px;
    top: 100px;
    z-index: 5000;
    visibility: hidden;
}

#divpop table {
    width: 300px;
    height: 400px;
    padding: 3px;
}

#divpop table td:nth-child(1) {
    border: 2px solid #666666;
    height: 360px;
    text-align: center;
    background-color: #bebebe;
}

#divpop table td:nth-child(2) {
    text-align: center;
    border: 1px solid #000000;
    background-color: white;
}

/* popup end */


/* 퀵메뉴-왼쪽 */
.quick-left {
    position: fixed;
    top: 15%;
    left: 85%;
    z-index: 110;
}

.quick-left > ul > li > a {
    display: block;
}


/* 미디어쿼리 - 퀵 메뉴 사라지기 */
@media (max-width: 1180px) {
    .quick-left {
        display: none;
    }
}








/*header start*/
 /* #wrap {
    width: 1480px;
    margin: 0 auto;

}

#header {
    text-align: center;
    position: relative;
}

#header .logo {
    float: left;
    width: 250px;
    height: 100px;
    line-height: 100px;
}

#header .nav {
    float: right;
    width: 1100px;
    margin-top: 30px;

}

#header .nav li {
    position: relative;
    float: left;
    width: 16%;
    text-align: center;
    font-weight: 600;

}

#header .nav li a {
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #000000;

}

#header .nav li a:hover {
    color: #082841;
}

#header .nav li .hover:after {
    bottom: -23px;
    background-color: #082841;
    content: ' ';
    height: 8px;
    left: 0;
    position: absolute;
    transition: width 0.3s;
    width: 0;
}

#header .nav li .hover:hover:after,
#header .nav li .hover:focus:after {
    width: 100%;
}








#header .logo img {
    margin-top: 18px;
}  */


/*header end*/


/*header submenu start*/

/* #header .nav li ul.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    height: 183px;
    opacity: 1;
    margin-bottom: 10px !important;
    z-index: 1000;
    padding: 20px;
    line-height: 25px;
}

#header .nav li ul.submenu li {
    width: 100%;
    border-right: 0;

}

#header .nav li ul.submenu li a {
    font-family: 'Nanum Gothic Coding';
    font-weight: 500;
    color: #898989;
    font-size: 16px;
    margin-top: 2px;
}

#header .nav li ul.submenu li a:hover {
    color: #ef831e;
}  */

/*header submenu end*/






/*banner start*/
/* 커스텀 */

.scroll-down > i {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50px;
    z-index: 10;
}

.scroll-down > i::before {
    content: "\f107";
    position: absolute;
    font-size: 1rem;
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    animation: scrollDown 2s infinite;
}

.scroll-down > i::after {
    content: "SCROLL";
    position: absolute;
    font-size: 0.8rem;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
}








.owl-theme .owl-dots .owl-dot {
    z-index: 10 !important;
    margin-top: -70px !important;
}




@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 22px);
    }
}







/* 슬라이더 start */
.slider-1 {
    min-width: 700px;
    position: relative;
    margin-bottom: 50px;
}

.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item {
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.slider-1 > .owl-carousel > .owl-nav > .owl-prev,
.slider-1 > .owl-carousel > .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateX(-50%) translateY(-50%);

    background-color: transparent;
}

.slider-1 > .owl-carousel > .owl-nav > .owl-prev:hover,
.slider-1 > .owl-carousel > .owl-nav > .owl-next:hover {
    background-color: transparent;
}

.slider-1 > .owl-carousel > .owl-nav > .owl-next {
    left: auto;
    right: 10%;
}

.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 10%;
    right: 65%;
    transform: translateY(-50%);

}

.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 {
    font-weight: normal;
    width: 100%;
    margin-bottom: 13px;
    transition: opacity 1s 0.5s, transform 1s 0.5s;
    transform: translateY(30px);
    opacity: 0;
    line-height: 65px;
    font-size: 53px;
    font-family: 'Noto Sans KR';
    text-align: left;
    color: #20293e;
    letter-spacing: -0.5px;
    font-weight: 700;

}




.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1::before {
    display: block;
    width: 200px;
    height: 4px;
    background: #20293e;
    content: "";
    margin-bottom: 30px;

}

.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 > b {

    font-size: 53px;
    font-weight: 700;
    color: #20293e;
    text-align: left;
}

.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 > p {

    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 40px;
    color: #000000;
}



.slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item.active > .item > .txt-box > * {
    transform: translateY(0);
    opacity: 1;
}

/* 슬라이더 end */

/*menu start*/
.contents_menu {
    width: 67.368%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.wrap_one {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    font-family: 'Noto Sans KR';
}

.wrap_one h3 {
    color: white;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1.2em;
    background: #20293e;
    width: 500px;
    padding: 10px 10px;
    border-radius: 50px;
}

.wrap_one h5 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrap_one p {
    font-size: 14px;
    font-weight: 300;
}


.wrap_one ul li {
    width: 25%;
    float: left;
    margin-bottom: 80px;
    overflow: hidden;
}



.wrap_one ul li img {
    width: 190px;
    height: 190px;

}


/* View More btn */
.more-btn {
    text-align: center;
    margin-top: 40px;
}

.more-btn > a {
    display: inline-block;
    font-size: 15px;
    border: 1px solid #222;
    color: #222;
    border-radius: 50px;
    width: 180px;
    padding: 15px 0;
    box-sizing: border-box;
    transition: color .4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.more-btn > a::after {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7931d;
    z-index: -5;
    transform: translatex(-105%) skewx(-17deg);
    transition: transform .4s ease-in-out;
}

.more-btn > a:hover {
    border-color: #f7931d;
    color: white;
}

.more-btn > a:hover::after {
    transform: translatex(-10%) skewx(-17deg);
}

/*menu end*/

/* View More btn2 */
.more-btn2 {
    text-align: center;
    margin-top: 40px;
}

.more-btn2 > a {
    display: inline-block;
    font-size: 15px;
    border: 1px solid #222;
    color: #222;
    border-radius: 50px;
    width: 180px;
    padding: 15px 0;
    box-sizing: border-box;
    transition: color .4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.more-btn2 > a::after {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7931d;
    z-index: -5;
    transform: translatex(-105%) skewx(-17deg);
    transition: transform .4s ease-in-out;
}

.more-btn2 > a:hover {
    border-color: #f7931d;
    color: white;
}

.more-btn2 > a:hover::after {
    transform: translatex(-10%) skewx(-17deg);
}

/*menu end*/



/*story start*/
#story_wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

#story_wrap h3 {
    text-align: center;
    color: white;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 1.2em;
    background: #20293e;
    width: 500px;
    padding: 10px 10px;
    border-radius: 50px;
}

.story_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.story_img {
    width: 50%;
    float: left;
    padding: 10px 10px;

}

.story_text_wrap {
    float: left;
    width: 50%;
    padding: 10px 10px;
    margin-top: 50px;
}

.story_text {
    font-family: 'Nanum Gothic Coding';
    font-size: 0.8em;
    line-height: 50px;
}

.story_text span {
    color: #20293e;
}

/*story end*/



/*그랜드 오픈 start*/
.grand_wrap {
    width: 1480px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.grand_inwrap {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #e8e7e6;
    padding: 30px;
}



.grand_date {
    color: #ba9950;
    padding: 8px;
    text-align: center;
    margin: 0 auto;
}

.grand_text {
    text-align: center;
    margin: 0 auto;
    padding: 8px;
}

.grand_text span {
    color: #ba9950;
    font-size: 0.9rem;
}

.grand_image {
    display: block;
    margin: 0 auto;
    padding: 8px 16px;
    margin-bottom: 5px;
}

.grand_image img {
    width: 1000px;
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 25px;
}



/* Slider Theme Style */

.Container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.Container:after,
.Container .Head:after {
    content: '';
    display: block;
    clear: both;
}

.Container .Head {
    font: 20px/50px NeoSansR;
    color: #222;
    height: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
}

.Container .Head .Arrows {
    float: left;
    position: absolute;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
    z-index: 1;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 10px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
    background: #33687a;
}

.Container .Head .Slick-Next:before {
    content: '\f105'
}

.Container .Head .Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}

.ProductBlock .img-fill {
    height: 80px;
}

.ProductBlock h3 {
    font: 15px/36px RalewayR;
    color: #393939;
    margin-top: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .25);
}

.ProductBlock h4 {
    font: 15px/36px RalewayR;
    background: #20293e;
    color: white;
}

.ProductBlock p {
    font-size: 1em;
    text-align: center;
    display: block;
    font-weight: 400;
    margin-top: 30px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

/*그랜드 오픈 end*/


/*last_banner start*/
#last_banner {
    width: 80%;
    height: 400px;
    background-image: url(last_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
}

.text_box {
    width: 100%;
    height: 100%;
}

#last_banner h2 {
    width: 100%;
    margin-top: 160px;
    margin-left: 40px;
    color: #20293e;
    font-weight: 900;
    font-family: 'BMEULJIRO';
    font-size: 1.7rem;
}



/*last_banner end*/








/*배민리뷰 시작*/
.baemin_top {
    padding-top: 50px;
}



@media (max-width: 800px) {


    .baemin_top {
        padding-top: 25px;
    }


}

.text_center {
    text-align: center;
}


.rela {
    position: relative;
}

.w100 {
    width: 100%;
}



/* layout & font */
.wrap_entire {
    overflow-x: hidden;
    color: #555;
    position: relative;
}

.align {
    max-width: 1180px;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.pds {
    padding-left: 20px;
    padding-right: 20px;
}

.pdl {
    padding-left: 40px;
    padding-right: 40px;
}

.btn_prev,
.btn_next {
    width: 60px;

    background: transparent;
    cursor: pointer;
}

.btn_prev:hover,
.btn_next:hover {
    opacity: 0.7;
}


.baemin_text {
    font-family: 'Noto Sans KR';
    font-weight: 900;
}



.b24 {
    font-size: 24px;
}



@media (max-width: 1080px) {

    .b24 {
        font-size: 19px;
    }

    .btn_prev,
    .btn_next {
        width: 50px;
    }
}

@media (max-width: 800px) {

    .b24 {
        font-size: 14px;
    }

    .btn_prev,
    .btn_next {
        width: 40px;
    }

}

@media (max-width: 680px) {

    .btn_prev,
    .btn_next {
        width: 30px;
    }
}


/* main-section */
.wrap_review {
    margin-bottom: 40px;
    margin-top: 10px;
}

.wrap_review .top {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 16px 0;

}

.wrap_review .top span {
    vertical-align: middle;
}

.wrap_review .top .icon {
    display: inline-block;
    width: 6.01694915254237%;
}



.wrap_reviewS {
    background: url(baemin_back.png) 50% top/cover;
}

.wrap_reviewS .btn_prev,
.wrap_reviewS .btn_next {
    position: absolute;
    z-index: 2;
    top: 50%;
}

.wrap_reviewS .btn_prev {
    left: -30px;
}

.wrap_reviewS .btn_next {
    right: -30px;
}


@media (max-width: 800px) {

    .wrap_review .top {
        padding: 10px 0;
        margin-top: -20px;
    }

    .wrap_review .top .icon {
        width: 11%;
    }

    .wrap_reviewS .btn_prev {
        left: -10px;
    }

    .wrap_reviewS .btn_next {
        right: -10px;
    }


}



/*배민리뷰 끝*/






















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

}

.row {
    height: 280px;
    overflow: hidden;
}

.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;
    }

    
    
    



    /*slider start*/
    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item {
        width: 100%;
        height: 0;
        padding-top: 100%;
        overflow: hidden;

    }

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > img {
        width: 80%;
    }




    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box {
        top: 15%;
        left: 5%;
        right: 50%;
        transform: translatey(0);

    }

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 {
        font-size: 25px;
        line-height: 32px;
        padding: 10px;
        font-family: 'Nanum Gothic Coding';
    }

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1::before {
        display: block;
        width: 100px;
        height: 2px;
        background: #20293e;
        content: " ";
        margin-bottom: 10px;
    }

    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 > b {
        font-size: 25px;
    }



    .slider-1 > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .txt-box > h1 > p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;

    }

    /*slider end*/

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

    .scroll-down {
        display: none;
    }

    /*dot and scroll-down start*/





















    /*메뉴 start*/
    .contents_menu {
        width: 100%;

    }



    .wrap_one {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: center;
    }

    .wrap_one h3 {
        width: 60%;
        font-size: 0.8em;
    }

    .wrap_one ul li {
        width: 50%;
    }

    .wrap_one ul li img {
        widows: 40%;
        padding: 2px 2px 2px 2px;
    }







    /*menu end*/

    /*story start*/
    #story_wrap {
        width: 90%;
        right: 5%;
        left: 5%;
    }

    #story_wrap h3 {
        width: 60%;
        font-size: 1em
    }

    .story_img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .story_img img {
        width: 100%;
    }

    .story_text_wrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .story_logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .story_logo img {
        display: block;
        margin: 0 auto;
        width: 200px;
        height: 120px;
    }

    .story_text {
        text-align: center;
        font-size: 0.5rem;
        margin-bottom: 30px;
        line-height: 2.5em;
    }

    .more-btn2 {
        display: none;
    }

    /*story end*/

    /*찐이야선택*/
    .wrapper {
        width: 90%;
        right: 5%;
        left: 5%;
        margin: 0 auto;
        text-align: center;
    }

    .wrapper h3 {
        text-align: center;
        width: 60%;
        font-size: 1em
    }

    /*찐이야선택*/



















    /*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%;
    }

    

}

/*노트북 적용란*/
