@charset "euc-kr";

@import url("board_pc.css");

@media only all and (max-width: 1180px) {
	.board-list02 table tbody td.title a {
		max-width: 87%;
	}
	.mobile{
		display:none;
	}
}

@media only all and (max-width: 1023px) {
	
	.img_graph01 table,
	.img_graph02 table,
	.img_graph03 table {
		width: 100%;
	}

	.img_graph01 img,
	.img_graph02 img,
	.img_graph03 img {
		display: block;
		width: 100%;
		margin-top: 30px;
	}

	.img_graph01,
	.img_graph02,
	.img_graph03 {
		background: none;
	}
	.board-area {
		*overflow: hidden;
		border: 0px solid red;
	}

	.board-area .select-area {
		margin-bottom: 20px;
		border: 0px solid red;
	}

	.board-area .select-area select {
		position: static;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 43px;
		line-height: 43px;
		margin-bottom: 4px;
		border: 1px solid #a9a9a9;
		font-family: "notoKrL", notoKrL, sans-serif;
		border-radius: 0;
		/*
		-webkit-appearance: none;
		*/
	}

	.board-area .select-area02 {
		position: static;

		border: 0px solid red;
	}

	.board-area .select-area02 select {
		position: static;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 43px;
		line-height: 43px;
		border: 1px solid #a9a9a9;
		font-family: "notoKrL", notoKrL, sans-serif;
		border-radius: 0;
		/*
		-webkit-appearance: none;
		*/
	}

	.board-area .search-wrapper {
		clear: both;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.btns-color04 {
		width: 100%;
		color: #fff;
		background: #333333
	}

	.btns-color04.ml05 {
		margin-left: 0;
	}

	.btns-color05 {
		width: 100%;
		color: #fff;
		background: #748d9a;
		margin-top: 5px;
	}

	.btns-color05.fl {
		margin-left: 0;
	}

	.board-area .search-area {
		position: relative;
		padding-left: 110px;
		padding-right: 110px;
		padding-bottom: 10px;
	}

	.board-area .search-area.fl {
		float: none;
	}

	.board-area .search-area select {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		vertical-align: middle;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #a9a9a9;
		font-family: "notoKrL", notoKrL, sans-serif;
		border-radius: 0;
		/*
		-webkit-appearance: none;
		
		background: #fff url(../../make_img/board/icon_arrow_down.gif) no-repeat 95% center;
		*/

	}

	.board-area .search-area input[type="text"] {
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #f3f3f3;
		height: 38px;
		line-height: 38px;
		width: 100%;
		font-size:17px;
		background: #f3f3f3;
		border-radius: 0;
		-webkit-appearance: none;
		font-family: "notoKrL", notoKrL, sans-serif;
	}

	.board-area .search-area input[type="text"]:focus {
		background: #fff;
		border: 1px solid #a9a9a9;
	}

	.board-area .search-area input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		vertical-align: middle;
		height: 40px;
		line-height: 25px;
		color: #fff;
		width: 90px;
		padding: 0 17px;
		border-radius: 0;
		border: 0;
		text-align: left;
		-webkit-appearance: none;
		cursor: pointer;
		background: #333333 url(../../make_img/board/icon_search.gif) no-repeat 60px center;
		background-size: 12px 12px;
	}

	.board-area .search-area input[type="submit"]:flat {
		display: inline-block;
		vertical-align: middle;
		height: 45px;
		line-height: 45px;
		color: #fff;
		width: 88px;
		padding: 0 16px;
		border-radius: 0;
		border: 0;
		text-align: left;
		-webkit-appearance: none;
		background: #333333 url(../../make_img/board/icon_search.gif) no-repeat 52px center;
	}


	/* °Ô½ÃÆÇ ¸ñ·Ï */
	.board-list01 table {
		border-collapse: collapse; 
		border-top: 2px solid #444547;
	}
	.board-list01 table tr {  } /* colgroup À¸·Î td ½ºÅ¸ÀÏÁ¦¾îÇÏ·Á¸é tr¿¡ Á¤ÀÇ  */
	.board-list01 table tr:hover {
		background: #f9f9f9;
	}
	.board-list01 table th, 
	.board-list01 table td {
		border-width: 0;
	}
	.board-list01 table thead, .board-list01 table tfoot {}
	.board-list01 table thead th {
		display: none;
	} 
	.board-list01 table tbody td {
		border-bottom: 1px solid #dddddd; 
		color: #545454; 
		text-align: center; 
		padding: 20px 6px;
	}
	.board-list01 table tbody td a {

	}

	
	.board-list01 table tbody td.image {
		width: 40%; 
	}
	.board-list01 table tbody td.image img {
		display: inline-block;
		vertical-align: middle;
		max-width: 180px;
		width: 100%;
	}

	.board-list01 table tbody td .mobile-notice-icon {
		display: inline-block;
		font-weight: bold;
		color: #748d9a;

	}

	.board-list01 table tbody td .mobile-info {
		display: block;
	}
	
	.board-list01 table tbody td .mobile-info .mobile-notice {
		display: inline-block;
		vertical-align: middle;
		padding-right: 12px;
		margin-right: 5px;
		color: #666666;
		background: url(../../make_img/board/icon_bar01.gif) no-repeat right center;
	}

	.board-list01 table tbody td .mobile-info .mobile-affiliate {
		display: inline-block;
		vertical-align: middle;
		color: #e84a4e
	}

	.board-list01 table tbody td .mobile-info .mobile-date {
		display: block;
		color: #666
	}

	
	.board-list01 table tbody td.writer {
		display: none;
	}
	.board-list01 table tbody td.hit {
		display: none;
	}


	.board-list01 table tbody td.file {
		display: none;
	}
	.board-list01 table tbody td.notice {
		display: none;
	}
	.board-list01 table tbody td.affiliate {
		display: none;
	}
	.board-list01 table tbody td.date {
		display: none;
	}
	.board-list01 table tbody td.hit {
		display: none;
	}
	.board-list01 table tbody td.number {
		display: none;
	}
	.board-list01 table tbody td.support {
		width: 10%;
	}
	.board-list01 table tbody td.title {
		width: 90%; 
		text-align: left;
	}

	.board-list01 table tbody td.title02 {
		width: 90%; 
		text-align: left;
	}
	.board-list01 table tbody td.title03 {
		width: 90%; 
		text-align: left;
	}

	.board-list01 table tbody td.left {
		text-align:left; 
	}
	.board-list01 table tbody td.center {
		text-align:center; 
	}
	.board-list01 table tbody td.right {
		text-align:right; 
	}






	.board-new-list-area {
		margin: 0;
		padding: 0;
		border-top: 2px solid #333333;
	}

	.board-new-list-area ul {
		margin: 0;
		padding: 0;
	}

	.board-new-list-area ul li {
		margin: 0;
		padding: 0;
	}

	.board-new-list-area ul li a {
		display: block;
		padding: 20px 0;
		border: 1px solid #fff;
		border-bottom: 1px solid #e5e5e5;
	}

	.board-new-list-area ul li a:hover {
		display: block;
		border: 1px solid #f9f9f9;
		background: #f9f9f9;
		padding: 20px 0;
	}


	.board-new-list-area ul li a .number {
		display: none;
	}

	.board-new-list-area ul li a .date {
		position: static;
		display: block;
		font-size:17px;
		text-align: left;
		padding-left: 0;
		color: #666666
	}

	.board-new-list-area ul li a .news-info-box {
		position: relative;


		display: block;
		min-height: auto;
		padding: 0;
		border-left: 0;
		border-right: 0;
	}

	.board-new-list-area ul li a .news-info-box .image {
		display: none;
	}


	.board-new-list-area ul li a .news-info-box .title {
		display: block;
		color: #545454;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 17px;
		border-left: 0;
		border-right: 0;
	}

	.board-new-list-area ul li a .news-info-box .contents {
		display: block;
		color: #999999;
		line-height: 24px;
		font-size:17px;
		margin: 0;
		padding: 0;
		margin-bottom: 17px;
	}

	/* ÆäÀÌÂ¡ ³×ºñ°ÔÀÌ¼Ç */
	.paging-navigation {
		clear: both; 
		text-align: center; 
		padding-bottom: 0;
		margin-top: 25px;
		*border: 1px solid #fff;
	}
	.paging-navigation a {
		display: inline-block; 
		line-height: 25px; 
		min-width: 19px; 
		height: 25px; 
		padding: 0 3px;
		margin: 0 1px;
		color: #4c4c50;
		border: 1px solid #c5c7cc; 
		vertical-align: middle; 
		background: #fff;
		font-size: 13px;
		font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
	}
	.paging-navigation a:hover {
		border: 1px solid #636363; 
		color: #fff;
		background: #636363;
		font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
		text-decoration: none;
	}
	.paging-navigation strong {
		display: inline-block; 
		line-height: 25px; 
		min-width: 19px; 
		height: 25px; 
		padding: 0 3px; 
		border: 1px solid #636363; 
		color: #fff; 
		font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
		vertical-align: middle;
		background: #636363;
	}
	.paging-navigation a.btn_first {
		text-indent: -5000em;

		background:#fff url(../../make_img/board/btn_first.gif) no-repeat center center;
	}
	.paging-navigation a.btn_preview {
		text-indent: -5000em; 
		background: #fff url(../../make_img/board/btn_preview.gif) no-repeat center center;
	}
	.paging-navigation a.btn_next {
		text-indent: -5000em; 
		background: #fff url(../../make_img/board/btn_next.gif) no-repeat center center;
	}
	.paging-navigation a.btn_last {
		text-indent: -5000em; 
		background: #fff url(../../make_img/board/btn_last.gif) no-repeat center center;
	}

	/* ±Ûº¸±â */
	.board-view {
		overflow: hidden;
		border-top: 2px solid #545861;
	}

	.board-view dl {
		border-bottom: 1px solid #e3e3e3;
		overflow: hidden;
		font-size: 13px;
	}

	.board-view dl dt {
		float: left;
		width: 17%;
		min-height: 16px;
		padding-left: 1%;
		padding-top: 17px;
		padding-bottom: 22px;
		color: #636363;
		font-weight: bold;
	}

	.board-view dl dd {
		float: left;
		width: 80%;
		padding-right: 2%;
		min-height: 16px;
		padding-top: 17px;
		padding-bottom: 22px;
		color: #545454;
	}

	.board-view dl dd a.add-file {
		display: block;
		max-width: 80%;
		padding-left: 20px;
		background: url(../../make_img/board/icon_addfile.jpg) no-repeat left center;
		text-decoration: underline;
		color: #767676;
		display: block;
		overflow: hidden;
		white-space: nowrap; 
		text-overflow: ellipsis; 
		-o-text-overow: ellipsis;; 
	}

	.board-view dl.half-box01 {
		float: left; 
		width: 70%;
	}

	.board-view dl.half-box01 dt {
		float: left;
		width: 23%;
		padding-left: 2%;
	}

	.board-view dl.half-box01 dd {
		float: left;
		width: 75%;
		padding-right: 0;
	}

	.board-view dl.half-box02 {
		float: left; 
		width: 30%;
	}

	.board-view dl.half-box02 dt {
		float: left;
		width: 43%;
		padding-left: 2%;
	}

	.board-view dl.half-box02 dd {
		float: left;
		width: 55%;
		padding-right: 0;
	}

	.board-contents {
		position: relative;
		border-top: 1px solid #545861;
		margin-top: -1px;
		padding: 35px 0;
		font-size:17px;
		line-height: 24px;
		color: #999999;
		font-size: 13px;
	}

	.board-contents img {
		display: block;
		margin: 20px auto;
		max-width: 100%;
	}

	.preview-next {
		border-top: 1px solid #0f0f0f;
		border-bottom: 1px solid #0f0f0f;
	}

	.preview-next a {
		display: block;
	}

	.preview-next a.line {
		border-bottom: 1px solid #d3d3d3
	}

	.preview-next a dl {
		position: relative;
		display: block;
		padding-left: 107px;
		font-size: 13px;
	}

	.preview-next a:hover {
		background: #f9f9f9;
	}

	.preview-next a dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 88px;
		height: 55px;
		line-height: 55px;
		padding-left: 19px;
		color: #636363;
	}

	
	.a-reply-area {
		overflow: hidden;
		padding: 0;
		margin-top: 35px;
		border: 0;
		background: #fff;
	}

	.a-reply-area dt {
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		padding-top: 35px;
		margin-bottom: 0px;
		text-align: left;
		font-size:17px;
	}

	.a-reply-area dt a, 
	.a-reply-area dt span {
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		margin-left: 20px;
	}

	
	.a-reply-area dt span img {
		display: inline-block;
		vertical-align: middle;

	}

	.a-reply-area dd {
		display: block;
		
		padding: 35px 2.5%;
		width: 93%;
		background: #f8f8f8;
		color: #000;
		margin: 0 auto;
		border: 1px solid #ccc;

	}


	.preview-next a dl dt.preview {
		background: url(../../make_img/board/icon_arrow_up.gif) no-repeat 71px center;
	}

	.preview-next a dl dt.next {
		background: url(../../make_img/board/icon_arrow_down.gif) no-repeat 71px center;
	}

	.preview-next a dl dd {
		height: 55px;
		line-height: 55px;
		display: block;
		overflow: hidden;
		white-space: nowrap; 
		text-overflow: ellipsis; 
		-o-text-overow: ellipsis;; 
	}

	.board-write {
		table-layout: fixed;
		border-collapse: collapse; 
		border-top: 2px solid #969696; 
		border-top: 2px solid #333333;
		border-bottom: 1px solid #333333
	}

	.board-write  tr {  } /* colgroup À¸·Î td ½ºÅ¸ÀÏÁ¦¾îÇÏ·Á¸é tr¿¡ Á¤ÀÇ  */

	.board-write  th, .board-write  td {
		padding: 6px 10px; border-width: 0;
	}

	.board-write tbody th {
		color: #444444; 
		font-weight: bold; 
		text-align: center; 
		vertical-align: middle; 
		background: #f8f8f8;
		width: 25%;
		font-family: "notoKrL", notoKrL, sans-serif;
		border-bottom: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	} 


	.board-write tbody td {
		border-bottom: 1px solid #e7e7e7; 
		width: 75%;
		color: #636363; 
		font-size: 13px; 
		text-align: left;
		font-family: "notoKrL", notoKrL, sans-serif;
	}

	.board-write tbody td input["text"] { 
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 35px;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		-webkit-appearance: none;
		font-family: "notoKrL", notoKrL, sans-serif;
	}

	.board-write tbody td input.input-phone {
		width: 27%;
	}
	.board-write tbody td input.width01-input,
	.board-write tbody td input.width02-input {
		width: 100%;
	}



	.board-write tbody td textarea {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 250px;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		-webkit-appearance: none;
	}

	.board-write  tbody td.left {
		text-align:left; 
	}
	.board-write  tbody td.center {
		text-align:center; 
	}
	.board-write  tbody td.right {
		text-align:right; 
	}

	.mobile-none {
		display: none;
	}

	.no-mobile-support {
		display: block;
		margin-top: 50px;
		position: relative;
		background: #3c658d url(../../make_img/board/icon_support01.png) no-repeat 45px center;
		background-size: 49px 47px;
		padding: 85px 60px 85px 129px;;
		color: #e3e3e3;
		border: 0px solid red;

	}
	.no-mobile-support .btn-close {
		position: absolute;
		top: 17px;
		right: 17px;
	}



		
	.photo-list {	
		position: relative;
		left: 0.5%;
	}

	.photo-list ul {
		overflow: hidden;
		border: 0px solid red;
	}

	.photo-list ul li {
		float: left;
		width: 49%;
		margin: 0 0.5%;
		min-height: 200px;
		padding-bottom: 5%;
		text-align: center;
	}

	.photo-list ul li a {
		display: block;
		font-size:17px;
		color: #666666;
		border: 0px solid red;	
	}

	.photo-list ul li a .image {
		display: block;
		border: 1px solid #cdcdcd;
		padding: 5%;
	}

	.photo-list ul li a .image img {
		display: block;
		width: 100%;
	}

	.photo-list ul li a .date {
		margin-top: 5%;
		display: block;
		text-align: center;
	}

	.photo-list ul li a .title {
		display: block;
		text-align: center;
	}
	.t1 td{
		font-size:0.89rem;
	}
	.mobile-br{
		display:block;
	}


	.left-contents {
		padding-left: 0; 
	}

	.left-contents img {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.btns-left,
	.btns-right {
		float: none;
	}

	.btns {
		min-width: 6.923rem;
		height: 2.308rem;
		line-height: 2.308rem;
		font-size: 1rem;
		margin: 0;
		border-radius: 1.154rem;
	}

	.btn-center {
		padding-top: 20px;
		text-align: center;
	}
	
	.search-wrapper02 {
		padding: 0 0 1.538rem 0;
		text-align: left;
	}

	.search-wrapper02 > .total {
		float: none;
		color: #616161;

		font-size: 1rem;
		line-height: 1.385rem;
		padding-top: 0;
		padding-bottom: 0.7692rem
	}

	.search-area02 {
		position: relative;
		float: none;
		padding-left: 7.692rem;
	}

	.search-area02:after {
		content: "";
		clear: both;
		display: block;
	}

	.search-area02 select {
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		width: 6.923rem;
		height:  3.269rem;
		line-height:  3.269rem;
		border-bottom: 2px solid #000000;
		margin-right: 0;
		font-size: 1rem;
		text-indent: 0.7692rem;
		color: #212121;
		background-color: #fff;
		background-image: url(../make_img/board/icon_selected02@2x.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 10px 5px;
	}


	.search-box02 {
		position: relative;
		float: none;
		width: 100%;
		height:  3.269rem;
		padding-right: 2.692rem;
		line-height:  3.269rem;
		border-bottom: 2px solid #000000;

	}

	.search-box02 input[type="search"],
	.search-box02 input[type="text"] {
		height: 3.077rem;
		line-height: 3.077rem;
		text-indent: 0.7692rem;
		font-size: 1rem;
	}


	.search-box02 input[type="submit"] {
		width: 2.692rem;
		height: 3.192rem;
		background: url(../make_img/board/btn_search01.png) no-repeat center center;
		background-size: 1.308rem 1.269rem;
		cursor: pointer;
		text-indent: -5000rem;
	}

	/* °Ô½ÃÆÇ ¸ñ·Ï */
	.board-list02 table thead, 
	.board-list02 table thead th {
		display: none;
	} 

	.board-list02 table tbody td {
		padding: 10px;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.board-list02 table .title,
	.board-list02 table .class-content
	{
		width: 100%; 
	}
	

	.board-list02 table .title a {
		max-width: 88%;
		padding: 1.154rem 0.5769rem;
		overflow: hidden;
		white-space: normal; 
		text-overflow: ellipsis; 
		-o-text-overow: ellipsis;
	}

	.board-list02 table .title a .type {
		/*left: 3.846rem;*/
		width: 5rem;
		padding: 0 0.5769rem;
		margin-top: -9px;
	}
	.board-list02 table .title a .type .head {
		height: 1.615rem;
		line-height: 1.538rem;
		font-size: 1rem;
		border-radius: 1.615rem;
	}

	.board-list02 table .title a .mobile-notice-icon {
		display: inline-block;
		vertical-align: middle;
	}

	.board-list02 table .title .icon-new {
		position: absolute;
		top: 1.154rem;
		right: 0;
	}
	.board-list02 table .photo, .board-list02 table .name {
/*		position: absolute;*/
		width:  25%;
	}
/*
	.board-list02 table .photo img {
		width:  100%;
	}
*/
	.board-list02 table .title a .mobile-info
	{
		display: block;
		margin-top: 1.154rem;
		color: #999999;
		font-size: 0.8462rem;
		line-height:  0.9231rem
	}
	.board-list02 table .title .mobile-info2{
		display: block;
		margin-top: 1.154rem;
		color: #000;
		line-height:  0.9231rem;
		padding-left:25%;
	}
	.board-list02 table .title a .mobile-info:after,
	.board-list02 table .title .mobile-info2:after
	{
		content: "";
		clear: both;
		display: block;
	}

	.board-list02 table .title a .mobile-info > span {
		float: left;
	}

	.board-list02 table .title a .mobile-info > .icon-bar {
		margin: 0.1154rem 0.5769rem 0 0.5769rem;
		width: 0.07692rem;
		height: 0.7692rem;
		background: #bbbbbb
	}

	.board-list02 table .file {
		width: 2.692rem;
	}


	.board-list02 table tbody td.reply a {
		padding-left: 2rem;
		background-position: 0.5769rem center;
		background-size: 0.6154rem 0.5769rem;
	}

	.board-list02 table tbody td.no-data {
		padding: 1rem 0;
		font-size: 1rem;
	}

	.board-list02 table tbody td .board-icon,
	.board-list02 table tbody td .icon-new > img {
		width: 1rem;
	}

	.board-list02 table tbody td .icon-new {
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
	}

	.board-list02 table .number,
	.board-list02 table .hit,
	.board-list02 table .writer,
	.board-list02 table .date,
	.board-list02 table .name,
	.board-list02 table .tel,
	.board-list02 table .building,
	.board-list02 table .class-name
	{
		display: none;
	}
	.board-list02 table .damdang{
		padding-left:25%;
	}
	.board-list02 table .m-info,
	.board-list02 table .damdang
	{
		display:block;
		padding-bottom:5px;
	}

	/* ÆäÀÌÂ¡ ³×ºñ°ÔÀÌ¼Ç */
	.paging-btns-wrapper {
		margin: 0.7692rem 0;
	}
	.paging-navigation02 {
		padding-bottom: 0;
		margin: 0.7692rem 0;
	}

	.paging-navigation02 a {
		font-size: 0.9231rem;
		line-height: 1.923rem; 
		min-width: 1.923rem; 
		height: 1.923rem; 
		padding: 0 0.1923rem;
	}
	
	.paging-navigation02 strong {
		line-height: 1.923rem; 
		min-width: 1.923rem; 
		height: 1.923rem; 
		padding: 0 0.1923rem;
	}

	.paging-navigation02 a.btn-first {
		width: 1.923rem;
		background-size: 0.7692rem 0.6923rem;
	}
	.paging-navigation02 a.btn-preview {
		width: 1.923rem;
		padding: 0;
		background-size: 0.4231rem 0.6923rem;
	}
	.paging-navigation02 a.btn-next {
		width: 1.923rem;
		padding: 0;
		background-size: 0.4231rem 0.6923rem;
	}
	.paging-navigation02 a.btn-last {
		width: 1.923rem;
		padding: 0;
		background-size: 0.7692rem 0.6923rem;
	}

	.paging-btns-wrapper .btn-right {
		position: static;
	}

.board-view {
		overflow: hidden;
		border-top: 2px solid #545861;
	}

	.board-view dl {
		border-bottom: 1px solid #e3e3e3;
		overflow: hidden;
		font-size: 13px;
	}

	.board-view dl dt {
		float: left;
		width: 17%;
		min-height: 16px;
		padding-left: 1%;
		padding-top: 17px;
		padding-bottom: 22px;
		color: #636363;
		font-weight: bold;
	}

	.board-view dl dd {
		float: left;
		width: 80%;
		padding-right: 2%;
		min-height: 16px;
		padding-top: 17px;
		padding-bottom: 22px;
		color: #545454;
	}

	.board-view dl dd a.add-file {
		display: block;
		max-width: 80%;
		padding-left: 20px;
		background: url(../make_img/board/icon_addfile.jpg) no-repeat left center;
		text-decoration: underline;
		color: #767676;
		display: block;
		overflow: hidden;
		white-space: nowrap; 
		text-overflow: ellipsis; 
		-o-text-overow: ellipsis;; 
	}

	.board-view dl.half-box01 {
		float: left; 
		width: 70%;
	}

	.board-view dl.half-box01 dt {
		float: left;
		width: 23%;
		padding-left: 2%;
	}

	.board-view dl.half-box01 dd {
		float: left;
		width: 75%;
		padding-right: 0;
	}

	.board-view dl.half-box02 {
		float: left; 
		width: 30%;
	}

	.board-view dl.half-box02 dt {
		float: left;
		width: 43%;
		padding-left: 2%;
	}

	.board-view dl.half-box02 dd {
		float: left;
		width: 55%;
		padding-right: 0;
	}

	.preview-next {
		border-top: 1px solid #0f0f0f;
		border-bottom: 1px solid #0f0f0f;
	}

	.preview-next a {
		display: block;
	}

	.preview-next a.line {
		border-bottom: 1px solid #d3d3d3
	}

	.preview-next a dl {
		position: relative;
		display: block;
		padding-left: 107px;
		font-size: 13px;
	}

	.preview-next a:hover {
		background: #f9f9f9;
	}

	.preview-next a dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 88px;
		height: 55px;
		line-height: 55px;
		padding-left: 19px;
		color: #636363;
	}

	
	.a-reply-area {
		overflow: hidden;
		padding: 0;
		margin-top: 35px;
		border: 0;
		background: #fff;
	}

	.a-reply-area dt {
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		padding-top: 35px;
		margin-bottom: 0px;
		text-align: left;
		font-size: 16px;
	}

	.a-reply-area dt a, 
	.a-reply-area dt span {
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		margin-left: 20px;
	}

	
	.a-reply-area dt span img {
		display: inline-block;
		vertical-align: middle;

	}

	.a-reply-area dd {
		display: block;
		
		padding: 35px 2.5%;
		width: 93%;
		background: #f8f8f8;
		color: #000;
		margin: 0 auto;
		border: 1px solid #ccc;

	}


	.preview-next a dl dt.preview {
		background: url(../make_img/board/icon_arrow_up.gif) no-repeat 71px center;
	}

	.preview-next a dl dt.next {
		background: url(../make_img/board/icon_arrow_down.gif) no-repeat 71px center;
	}

	.preview-next a dl dd {
		height: 55px;
		line-height: 55px;
		display: block;
		overflow: hidden;
		white-space: nowrap; 
		text-overflow: ellipsis; 
		-o-text-overow: ellipsis;; 
	}






	/* °Ô½ÃÆÇ ±Ûº¸±â */
	.board-view02 dl {
		position: relative;
		padding-left: 5rem !important;
	}

	.board-view02 .one-box {
		border-bottom: 0;
	}

	.board-view02 .one-box .half-box01,
	.board-view02 .one-box .half-box02 {
		float: none;
		width: 100%;
		border-top: 1px solid #e3e3e3
	}

	.board-view02  dt {
		width: 5rem !important;
		padding: 0.9615rem 0.5769rem;
		font-size: 1rem;
		line-height: 1.385rem;
	}

	.board-view02 dl dd {
		padding: 0.9615rem 0.5769rem;
		font-size: 1rem;
		line-height: 1.385rem;
	}

	.board-view02 dl dd > strong {
		color: #000;
		font-size: 1.154rem;
		line-height: 1.385rem;
	}

	.board-view02 dl dd a.add-file {
		min-width: 5.769rem;
		padding-left: 1.154rem;
		margin-top: 0.3846rem;
		background: url(../make_img/board/icon_addfile@2x.png) no-repeat left 0.3846rem;
		background-size: 0.7692rem 0.7692rem;
	}

	.board-view02 dl dd a.add-file:first-child {
		margin-top: 0;
	}

	.board-contents02 {
		padding: 2.692 0;
		font-size: 1rem;
		line-height: 1.385rem;
	}

	.board-contents02 img {
		margin:  0.3846rem auto ;
	}



	.preview-next02 a > dl {
		position: relative;
		padding: 0.9615rem 0.5769rem 0.9615rem 5.769rem;
	}

	.preview-next02 a > dl > dt {
		position: absolute;
		top: 50%;
		left: 0;
		width: 5.769rem;
		padding: 0.9615rem 0.5769rem;
		margin-top: -1.654rem;
		font-size: 1rem;
		line-height: 1.385rem;
	}


	.preview-next02 a > dl > dd {
		height: auto;
		padding: 0.9615rem;
		font-size: 1rem;
		line-height: 1.385rem;;
	}
	
	.btns-area {
		margin-top: 5%;
	}

	.btns-area .depth2 {
		float: left;
		width: 49%;
	}

	.btns-area .depth2:nth-child(even) {
		float: right;
	}

	.btns-area .depth3 {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

	.btns-area .depth4 {
		float: left;
		width: 23.5%;
		margin-left: 2%;
	}

	.btns-area .btns-right .depth3,
	.btns-area .btns-right .depth4 {
		margin-left: 2% !important;
	}





	/* ±Û¾²±â */
	.board-write02 dl {
		padding-left: 5.769rem;
	}

	.board-write02 dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 5.769rem;
		padding: 0.7692rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		margin-top: 0;
	}

	.board-write02 dl dd {
		font-size: 0.9231rem;
		line-height: 1.308rem;
		padding: 0.7692rem;
	}



	.board-write02 dl dd select {
		display: block;
		width: 100%;
		height: 1.923rem;
		font-size:  0.8462rem; 
		background-position: 98% center;
	}

	.board-write02 dl dd input[type="text"], 
	.board-write02 dl dd input[type="password"],
	.board-write02 dl dd input[type="email"] {
		height: 1.923rem;
		font-size:  0.8462rem; 
	}


	.board-write02 dl dd .radio-checkbox-depth {
		max-width: none;
	}
	.board-write02 dl dd .ckecked-notice-area {
		margin-bottom: 0.3846rem;
	}

	.board-write02 dl dd .input-schdule-area {
		position: relative;
		padding-left: 0;
	}

	.board-write02 dl dd .input-schdule-area label {
		position: static;
		display: block;
		margin-top: 0;
		margin-bottom: 0.3846rem;
	}

	.board-write02 dl dd .input-schdule-area .input-schdule-box {
		max-width: 500px;
	}

	.board-write02 dl dd .input-schdule-area .input-schdule-box .input-datepicker {
		text-indent: 0 !important;
	}

	.board-write02 dl dd .input-schdule-area .input-schdule-box span {
		height: 1.923rem;
		line-height: 1.923rem;
	}

	.board-write02 dl dd .file-area {
		padding-bottom: 0.3846rem;
	}

	.board-write02 dl dd .file-box {
		position: relative;
		padding-right: 10rem;
		margin-bottom: 0;
	}
	.board-write02 dl dd .file-box .upload-name {
		vertical-align: top;
		width: 100%;
		height: 1.923rem; 
		background: #fff; 
		border: 1px solid #d5d5d5
	}
	.board-write02 dl dd .file-box .file-btns {
		position: absolute; 
		top: 0; 
		right: 0;
	}

	.board-write02 dl dd .file-box .file-btns:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-write02 dl dd .file-box label, 
	.board-write02 dl dd .file-box a {
		float: left; 
		width: 4.615rem; 
		height: 1.923rem; 
		line-height: 1.923rem; 
		border: 1px solid #d6d6d9; 
		background: #eff0f0; 
		text-align: center; 
		color: #31343f; 
		font-size: 0.8462rem; 
		margin-left: 0.3846rem;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
	}

	.board-write02 dl dd .file-box label {
		margin-left: 0;
	}

	.board-write02 dl dd .file-box input[type="file"] {
		display: none;
	}

	.board-write02 dl dd .alt-area {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}

	.board-write02 dl dd .alt-area label {
		position: static;
		display: block;
		margin-top: 0;
		padding: 10px 0 5px 0;
	}

	.board-write02 dl dd .alt-area .text-cmt {
		position: static;
		padding-top: 5px;
	}

	.board-write02 dl dd input[type="text"]:focus, 
	.board-write02 dl dd input[type="password"]:focus,
	.board-write02 dl dd input[type="email"]:focus {
		background: #f4f4f4;
	}

	.board-write02 dl dd input[type="text"].w30, 
	.board-write02 dl dd input[type="password"].w30,
	.board-write02 dl dd input[type="email"].w30 {
		width: 100%;
	}

	.board-write02 dl dd input[type="text"].w50, 
	.board-write02 dl dd input[type="password"].w50,
	.board-write02 dl dd input[type="email"].w50 {
		width: 100%;
	}

	.board-write02 dl dd input[type="text"].w70, 
	.board-write02 dl dd input[type="password"].w70,
	.board-write02 dl dd input[type="email"].w70 {
		width: 100%;
	}

	.board-write02 dl dd .input-phone-area select {
		width: 30%;
		max-width: 100px;
	}

	.board-write02 dl dd .input-phone-area span {
		width: 5%;
	}

	.board-write02 dl dd .input-phone-area input[type="text"] {
		width: 28%;
		max-width: 100px;
	}


	.board-write02 dl dd .input-mail-area select {
		width: 100%;
		max-width: 150px;
		margin-left: 1%;
	}

	.board-write02 dl dd .input-mail-area span {
		width: 10%;
		max-width: 20px;
	}

	.board-write02 dl dd .input-mail-area input[type="text"] {
		width: 42.5%;
		max-width: 150px;
		margin-bottom: 5px;
	}


	.board-write02 dl dd .zipcode-area {
		position: relative;
		padding-right: 115px;
	}

	.board-write02 dl dd .zipcode-area .btn-sarch-type01 {
		position: absolute;
		top: 0;
		right: 0;
	}

	.board-write02 dl dd .zipcode-area input[type="text"] {
		min-width: auto;
		max-width: none;
		margin-right: 0;
	
	}


	.board-write02 dl dd .adress-area {
		display: block;
	}

	.board-write02 dl dd .adress-area input[type="text"] {
		margin-top: 5px;
	}


	.editer-area {
		padding-top: 10px;
		height: 300px;
		border-top: 1px solid #545861;
	}



	/* ¹Ú¶÷È¸ ÀÏÁ¤ */
	.schdule-area > a {
		position: relative;
		display: block;
		padding: 1.154rem 4.423rem 1.154rem 0.5769rem;
	}

	.schdule-area > a > .title {
		margin-bottom: 0.7692rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.schdule-information-area {
		float: none;
		width: 100%;
	}

	.schdule-information-area:nth-child(even) {
		float: none;
	}

	 .schdule-information-box {
		padding-left: 3.077rem;
		margin-bottom: 0.1923rem;
		font-size: 0.9231rem;
		line-height: 1.346rem;
	}

	.schdule-information-box strong {
		width: 2.5rem;
		height: 1.346rem;
		font-size: 0.8462rem;
		line-height: 1.346rem;
	}

	.schdule-area > a .arrow {
		right: 1.154rem;
		width: 1.923rem;
		height: 1.923rem;
		margin-top: -0.9615rem;
		background-size: 1.923rem 1.923rem;
	}


	.schdule-area > a:hover .arrow {
		background-size: 1.923rem 1.923rem;
	}


	.board-write02 dl > dd .selected-yymmdd {
		float: none;
		width: 100%;
		margin-bottom: 0.3846rem
	}

	.board-write02 dl > dd .selected-yymmdd:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-write02 dl > dd .selected-yymmdd > select {
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
		text-indent: 0.3846rem !important
	}

	.board-write02 dl > dd .selected-yymmdd > span {
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
	}


	.board-write02 dl > dd .selected-time-term-wrapper {
		float: none;
		width: 100%;
	}

	.board-write02 dl > dd .selected-time-term-wrapper .selected-time-term-area > select {
		text-indent: 0.3846rem !important
	}

	.board-write02 dl > dd .selected-time-term-wrapper .selected-time-term-area > span {
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
	}

	.board-write02 dl > dd .selected-time-term-wrapper .word-unit {
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area {
		padding-left: 3.077rem;
		padding-right: 1.923rem;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area > label {
		width: 3.077rem;
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
		margin-left: -3.077rem;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area > input[type="number"] {
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area > span {
		width: 2.692rem;
		height: 2.692rem;
		line-height: 2.692rem;
		margin-right: -2.692rem;
		font-size: 0.9231rem;
	}

	.board-write02 dl > dd .input-phone-wrapper select,
	.board-write02 dl > dd .input-phone-wrapper input[type="number"] {
		height: 2.692rem;
		line-height: 2.692rem;
	}

	.board-write02 dl > dd .input-phone-wrapper > span {
		height: 2.692rem;
		line-height: 2.692rem;
	}

	.word-notice {
		min-height: 0.9615rem;
		padding-left: 1.346rem;
		padding-top: 0;
		margin-bottom: 0.3846rem;
		font-size: 0.8462rem;
		line-height: 1.077rem;
		background-position: left 5%;
		background-size: 0.9615rem 0.9615rem;
	}

	.board-write02 dl > dd .max,
	.board-write02 dl > dd .max02 {
		max-width: 100% !important;
	}

	.search-result-wrapper {
		margin-top:  1.923rem;
	}


	.search-result-wrapper dl > dd {
		padding: 1.077rem 0.5769rem 1.077rem 0.5769rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		word-break: keep-all;
	}


	.board-write02 dl > dd .input-professor-wrapper > input[type="text"] {
		height: 2.692rem;
		line-height: 2.692rem;
	}

	.board-write02 dl > dd .input-professor-wrapper > span {
		height: 2.692rem;
		line-height: 2.692rem;
	}


	.board-write02 dl > dd .input-name-wrapper {
		position: relative;
		float: none;
		max-width: 100%;
		margin-right: 0;
		padding-left: 3.077rem;
		margin-bottom: 0.3846rem;
	}	

	.board-write02 dl > dd .input-name-wrapper.mr0.mb0 {
		margin-top: 0.3846rem;
	}

	.board-write02 dl > dd .input-name-wrapper > label {
		left: 0;
		font-size:  0.9231rem;
		margin-top: - 0.4615rem;
	}


	.board-write02 dl > dd .phone-label-input-wrapper {
		float: none;
		max-width: 100%;
		padding-left: 3.077rem;
		margin-right: 0;
	}	

	.board-write02 dl > dd .phone-label-input-wrapper > label {
		left: 0;
		font-size:  0.9231rem;
		margin-top: - 0.4615rem;
	}

	.board-write02 dl > dd .input-class-wrapper {
		width: 47.5%;
		max-width: 7.692rem;
		margin-right: 5%;
		padding-left: 3.077rem;
	}

	.board-write02 dl > dd .input-class-wrapper.type02 {
		max-width: 7.692rem;
		width: 47.5%;
		margin-right: 0;
	}

	.board-write02 dl > dd .input-class-wrapper.type02 input[type="number"] {
		width: 100%;
	}

	.board-write02 dl > dd .input-class-wrapper > label {
		left: 0;
		font-size:  0.9231rem;
		margin-top: - 0.4615rem;
	}

	.board-write02 dl > dd .input-professor-wrapper.depth2 {
		float: none;
		margin-right: 0;
		margin-bottom: 0.3846rem
	}

	.board-write02 dl > dd .input-people-wrapper {
		position: relative;
		max-width: 9.231rem;
		padding-right: 1.538rem;
	}
	.mobile{
		display:none;
	}
	.class-mobile-title{
		display:block;
		margin-bottom:10px;
		color:#2156d0;
	}
}

@media only all and (max-width: 767px) {
	.board-list02 table tbody td.title a {
		max-width: 90%;
	}

	.board-view .board-view-information > dl {
		padding: 0;
	}


	.btns-area .depth2 {
		float: none;
		width: 100%;
		margin-bottom: 0.3846rem;
	}

	.btns-area .depth2:nth-child(even) {
		float: none;
		margin-bottom: 0;
	}
	.web{
		display:block;
	}
	.mobile{
		display:block;
	}

}



@media only all and (max-width: 425px) {
	.board-write02 dl > dd .selected-time-term-wrapper {
		position: relative;
		padding-right: 1.923rem;
	}

	.board-write02 dl > dd .selected-time-term-wrapper .selected-time-term-area {
		float: none;
		width: 100%;
		margin-bottom: 0.3846rem
	}

	.board-write02 dl > dd .selected-time-term-wrapper .selected-time-term-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-write02 dl > dd .selected-time-term-wrapper .selected-time-term-area:last-child {
		margin-bottom: 0;
	}

	.board-write02 dl > dd .selected-time-term-wrapper .word-unit {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.923rem;
	}



	.board-write02 dl > dd .input-counter-wrapper .input-counter-area {
		float: none;
		width: 95%;
		padding-left: 3.077rem;
		padding-right: 1.923rem;
		box-sizing: border-box;
		margin-bottom: 0.3846rem
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area:last-child { 
		float: none;
		margin-bottom: 0;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area > label {
		width: 3.077rem;
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
		margin-left: -3.077rem;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area > input[type="number"] {
		width: 100%;
		height: 2.692rem;
		line-height: 2.692rem;
		font-size: 0.9231rem;
	}

	.board-write02 dl > dd .input-counter-wrapper .input-counter-area > span {
		width: 2.692rem;
		height: 2.692rem;
		line-height: 2.692rem;
		margin-right: -2.692rem;
		font-size: 0.9231rem;
	}
	.web{
		display:block;
	}
	.mobile{
		display:block;
	}

}