/* BASIC css start */
.col_box.list_box { max-width:1400px; min-width:1200px; margin:0 auto; }
.collection_menu {  }
.collection_menu ul { overflow:hidden; }
.collection_menu ul li { float:left; width:47.8%; margin-right:4.4%; margin-bottom:4.4%; }
.collection_menu ul li img { width:100%; }
.collection_menu ul li:nth-of-type(2n) { margin-right:0; }

#header .headerGnb .gnbInner ul li:nth-of-type(6) a {  color:#fff; }
#header .headerGnb .gnbInner ul li:nth-of-type(6) a:after { transform: scaleX(1); }

.one_box {
        position: relative;
    height: 976px;
        background-position: 50%!important;
}



.box_cont {width:100%;position: relative;}

.box_title {position: absolute;font-size: 32px;color: #fff;font-weight: 700;text-align: center;line-height: 1.4;font-family: 'linotype-didot';letter-spacing: 0.2em;width: 100%;padding-top: 55px;}


.last_box .box_cont {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 75%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: left;

}

.box_cont {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.box_cont h1 {
    font-size: 48px;
    font-weight: 300;
    color: #e9d9bd;
    position: relative;
    margin-bottom: 70px;
    letter-spacing:-0.015em;
}

.box_cont h1 span {
    font-weight: 500;
}


.box_cont p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    font-weight: 400;
}

.box_cont a {
    
    font-size: 16px;
    font-weight: 400;
    color: #e9d9bd;
    width: 210px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e9d9bd;
    text-align: center;
    letter-spacing: 0.075em;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}


.box_cont a:hover {
    background: rgba(233,217,189,.2);
}



.last_box .box_cont h1, .last_box .box_cont p {
    color: #001b46;
}

/* BASIC css end */

