/* BASIC css start */
/*====================================================================*/
/******************************* header *******************************/
/*====================================================================*/

/*header { background:#fbdbc6; position:fixed; top:0; left:0; width:100%; height:160px; z-index:20; border-bottom:1px solid transparent;
box-sizing:border-box;-webkit-transition:0.2s ease-in;-moz-transition: 0.2s ease-in;-o-transition: 0.2s ease-in;transition: 0.2s ease-in;}*/

header { background:#fef4ee; position:fixed; top:0; left:0; width:100%; height:160px; z-index:20; border-bottom:1px solid transparent;
box-sizing:border-box;-webkit-transition:0.2s ease-in;-moz-transition: 0.2s ease-in;-o-transition: 0.2s ease-in;transition: 0.2s ease-in;}


header > section { position:absolute; top:0; display:block; height:100%;}
header > section.leftArea { left:80px; margin-top:20px;}
header > section.rightArea { right:80px;   margin-top:20px;}
header > section > h1 { display:table; width:100%; height:100%; padding:10px; box-sizing:border-box;}
header > section > h1 > a { display:table-cell; vertical-align:middle; height:100%;}

/*header > section > h1.logo > a { font-size:30px; letter-spacing:-1px; font-family:'Spectral', serif;  font-weight:400;}*/
header > section > h1.logo > a { font-size:30px; letter-spacing:-0.5px; font-family: 'Noto Sans KR', sans-serif;  font-weight:700;}


header > section > h1.logo > a > span { font-weight:700; margin-right:7px;}

/* 스크롤시 */
body.scroll header { height:100px; background:#fff; background-color:rgba( 255, 255, 255, 0.5 );}
body.scroll #wrap.sideOpen header { -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; box-shadow:none;}




.top_ban_fmt { text-align: center; background: #000000; width: 100%; height: 40px; z-index: 160; overflow: hidden; position:relative; padding:10px,0px;}

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }

.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }

.top_ban_fmt .swiper-slide a {display: inline-block; line-height: 40px; font-size: 15px; font-weight:500;}



/* BASIC css end */

