main{
    display: grid;
    grid-template-columns: 240px 1fr;
}
main > div{
    width: 100%;
    height: 100vh;
}

.swiper-slide{
    opacity: 0 !important;
}
.swiper-slide.swiper-slide-active{
    opacity: 1 !important;
} 
.swiper-wrapper{}
.swiper-wrapper .swiper-slide.slide.swiper-slide-active{
    margin: 0px !important;
}
.swiper-slide.review.swiper-slide-next{
    margin: 0px !important;
}


main .page{
    background-color: #f1e9d6;
}
main .page .swiper-slide{}
main .page .scroll_slide{
    width: 153px;
    left: 43px;
    position: fixed;
    top: 51%;
    z-index: 999;
}
main .page .scroll_slide .swiper-pagination-bullet{
    width: 153px;
    height: 30px;
    border-radius: 0;
    margin: 14px 0px;
    opacity: 0;
}

main .page .next{
    position: fixed;
    top: 90%;
    left: 105px;
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 15px;
    color: white;
    font-size: 24px;
}
main .page .next.swiper-button-disabled{
    opacity: 0;
}
main .page .next:after{
    display: none;
}

main .page .title_box{
    margin-top: 70px;
}
main .page .title_box .name{
    font-size: 24px;
    font-weight: bold;
}
main .page .title_box .bar{
    width: 150px;
    height: 2px;
    background-color: black;
    display: inline-block;
}
main .page .more{
    color: white;
    font-size: 16px;
    background-color: #313131;
    width: 150px;
    border-radius: 30px;
    line-height: 40px;
    margin-top: 40px;
}




main .page .slide{}
main .page .slide .banner{}
main .page .slide .banner .img_slide{
    width: 100% !important;
    height: 100vh;
    position: relative;
}
main .page .slide .banner .img_slide img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
main .page .slide .banner .img_slide .text_box{
    position: relative;
    width: 100%;
    height: 100vh;
}
main .page .slide .banner .img_slide .text_box .text{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    text-align: left;
    color: white;
}
main .page .slide .banner .img_slide .text_box .text p:first-child{
    font-size: 40px;
}
main .page .slide .banner .img_slide .text_box .text p{
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

main .page .slide .banner .img_slide .text_box .text p span{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

main .page .slide .banner .pageing{
    top: 60%;
}
main .page .slide .banner .pageing .swiper-pagination-bullet{
    margin: 0px 4px;
}
main .page .slide .banner .pageing .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: white;
    width: 15px;
    height: 16px;
    transform: translateY(-25%);
}



main .page .review{
    background-color: #f1e9d6;
}
main .ss{
    position: relative;
    width: 100%;
    height: 100vh;
}
main .page .review ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 90px;
}
main .page .review ul li{
    width: 100%;
    position: relative;
    height: 200px;
}
main .page .review ul li .star{
    font-size: 24px;
}
main .page .review ul li .text{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: bold;
}
main .page .review ul li .id{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

main .page .review .bg{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
main .page .review .bg img{
    width: 100%;
}


main .page .portfolio{
    background-color: #f1e9d6;
}
main .page .portfolio ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin-top: 30px;
}
main .page .portfolio ul li{
    width: 100%;
}
main .page .portfolio ul li img{
    width: 100%;
    height: 100%;
}
main .page .why{
    background-color: #f1e9d6;
}
main .page .why .text_box{
    margin: 50px 0px;
}
main .page .why .text_box div{
    font-weight: 500;
}
main .page .why .text_box .bold{
    font-size: 16px;
    font-weight: bold;
}
main .page .why ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
main .page .why ul li{
    width: 100%;
}
main .page .why ul li a{
    position: relative;
}
main .page .why ul li:nth-child(1) a:after{
    content: "왜 코랜인가?";
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
main .page .why ul li:nth-child(2) a:after{
    content: "음식찰영\A잘하는곳?";
    white-space: pre;
    color: white;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
main .page .why ul li:nth-child(3) a:after{
    content: "출장 스토리";
    color: white;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

main .page .why ul li a img{
    width: 100%;
    height: 100%;
}

main .page .marketing{
    background-color: #f1e9d6;
}
main .page .marketing .text{
    margin-top: 20px;
}
main .page .marketing .text p{}

main .page .marketing ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 50px;
}
main .page .marketing ul li{
    width: 100%;
    background-color: #fff;
}

main .page .marketing ul li a{
    width: 100%;
    text-align: left;
}

main .page .marketing ul li a img{
    width: 100%;
    height: 250px;
}
main .page .marketing ul li a .video_name{
    border: 1px solid #b28850;
    display: inline-block;
    color: #b28850;
    padding: 2px 5px;
    margin: 10px;
}

main .page .marketing ul li a .sub{
    margin-left: 10px;
    margin-bottom: 10px;
}
main .page .marketing ul li a .sub p{
    line-height: 30px;
}


main .page .process{
    background-color: #f1e9d6;
}
main .page .process .con_box{
    display: inline-block;
}

main .page .process ul{
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 110px;
}
main .page .process ul li{
    display: inline-block;
    position: relative;
}
main .page .process ul li .box{
    border: 1px solid black;
    display: inline-block;
    width: 100%;
    height: 300px;
    position: relative;
}
main .page .process ul li .box img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
main .page .process ul li .box .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 20px;
    white-space: nowrap;
}
main .page .process ul li .text{
    font-size: 14px;
    color: black;
    margin: 20px 0px;
    white-space: nowrap;
}
main .page .process ul li img{
    position: absolute;
    top: 33%;
    right: -73px;
}



main .page .process .site{
    position: relative;
    bottom: -116px;
}
main .page .process .site .title{
    font-size: 18px;
    font-weight: bold;
}
main .page .process .site a{
    background-color: #313131;
    border-radius: 30px;
    color: white;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    margin: 10px;
}


main .page .contact{
    background-color: #f1e9d6;
}

main .page .contact .footer{
    position: relative;
    width: 100%;
    height: 100vh;
}
main .page .contact .footer .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    grid-gap: 30px;
    width: 1030px;
}
main .page .contact .footer .form_box{
    display: inline-block;
    background-color: #fff;
    padding: 30px;
    width: 500px;
    border-radius: 15px;
}
main .page .contact .footer .form_box .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

main .page .contact .footer .form_box form{}

main .page .contact .footer .form_box form div{
    display: grid;
    grid-template-columns: 15% 1fr;
    margin: 10px 0px;
}
main .page .contact .footer .form_box form div label{
    line-height: 35px;
    text-align: left;
}
main .page .contact .footer .form_box form div input{
    width: 100%;
    padding: 5px;
    border: 1px solid #666;
    border-radius: 5px;
}
main .page .contact .footer .form_box form div textarea{
    width: 100%;
    height: 180px;
    padding: 5px;
    resize: none;
    border: 1px solid #666;
    border-radius: 5px;
}

main .page .contact .footer .form_box form .button{
    background-color: #313131;
    color: white;
    border: 0;
    width: 100px;
    line-height: 30px;
}

main .page .contact .footer .map_box{
}
main .page .contact .footer .map_box .address{
    line-height: 50px;
    width: 500px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
main .page .contact .footer #map{
    width: 500px;
    height: 380px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


main .page .contact .footer .box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 50px 0px 70px;
    background-color: #1b1b1b;
}
main .page .contact .footer .box .logo{}
main .page .contact .footer .box .text_box{
    flex: 2;
    text-align: left;
    margin-left: 50px;
    color: white;
}

main .page .contact .footer .box .sel_box{}
main .page .contact .footer .box .sel_box select{
    border: 1px solid white;
    width: 150px;
    height: 30px;
    background: none;
    color: white;
}




@media only screen and (min-width:100px) and (max-width:1500px){
    
    main .page .review .title_box{
        width: 1000px;
    }
    main .page .review ul{
        width: 1000px;
    }
    main .page .review ul li{
        height: 180px;
    }
    main .page .review ul li .star{
        font-size: 24px;
    }
    main .page .review ul li .text{
        font-size: 14px;
    }
    main .page .review ul li .id{
        font-size: 12px;
    }
    .wrap.t1{
        width: 100%;
        padding: 0px 15px;
    }

}



@media only screen and (min-width:100px) and (max-width:800px){
    
    main .page .slide .banner .img_slide .text_box .text{
        white-space: nowrap;
    }
    
}



@media only screen and (min-height:100px) and (max-height:600px){
    main .page .scroll_slide{
        left: 43px;
        top: 303px;
    }
    main .page .next{
        top: 540px;
    }
    main .page .review .bg{
        display: none;
    }
}

















