@charset "utf-8";

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*pc웹 기본 설정*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

li {
    list-style: none;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

#index {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    background: url(../img/bg.png) center no-repeat;
    background-size: cover;
}

/*--section1---관련툴*/
#tool {
    width: 1024px;
    height: 10vh;
    margin: 0 auto;
}

#tool > ul {
    margin-top: 30px;
    float: right;
}

#tool > ul > li {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    float: left;
}

#tool > ul > li:nth-child(1) {
    background: url(../img/icon01.png) center;
    background-size: cover;
}

#tool > ul > li:nth-child(2) {
    background: url(../img/icon02.png) center;
    background-size: cover;
}

#tool > ul > li:nth-child(3) {
    background: url(../img/icon03.png) center;
    background-size: cover;
}

#tool > ul > li:nth-child(4) {
    background: url(../img/icon04.png) center;
    background-size: cover;
}

/*--section2---자기소개*/

#info {
    width: 40%;
    margin: 0 auto;
}

.pro {
    width: 100%;
    height: 15vh;
    padding: 10px;
    box-sizing: border-box;
}

.pro > li {
    float: left;
}

.pro > li:nth-child(1) {
    width: 20%;
    height: 100%;
    background: url(../img/branding.png) center no-repeat;
    background-size: contain;
}

.pro > li:nth-child(2) {
    width: 50%;
    height: 100%;
    font: 3.5rem/15vh 'InkLipquid';
}

.pro > li:nth-child(3) {
    width: 30%;
    height: 100%;
    font: 1.8rem/3.7rem 'InkLipquid';
}

.pro02 {
    width: 100%;
    height: 40vh;
    padding: 10px;
    position: relative;
}
#pro03 {display: none;}
#pro02 {
    width: 100%;
    padding: 0 50px;
    font: 1.2rem/3.2rem 'RIDIBatang';
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#pro02 > p {
    font: 2rem/3.8rem 'RIDIBatang';
}

#pro02 > strong {
    font: 1.4rem/3rem 'RIDIBatang';
}

#text {
    padding-top: 10px;
}

/*--section3---포폴링크*/

#link {
    width: 100%;
    margin: 0 auto;
}


#link > ul > li {
    width: 120px;
    min-height: 160px;
    display: inline-block;
    margin: 15px;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

#link > ul > li:hover .portfolio {
    display: block;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease-in-out;
}

.portfolio {
    width: 120px;
    height: 160px;
    display: none;
}

.portfolio a {
    color: #242f22;
}

.portfolio a:hover {
    color: #fff;
}

.portfolio > div {
    font: 1rem/1.8rem 'RIDIBatang';
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#fif {
    background: url(../img/p-fifteen.png) center no-repeat #fff;
    background-size: 80%;
}

#sqt {
    background: url(../img/p-sqt.png) center no-repeat #fff;
    background-size: 80%;
}

#al {
    background: url(../img/p-aladin.png) center no-repeat #fff;
    background-size: contain;
}

#mu {
    background: url(../img/p-museo.png) center no-repeat #fff;
    background-size: 90%;
}

/*카페 뮤제오-상세페이지 디자인*/
#museo {
    width: 100%;
    background: #e8e8e8;
}

#museo > img {
    width: 800px;
    height: 9600px;
}

/*카페 뮤제오-상세페이지 디자인 end*/

#madam {
    background: url(../img/p-leaflet.png) center no-repeat #fff;
    background-size: 80%;
}


/*마담 프루스트의 비밀정원-영화 리플렛 디자인*/
#leaflet {
    width: 100%;
    overflow: hidden;
    background: #606c46;
    font: 2rem/3.2rem 'RIDIBatang';
}

#leaflet > div {
    width: 100%;
    height: 220vh;
    background: url(../img/bg.png) right bottom no-repeat;
    background-size: contain;
}


#leaflet > div > ul {
    max-width: 1080px;
    margin: 0 auto;
}

#leaflet > div > ul > li {
    height: 50vh;
    margin: 50px;
}


/*------리플릿 원본*/
#original {
    width: 100%;
    height: 25vh;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
}

#original > ul {
    width: 1080px;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

#original > ul > li {
    float: left;
    width: 340px;
    height: 100%;
}

#original > ul > li:nth-child(1) {
    background: url(../img/original02.jpg) center no-repeat;
    background-size: contain;
}

#original > ul > li:nth-child(2) {
    background: url(../img/original03.jpg) center no-repeat;
    background-size: contain;
}

#original > ul > li:nth-child(3) {
    background: url(../img/original01.jpg) center no-repeat;
    background-size: contain;
}

/*---리플릿 모티브*/
#motiv {
    width: 100%;
    height: 20vh;
}

#motiv > ul {
    width: 100%;
    height: 100%;
}

#motiv > ul > li {
    float: left;
}

#motiv > ul > li > strong {
    color: #20290c;
    line-height: 80px;
}

#motiv > ul > li:nth-child(1) {
    width: 30%;
    font: 1.9rem/3rem 'RIDIBatang';
    position: relative;
    top: 50px;
}

#motiv > ul > li:nth-child(2) {
    width: 70%;
    height: 80vh;
    background: url(../img/motiv.jpg) right no-repeat;
    background-size: contain;
    position: relative;
    top: -50px;
}

/*-------리플릿 리뉴얼*/
#new {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 100px;
}

#new > ul {
    width: 1080px;
    height: 100%;
}

#new > ul > li {
    float: left;
    /*    cursor: pointer;*/
}

#new > ul > li:nth-child(1) {
    width: 35%;
    height: 100%;
    background: url(../img/new_a.png) center no-repeat;
    background-size: contain;
}

#new > ul > li:nth-child(2) {
    width: 65%;
    height: 100%;
    background: url(../img/new_b.png) center right no-repeat;
    background-size: contain;
}

/*마담 프루스트의 비밀정원-영화 리플렛 디자인 end*/


/*태블릿 기본 설정1024px미만일때*/
/*
@media all and (max-width:1023px) {
    #tool {
        height: 7vh;
    }
      #tool > ul {
        margin-top: 20px;
        margin-right: 20px;
    }
}
*/

/*모바일 기본 설정767px이하일때*/
@media all and (max-width:767px) {

    /*--section1---관련툴*/

    #tool {
        width: 100%;
        height: 5vh;
        margin: 0 auto;
    }

    #tool > ul {
        margin-top: 10px;
        margin-right: 10px;
        float: right;
    }

    #tool > ul > li {
        width: 30px;
        height: 30px;
        margin-left: 15px;
        float: left;
    }

    /*--section2---자기소개*/
    #info {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .pro {
        width: 100%;
    }

    .pro > li {
        clear: both;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        top: -28px;
    }

    .pro > li:nth-child(1) {
        width: 30%;
        background-size: 70%;
    }

    .pro > li:nth-child(2) {
        height: 3vh;
        font: 3rem/3.5vh 'InkLipquid';
        /*        display: none;*/
    }

    .pro > li:nth-child(3) {
        height: 8vh;
        font: 1.5rem/2.5rem 'InkLipquid';
        /*        display: none;*/
    }

    .pro2 {
        width: 100%;
    }
    #pro02 {
        display: none;
    }
    #pro03 {
        display: block;
        width: 80%;
        font: 1.1rem/1.8rem 'RIDIBatang';
        position: absolute;
        transform: translateX(-50%);
        top: 25%;
        left: 50%;
    }

    #pro03 > p {
        width: 100%;
        font: 1.6rem/3.5rem 'RIDIBatang';
        overflow: hidden;
    }

    #pro03 > strong {
        font: 1.3rem/2.8rem 'RIDIBatang';
    }

    #link {
        width: 100%;
        height: 20vh;
        position: relative;
        top: 5%;
    }

    #link > ul li:last-child {
        display: none;
    }

}
