@charset "utf-8";
/* ================================================================== */
/* Name	: main.css
/* Script :  Layout CSS
/* Author : Design Geulggol
/* Date	: 2017-07-21
/* ================================================================== */


/* ----------------------------- */
/* Common
/* ----------------------------- */
.main h1 {
    font-family:'RobotoB';
    font-size: 8rem;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 5vw 0;
}


/* ----------------------------- */
/* visual
/* ----------------------------- */
#visual_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    background: #fff;
}
#visual {
    overflow: hidden;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#visual div {
    -webkit-transition: opacity 3s ease, visibility 3s;
    transition: opacity 3s ease, visibility 3s;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 120%;
}
#visual div.visible {
    -webkit-animation: bg 45s linear infinite;
    animation: bg 45s linear infinite;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
#visual div.visible.top {
    z-index: 2;
}
#visual div:only-child {
    -webkit-animation-direction: alternate !important;
    animation-direction: alternate !important;
}
body.is-loading #visual {
    opacity: 0;
}

@-webkit-keyframes bg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@keyframes bg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@-webkit-keyframes zoom {
    0% {-webkit-transform: scale(1);transform: scale(1);}
    100% {-webkit-transform: scale(1.15);transform: scale(1.15);}
}
@keyframes zoom {
    0% {-webkit-transform: scale(1);transform: scale(1);}
    100% {-webkit-transform: scale(1.15);transform: scale(1.15);}
}
#visual_wrap .main_bkimg {
    background-position: center center;
    height:840px;
}
#visual_wrap .main_bkimg_01 {
    background-image: url('/images/main/visual1.jpg');
}
#visual_wrap .main_bkimg_02 {
    background-image: url('/images/main/visual2.jpg');
}
#visual_wrap .main_bkimg_03 {
    background-image: url('/images/main/visual3.jpg');
}

#visual_wrap .slogan {
    z-index: 3;
    width: 1280px;
    height: 352px;
    color:#fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2.5% 0 5%;
    margin:11% auto;
}
#visual_wrap .slogan p {
    line-height: 1.4em;
    font-family:'NotoL';
    font-size: 3.8vw;
    color: #fff;
}
#visual_wrap .slogan span.visual_txt01 {
    display: inline-block;
    font-family:'NotoB';
    font-size: 5.000em;
    margin: 4% 0 3%;
}
#visual_wrap .slogan div.visual_line {
    width: 130px;
    height: 10px;
    background-color: #fff;
    margin:10% 0 0;
}
#visual_wrap .slogan span.visual_txt02 {
    display: block;
    font-family:'RobotoT';
    font-size: 1.438em;
    float: right;
    text-align: right;
    line-height: 30px;
}
#visual_wrap .slogan span.visual_txt03 {
    display: block;
    font-family:'RobotoT';
    font-size: 1.250em;
    margin-top: 6%;
    line-height: 27px;
}




/* ----------------------------- */
/*project_wrap
/* ----------------------------- */



.project_image {margin-left:-110px;}

.project_image>div {
    margin: 10px;
    position:relative;

 }

.project_image div {
    cursor:pointer;
}

.project_image>div>div.cover {
    background-color: rgba(0, 0, 0, 0.6);/* RGBa with 0.6 opacity */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);/* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";/* For IE 8*/
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.project_image>div>div.summary {
    width:100%;
    height:100px;
    position:absolute;
    bottom:-100px;
    left:0;
    background-color: rgba(0, 0, 0, 0.6);/* RGBa with 0.6 opacity */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);/* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";/* For IE 8*/
    padding: 5%;
}

.project_list ul {z-index:999;}




#project_wrap {
    display: block;
    width: 100%;
    height: 780px;
}

.project_h3 {
    width: 1280px;
    margin: 0 auto;
    padding: 4% 10%;
}
.project_h3 h3 {
    font-size:3.750em;
    font-family:'RobotoB';
}
#project_wrap h3.black_pro:after {
    content: '';
    width: 42px;
    height: 6px;
    background-color: #000;
    float:left;
    margin:50px 30px 0 0;
}

#project_wrap div.project_list {
    width: 1490px;
    margin: 0 auto;
}
#project_wrap div.project_list ul {
    position: absolute;
    width: 686px;
    background: #fff;
    height: 410px;
    padding: 0.8% 5.5% 2%;
}
#project_wrap div.project_list ul li {
    padding: 3.8% 0;
}
#project_wrap div.project_list ul li span.project_list_num {
    padding-right: 15%;
    color:#505050;
}
#project_wrap div.project_list ul li span.project_list_pro {
    font-size:1.375em;
    color:#999999;
	font-family:'NotoB';
}

#project_wrap div.project_list ul li a span:hover {
    color:#505050;
}
.project_list_display {
    width: 224px;
    height: 60px;
    position: absolute;
    background-color: #fdb813;
    z-index: -999;
    left: 170px;
    /* top: 0; */
    margin: -2.2%;
}
#project_wrap div.project_list ul li a span.project_list_over {
    color:#505050;
}


#project_wrap div.project_image {
    width: 100%;
    background-color: #189dc0;
    height: 410px;
}
.m_pro_txt01 {
    font-size: 1.250em;
    float: left;
    color:#fdb813;
    width: 100%;
}
.m_pro_txt02 {
    float: left;
    color:#fff;
}









/* ----------------------------- */
/*scrollview_wrap
/* ----------------------------- */

#scrollview_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background:url('/images/main/scrollview.jpg') no-repeat center top;
}


#masthead {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/main/scrollview2.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    position: relative;
}



#masthead .scrolltxt {
    text-align: center;
    z-index: 3;
}
#masthead .scrolltxt p {
    line-height: 1.4em;
    font-family:'RobotoT';
    text-align: center;
    color: #fff;
}
#masthead .scrolltxt p span.btxt {
    display: block;
    margin: 0.5em;
    font-family:'RobotoB';
    font-size: 2.5vw;
}
#masthead .scrolltxt p span.thintxt {
    display: block;
    font-family:'RobotoL';
    font-size: 1.125em;
}
#masthead .scrolltxt span.scrolltxt_hide {
    display:none;
}


.gradtext {
    background: #55ffaa;
    background: -webkit-linear-gradient(left, #fdb813, #00aeef);
    background:    -moz-linear-gradient(right, #fdb813, #00aeef);
    background:      -o-linear-gradient(right, #fdb813, #00aeef);
    background:         linear-gradient(to right, #fdb813, #00aeef);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}



/* ----------------------------- */
/*History
/* ----------------------------- */
#history_wrap {
    display: block;
    width: 100%;
    height: 450px;
    background:#00aeef;
}

#history_wrap .history_box {
    width: 1280px;
    margin: 0 auto;
    padding: 4% 0;
}
#history_wrap h3 {
    font-size:3.750em;
    font-family:'RobotoB';
    color: #fff;
    float: left;
}
#history_wrap h3.black_pro:after {
    content: '';
    width: 42px;
    height: 6px;
    background-color: #fff;
    float:left;
    margin:50px 30px 0 0;
}

.history_box_left {
    width: 100%;
    display: inline-block;
}
.history_box_left div.history_scroll {
    color: #fff;
    background: url("/images/main/history_btn2.gif") no-repeat 0 20px;
    height: 50px;
    display: block;
    margin: 15px 30px;
    float: left;
    width: 180px;
}
.history_box_left div.history_scroll span {
    padding-left:10px;
    font-family:'RobotoT';
}
.history_box_left div.history_btn {
    margin-top: 20%;
}
.history_box_left div.history_btn a {
    background-color: #fff;
    padding: 4.5% 17%;
	font-family:'NotoR';
    font-size:1.125em;
}
.history_box_left div.history_btn a span img {
    margin: 5px 0 5px 20px;
}

#history_txt {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.history_con {
    width: 1280px;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
#history_txt ul {
    border: 0.5px solid #fff;
    width: 100%;
    margin: 120px 0;
    text-align: center;
}
#history_txt ul li {
    float: left;
    padding-left: 20px;
}
#history_txt ul li span {
    float: left;
    width: 100%;
    color:#fff;
}
#history_txt ul li span.history_year {
    top: -75px;
    position: relative;
    color:#fff;
	font-family:'RobotoM';
    font-size:30px;
}
#history_txt ul li span.history_year2017 {
    top: -80px;
    position: relative;
    color:#fdb813;
	font-family:'RobotoM';
    font-size:40px;
}
#history_txt ul li span.history_img {
    position: relative;
    top: -42px;
}
#history_txt ul li span.history_img2 {
    position: relative;
    top: -35px;
}
#history_txt ul li span.history_txt {
    position: relative;
    top: -15px;
    color:#fff;
}




.history_box_right {
    float:left;
    width: 70%;
    border-top: 3px solid #fff;
    margin-top: 3.2%;
}
.history_box_right div.history_box_right_bt {
    position: relative;
    top: -20px;
    /*left: 130px;*/
    padding-left: 130px;
}
.history_box_right div.history_box_right_txt {
    padding: 10px 12%;
    display: block;
}
.history_box_right div.history_box_right_txt span {
    font-size:2.500em;
    color:#fdb813;
    float:left;
}
.history_box_right div.history_box_right_txt p {
    color: #fff;
    float:left;
    padding: 0 5%;
}


.history_box_top {
    margin: 0 0 3%;
    display: inline-block;
    width: 100%;
}
.history_box_top div.history_scroll {
    display: flex;
    color: #fff;
    background: url("/images/main/history_btn2.gif") no-repeat 0 20px;
    height: 50px;
    margin: 15px 0;
}
.history_box_top div.history_scroll span {
    padding-left:10px;
    font-family:'RobotoT';
}

.history_box_bottom {
    float: left;
    width: 100%;
}










/* ----------------------------- */
/*banner
/* ----------------------------- */

#banner_wrap div.banner_list {
    width: 100%;
    text-align: center;
    display: inline-block;
}
#banner_wrap div.banner_list a {
    /* width: 11%; */
    float:left;
    padding-left: 17px;
}







/* ----------------------------- */
/* overview
/* ----------------------------- */
#overview {
    position: relative;
    padding: 5vw 1.1904%;
}


/* ----------------------------- */
/* Responsive
/* ----------------------------- */
/* Layout Max Size : 1680px (1640px)
/* Desktop : 1200px < Screen ≤ 1680px
/* Tablet Landscape ~ Desktop : 981px ≤ Screen ≤ 1240px
/* Tablet Portrait ~ Landscape : 768px ≤ Screen ≤ 980px
/* Mobile Portrait ~ Landscape : 480px ≤ Screen < 768px (landscape)
/* Mobile Landscape : 320px  ≤ Screen < 480px (portrait)
/* ----------------------------- */


/* Desktop*/


@media screen and (min-width:1920px) {

    /* max font */
    .main h1 { font-size: 92px;}
    #visual_wrap .slogan p { font-size: 73px;}
    #works .recent h1 { font-size: 42px;}

}



@media screen and (max-width:1366px) {
    #project_wrap {
        display: block;
        width: 100%;
        height: 780px;
    }

    .project_h3 {
        width: 100%;
        margin: 0 auto;
        padding: 4% 10%;
    }
    .project_h3 h3 {
        font-size:3.750em;
        font-family:'RobotoB';
    }
    #project_wrap h3.black_pro:after {
        content: '';
        width: 42px;
        height: 6px;
        background-color: #000;
        float:left;
        margin:50px 30px 0 0;
    }

    #project_wrap div.project_list {
        width: 100%;
        margin: 0 auto;
    }
    #project_wrap div.project_list ul {
        position: relative;
        width: 100%;
        background: #fff;
        height: auto;
        padding: 0 20px;
        margin-bottom: 20px;
        display: inline-block;
    }
    #project_wrap div.project_list ul li {
        padding: 0;
        display: inline;
        margin-right: 6px;
    }
    #project_wrap div.project_list ul li span.project_list_num {
        display: none;
    }
    #project_wrap div.project_list ul li span.project_list_pro {
        font-size:1.375em;
        color:#999999;
        font-family:'NotoB';
        display: inline-block;
        padding: 10px 15px;
        margin-bottom: 10px;
        background: #262626;
        /*border: 2px solid #999;*/
    }

    #project_wrap div.project_list ul li a span:hover {
        color: #505050;
        background: #fdb813;
        padding: 5px 7px;
    }
    .project_list_display {
        display: none;
    }
    #project_wrap div.project_list ul li a span.project_list_over {
        color: #505050;
        background: #fdb813;
        padding: 5px 7px;
    }


    #project_wrap div.project_image {
        width: 100%;
        background-color: #189dc0;
        height: 410px;
    }
    .m_pro_txt01 {
        font-size: 1.250em;
        float: left;
        color:#fdb813;
        width: 100%; 
    }
    .m_pro_txt02 {
        float: left; 
        color:#fff;
    }


    #visual_wrap .slogan {
        border-top: 0;
        border-bottom: 0;
    }

}

@media screen and (max-width:1280px) {
    #visual_wrap .slogan {
        width:100%;
        padding: 5%;
        height: 500px;
    }
    #history_wrap .history_box {
        width:100%;
    }
}

@media screen and (max-width:1240px) {


    /* max font */
    .main h1 { font-size: 8vw;}
    .work_list figure figcaption span:first-child { font-size: 5vw}
    /*#works .recent h1 { font-size: 26px;}*/
    /*#overview .slogan { font-size: 72px;}*/
    /*#overview .ov_text_box .big_num { font-size: 120px }*/

    #overview { padding: 5vw 1.1904% 7vw;}
    #overview .num_tab { top : 13.5vw;}

    /*#works .recent .date span:first-child {
        font-size: 28px;
    }*/

    #works { padding: 7vw 0;}



    #visual_wrap .main_bkimg {
        background-position: center center;
        height:auto;
    }
    #visual_wrap .slogan span.visual_txt02 {
        display:none;
    }
    #visual_wrap .slogan span.visual_txt01 {
        line-height: 70px;
        font-size: 65px;
    }


    #masthead .scrolltxt {
        text-align: center;
        z-index: 3;
    }
    #masthead .scrolltxt img {
        display:none;
    }
    #masthead .scrolltxt p {
        line-height: 1.4em;
        font-family:'RobotoT';
        text-align: center;
        color: #fff;
    }
    #masthead .scrolltxt p span.btxt {
        display: block;
        margin: 0.5em;
        font-family:'RobotoB';
        font-size: 2.5vw;
    }
    #masthead .scrolltxt p span.thintxt {
        display: block;
        font-family:'RobotoL';
        font-size: 1.125em;
    }
    #masthead .scrolltxt span.scrolltxt_hide {
        display: block;
        font-size: 35pt;
	    font-family:'NotoB';
        padding-bottom: 20px;
        line-height: 50px;
    }


/*history*/
    #history_wrap {
        display: block;
        width: 100%;
        height: auto;
        background:#00aeef;
    }
    #history_wrap .history_box {
        width: 100%;
        margin: 0 auto;
        padding: 4% 0;
        display: inline-block;
    }
    #history_wrap h3 {
        font-size:3.750em;
        font-family:'RobotoB';
        color: #fff;
        float:left;
    }
    #history_wrap h3.black_pro:after {
        content: '';
        width: 42px;
        height: 6px;
        background-color: #fff;
        float:left;
        margin:50px 30px 0 0;
    }
    .history_box_left {
        float:none;
        width: 100%;
        padding: 0 3%;
    }
    .history_box_left div.history_scroll {
        color: #fff;
        background: url("/images/main/history_btn2.gif") no-repeat 0 20px;
        height: 50px;
        display: block;
        margin: 4% 0;
    }
    .history_box_left div.history_scroll span {
        padding-left:10px;
        font-family:'RobotoT';
    }
    .history_box_left div.history_btn {
        margin-top: 30px;
        width:250px;
        float:left;
        margin-left:30px;
    }
    .history_box_left div.history_btn a {
        background-color: #fff;
        padding: 4.5% 17%;
        font-family:'NotoR';
        font-size:1.125em;
    }
    .history_box_left div.history_btn a span img {
        margin: 5px 0 5px 20px;
    }


    .history_box_right {
        display: none;
    }
    .history_box_right div.history_box_right_bt {
        display: none;
    }
    .history_box_right div.history_box_right_txt {
        display: none;
    }
    .history_box_right div.history_box_right_txt span {
        font-size:2.500em;
        color:#fdb813;
        float:left;
    }
    .history_box_right div.history_box_right_txt p {
        color: #fff;
        float:left;
        padding: 0 5%;
    }





/*project*/
    #project_wrap div.project_list ul li {
        padding: 0;
        width: 50%;
        float: left;
        display: inline-table;
    }
    #project_wrap div.project_list ul li span.project_list_pro {
        font-size:1.375em;
        color:#999999;
        padding: 2.5% 5%;
        background: #fff;
        /*border: 2px solid #999;*/
    }

}


/* Tablet Landscape ~ Desktop */
@media screen and (max-width:980px) {

    .container { padding: 5vw 2.3808%;}
    #visual_wrap .slogan p { font-size: 37px;}
    /*#works, #overview, #culture, #info > div { padding-top: 90px !important;}*/
    #works .category { margin: 0 5% 3%; }
    #works .recent article {margin-bottom: 30px;}
    #works .recent .date span:first-child { font-size: 24px;}
    #overview .num_tab {
        position: relative;
        top: auto;
        margin: 5vw 0 1vw;
        width: 100%;
    }
    #overview .ov_picture {
        width: 100%;
        margin-top: 0;
    }
    #overview .ov_picture button {
        bottom: 3.4vw;
    }
    #overview .ov_text_wrap {
        position: relative;
        width: 100%;
        margin: 0 auto 4vw;
        top: auto;
        right: auto;
    }
    #overview .ov_text_box {padding: 7%;}
    #overview .ov_text_box > div { margin-bottom: 10vw; }

    #info h1::after { margin: 26px auto;}
    #client  p { width: 90%; margin: 0 auto 3vw;}
    #contact ul { width: 100%;}


    .history_box_right {
        float:none;
        width: 100%;
        border-top: 0;
        margin-top: 10%;
    }
    .history_box_right div.history_box_right_bt {
        display: none;
    }

    #visual_wrap .slogan {
        width: 80%;
    }
}





@media screen and (max-width:768px) {

    /* max font */
    /*.main h1 { font-size: 37px;}*/
    /*#works .recent h1 { font-size: 28px;}*/
    #overview .slogan { font-size: 48px;}
    #overview .ov_text_box .big_num { font-size: 78px }

    #visual_wrap .quick_move a {
        letter-spacing: 0.3em;
        font-size: 14px;
    }
    #culture .more { width: 38px; height: 38px;}

    #news, #client, #contact {
        width: 100%;
        padding: 50px 0 40px;
        border-top: 1px solid #ddd;
    }
    #news {
        padding-top: 20px;
        border-top: none;
    }
    #news.gutter, #client.gutter, #contact.gutter { margin: 0;}
    #client  p { width: 70%;}
    #contact ul {
        width: 60%;
        margin: 0 auto;
    }

    .project_h3 {
        padding: 0 20px 20px;
    }
    #project_wrap {
        height: 700px;
    }
    #project_wrap div.project_list ul {
        padding: 0;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    #project_wrap div.project_list ul li {
        margin: 0 20px;
        display: inline-block;
        width: auto;
        float: none;
    }
    #project_wrap div.project_list ul li span.project_list_pro {
        font-size: 14px;
        padding: 5px 0;
        margin-bottom: 0;
    }

}


@media screen and (max-width:767px) {

    #works .category {
        display: block;
        text-align: center;
    }
    .work_list figure figcaption span:first-child { font-size: 8vw;}
    .work_list figure figcaption span:first-child:after { height:30px;}
    #works .recent h1 { margin: 4vw 1.1904% 6vw;}
    #works .recent .date span:first-child::before { margin-bottom: 2vw;}
    #overview { padding: 5vw 1.1904% 60px; }
    #overview .ov_picture p {
        -webkit-transform: rotate(0);
                transform: rotate(0);
        -webkit-transform-origin: 0;
                transform-origin: 0;
        top: 10px;
        left: 10px;
        margin-top: 0;
    }
    #overview .ov_picture button.prev {
        left: 15px;
        right: 0;
    }
    #overview .ov_picture button.next {
        right: 15px;
    }
    #culture .more {

    }
    #project_wrap {
        height: auto;
        padding-bottom: 40px;
    }


}


@media screen and (max-width:600px) {
    #visual_wrap .slogan div.visual_line {
        display: none;
    }
    #visual_wrap .slogan span.visual_txt01 {
        padding: 0 10%;
    }
    #visual_wrap .slogan span.visual_txt03 {
        padding: 0 10%;
    }

}

@media screen and (max-width:498px) {
    #project_wrap {
        height: auto;
        padding: 8% 0;
    }
    #masthead .scrolltxt span.scrolltxt_hide {
        padding: 0 3%;
        font-size: 24pt;
        line-height: 35px;
    }

    #history_wrap .history_box {
        padding: 5% 10px 7%;
    }
    #history_wrap h3 {
        font-size: 35px;
        width: 100%;
    }
    #history_wrap h3.black_pro:after {
        margin: 25px 15px 0 0;
    }
    .history_box_left {
        padding:0;
    }
    .history_box_left div.history_btn {
        margin-top: 20px;
        width: 100%;
        margin-left:0;
    }
    .history_box_left div.history_btn a {
        padding: 2% 5%;
        font-size: 15px;
    }


    #masthead .scrolltxt p span.thintxt {
        padding: 10px 20px 0;
    }

    #visual_wrap .slogan {
        height: 270px;
        padding: 0 25%;
    }
    #visual_wrap .slogan span.visual_txt01 {
        font-size: 3.125em;
        line-height: 50px;
    }
    #visual_wrap .slogan span.visual_txt03 {
        font-size: 1.125em;
        line-height:22px;
    }

    .project_h3 { padding: 0 10px 10px;}
    .project_h3 h3 { font-size: 35px;}
    #project_wrap h3.black_pro:after {
        margin: 25px 15px 0 0;
    }
    #project_wrap div.project_list ul {
        width:100%;
    }

}

@media screen and (max-width:480px) {
    .bx, .bx1, .bx2, .bx3, .bx4, .bx5 { padding:0 15px; }
    .project_image {margin-left:0px;}

    .project_image>div {
        margin:0;
    }
    
    #visual_wrap .main_bkimg_01 {
        background-image: url('/images/main/m_visual1.jpg');
    }
    #visual_wrap .main_bkimg_02 {
        background-image: url('/images/main/m_visual2.jpg');
    }
    #visual_wrap .main_bkimg_03 {
        background-image: url('/images/main/m_visual3.jpg');
    }


}

@media screen and (max-width:320px) {

}
