@charset "UTF-8";

/* reset */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color:#333;
}

li {
    list-style: none;
    color:#333;
}
img {
    width: 100%;
    display: block;
}
div {
    font-family:'Helvetica', sans-serif;
    color:#333;
}
body {
    background-color:#ededed;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#wrap {
    width:100%;
    height:auto;
}

#header {
    width:auto;
    height:auto;
    position:fixed;
    top:1.5%;
    left:10px;
    z-index:1;
    border-radius:5px;
    padding:10px 20px 20px 10px;
}

#header .logo {
    width:auto;
    display:inline-block;
    margin-bottom:35px;
    font-size:25px;
    font-weight:400;
    line-height:30px;
    letter-spacing:0px;
    cursor:pointer;
}

#header .nav {
    width:fit-content;
}
#header .nav ul li {
    cursor:default;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}
#header .nav ul li:hover {
    text-decoration-color: #333;
    text-underline-offset: 3px;
    opacity:0.5;
}
#header .nav .first {
    font-size:15px;
    font-weight:400;
    line-height:1vw;
    letter-spacing:0px;
    margin-bottom:20px;
}

#header .nav .second-1 {
    font-size:15px;
    font-weight:400;
    line-height:30px;
    letter-spacing:0px;
}

#header .nav .second-2 {
    font-size:15px;
    font-weight:400;
    line-height:1.2vw;
    letter-spacing:0px;
}

#header .nav .third {
    font-size:15px;
    font-weight:400;
    line-height:1vw;
    letter-spacing:0px;
    margin-top:20px;
}

#contents {
    width:100%;
    height:auto;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
#contents .work {
    width:fit-content;
    height:auto;
    position:fixed;
    bottom:2%;
    left:10px;
    padding:10px;
    border-radius:5px;
}

#contents .work .branding_design_list {
    margin-bottom:35px;
}

#contents .work .graphic_design_list {
    margin-bottom:35px;
}

#contents .work .graphic_design_list .title {
    font-size:13px;
    line-height:15px;
    margin-bottom:15px;
    color:#333;
    font-weight:700;
    cursor:default;
}

#contents .work .graphic_design_list > ul > a > li {
    margin-bottom:3px;
    font-size:13px;
    line-height:15px;
    color:#333;
}

#contents .work .graphic_design_list > ul > a {
    cursor:default;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}

#contents .work .graphic_design_list > ul > a:hover {
    text-decoration-color: #333;
    text-underline-offset: 3px;
}

#contents .work .branding_design_list .title {
    font-size:13px;
    line-height:15px;
    margin-bottom:15px;
    color:#333;
    font-weight:700;
    cursor:default;
}

#contents .work .branding_design_list > ul > a > li {
    margin-bottom:3px;
    font-size:14px;
    line-height:20px;
    color:#333;
}

#contents .work .branding_design_list > ul > a {
    cursor:default;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}

#contents .work .branding_design_list > ul > a:hover {
    text-decoration-color: #333;
    text-underline-offset: 3px;
}

#contents .work .shooting_list .title {
    font-size:13px;
    line-height:15px;
    margin-bottom:15px;
    color:#333;
    font-weight:700;
    cursor:default;
}

#contents .work .shooting_list > ul > a > li {
    margin-bottom:3px;
    font-size:13px;
    line-height:15px;
    color:#333;
}

#contents .work .shooting_list > ul > a {
    cursor:default;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}

#contents .work .shooting_list > ul > a:hover {
    text-decoration-color: #333;
    text-underline-offset: 3px;
}

#footer {
    width:100%;
    height:20px;
    position:fixed;
    bottom:0;
    left:0;
    cursor:defalt;
    z-index:999;
    color:#333;
}

/*intro section*/
.welcome-section{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #ededed;
    overflow: hidden;
    z-index:1000;
  }
  .content-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .fly-in-text{
    list-style: none;
    cursor:default;
  }
  .fly-in-text li{
    display: inline-block;
    margin-right: 0px;
    font-size:14px;
    color: #333;
    opacity: 1;
    transition: all 1.5s ease;
  }
  .fly-in-text li:nth-child(5){
    margin-right: 0;
  }
  .enter-button{
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    opacity: 1;
    transition: all 1s ease 1s;
    margin-top:10px;
  }
  .content-hidden .fly-in-text li, .content-hidden .enter-button{opacity: 0;}
  .content-hidden .fly-in-text li:nth-child(1) { transform: translate3d(-30px, 0, 0); }
  .content-hidden .enter-button{ transform: translate3d(0, -20px, 0); }

@media screen and (max-width: 1024px) {
    #wrap {
        display:none;
    }
    #footer {
        display:none;
    }
    .fly-in-text li {
        font-size:12px;
    }
    .enter-button {
        font-size:12px;
    }
}
@media screen and (min-width: 1024px) {
    #mb_wrap {
        display:none;
    }
}

/*MOBILE*/
#mb_wrap {
    width:100%;
    height:auto;
}

#mb_header {
    width:auto;
    height:auto;
    position:fixed;
    z-index:1;
}

#mb_header .logo {
    width:auto;
    display:inline-block;
    margin:15px 15px 10px 15px;
    font-size:20px;
    font-weight:400;
    line-height:25px;
    letter-spacing:0px;
    cursor:pointer;
}

#mb_header .nav {
    width:100%;
    display:flex;
}
#mb_header .nav .first, .second, .third, .fourth {
    cursor:default;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}

#mb_header .nav .first {
    font-size:12px;
    font-weight:400;
    line-height:18px;
    letter-spacing:0px;
    width:25vw;
    margin-left:15px;
}

#mb_header .nav .second {
    font-size:12px;
    font-weight:400;
    line-height:18px;
    letter-spacing:0px;
    width:25vw;
}

#mb_header .nav .third {
    font-size:12px;
    font-weight:400;
    line-height:18px;
    letter-spacing:0px;
    width:25vw;
}

#mb_header .nav .fourth {
    font-size:12px;
    font-weight:400;
    line-height:18px;
    letter-spacing:0px;
    width:25vw;
}

#mb_contents {
    width:100%;
    height:auto;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
#mb_contents .mb_work {
    width:fit-content;
    height:auto;
    position:fixed;
    bottom:2%;
    left:15px;
}

#mb_contents .mb_work .mb_branding_design_list {
    margin-bottom:15px;
}

#mb_contents .mb_work .mb_graphic_design_list {
    margin-bottom:15px;
}

#mb_contents .mb_work .mb_graphic_design_list .title {
    font-size:10px;
    line-height:15px;
    margin-bottom:7px;
    color:#333;
    font-weight:700;
    cursor:default;
}

#mb_contents .mb_work .mb_graphic_design_list > ul > a > li {
    margin-bottom:3px;
    font-size:10px;
    line-height:13px;
    color:#333;
}

#mb_contents .mb_work .mb_graphic_design_list > ul > a {
    cursor:default;
}

#mb_contents .mb_work .mb_branding_design_list .title {
    font-size:10px;
    line-height:15px;
    margin-bottom:7px;
    color:#333;
    font-weight:700;
    cursor:default;
}

#mb_contents .mb_work .mb_branding_design_list > ul > a > li {
    margin-bottom:3px;
    font-size:10px;
    line-height:13px;
    color:#333;
}

#mb_contents .mb_work .mb_branding_design_list > ul > a {
    cursor:default;
}

#mb_contents .mb_work .mb_shooting_list .title {
    font-size:10px;
    line-height:15px;
    margin-bottom:7px;
    color:#333;
    font-weight:700;
    cursor:default;
}

#mb_contents .mb_work .mb_shooting_list > ul > a > li {
    margin-bottom:3px;
    font-size:10px;
    line-height:13px;
    color:#333;
}

#mb_contents .mb_work .mb_shooting_list > ul > a {
    cursor:default;
}

