@charset "utf-8";
/*-------------------------------------------------
Border Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2016. 09. 12.
-------------------------------------------------*/
.btn_area,
.btn_area_center,	
.btn_area_right	 {
	clear: both;
	display: block;
	margin-top: 20px;
	vertical-align: top;
	font-size: 0.929em;
	overflow: hidden;
	}	
.btn_area_center {
	text-align: center;
	}	
.btn_area_center button {
	margin-left: 4px;
	}
.btn_area_center button:first-child {
	margin-left: 0;
	}
.btn_area_right {
	text-align: right;
	}
.btn_area_rightCenter {
	margin: 10px 0 18px;
	text-align: right;
	}		
/* 버튼 */
.btn_type01,
.btn_type02,
.btn_typeSmall {
	position: relative;
	display: inline-block; 
	min-height: 35px; 
	padding: 0 25px;
	background-color: #fcfcfd;
	border: solid 1px #adb3b7; 
	box-sizing: border-box;
	line-height: 35px;
	vertical-align: top;
	font-size: 0.929em;
	
	transition:all .2s ease-out; 
	-webkit-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out;
	}
.btn_type01:hover,
.btn_type02 { 
	border: solid 1px #585858; 
	background-color:#585858;
	color:#fff;
	}	
.btn_typeSmall {
	height: 26px;
	}
.btn_post {
	padding: 5px 3px;
    vertical-align: top;
	}	
.btn_repetition {/* 중복확인 */
	width: 62px;
	height: 25px;
	background: url(../../images/common/member/btn_repetition.gif) no-repeat 0 2px;
	text-indent: -9999px;
	vertical-align: middle;
	}
.block_smallTxt {
	margin-bottom: 1px;
	letter-spacing: -0.1em;
	color: #757575;
	font-size: 0.95em;
	}	
.certificate_use {
	padding: 30px 0;
	border-top: solid 3px #47597d;
	border-bottom: solid 1px #47597d;
    text-align: center;	
	overflow: hidden;
	}	
.target_blank a[href^="http://"],	
.target_blank a[href^="https://"] {
	padding-right: 18px; 
	background: url(../../images/common/icon/icon_newlayer.gif) no-repeat right center;
	}
/* 게시물 수  STYLE
---------------------------------*/
.articles {	
	min-width: 200px;
	margin-bottom: 12px;
	letter-spacing: -1px;
	}
.articles .total {
	color: #ff0000;
	font-weight: bold;
	}
.articles .current {
	color: #0f79b8;
	}					
/* 검색  STYLE
---------------------------------*/
/* 1개 검색 */
.basic_searchForm {
	overflow: hidden;
	}
.input_smallBlack {
	height: 38px;
	margin: 0;
	padding: 0 25px 2px;
	background: #748090;
	color: #fff;
	}	
button.input_smallBlack {
	height: 23px;
	}
.articles_search {
	overflow: hidden;
	}
.articles_search .articles {
	float: left;
	margin-top: 16px;
	}	
.articles_search .basic_searchForm {
	float: right;
	margin-bottom: 12px;
	}	
.basic_searchForm input[type="text"] {
	min-width: 230px;
	}	
.icon_search {
	width: 87px;
	height: 44px;
	background: url(../../images/common/bbs/search_bg.gif) no-repeat 0 center;
	vertical-align: top;
	}
/* 여러 검색조건 */
.multi_searchForm {
	position: relative;
	margin: 0 auto 35px;
	padding: 29px 0;
	background: #f8f8f8;
	border: solid 1px #dcdbdb;
	box-sizing: border-box;
	text-align: center;
	}	
.multi_searchForm .icon_search {
	display: inline-block;
	height: 89px;
	}
.multi_searchForm .centerSearch {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	}	
.multi_searchForm .display_block {
	margin-top: 9px;
	}	
.multi_searchForm .display_block:first-child {
	margin-top: 0;
	}
.multi_searchForm label {
	display: inline-block;
	min-width: 42px;
	margin-right: 23px;
	color: #333;
	}	
.multi_searchForm .display_block input,
.multi_searchForm .display_block select {
	margin-right: 20px;
	}	
.multi_searchForm .display_block input.input_long03 {
	width: 82.6%;
	margin-right: 0;
	}	
.multi_searchForm .input_smallBlack {
	width: 106px;
	height: 89px;
	}
.multi_searchForm .display_inline {
	}	
	
/* table list STYLE
---------------------------------*/
.bbsCenter_blank {/* 가운데 테이블일 경우 */
	margin: 20px 0;
	}
.txtarea {
	width: 98%;
	height: 250px;
	}
.table_wrap {
	position: relative;
	overflow-x: auto;
	}
.table_wrap table {
	min-width: 640px;
	}		
	
.circle_lstyle > li > .table_wrap {
	margin: 25px 0;
	}	
.tstyle_list,
.faq_list,
.fileDown_list {
	margin-left: -1px;
	border-top: solid 2px #000;
	border-bottom: solid 1px #dcdbdb;
	font-size: 1em;
	/*overflow: hidden; 2016.10.21 조선영 -상단 라인 2px 중에 1px 이 사라짐 오류가 유발됨 */
	}
.unit{
	text-align: right;
	}
.unit + .table_wrap {
	margin-top:0 !important;
	}	
.tstyle_list {
	color: #626262;
	table-layout: fixed;
	}
.tstyle_list thead th {
	position: relative;
	padding: 12px 15px;
	background-color: #f6f6f6;
	border: solid 1px #dcdbdb;
	border-bottom: 0;
	color: #333;
	}
.tstyle_list td {
	padding: 12px 15px;
	position: relative;
	border: solid 1px #dcdbdb;
	border-bottom: 0;
	text-align: center;
	}
.tstyle_list tbody th {
	padding: 12px 15px;
	background-color:#f6f6f6;
	border-top: solid 1px #dcdbdb;
	color:#333;
	}		
.tstyle_list .subject {
	text-align: left;
	text-overflow: ellipsis; 
	white-space: nowrap;
	overflow: hidden;
	}
.tstyle_list .subject a {	
	color: #000;
	}
.tstyle_list td img {
	vertical-align: middle;
	}
.tstyle_list.txt_left tbody th,
.tstyle_list.txt_left td,	
.tstyle_list td.txt_left,
.tstyle_view.txt_left th  {
	text-align: left;
	}
.tstyle_list td.thumb {
	font-weight: bold;
	}	
.tstyle_list .thumb span {
	display: block;
	width: 110px;
	height: 90px;
	margin-bottom: 6px;
	border: solid 1px #efefef;
	} 	
.tstyle_list .thumb img {
	width: 100%;
	height: 100%;
	}	
.tstyle_list td.file {
	position: relative;
	}
.tstyle_list .font_normal th {
	font-weight: normal;
	}
.tstyle_list .situation .btn {
	min-width: 65px;
	}	
.tstyle_list .btn_email{
	display:inline-block;
	width:40px;
	height:40px;
	background:url(../../images/common/content/icon_email.gif) no-repeat 50% 50%;
	font-size:0;
	line-height:0;
	vertical-align:top;
	}
.tstyle_list td.file img {
	background: #74808f;
	border-radius: 15px;
	}		
.attach_file {/* 첨부파일 다운로드 */
	position: absolute;
	top: 25px;
	right: 0;
	width: 330px;
	background: #fdfdfd url(../../images/common/bbs/attach_file.png) no-repeat right top;
	text-align: left;
	z-index: 100;
	}
.attach_file_left {
	background: #fdfdfd url(../../images/common/bbs/attach_file02.png) no-repeat right top;
	}		
.attach_file dt {
	margin-bottom: 10px;
	padding: 18px 20px 0;
	font-weight: bold;
	}
.attach_file dd {
	padding: 0 20px 18px;
	border: solid 1px #c9cacc;
	border-top: none;
	border-left-color: #dddedf;
	border-bottom-color: #c9cacc;
	}
.download_list li,	
.attach_file li {
	position: relative;
	margin-top: 3px;
	overflow: hidden;
	}	
.download_list li:first-child,
.attach_file li:first-child {
	margin-top: 0;
	}	
.attach_file a {
	display: block;
	width: 210px;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}		
.download_list li img,
.attach_file li img {
	margin: 2px 5px 0 0;
	vertical-align: top;
	}	
.download_list li > a {
	display: block;
	float: left;
	max-width: 850px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}	
.download_list .link {
	display: block;
	float: right;
	}	
.download_list .fa {
	display: inline-block;
	margin-left: 7px;
	padding-left: 13px; 
	background: url(../../images/common/icon/icon_down.png) no-repeat 0 3px;
	color: #6c6d70; 
	font: 0.85em 돋움;
	}
.download_list .preview {
	background: url(../../images/common/icon/icon_prev.png) no-repeat 0 3px;
	}	
	
	
.firstchild_bbs {
	margin-bottom: 20px;
	}		

.attach_file .file_close {
	position: absolute;
	top: 15px;
	right: 15px;
	}	
.attach_file .file_close button {
	width: 20px;
	height: 20px;
	background: url(../../images/common/bbs/file_close.gif) no-repeat center;	
	text-indent:-9999px;
	}	
/* 보기페이지  STYLE
---------------------------------*/
.tstyle_view {
	border-top: solid 1px #45474d;
	border-bottom: solid 1px #c1c5cd;	
	font-size: 0.929em;
	}
.tstyle_view th,
.tstyle_view .depth_title {
	padding: 12px 15px;
	background: #fafafb;
	border: solid 1px #e4e7ec;
	border-top: none;
	color: #2f3743;
	}
.tstyle_view .depth_title {
	padding: 12px 15px;
	border: none;
	border-bottom: solid 1px #e4e7ec;
	font-size: 1.1em;
	}
.tstyle_view td {
	padding: 12px 15px;
	border-left: solid 1px #e4e7ec;
	border-bottom: solid 1px #e4e7ec;
	}	
.tstyle_view input[type="radio"], 
.tstyle_view input[type="checkbox"] {
	vertical-align: middle;
	}
.tstyle_view th:first-child, 
.tstyle_view td:first-child	 {
	border-left: none;	
	}
.tstyle_view th {
	padding-left: 20px;
	text-align: left;
	}	
.tstyle_view th .txt_download {
	margin-left: 0;
	font-weight: normal;
	}	
.tstyle_list img,
.tstyle_view img {	
	vertical-align: middle;
	}		
/* 게시판 보기페이지  */
.news_view {
	overflow: hidden;
	}
.newsTitle {
	padding: 15px 17px;
	background: none;
	border: solid 1px #c1c5cd;
	border-top-color: #45474c;
	letter-spacing: normal;
	color: #2f3743;
	font-size: 1.2em;
	text-align: center;
	overflow: hidden;
	}
.news_view .tstyle_view {
	border-top: none;
	}
.viewContent {
	padding: 20px;	
	border-bottom: solid 1px #c1c5cd;
	}	
.viewContent img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	}
.viewContent .depth3_txt {
	margin-left: 17px;
	}	
.viewContent > li {
	margin-top: 2px;
	}	
.viewContent > li:first-child {
	margin-top: 0;
	}
.viewContent .tstyle_view {
	border-top: solid 1px #c1c5cd;
	}		
.viewContent .tstyle_view th {
	border-right-color: #c1c5cd;
	}	
.viewContent .tstyle_view td {
	padding-left: 15px;
	}
/* 등록 STYLE
---------------------------------*/	
.tstyle_write {
	clear: both;
	width: 100%;
	border-top: solid 1px #45474d;
	border-bottom: solid 1px #c1c5cd;
	}
.tstyle_write th	 {
	padding: 8px 10px;
	background: #fafafb;
	border-right: solid 1px #e4e7ec;
	border-bottom: solid 1px #e4e7ec;
	color: #2f3743;
	text-align: center;
	}		
.tstyle_write td	 {
	padding: 8px 10px;
	border-left: solid 1px #e4e7ec;
	border-bottom: solid 1px #e4e7ec;
	text-align: left;
	}
.tstyle_write .txtarea {
	width: 99%;
	height: 180px;
	}	
.tstyle_margin th {
	padding: 7px 5px 7px 13px;
	}		
.tstyle_margin td {
	padding: 7px 5px 7px 8px;
	}	
.tstyle_write th.bline,
.tstyle_write tr.bline th,
.tstyle_write tr.bline td {
	border-bottom: solid 1px #c1c5cd;
	}	
.tstyle_write td.txt_center {
	text-align: center;
	}	
.tstyle_write .line {
	border-left: solid 1px #d9d9d9;
	}	
.tstyle_write th.line,
.tstyle_write td.line {
	border-left: solid 1px #e4e7ec;
	}	
.tstyle_write .no_left_line {
	border-left: none;
	}
.tstyle_write .no_right_line {
	border-right: none;
	}
.leader_info {
	margin-bottom: 3px;
	}	
.leader_info span {
	display: inline-block;
	width: 60px;
	}				
/* 다운로드 */
.download {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: dotted 1px #dfdfdf;
	}
.download li span {
	margin-right: 3px;
	padding-left: 5px;
	font-weight: bold;
	}
.download li img {
	vertical-align: top;
	}
.download a {
	color: #fb7312;
	}
/* 다운로드형 목록 */	
.fileDown_list {	
	}	
.fileDown_list li {
	position: relative;
	padding: 8px 18px;
	border-top: solid 1px #e4e7ec;
	}
.fileDown_list li:first-child {
	border-top: none;
	} 
.fileDown_list li span {
	position: absolute;
	right: 20px;
	padding-left: 13px;
	background: url(../../images/common/icon/download.gif) no-repeat 0 7px;	
	letter-spacing: -0.1em;
	}
/* 테이블 안에 테이블 */
.normal_table {
	padding: 2px 3px !important;
	}
.normal_table td {
	padding: 5px 0;
	border: none;
	}	
.margin_zero {
	padding: 0 !important;
	}
.margin_zero th,
.margin_zero td,	
.tdmargin_zero td {
	padding: 5px 0;
	}
.margin_zero02 {
	font-size: 0.85em;
	}	
.margin_zero02 th,
.margin_zero02 td {
	padding: 6px 5px !important;
	}	
/* FAQ */	
.faq_list dt,
.faq_list dd {	
	position: relative;
	padding: 18px 20px;
	border-top: solid 1px #e4e7ec;
	color: #45474d;
	font-weight: bold;
	overflow: hidden;
	}
.faq_list span {
	display: block;
	}
.faq_list dt a {
	display: block;
	}	
.faq_list dd {
	background: #fafafb;
	color: #6c6d70;
	font-weight: normal;
	}
.faq_list .on,	
.faq_list .on a {
	color: #0071c1;
	}	
.faq_list .txt_qa {
	float: left;
	width: 30px;
	font-size: 1.3em;
	}	
.faq_list .txt {
	float: left;
	width: 655px;
	} 		
.faq_list dt .txt {
	width: 635px;
	margin-top: 3px;
	}
.faq_list dd a {
	text-decoration: underline;
	}	
.faq_list .open {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 28px;
	height: 28px;
	background: url(../../images/common/bbs/btn_minus.gif) no-repeat 0 0;
	text-indent: -9999px;
	}	
/* 포토갤러리 */
.photo_type {
	float: right;
	width: 76px;
	height: 26px;
	overflow: hidden;
	}
.photo_type button {
	float: left;
	width: 25px;
	height: 26px;
	background: url(../../images/common/bbs/photo_type.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	}	
.photo_type button:first-child {
	width: 26px;
	}	
.photo_type .list_on {
	background-position: 0 -26px;
	}	
.photo_type .multi {
	background-position: -26px 0;
	}	
.photo_type .multi_on {
	width: 26px;
	margin-left: -1px;
	background-position: -25px -26px;
	}	
.photo_type .album {
	background-position: -51px 0;
	}
.photo_type .album_on {
	width: 26px;
	margin-left: -1px;
	background-position: -50px -26px;
	}
.photo_list {
	clear: both;	
	padding: 40px 0;
	border-top: solid 3px #000;
	border-bottom: solid 1px #000;
	overflow: hidden;
	}	
.photo_list .thumb {
	display: table-cell;
	width: 100%;	
	height: 175px;
	background: #e0e3e9;
	vertical-align: middle;
	overflow: hidden;
	}		
.photo_list .thumb img { 
	width: 100%;
	}
.photo_list img {
	vertical-align: middle;
	}
.photo_list strong {
	display: block;
	/* max-height: 45px; */
	margin-bottom: 5px;
	font-size: 1.067em;
	font-weight: normal;
	overflow: hidden;
	}
.photo_list .desc {
	display: block;
	max-height: 60px;
	line-height: 1.5;
	overflow: hidden;
	}	
.photo_list .date {
	display: block;
	color: #999;
	letter-spacing: 0;
	font-size: 0.933em;
	}
/* 왼쪽에 썸네일, 오른쪽에 텍스트 */	
.photo_list.multi_type {
	}	
.multi_type li {
	margin-top: 40px;
    padding: 40px 33px 0;
    border-top: solid 1px #e4e7ec;
    box-sizing: border-box;    
    overflow: hidden;
	}
.multi_type li:first-child {
	margin-top: 0;
    padding-top: 0;
    border-top: none;
	}	
.multi_type .thumb {
	position: relative;
	width: 260px;
	}
.multi_type .headline {
	position: relative;
	display: table-cell;
	padding-left: 43px;
	overflow: hidden;
	}
.multi_type .date {
	position: absolute;
	bottom: 0;
	}	
/* 썸네일 가로 목록형 */
.album_type {
	padding: 22px 33px 40px 2px;
	}	
.album_type li {
	float: left;
	width: 260px;
	margin: 18px 0 0 31px;
	overflow: hidden;
	}	
.album_type .thumb {
	display: block;
	width: 100%;
	height: 175px;
	margin-bottom: 8px;	
	}	
.album_type	strong {
	}	
/* 논문형 게시판 */
.thesis_type {
    margin-left: -38px;
	}
.thesis_type li {
    float: left;
    width: 197px;
    height: 235px;
    margin-left: 38px;
    background: url(../../images/common/bbs/thesis_bg.gif) no-repeat 0 0;
    overflow: hidden;
    }
.thesis_type .thumb,
.thesis_type .txt {
	display: block;
    width: 191px;
    height: 201px;
    margin: 1px;
	}
.thesis_type .txt {
    width: 196px;
	}	
.thesis_type .txt > strong {
	display: block;
	height: 123px;
	margin: 1px 0 0;
	padding: 17px; 
	line-height: 1.5;
	}		
.thesis_type .name {
	display: block;
	height: 14px;
	padding: 15px 16px;
    background: url(../../images/common/bbs/thesis_bg.gif) no-repeat -197px -158px;
	color: #fff;
	font: normal 0.857em NotoL; 
	}			
.thesis_type .date {
	margin-top: 13px;
	color: #000;
	}	
/* 뉴스레터 */	
.newsLetter_type li {
	float: left;
	width: 340px;
	padding: 20px 15px 20px 10px;
	border-top: solid 1px #e4e7ec;
	overflow: hidden;
	}	
.newsLetter_type .thumb {
	float: left;
	height: 120px;
	background: #e0e3e9;
	margin-right: 10px;
	} 	
.newsLetter_type .headline {
	letter-spacing: normal;
	}			
/* 슬라이드 포토 */	
.viewContent .slide_photo {
	}	
.slide_photo {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	}			
.slide_photo button {/* 좌우 버튼 */
	position: absolute;
	top: 24px;
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	background: url(../../images/common/bbs/btn_leftRight.gif) no-repeat 0 0;
	text-indent: -9999px;
	}	
.slide_photo .btn_right {
	right: 0;
	background-position: -34px 0;
	}
.slide_photo .btn_leftOn,		
.slide_photo .btn_left:hover {
	background-position: 0 -34px;
	}
.slide_photo .btn_rightOn,
.slide_photo .btn_right:hover {
	right: 0;
	background-position: -34px -34px;
	}	
.list_photo {/* 목록 */
	margin: 0 41px;
	overflow: hidden;
	}	
.list_photo ul {
	height: 100px;	
	margin: auto;
	text-align: center;
	overflow: hidden;
	}		
.list_photo li {
	display: inline-block;
	width: 118px;
	margin-left: 8px;
	}
.list_photo li:first-child {
	margin-left: 0;
	}	
.list_photo li.on {	
	position: relative;
	}	
.list_photo li.on span {
	position: absolute;
	top: 0;
	left: 0;	
	width: 116px;
	height: 76px;
	border: solid 2px #434a54;
	}
.list_photo li a {
	display: inline-block;
	overflow: hidden;
	}	
.list_photo li .thumb {
	display: block;
	width: 100%;
	height: 78px;
	border: solid 1px #dddedf;
	border-right-color: #c9cacc;
	border-bottom-color: #c9cacc;
	vertical-align: middle;
	overflow: hidden;
	}
.list_photo li img {
	width: 100%;
	}
.list_photo li .icon_download {
	margin-top: 3px;
	}		
.viewContent .img_area {
	width: 99.6%;
	margin-bottom: 20px;	
	border: solid 1px #dddedf;
	border-right-color: #c9cacc;
	border-bottom-color: #c9cacc;
	text-align: center;
	overflow: hidden;
	}
.viewContent .img_area img {
	display: block;
	height: 100%;
	text-align: center;
	}		
/* 이전 다음 페이지 이동 */
.nextPrev_list {
	clear: both;
	margin-top: 9px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	}
.nextPrev_list li {
	padding: 6px 10px 6px 5px;
	border-top: solid 1px #eee; 
	}
.nextPrev_list li:first-child {
	border-top: none;
	}
.nextPrev_list li strong {
	display: block;
	float: left;
	padding: 2px 30px 2px 30px;
	background: url(../../images/common/bbs/nextPrev_bg.gif) no-repeat 0 -9px;
	color: #333;
	line-height: 1.2; 
	}
.nextPrev_list li strong.next_list {
	background-position: 0 -50px;
	}	
.nextPrev_list li a {
	display: block;
	text-overflow: ellipsis; 
	white-space: nowrap;
	overflow : hidden;
	}
/* 댓글입력 */
.reply_write {
	width: 100%;
	margin: 40px 0 30px;
	padding: 13px 10px;
	background: #fafafb;
	border: solid 1px #dcdfe6;
	box-sizing: border-box;
	border-radius: 3px;
	letter-spacing: -0.1em;
	}
.reply_write .cmt_title {
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
	}	
.cmt_title .title {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	background: url(../../images/common/bbs/img_write.gif) no-repeat 3px 4px;
	color: #252525;
	font-size: 1em;
	}	
.cmt_title .txt {
	float: left;
	margin-top: 2px;
	font-size: 0.85em;
	}
.cmt_title .float_right {
	margin-right: 60px;
	letter-spacing: normal;
	}		
.cmt_title .float_right strong {
	color: #0071c1;
	}
.reply_write textarea {
	float: left;
	width: 92%;
	height: 54px;
	border-top: solid 1px #b9bdc0;	
	border-left: solid 1px #b9bdc0;
	box-sizing: border-box;
	}		
.reply_write .input_btn {
	float: right;
	width: 56px;
	height: 56px;
	background: #5a6273;	
	border-bottom: solid 2px #3c4250;
	color: #fff;
	text-align: center;
	letter-spacing: -0.1em;
	font-size: 1em;
	font-weight: bold;
	}	
/* 댓글 보기 */	
.recmt_list	{
	border-top: solid 1px #e4e7ec;
	overflow: hidden;
	}
.recmt_list li	{
	padding: 15px 20px;
	border-bottom: dashed 1px #d7d7d7;
	line-height: 1.5;
	overflow: hidden;
	}	
.cmt_control {
	margin-top: 5px;
	overflow: hidden;
	}	
.cmt_name {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	}
.cmt_control .date {
	display: block;
	float: left;
	margin-top: 1px;
	color: #6c6d70;
	}
.cmt_control .btn {
	display: block;
	float: right;
	background: url(../../images/common/bbs/btn_delModify.gif) no-repeat 0 0;
	}
.cmt_control .btn button {
	display: block;
	float: left;
	width: 44px;
	height: 18px;
	text-indent: -9999px;
	}	
.cmt_control .btn button:first-child {
	margin-right: 4px;
	}	
/* border pager STYLE */
.board_pager {
	clear: both;
	height: 34px;
	margin-top: 43px;
	text-align: center;	
	font-size: 0.929em;
	}
.board_pager > span {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	}
.board_pager span > a,
.board_pager .active {
	display: inline-block;
	min-width: 20px;
	padding: 8px 3px;
	color: #757577;
	font:  1em Verdana;
	vertical-align: top;
	} 	
.board_pager .active {
	text-decoration: underline;
	/* background: #748090; */
	color: #c73e3e;
	font-weight: bold;
	} 		
.board_pager span a:hover {
	color: #c73e3e;
	font-weight: bold;
	}
.board_pager .first,
.board_pager .prev,
.board_pager .next,
.board_pager .end {
	padding: 0;
	}
.board_pager .prev {
	margin-right: 12px;
	}
.board_pager .next {
	margin-left: 12px;
	}
	
/* 상태설명 */
.demonstrate_condition	 {
	margin-bottom: 30px;
	padding: 25px;
	overflow: hidden;
	}
.demonstrate_condition dt {
	float: left;
	width: 70px;
	margin-right: 30px;
	padding-top: 32px;
	color: #252525;	
	background: url(../../images/common/bbs/icon_condition.gif) no-repeat 0 0;	
	}
.demonstrate_condition dd {
	float: left;
	}	
.demonstrate_condition dd li {
	margin-top: 7px;
	letter-spacing: -0.1em;
	}	
.demonstrate_condition dd li:first-child {
	margin-top: 0;	
	}	
.demonstrate_condition dd li span {
	margin-right: 5px;
	}
/* 레이어 팝업 SNS공유 */
.sns_bg { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	background: #000; 
	opacity: 0.6; 
	filter: alpha(opacity=60);
	z-index: 95;
	}
#sns {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 880px;
	margin: -106px 0 0 -440px; 
	background: #fff;
	border-radius: 5px;
	/*background-color: rgba(0, 0, 0, 0.75);*/
	box-shadow: 2px 2px 10px #484848;	
	overflow: hidden;
	z-index: 100;
	}
#sns .sns_area {
	width: 760px;
	margin: auto;
	padding: 30px 0;
	overflow: hidden;
	}	
#sns .sns_area .title { 
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: -0.1em;
	}
#sns .sns_list {
	overflow: hidden;
	}	
#sns .sns_list li {
	float: left;
	margin-left: 16px;
	}		
#sns .sns_list li:first-child {
	margin-left: 0;
	}
#sns .sns_list li a span {
	display: block;
	text-align: center;
	}	
#sns .sns_close {
	position: absolute;
	top: 30px;
	right: 35px;
	}
/* 연간주요일정표 */
.month_num,
.year_num {
	color: #252525;
	font-size: 30px; 
	font-weight: bold; 
	line-height: 30px;
	overflow: hidden;
	}
.month_control a {
	display: inline-block;
	padding: 0 5px;
	}
.y_schedule {
	border-top: 2px solid #656565;
	overflow: hidden;
	}
.y_schedule > li {
	clear: both; 
	padding: 20px 0 10px 3px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	}
.y_schedule > li .float_left {
	width: 85px; 
	height: 40px;
	margin-right: 15px; 
	font-size: 16px; 
	background: url(../../images/htf/content/diagonal.png) no-repeat right top;
	}
.y_schedule > li .eng {
	display: block;
	color: #898989;
	font-size: 10px; 
	font-weight: bold; 
	}
.y_schedule > li.on {
	background: url(../../images/common/bbs/schedule_arrow.png) no-repeat 0 0;
	color: #000;
	}
.y_schedule > li > .arrow_lstyle {
	position: relative;
	margin-right: 10px; 
	color: #555; 
	overflow: hidden;
	}	
.y_schedule > li > .arrow_lstyle > a{
	display:block;
	}		
.arrow_lstyle ul {
	margin-left: 10px;
	font-weight: normal;	
	}	
/* 뉴스레터 */
.newsletter_application {
	margin-bottom: 20px;
	padding: 34px 29px 31px;
	border: solid 1px #dddedf;
	border-top: none;
	background: #fdfdfd url(../../images/common/bbs/newsletter_bg.gif) repeat-x 0 0;
	overflow: hidden;
	letter-spacing: -0.1em;
	}
.newsletter_application .title {
	float: left;
	color: #000;
	font-size: 1.1em;
	}
.newsletter_application .txt {
	float: left;
	margin: 2px 0 0 35px;
	padding-left: 14px;
	background: url(../../images/common/bbs/newsletter_arrow.gif) no-repeat 0 5px;
	color: #555;
	}
.newsletter_application .search {
	float: right;
	}				
.newsletter_application input[type="email"] {
	float: left;
	width: 190px;
	border-radius: 0;
	}
.newsletter_application input[type="submit"] {
	float: left;
	height: 26px;
	margin-left: -1px;
	padding: 0 10px;
	background: #da3d00;
	border-radius: 0;
	letter-spacing: -0.1em;
	font-size: 0.95em;
	font-weight: bold;
	color: #f5e1dd;
	cursor: pointer; 
	_cursor: hand;	
	}

.address_block {
	display: block;
	margin-top: 7px;
	}
.address_block input[type="text"]:first-child {
	margin-bottom: 3px;
	}	
/* 주의사항 */
.exclamation{margin-top:50px; margin-bottom:70px; border:1px solid #e9eaee; background:url(../../images/ghk/content/bg_exclamation.gif) 23px 23px no-repeat #fafafb; padding:23px 23px 23px 90px;}
.exclamation ul{}
.exclamation li{background:url(../../images/ghk/content/bullet_dot.gif) 0 10px no-repeat; padding-left:5px; display:inline-block;}
.exclamation li p{margin-top:10px;}
.exclamation li .process{margin-bottom:10px; margin-left:270px; overflow:hidden;}
.exclamation li .process li{background:0; float:left;}
.exclamation li .btn_download a{color:#037bc1; background:url(../../images/ghk/content/bg_download.gif) right 5px no-repeat; padding-right:13px; display:inline-block; font-weight:700}
