@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

*{margin: 0; padding: 0;}
ul{list-style: none;}
a{text-decoration: none; color: #333;}
body{
    font-family: 'Pretendard-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #333;
    max-width: 1920px;
}

/* header */
#header{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #333;
    background-color: #fff;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.header_inner{
    height: 100px;
    text-align: center;
    padding: 0 100px 0 100px;
    margin: 0 auto;
    width: 1720px;
    position: relative;
}
/* .logo{
    position: absolute;
    left: 100px;
    padding-top: 25px;
} */

.nav{
    margin: 0 auto;
    width: 1400px;
    height: 100px;
    padding-top: 35px;
    font-weight: 600;
    font-size: 20px;
    box-sizing: border-box;
}

.nav> li{
    float: left;
    /* padding-right: 200px; 원래 60px */
}
.nav> li> a{
    display: block;
    width: 350px;
    text-align: center;
    height: 100px;
}
.nav> li:nth-child(5){
    padding-right: 0;
}
.nav> li:nth-child(5) a{
    width: 35px;
}
.nav> li> a:hover{
    color: rgba(0, 150, 215, 1);
}
/* header */

/* menu_inner */
/* .menu{position: fixed;
    right: 100px;
    padding-top: 38px;
}
.menu_inner{
    height: 100%;
    width: 600px;
    background: #fff;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: ;
    position: absolute;
    right: 0;
    z-index: 999;
    font-size: 20px;
}
.close{
    width: 25px;
    height: 25px;
    margin: 20px;
    float: right;
}
.menu_inner> ul{
    clear: both;
}
.menu_inner> li{
    width: 100%;
	display: block;
	border-bottom: 1px solid #CCC; 
	padding: 20px 40px;
}
.menu_inner> li> a{
    width: 100%;
}
.menu_inner> li a:hover{
	font-weight:bold;
	background-color: #eee;
}
.sub2> li{
    width: 100%;
    display: none;
	border-bottom: 1px solid #CCC; 
	padding: 20px 40px;
}
.sub2> li> a{
    width: 100%;
} */
/* menu inner */

/* Submenu 꾸미기 */
.sub{
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: absolute;/*body가 기준*/
    left: 0;
    top: 101px;
    display: none;/* 안보이게 만들어 주기 */
}
.sub div{
    width: 1400px;
    margin: 0 auto;
}
.sub ul{
    float: left;
    width: 350px;/* 메인메뉴 a태그와 같은 너비 */
    text-align: center;
    padding: 20px 0;
}
.sub ul a{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 10px 0;
}
.sub ul a:hover{
    color: #e56c46;
    font-weight: 600;
}
.nav li:hover .sub{display: block;}






.main{
    margin: 0;
}
.main .fp-tableCell{
    margin-top: 100px;
}
.section{
    position: relative;
    background-size: cover;
    background-position: center;
}
.left{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    padding: 200px 40px 50px;
    box-sizing: border-box;
    z-index: 2;
}
.title{
    width: 40px;
    margin: 0 auto;
}
.title img{
    display: block;
    margin: 0 auto 20px;
}
.title h2{
    font-size: 25px;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #232323;
    text-align: center;
    padding-left: 10px;
}

.left_gnb{
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
.left_gnb li{
    margin-bottom: 15px;
}
.left_gnb li a{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #404148;
}
.left_gnb > li:last-child {
    margin-bottom: 0;
}
.left_gnb .on a{
    background-color: #fff;
}
.left_gnb > li.home > a {
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.right{
    position: absolute;
    left: 120px;
    top: 0;
    width: 1800px;
    height: 100%;
    padding: 200px 100px 200px 100px;
    box-sizing: border-box;
    z-index: 2;
}
.right .season{
    font-size: 18.28px;
    text-align: left;
    margin-bottom: 35px;
}
.right .season b{
    font-weight: 900;
    color: #231815;
}

#Pagenation{
    height: 100px;
}

/* section1 */
#section1 .main_image{
    width: 100%;
    height: 980px;
    position: relative;
    background: url(../img/main/main_image.jpg) no-repeat center;
}
.scroll{
    display: none;
}

/* section2 */
#section2 .left{
    background-color: #fcb6d0;
}
#section2 .on a{
    background-color: #76b396;
}
#section2 .right .box1 li{
    width: 355px;
    height: 590px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 60px;
    border-radius: 200px;
    transition: all 0.7s;
}
#section2 .right .box1 li a{
    width: 355px;
    height: 590px;
    box-sizing: border-box;
    display: block;
}
#section2 .right .box1 li:nth-child(1){
    background: url(../img/main/Theme1.jpg);
}
#section2 .right .box1 li:nth-child(2){
    background: url(../img/main/Theme2.jpg);
}
#section2 .right .box1 li:nth-child(3){
    background: url(../img/main/Theme3.jpg);
}
#section2 .right .box1 li:nth-child(4){
    margin-right: 0;
    background: url(../img/main/Theme4.jpg);

}
#section2 .right .box1 li .innerbox1{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 355px;
    height: 200px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0 0 200px 200px;
    transition: all 0.7s;
}
#section2 .right .box1 li h6{
    width: auto;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
}
#section2 .right .box1 li h3{
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    position: absolute;
    text-align: center;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;

    overflow: hidden;
    text-overflow: ellipsis;
    width: 295px;
}
#section2 .right .box1 li p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    bottom: -50px;
    transition: all 1s;
}
#section2 .right .box1 li h4{
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    position: absolute;
    bottom: -50px;
    transition: all 1s;
}
#section2 .right .box1 li img{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
}

/* hover */
#section2 .right .box1 li:hover{
    border-radius: 0;
}
#section2 .right .box1 li:hover .innerbox1{
    border-radius: 0;
}
#section2 .right .box1 li:hover .innerbox1 h6{
    left: 0;
    transform: translateX(30px);
}
#section2 .right .box1 li:hover .innerbox1 h3{
    text-align: left;
    left: 0;
    transform: translateX(30px);
    padding-right: 60px;
}
#section2 .right .box1 li:hover .innerbox1 p{
    bottom: 30px;
}
#section2 .right .box1 li:hover .innerbox1 h4{
    bottom: 30px;
}
#section2 .right .box1 li:hover .innerbox1 img{
    bottom: -20px;
}





/* section3 */
#section3 .left{
    background-color: #ffdee1;
}
#section3 .on a{
    background-color: #55ec78;
}
#section3 .right .box2-1 li{
    width: 500px;
    height: 590px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 50px;
}
#section3 .right .box2-1 li a{
    width: 500px;
    height: 590px;
    box-sizing: border-box;
    display: block;
    transition: all 0.5s;
}
#section3 .right .box2-1 li a:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2) ;
}

/* 
#section3 .right .box2-1 li .innerbox1{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 500px;
    height: 200px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
}
#section3 .right .box2-1 li h6{
    width: auto;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    left: 30px;
}
#section3 .right .box2-1 li h3{
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    position: absolute;
    top: 60px;
    left: 30px;
}
#section3 .right .box2-1 li p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#section3 .right .box2-1 li h4{
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    position: absolute;
    bottom: -50px;
    transition: all 1s;
} */


#section3 .right .box2-2{
    width: 500px;
    height: 590px;
    float: right;
    box-sizing: border-box;
}




/* section4 */
#section4 .left{
    background-color: #d2e9e1;
}
#section4 .on a{
    background-color: #ff8062;
}
#section4 .right .box3{
    width: 1600px;
    height: 590px;
    box-sizing: border-box;
}

/* section5 */
#section5 .left{
    background-color: #b6dcb6;
}
#section5 .on a{
    background-color: #fe81c0;
}
#section5 .right .box4-1{
    height: 370px;
    margin-bottom: 60px;
}
#section5 .right .box4-1 li{
    width: 355px;
    height: 370px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 60px;
}
#section5 .right .box4-1 li a{
    width: 355px;
    height: 370px;
    box-sizing: border-box;
}
#section5 .right .box4-1 li:nth-child(4){
    margin-right: 0;
}
#section5 .right .box4-2{
    height: 170px;
    margin-bottom: 60px;
}
#section5 .right .box4-2 li{
    width: 775px;
    height: 170px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 50px;
}
#section5 .right .box4-2 li a{
    width: 775px;
    height: 170px;
    box-sizing: border-box;
}
#section5 .right .box4-2 li:nth-child(2){
    margin-right: 0;
}



/* section6 footer */
.footer{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding-top: 30px;
    position: relative;
}
/* fixed button */
.fixed{
    position: absolute;
    display: inline-block;
    margin-bottom: 5px;
    right: 50px;
    bottom: 15px;
}
.fixed li{
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.fixed li img{
    width: 50px;
    height: 50px;
}




.hidebox{
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.hidebox1 li{
    width: 48%;
    float: left;
    
}
.hidebox1 li a{
    width: 48%;
}
.hidebox1 li{
    margin-right: 2%;
    margin-bottom: 2%;
}
.hidebox1 li:nth-child(2){
    margin-right: 0;
}
.hidebox1 li:nth-child(4){
    margin-right: 0;
}
.hidebox2 li{
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.hidebox2 li a{
    width: 48%;
}
.hidebox2 li:nth-child(2){
    margin-right: 0;
}
.hidebox2 li:nth-child(4){
    margin-right: 0;
}
.hidebox2 li:nth-child(6){
    margin-right: 0;
}
.hidebox3 li{
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.hidebox3 li a{
    width: 48%;
}
.hidebox3 li:nth-child(2){
    margin-right: 0;
}
.hidebox3 li:nth-child(4){
    margin-right: 0;
}
.hidebox4 li{
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.hidebox4 li a{
    width: 48%;
}
.hidebox4 li:nth-child(2){
    margin-right: 0;
}
.hidebox4 li:nth-child(4){
    margin-right: 0;
}
.hidebox4-2{
    clear: both;
    display: block;
    width: 98%;
    margin-bottom: 2%;
}

/* 반응형 */
/* 헤더 */

/* 모바일 */
@media screen and (max-width: 1000px) {
    .gnb{
        display: none;
    }
    .logo{
        margin-left: 4%;
    }
    .left{
        clear: both;

    }
    #Pagenation{
        display: none;
    }
    #section1{
        background: linear-gradient(to bottom, #fff, rgba(229, 108, 70, 0.1));
    }
    #section1 .main_image{
        background: url(../img/main/main_image.jpg) no-repeat center 80px;
        background-size: contain;
    }
    .scroll{
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%);
    }
    .left{
        width: 100%;
        height: 120px;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .title{
        float: left;
        width: 100%;
        margin: auto;
    }
    .title img{
        margin-top: 10px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .title h2{
        font-size: 25px;
        font-weight: bold;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
        text-orientation: mixed;
        text-align: center;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .left_gnb{
        display: none;
    }
    .right{
        left: 0;
        top: 0;
        padding: 150px 30px 50px;
        width: 100%;
        height: 80%;
    }
    .right .season{
        display: none;
    }
    .box1, .box2-1, .box2-2, .box3, .box4-1, .box4-2{
        display: none;
    }
    .hidebox{
        display: block;
    }
    .footer h6{
        font-size: 0.5rem;
    }
    .fixed{
        display: none;
    }
    .container100{
        min-width: 99%;
        margin: 0 auto;
        box-sizing:border-box;
        background: #3da6f0;
        height: 40px;
        padding-top: 5px;
        font-size: 10px;
        text-align:center;
    }
    .top_link01, .top_link02, .top_link03{
        background-size: 20% 80%;
        padding-left: 35px;
    }
}











