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

.page_top_ban {
    font-size: 32px;
    font-weight: 700;
    color: #001b46;
    font-family: 'linotype-didot';
    margin: 0;
    letter-spacing: 0.2em;
        line-height: 1.4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 51px 0;
}




.heri_box {
    text-align: center;
}

.heri_box ul li {
    margin-bottom: 24px;
    position:relative;
}

.heri_box ul li:last-of-type { margin-bottom:0; }

.heri_box ul li h1 {
    font-size: 52px;
    color: #001b46;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-family: 'linotype-didot';
    margin-bottom: 20px;
}

.line {
    margin: 0 auto;
    text-align: center;
    width: 11px;
}

.line .line_head {
    width: 11px;
    height: 11px;
    margin: 0 auto;
    background: url(/design/waterman01/pc/line_head.png) 50% 50% no-repeat;
}

.line_body {
    width: 1px;    
    background: #07152f;
    margin: 0 auto;
}



.heri_in {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    overflow: hidden;
    width: 636px;
    padding: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

.heri_in.heri_left {
    left: 0;
}

.heri_in.heri_left .heri_txt {
    float: right;
    text-align: right;
}

.heri_in.heri_left img {
    float: right;
    margin-left: 25px;
}

.heri_in.heri_right {
    right: 0;
}

.heri_in.heri_right .heri_txt {
    float: left;
    text-align: left;
}

.heri_in.heri_right img {
    float: left;
    margin-right: 25px;
}

.heri_txt {
    font-size: 16px;
    color: #001b46;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.7;
    padding: 15px 0;
}
.heri_txt span { font-size:20px; } 
/* BASIC css end */

