/* BASIC css start */
/* 공통 */
body .h-white {display:block;}
body .h-black {display:none;}

/* 헤더 */
body #header {background: none;}
body #header .inner {border:none;}
body #header .inner .all-menu .gnb {border-top:1px solid var(--color_grey);}

/* 메인배너 */
.banner-cont {position:relative;}
.banner-cont img {max-width:100%;}
.banner-cont .info {position:absolute; width:100%; bottom:50px; text-align:center;}
.banner-cont .info h3 {font-weight: 500; font-size: 13px; line-height: 16px; color:var(--color_white); margin-bottom:2px;}
.banner-cont .info a {font-weight: 500; font-size: 13px; line-height: 16px; color:var(--color_white); display:inline-block; border-bottom:1px solid var(--color_white); text-decoration:underline; text-underline-position: under;}

/* 푸터 */
body #footer {margin:0;}
/* BASIC css end */

