@charset "utf-8";
/* 웹폰트 적용 */
@font-face {
	font-family:"nb"; 
	src:url(/css/fonts/NanumBarunGothic.eot); 
	src:local(※), url(/css/fonts/NanumBarunGothic.woff) format('woff');
	font-weight: normal; 
	font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}


/*

	반응형 해상도 작업기준
	-------------------------
	모바일 : 639 이하
	태블릿 : 640~768
	데스크탑 : 769 이상
	-------------------------

*/

/*
	COMMON
*/

*{margin:0;padding:0;}
*{-webkit-text-size-adjust:none;}

html,body{height:100%;margin:0 auto;position:absolute;left:0;right:0;}
html{overflow-y:scroll;}
body{margin:0;padding:0;width:100%;font-size:12px;font-family :"돋움", Arial, sans-serif;}
form{margin:0;padding:0;}
div,input,textarea,select,button,table,ul,li,ol,dl,dt,dd{margin:0;padding:0;/*font-family :"돋움", Arial, sans-serif;*/}
input,textarea{outline-style:none;}
img,input{vertical-align:middle;}
img,fieldset{border:0;}
select{font-size:12px;}
label{cursor:pointer;}
html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
input[type="checkbox"]{cursor:pointer;}
input[type="radio"]{cursor:pointer;}

textarea{
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#d9d9d9; 
	scrollbar-face-color:#eee; 
	scrollbar-shadow-color:#fefefe; 
	scrollbar-darkshadow-color:#fff; 
	scrollbar-track-color:#fafafa; 
	scrollbar-arrow-color:#919191;
}

ul{list-style:none;text-decoration:none}
li{list-style:none;text-decoration:none}
ol,dl{list-style:none;text-decoration:none}

a{cursor:pointer;}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active {color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:underline;}
a.anone:hover{color:#000;text-decoration:none;}

a{outline:none;}
a{selector-dummy:expression(this.hideFocus=true);}
a.sel{color:#888;}

a.bover{color:#a4a4a4; text-decoration:none;}
a.bover:hover{color:#000000; text-decoration:none;}
a:hover{text-decoration:none;}

/* 공용 */
.hide{display:none;}
.block{display:block;}
.fleft{float:left;}
.input{border:1px solid #d5d5d5;height:20px;padding-left:3px;}
.noborder{border-width:0px;}
.fwnormal{font-weight:normal !important;}

/* 버튼 */
button.btn_confirm{
	margin:auto;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-radius:4px;
	background:#0c2965;
	padding:12px 30px;
	font-family:"nb";
	font-size:15px;
	font-weight:600;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
span.btn_sblue{
	margin-left:8px;
	border-radius:4px;
	display:inline-block;
	background:#0c2965;
	padding:8px 13px;
	font-family:"nb";
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-align:center;
	cursor:pointer;
}


/* round botton */
.btn_round {
	margin-left:8px;
	border-radius:4px;
	display:inline-block;
	background:#0c2965;
	padding:8px 13px;
	font-family:"nb";
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:0;
}
.btn_round:hover {/*background:#fafafa;color:#333;*/}


/* PLUS 더보기 원형*/
.roundPlus{display:inline-block;width:28px;height:28px;text-align:center;font-family:'nb';font-size:20px;line-height:28px;border-radius:14px;border:1px solid #ddd;font-weight:normal;color:#666;cursor:pointer;padding-right:1px;}
.roundPlus a{display:inline-block;width:100%;height:28px;}

/* PLUS 더보기 사각 */
.recPlus{display:inline-block;width:28px;height:28px;text-align:center;font-family:'nb';font-size:20px;line-height:28px;border-radius:0px;border:1px solid #ddd;font-weight:normal;color:#666;cursor:pointer;padding-right:1px;}
.recPlus a{display:inline-block;width:100%;height:28px;}

/* 게시판 페이징 */
.bbs_paging{position:relative;margin:26px 0;overflow:hidden;}
.bbs_paging div{display:table;border:0px solid #ccc;text-align:center;background:#fff;margin-left:auto;margin-right:auto;overflow:hidden !important;}
.bbs_paging a{display:inline-block;font-size:13px;width:42px;height:37px;line-height:37px;font-weight:bold;color:#3c4353;font-family:"돋움";}
.bbs_paging a{border-left:1px solid #e7e7e7;vertical-align:top;}
.bbs_paging a.prev{display:inline-block;width:59px;background:url('/images/common/p_prev.jpg') no-repeat;border-width:0px;}
.bbs_paging a.next{display:inline-block;width:59px;background:url('/images/common/p_next.jpg') no-repeat;}
.bbs_paging a.pos{color:#29c00a;}
.bbs_paging a:hover{text-decoration:none;}
.bbs_paging .btn_write{position:absolute;right:15px;top:0px;}
.bbs_paging .pdot{padding-top:6px;}

/* 팝업 */
.pplist{max-width:1000px;min-width:200px;min-height:100px;background:#fff;margin:0;padding:0;border:1px solid #eee;padding:10px;}
.cbox2{position:relative;height:40px;border-top:1px solid #eee;}
.cbox2 .bt{position:absolute;right:10px;top:40%;font-family:'NanumBarunGothic';font-size:14px;letter-spacing:-1px;}
.pplist thi{display:inline-block;margin-right:50px;}

@media (max-width: 768px) 
{
	.pplist img{width:100% !important;height:auto !important;}
	.pplist{left:5px !important;top:5px !important;padding:5px !important;width:94%;}
}


/* JS 페이징 */
#ipaging{text-align:center;}
#ipaging a{display:inline-block;width:42px;height:37px;line-height:37px;text-align:center;border:1px solid #ddd;text-decoration:none;}
#ipaging a{border-right:0;vertical-align:top;}
#ipaging a:last-child{border-right:1px solid #ddd;}
#ipaging a.paging-item.selected{color:#00c73c;border:1px solid #00c73c;width:42px;height:37px;line-height:37px;}
#ipaging a.paging-item.selected + a{border-left:0;}
#ipaging a.paging-side{width:60px !important;height:37px;overflow:hidden;padding:0;}
#ipaging a{font-weight:bold;color:#666;}
#ipaging img{vertical-align:top;}

/* 상단으로 */
/*#goTop{position:fixed;right:30px;bottom:30px;opacity:0.85;cursor:pointer;}*/



/* 디자인 셀렉트박스 */
select.design{overflow:hidden;height:34px;padding:4px 5px;font-family:'Noto Sans KR';font-size:17px;display:inline-block;margin-right:0px;min-width:160px;color:#000;vertical-align:middle;}
select.design::-ms-expand {display: none;}
select.design{
	background:#f8f8f8 url('/images/common/select_arr2.jpg') no-repeat 100% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor:pointer;
	vertical-align:bottom;
	border-radius:0px;
	text-indent:5px;
	font-weight:300;
	line-height:24px;
	padding:5px 3px;
	border:1px solid #ccc;
}

select.design_show{height:34px;padding:4px 5px;font-family:'Noto Sans KR';font-size:17px;display:inline-block;margin-right:0px;min-width:160px;color:#000;vertical-align:middle;}
select.design_show::-ms-expand {display: none;}
select.design_show{
	background:#fff url('/images/common/select_arr2.jpg') no-repeat 100% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	vertical-align:bottom;
	border-radius:0px;
	text-indent:5px;
	font-weight:300;
	line-height:24px;
	border:1px solid #ddd;
}


/* 디자인 셀렉트박스 UNDER LINE */
select.design_uline{overflow:hidden;height:34px;padding:4px 5px;font-family:'Noto Sans KR';font-size:17px;display:inline-block;margin-right:0px;min-width:160px;color:#000;vertical-align:middle;}
select.design_uline::-ms-expand {display: none;}
select.design_uline{
	background:#fff url('/images/common/select_arr3.jpg') no-repeat 100% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	vertical-align:bottom;
	border-radius:0px;
	text-indent:5px;
	font-weight:300;
	line-height:24px;
	border:0;
	border-bottom:1px solid #ddd;
}


select.custom {
  padding: 12px;
  outline: none;
  width: 250px;
  margin-bottom: 20px;
  font-family:'Noto Sans KR';
  font-size:17px;
  border:1px solid #ddd;
  font-weight:300 !important;
}

select.custom.widthHeight::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

select.custom.style::-webkit-scrollbar-track {
  border: rgb(180, 180, 180);
  background-color: #ff6536;
}

select.custom.style::-webkit-scrollbar-thumb {
  background-color: #3677ef;
  border: 1px solid rgb(193, 193, 193);
}

/* 디자인 체크박스 */
input.design[type="checkbox"] {/*display:none;*/position:absolute;left:-99999px;}
label input.design[type="checkbox"] {color:#000;}
label input.design[type="checkbox"] + span {display:inline-block;width:20px;height:20px;margin:-1px 10px 0 0;vertical-align:middle;}
label input.design[type="checkbox"] + span {background:url('/images/common/chk_radio.jpg') -1px -1px no-repeat;cursor:pointer;}
label input.design[type="checkbox"]:checked + span {background:url('/images/common/chk_radio.jpg') -23px -1px no-repeat;}
label input.design[type="checkbox"]:disabled + span {background:url('/images/common/chk_radio.jpg') -94px -1px no-repeat;}
label input.design[type="checkbox"]:disabled{color:#ddd;}

input.design_green[type="checkbox"] {/*display:none;*/position:absolute;left:-99999px;}
label input.design_green[type="checkbox"] {color:#000;}
label input.design_green[type="checkbox"] + span {display:inline-block;width:20px;height:20px;margin:-1px 10px 0 0;vertical-align:middle;}
label input.design_green[type="checkbox"] + span {background:url('/images/common/chk_radio_green.jpg') -1px -1px no-repeat;cursor:pointer;}
label input.design_green[type="checkbox"]:checked + span {background:url('/images/common/chk_radio_green.jpg') -23px -1px no-repeat;}
label input.design_green[type="checkbox"]:disabled + span {background:url('/images/common/chk_radio_green.jpg') -94px -1px no-repeat;}
label input.design_green[type="checkbox"]:disabled{color:#ddd;}

input.sdesign[type="checkbox"] {/*display:none;*/position:absolute;left:-99999px;}
label input.sdesign[type="checkbox"] {color:#000;vertical-align:middle;}
label input.sdesign[type="checkbox"] + span {display:inline-block;width:16px;height:16px;margin:-2px 7px 0 0;vertical-align:middle;}
label input.sdesign[type="checkbox"] + span {background:url('/images/common/chk_small.jpg') -1px -1px no-repeat;cursor:pointer;}
label input.sdesign[type="checkbox"]:checked + span {background:url('/images/common/chk_small.jpg') -19px -1px no-repeat;}
label input.sdesign[type="checkbox"]:disabled + span {background:url('/images/common/chk_small.jpg') -38px -1px no-repeat;}
label input.sdesign[type="checkbox"]:disabled{color:#ddd;}

/* 디자인 체크박스 - 라디오 타입 */
input.radio_type[type="checkbox"] {/*display:none;*/position:absolute;left:-99999px;}
label input.radio_type[type="checkbox"] {color:#000;font-family:Arial, sans-serif;}
label input.radio_type[type="checkbox"] + span {display:inline-block;width:23px;height:23px;margin:-2px 10px 0 0;vertical-align:middle;}
label input.radio_type[type="checkbox"] + span {background:url('/images/common/chk_radio.jpg') -45px top no-repeat;cursor:pointer;}
label input.radio_type[type="checkbox"]:checked + span {background:url('/images/common/chk_radio.jpg') -69px top no-repeat;}
label input.radio_type[type="checkbox"]:disabled + span {background:url('/images/common/chk_radio.jpg') -116px top no-repeat;color:#ddd;}
label input.radio_type[type="checkbox"]:disabled{color:#ddd;}

/* 디자인 체크박스 - 라운드 타입 */
input.round_type[type="checkbox"] {/*display:none;*/position:absolute;left:-99999px;}
label input.round_type[type="checkbox"] {color:#000;font-family:Arial, sans-serif;}
label input.round_type[type="checkbox"] + span {display:inline-block;width:35px;height:35px;margin:0;vertical-align:middle;}
label input.round_type[type="checkbox"] + span {background:url('/images/common/check_rounds.png') -1px top no-repeat;cursor:pointer;}
label input.round_type[type="checkbox"]:checked + span {background:url('/images/common/check_rounds.png') -36px top no-repeat;}
label input.round_type[type="checkbox"]:disabled{color:#ddd;}

/* 디자인 라디오박스 */
input.design[type="radio"] {/*display:none;*/position:absolute;left:-99999px;}
label input.design[type="radio"] {color:#000;font-family:Arial, sans-serif;}
label input.design[type="radio"] + span {display:inline-block;width:23px;height:23px;margin:-2px 10px 0 0;vertical-align:middle;}
label input.design[type="radio"] + span {background:url('/images/common/chk_radio.jpg') -45px top no-repeat;cursor:pointer;}
label input.design[type="radio"]:checked + span {background:url('/images/common/chk_radio.jpg') -69px top no-repeat;}
label input.design[type="radio"]:disabled + span {background:url('/images/common/chk_radio.jpg') -116px top no-repeat;color:#ddd;}
label input.design[type="radio"]:disabled{color:#ddd;}

/* 디자인 라디오박스 STATIC */
input.design_st[type="radio"] {/*display:none;*/position:absolute;left:-99999px;}
label input.design_st[type="radio"] {color:#000;font-family:Arial, sans-serif;}
label input.design_st[type="radio"] + span {display:inline-block;width:23px;height:23px;margin:-2px 10px 0 0;vertical-align:middle;}
label input.design_st[type="radio"] + span {background:url('/images/common/chk_radio.jpg') -45px top no-repeat;cursor:pointer;}
label input.design_st[type="radio"]:checked + span {background:url('/images/common/chk_radio.jpg') -69px top no-repeat;}
label input.design_st[type="radio"]:disabled + span {background:url('/images/common/chk_radio.jpg') -116px top no-repeat;color:#ddd;}
label input.design_st[type="radio"]:disabled{color:#ddd;}

/* 날짜 INPUT */
input.scal{background:#fff url('/images/common/scal.png') 93% 50% no-repeat;width:180px;min-width:180px !important;height:34px;padding-right:25px !important;margin-right:5px;}
.date_item{position:relative;display:inline-block;}
.date_item .cal_btn{position:absolute;right:10px;top:6px;display:inline-block;width:25px;height:25px;cursor:pointer;}
.fromto{display:inline-block;margin:0 5px;}
.fromto_str{display:inline-block;margin-left:5px;margin-right:20px;vertical-align:bottom;}

/* 시간 INPUT */
input.stime{background:#fff url('/images/common/down_arr.png') 93% 50% no-repeat;width:140px;min-width:140px !important;height:34px;padding-right:25px !important;margin-right:5px;}
.time_item{position:relative;display:inline-block;}
.time_item .time_btn{position:absolute;right:10px;top:6px;display:inline-block;width:25px;height:25px;cursor:pointer;}
.ui-timepicker-wrapper{width:140px !important;}




/*<!--접속자마케팅 부정클릭 감시 마크 숨김[S] -->*/
#HTTP_MSN_cert_layer *{display:none}
/*<!--접속자마케팅 부정클릭 감시 마크 숨김[E] -->*/