@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

li,
ul,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
}

.clearfix::after {
    clear: both;
    display: block;
    content: '';
}

/*reset end*/

.body-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.header-bg-img {
    background-image: url(../img/header-img03.jpg);
    background-position: center center;
    width: 100%;
    height: 1000px;
    top: 0;
}

header {
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    background-color: #fff;
}

header h1 img {
    padding: 0 10px;
}

header .gnb {
    font-size: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #999;
}

.row {
    width: 100%;
    display: inline-block;
}

header .gnb li {
    width: 220px;
    display: inline-block;
}

.gnb li a {
    width: auto;
    font-size: 16px;
    padding: 2px 12px;
    text-transform: uppercase;
    line-height: 30px;
    transition: .1s;
}

.gnb li a:hover {
    color: darksalmon;
}

/*header end*/

.section-name {
    margin: 14px auto;
    width: 100%;
    text-align: center;
    border-top: 20px solid #eee;
    padding-top: 20px;
}

.section1 h2 {
    margin-bottom: 0;
}

.section1 h2 a {
    display: inline-block;
    padding: 4px 10px;
}

.section1 ul {
    width: 1180px;
    padding: 1%;
    text-align: left;
}

.sunglasses-content img {
    width: 306px;
    height: 180px;
}

.sunglasses-content {
    display: inline-block;
    width: 33%;
    height: 300px;
    padding: 2%;
    text-align: center;
}

.content-name>.price{
    display: block;
    font-size: 15px;
}

.last-more {
    display: inline-block;
    float: right;
    line-height: 160px;
    width: 150px;
    height: 200px;
    margin-right: 120px;
}

.last-more > a {
    font-size: 15px;
    display: inline-block;
    color: #999;
    width: 150px;
    height: 200px;
    transition: .2s;
}

.last-more>a:hover {
    color: #333;
}

.section1 .more-btn {
    margin: -20px 0 30px;
    display: none;
}

.more-btn a {
    width: 60%;
    height: 30px;
    line-height: 30px;
    /*    background-color: #ddd;*/
    border: 1px solid #ddd;
    color: #ddd;
    margin: 10px auto;
    transition: .2s;
}

.more-btn a:hover {
    color: #666;
}

.sunglasses-content > a > p {
    opacity: 1;
    transition: all .5s;
}

.sunglasses-content > a {
    position: relative;
}

.sunglasses-content > a > .back-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    z-index: 20;
}

.sunglasses-content > a > .back-thumb:hover {
    opacity: 1;
}

.sunglasses-content > a > .back-thumb01 {
    background-image: url(../img/item_thumb/Col102_755x446.jpg);
}

.sunglasses-content > a > .back-thumb02 {
    background-image: url(../img/item_thumb/Col12_755x446.jpg);
}

.sunglasses-content > a > .back-thumb03 {
    background-image: url(../img/item_thumb/Col22_755x446.jpg);
}

.sunglasses-content > a > .back-thumb04 {
    background-image: url(../img/item_thumb/Col122_755x446.jpg);
}

.sunglasses-content > a > .back-thumb05 {
    background-image: url(../img/item_thumb/Col42_755x446.jpg);
}

.sunglasses-content > a > .back-thumb06 {
    background-image: url(../img/item_thumb/Col82_755x446.jpg);
}

.sunglasses-content > a > .back-thumb07 {
    background-image: url(../img/item_thumb/Col62_755x446.jpg);
}

.sunglasses-content > a > .back-thumb08 {
    background-image: url(../img/item_thumb/Col72_755x446.jpg);
}

/*section1 end*/

.section2 .brand-content img {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.brand-content {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.brand-content p {
    line-height: 30px;
}

.section3 .more-btn {
    margin: -20px 0 30px;
}

/*brand end*/

.section3 ul {
    width: 1180px;
    padding: 1%;
    text-align: left;
}

.media-content {
    display: inline-block;
    width: 33%;
    height: 300px;
    padding: 2%;
    text-align: center;
    margin-bottom: 60px;
}

.media-content > a {
    display: inline-block;
}

/*media end*/

.lookbook-wrap,
.section4 {
    width: 1200px;
}

.lookbook-wrap > div {
    width: 1200px;
    display: inline-block;
    text-align: left;
    margin: 40px auto;
}

.lookbook-wrap .lookbook-img03 {
    text-align: center;
}

.lookbook-wrap .lookbook-img05 {
    text-align: right;
}

/*lookbook end*/

footer {
    width: 100%;
    height: 100px;
    line-height: 30px;
    text-align: center;
    background-color: #999;
    color: #ddd;
    font-size: 14px;
    font-weight: 100;
}

footer .copyright {
    padding-top: 20px;
}

@media screen and (max-width:1200px) {
    .header-bg-img {
        height: 900px;
    }

    header h1 img {
        padding: 0 10px;
        width: 180px;
    }

    header .gnb li {
        width: 180px;
        display: inline-block;
    }

    header .gnb li a {
        padding: 0 14px 4px;
    }

    .container {
        width: 960px;
        border-bottom: 1px solid #999;
    }

    .body-wrap {
        max-width: 960px;
    }

    /*    header end*/

    .section1 ul {
        width: 100%;
        text-align: center;
    }

    .sunglasses-content img {
        width: 340px;
        height: auto;
    }

    .sunglasses-content {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    .last-more {
        display: none;
    }

    .section1 .more-btn {
        margin: -20px 0 30px;
        display: block;
    }

    /*    brand end*/

    .section3 ul {
        width: 100%;
        text-align: center;
    }

    .media-content {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    /*    media end*/
    .lookbook-wrap,
    .section4 {
        width: 960px;
    }

    .lookbook-wrap > div {
        width: 960px;
    }

    .lookbook-img01 > img {
        width: 100%;
    }

    .lookbook-img05 img {
        width: 700px;
        height: auto;
    }

    /*    lookbook end*/
}

@media screen and (max-width:980px) {
    header {
        width: 100%;
    }

    .body-wrap {
        max-width: 760px;
    }

    .container {
        width: 760px;
    }

    /*    header end*/

    .section1 ul {
        width: 760px;
        text-align: center;
    }

    .sunglasses-content img {
        width: 340px;
        height: auto;
    }

    .sunglasses-content {
        display: inline-block;
        width: 49%;
        padding: 2%;
        text-align: center;
    }

    .last-more {
        display: none;
    }

    /*    brand end*/

    .section3 ul {
        width: 760px;
        text-align: center;
    }

    .media-content {
        display: inline-block;
        width: 49%;
        padding: 2%;
        text-align: center;
    }

    /*    media end*/
    .lookbook-wrap,
    .section4 {
        width: 760px;
    }

    .lookbook-wrap > div {
        width: 760px;
    }

    .lookbook-img04 > img {
        width: 49%;
    }

    .lookbook-img05 img {
        width: 500px;
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .header-bg-img {
        background-image: url(../img/header-img04.jpg);
        width: 100%;
        height: 800px;
    }

    .body-wrap {
        width: 90%;
    }

    header h1 a img {
        padding: 0 10px;
        margin: 4px 0;
        width: 160px;
    }

    header {
        border-bottom: 1px solid #999;
    }

    .header-bg-img {
        height: 600px;
    }

    h1 {
        float: none;
        display: inline-block;
    }

    h1 a {
        padding: 0 30px;
    }

    h1 a img {
        width: 160px;
        padding: 0;
    }

    header {
        width: 100%;
    }

    header .gnb li {
        width: 25%;
        border-left: 1px solid #999;
    }

    header .gnb {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        border-top: 1px solid #999;
        font-size: 0;
    }

    .container {
        width: 100%;
        border-bottom: none;
    }

    .gnb {
        width: 100%;
    }

    .gnb li a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .gnb li a:hover {
        color: #000;
    }

    /*    header end*/

    .section1 ul {
        width: 100%;
        text-align: center;
    }

    .sunglasses-content img {
        width: 340px;
        height: auto;
    }

    .sunglasses-content {
        display: inline-block;
        width: 100%;
        padding: 2%;
        text-align: center;
    }

    .sunglasses-content:nth-child(7) {
        display: none;
    }

    .sunglasses-content:nth-child(8) {
        display: none;
    }

    .sunglasses-content > a > .back-thumb {
        display: none;
    }

    .last-more {
        display: none;
    }

    /*    brand end*/

    .section3 ul {
        width: 100%;
        text-align: center;
    }

    .media-content {
        display: inline-block;
        width: 100%;
        padding: 2%;
        text-align: center;
    }

    /*    media end*/
    .lookbook-wrap,
    .section4 {
        width: 100%;
    }

    .lookbook-wrap > div {
        width: 100%;
    }

    .lookbook-img03 > img {
        width: 100%;
    }

    .lookbook-img04 > img {
        width: 49%;
    }

    .lookbook-img05 > img {
        width: 100%;
    }

    /*lookbook end*/

    footer {
        margin-bottom: 50px;
        font-size: 12px;
        height: 60px;
        line-height: 20px;
    }

    footer .copyright {
        padding-top: 10px;
    }

}

@media screen and (min-width:769px) {
    .gnb {
        display: inline-block !important;
    }
}
