@charset "utf-8";

/* input */
input[type="text"],input[type="password"],input[type="number"] {
	border: 1px solid #cccccc;
	padding: 4px;
	width: 170px;
}

input[type="file"] {
	border: 1px solid #cccccc;
	padding: 4px;
	width: 400px;
}

input#searchTxt {
	ime-mode: active;
}

.input30 {
	width: 30px !important;
}

.input50 {
	width: 50px !important;
}

.input100 {
	width: 100px !important;
}

.input200 {
	width: 200px !important;
}

.input300 {
	width: 300px !important;
}

.input400 {
	width: 400px !important;
}

.input500 {
	width: 500px !important;
}

.input99 {
	width: 99% !important;
}

input.active_on { ime-mode: active; }

textarea {
	border: 1px solid #cccccc !important;
	padding: 3px !important;
}

select {
	border: 1px solid #cccccc;
	padding: 3px;
}



/*
input[type="radio"],input[type="checkbox"] {
	vertical-align: top;
}
*/
input[type="button"],input[type="submit"] {
	cursor: pointer;
}

/* button box */
.btnboxR {
	text-align: right;
	margin-top: 20px;
}

.btnboxL {
	text-align: left;
	margin-top: 20px;
}

.btnboxC {
	text-align: center;
	margin-top: 20px;
}

#pop_container div[class^="btnbox"] {
	margin: 20px 10px;
	display: inline-block;
	float: right;
}

#pop_container div[class^="btn_check"] {
	display: inline-block;
	margin-top: 20px;
}

/* search */
.search_box {
	position: relative;
}

.search_box input[type="button"],.search_box input[type="submit"] {
	background: #6e6e6e url(../images/button/bul_search.png) no-repeat 86% 4px;
	border: 1px solid #505050;
	font-size:13px ;
	height: 26px ;
	color: #fff!important;
	display: inline-block;
	padding: 4px 28px 4px 10px;
}
.search_box input[type="button"]:focus{outline:3px solid #c53e09;}


.ie10 .search_box input[type="button"],.ie10 .search_box input[type="submit"],.ie9 .search_box input[type="button"],.ie9 .search_box input[type="submit"]
	{
	background: #ffffff url(../images/button/bul_search.png) no-repeat 95%
		4px;
}

.board_page {
	position: absolute;
	right: 0px;
	top: 3px;
}

.btn_position {
	position: absolute;
	right: 0px;
	top: 0px;
}

.search_table {
	position: relative;
}

.search_table th,.search_table td {
	padding: 10px 5px;
	border-bottom: 1px dashed #e1e1e1;
}

.search_table th {
	border-right: 1px dashed #e1e1e1;
}

.search_table table tr:first-child th,.search_table table tr:first-child td
	{
	border-top: 1px dashed #e1e1e1;
}

.search_table input[type="submit"] {
	background: #257bcb url(../images/board/table_search.png) no-repeat
		center 7px;
	border: 1px solid #155088;
	border-radius: 3px;
	font-family: 'NanumGothicWebB';
	font-size: 16px;
	color: #ffffff;
	padding: 28px 20px 12px 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -30px;
}

.search_table .dashed_left {
	border-left: 1px dashed #e1e1e1;
}

/* 페이징 */
.box_page {
	padding: 30px 0 0 0;
	text-align: center;
}

.box_page>a {
	color: #666666;
	display: inline-block;
	padding: 2px 7px;
	line-height: 21px;
}

.box_page>a.on {
	background: #555c67;
	font-weight: bold;
	color: #ffffff;
}

.box_page>a.btn_frist,.box_page>a.btn_10prev,.box_page>a.btn_10next,.box_page>a.btn_end
	{
	width: 28px;
	height: 29px;
	text-indent: -999999em;
	padding: 0px 0px 0px 0px !important;
	display: inline-block;
	vertical-align: top;
}

.box_page>a.btn_frist {
	background: url(../images/board/btn_pg_first.gif) no-repeat 0 0;
}

.box_page>a.btn_10prev {
	background: url(../images/board/btn_pg_prev.gif) no-repeat 0 0;
}

.box_page>a.btn_10next {
	background: url(../images/board/btn_pg_next.gif) no-repeat 0 0;
}

.box_page>a.btn_end {
	background: url(../images/board/btn_pg_last.gif) no-repeat 0 0;
}

.box_page>span {
	display: inline-block;
	width: 28px;
	height: 29px;
	background: #4C5499;
	padding: 0px;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
}

/* table */
.tableSt_list {
	margin-top: 30px;
}

.tableSt_list thead tr:first-child th {
	border-top: 1px solid #5a5a5a;
	border-top: 2px solid #4c5499;
}

.tableSt_list th,.tableSt_list td {
	padding: 12px 3px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	line-height: 18px;
}

.tableSt_list th.text-center,.tableSt_list td.text-center {
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

.tableSt_list tbody tr:hover {
	background-color: #e1e1e1;
}

.tableSt_list th.text-left,.tableSt_list td.text-left {
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}

.tableSt_list th.text-right,.tableSt_list td.text-right {
	padding-left: 12px;
	padding-right: 12px;
	text-align: right;
}

.tableSt_list th {
	background: #f5f5f5;
}

.tableSt_list .taL td,.tableSt_list .taL {
	text-align: left !important;
}

.inner .tbl_wrap td select {
	padding-left: 0;
}

.inner .tbl_wrap .order-info-body td {
	text-align: left;
	padding-left: 15px;
}

.highlight {
	background: #f9f9f9;
}

/* .is-ie .tableSt_view{
	table-layout:fixed;
	}
*/
.tableSt_view th,.tableSt_view td {
	padding: 10px 5px;
	border-bottom: 1px solid #e1e1e1;
}

.tableSt_view tbody tr:first-child th,.tableSt_view tbody tr:first-child td
	{
	border-top: 2px solid #4C5499;
}

.tableSt_view .title {
	font-family: 'NanumGothicWebB';
	font-size: 18px;
	background: #ffffff;
	padding: 15px 5px;
	color: #414286;
}

.tableSt_view tbody th {
	background: #f5f5f5;
}

.cont_box {
	min-height: 300px;
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0px;
}

.is-ie .cont_box {
	width: 800px;
}

.cont_box img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.no_data {
	padding: 7px 3px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

/* 갤러리게시판 */
.list_gellery {
	border-top: 1px solid #b0c5bf;
	border-bottom: 1px solid #dddddd;
	padding: 15px 0;
	margin-top: 20px;
}

.list_gellery ul li {
	width: 25%;
	min-height: 110px;
	float: left;
	text-align: center;
	padding: 20px 0;
}

.list_gellery ul li a {
	color: #666666;
	display: block;
}

.list_gellery ul li a>span {
	margin: 5px 10px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.list_gellery ul li a>div {
	background: #fafafa;
	box-shadow: 3px 3px 0px #cccccc;
	width: 160px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.list_gellery ul li a>div>img {
	width: 160px;
	height: 120px;
}

.list_gellery ul li p.title {
	font-weight: bold;
}

.list_gellery ul li .btn>img {
	border: 0px;
}

.list_gellery .no_data {
	border-bottom: 0px !important;
	width: 100%;
}

.list_gellery ul li+li+li+li+li,.list_gellery ul li+li+li+li+li+li+li+li+li,.list_gellery ul li+li+li+li+li+li+li+li+li+li+li+li+li,.list_gellery ul li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li
	{
	clear: left;
}

.list_gellery ul li+li+li+li+li+li,.list_gellery ul li+li+li+li+li+li+li+li+li+li,.list_gellery ul li+li+li+li+li+li+li+li+li+li+li+li+l+lii,.list_gellery ul li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li
	{
	float: left;
	clear: none;
}

.img_subtxt {
	color: #999999;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}


/*뉴스 게시판*/
.board_wrap { }
.board_wrap .b_search { text-align: right; }
.board_wrap .b_search input[type=button] { width: 69px; height: 30px; background: #3553A9; color: #fff; }
.board_wrap .b_search input[type=text] { height: 22px; line-height: 30px }
.board_wrap .b_search select { height: 30px; padding: 0 20px; line-height: 30px; border: 1px solid #ccc; }
.board_wrap p.sum { padding: 10px 0; margin-top: -25px; font-size: 14px; }
/*뉴스 목록*/
.board_list { border-top: 2px solid #3553A9; }
.board_list .news_list { }
.board_list .news_list li { padding: 30px 0; border-bottom: 1px solid #ccc; overflow: hidden; }
.board_list .news_list li a	{ display:block; overflow:hidden; cursor:pointer; text-decoration:none;}
.board_list .news_list li a:hover .tit { color:#3553A9; text-decoration:underline; }
.board_list .news_list li a:hover .txt { color:#666; text-decoration:underline; }
.board_list .news_list li .img	{display:block; float:left; width: 28%; }
.board_list .news_list li .img img { width: 250px; height: 190px; }
.board_list .news_list li .img_data	{display:block; float:left; width: 72%; }
.board_list .news_list li .txt_data	{display:block; float:left; width:auto; }
.board_list .news_list li .tit	{ display:block; margin-bottom:10px; padding: 15px 0 5px; color:#4c4c4c; font-size:24px; font-weight:bold; line-height: 28px;}
.board_list .news_list li .txt	{ display:block; margin-bottom:10px; color:#666; font-size:13px; line-height: 20px; }

/*뉴스 뷰*/
.board_wrap h3 { margin-bottom: 5px; line-height: 30px; overflow: hidden; }
.board_wrap h3 span { display: inline-block; float: left; }
.board_wrap .step { display: inline-block; width: 20px; height: 30px; background: url(/common/images/board/icon_arrow.gif) center 50% no-repeat; }
.board_wrap .home { display: inline-block; width: 20px; height: 30px; background: url(/common/images/board/icon_home.gif) center 50% no-repeat; }

.news_view { border-top: 2px solid #3553A9; }
.news_view .title { padding: 25px 20px; background: #fafafa; border-bottom: 1px solid #e3e3e3; } 
.news_view .title h4 { font-size: 32px; line-height: 45px; font-weight: bold; color: #000; }
.news_view .title h5 { font-size: 20px; line-height: 28px; }
.news_view .sub_data { padding: 15px 0; border-bottom: 1px solid #e3e3e3; font-size: 13px; color: #555; line-height: 15px; }
.news_view .sub_data span { padding: 0 20px; border-left: 1px solid #999; }
.news_view .sub_data span:FIRST-CHILD { border: none; }
.news_view .content { padding: 50px 20px; border-bottom: 1px solid #e3e3e3; }
.news_view .content img { width: 90%; margin: 0 auto; }
.news_view .attachFile { margin-top:15px; border-top: 2px solid #a1a742; }
.news_view .attachFile li { margin-top:10px; }

.b_paging {  margin: 60px 0; text-align:center }
.b_paging a, .b_paging strong { display:inline-block; width: 32px; height: 32px; border:1px solid #cecece; margin: 0 1px; color:#888; line-height: 33px; text-align:center; vertical-align:top; text-decoration:none}
.b_paging strong { background: #3553A9;  color:#fff; }
.b_paging .pre, .b_paging .pre_end, .b_paging .next, .b_paging .next_end { padding: 0; background: #f9f9f9; }
.b_paging .pre { /* margin-right: 10px;*/ }
.b_paging .next { /*margin-left: 10px;*/ }
.b_paging a:hover, .b-paging a:active, .b-paging a:focus { border-color:#ccc; background-color:#f1f1f1; color:#3553A9}


/*갤러리 게시판 스킨 */
.gallery { position: relative; }
.gallery .search_box { height: 170px; padding: 30px 25px 10px 260px; border: 1px solid #D0D7DC; background: #F5F8FA url(/common/images/board/bg_search.gif) 40px 50% no-repeat; }
.gallery .search_box ul { overflow: hidden; padding-left: 30px; border-left: 1px solid #D0D7DC; }
.gallery .search_box ul li { float: left; width: 420px; line-height: 38px; padding-left: 5px; background: url(/common/images/board/icon_dot.gif) left 50% no-repeat; }
.gallery .search_box ul li span { display: inline-block; width: 60px; }
.gallery .search_box ul li.long { width: 900px; }
.gallery .search_box ul li select { width: 220px; height: 30px;border: 1px solid #D0D7DC; }
.gallery .search_box ul li input[type="text"] { width: 210px; line-height: 20px; border: 1px solid #D0D7DC; }
.gallery .search_box ul li input.long { width: 560px; }
.gallery .search_box ul li input.date { width: 100px; }
.gallery .search_box ul li .btn { margin: 2px 0 0 5px; line-height: 28px; }
.gallery .search_box ul li .icon_date { margin-left: -1px; }
.gallery_top { position: relative; padding: 40px 0 30px; overflow: hidden; }
.b_list p.sum, .b_gallery p.sum, .b_company p.sum { position:absolute; top:-34px; }
.gallery .gallery_option { position:absolute; right: 0; top: 40px; text-align: right; }
.gallery .gallery_option label { padding-right: 20px; }
.gallery .gallery_list { position: relative; padding: 40px 0 48px; overflow: hidden; border-top: 3px solid #435B88; border-bottom: 1px solid #B0B0B0; margin-top: 20px; bottom: 30px; }
.gallery .gallery_list li { position: relative; float: left; width: 288px; height: 195px; overflow: hidden; margin: 0 0 15px 15px; }
.gallery .gallery_list li:FIRST-CHILD { margin-left: 0; }
.gallery .gallery_list li:nth-child(5) { margin-left: 0; }
.gallery .gallery_list li:nth-child(9) { margin-left: 0; }
.gallery .gallery_list li:nth-child(13) { margin-left: 0; }
.gallery .gallery_list li:nth-child(17) { margin-left: 0; }
.gallery .gallery_list li:nth-child(21) { margin-left: 0; }
.gallery .gallery_list li:nth-child(25) { margin-left: 0; }
.gallery .gallery_list li a img { width: 285px; height: 195px; }
.gallery .gallery_list li .title { position: absolute; z-index: 500; bottom: 0; width: 99%; padding: 15px 0 15px 0px; font-size: 15px; color: #fff; text-align: center; background: url(/photo/images/main/bg_photo_text.png) left top repeat-x; }
.gallery .gallery_list li .date { display: none; }
.gallery_view { border-top: 2px solid #3553A9; border-bottom: 1px solid #BFBFBF; }
.gallery_view .title { padding: 20px 0; font-size: 18px; color: #414286; text-align: center; }
.gallery_view .sub_data { border-bottom: 1px solid #bfbfbf; }
.gallery_view .sub_data dl { overflow: hidden; }
.gallery_view .sub_data dt, .gallery_view .sub_data dd { float: left; border-top: 1px solid #E1E1E1; margin: 0; line-height: 50px; }
.gallery_view .sub_data dt { display: inline-block; width: 118px; text-align: center; background: #F8F8F8; }
.gallery_view .sub_data dd { display: inline-block; width: 260px; padding-left: 22px; }
.gallery_view .content { padding: 50px 30px 90px; }
.gallery_view .content img { display: block; width: 90%; text-align: center; margin: 0px auto 50px; }


/* 동영상게시판 */
#movie {
	text-align: center !important;
	margin: 0 auto;
}

.movie_txt {
	height: 200px;
	overflow-y: auto;
	border: 1px solid #e7e7e7;
	padding: 15px;
	margin-top: 20px;
	background: #fbfaf7;
}

/* 블로그형게시판경우 */
.blog_list {
	margin-top: 20px;
}

.blog_list li {
	border-top: 1px dashed #e3e3e3;
}

.blog_list li:first-child {
	border-top: 1px solid #b0c5bf;
}

.blog_list li:last-child {
	border-bottom: 1px solid #dddddd;
}

.blog_list .list_title {
	font-weight: bold;
	font-size: 13px;
}

.blog_list li a {
	color: #666666;
	display: block;
	position: relative;
	padding: 15px 10px;
}

.blog_list li a>div {
	float: left;
	width: 173px;
	height: 111px;
	overflow: hidden;
	text-align: center;
}

.blog_list li>a>span {
	margin-left: 203px;
	display: block;
}

.blog_list li .list_title {
	color: #333333;
}

.blog_list li .list_txt {
	color: #666666;
	width: 500px;
}

.blog_list li  .list_data {
	color: #a4a4a4;
	margin-top: 10px;
}

.blog_list a:after {
	content: '';
	background: url(../images/board/board_arrow.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
}

/* faq */
.faq_answer {
	background: #edf2f3;
	text-align: left;
	padding: 20px 3px !important;
}

.list_faq dt {
	font-weight: bold;
	background: url(../images/board/icon_qna_q.gif) no-repeat left 3px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	color: #333333;
	white-space: normal;
	line-height: 16px;
}

.list_faq dd {
	background: url(../images/board/icon_qna_a.gif) no-repeat left 3px;
	padding-left: 20px;
	margin-left: 20px;
	text-align: left;
	color: #333333;
	white-space: normal;
	line-height: 16px;
}

/* 첨부파일 */
.file_del {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.box_file {
	padding: 10px 5px;
	border-top: 1px solid #cccccc;
}

.list_file>li {
	background: url(../images/board/icon_file.gif) no-repeat 0 50%;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

.list_file>li>a {
	color: #333333;
}

.list_file>li>a.btn_fview {
	display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 27px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background-color: #00397f;
    margin-left: 10px;
}

.btn_dele {
	background: url(../images/board/delete.png) no-repeat 0 0;
	border: 0px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.btn_fileview {
	position: absolute;
	margin-left: 10px;
}

.area_file {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-top: 1px dashed #cccccc;
}

#egovComFileList>li:first-child {
	margin-top: 0px;
}

#egovComFileList>li {
	margin-top: 10px;
}

/* 본인인증 */
div[id^="realContent"] {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
}

div[id^="realContent"]>h4 {
	margin-top: 0px !important;
}

.wrap_tipox {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	margin-top: 20px;
	padding: 30px 15px;
}

.wrap_tipox>ul {
	background: #ecf1f4;
	padding: 15px 10px;
	margin-bottom: 20px;
}

.wrap_tipox>ul>li {
	background: url(../images/common/bul_depth02.png) no-repeat 0 7px;
	padding-left: 10px;
}

.wrap_input,.wrap_search {
	position: relative;
	float: left;
}

.wrap_input label {
	display: inline-block;
	width: 100px;
	text-align: left;
}

.wrap_input>ul>li {
	margin-top: 5px;
}

.wrap_input>ul>li:first-child {
	margin-top: 0px;
}

.wrap_input input[type="submit"] {
	background: #2762b4;
	border: 1px solid #215295;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	padding: 19px 15px;
	position: absolute;
	left: 300px;
	top: 0px;
}

.wrap_search {
	margin-left: 150px;
}

/* 비밀번호 */
.password_box {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	margin-top: 20px;
	padding: 30px 15px;
}

.password_box .input_area {
	background: #ecf1f4;
	padding: 15px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.password_box input[type="password"] {
	width: 250px;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-top: 20px;
}

/* 비밀번호 */
.password_box {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	margin-top: 20px;
	padding: 30px 15px;
}

.password_box .input_area {
	background: #ecf1f4;
	padding: 15px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.password_box input[type="password"] {
	width: 250px;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-top: 20px;
}

/* button */
.btn_area { padding: 50px 0;  text-align: center; }
.btn_area_right { padding: 50px 0;  text-align: right; }
.btn_area .btn { margin: 0 2px; }
/*기본 각진 버튼*/
.btn { display: inline-block; padding: 0px 25px; line-height: 40px; background: #4C5499; border: 1px solid #404788; color: #fff!important; font-size: 14px; }
.btn:hover { text-decoration: none; background: #454B7E; }
.bgray { background: #6E6E6E; }
.cancel { background: #545661; border-color: #424453; }

/*둥근 작은 버튼*/
.btn_blue {
	background: #4c5499;
	border: 1px solid #404788;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	padding: 5px 18px;
}

.btn_sblue {
	background: #2762b4;
	border: 1px solid #215295;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	padding: 0px 7px;
}

.btn_black {
	background: #4e5c71;
	border: 1px solid #353b44;
	border-radius: 3px;
	color: #ffffff !important;
	display: inline-block;
	padding: 5px 7px;
}

.btn_white {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #333333 !important;
	display: inline-block;
	padding: 5px 7px;
}

.btn_swhite {
	background: #606ebd;
	border: 1px solid #3e4b97;
	border-radius: 3px;
	font-size: 13px;
	color: #fff !important;
	display: inline-block;
	padding: 6px 12px;
}

input[type="button"] {
	cursor: pointer;
}

.btn_white_down {
	background: #ffffff url(../images/button/bul_down.png) no-repeat right
		50% !important;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #1764CF !important;
	display: inline-block;
	padding: 4px 30px 4px 10px !important;
	font-weight: bold;
}

.btn_white_view {
	background: #ffffff url(../images/button/bul_view.png) no-repeat right
		50% !important;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #1764CF !important;
	display: inline-block;
	padding: 4px 35px 4px 10px !important;
	font-weight: bold;
}

.btn_white_blank {
	background: #ffffff url(../images/button/bul_blank.png) no-repeat right
		50% !important;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #1764CF !important;
	display: inline-block;
	padding: 4px 30px 4px 10px !important;
	font-weight: bold;
}

.btn_white_pdf {
	background: #ffffff url(../images/button/bul_pdf.png) no-repeat right
		50% !important;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #1764CF !important;
	display: inline-block;
	padding: 4px 30px 4px 10px !important;
	font-weight: bold;
}

.btn_white_hwp {
	background: #ffffff url(../images/button/bul_hwp.png) no-repeat right
		50% !important;
	border: 1px solid #cccccc;
	border-radius: 3px;
	color: #1764CF !important;
	display: inline-block;
	padding: 4px 30px 4px 10px !important;
	font-weight: bold;
}

/* tip */
.tip {
	background: url(../images/common/bul_tip.png) no-repeat 0 0;
	padding-left: 20px;
}

span.tip {
	padding-bottom: 3px;
	margin-left: 10px;
}

p.tip {

}

.tip .red {
	color: #e01956;
}

/* 게시판 머리말 */
.board_head {
	border-top: 2px solid #414286;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 20px;
	min-height: 60px;
	margin-bottom: 30px;
	position: relative;
	color: #666 ;
	font-family: 'NanumGothicWebB';
}
.board_bg { 
	padding: 25px 20px 20px 120px ;
	background:  url(/common/images/common/bg_research.png) 20px 50% no-repeat;
}

.board_head .btn_white_blank.right {
	position: absolute;
	right: 40px;
	top: 20px;
}

/* 회원가입 */
.step1_box>div {
	border: 1px dashed #b6b6b6;
	margin-top: 10px;
	padding: 15px;
	text-align: center;
}

.step1_box>div>ul {
	padding-top: 20px;
	display: inline-block;
}

.step1_box>div>ul>li {
	float: left;
	margin-right: 20px;
}

.join_copy_box {
	margin-top: 30px;
	background: #ecf1f4;
	padding: 15px 10px;
}

.step2_box .terms {
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-top: 10px;
}

.take_bg {
	font-weight: bold;
	padding: 5px 10px;
	background: #ebebeb;
}

.step2_box .btn_terms {
	text-align: center;
	margin-top: 20px;
}

.step2_box .btn_terms>p {
	font-weight: bold;
	margin-bottom: 10px;
}

/* ======================= 코멘트 20160220 이경민 ======================= */

.commentBox {
	width: 100%;
}

.commentBox .commentAll {
	color: #333;
	background-color: #f6f6f6;
	padding: 7px 10px;
}

.commentBox .commentAll span {
	font-weight: bold;
}

.commentBox .commentBt {
	text-align: right;
	margin: 5px 0;
}

.commentBox .commentBt a {
	border: 1px solid #eee;
	padding: 7px;
	color: #666 !important;
}

.commentBox li {
	width: 98%;
	padding: 10px 1%;
	border-bottom: 1px dashed #ccc;
}

.commentBox li span {
	margin-top: 10px;
}

.commentBox li span.date {
	color: #888;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/*게시판 본인인증 */
.confirm_form { }
.confirm_form h3 { font-size: 32px; color: #414286; margin-bottom: 15px; }
.confirm_form h4 { font-size: 24px; color: #414286; margin-bottom: 10px;  margin-top:0;}
.confirm_form .notice_box { padding: 4%; border: 1px solid #e2e5eb; margin-bottom: 30px; background: #f0f4fa url(/portal/images/sub/img_0103.png) 95% 50% no-repeat; }
.confirm_form .notice_box ul { padding-right: 130px; }
.confirm_form .notice_box ul li { padding: 0 0 3px 10px; background: url(/portal/images/sub/icon_arrow.gif) 0px 10px no-repeat; }

.confirm_form .confirm { border: 1px solid #D2D2DC; overflow: hidden; }
.confirm_form .confirm .confirm_box_mobile { width: 50%; padding: 4%; float: left; box-sizing: border-box; height: 350px;}
.confirm_form .confirm .confirm_box_ipin { width: 50%; padding: 4%; float: left; box-sizing: border-box; border-left: 1px solid #D2D2DC; height: 350px;}
.confirm_form .confirm .mobile { padding-left: 40px; margin-top: 20px; background-image: url(/reserve/images/common/icon_mobile.png); background-position: 40px 50%; background-repeat: no-repeat; }
.confirm_form .confirm .ipin { padding-left: 30px; margin-top: 20px; background-image: url(/reserve/images/common/icon_ipin.png); background-position: 40px 50%; background-repeat: no-repeat; }

.button { display: inline-block; padding: 5px 10px; line-height: 18px; border-radius: 3px; border: 1px solid #CDD5DE; background: #fff; font-size: 13px; color: #4e5359; text-align: center; }
.button:hover { text-decoration: none; }

.large { width: 150px; height: 50px; line-height: 50px; font-size: 15px; background-color: #F0F4FA;  }
.large:hover { background-color: #DCE6F3; }


@media (max-width: 767px) {
	.list_gellery ul li { width: 33%; }
}
@media (max-width: 640px) {
	.tableSt_list .num,
	.tableSt_list .date,
	.tableSt_list .hits,
	.tableSt_list .ed { display: none; }
	.tableSt_list .title { width: 45%!important; }
	
	.list_gellery ul li { width: 50%; }
	
	.input500 { width: 80%!important;}
}
@media (max-width: 480px) {
	.confirm_form .notice_box { background-image: none; }
	.confirm_form .notice_box ul { padding-right: 20px; }
	.confirm_form .confirm .confirm_box_mobile { clear: both; width: 100%; }
	.confirm_form .confirm .confirm_box_ipin { clear: both; width: 100%; border-left: none; border-top: 1px solid #D2D2DC; }
	
	.input200 .input300, .input400, .input500 { width: 95%!important;}
	.board_page { position: relative; }
}

iframe.write_page{display: none;}