/**sub 국악 css**/

/**다운로드 추가**/
.download_zip{
	color: #0998eb;
	border-bottom: 1px solid #0998eb;
}

/* 서브 배경 */
.sub_visual_bg {
	width:100%;
	height: 330px;
	overflow: hidden;
	position:relative;
}
.sub_visual_bg.picture1{
	background:url(/images/sub/sub_visual01.png) no-repeat;
	background-attachment:fixed;
}
.sub_visual_bg.picture2{
	background:url(/images/sub/sub_visual02.png) no-repeat;
	background-attachment:fixed;
}
.sub_visual_bg.picture3{
	background:url(/images/sub/sub_visual03.png) no-repeat;
	background-attachment:fixed;
}
.sub_visual_bg.picture4{
	background:url(/images/sub/sub_visual04.png) no-repeat;
	background-attachment:fixed;
}
.sub_visual_bg.picture5{
	background:url(/images/sub/sub_visual05.png) no-repeat;
	background-attachment:fixed;
}
.sub_visual_bg.picture6{
	background:url(/images/sub/sub_visual06.png) no-repeat;
	background-attachment:fixed;
}
.sub_visual_bg .sub_inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.43);
}
.sub_visual_bg .sub_inner .sub_title01{
	color:#fff;
}
.sub_visual_bg .sub_inner .sub_title01 h5{
	font-family:'noto-b';
	font-size:38px;
	letter-spacing:8px;
}
.sub_visual_bg .sub_inner .sub_title01 .line{
	background: #fff;
    width: 45px;
    height: 2px;
    margin: 16px auto;
}

/**sub header_top**/
.depth2_nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	text-align: center;
}
.depth2_nav_bar {
	text-align: center;
}
.depth2_nav_bar li {
	position: relative;
	display: inline-block;
	height: 60px;
	font-family: 'noto-m';
	text-align: center;
}
.depth2_nav_bar li a {
	display: inline-block;
	width: 200px;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 60px;
	font-family: noto-r;
	color: #fff;
}
.on a{
	font-family: noto-b !important;
	color: #242424 !important;
	background: #fff;
}


/* 컨텐츠 */
.sub-contents {
	background-color: #fff;
	font-size: 14px;
	padding: 100px 25px;
}
.sub-contents h2, #addMap h2 {
	font-family: "NanumSquareRound";
	float: left;
	margin-bottom: 20px;
	width: 260px;
	padding-right: 30px;
	padding-top: 30px;
	font-size: 26px;
	line-height: 1.5;
	color: #222;
	clear: both;
}
.sub-contents p{
	/*padding: 0 0 60px 0;*/
	line-height: 22px;
	font-size: 15px;
	font-family: 'noto-r';
}
#addMap p {
	padding: 0 0 60px 0;
	line-height: 22px;
	font-size: 15px;
	font-family: 'noto-r';
}
.sub-contents div.left {
	float: left;
	width: 278px;
}
.sub-contents div.left p {
	padding: 0;
	margin: 0;
}
.sub-contents div.left p img {
	padding: 0;
	margin: 0;
}
.sub-contents div.right, #addMap div.right {
	float: left;
	width: 870px;
	padding-top: 30px;
	border-top: 1px solid #CCC;
}
.sub-contents div.right dl, #addMap div.right dl {
	float: left;
	width: 870px;
	padding: 30px 0 10px 0;
	border-top: 1px solid #CCC;
}
.sub-contents div.right dl.none, #addMap div.right dl.none {
	padding-top: 0;
	border-top: 0 none;
}
.sub-contents div.right dl dt, #addMap div.right dl dt {
	float: left;
	width: 90px;
	font-size: 23px;
	font-weight: bold;
	color: #B82D2A;
}
.sub-contents div.right dl dd, #addMap div.right dl dd {
	float: right;
	width: 780px;
	padding-bottom: 20px;
	font-size: 17px;
}
.sub-contents div.txt-box {
	clear: both;
	width: 100%;
	padding: 20px 20px 20px 250px;
	margin-bottom: 30px;
	background: #EEE;
}
.sub-contents div.txt-box p {
	padding: 0;
}
.sub-contents div.txt-box ul {
	padding: 0;
}
.sub-contents div.right div.txt-box {
	width: 700px;
	padding: 20px 20px 15px 20px;
}
.sub-contents div.none, .sub-contents .none {
	border-top: 0 none;
	padding-top: 0;
}
.sub-contents strong {
	width: 65px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.spaceleegizu span {
	float: left;
	font-size: 16px;
}
.sub-contents .contents-table table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	table-layout: auto;
}
.sub-contents .contents-table table th {
	background: #DEDEDE;
	border: 1px solid #B6B6B6;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
}
.sub-contents .contents-table table td {
	border: 1px solid #B6B6B6;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.sub-contents .contents-table table.fixed {
	table-layout: fixed;
}
.sub-contents .contents-table table td a.btn {
	display: inline-block;
	padding: 5px 20px 2px 20px;
	background: #666;
	color: #FFF;
}
.sub-contents .contents-table table td a.btn:hover {
	background: #BA2C28;
	text-decoration: none;
}
.sub-contents .contents-table {
	width: 100%;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
}
.sub-contents .contents-table table {
	border-collapse: collapse;
	width: 100%;
	border-left: 1px solid #aaa;
}
.sub-contents .contents-table table th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px;
	color: #555;
	background: #ddd;
	text-align: center;
}
.sub-contents .contents-table tbody th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px;
	color: #555;
	background: #ddd;
	text-align: center;
}
.sub-contents .contents-table tbody td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px;
	color: #555;
}

/**공연안내 달력**/
.calendar_wrap .history_title h5{
	font-size:28px;
}
.calendar_detail{
	margin-top:50px;
}
.calendar_detail .cont{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calendar_detail .img{
	text-align:left;
	width:30%;
	overflow:hidden;
}
.calendar_detail .img img{
	width: 368px;
    height: 478px;
}
.calendar_detail .info_detail{
	width:65%;
	margin-top: 20px;
}
.info_detail .List01 li{
	margin:20px 0;
}
.info_detail .List01 li .title{
	float:left;
	width:15%;
	font-size:16px;
	padding-left:10px;
	font-family: 'noto-m';
}
.info_detail .List01 li .desc{
	float:left;
	width:80%;
	font-size:16px;
	padding-left:22px;
	position:relative;
	font-family: 'noto-r';
	color: #4d4d4d;
}
.info_detail .List01 li .desc.call{
	color: #13cdbb;
}
.info_detail .List01 li .desc::before{
	content:'';
	position:absolute;
	top:2px;
	left:0;
	width:1px;
	height:18px;
	background:#ccc;
}
.calendar_button{
	width: 210px;
    height: 60px;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    display: block;
    margin-top: 50px;
	cursor:pointer;
}
.calendar_button a{
	font-size: 17px;
	display:block;
	text-align: center;
	line-height: 57px;
	font-family: 'noto-m';
}
.calendar_button img{
	height: 15px;
    transform: rotate(-180deg);
    vertical-align: -2px;
    margin-left: 3px;
}
.head_tab1{
	height: 75px;
    line-height: 75px;
    background: #fff;
    display: inline-block;
    width: 25%;
    text-align: center;
	font-family: 'noto-m';
    font-size: 20px;
	border-bottom: 5px solid #13cdbb;
	border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.calendar_content{
	text-align:center;
	padding-top: 60px;
	padding-bottom:60px;
}


/*포토갤러리 */
.gallery {
	padding-top: 15px;
	width: 100%;
}
.gallery ul {
	width: 100%;
}
.gallery ul li {
	float: left;
	width: 33.3%;
	padding: 0 7px;
	cursor: pointer;
}
.gallery ul li .thumb_nail {
	overflow: hidden;
}
.gallery ul li .thumb_nail img {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.gallery ul li .thumb_nail:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.gallery ul li .cont_desc {
	text-align: left;
	padding: 15px 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
	height: 90px;
}
.gallery ul li .cont_desc h5 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	letter-spacing: -0.03em;
	font-family: noto-m;
	z-index: 5;
}
.gallery ul li .cont_desc P {
	font-size: 16px;
}

/* 게시판 답변형태 
.view {
	width: 100%;
	font-size:15px;
	line-height:22px;
}
.view ul {
	width: 100%;
}
.view ul li {
	float: left;
	width: 33.33%;
	padding: 10px 7px;
	cursor: pointer;
}
.view ul li .thumb_nail {
	overflow: hidden;
}
.view ul li .thumb_nail img {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.view ul li .thumb_nail:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.view ul li .cont_desc {
	text-align: left;
	padding: 15px 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
	height: 80px;
}
.view ul li .cont_desc h5 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-bottom:8px;
	letter-spacing: -0.03em;
	font-family: noto-m;
	z-index: 5;
}
.view ul li .cont_desc P {
	font-size: 15px;
}*/

/* 홍보기사
.board-tit {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.board-wrap .thumbnail ul {
	border-top: 3px solid #555;
}
.board-wrap .thumbnail li {
	border-bottom: 1px solid #c8c8c8;
}
.board-wrap .thumbnail li a {
	position: relative;
	display: block;
	height: 168px;
	padding: 22px 0 0 350px;
	color: #666;
	padding: 20px 26px 20px 258px;
}
.board-wrap .thumbnail li .figure {
	position: absolute;
	left: 0;
	top: 15px;
	width: 230px;
	height: 138px;
}
.board-wrap .thumbnail li strong,
.board-wrap .thumbnail li span {
	letter-spacing: -0.5px;
	line-height: 24px;
	vertical-align: bottom;
}
.board-wrap .thumbnail li a .board-tit strong.flow {
	width: 765px;
}
.board-wrap .thumbnail li span {
	display: block;
}
.board-wrap .thumbnail li strong {
	margin-bottom: 1px;
	font-size: 20px;
	color: #222;
	float: left;
	width: 950px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	line-height: 24px;
	vertical-align: bottom;
}
.board-wrap .thumbnail li a img {
	width: 230px;
}
.tree-ellipsis {
	overflow: hidden;
	height: 72px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
} */

/* 연구자료 */
.board-wrap .data ul {
	border-top: 3px solid #555;
}
.board-wrap .data li {
	border-bottom: 1px solid #c8c8c8;
}
.board-wrap .data li .figure {
	position: absolute;
	left: 0;
	top: 15px;
	width: 230px;
	height: 138px;
}
.board-wrap .data li h1,
.board-wrap .data li span {
	/*float: right;*/
	letter-spacing: -0.5px;
	line-height: 24px;
	vertical-align: bottom;
}
.board-wrap .data li span {
	display: block;
}
.board-wrap .data li h1 {
	margin-bottom: 1px;
	font-size: 17px;
	font-family: 'noto-m';
	color: #222;
	float: left;
	width: 1098px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	line-height: 24px;
	vertical-align: bottom;
}


/* 갤러리 */
.exhibition {
	padding-top: 15px;
	width: 100%;
}
.exhibition ul {
	width: 100%;
}
.exhibition ul li {
	float: left;
	width: 33.33%;
	padding: 10px 7px;
	cursor: pointer;
}
.exhibition ul li .thumb_nail {
    overflow: hidden;
    height: 320px;
    position: relative;
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
}
.exhibition ul li .thumb_nail img {
	height: 320px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: auto !important;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.exhibition ul li .cont_desc {
	text-align: left;
	padding: 15px 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
	height: 80px;
}
.exhibition ul li .cont_desc h5 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-bottom:8px;
	letter-spacing: -0.03em;
	font-family: noto-m;
	z-index: 5;
}
.exhibition ul li .cont_desc P {
	font-size: 16px;
}

/* 문의하기 */
.online_form {
	width: 100%;
}
.online_form h4 {
	font-size: 20px;
	font-family: noto-r;
	letter-spacing: -0.03em;
	color: #333;
	padding: 20px 0;
}
.online_wrapper {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e8e8e8;
	overflow-y: auto;
	border-top: 2px solid #333;
	height: 180px;
}
.online_tit {
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #333;
	font-family: noto-m;
	margin-bottom: 13px;
}
.online_desc {
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #333;
	font-family: noto-r;
	line-height: 25px;
	margin-bottom: 20px;
}
.online_desc span {
	text-indent: 12px;
	display: block;
}
.agree_area {
	margin-top: 15px;
	margin-bottom: 40px;
}
.agree_area input[type="checkbox"] {
	display: none;
}
.agree_area input[type="checkbox"]+label span {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -9px;
	background: url(/images/btn/ico_checkbox_off.png) left top no-repeat;
	cursor: pointer;
}
.agree_area input[type="checkbox"]:checked+label span {
	background: url(/images/btn/ico_checkbox_on.png) left top no-repeat;
}
.table-inquery {
	width: 100%;
	border-top: 2px solid #333;
	background-color: #fff;
}
.table-inquery tbody tr th {
	padding: 10px;
	text-align: left;
	font-size: 16px;
	font-family: noto-m;
	color: #121212;
	border-bottom: 1px solid #e8e8e8;
}
.table-inquery tbody tr td {
	padding: 10px;
	font-size: 15px;
	font-family: noto-r;
	color: #888;
	border-bottom: 1px solid #e8e8e8;
}
.table-inquery tbody tr td input {
	padding-left: 10px;
	width: 400px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	background-color: #f7f7f7;
}
.table-inquery tbody tr td .product_qa {
	padding-left: 10px;
	width: 134px;
	height: 19px;
	line-height: 55px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	background-color: #f7f7f7;
}
.table-inquery tbody tr td .online_textarea {
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	overflow-y: auto;
	width: 100%;
	font-family: noto-r;
	padding: 10px;
	min-height: 200px;
	resize: none;
}
input[placeholder] {
	font-family: noto-r;
	font-size: 14px;
	color: #888;
}
.submit_button {
	text-align: center;
}
.submit_button button {
	display: inline-block;
	width: 255px;
	height: 55px;
	border: none;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	background-color: #7241d4;
	font-family: noto-m;
	font-size: 17px;
}

/**갤러리 css*
.galley_dt_title {
	border-top: 2px solid #072241;
}
.list_btn {
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.list_btn:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #333;
}
.list_btn:hover,
.list_btn:focus {
	color: #fff;
	background: #333;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
}
.gallery_img {
	width: 100%;
	height: 250px
}*/

/**테이블 게시판 형태*/
.board_list table{
	width:100%;
	table-layout: fixed;
}
.board_list thead th {
	border-top: 2px solid #1c2640;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	height: 60px;
	padding: 2px;
	background: #fff;
	font-size: 16px;
	font-family: noto-m;
}
.board_list tbody td {
	font-size: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #e8e8e8;
	word-break:keep-all;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	cursor:pointer;
}
/**줄바꿈**/
.board_list tbody td a{
	word-break: break-all;
    text-align: justify;
	font-size: 15px;
	cursor:pointer;
}

/* 게시판 형태 공통 버튼 */
.board_common_btn{
	width:180px;
	height:48px;
	padding-bottom: 30px;
}
.board_common_btn a,
.board_common_btn input[type="button"]{
	display:block;
	line-height:48px;
	text-align:center;
	border:1px solid #e8e8e8;
	cursor:pointer;
	font-size:15px;
	transition:all 0.5s;
}
.board_common_btn:hover a,
.board_common_btn:hover input[type="button"]{
	background:#13cdbb;
	border:1px solid #13cdbb;
	color:#fff;
}

/* 게시판 답변상태 버튼 */
.answer_state div{
	font-size:14px;
	font-family:'noto-m';
	text-align:center;
}
.answer_state .before{
	color: #888;
}
.answer_state .complete{
	color: #13cdbb;
}

/****/
.vphoto {
	width:100%;
	padding: 12px 20px 17px;
	box-sizing:border-box;
	text-align:left;
}
.vphoto img {
	max-width:100%;
}

/**인사말**/
@font-face {
    font-family: 'GyeonggiBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.greeting_wrap h3{
	font-family: 'GyeonggiBatang';
	display: inline-block;
    font-size: 38px;
	line-height: 1.3;
    font-weight: bold;
	position:relative;
	z-index: 1;
}
.greeting_wrap h3::after{
	content:'';
	background:url(/images/bg/greeting_bg2.png) no-repeat;
	background-size:contain;
	height: 122px;
    width: 286px;
    position: absolute;
    right: -115px;
    bottom: -30px;
	z-index: -1;
	opacity: 0.8;
}
.greeting_wrap .line{
	width:50px;
	height:5px;
	background: #13cdbb;
	margin:30px 0;
}
.greeting_wrap .cont{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.greeting_wrap .txt{
	width:60%;
	margin-top: 20px;
}
.greeting_wrap .txt p{
	font-size: 16px;
    line-height: 28px;
    color: #242424;
    font-family: 'noto-r';
}
.greeting_wrap .txt p.name{
	margin-top: 50px;
	font-family: 'GyeonggiBatang';
	font-weight: bold;
	font-size:20px;
}
.greeting_wrap .txt p.name span{
	font-size:35px;
	font-weight: bold;
}
.greeting_wrap .img{
	text-align:right;
	width:40%;
}

/**조직도**/
.org_table table{
	width: 100%;
    table-layout: fixed;
}
.org_table table thead th{
	border-top: 1px solid #1c2640;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    height: 50px;
    padding: 2px 5px;
    font-size: 16px;
    background: #f7f7f7;
    font-family: 'noto-m';
}
.org_table table tbody td{
	font-weight: normal;
	font-family: 'noto-r';
	font-size: 15px;
    padding: 6px;
    border-bottom: 1px solid #e8e8e8;
}
.org_span{
	position:relative;
	display: block;
	padding-left:10px;
	margin-bottom:4px;
}
.org_span::after{
	content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

/**찾아오는길**/
.direction_address{
	margin-top:30px;
}
.address_table{
	width:100%;
	background:#fff;
	border-top:2px solid #242424;
}
.address_table tr{
	border-bottom:1px solid #e8e8e8;
	padding:50px 0;
	box-sizing:border-box;
	display:table;
	width:100%;
}
.address_table tr th{
	padding:30px 0 30px 50px;
	vertical-align:middle;
	width:350px;
	text-align:left;
	font-size: 25px;
    font-family: 'GyeonggiBatang';
	font-weight:bold;
}
.address_table tr td{
	padding:30px 0;
	width: calc(100% - 350px);
}
.address_table tr td .detail{
	font-size: 15px;
    line-height: 28px;
    color: #4c4c4c;
}
.address_table tr td .detail span{
	font-size: 15px;
    font-family: 'noto-m';
    color: #13cdbb;
}

/**방법 다운로드 버튼**/
.enroll_guide_wrap{
	border:1px solid #ddd;
	background:#fff;
	border-radius:5px;
	padding: 18px 68px;
	cursor:pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.enroll_guide_wrap a{
	display:block;
	font-size:16px;
}
.enroll_guide_wrap:hover{
	background:#13cdbb;
	border:1px solid #13cdbb;
}

/**연혁**/
.history_title .title_line{
	position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 88px;
    background: #13cdbb;
}
.history_title .title_line .circle{
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%, 0);
	width:10px;
	height:10px;
	border-radius:50%;
	background: #13cdbb;
}
.history_title h5{
	font-size: 22px;
    font-family: 'noto-b';
    letter-spacing: -0.03em;
	margin-top:30px;
    margin-bottom: 10px;
}


/****/
.btn_new_img {
	position: relative;
	top: 0px;
	left: 4px;
}
.board_detail_page {
	border-top: 1px solid #1c2640;
	border-bottom: 1px solid #e8e8e8;
	padding: 24px 0;
	overflow: hidden;
}

/**온라인문의*/
.agree_box {
	border-top: 2px solid #072241;
	height: 290px;
}
.agree_area input[type="checkbox"]+label span {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: -9px;
	background: url(/images/btn/ico_checkbox_off.png) left top no-repeat;
	cursor: pointer;
}
.agree_area input[type="checkbox"] {
	display: none;
}
.agree_area input[type="checkbox"]:checked+label span {
	background: url(/images/btn/ico_checkbox_on.png) left top no-repeat;
}
.table-form {
	border-top: 2px solid #1c2640;
}
input[type="text"],
input[type="password"],
input[type="file"] {
	resize: none;
	vertical-align: middle;
	border: 1px solid #e8e8e8;
}
input[placeholder] {
	font-family: noto-r;
	font-size: 14px;
	color: #333;
}
.online_textarea {
	min-height: 200px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	resize: none;
}
.file_area input {
	opacity: 0;
	-webkit-appearance: none;
}
input[type="file"] {
	width: 100%;
	padding: 0;
	line-height: normal;
}
.submit_button {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.submit_button:hover {
	background: #121212;
	border: 1px solid #121212;
	color: #fff;
}

/**질문과 답변 검색창*/
.notice_search_box {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 220px;
	margin-bottom: 20px;
	background: #fbfbfb;
}
.notice_search_box select {
	width: 20%;
	height: 40px;
	border: 1px solid #ddd;
	background: #ffffff;
	font-size: 15px;
	line-height: 15px;
	color: #454545;
	vertical-align: 0px;
}
.notice_search_box input {
	width: 50%;
	height: 40px;
	border: 1px solid #ddd;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -2px;
	font-size: 15px;
	line-height: 15px;
	color: #454545;
	padding: 0 10px;
}
.notice_search_box button {
	width: 22%;
	height: 40px;
	border: none;
	background: #121212;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #ffffff;
}

/**페이지버튼*/
.page_wrap {
	margin: 80px 0 0;
}


/**달력추가211020**/
.wrap_map{
	width: 1280px;
    margin:100px auto;
}