@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Righteous');

*{
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
    }

img {
    vertical-align: top;
}
a {
    color: #333;
    text-decoration: none;
}

ul, ol{
    list-style: none;
}

/*로고*/
h1{
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 10;
}
h1 img{
    width: 200px;
    height: auto;
}

/*sns*/

#sns {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 10;
}

#sns li {
    float: left;
    margin-left: 20px;
}

#sns li i{
    font-size: 25px;
    color: #111;
    opacity: 0.5;
    transition: all 0.5s;
}

#sns li i:hover {
    transform: scale(1.5);
    opacity: 1;
}


/*메뉴*/


#menu {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top:-100px;
    z-index: 500;
}
#menu li {}
#menu li a {
    font-family: righteous;
    font-size: 14px;
    /* color: #000; */
    color: lightgray;
    display: block;
    width: 200px;
    height: 60px;
    border-top: 1px solid #111;
    text-align: right;
    transition: all 0.5s;
    }


#menu li:hover a{
    font-size: 24px;
    opacity: 1;
}

#menu li.on a{
    font-size: 24px;
    opacity: 1;
}

/* #menu li:nth-child(1).on a{color:#d4164c; border-color:#d4164c;}
#menu li:nth-child(2).on a{color:#fff; border-color:#fff;}
#menu li:nth-child(3).on a{color: #ffec6a; border-color: #ffec6a;}
#menu li:nth-child(4).on a{color: #005a89; border-color: #005a89;} */

#menu li:nth-child(1).on a{color:whitesmoke; border-color:whitesmoke;}
#menu li:nth-child(2).on a{color:whitesmoke; border-color:whitesmoke;}
#menu li:nth-child(3).on a{color: whitesmoke; border-color: whitesmoke;}
#menu li:nth-child(4).on a{color: whitesmoke; border-color: whitesmoke;}



/*컨텐츠영역*/

section{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
/* .spring{background-image: url(../images/bg1.jpg);}
.summer{background-image: url(../images/bg2.jpg);}
.autumn{background-image: url(../images/bg3.jpg);}
.winter{background-image: url(../images/bg4.jpg);} */

/* .spring{background-image: url(../images/test_1.png);}
.summer{background-image: url(../images/test_2.png);}
.autumn{background-image: url(../images/test_3.png);}
.winter{background-image: url(../images/test_4.png);} */

.spring{background-image: url(../images/jc_main_2.png);}
.summer{background-image: url(../images/jc_main_1.png);}
.autumn{background-image: url(../images/jc_main_3.png);}
.winter{background-image: url(../images/jc_main_4.png);}





/*텍스트영역*/

article {
        position: absolute;
        top: 46%;
        /* left: 300px; */
        left: 400px;
        z-index: 11;
        }
article p {
    font-family: righteous;
    /* font-size: 50px; */
    font-size: 82px;
    letter-spacing: 2px;
    }
article span {/*폰트는 기본적으로 p,span 등 일반 글자는 16px이다.*/}

.spring p {
        /* color: #d4164c; */
        color: whitesmoke;
}

/* .spring span { color: #111;} */
.spring span { color: whitesmoke;}

/* .summer p {color: #222222;} */
/* .summer span {color: #222222;} */
.summer p {color: whitesmoke;}
.summer span {color: whitesmoke;}

.autumn p {color: whitesmoke;}
.autumn span { color: whitesmoke;}
/* .autumn span { color: #ffec6a;} */

/* .winter p { color: #005a89;}
.winter span { color:#111;} */
.winter p { color: whitesmoke;}
.winter span { color:whitesmoke;}

section img{position: absolute;}

.p11 { bottom: 20px; right: 20px; }
.p12 { bottom: -40px; right: 130px; }
.p13 {top: 180px; right: 60px;}

.p21 {bottom: -480px; right: -180px;}
.p22 {bottom: -40px; right: 130px;}

.p31 {bottom: 30px; right: 180px;}
.p32 {bottom: -270px; right: 110px;}
.p33 {bottom: -130px; right: -70px;}

.p41 {bottom: -120px; right: 20px;}
.p42 {bottom: -180px; right: 0px;}


#mobileWrap {
    display: none;
}



  @media only screen and (max-width: 767px) {

    h1 {
        top: 25px;
        left: 25px;
    }

    .spring article p {
        color: red !important;
    }

    #wrap {
        display: none;
    }
    #menu {
        top: 28%;
        right: 0;
        left: auto;
    }
    #mobileWrap {
        display: block;
    }
    #mobileWrap section{
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        background-attachment: fixed;
        position: relative;
        overflow: hidden;
    }
    .spring p {
        /* color: #d4164c; */
        color: whitesmoke;
}

/* .spring span { color: #111;} */

.mspring span { color: whitesmoke;}

/* .summer p {color: #222222;} */
/* .summer span {color: #222222;} */
.msummer p {color: whitesmoke;}
.msummer span {color: whitesmoke;}

.mautumn p {color: whitesmoke;}
.mautumn span { color: whitesmoke;}
/* .autumn span { color: #ffec6a;} */

/* .winter p { color: #005a89;}
.winter span { color:#111;} */
.mwinter p { color: whitesmoke;}
.mwinter span { color:whitesmoke;}

/* .mspring{background-image: url(../images/mobile_bg_main1_1.png); min-width: 100%;}
.msummer{background-image: url(../images/mobile_bg_main2_2.png); min-width: 100%;}
.mautumn{background-image: url(../images/mobile_bg_main3_3.png); min-width: 100%;}
.mwinter{background-image: url(../images/mobile_bg_main4_4.png); min-width: 100%;} */

.mspring img,
.msummer img,
.mautumn img,
.mwinter img {
    width: 100% !important;
    height: 100vh !important;
    background-size: cover !important;
}

#sns {
    display: none;
}


  }

  @media only screen and (max-height: 700px) {
    #menu {
        top: 32%;
        right: 0;
        left: auto;
    }
  }