@charset "utf-8";
@import url("../css/NotoKR.css");
/* CSS Document */
/*-- reset css --*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html, body {font-family: 'Noto Sans Regular';}
body {
   line-height:1;
	overflow-x: hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul, ol {list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
	
	 /* Link Style - change colours to suit your needs*/
	 color:#666;
	 -webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 -moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 -ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 -o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	 outline:none;
}
a:hover {
	text-decoration:none;
	color:#000;
}

/* change colours to suit your needs */
table {
    border-collapse:collapse;
    border-spacing:0;
	 vertical-align:middle;
}
th, td {vertical-align:middle;}
input, select {
    vertical-align:middle;
}
/*-- END reset css --*/

.wrap {
	margin:0 auto;
	width:1180px;
    min-height:600px;
}
.endline {
	clear:both;
	content:'';
}


/*-- header --*/
#header {
    position:fixed;
    top:0;
    width:100%;
    height: 45px;
    background:#fff;
    z-index:9999;
    transition: transform .5s;
}
#header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

div.topHead {
    height:45px;
    border-bottom:1px solid #cacae4;
}
div.topInner {
    position:relative;
    margin:0 auto;
    width:1180px;
}
div.sEvent {
    position:absolute;
    top:10px;
    left:0;
    line-height:45px;
}
div.sEvent p.tit {
    float:left;
    padding-right:13px;
    width:110px;
    height:25px;
    line-height:25px;
    text-align:center;
    font-size:13px;
    color:#ffffff;
    background:url('../img/sEvnet.png') no-repeat;
}
div.specialEvent {
    margin-left:10px;
	float:left;
	width:180px;
	height:26px;
	overflow:hidden;
}
ul.rolling {
	position:relative;
	width:180px;
	height:auto;
}
ul.rolling li {
	width:100%;
	height:26px;
	line-height:26px;
}
ul.rolling li a {
	font-size:14px;
	color:#444444;
}
/*
div.sEvent a.txt {
    margin-left:10px;
    display:inline-block;
    font-size:14px;
    color:#656565;
}
div.sEvent a.txt:hover {
    text-decoration:underline;
}
*/
ul.weather {
    padding-top:8px;
    margin:0 auto;
    height:45px;
    text-align:center;
}
ul.weather li {
    display:inline-block;
    font-size:14px;
    color:#656565;
    vertical-align:middle;
}
ul.weather li.wIcon {
    margin:0 10px;
    width:30px;
}
div.util {
    position:absolute;
    top:0;
    right:0;
}
div.util a {
    float:left;
    display:block;
    padding:0 10px;
    min-width:80px;
    height:45px;
    text-align:center;
    line-height:45px;
    font-size:14px;
    color:#656565;
    background:#f4f4f4;
    border-left:1px solid #9d9dcb;
}
div.util a.active {
    background:#342e8d;
    color:#fff;
}
div.util span {
    position:relative;
    top:2px;
    margin-right:5px;
    display:inline-block;
    width:15px;
    height:15px;
}
div.util span.loginBtn {
    background:url('../img/loginMini.png') no-repeat;
}
div.util span.joinBtn {
    background:url('../img/joinMini.png') no-repeat;
}
div.util span.idpwBtn {
    background:url('../img/idpwMini.png') no-repeat;
}
div.util span.joinBtn02 {
    background:url('../img/joinMini02.png') no-repeat;
}
div.util span.idpwBtn02 {
    background:url('../img/idpwMini02.png') no-repeat;
}

/*gnb*/
div.nav {
    position:relative;
    top:0;
    width:100%;
    height:90px;
    background:#fff;
    border-bottom:1px solid #cacae4;
}
div.navInner {
    margin:0 auto;
    width:1180px;
}
h1.logo {
    float:left;
    margin:29px 0;
}
h1.logo a {
    display:block;
    width:220px;
    height:33px;
    background:url('../img/logo1.png') no-repeat;
    text-indent:-9999px;
    color:transparent;
}
ul.gnb {
    margin:36px 0 ;
    float:right;
}
ul.gnb li {
    margin-left:60px;
    float:left;
}
ul.gnb li a {
    font-size:19px;
    color:#000;
}
/*-- END header --*/


div#section {
    margin-top:136px;
    min-height:750px;
}


/*-- footer --*/
div#footer {}

div.footTop{
    background:#232728;
    border-bottom:1px solid #657073;
}
div.footTop div.link {
    margin:0 auto;
    padding:22px 0;
    width:1180px;
}
div.footTop div.link a {
    display:inline-block;
    width:231px;
    border-right:1px solid #657073;
    font-size:15px;
    color:#ffffff;
    text-align:center;
}
div.footTop div.link a:first-child {
    border-left:1px solid #657073;
}
div.footCnt {
    background:#232728;
}
div.footInner {
    position:relative;
    margin:0 auto;
    padding:30px 0;
    width:1180px;
    background:url('../img/footLogo1.png') no-repeat 0 30px;
}
div.footInner div.sns {
    position:absolute;
    bottom:30px;
}
div.footInner div.sns a {
    margin-right:15px;
}
div.footInner ul.siteMap {
    float:right;
}
div.footInner ul.siteMap li {
    float:left;
    margin-left:60px;
}
div.footInner ul.siteMap li h2 {}
div.footInner ul.siteMap li h2 a {
    font-size:16px;
    font-family: 'Noto Sans DemiLight';
    color:#fff;
}
div.footInner ul.siteMap li div {
    margin-top:20px;
}
div.footInner ul.siteMap li div a {
    display:block;
    margin-top:15px;
    font-size:14px;
    color:#999999;
}
div.footInner ul.siteMap li div a:hover {
    text-decoration:underline;
}
div.footBottom {
    padding:25px 0;
}
div.footBottom p {
    text-align:center;
    font-size:14px;
    line-height:24px;
    color:#999999;
}
/*-- END footer --*/























