@charset "utf-8";
@import url(contents.css);
@import url(board.css);
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('../font/notokr-light.eot');
	src: url('../font/notokr-light.eot?#iefix') format('embedded-opentype'),
		 url('../font/notokr-light.woff2') format('woff2'),
		 url('../font/notokr-light.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('../font/notokr-regular.eot');
	src: url('../font/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('../font/notokr-regular.woff2') format('woff2'),
		 url('../font/notokr-regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('../font/notokr-medium.eot');
	src: url('../font/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('../font/notokr-medium.woff2') format('woff2'),
		 url('../font/notokr-medium.woff') format('woff');
}
 @font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url('../font/notokr-bold.eot');
	src: url('../font/notokr-bold.eot?#iefix') format('embedded-opentype'),
		 url('../font/notokr-bold.woff2') format('woff2'),
		 url('../font/notokr-bold.woff') format('woff');
}


/* ==============================================
   defaults
   ============================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
ol, ul { list-style:none;}
blockquote, q {	quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table { border-collapse:collapse; border-spacing:0;}
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
input, select { margin:0; padding:0; vertical-align:middle;}
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; text-indent:-9999px;}
.ir:before { content: ""; display: block; width: 0; height: 150%; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.clearfix {  *zoom: 1;}
.hidden { display:none;}

/* box sizing */

html,
label,
input,
button,
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* ==============================================
   layout
   ============================================== */

html { overflow:auto; overflow-y:scroll;}
input,
select,
button,
textarea,
body { color:#1a1a1a; font-size:15px; font-family:'Noto Sans KR', 'Malgun Gothic', 'dotum', '돋움', 'gulim', '굴림', arial !important; }
body {}

#wrap { background-color: #f7f7f7; }
#wrapIn {}

/* header */

#header { position: relative; width: 100%; background-color: #fff; padding: 0 40px; z-index: 999;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.1);
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}
#header h1 { width: 145px; }
#header h1 a { display: block; height: 100px; text-indent: -9999px; background: url(../images/common/top_logo.png) left center no-repeat; }

/* gnb */

#header .gnb { position: absolute; left: 334px; top: 27px; z-index: 9; }
#header .gnb ul.list {*zoom:1;} /* Hack for browser IE5.5~7 */
#header .gnb ul.list:after { content:" "; display:block; clear:both;} /* float virtual element */
#header .gnb ul.list {}
#header .gnb ul.list li { float: left; }
#header .gnb ul.list li a { color: black; display: block; line-height: 46px; font-weight: 500; text-decoration: none; letter-spacing: -.03em; }
#header .gnb ul.list li a:hover { color: #2f60dc; }
#header .gnb ul.list li a span { display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; line-height: 42px; }
#header .gnb ul.list li.active a span { border-bottom: 4px solid #2f60dc; }

/* side menu */

#header .sideMenu { position: absolute; right: 40px; top: 29px; }
#header .sideMenu ul.list {*zoom:1;} /* Hack for browser IE5.5~7 */
#header .sideMenu ul.list:after { content:" "; display:block; clear:both;} /* float virtual element */
#header .sideMenu ul.list {}
#header .sideMenu ul.list li { float: left; margin-left: 5px; }
#header .sideMenu ul.list li a {}
#header .sideMenu ul.list li select {}



/* ==============================================
   login
   ============================================== */

#loginWrap { background-color: #f3f3f3; }
#loginWrap h1 { position: absolute; left: 50%; top: 100px; width: 400px; height: 230px; text-indent: -9999px; background: url(../images/member/login_logo.png) center center no-repeat; margin-left: -200px; z-index: 9; }
#loginWrap .imgTop { position: relative; height: 930px; 
	background-image: url(../images/member/login_img_top.jpg);
	-webkit-backface-visibility: hidden;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#loginWrap .loginBox { position: relative; width: 540px; background-color: #fff; padding: 43px 70px 54px; margin: -500px auto 0; z-index: 9; 
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: 0px 5px 30px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,.1);
	box-shadow: 0px 5px 30px rgba(0,0,0,.1);
}
#loginWrap .loginBox h3 { line-height: 46px; font-size: 32px; text-align: center; font-weight: 600; }
#loginWrap .loginBox .language { margin-top: 38px; }
#loginWrap .loginBox .language select { width: 100%; height: 64px; line-height: 28px; font-size: 16px; color: #1a1a1a; border: 0; outline: none; background: #eaeaea url(../images/common/icon_arrow_bottom.png) right 20px center no-repeat; padding: 18px 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#loginWrap .loginBox .language select::-ms-expand { display: none; }
#loginWrap .loginBox ul.inputList { margin-top: 28px; }
#loginWrap .loginBox ul.inputList li {}
#loginWrap .loginBox ul.inputList li label { display: none; }
#loginWrap .loginBox ul.inputList li input { width: 100%; line-height: 28px; font-size: 16px; color: #1a1a1a; border: 1px solid #e8e8e8; outline: none; background-color: #fff; padding: 18px 22px 18px 60px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.12);
	box-shadow: 0px 1px 4px rgba(0,0,0,.12);
}
#loginWrap .loginBox ul.inputList li input::placeholder { color: #b3b3b3; opacity: 1; }
#loginWrap .loginBox ul.inputList li.id { margin-bottom: 10px; }
#loginWrap .loginBox ul.inputList li.id input { background: #fff url(../images/member/login_icon_id.png) 22px center no-repeat; }
#loginWrap .loginBox ul.inputList li.pw input { background: #fff url(../images/member/login_icon_pw.png) 21px center no-repeat; }
#loginWrap .loginBox p.util { text-align: right; margin-top: 26px; }
#loginWrap .loginBox a.searchPw { display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; line-height: 30px; font-size: 15px; color: #707070; background: url(../images/common/icon_arrow_right_sm_gray.png) right center no-repeat; padding-right: 18px; }
#loginWrap .loginBox a.searchPw:hover { color: #000; }
#loginWrap .loginBox input.submit { display: block; width: 100%; height: 64px; line-height: 64px; font-size: 18px; margin-top: 42px; }

#loginWrap .imgBottom { position: relative; width: 540px; height: 250px; text-indent: -9999px; background: url(../images/member/login_img_bottom.png) center top no-repeat; margin: 45px auto 0; z-index: 9; }
#loginWrap p.copyright { line-height: 28px; font-size: 14px; color: #6f6f6f; text-align: center; padding-bottom: 30px; margin: 55px auto 0; }


#wrap.cover { height: 100%; }
#wrap.cover #wrapIn { height: 100%; }
#wrap.cover #bodyWrap { padding-left: 0; height: calc(100% - 100px); }
#bodyWrap .coverTop { height: 50%; background-color: #404f75; padding: 20px; overflow: hidden; }
#bodyWrap .coverBottom {*zoom:1;} /* Hack for browser IE5.5~7 */
#bodyWrap .coverBottom:after { content:" "; display:block; clear:both;} /* float virtual element */
#bodyWrap .coverBottom { height: 50%; overflow-y: auto;}
#bodyWrap .coverBottom .conLeft,
#bodyWrap .coverBottom .conRight { position: relative; float: left; width: 50%; height: 100%; padding: 20px 10px 20px 20px; overflow: hidden; overflow-y: auto; }
#bodyWrap .coverBottom .conRight { padding: 20px 20px 20px 10px; }
#bodyWrap .coverTop h3,
#bodyWrap .coverBottom h3 { line-height: 28px; font-size: 18px; font-weight: 500; letter-spacing: -.05em; margin-bottom: 10px; }
#bodyWrap .coverTop h3 { color: #fff; }
#bodyWrap .coverBottom a.btnMore { display:inline-block; display: -moz-inline-stack; zoom:1; *display:inline; position: absolute; right: 20px; top: 16px; height: 36px; line-height: 34px; font-size: 13px; color: #2f60dc; font-weight: 600; text-transform: uppercase; text-decoration: none; border: 1px solid #d4d4d4; padding: 0 19px; 
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
#bodyWrap .coverBottom .conRight a.btnMore { right: 40px; }
#bodyWrap .coverBottom a.btnMore:hover { color: #fff; border-color: #2f60dc; background-color: #2f60dc; }


.ui-datepicker-buttonpane button {
	display: none;
	opacity: 1 !important;
}

.button_view button {
	display: inline-block !important;
}

.button_view1 .ui-datepicker-buttonpane button:last-child {
	display: inline-block !important;
}