/* 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; }

.list_box ul.empty { text-align: center;
    height: 400px;
    line-height: 400px;
    font-size: 18px;
    color: #001b46;
    font-weight: 400; }
#header .headerGnb .gnbInner ul li:nth-of-type(3) a {  color:#fff; }
#header .headerGnb .gnbInner ul li:nth-of-type(3) a:after { transform: scaleX(1); }


h1.page_sub_tit {
    font-size: 24px;
    color: #001b46;
    font-weight: 500;
    margin-bottom: 23px;
    position: relative;
    height: 32px;
}

h1.page_sub_tit em {
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 300;
    margin-left: 16px;
    line-height: 32px;
    letter-spacing: 0.075em;
}

h1.page_sub_tit a {
    width: 80px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 14px;
    color: #001b46;
    text-align: center;
    border: 1px solid #001b46;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* BASIC css end */

