
@font-face {
    font-family: 'MaruBuri';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans KR";
}
a{
    text-decoration: none;
    display: inline-block;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
img{
    display: block;
}

.wrapper{
    width: 100%;
    position: relative;
    background-color: #111111;
}
.container{
    width:100%;
    max-width:1400px;
    margin: 0 auto;
}
section{
    display: block;
}
header{
    display: block;
}
footer{
    display: block;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 50px;
    height: 90px;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color .3s ease;
}
.header.scroll{
    background-color: #0d1e0b;
}
.header.sub{
    background-color: #0d1e0b !important;
}
.header .logo{
    width: 210px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.header .logo img{
    width: 100%;
}

.nav{
    height: 100%;
}

.nav ul{
    height: 100%;
}
.nav ul li{
    height: 100%;
    float: left;
    padding: 0 12px;
    position: relative;
}
.nav ul li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-family: "NanumSquareNeoBold";
}

.bg-w{
    background-color: #ffffff;
}
.sans{
    font-family: "Noto Sans KR" !important;
}
.maru{
    font-family: "MaruBuri" !important;
}


.header.sub .nav ul li a, .header.scroll .nav ul li a{
    color: #b69651;
}

.sub-nav{
    position: fixed;
    top: 100px;
    border-radius: 15px;
    width: auto !important;
    height: auto !important;
    left: 0;
    overflow: hidden;
    background-color: #0d1e0b;
    display: none;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
}
.sub-nav *{
    font-family: "NanumSquareNeoBold";
}
.sub-nav li{
    clear: both;
    height: auto !important;
    width: 100%;
    padding: 0 !important;
    cursor: pointer;
    transition: background-color .3s;
    background-color: #ffffff;
}
.sub-nav li a{
    color: #000000 !important;
    font-size: 16px !important;
    text-align: left !important;
    width: 100%;
    display: block;
    padding: 12px 25px !important;
}
.sub-nav li:first-child a{
    padding-top: 20px !important;
}
.sub-nav li:last-child a{
    padding-bottom: 20px !important;
}
.sub-nav li a:hover{
    background-color: #0d1e0b;
    color: #b69651 !important;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

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

.swiper-pagination-bullet{
    background: #ffffff;
    width: 15px;
    height: 15px;
}

.main-back{
    display: flex;
}
.back-box{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 150px 30px;
    color: #ffffff;
    justify-content: center;
}
.ceo-back{

}
.back-box.ceo{
    z-index: 20;
    margin-top: -70px;
    margin-bottom: -70px;
    margin-left: -17.5px;
    margin-right: -17.5px;
    padding: 0 ;
}
.back-box.ceo.column{
    padding: 0 45px;
    margin-left: 0;
    margin-right: 0;
}
.back-box.youtube{
    padding: 200px 45px;
}
.back-box.product{
    /*padding: 95px 60px;*/
    width: 100%;
}
.back-image-box{
    width: 50%;
}
.back-image-box .image-box{
    padding: 17.5px;
}
.back-image-box .image-box img{
    width: 100%;
}

.image-box-brand{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0 0 47px 0;
}
.image-box-brand.non-r{
    border-radius: 0;
}

.image-box-text{
    position: absolute;
    padding: 45px 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13,30,11, .9);
    color: #b79651;
    font-size: 20px;
    text-align: center;
    border-radius: 0 0 47px 0;
    font-weight: 600;
}
.image-box-text.left{
    border-radius: 0 0 0 47px;
}
.column{
    flex-direction: column;
    justify-content: center;
}

.brand-mil{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}
.brand-mil span{
    color: #b79651;
}
.brand-mil-text{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin-top: 30px;
}


.mil-title{
    font-size: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    color: #333333;
    font-weight: 600;
    font-family: "MaruBuri";
}
.mil-text-box{
    margin-bottom: 30px;
    font-size: 20px;
    color: #333333;
    word-break: keep-all;
    text-align: center;
    font-weight: 300;
}
.signature-box{
    font-size: 26px;
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    font-family: "NanumSquareNeoBold";
    color: #333333;
}
.signature-box span{
    font-size: 34px;
    padding: 0 20px;
}

.mil-text{
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}
.mil-text.text1{
    font-size: 106px;
    margin-bottom: 40px;
}
.mil-text.text2{
    font-size: 34px;
    margin-bottom: 15px;
}
.mil-text.text3{
    font-size: 22px;
    margin-bottom: 25px;
}
.mil-text.text4{
    font-size: 36px;
}
.youtube-profile{
    text-align: center;
    margin-bottom: 20px;
}
.mil-mark{
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.product-name{
    font-size: 34px;
    margin-bottom: 20px;
}
.product-sub{
    font-size: 22px;
    margin-bottom: 15px;
}
.product-text{
    font-size: 16px;
    max-width:430px;
    word-break: keep-all;
    font-weight: 300;
}


.info-text{
    font-size:22px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    padding-top: 10px;
}
.info-text.title{
    font-size: 56px;
    font-weight: 500;
}

.bg-w .info-text{
    color: #333333;
}

.bg-b .mil-title{
    font-weight: 500;
}
.bg-b .mil-text-box, .bg-b .mil-title{
    color: #ffffff;
}

.bg-g .item-title-box .info-text{
    color: #b69651;
}

.main-info{
    padding: 90px 50px;
}
.info-back{
    margin-left:-25px;
    margin-right:-25px;
    padding-top: 50px;
}
.info-box{
    width: 25%;
    padding: 25px;
}
.mil-info{
    width: 100%;
    background-color: #182c16;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mil-info.pd{
    padding: 90px 10px;
}
.info-img{
    text-align: center;
    padding: 10px;
}
.info-text-box{
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.info-img-box{
    width: 100%;
    display: flex;
}
.info-img-box img{
    width: 100%;
}

.apply-bar{
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: #182c16;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-logo{
    width: 45px;
}
.apply-logo img{
    width: 100%;
}
.apply-title{
    font-size: 28px;
    font-weight: 400;
    color: #b69551;
    padding: 0 30px;
}
.apply-input-box span{
    display: inline-block;
    padding: 5px;
}
.apply-input-box span .apply-input{
    width: 165px;
    height: 35px;
    outline: none;
    border: none;
    text-align: center;
    font-size: 15px;
    color: #333333;
    padding: 0 10px;
    font-family: "NanumSquareNeo";
}
.apply-input-box span .apply-input.num{
    width: 85px;
}
.apply-terms{
    padding: 0 10px;
}
.apply-terms a{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.apply-btn-box{
    padding-left: 20px;
}
.apply-btn{
    display: inline-flex;
    width: 145px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 20px;
    background-color: #b69551;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-family: "NanumSquareNeo";
}



.brand-top-box{
    padding: 180px 0 200px;
    width: 100%;
}
.brand-top-text{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}
.brand-top-text.title{
    font-size: 44px;
    padding-bottom: 20px;
}

.brand-menu-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
.brand-menu{
    width: 240px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0d1e0b;
    background-color: #b69651;
    cursor: pointer;
    font-weight: 600;
    margin: 0 1px;
}
.brand-menu.on, .brand-menu:hover{
    color: #b69651;
    background-color: #0d1e0b;
}

.item-area{
    width: 100%;
    padding: 90px 140px;
}
.item-title-box .info-text{
    color: #333333;
}
.item-title-box .info-text.title{
    padding-bottom: 30px;
}

.item-list-area{
    width: 100%;
    padding-top: 40px;
}
.item-name{
    padding-bottom: 15px;
    font-size: 22px;
    color: #b79651;
}
.item-list-box{
    margin-bottom: 40px;
}
.item-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.item-list .item-box{
    width: 33.33%;
}
.item-list .item-box .item-box-img{
    width: 100%;
}
.item-list .item-box .item-box-img img{
    width: 100%;
}
.item-list .item-box .item-box-name{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #0d1e0b;
    color: #ffffff;
}
.item-box{
    border-left: 1px solid #ffffff;
}
.item-box:first-child{
    border-left: 0;
}

.back-box.brand{
    padding: 150px 30px;
}
.mil-labor{
    display: flex;
    margin-top: 30px;
}
.mil-labor-circle{
    display: inline-flex;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: #0d1e0b;
    color: #ffffff;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.brand-graph-box{
    padding: 100px 30px 0;
}
.brand-text{
    text-align: center;
    width: 100%;
    font-size: 22px;
    padding-bottom: 50px;
}
.brand-text.title{
    font-size: 56px;
    padding-bottom: 30px;
    font-weight: 600;
}
.graph-title{
    text-align: center;
    width: 100%;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
}
.brand-graph{
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}
.brand-graph img{
    max-width:100%;
    display: inline-block;
}

.mil-info.media{
    border-radius: 18px;
}
.info-text.media{
    color: #333333;
}


.group-back{
    padding: 250px 30px;
    display: block;
}
.group-back img{
    width: 145px;
    margin: 0 auto 15px;
}
.group-back .info-text{
    color: #b69651;
}
.group-back .info-text.title{
    padding-top: 20px;
}

.item-area.group{
    padding: 100px 30px;
}
.item-title-box.group .info-text.group{
    font-size: 160px;
}
.item-title-box.group .info-text.title{
    padding-bottom: 0;
}
.group-hr{
    height: 120px;
    width: 100%;
    position: relative;
}
.group-hr:after{
    content: '';
    width: 1px;
    height: 50px;
    background-color: #b69651;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group2-back{
    display: block;
    padding: 100px 0;
}
.group2-back .brand-text{
    font-weight: 600;
}
.franchise-area{
    padding-top: 30px;
}
.franchise-box{
    display: flex;
    background-color: #ffffff;
    margin-bottom: 100px;
}
.franchise-box:last-child{
    margin-bottom: 0;
}
.franchise-img{
    width:50%;
}
.franchise-img img{
    width: 100%;
}
.franchise-text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.franchise-text .title{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.franchise-text .text{
    font-size: 17px;
    text-align: center;
}
.franchise-hr{
    width: 100%;
    height: 70px;
    position: relative;
}
.franchise-hr:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.brand-text.group{
    font-size: 17px;
    font-weight: 400;
}

.procedure-area{
    padding: 0 100px;
}
.procedure-box{
    margin-bottom: 40px;
}
.procedure-box *{
    font-family: 'NanumSquareNeo';
}
.procedure-box:last-child{
    margin-bottom: 0;
}
.procedure-name{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}
.procedure-list{
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
}

.procedure-list .procedure-out-box{
    width: 25%;
    height: 315px;
    padding: 20px;
}
.procedure-list .procedure{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #172b15;
    border-radius: 15px;
}
.procedure-list .procedure:hover{
    background-color: #b69651;
}
.procedure-list .procedure:hover .num{
    color: #b69651;
}
.procedure-list .procedure .num{
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #172b15;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: absolute;
    top: 25px;
    right: 25px;
}
.procedure-list .procedure .title{
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 10px;
}
.procedure-list .procedure .text{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
.procedure-list .procedure-hr{
    width: 6.5%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mil-info.edu{
    background-color: #b69651;
}
.mil-info.edu .info-img-box{
    padding: 55px 60px 0;
}
.mil-info.edu .info-text-box{
    height: 145px;
    flex-direction: column;
    color: #333333;
    justify-content: flex-start;
    padding-top: 10px;
    font-weight: 500;
}
.mil-info.edu .info-text-box .title{
    padding-bottom:5px;
    font-size: 24px;
    font-weight: 500;
}
.mil-info.edu .info-text-box .text{
    font-size: 18px;
    line-height: 20px;
}

.interview-area{
    display: flex;
}
.interview-box{
    width: 50%;
    padding: 60px;
}
.interview-box img{
    width: 100%;
    display: inline-block;
}
.interview-img-text{
    padding-top: 5px;
    font-size: 18px;
    text-align: right;
}
.interview-text-box:first-child{
    margin-bottom: 30px;
}
.interview-text-box .interview-title{
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}
.interview-text-box .interview-text{
    font-size: 18px;
}
.interview-text-box .interview-text .interview1{
    font-weight: 500;
}
.interview-text-box .interview-text p{
    margin-bottom: 3px;
}

.faq-back{
    padding: 0 100px;
    justify-content: center;
}
.notice-board{
    display: block;
    width: 100%;
    border-top: 2px solid #000000;
    margin-top: 60px;
    padding-bottom: 40px;
}
.notice-board *{
    font-family: 'NanumSquareNeo';
}
.notice-list {
    display: block;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid #b2b2b2;
    float: left;
}
.notice-list a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    min-height: 80px;
}
.faq-q {
    cursor: pointer;
}
.list-num {
    width: 70px;
    padding: 0 10px;
    position: relative;
}
.notice-list a span {
    display: inline-block;
    font-size: 22px;
}
.faq-q .list-num {
    width: 135px;
}
.faq-a {
    width: 100%;
    padding: 40px 65px;
    background-color: #e5e5e5;
    border-top: 1px solid #b2b2b2;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    display: none;
}
.notice-list.on .faq-a {
    display: block;
}

.list-title {
    width: calc(100% - 220px);
    padding: 0 35px;
}
.faq-q .list-title {
    width: calc(100% - 135px);
}
.list-num:after {
    position: absolute;
    right: 0;
    content: '';
    width: 1px;
    height: 27px;
    background-color: #000;
}

.intro-back{
    padding-top: 100px;
    padding-bottom: 300px;
}
.intro-area{
    width: 100%;
}
.intro-logo{
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-logo img{
    display: inline-block;
    max-width: 100%;
}
.intro-title{
    font-size: 34px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    font-weight: 600;
}
.intro-title:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    height: 10px;
    background-color: #218477;
    bottom: 40px;
}
.intro-text{
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 30px;
    font-weight: 300;
}
.intro-img-area{
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    padding-top: 50px;
    padding-bottom: 20px;
}
.intro-img-box{
    padding: 20px;
    width: 33.33%;
}
.intro-img{
    padding: 150px 30px;
}
.intro-img-title{
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}
.intro-img-text{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.intro-map{
    padding: 100px 50px;
}
.map-back{

}
.map-box{
    padding: 50px 0;
}
.map-addr-box{
    padding-bottom: 35px;
}
.store-name{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}
.store-addr{
    font-size: 18px;
}








.community-board{
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: 80px;
}
.community-board td{
    height: 40px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.community-board td:first-child:after{
    content: '';
    height: 20px;
    width: 1px;
    background-color: #000000;
    position: absolute;
    top: 10px;
    right: 0;
}
.community-board td.title{
    text-align: left;
    padding: 0 20px;
}
.community-board tr{
    border-bottom: 1px solid #bdbdbd;
    cursor: pointer;
}
.community-board tr.notice{
    background-color: #f2f2f2;
}


.group-price-box{
    width: 100%;
    padding-top: 40px;
}
.group-price-tbl{
    width: 100%;
    border-collapse: collapse;
}
.group-price-box .legend{
    text-align: right;
    float: right;
    font-size: 18px;
    padding-bottom: 5px;
}
.group-price-tbl th, .group-price-tbl td{
    text-align: center;
    height: 45px;
    font-size: 18px;
}
.group-price-tbl thead tr{
    background-color: #182c16;
}
.group-price-tbl thead th{
    color: #ffffff;
    font-weight: 400;
}
.group-price-tbl tbody tr{
    background-color: #f2f2f2;
}
.group-price-tbl tbody tr:nth-child(2n){
    background-color: #ffffff;
}
.group-price-tbl tfoot tr{
    background-color: #f2d40a;
}
.group-price-box .group-price-desc{
    padding-top: 5px;
    font-size: 18px;
}

.board-view{
    width: 100%;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: 80px;
}
.board-view-top{
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #bcbcbc;
    display: flex;
    align-items: center;
}
.board-view-top .view-title{
    width: calc(100% - 260px);
    padding: 0 30px;
}
.board-view-top .view-date{
    width: 150px;
    padding: 0 15px;
    text-align: center;
}
.board-view-top .view-cnt{
    width: 110px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.board-view-top .view-cnt:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #000;
    left: 0;
    top: 3px;
}

.board-view-content{
    width: 100%;
    min-height: 400px;
    padding: 20px;
}
.board-view-content img{
    display: inline-block;
    max-width:100%;
}
.board-btn-box{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.board-btn{
    width: 65px;
    height: 35px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: linear-gradient(#ffffff, #d9d9d9);
    cursor: pointer;
}

.intro-box{
    display: flex;
}
.intro-text-box{
    width: 50%;
}


.store-map{
    padding: 100px 0;
}
.swiper-slide:after{
    content: '';
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

#youtube-slide .swiper-slide:after{
    display: none;
}
.swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active):after{
    opacity: 1;
}
.store-slide{
    padding: 60px 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 95px;
    height: 95px;
    background-color: #0d1e0b;
    top: 40%;
}
.swiper-button-next{
    right: 150px;
}
.swiper-button-prev{
    left: 150px;
}

.store-img-box{
    width: 100%;
}
.store-name-box{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #0d1e0b;
    padding: 8px;
    width: 100%;
    font-weight: 400;
}
.store-slide .swiper-slide{
    flex-direction: column;
}

.map-box{
    height: 340px;
    margin-bottom: 30px;
}

.map-list-box{
    width: 100%;
}
.map-list{
    width: 100%;
    border-collapse: collapse;
}

.map-list-top{
    padding-bottom: 10px;
}
.map-list-top .map-list-select{
    width: 120px;
    height:35px;
    border-radius: 10px;
    border-color: #000;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.map-list-top .map-list-input{
    border:none;
    border-bottom: 1px solid #000000;
    height: 35px;
    width: 160px;
    margin-left: 15px;
    font-size: 14px;
}
.map-list-top .map-list-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 35px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #375634;
    color: #ffffff;
    margin-left: 5px;
    cursor: pointer;
}

.map-list th, .map-list td{
    text-align: center;
    height: 60px;
    font-weight: 500;
}
.map-list thead tr{
    background-color: #f2f2f2;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.map-list tbody tr{
    border-bottom: 1px solid #cccccc;
}




.footer{
    padding: 50px 10px;
    background-color: #ffffff;
}
.footer-top, .footer-bottom{
    display: flex;
    padding: 0 75px;
}
.footer-box{
    width: 50%;
    display: flex;
    align-items: center;
}
.footer-logo{
    padding-right: 40px;
    width: 210px;
    display: flex;
    align-items: center;
}
.footer-desc-box{
}
.footer-desc{
    font-size: 13px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 500;
}
.footer-desc:last-child{
    margin: 0;
}
.footer-hr{
    margin: 50px 0;
    height: 1px;
    background-color: #292929;
}
.footer-bottom .footer-logo img{
    width: 130px;
}

.mobile_menu_btn {
    width: 50px;
    height: 50px;
    margin-left: auto;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #0d1e0b;
    display: none;
}
.minMenu_btn {
    background-color: #0d1e0b;
    position: absolute;
    top: 25%;
    right: 15px;
    cursor: pointer;
    height: 25px;
    line-height: 20px;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    border: 0;
}
.burgur {
    width: 25px;
    height: 2px;
    background: #ffffff;
    position: relative;
}
.burgur::before {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    bottom: -6px;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: background-color .2s, -webkit-transform .3s;
    transition: background-color .2s, -webkit-transform .3s;
    transition: transform .3s, background-color .2s;
    transition: transform .3s, background-color .2s, -webkit-transform .3s;
}
.burgur::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    top: -6px;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: background-color .2s, -webkit-transform .3s;
    transition: background-color .2s, -webkit-transform .3s;
    transition: transform .3s, background-color .2s;
    transition: transform .3s, background-color .2s, -webkit-transform .3s;
}

.burgur.on {
    background-color: transparent;
}
.burgur.on::before {
    -webkit-transform: translateY(-7px) rotate(-135deg);
    -ms-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-135deg);
}
.burgur.on::after {
    -webkit-transform: translateY(5px) rotate(135deg);
    -ms-transform: translateY(5px) rotate(135deg);
    transform: translateY(5px) rotate(135deg);
}

#mobile-slide{
    display: none;
}
@media (max-width: 768px){
    .wrapper{
        padding-top:60px;
    }
    .header{
        height: 60px;
        padding: 0 20px;
        background-color: #0d1e0b !important;
    }
    .header .nav ul{
        display: none;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        background-color: #0d1e0b;
        height: auto;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.1);
        padding: 20px;
    }
    .nav ul li{
        display: block;
        clear: both;
        padding: 0;
        margin-bottom: 15px;
        height: auto;
        width: 100%;
    }
    .nav ul li a{
        font-size: 16px;
        width: 100%;
        justify-content: flex-start;
    }
    .header .logo{
        width: 120px;
    }

    .mobile_menu_btn {
        display: block;
    }


    .sub-nav li{
        display: none !important;
    }

    #mobile-slide{
        display: block;
    }
    #main-slide{
        display: none;
    }


    .main-back{
        flex-direction: column;
    }
    .back-box{
        width: 100%;
    }
    .back-box.ceo{
        margin: 0;
        flex-direction: column;
    }
    .top-move{
        display: none;
    }
    .back-box.ceo.column{
        padding: 20px 20px;
    }

    .mil-title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .back-image-box{
        width: 100%;
    }
    .mil-text-box{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .signature-box{
        font-size: 14px;
    }
    .signature-box span{
        font-size: 14px;
    }
    .signature-box img{
        width: 60px !important;
    }

    .back-image-box{
        display: none;
    }

    .back-image-box:last-child{
        display: block;
    }

    .mil-text{
        font-size: 18px;
    }
    .mil-text.text1{
        font-size: 48px;
        margin-bottom: 10px;
    }
    .mil-text.text2{
        font-size: 18px;
    }
    .back-box{
        padding: 20px;
    }
    .mil-mark{
        display: none;
    }

    #youtube-slide .swiper-slide{
        flex-direction: column;
    }
    .back-box.youtube{
        padding: 20px;
    }
    .mil-text.text3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mil-text.text4{
        font-size: 18px;
    }

    .product-name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product-sub{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .product-text{
        font-size: 12px;
    }

    .main-info{
        padding: 40px 20px;
    }
    .info-text.title{
        padding: 0;
        font-size: 28px;
    }
    .info-back{
        padding-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .info-box {
        width: 50%;
        padding: 10px;
    }
    .info-text-box{
        height: 100px;
        font-size: 14px;
    }
    .apply-bar{
        height: auto;
        flex-direction: column;
    }
    .apply-title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .apply-input-box span .apply-input{
        width: 120px;
        font-size: 13px;
    }
    .apply-input-box span .apply-input::placeholder{
        font-size: 10px;
    }
    .apply-input-box span .apply-input.num{
        width: 60px;
    }
    .apply-input-box{
        display: flex;
    }
    .apply-terms a{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .apply-btn-box{
        padding-left: 0;
    }


    .brand-top-box{
        padding: 30px 20px;
    }
    .brand-menu-box{
        flex-direction: column;
        margin-top: 10px;
    }
    .brand-top-text.title{
        font-size: 24px;
    }
    .brand-top-text{
        font-size: 16px;
    }

    .brand-menu{
        background-color: transparent;
        width: 150px;
        height: 40px;
        font-size: 14px;
        color: #b69651;
        width: 100%;
        background-color: #001b03;
        margin-bottom: 5px;
    }

    .brand-mil{
        font-size: 20px;
    }
    .brand-mil-text{
        font-size: 14px;
    }
    .info-text{
        font-size: 16px;
    }
    .item-name{
        font-size: 14px;
        padding-bottom: 5px;
    }

    .item-list-box{
        margin-bottom: 20px;
    }

    .item-list .item-box .item-box-name{
        font-size: 14px;
        height: 30px;
    }

    .back-box.brand{
        padding: 60px 20px;
    }
    #brand3 .back-box.brand:last-child{
        display: none;
    }
    .mil-labor-circle{
        width: 90px;
        height: 90px;
        font-size: 14px;
    }


    .brand-graph-box{
        padding: 20px;
    }

    .brand-text.title{
        font-size: 32px;
        padding: 15px;
    }
    .brand-text{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .graph-title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .brand-graph{
        padding-bottom: 30px;
    }


    .item-area{
        padding: 20px;
    }
    .item-title-box .info-text.title{
        font-size: 20px;
        padding-bottom: 10px;
    }

    .item-area.group{
        padding: 40px 20px;
    }

    .item-title-box.group .info-text.group{
        font-size: 80px;
    }

    .group-hr{
        height: 80px;
    }
    .group-hr:after{
        height: 30px;
    }


    .group2-back{
        padding: 40px 20px;
    }

    .brand-text.title{
        padding: 0 0 15px;
    }
    .franchise-area{
        padding: 0;
    }
    .franchise-box{
        flex-direction: column;
    }

    .franchise-img, .franchise-text{
        width: 100%;
    }
    .franchise-text{
        padding-top: 20px;
    }
    .franchise-text .title{
        font-size: 18px;
    }
    .franchise-hr{
        height: 50px;
    }
    .franchise-text .text{
        padding: 0 20px 20px;
        font-size: 13px;
    }
    .mil-info.edu .info-text-box .text{
        font-size: 14px;
    }
    .mil-info.edu .info-img-box{
        padding: 30px 60px 0;
    }
    .mil-info.edu .info-text-box .title{
        font-size: 18px;
    }
    .procedure-name{
        font-size: 15px;
        text-align: center;
    }

    .procedure-area{
        padding: 0;
    }
    .procedure-list{
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: wrap;
    }
    .procedure-list .procedure-out-box{
        padding: 10px;
        width: 50%;
        height: 200px;
    }
    .procedure-list .procedure .title{
        font-size: 18px;
    }
    .procedure-list .procedure .text{
        font-size: 12px;
    }
    .procedure-list .procedure .num{
        top: 10px;
        right: 10px;
    }
    .interview-area{
        flex-direction: column;
    }
    .interview-box{
        width: 100%;
        padding: 20px 0;
    }
    .interview-img-text{
        font-size: 14px;
    }
    .interview-text-box .interview-title{
        font-size: 16px;
    }
    .interview-text-box .interview-text{
        font-size: 12px;
    }
    .group-price-box .legend{
        font-size: 14px;
    }
    .group-price-tbl th, .group-price-tbl td{
        font-size: 14px;
        height: 30px;
    }
    .group-price-box .group-price-desc{
        font-size: 14px;
    }
    .faq-back{
        padding: 0;
    }
    .notice-board{
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .notice-list{
        min-height: 50px;
    }
    .notice-list a{
        min-height:50px;
    }

    .faq-q .list-num{
        font-size: 14px;
        width: 80px;
    }
    .faq-q .list-title{
        font-size: 14px;
        width: calc(100% - 80px) !important;
        padding: 0 15px;
    }
    .faq-a{
        padding: 20px;
        font-size: 12px;
    }


    .intro-map{
        padding: 20px;
    }
    .community-board td{
        width: 30%;
    }
    .community-board td{
        font-size: 13px;
    }


    .board-view{
        margin-top: 20px;
    }
    .board-view-top{
        font-size: 13px;
    }
    .board-view-top .view-title{
        width: calc(100% - 190px);
    }
    .board-view-top .view-date{
        width: 110px;
        padding: 0 5px;
    }
    .board-view-top .view-cnt{
        width: 80px;
        padding: 0 5px;
    }
    .board-view-top .view-cnt:before{
        height: 15px;
    }
    .board-btn{
        font-size: 12px;
    }



    .intro-back{
        padding: 20px 20px 50px;
    }
    .intro-box{
        flex-direction: column;
    }
    .intro-logo, .intro-text-box{
        width: 100%;
    }
    .intro-text-box{
        padding-top: 20px
    }
    .intro-logo img{
        max-width:250px;
    }
    .intro-text{
        font-size: 14px;
        padding: 0;
        margin-bottom: 10px;
    }
    .intro-img-area{
        padding-top: 20px;
        flex-direction: column;
    }
    .intro-img-box{
        width: 100%;
        padding: 10px;
    }
    .intro-img{
        padding: 100px 20px;
    }

    .intro-img-title{
        font-size: 24px;
    }
    .intro-img-text{
        font-size: 14px;
    }

    .map-box{
        padding: 20px 0;
    }

    #brand2 .map-box{
        height: auto !important;
    }
    .map-box img{
        width: 100%;
    }
    .map-addr-box{
        padding-bottom: 15px;
    }
    .store-name{
        font-size: 15px;
        padding-bottom: 10px;
    }
    .store-addr{
        font-size: 14px;
    }

    .store-map{
        padding-top: 20px;
    }
    .store-slide{
        padding: 20px 0;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 45px;
        height: 45px;
    }
    .swiper-button-next img, .swiper-button-prev img{
        width: 20px;
    }
    .swiper-button-next{
        right: 10px;
    }
    .swiper-button-prev{
        left: 10px;
    }
    .map-list-box{
        padding: 0 20px;
    }

    .map-list th, .map-list td{
        height: 40px;
        font-size: 12px;
    }

    #product-slide{
        padding-bottom: 20px;
    }


    .store-name-box{
        font-size: 12px;
    }


    .map-list-top .map-list-select{
        width: 100px;
    }

    .map-list-top .map-list-input{
        margin-left: 5px;
        width: 130px;
    }
    .map-list-top .map-list-btn{
        width: 65px;
    }

    .footer{
        padding: 30px 20px !important;
    }
    .footer-box{
        width: 100% !important;
    }
    .footer-top, .footer-bottom{
        padding: 0 !important;
    }
    .footer-logo{
        width: 120px !important;
        padding-right: 0 !important;
    }
    .footer-logo img{
        width: 100%;
    }
    .footer-desc-box{
        padding-left: 20px;
    }
    .footer-desc{
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
}
































