select {/* font-family:"Nanum Gothic","verdana","Dotum";*/
	font-size: 1.0em;
	height: 35px;
	line-height: 35px;
}
.btn_ty1 {
	padding: 0 1.5em;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	color: #666;
	border: 1px solid #666;
	width: 150px;
	height: 35px;
	font-size: 15px;
}
.btn_ty2 {
	padding: 0 1.5em;
	line-height: 35px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #2e4ca6;
	border: 1px solid #2e4ca6;
	width: 150px;
	height: 35px;
	font-size: 15px;
}
.board_btn_c {
	text-align: center;
	padding: 10px 0;
}
.board_btn_r {
	text-align: right;
	padding: 10px 0;
}
.board_btn_l {
	text-align: left;
	padding: 10px 0;
}
.subject {
	font-size: 1.2em;
}
/* social */
.board_blog {
	clear: both;
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
.board_blog li {
	float: left;
	position: relative;
	width: 30%;
	margin: 3% 3% 3% 0;
	height: 320px;
	border: 1px solid red;
	border: 1px solid #ddd;
}
.board_blog li:first-child {
	margin-left: 0;
}
.board_blog li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	width: 30px;
	height: 30px;
	background: url('/images/main/social_bg.png') no-repeat 0 0;
}
.board_blog li > a {
	display: block;
	position: relative;
	height: 318px;
}
.board_blog li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	background: url('/images/main/social_blog.png') no-repeat 0 0;
}
.board_blog li > a > .img img {
	width: 100%;
}
.board_blog li > a > .con {
	padding: 16px 20px;
}
.board_blog li > a > .con .tit {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #222;
}
.board_blog li > a > .con .txt {
	margin-top: 11px;
	color: #555;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
 @media all and (max-width:1024px) {
.board_blog li {
	width: 30%;
	margin-left: 2%;
	margin: 2% 2% 2% 0;
}
.board_blog li.lst4 {
	display: none;
}
}
 @media all and (max-width:768px) {
.board_blog li {
	width: 90%;
	margin-left: 3%;
}
.c li.lst3 {
	display: none;
}
}
/* 리스트 */
.bd_search_wrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.all-num {
	color: #222;
	width: 50%;
	float: left;
}
.search_form {
	float: right;
}
.search_form {
	overflow: hidden;
	display: flex;
	gap: 0px 5px;
	justify-content: stretch;
}
.search_form select, .search_form input, .search_form a {
	min-width: 150px;
	padding: 0px 5px;
	font-size: 18px;
	line-height: 26px;
	line-height: 60px;
	height: 60px;
}




/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
}
/* -----------  mobile -------------*/
@media (max-width:650px) {
.search_form select, .search_form input, .search_form a {
	min-width: auto;
	padding: 0px 5px;
	font-size: 17px;
	line-height: 40px;
	height: 40px;
}
.search_form select {
	width: 100px;
}
.search_form input[type='text'] {
	width: calc(100% - 160px)
}
.search_form input[type='submit'] {
	width: 110px !important;
}
}
.board_list {
	border-top: 2px solid #bababa;
}
.board_list th {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	font-size: 1.2rem
}
.board_list td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
}
.board_list .stxt_coment {
	font-size: 11px;
	color: #ff6600;
	font-weight: 500;
}
/* 읽기 */
.board_read {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #bababa;
	border-bottom: 1px solid #cfcfcf;
	background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(3px);
}
.board_read th {
	background: #f9f9f9;
	color: #000;
	font-weight: normal;
	font-weight: 500;
}
.board_read th, .board_read td {
	padding: 10px 10px;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
/* 내용 답변*/
.boardView {
	margin-bottom: 20px;
}
.boardView th {
	padding: 5px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.boardView td {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
.btn_group {
	padding-top: 10px;
	text-align: right;
}
.list_paging {
	width: 100%;
	padding: 40px 0 20px 0px;
	text-align: center;
	overflow: hidden;
}
.list_paging a {
	border: 1px solid #bbbbbb;
	color: #666;
	padding: 5px 10px;
	margin: 2px;
}
.list_paging strong {
	border: 1px solid #bbbbbb;
	color: #333333;
	padding: 5px 10px;
	margin: 2px;
	background: #eeeeee;
}
.list_paging span {
	margin: 0px 13px;
}
/* 개인정보보호방침*/
.board_privacy {
	border: 1px solid #dadada;
	width: 93%;
	padding: 3%;
}
/* 상단 검색*/
.vo-hidden {
	visibility: hidden;
	display: none;
}
/* board list head */
.boardHead {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}
.boardHead .page {
	float: left;
	padding: 5px 0 0 0;
	font: normal 11px Tahoma;
	color: #858585;
}
.boardHead .page span.tatal {
	color: #db5444;
	vertical-align: middle;
	line-height: 210%;
}
.boardHead .form {
	float: right;
	font-size: 0;
}
.boardHead .form label {
	display: none;
}
.boardHead .form input.txtbox {
	width: 130px;
	height: 19px;
	margin-right: 2px;
}
.boardHead .form input.btnbox {
	width: 55px;
	height: 19px;
	border: 0;
	vertical-align: -4px;
	cursor: hand;
}
.boardHead .form select {
	margin-right: 1px;
}
.boardHead .search_txt {
	text-align: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
.boardHead .search_txt dt {
	display: none;
}
.boardHead .search_txt dd {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
/* 댓글 */
.commentList {
	border-top: 1px solid #ddd;
	margin: 0px 0 15px 0;
}
.commentList caption {
	text-align: left;
	color: #777;
	padding-bottom: 5px;
}
.commentList td.td_comment {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0 10px 0;
}
.commentList td.td_input {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 11px;
	letter-spacing: -1px;
	color: #666;
	height: 140px;
}
.commentList td.td_input textarea {
}
.commentList td.noData {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0 9px 0;
}
.commentList td strong {
	color: #666;
	line-height: 25px;
}
.commentList td span.date {
	color: #999;
}
.commentList td span.bar {
	color: #bbb;
	padding-right: 3px;
}
.commentList td div.con {
	padding-left: 12px;
	color: #777;
	line-height: 19px;
}
.commentList div.btn {
	float: right;
	margin: 6px 0 0 0;
	color: #999;
}
.commentList div.btn img {
	vertical-align: -2px;
}
/*** 폼박스 기본 설정 ***/
form textarea {
	border: 1px solid #cccccc;
}
form .noline input {
	border: 0px;
}
form select {
	border: 1px solid #cccccc;
}
.txtBox {
	border: 1px solid #cccccc;
	height: 2rem;
	padding-left: 4px;
}
/* 목록 - 일반 */
.deptmenu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px
}
.deptmenu li {
	margin-right: 10px
}
.deptmenu li:last-child {
	margin-right: 0 !important
}
.deptmenu li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 15px 45px 10px 45px;
	border-radius: 5px;
	font-size: 23px;
	background: #ccc;
	color: #555;
	text-align: center;
}
.deptmenu li.on a {
	background: #ffbbe5;
	color: #d55295;
}
.prev_list {
	overflow: hidden;
	color: #777;
	position: absolute;
	top: 30px;
	right: 30px;
	font-weight: 300;
	font-size: 14px;
}
.prev_list img {
	padding-left: 10px;
	vertical-align: middle;
	padding-right: 5px;
}
#list_section_wrap {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.board_wrap .list_section {
	overflow: hidden;
	float: left;
	width: 43%;
	position: relative;
	margin-right: 2%;
	padding: 20px 2%;
	margin-top: 10px;
	height: 260px;
	background: #f4f3f2;
	border-color: #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px 1px 3px;
}
.board_wrap .list_section p {
	float: left;
}
.board_wrap .list_section dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap .list_section dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #ff5057;
	line-height: 2.8em;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
}
.board_wrap .list_section dl dt a {
	color: #222;
	letter-spacing: -1px !important;
	padding-left: 10px;
	font-weight: 400;
}
.board_wrap .list_section dl dd.txt_area {
	text-align: justify;
	color: #333;
	line-height: 1.7em;
	letter-spacing: 0px !important;
	width: 96%;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #ddd;
	height: 110px;
}
.board_wrap .list_section dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap .list_section dd.data_sec {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #888;
	overflow: hidden;
	float: right;
	padding-right: 5px;
}
.board_wrap .list_section dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#list_section_wrap2 {
	margin-top: 50px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
.board_wrap2 .list_section2 {
	border-bottom: 1px solid #dedede;
	padding-top: 20px;
	padding-bottom: 20px;
}
.board_wrap2 .list_section2 p {
	float: left;
	display: none
}
.board_wrap2 .list_section2 p img {
	margin-right: 20px
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
	position: relative;
	cursor: pointer
}
.board_wrap2 .list_section2 dl dt {
	font-size: 1.1em;
	color: #ff5057;
	line-height: 1.8em;
	text-align: left;
	border-bottom: 0px dotted #bbb;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (min-width: 1024px) {
.board_wrap2 .list_section2 dl dt {
	width: calc(100% - 230px)
}
}
.board_wrap2 .list_section2 dl dt a {
	font-weight: var(--fw600);
	color: #121212;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 0px !important;
	margin-left: 1rem
}
.board_wrap2 .list_section2 dl dd {
	text-align: justify;
	color: #666;
	padding-bottom: 20px;
	font-size: 17px;
	line-height: 1.6em;
	letter-spacing: 0px !important;
	width: 98% !important;
}
.board_wrap2 .list_section2 dl dd.link {
	margin-top: 20px;
}
.board_wrap2 .list_section2 dl dd a {
	text-align: justify;
	color: #fff !important;
	letter-spacing: 0px !important;
	background: #555 !important;
}
.board_wrap2 .list_section2 dd.data_sec {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #969696;
}
.board_wrap2 .list_section2 dd.data_sec span {
	color: #adadad !important;
}
.board_wrap2 .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.board_wrap2 .link a:link {
	background: #555 !important;
	color: #fff !important;
	font-size: 15px;
	padding: 3px 10px;
	margin-right: 2%;
}
 @media (max-width:1021px) and (min-width:600px) {
.board_wrap2 .list_section2 dl dt img {
	height: auto !important;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
}
 @media (max-width:599px) {
.board_wrap2 .list_section2 dl dt img {
	position: relative;
	height: auto !important;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
}
}


/*웹*/
	@media (min-width: 1024px) {
.board_wrap2 .list_section2 {
	position: relative;
}
.board_wrap2 .list_section2 dd.data_sec {
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}
.board_read th {
	font-size: 1.4rem;
	line-height: 46px;
	font-weight: val(--fw700);
}
.btn_ty1, .btn_ty2 {
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	background: #036;
	color: #fff !important;
	cursor: pointer;
}
}



	/*패드와 모바일*/
	@media (max-width:1023px) {
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.board_read th, .board_read td {
	font-size: 15px;
	line-height: 24px;
}
.btn_ty1, .btn_ty2 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
}
}




	/*모바일*/
	@media (max-width:640px) {
.board_read th, .board_read td {
	font-size: 13px;
	line-height: 18px;
}
.btn_ty1, .btn_ty2 {
	font-size: 14px !important;
	line-height: normal;
	box-sizing: border-box;
	padding: 0 1rem !important;
	border-radius: 10px
}
}



/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
}
/* -----------  mobile -------------*/
@media (max-width:650px) {
.board_wrap2 .list_section2 dl dt a {
	font-size: 20px;
	line-height: 30px;
}
.board_wrap2 .list_section2 dl dd {
	width: 100% !important;
	text-align: left;
}
}
}
/* 게시판 이미지 사이즈 */
.board_content {
	line-height: 1.5em;
	font-family: none;
}
.board_content img {
	max-width: 800px;
}
.board_content embed {
	max-width: 800px;
	max-height: 500px;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
.board_content img {
	max-width: 1100px;
	text-align: center;
}
.board_content embed {
	max-width: 1100px;
	max-height: 640px;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
.subdept02 dl {
	overflow: hidden;
	width: 80%;
	padding-bottom: 40px;
}
.subdept02 dt {
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -1px;
	color: #2f83d1;
}
.subdept02 dd {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
.topbg14new {
	background: rgba(0, 0, 0, 0) url("/images/sub/listbg.png") repeat scroll left top;
	width: 91% !important;
	margin-bottom: 20px;
	border: 1px solid #acacac;
	box-shadow: 1px 1px 3px #777;
	padding: 40px 5% 40px 5% !important;
	overflow: hidden;
}
.topbg14new dt {
	overflow: hidden;
	text-align: center;
	float: left;
	width: 30%;
}
.topbg14new dt h2 {
	line-height: 50px;
	letter-spacing: -2px;
	font-size: 40px;
	font-weight: 500;
	color: #f7701e;
	text-align: left;
}
.topbg14new dt h3 {
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #5f6b77;
	text-align: left;
	padding-top: 20px;
}
.topbg14new dd {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	float: right;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	padding-top: 0px;
}
.topbg14new a {
	display: block;
	width: 300px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -1px;
	border: 1px solid #33ab22;
	margin-left: 105px;
	text-align: center;
	background: #4abe3a;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}
.topbg14new ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
}
.topbg14new ul li {
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.topbg14new ul li input {
	width: 300px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0.2px #bbb;
}
.topbg14new ul li strong {
	display: block;
	float: left;
	width: 50px;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}
/*홍보동영상*/
.movieTBL {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.movie-board-list {
	float: left;
	width: 33%;
	overflow: hidden;
}
.movie-board-list .img {
	width: 100% !important;
	text-align: center;
	border: none !important;
}
.movie-board-list .img img {
	padding: 3px !important;
	width: 100% !important;
	max-width: 350px;
	border: 1px solid #ddd;
	height: 200px;
}
.b_title {
	text-align: center;
}
.b_title a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}
.movie-board-list dd {
	line-height: 20px !important;
	padding-bottom: 20px;
	display: none;
}
.movie-board-list dl {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
/*한줄응원*/
.coment_desc {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 40px;
}
.coment_desc dt {
	width: 12%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	background: url('/images/comm/bullet07.png') no-repeat 5px center;
	padding-left: 35px;
	color: #000;
	color: #2254bf;
}
.coment_desc dd.text {
	width: 70%;
	float: left;
	color: #666;
}
.coment_desc dd.delete {
	width: 10%;
	float: right;
	text-align: right;
}
.coment_desc dd.delete img {
	height: 20px;
}
.delform_list {
	padding: 10px 0px;
}
.c_name {
	padding: 0px !important;
}
.comment {
	width: 100%;
	margin-bottom: 20px;
	padding: 2%;
	width: 95.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	overflow: hidden;
}
.c_name input {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.c_txt textarea {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
	margin-top: 0px !important;
}
.wdsize01 {
	width: 10%;
}
.wdsize02 {
	width: 63%;
}
.c_name a.cheerbtn {
	float: left;
	line-height: 35px;
	height: 35px;
	background: #4abe3a;
	color: #fff;
	font-weight: 500;
	width: 10%;
	text-align: center;
}



/*패드*/
@media all and (min-width:641px) and (max-width:1023px) {
.board_btn_c {
	text-align: center;
	padding: 10px 0;
}
.board_btn_r {
	text-align: right;
	padding: 10px 0;
}
.board_btn_l {
	text-align: left;
	padding: 10px 0;
}
.subject {
	font-size: 1.2em;
}
/* 리스트 */
.all-num {
	color: #222;
}
.search_form {
	float: right;
}
.deptmenu {
	overflow: hidden;
	width: 101%;
	padding-bottom: 20px;
}
.deptmenu li a {
	line-height: 120px;
	height: 120px;
	width: 120px;
	font-size: 17px;
}
.board_list {
	border-top: 2px solid #bababa;
}
.board_list th {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.board_list td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
}
.board_list .stxt_coment {
	font-size: 11px;
	color: #ff6600;
	font-weight: 500;
}
/* 읽기 */
.board_read {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #bababa;
	border-bottom: 1px solid #cfcfcf;
}
.board_read th {
	background: #f9f9f9;
	color: #000;
	font-weight: normal;
	font-weight: 500;
}
.board_read th, .board_read td {
	padding: 10px 10px;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
/* 내용 답변*/
.boardView {
	margin-bottom: 20px;
}
.boardView th {
	padding: 5px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.boardView td {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
.btn_group {
	padding-top: 10px;
	text-align: right;
}
.list_paging {
	width: 100%;
	padding: 40px 0 20px 0px;
	text-align: center;
	overflow: hidden;
}
.list_paging a {
	border: 1px solid #bbbbbb;
	color: #666;
	padding: 5px 10px;
	margin: 2px;
}
.list_paging strong {
	border: 1px solid #bbbbbb;
	color: #333333;
	padding: 5px 10px;
	margin: 2px;
	background: #eeeeee;
}
.list_paging span {
	margin: 0px 13px;
}
/* 개인정보보호방침*/
.board_privacy {
	border: 1px solid #dadada;
	width: 93%;
	padding: 3%;
}
/* 상단 검색*/
.vo-hidden {
	visibility: hidden;
	display: none;
}
/* board list head */
.boardHead {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}
.boardHead .page {
	float: left;
	padding: 5px 0 0 0;
	font: normal 11px Tahoma;
	color: #858585;
}
.boardHead .page span.tatal {
	color: #db5444;
	vertical-align: middle;
	line-height: 210%;
}
.boardHead .form {
	float: right;
	font-size: 0;
}
.boardHead .form label {
	display: none;
}
.boardHead .form input.txtbox {
	width: 130px;
	height: 19px;
	margin-right: 2px;
}
.boardHead .form input.btnbox {
	width: 55px;
	height: 19px;
	border: 0;
	vertical-align: -4px;
	cursor: hand;
}
.boardHead .form select {
	margin-right: 1px;
}
.boardHead .search_txt {
	text-align: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
.boardHead .search_txt dt {
	display: none;
}
.boardHead .search_txt dd {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
/* 댓글 */
.commentList {
	border-top: 1px solid #ddd;
	margin: 0px 0 15px 0;
}
.commentList caption {
	text-align: left;
	color: #777;
	padding-bottom: 5px;
}
.commentList td.td_comment {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0 10px 0;
}
.commentList td.td_input {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 11px;
	letter-spacing: -1px;
	color: #666;
	height: 140px;
}
.commentList td.td_input textarea {
}
.commentList td.noData {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0 9px 0;
}
.commentList td strong {
	color: #666;
	line-height: 25px;
}
.commentList td span.date {
	color: #999;
}
.commentList td span.bar {
	color: #bbb;
	padding-right: 3px;
}
.commentList td div.con {
	padding-left: 12px;
	color: #777;
	line-height: 19px;
}
.commentList div.btn {
	float: right;
	margin: 6px 0 0 0;
	color: #999;
}
.commentList div.btn img {
	vertical-align: -2px;
}
/*** 폼박스 기본 설정 ***/
form textarea {
	border: 1px solid #cccccc;
}
form .noline input {
	border: 0px;
}
form select {
	border: 1px solid #cccccc;
}
.txtBox {
	border: 1px solid #cccccc;
	height: 24px;
	padding-left: 4px;
}
/* 목록 - 일반 */


#list_section_wrap {
	margin-top: 50px;
	border-top: 1px solid #ddd;
}
.board_wrap .list_section {
	overflow: hidden;
	width: 100%;
	padding: 20px 4%;
	margin-top: 20px;
	background: #f4f3f2;
	border-color: #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px 1px 3px;
}
.board_wrap .list_section p {
	float: left;
}
.board_wrap .list_section dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap .list_section dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #ff5057;
	line-height: 2.8em;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
}
.board_wrap .list_section dl dt a {
	color: #222;
	letter-spacing: -1px !important;
	padding-left: 10px;
	font-weight: 400;
}
.board_wrap .list_section dl dd.txt_area {
	text-align: justify;
	color: #333;
	line-height: 1.7em;
	letter-spacing: 0px !important;
	width: 96%;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.board_wrap .list_section dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap .list_section dd.data_sec {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #888;
	overflow: hidden;
	float: right;
	padding-right: 5px;
}
.board_wrap .list_section dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* 목록 - 일반 */
#list_section_wrap2 {
	margin-top: 50px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
.board_wrap2 .list_section2 {
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.board_wrap2 .list_section2 p {
	float: left;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap2 .list_section2 dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #ff5057;
	line-height: 2.2em;
}
.board_wrap2 .list_section2 dl dt a {
	color: #333;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dl dd {
	text-align: justify;
	color: #666;
	line-height: 1.5em;
	letter-spacing: 0px !important;
	width: 98% !important;
}
.board_wrap2 .list_section2 dl dd a {
	text-align: justify;
	color: #666;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dd.data_sec {
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #969696;
	overflow: hidden;
	float: left;
	width: 150px;
}
.board_wrap2 .list_section2 dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap2 .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* 게시판 이미지 사이즈 */
.board_content img {
	max-width: 1100px;
}
.board_content embed {
	max-width: 500px;
	max-height: 300px;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
.subdept02 dl {
	overflow: hidden;
	width: 80%;
	padding-bottom: 40px;
}
.subdept02 dt {
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -1px;
	color: #2f83d1;
}
.subdept02 dd {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
.topbg14new {
	background: url('/images/kor/sub/top12.png') no-repeat top center;
	width: 94% !important;
	;
	margin-bottom: 20px;
	padding: 30px 3% 80px 3% !important;
	overflow: hidden;
}
.topbg14new dt {
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}
.topbg14new dt strong {
	font-weight: 500;
	color: #f7701e;
}
.topbg14new dd {
	overflow: hidden;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding-top: 0px;
}
.topbg14new a {
	display: block;
	width: 310px;
	margin-left: 75px;
	text-align: center;
	background: #4abe3a;
	border: 1px solid #2a991b;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}
.topbg14new ul {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
	padding-top: 15px;
}
.topbg14new ul li {
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.topbg14new ul li input {
	width: 240px;
	float: left;
	height: 35px;
	line-height: 35px;
}
.topbg14new ul li strong {
	display: block;
	float: left;
	width: 100px;
	line-height: 35px;
}
/*홍보동영상*/
.movieTBL {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.movie-board-list {
	float: left;
	width: 32%;
	margin-left: 2%;
	overflow: hidden;
}
.movie-board-list:nth-of-type(3n-2) {
	margin-left: 0;
}
.movie-board-list .img {
	width: 100% !important;
	text-align: center;
	border: none !important
}
.movie-board-list .img img {
	padding: 3px !important;
	width: 90% !important;
	max-width: 100%;
	border: 1px solid #ddd;
	height: 150px;
}
.b_title {
	text-align: center;
}
.b_title a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}
.movie-board-list dd {
	line-height: 20px !important;
	padding-bottom: 20px;
	display: none;
}
.movie-board-list dl {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
/*한줄응원*/
.coment_desc {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 40px;
}
.coment_desc dt {
	width: 12%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	background: url('/images/comm/bullet07.png') no-repeat 5px center;
	padding-left: 35px;
	color: #000;
	color: #2254bf;
}
.coment_desc dd.text {
	width: 70%;
	float: left;
	color: #666;
}
.coment_desc dd.delete {
	width: 10%;
	float: right;
	text-align: right;
}
.coment_desc dd.delete img {
	height: 20px;
}
.delform_list {
	padding: 10px 0px;
}
.comment {
	width: 100%;
	margin-bottom: 20px;
	padding: 2%;
	width: 95.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	overflow: hidden;
}
.c_name input {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.wdsize01 {
	width: 10%;
}
.wdsize02 {
	width: 63%;
}
.c_name a.cheerbtn {
	float: left;
	line-height: 35px;
	height: 35px;
	background: #4abe3a;
	color: #fff;
	font-weight: 500;
	width: 10%;
	text-align: center;
}
}
@media all and (min-width:1024px) {
.board_btn_c {
	padding-top: 30px !important;
}
}
 @media all and (max-width:640px) {
.board_btn_c {
	text-align: center;
	padding: 10px 0;
}
.board_btn_r {
	text-align: right;
	padding: 10px 0;
}
.board_btn_l {
	text-align: left;
	padding: 10px 0;
}
.subject {
	font-size: 1.2em;
}
/* 리스트 */
.all-num {
	color: #222;
}
.search_form {
}
.board_list {
	border-top: 2px solid #bababa;
}
.board_list th {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.board_list td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
}
.board_list .stxt_coment {
	font-size: 11px;
	color: #ff6600;
	font-weight: 500;
}
/* 읽기 */
.board_read {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #bababa;
	border-bottom: 1px solid #cfcfcf;
}
.board_read th {
	background: #f9f9f9;
	color: #000;
	font-weight: normal;
	font-weight: 500;
}
.board_read th, .board_read td {
	padding: 20px 0px !important;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
/* 내용 답변*/
.boardView {
	margin-bottom: 20px;
}
.boardView th {
	padding: 5px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.boardView td {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
.btn_group {
	padding-top: 10px;
	text-align: right;
}
.list_paging {
	width: 100%;
	padding: 40px 0 20px 0px;
	text-align: center;
	overflow: hidden;
}
.list_paging a {
	border: 1px solid #bbbbbb;
	color: #666;
	padding: 5px 10px;
	margin: 2px;
}
.list_paging strong {
	border: 1px solid #bbbbbb;
	color: #333333;
	padding: 5px 10px;
	margin: 2px;
	background: #eeeeee;
}
.list_paging span {
	margin: 0px 13px;
}
/* 개인정보보호방침*/
.board_privacy {
	border: 1px solid #dadada;
	width: 93%;
	padding: 3%;
}
/* 상단 검색*/
.vo-hidden {
	visibility: hidden;
	display: none;
}
/* board list head */
.boardHead {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}
.boardHead .page {
	float: left;
	padding: 5px 0 0 0;
	font: normal 11px Tahoma;
	color: #858585;
}
.boardHead .page span.tatal {
	color: #db5444;
	vertical-align: middle;
	line-height: 210%;
}
.boardHead .form {
	float: right;
	font-size: 0;
}
.boardHead .form label {
	display: none;
}
.boardHead .form input.txtbox {
	width: 130px;
	height: 19px;
	margin-right: 2px;
}
.boardHead .form input.btnbox {
	width: 55px;
	height: 19px;
	border: 0;
	vertical-align: -4px;
	cursor: hand;
}
.boardHead .form select {
	margin-right: 1px;
}
.boardHead .search_txt {
	text-align: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
.boardHead .search_txt dt {
	display: none;
}
.boardHead .search_txt dd {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
/* 댓글 */
.commentList {
	border-top: 1px solid #ddd;
	margin: 0px 0 15px 0;
}
.commentList caption {
	text-align: left;
	color: #777;
	padding-bottom: 5px;
}
.commentList td.td_comment {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0 10px 0;
}
.commentList td.td_input {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 11px;
	letter-spacing: -1px;
	color: #666;
	height: 140px;
}
.commentList td.td_input textarea {
}
.commentList td.noData {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0 9px 0;
}
.commentList td strong {
	color: #666;
	line-height: 25px;
}
.commentList td span.date {
	color: #999;
}
.commentList td span.bar {
	color: #bbb;
	padding-right: 3px;
}
.commentList td div.con {
	padding-left: 12px;
	color: #777;
	line-height: 19px;
}
.commentList div.btn {
	float: right;
	margin: 6px 0 0 0;
	color: #999;
}
.commentList div.btn img {
	vertical-align: -2px;
}
/*** 폼박스 기본 설정 ***/
form textarea {
	border: 1px solid #cccccc;
}
form .noline input {
	border: 0px;
}
form select {
	border: 1px solid #cccccc;
	height: 35px;
	padding-left: 5px;
}
.txtBox {
	border: 1px solid #cccccc;
	padding-left: 4px;
	width: 40%;
}
/* 목록 - 일반 */


#list_section_wrap {
	margin-top: 50px;
	border-top: 0px solid #ddd;
}
.board_wrap .list_section {
	overflow: hidden;
	width: 96% !important;
	padding: 20px 4%;
	margin-top: 20px;
	background: #f4f3f2;
	border-color: #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px 1px 3px;
}
.board_wrap .list_section p {
	float: left;
}
.board_wrap .list_section dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap .list_section dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #ff5057;
	line-height: 2.8em;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
	overflow: hidden;
}
.prev_list {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 10px;
	clear: both;
	color: #777;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}
.board_wrap .list_section dl dt a {
	color: #222;
	letter-spacing: -1px !important;
	padding-left: 10px;
	font-weight: 400;
}
.board_wrap .list_section dl dd.txt_area {
	text-align: justify;
	color: #333;
	line-height: 1.7em;
	letter-spacing: 0px !important;
	width: 96%;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.board_wrap .list_section dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap .list_section dd.data_sec {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #888;
	overflow: hidden;
	float: right;
	padding-right: 5px;
}
.board_wrap .list_section dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.btn_ty1 {
	color: #fff !important;
	width: auto !important;
	padding-left: 10px;
	padding-right: 10px;
}
/* 목록 - 일반 */
#list_section_wrap2 {
	margin-top: 70px;
	border-top: 1px solid #dedede;
}
.board_wrap2 .list_section2 {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.board_wrap2 .list_section2 p {
	float: left;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
}
.board_wrap2 .list_section2 dl dt {
	font-size: 18px;
	font-weight: 500;
	color: #ff5057;
	line-height: 26px;
}
.board_wrap2 .list_section2 dl dt a {
	color: #333;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dl dd {
	text-align: center;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px !important;
	width: 98% !important;
}
.board_wrap2 .list_section2 dl dd a {
	text-align: justify;
	color: #666;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dd.data_sec {
	display: none;
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #969696;
	overflow: hidden;
	float: left;
	width: 150px;
}
.board_wrap2 .list_section2 dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap2 .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.board_read .subject {
	font-size: 18px;
	text-align: Center;
	line-height: 26px;
	padding: 20px 0px;
}
/* 게시판 이미지 사이즈 */
.board_content img {
	width: 100%;
}
.board_content embed {
	width: 300px;
	max-height: 200px;
	width: 300px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
.subdept02 dl {
	overflow: hidden;
	width: 80%;
	padding-bottom: 40px;
}
.subdept02 dt {
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -1px;
	color: #2f83d1;
}
.subdept02 dd {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
.topbg14new {
	background: url('/images/kor/sub/top12.png') no-repeat top center;
	width: 94% !important;
	;
	margin-bottom: 20px;
	padding: 30px 3% 80px 3% !important;
	overflow: hidden;
}
.topbg14new dt {
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}
.topbg14new dt strong {
	font-weight: 500;
	color: #f7701e;
}
.topbg14new dd {
	overflow: hidden;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding-top: 0px;
}
.topbg14new a {
	display: block;
	width: 310px;
	margin-left: 75px;
	text-align: center;
	background: #4abe3a;
	border: 1px solid #2a991b;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}
.topbg14new ul {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
	padding-top: 15px;
}
.topbg14new ul li {
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.topbg14new ul li input {
	width: 240px;
	float: left;
	height: 35px;
	line-height: 35px;
}
.topbg14new ul li strong {
	display: block;
	float: left;
	width: 100px;
	line-height: 35px;
}
/*홍보동영상*/
.movieTBL {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.movie-board-list {
	float: left;
	width: 100%;
	overflow: hidden;
}
.movie-board-list:nth-of-type(3n-2) {
	margin-left: 2%;
}
.movie-board-list:nth-of-type(2n-1) {
	margin-left: 0;
}
.movie-board-list .img {
	width: 100% !important;
	text-align: center;
	border: none !important
}
.movie-board-list .img img {
	padding: 3px !important;
	width: 90% !important;
	max-width: 100%;
	border: 1px solid #ddd;
	height: 250px;
}
.b_title {
	text-align: center;
}
.b_title a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}
.movie-board-list dd {
	line-height: 20px !important;
	padding-bottom: 20px;
	display: none;
}
.movie-board-list dl {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
/*한줄응원*/
.coment_desc {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 40px;
}
.coment_desc dt {
	width: 12%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	background: url('/images/comm/bullet07.png') no-repeat 5px center;
	padding-left: 35px;
	color: #000;
	color: #2254bf;
}
.coment_desc dd.text {
	width: 70%;
	float: left;
	color: #666;
}
.coment_desc dd.delete {
	width: 10%;
	float: right;
	text-align: right;
}
.coment_desc dd.delete img {
	height: 20px;
}
.delform_list {
	padding: 10px 0px;
}
.comment {
	width: 100%;
	margin-bottom: 20px;
	padding: 2%;
	width: 95.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	overflow: hidden;
}
.c_name input {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.wdsize01 {
	width: 10%;
}
.wdsize02 {
	width: 63%;
}
.c_name a.cheerbtn {
	float: left;
	line-height: 35px;
	height: 35px;
	background: #4abe3a;
	color: #fff;
	font-weight: 500;
	width: 10%;
	text-align: center;
}
.deptmenu {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
.deptmenu li {
	padding: 6px 6px;
}
.deptmenu li a {
	line-height: 85px;
	height: 85px;
	width: 85px;
	font-size: 16px;
}
.c_name {
	width: 100%;
	overflow: hidden;
}
.c_name input {
	float: left;
	width: 42%;
}
.c_txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.c_txt textarea {
	width: 92% !important;
	height: 100px;
	margin-top: 20px;
}
.c_txt a {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 10px !important;
	padding-top: 10px;
}
}
 @media all and (max-width:480px) {
.board_wrap2 .list_section2 dl dt {
	width: 100%;
}
.board_wrap2 .list_section2 dl dt p {
	width: 100%;
}
.board_wrap2 .list_section2 dl dt p > img {
	width: 100%;
}
.all-num {
	width: 100%;
	padding-bottom: 12px;
}
.search_form {
	float: left !important;
}
}
/* 관광 링크 */
.box_st1 .inr {
	position: relative;
	padding: 25px 30px;
}
.box_st1 .inr > dl {
	min-height: 60px;
	padding: 0;
	padding-right: 80px;
}
.box_st1 .inr > dl > dd {
	padding-top: 10px;
	line-height: 23px;
}
.box_st1 .inr > a {
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	border-radius: 8px;
	background: #ed5d54;
	text-align: center;
}
 @media all and (min-width:481px) {
.box_st1 .inr > a {
	position: absolute;
	top: 15px;
	right: 15px;
}
}
 @media all and (max-width:768px) {
.box_st1 .inr {
	padding: 20px 25px;
}
.box_st1 .inr > dl {
}
.box_st1 .inr > a {
	height: 70px;
	padding-top: 14px;
}
}
 @media all and (max-width:480px) {
.box_st1 .inr {
	padding: 15px;
}
.box_st1 .inr > dl {
	padding-right: 20px;
}
.box_st1 .inr > a {
	position: relative;
	float: right;
	width: 150px;
	height: 40px;
	margin-top: 15px;
	padding-top: 9px;
	border-radius: 6px;
}
.box_st1 .inr > a br {
	display: none;
}
}
/* .new_sort_faq */

.new_sort_faq li {
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-top: 0px !important
}
.new_sort_faq li img, .new_sort_faq li a {
	display: inline-block !important;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	vertical-align: middle;
}
.new_sort_faq li a:hover {
	background: none !important;
}
.A_icon {
	float: left;
}
.A_cont {
	float: left;
	margin: 0px !important;
	box-sizing: border-box;
	font-weight: 300;
	background: #ecf2f4 url('/kor/images/board/faq_A.jpg') no-repeat;
	font-family: 'Pretendard', sans-serif !important;
	background-blend-mode: darken;
}
.A_cont p, .A_cont span, .A_cont b {
	font-family: 'Pretendard', sans-serif !important;
	;
	font-size: 17px !important;
	line-height: 1.6;
	font-weight: 300;
	color: #333
}
.A_cont b {
	font-weight: 600 !important;
	color: #000
}
.new_sort_faq li a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 130px)
}
/* 		.new_sort_faq li:before {content:'>'; position:Absolute; }
		
		.new_sort_faq li:before {right:0; top:0; font-size:20px; line-height:30px;}
		
		.new_sort_faq li:visited:before {transform:rotate(90deg)} 
		 */

@media (min-width:768px) {
.new_sort_faq li {
	padding: 20px 0px !important;
}
.new_sort_faq li img:nth-child(1) {
	margin-left: 30px;
}
.new_sort_faq li img {
	padding-right: 10px !important;
}
.new_sort_faq li img,  .new_sort_faq li a {
	line-height: 40px;
}
.new_sort_faq li a {
	font-size: 24px !important;
}
.A_icon {
	width: 60px;
}
.A_cont {
	width: 100%;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 50px 30px 90px;
	font-size: 14px;
	margin-top: 20px !important;
	background-position: 30px 30px;
}
}
 @media (max-width:768px) {
.new_sort_faq li {
	padding: 10px 0px !important;
}
.new_sort_faq li img:nth-child(1) {
	margin-left: 20px;
}
.new_sort_faq li img {
	padding-right: 10px !important;
	width: 40px !important;
}
.new_sort_faq li img,  .new_sort_faq li a {
	line-height: 30px;
}
.new_sort_faq li a {
	font-size: 16px !important;
}
.faq_cont {
	padding-top: 20px;
}
.A_icon {
	width: 50px;
}
.A_cont {
	width: 100%;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 50px 20px 65px;
	font-size: 14px;
	background-size: auto 25px;
	background-position: 20px 20px;
}
.A_cont p {
	font-size: 15px;
	line-height: 23px;
}
}
.A_icon {
	display: none;
}
.board .list ul {
	overflow: hidden;
	border-top: 2px solid #333;
}


/* #review_modal2 { top:0%;  } */