@charset "utf-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/noto-sans-kr-v11-latin_korean-300.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
       url('../../fonts/noto-sans-kr-v11-latin_korean-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/noto-sans-kr-v11-latin_korean-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/noto-sans-kr-v11-latin_korean-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/noto-sans-kr-v11-latin_korean-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/noto-sans-kr-v11-latin_korean-300.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/noto-sans-kr-v11-latin_korean-500.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
       url('../../fonts/noto-sans-kr-v11-latin_korean-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/noto-sans-kr-v11-latin_korean-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/noto-sans-kr-v11-latin_korean-500.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/noto-sans-kr-v11-latin_korean-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/noto-sans-kr-v11-latin_korean-500.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/noto-sans-kr-v12-korean_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
       url('../../fonts/noto-sans-kr-v12-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/noto-sans-kr-v12-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/noto-sans-kr-v12-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/noto-sans-kr-v12-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/noto-sans-kr-v12-korean_latin-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

* { 
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	word-break: break-all;
	font-family: "Noto Sans KR", sans-serif;
	color:inherit;
	position: relative;
}

table { width:100%; table-layout: fixed; }
table,tr, td ,th { border-collapse: separate; border-spacing: 0; }
input[type='text']
,input[type='password']
,input[type='number']
,input[type='email']
,textarea
,select
{ border:none; outline:none; font-family: "Noto Sans KR", sans-serif; }
input[type='file'] { cursor: pointer; }
input[type='file']:focus { outline: none; }

select.disabled { color: #AAA !important; }

.cke_editor_editor_dialog { display: none; }
.cke_resizer { display: none; }
.cke_contents { height: 500px !important; }

*::selection { background-color: #5DABD9; color: #FFF; }
*:disabled { background-color: #F9F9F9; color: #AAA !important; }

input[type="checkbox"] { display: none; }

button { border:none; outline:none; cursor:pointer; }
button > i { margin-right: 5px; }
label { cursor: pointer; }
option { font-weight: 300; letter-spacing: -1px; }

/* 일반형 게시판 목록 */
.bbsListWrap { width: 100%; float: left; }
.bbsListWrap > table { width: 100%; float: left; table-layout: fixed; }

.bbsListWrap > table thead th { text-align: center; border-top: 2px solid #333; border-bottom: 1px solid #999; background-color: #FFF; font-size: 14px; font-weight: bold; height: 50px; color: #333; letter-spacing: -0.5px; }

.bbsListWrap > table tbody tr { cursor: pointer; }
.bbsListWrap > table tbody tr:hover > .title { text-decoration: underline; }
.bbsListWrap > table tbody td { text-align: center; background-color: #FFF; font-size: 13px; font-weight: 300; height: 51px; color: #333; letter-spacing: -0.5px; border-bottom: 1px solid #EEE; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bbsListWrap > table tbody tr:last-of-type > * { border-bottom: 1px solid #333; }
.bbsListWrap > table tbody td > .importantData { font-weight: bold; color: #FFF; background-color: #DC3333; border: 1px solid #DC3333; margin-right: 5px; padding: 1.5px 6px; border-radius: 3px; }

.bbsListWrap > table tbody tr.notiRow > td { color: #DC3333; font-weight: 500; background-color: #FCFCFC; }

/* 일반형 게시판 자세히보기 */
.bbsViewWrap { width: 100%; float: left; }
.bbsViewWrap > div { width: 100%; float: left; }

.bbsViewWrap > .titWrap { border-bottom: 1px solid #EEE; padding-bottom: 15px; padding-top: 20px; border-top: 2px solid #333; }
.bbsViewWrap > .titWrap > .tit { width: 100%; float: left; font-size: 18px; font-weight: 500; color: #333; letter-spacing: -1px; }
.bbsViewWrap > .titWrap > .tit > .importantData { font-weight: 500; color: #FFF; background-color: #DC3333; border: 1px solid #DC3333; padding: 0 10px; border-radius: 3px; font-size: 15px; }
.bbsViewWrap > .titWrap > .tit > .notiData { font-weight: bold; color: #DC3333; background-color: #FFF; border: 1px solid #DC3333; margin-right: 10px; padding: 0 10px; border-radius: 3px; font-size: 15px; }
.bbsViewWrap > .titWrap > .regInfo { width: 100%; float: left; font-size: 14px; color: #666; margin-top: 20px; }
.bbsViewWrap > .titWrap > .regInfo > .name { letter-spacing: -1px; font-weight: 400; margin-right: 15px; }
.bbsViewWrap > .titWrap > .regInfo > .name > i { margin-right: 5px; }
.bbsViewWrap > .titWrap > .regInfo > .date { letter-spacing: -0.5px; font-weight: 300; }

.bbsViewWrap > .fileWrap { margin-top: 10px; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
.bbsViewWrap > .fileWrap > .fileBtn { float: right; cursor: pointer; font-size: 15px; font-weight: 400; letter-spacing: -0.5px; color: #555; border: 1px solid #EEE; padding: 8px 13px; transition: border 0.5s; }
.bbsViewWrap > .fileWrap > .fileBtn:hover { border: 1px solid #CCC; }
.bbsViewWrap > .fileWrap > .fileBtn > i { margin-right: 7px; color: #3366CC; }
.bbsViewWrap > .fileWrap > .fileListWrap { position: absolute; border: 1px solid #EEE; top: 100%; right: 0; background-color: #FFF; z-index: 10; width: 250px; margin-top: 10px; display: none; }
.bbsViewWrap > .fileWrap > .fileListWrap > ul { width: 100%; float: left; padding: 15px; padding-top: 10px; }
.bbsViewWrap > .fileWrap > .fileListWrap > ul > li { width: 100%; float: left; padding-top: 5px; }
.bbsViewWrap > .fileWrap > .fileListWrap > ul > li > span { float: left; width: 92%; font-size: 13px; color: #666; letter-spacing: -0.5px; font-weight: 300; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.bbsViewWrap > .fileWrap > .fileListWrap > ul > li > a { float: left; width: 8%; font-size: 13px; color: #333; letter-spacing: -0.5px; font-weight: 300; text-align: right; }

.bbsViewWrap > .imgWrap { margin-top: 20px; text-align: center; margin-bottom: 15px; }
.bbsViewWrap > .imgWrap > img { max-width: 100%; vertical-align: bottom; margin-bottom: 5px; }

.bbsViewWrap > .conWrap { margin-top: 20px; font-size: 15px; color: #333; letter-spacing: -0.5px; line-height: 26px; border-bottom: 1px solid #333; padding-bottom: 20px; }

.bbsViewWrap > .pwWrap { width: 100%; float: left; text-align: center; padding: 50px 0; border-bottom: 1px solid #333; }
.bbsViewWrap > .pwWrap > i { width: 100%; float: left; font-size: 65px; color: #CCC; margin-bottom: 20px; }
.bbsViewWrap > .pwWrap > .info { width: 100%; float: left; font-size: 14px; font-weight: bold; letter-spacing: -0.5px; color: #333; }
.bbsViewWrap > .pwWrap > input { border: 1px solid #EEE; font-weight: 300; letter-spacing: -0.2px; color: #333; font-size: 14px; height: 35px; padding: 0 7px; width: 50%; float: left; margin: 0 25%; text-align: center; }
.bbsViewWrap > .pwWrap > button { margin-top: 5px; font-weight: 300; color: #FFF; background-color: #333; padding: 5px 12px; font-size: 14px; }

/* FAQ형 게시판 목록 */
.bbsFAQWrap { width: 100%; float: left; }
.bbsFAQWrap > ul { width: 100%; float: left; border-top: 1px solid #333; }
.bbsFAQWrap > ul > li { width: 100%; float: left; border-bottom: 1px solid #F2F2F2; }
.bbsFAQWrap > ul > li > div { width: 100%; float: left; }

.bbsFAQWrap .titWrap { cursor: pointer; padding: 30px 20px; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
.bbsFAQWrap .titWrap > .iconWrap { position: absolute; font-size: 28px; top: 19px; font-weight: 500; color: #DC3333; left: 20px; }
.bbsFAQWrap .titWrap > .conWrap { width: 100%; float: left; padding-left: 35px; letter-spacing: -0.5px; font-weight: 400; color: #333; font-size: 15px; padding-right: 25px; line-height: 24px; text-align: left; }
.bbsFAQWrap .titWrap > .statusWrap { position: absolute; font-size: 16px; right: 20px; top: 50%; margin-top: -12px; color: #CCC; }
.bbsFAQWrap .titWrap > .statusWrap > .upIcon { display: none; }
.bbsFAQWrap .titWrap > .statusWrap > .downIcon { display: inline; }

.bbsFAQWrap .infoWrap { padding: 20px; background-color: #F8F8F8; display: none; border-top: 1px solid #F2F2F2; }
.bbsFAQWrap .infoWrap > .iconWrap { position: absolute; font-size: 28px; top: 12px; font-weight: 500; color: #333; left: 20px; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
.bbsFAQWrap .infoWrap > .conWrap { width: 100%; float: left; padding-left: 35px; letter-spacing: -0.5px; font-weight: 300; color: #333; font-size: 15px; padding-right: 25px; line-height: 25px; text-align: left; }
.bbsFAQWrap .infoWrap > .dateWrap { width: 100%; float: left; letter-spacing: -0.5px; font-weight: 300; color: #999; font-size: 14px; text-align: right; margin-top: 30px; }
.bbsFAQWrap .infoWrap > .dateWrap > .label { font-weight: 400; color: #888; margin-right: 2px; }

.bbsFAQWrap .notiRow > .titWrap > .conWrap { color: #DC3333; }

.bbsFAQWrap .active > .titWrap > .conWrap { font-weight: bold; }
.bbsFAQWrap .active > .titWrap > .statusWrap > .upIcon { display: inline; }
.bbsFAQWrap .active > .titWrap > .statusWrap > .downIcon { display: none; }
.bbsFAQWrap .active > .infoWrap { display: block; }

.bbsFAQWrap .nodata { cursor: default; color: #BBB; text-align: center; font-size: 13px; font-weight: 300; letter-spacing: -1px; padding: 30px; }

/* 일반형 게시판 작성 */
.bbsWriteWrap { width: 100%; float: left; }
.bbsWriteWrap > form { width: 100%; float: left; border-top: 2px solid #333; border-bottom: 1px solid #333; }
.bbsWriteWrap > form > table { width: 100%; float: left; }

.bbsWriteWrap > form > table tr > * { border-bottom: 1px solid #EEE; }
.bbsWriteWrap > form > table tr > th { font-size: 15px; color: #333; background-color: #F8F8F8; width: 20%; }
.bbsWriteWrap > form > table tr > td { width: 80%; padding: 15px; }
.bbsWriteWrap input { border: 1px solid #D1D1D1; font-weight: 300; letter-spacing: -0.2px; color: #333; font-size: 14px; height: 40px; padding: 0 7px; width: 100%; float: left; }
.bbsWriteWrap textarea { width: 100%; float: left; height: 500px; }
.bbsWriteWrap .important::after { content: "*"; color: #DC3333; margin-left: 2px; }

/* 페이징 */
.bbsPagingWrap { width: 100%; float: left; text-align: center; margin-top: 30px; }
.bbsPagingWrap > li { display: inline-block; text-align: center; }
.bbsPagingWrap > li > * { font-size: 14px; float: left; letter-spacing: -0.5px; padding: 3px 10px; font-weight: 500; }
.bbsPagingWrap > li > span { border: 1px solid #333; color: #333; margin-right: -1px; z-index: 1; }
.bbsPagingWrap > li > a { border: 1px solid #D7D7D7; color: #666; border-right: 0; }

.bbsPagingWrap > li:last-of-type > a { border-right: 1px solid #D7D7D7 !important; }

.bbsPagingWrap > li:first-of-type > * { border-radius: 7px 0 0 7px; }
.bbsPagingWrap > li:last-of-type > * { border-radius: 0 7px 7px 0; }

.bbsPagingWrap > li > a:hover { background-color: #F8F8F8; }

/* 목록 설정 */
.bbsListSetWrap { width: 100%; float: left; margin-bottom: 10px; }
.bbsListSetWrap > select { float: right; border: 1px solid #EEE; font-weight: 300; letter-spacing: -0.5px; color: #333; font-size: 14px; height: 35px; padding: 0 7px; }
.bbsListSetWrap > select:focus { border: 1px solid #CCC; }

/* 검색 */
.bbsSearchWrap { width: 100%; float: left; margin-top: 50px; }
.bbsSearchWrap > ul { width: 100%; float: left; border: 1px solid #EEE; text-align: center; padding: 35px; }
.bbsSearchWrap > ul > li { display: inline-block; margin: 0 2px; }

.bbsSearchWrap select { border: 1px solid #F2F2F2; font-weight: 300; letter-spacing: -1px; color: #333; font-size: 14px; height: 40px; padding: 0 7px; width: 60px; }
.bbsSearchWrap select:focus { border: 1px solid #DDD !important; }
.bbsSearchWrap input { border: 1px solid #F2F2F2; font-weight: 300; letter-spacing: -1px; color: #333; font-size: 14px; height: 40px; padding: 0 7px; width: 150px; }
.bbsSearchWrap input:focus { border: 1px solid #DDD !important; }
.bbsSearchWrap button { border: 1px solid #333; font-weight: 500; letter-spacing: -1px; color: #FFF; font-size: 14px; height: 40px; padding: 0 7px; width: 40px; background-color: #333; }

/* 이전글다음글 */
.bbsNavigationWrap { width: 100%; float: left; margin-top: 50px; }
.bbsNavigationWrap > table { width: 100%; float: left; table-layout: fixed; border-top: 1px solid #F2F2F2; }
.bbsNavigationWrap > table tr { cursor: pointer; }
.bbsNavigationWrap > table tr:hover > .title { text-decoration: underline; }
.bbsNavigationWrap > table tr > * { border-bottom: 1px solid #F2F2F2; text-align: center; font-size: 13px; color: #666; font-weight: 300; letter-spacing: -0.5px; height: 40px; }
.bbsNavigationWrap > table i { color: #3366CC; }

/* 버튼영역 */
.bbsBtnWrap { width: 100%; float: left; padding-top: 15px; }
.bbsBtnWrap > .left { float: left; }
.bbsBtnWrap > .left > * { float: left; margin-right: 5px; }
.bbsBtnWrap > .right { float: right; }
.bbsBtnWrap > .right > * { float: left; margin-left: 5px; }

.bbsBtnWrap > div > * { font-size: 15px; font-weight: 300; letter-spacing: -1px; color: #555; border: 1px solid #EEE; padding: 6px 14px; transition: border 0.5s; }
.bbsBtnWrap > div > * > i { margin-right: 5px; }
.bbsBtnWrap > div > *:hover { border: 1px solid #CCC; }

.bbsBtnWrap > div > .main { border: 1px solid #333; background-color: #333; color: #FFF; }
.bbsBtnWrap > div > .main:hover { border: 1px solid #000; }

/* 존재하지 않는 데이터 */
.bbsNoDataWrap { width: 100%; float: left; padding: 50px 0; border-bottom: 1px solid #EEE; }
.bbsNoDataWrap > div { text-align: center; width: 100%; float: left; }

.bbsNoDataWrap > .conWrap { font-size: 18px; font-weight: 300; letter-spacing: -1px; color: #666; }
.bbsNoDataWrap > .conWrap > b { font-weight: 500; color: #DC3333; margin-right: 5px; }

.bbsNoDataWrap > .iconWrap { height: 200px; }
.bbsNoDataWrap > .iconWrap > i { font-size: 150px; position: absolute; left: 25%; top: 0; color: #CCC; opacity: 0; transition: all 0.5s; margin-left: 0; }
.bbsNoDataWrap > .iconWrap > i.active { left: 50%; opacity: 1; margin-left: -93.5px; }
.bbsNoDataWrap > .iconWrap > i.activeEnd { left: 70%; opacity: 0; margin-left: 0; }