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

.one_box {
    overflow: hidden;
    margin-bottom:120px;
}

.one_box img, .one_box .box_cont {
    float: left;
}

.one_box img {
    width: 57.1%;
}

.box_cont {width: 42.9%;background: #001b46;padding: 28.536% 0;position: relative;}

.box_cont>div {
    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: 32px;
    font-weight: 700;
    color: #e9d9bd;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-family: 'linotype-didot';
    line-height: 1.4;
    letter-spacing: 0.2em;
}

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

.box_cont h2 { color:#e4d5b9; font-size:16px; font-weight:400; letter-spacing:-0.015em; margin-bottom:20px; }

.box_cont h1:after {content: '';background: #46546a;width: 40px;height: 1px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform:translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);}

.box_cont p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    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;
    transition:all 0.3s ease;
}


.box_cont a:hover {
    background: rgba(233,217,189,.2);
}
/* BASIC css end */

