/* 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%; position:relative; }
.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(2) a { color:#fff; }
#header .headerGnb .gnbInner ul li:nth-of-type(2) a:after { transform: scaleX(1); }

.collection_menu ul li:hover .hover_back {
    opacity: 1;
}

.hover_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,12,32,.85);
    transition: all 0.4s ease;
    opacity: 0;
}
.hover_back h2 { font-size:14px; color:#e9d9bd; font-weight:700; letter-spacing:0.2em; }

.hover_back h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 14px;
    margin-bottom: 36px;
    letter-spacing: -0.015em;
}

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

.hover_back p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.7;
    margin-bottom: 36px;
    height: 92px;
}

.hover_back a {
    font-size: 16px;
    color: #e9d9bd;
    font-weight: 400;
    padding-bottom: 2px;
    border-bottom: 1px solid #e9d9bd;
    letter-spacing:0.15em;
}

.hover_back>div {
    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%);
    width: 100%;
}
/* BASIC css end */

