@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

@font-face {
    font-family: 'malgun';
    src: url(/fonts/malgun.ttf);
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Nanum Myeongjo', serif;
    font-family: 'Bitter', serif;
    color: #000;
    
}
body{
    height: 100px;
}
li {
    list-style: none;
}
em,i,address {
    font-style: normal;
}
a {
    text-decoration: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 90%;
    height: 120px;
}
header h1 {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 10;

}
header h1 a img {
    width: 100px;
    transition: 0.3s;
}
header .menu_icon {
    position: fixed;
    right: 50px;
    top: 30px;
    z-index: 10;
    cursor: pointer;
}
header .menu_icon .menu_m {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
header .menu_icon .menu_m div:nth-of-type(1) {
    width: 35px;
    height: 3px;
    margin: 4px 0;
    border-radius: 10px;
    background: #fff;
    transition: .4s;
}
header .menu_icon .menu_m div:nth-of-type(2) {
    width: 35px;
    height: 3px;
    margin: 4px 0;
    border-radius: 10px;
    background: #fff;
    transition: .4s;
}
header .menu_icon .menu_m div:nth-of-type(3) {
    width: 35px;
    height: 3px;
    margin: 4px 0;
    border-radius: 10px;
    background: #fff;
    transition: .4s;
}
header .menu_icon .menu_m:hover .r1 {
    width: 30px;
}
header .menu_icon .menu_m:hover .r2 {
    width: 25px;
}
header .menu_icon .menu_m:hover .r3 {
    width: 37px;
}
header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: none;
    max-width: 100vw;
    width: 100%;
    height: 100vh;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
header .nav_icon {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 25px;
    height: 25px;
    transition: .5s;
}
header .nav_icon:hover {
    transform: rotate(90deg);
}
header .nav_icon img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
header nav .top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 80px;
    text-align: center;
}
header nav .top ul {

}
header nav .top ul li {
    display: inline;
    cursor: pointer;
}
header nav .top ul li::after {
    content: "|";
    padding: 0 35px;
}
header nav .top ul li:last-of-type::after {
    content: "";
    padding: 0;
}
header nav .top ul li a {
    font-size: 15px;
    font-family: 'malgun';
    font-weight: 400;
    transition: .3s;
}
header nav .bottom {
    width: 100%;
    text-align: center;
}
header nav .bottom ul {

}
header nav .bottom ul li {
    width: 100%;
    height: 50px;
    margin: 20px 0;
}
header nav .bottom ul li a {
    font-size: 40px;
    font-family: 'Bitter', serif;
    font-weight: 300;
    transition: .3s;
}
header nav .bottom ul li a:hover {
    color: #e2b692;
}
/* header 반응형 */
@media all and (max-width: 1024px) {
    header h1 a img {
        width: 60px;
    }
    header .nav_icon {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    header nav .top {
        margin-top: 35px;
    }
    header nav .top ul li a {
        font-size: 12px;
    }
    header nav .top ul li::after {
        padding: 0 20px;
    }
    header nav .bottom ul li {
        margin: 10px 0;
    }
    header nav .bottom ul li a {
        font-size: 25px;
    }
}
main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* 스크롤 생성/제거 */
main.on0 {
    overflow-y: hidden;
}
main.on1 {
    overflow-y: scroll;
}
main.on2 {
    overflow-y: scroll;
}
main.on3 {
    overflow-y: hidden;
}

main>ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 400%;
    height: auto;
    transition: 0.3s;
    overflow: hidden;
}
main>ul>li {
    float: left;
    width: 25%;
}
#button {
    position: fixed;
    z-index: 20;
    top: 50%;
    transform: -50%;
    width: 100%;
}
#button button{
    transition: .5s;
    opacity: .5;
}
#button button:hover{
    opacity: 1;
}
#button .left {
    position: absolute;
    left: 1%;
    width: 86px;
    height: 34px;
    border: none;
    background: url('../img/left-arrow.png') no-repeat center center;
    background-size: 43px 17px;
    cursor: pointer;
    
}

#button .right {
    position: absolute;
    right: 1%;
    width: 86px;
    height: 34px;
    border: none;
    background: url('../img/right-arrow.png') no-repeat center center;
    background-size: 43px 17px;
    cursor: pointer;
    
}

@media all and (max-width: 1024px) {
    #button .left {
        width: 43px;
        height: 17px;
        background-size: 21.5px 8.5px;
    }

    #button .right {
        width: 43px;
        height: 17px;
        background-size: 21.5px 8.5px;
    }
}

#intro {
    position: relative;
    z-index: 11;
    max-width: 25%;
    height: 100vh;
    overflow: hidden;
}

#intro ul {
    width: 100%;
    height: 100%;
    /* height: 100%; */
}

#intro>ul li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#intro ul li:nth-of-type(n + 2) {
    display: none;
}

#intro>ul>li .intro_txt {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
}

#intro ul li>.intro_txt .txt1 {
    font-size: 55px;
    font-family: 'Nanum Myeongjo';
    color: #fff;
}

#intro ul li>.intro_txt .txt2 {
    margin-top: -5px;
    font-size: 47px;
    font-family: 'Nanum Myeongjo';
    color: #fff;
}

#intro ul li>.intro_txt .txt3 {
    margin-top: 22px;
    font-size: 14px;
    font-family: 'Nanum Myeongjo';
    color: #fff;
    font-weight: 400;
}

#intro ul li img {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* intro 반응형 */
@media all and (max-width: 1025px) {
    #intro ul li .intro_txt .txt1 {
        font-size: 35px;
        /* color: #fff; */
    }

    #intro ul li .intro_txt .txt2 {
        margin-top: -5px;
        font-size: 27px;
        /* color: #fff; */
    }

    #intro ul li .intro_txt .txt3 {
        margin-top: 22px;
        font-size: 14px;
        /* color: #fff; */
        font-weight: 400;
    }
}

/*---- 공통부분  ----*/
.wrap {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.inner {
    position: relative;
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    width: 100%;
    padding: 0 10%;
    margin: 130px auto;
    box-sizing: border-box;
}
/*---- 공통부분  ----*/

/* about */

#about{
    background: #C88D54 !important;
}
#about>.wrap>.inner .about_text{
    width: 32%;
}
#about>.wrap>.inner .about_text.on{
    position: fixed;
}
#about>.wrap>.inner .about_text .about_title {
    margin-bottom: 40px;
}
#about>.wrap>.inner .about_text .about_title p {
    display: inline;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
}
#about>.wrap>.inner .about_text .about_title .line {
    display: inline-block;
    width: 55px;
    height: 50px;
    border-bottom: 2px solid #000;
}
#about>.wrap>.inner .about_text h1 {
    margin-bottom: 40px;
    font-size: 40px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}
#about>.wrap>.inner .about_text>.detail {
    width: 100%;
    height: auto;
}
#about>.wrap>.inner .about_text>.detail .d1 {
    margin-bottom: 20px;
    line-height: 25px;
}
#about>.wrap>.inner .about_text>.detail .d1 h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}
#about>.wrap>.inner .about_text>.detail .d2 {
    line-height: 25px;
    
}
#about>.wrap>.inner .about_text>.detail .d2 h2{
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}
#about>.wrap>.inner .about_pic{
    width: 700px;
    margin-left: 50%;
}
#about>.wrap>.inner .about_pic ul{
    margin: 0 auto;
}
#about>.wrap>.inner .about_pic ul li{
    margin: 0 auto;
    margin-bottom: 40px;
}
#about>.wrap>.inner .about_pic ul li img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media all and (max-width: 1024px){
    #about>.wrap{
        width: 100%;
    }
    #about>.wrap>.inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }
    #about>.wrap>.inner .about_text{
        display: block;
        width: 80%;
        /* background: blue; */
        margin: 0 50%;
        margin-bottom: 30px;
    }
    #about>.wrap>.inner .about_text .space_title {
        margin-bottom: 40px;
    }
    
    #about>.wrap>.inner .about_text .space_title p {
        display: inline;
        font-size: 30px;
        font-family: 'Nanum Myeongjo', serif;
        font-weight: 600;
    }
    
    #about>.wrap>.inner .about_text .space_title .line {
        display: inline-block;
        width: 55px;
        height: 50px;
        border-bottom: 2px solid #000;
    }
    
    #about>.wrap>.inner .about_text h1 {
        margin-bottom: 40px;
        font-size: 25px;
    }
    
    #about>.wrap>.inner .about_text>.detail .d1 {

    }
    
    #about>.wrap>.inner .about_text>.detail .d1 h2 {
        font-size: 20px;
    }
    
    #about>.wrap>.inner .about_text>.detail .d2 {}
    
    #about>.wrap>.inner .about_text.on{
        position: static;
        display: block;
    }
    #about>.wrap>.inner .about_pic{
        /* background: red; */
        margin: 0 auto;
        width: 80%;
    }
    #about>.wrap>.inner .about_pic ul li img{
        width: 100%;

    }
}

/* space */
#space{
    top: 0;
    background-color: #D8C1AC !important;
    box-sizing: border-box; 
}
#space>.wrap>.inner .space_text{
    width: 32%;
    height: auto;
}
#space>.wrap>.inner .space_text.on{
    position: fixed;
}
#space>.wrap>.inner .space_text .space_title{
    margin-bottom: 40px;
}
#space>.wrap>.inner .space_text .space_title p {
    display: inline;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
}
#space>.wrap>.inner .space_text .space_title .line {
    display: inline-block;
    width: 55px;
    height: 50px;
    border-bottom: 2px solid #000;
}
#space>.wrap>.inner .space_text h1 {
    margin-bottom: 40px;
    font-size: 40px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}
#space>.wrap>.inner .space_text>.detail {
    width: 100%;
    height: auto;
}
#space>.wrap>.inner .space_text>.detail .d1 {
    margin-bottom: 20px;
    line-height: 25px;
}
#space>.wrap>.inner .space_text>.detail .d1 h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}
#space>.wrap>.inner .space_text>.detail .d2 {
    line-height: 25px;
    
}
#space>.wrap>.inner .space_text>.detail .d2 h2{
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}
#space>.wrap>.inner .space_info{
    width: 90%;
}
#space>.wrap>.inner .space_info img{
    width: 100%;
}
#space>.wrap>.inner .space_pic{
    width: 700px;
    margin-left: 50%;
}
#space>.wrap>.inner .space_pic ul{
    margin: 0 auto;
}
#space>.wrap>.inner .space_pic ul li{
    display: block;;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#space>.wrap>.inner .space_pic ul li .imgbox{
    width: 100%;
    cursor: pointer;
}
#space>.wrap>.inner .space_pic ul li .imgbox img{
    display: block;  
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}
#space>.wrap>.inner .space_pic ul li:hover .imgbox{
    position: relative;
    width: 100%;
    background: #000;
}
#space>.wrap>.inner .space_pic ul li:hover .imgbox img{
    width: 100%;
    opacity: .5;
}
#space>.wrap>.inner .space_pic ul li:hover .imgbox::before{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    content: url(../img/zoom_w.png);
    color: #fff;
}
#space .modal{

}
#space .modal .modal_box{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 35;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
#space .modal .modal_box input.hidden1{
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    opacity: 0;
}
#space .modal .modal_box .modal_inner{
    position: relative;
    z-index: 35;
    left: 0;
    width: 100%;
    height: 100%;
}
#space .modal .modal_box .modal_inner .top {
    position: relative;
    top: 10%;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: pink;
}

#space .modal .modal_box .modal_inner .top ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1600px;
    height: 300px;
    transition: 0.3s;
}
#space .modal .modal_A .modal_inner .top ul{
    width: 3200px;
    height: 300px;
}
#space .modal .modal_B .modal_inner .top ul{
    width: 2400px;
    height: 300px;
}
#space .modal .modal_C .modal_inner .top ul{
    width: 1200px;
    height: 300px;
}
#space .modal .modal_D .modal_inner .top ul{
    width: 1600px;
    height: 300px;
}
#space .modal .modal_E .modal_inner .top ul{
    width: 2800px;
    height: 300px;
}

#space .modal .modal_box .modal_inner .top ul li {
    float: left;
    width: 400px;
    height: 300px;
}

#space .modal .modal_box .modal_inner .top ul li img {
    width: 100%;
    height: 100%;
}

#space .modal .modal_box .modal_inner .bottom {
    position: relative;
    top: 15%;
    width: 480px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}

#space .modal .modal_box .modal_inner .bottom ul {
    width: 800%;
}
#space .modal .modal_box:nth-of-type(3) .modal_inner .bottom ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	margin: 0 auto;
}
#space .modal .modal_box:nth-of-type(3) .modal_inner .bottom ul li{	
	
}
#space .modal .modal_box .modal_inner .bottom ul li {
    float: left;
    width: 100px;
    height: 100px;
    cursor: pointer;
    padding: 10px;
}

#space .modal .modal_box .modal_inner .bottom ul li img {
    width: 100%;
    height: 100%;
}
#space .modal .modal_inner .btn{
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    
}
#space .modal .modal_inner .btn button.left{
    position: absolute;
    left: 30%;
    font-size: 50px;
    font-weight: bolder;
    border: none;
    color: #fff;
    cursor: pointer;
    background: none;
    /* transform: translate(-50%, -50%); */
}
#space .modal .modal_inner .btn button.right{
    position: absolute;
    right: 30%;
    font-size: 50px;
    font-weight: bolder;
    border: none;
    color: #fff;
    cursor: pointer;
    background: none;
    /* transform: translate(-50%, -50%); */
}
#space .modal button.close{
    position: absolute;
    top: 3%;
    right: 5%;
    z-index: 35;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
}
#space .modal button.close:hover{
    transform: rotate(90deg);
}
@media all and (max-width: 1024px){
    #space>.wrap{
        width: 100%;
    }
    #space>.wrap>.inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
    }
    #space>.wrap>.inner .space_text{
        display: block;
        width: 80%;
        margin: 0 50%;
    }
    #space>.wrap>.inner .space_text.on{
        position: static;
        display: block;
    }
    #space>.wrap>.inner .space_info img{
        width: 80%;
        margin: 0 auto;
    }
    #space>.wrap>.inner .space_pic{
        margin: 0 auto;
        width: 80%;
    }
    #space>.wrap>.inner .space_pic ul li img{
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    #space .modal .modal_box .modal_inner .bottom{
        width: 50%;
        margin: none;
    }
    #space .modal .modal_box .modal_inner .bottom ul{
        clear: both;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex: 0 0 50%;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }
    #space .modal .modal_box .modal_inner .bottom ul li{
        width: 50px;
        height: 50px;
        padding: 5px;
    }
    #space .modal .modal_box .modal_inner .bottom ul li img{
        width: 50px;
        height: 50px;
    }
    #space .modal .modal_inner .btn{
        top: 25%;
    }
    #space .modal .modal_inner .btn button.left{
        font-size: 30px;
        left: 5%;
    }
    #space .modal .modal_inner .btn button.right{
        font-size: 30px;
        right: 5%;
    }
}
#contact{
    position: relative;
    height: auto;
    background: #346326 !important;
    box-sizing: border-box;
}
#contact .contact_wrap{

}
#contact .contact_wrap .contact_inner{
    max-width: 1600px;
}
#contact>.wrap>.inner .contact_text{
    width: 40%;
    height: 100vh;
    /* background: blue; */
    box-sizing: border-box;
}
#contact>.wrap>.inner .contact_text .t_box{
    display: grid;
    grid-template-columns: 60% auto;
}
#contact>.wrap>.inner .contact_text .t_box .text{
    width: 100%;
    height: 50px;
}
#contact>.wrap>.inner .contact_text .t_box .text .contact_title{
    margin-bottom: 40px;
}
#contact>.wrap>.inner .contact_text .t_box .text .contact_title p{
    display: inline;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    color: #fff;
}
#contact>.wrap>.inner .contact_text .t_box .text .contact_title .line{
    display: inline-block;
    width: 55px;
    height: 50px;
    border-bottom: 2px solid #fff;
}
#contact>.wrap>.inner .contact_text .t_box .text>h1{
    margin-bottom: 40px;
    font-family: 'Nanum Myeongjo', serif;
    color: #fff;
}
#contact>.wrap>.inner .contact_text .t_box .text .detail{

}
#contact>.wrap>.inner .contact_text .t_box .text .detail .d1{
    margin-bottom: 30px;
    font-family: 'malgun';
    font-size: 30px;
    font-weight: bolde;
    color: #fff;
}
#contact>.wrap>.inner .contact_text .t_box .text .detail .d2{
    color: #fff;
}   
#contact>.wrap>.inner .contact_text .t_box .sns{
    width: 100%;
    height: auto;
    margin-top: 110px;
    
}
#contact>.wrap>.inner .contact_text .t_box .sns h1{
    margin-bottom: 25px;
    font-family: 'Nanum Myeongjo', serif;
    color: #fff;
}
#contact>.wrap>.inner .contact_text .t_box .sns ul{

}
#contact>.wrap>.inner .contact_text .t_box .sns ul li{
    float: left;
    padding-right: 15px;
}
#contact>.wrap>.inner .contact_text .t_box .sns ul li a{

}
#contact>.wrap>.inner .contact_text .t_box .sns ul li a i{

}
#contact>.wrap>.inner .contact_text .t_box .sns ul li a i img{

}
#contact>.wrap>.inner .location {
    width: 50%;
}
@media all and (max-width: 1024px){
    #contact{
        position: relative;
    }
    #contact>.wrap{
        width: 100%;
    }
    #contact>.wrap>.inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
    }
    #contact>.wrap>.inner .contact_text{
        width: 100%;
    }
    #contact>.wrap>.inner .contact_text .t_box{
        display: block;
    }
    #contact>.wrap>.inner .contact_text .t_box .text{
        display: block;
        width: 100%;
        /* background: blue; */
        text-align: left;
    }
    #contact>.wrap>.inner .contact_text .t_box .text .contact_title{
        margin-bottom: 10px;
    }
    #contact>.wrap>.inner .contact_text .t_box .text .contact_title p{
        font-size: 26px;
    }
    #contact>.wrap>.inner .contact_text .t_box .text>h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    #contact>.wrap>.inner .contact_text .t_box .text .detail .d1{
        margin-bottom: 15px;
    }
    #contact>.wrap>.inner .contact_text .t_box .text .detail .d2{
        font-size: 12px;
    }   
    #contact>.wrap>.inner .contact_text .t_box .sns{
        position: absolute;
        top: 8%;
        left: 70%;
    }
    #contact>.wrap>.inner .location{
        position: absolute;
        left: 15%;
        top: 40%;
        width: 70%;
        height: 40%;
        margin: 0 auto;
    }
}