@charset "euc-kr";
/* width size */
.w10 {
	width:10%;
}
.w15 {
	width:15%;
}
.w20 {
	width:20%;
}
.w25 {
	width:25%;
}
.w30 {
	width:30%;
}
.w35 {
	width:35%;
}
.w40 {
	width:40%;
}
.w45 {
	width:45%;
}
.w50 {
	width:50%;
}
.w52 {
	width:52%;
}
.w55 {
	width:55%;
}
.w60 {
	width:60%;
}
.w65 {
	width:65%;   
}
.w70 {
	width:70%;
}
.w80 {
	width:80%;
}
.w85 {
	width:85%;
}
.w90 {
	width:90%;
}
.w95 {
	width:95%;
}
.w100 {
	width: 100%;
}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=tel]:read-only,
input[type=number]:read-only,
input[type=email]:read-only,
input[type=url]:read-only,
input[type=file]:read-only {
	border: 1px solid #e1e2e2;
	color: #4d4d4d;
	background: #f9f9f9;
	text-indent: 10px !important
}

input[readonly],
input[disabled] {
	border: 1px solid #e1e2e2;
	color: #4d4d4d;
	background: #f9f9f9;
	text-indent: 10px !important
}

/* ¼¿·ºÆ® ¹Ú½º */
.selectBox {
	position:relative;
	display:inline-block;
	min-width:150px;
	min-height:28px;
	vertical-align:middle;
	background:transparent url(/support/image/bg/bg_selectbox_arrow.png);
	background:-webkit-linear-gradient(transparent,transparent),url(/support/image/bg/bg_selectbox_arrow@2x.png);
	background:linear-gradient(transparent,transparent),url(/support/image/bg/bg_selectbox_arrow@2x.png);
	background-size: 27px 26px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#fff;
}
.selectBox span {
	position:relative;
	display:block;
	color:#6c6e6f;
	height: 38px;
	line-height: 38px;
	padding-left:10px;
	padding-right:37px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overow:ellipsis;
	border:1px solid #e1e2e2;
	z-index:10;
}
.selectBox.focus span {
	border-color:#2168db;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(33,104,219,.9);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(33,104,219,.9);
}
.selectBox select {
	width:100%;
	height: 38px;
	line-height: 38px;
	padding:0 10px;
	color: #6c6e6f;
	font-size: 14px;
	opacity:0;
	filter:alpha(opacity=0);
	/* IE 8 */ -webkit-appearance:none;
	appearance:none;
	position:absolute;
	left:0;
	top:0;
	z-index:90;
}
.selectBox.half {
	width:40%;
	display:inline-block;
	vertical-align:middle;
}
.searchArea02 {
	width:100%;
	padding:20px;
	background:#f5f6f6;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	border: 1px solid #dcdcdc
}
.searchArea02 label {
	min-width:45px;
	padding-right:19px;
	display:inline-block;
	color:#31343f;
	font-family:"notoKrB",sans-serif;
}
.searchArea02 > .divide {
	margin:0 0 6px;
	float:none;
	clear:both;
	width:100%;
}
.searchArea02 .selectBox+label {
	margin-left:7%;
}
.searchArea02 .selectBox {
	width:30%;
}
.searchArea02 .selectBox.wDefault {
	width:30% !important;
}
.searchArea02 > .divide .selectBox {
	width:26%;
}
.searchArea02 .btnSch02 {
	display:inline-block;
	background:#31343f;
	border:1px solid #31343f;
	width:100px;
	height:34px;
	color:#fff;
	font-family:"notoKrB",sans-serif;
	font-weight:700;
	cursor:pointer;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:1px;
}
.searchArea02 .divide02 {
	float:left;
	width: 47.5%;
	position:relative;
	padding:0 0 0 64px;
	box-sizing:border-box;
}
.searchArea02 .divide02.type02 {
	width: 47.5%;
	padding:0 0 0 74px;
}
.searchArea02 > .divide02.type03 {
	padding:0;
}
.searchArea02 > .divide02 > label {
	padding-top:8px;
	position:absolute;
	left:0;
	top:0;
}
.searchArea02 > .divide02.type03 > label {
	position:absolute;
	left:-9999em;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.searchArea02 .divide02+.divide02 {
	margin-left: 5%;
}
.searchArea02 > .divide02 > .selectBox,.searchArea02 > .divide03 > .selectBox {
	width:100%;
}
.searchArea02 .divide03 {
	float:left;
	width:38%;
	position:relative;
	padding:0 0 0 74px;
	box-sizing:border-box;
}
.searchArea02 .divide03.type02 {
	float:right;
	width:56%;
	padding:0 0 0 74px;
}
.searchArea02 .divide03.type03 {
	float:right;
	width:56%;
	padding:0 100px 0 74px;
}
.searchArea02 > .divide03 > label {
	padding-top:8px;
	position:absolute;
	left:0;
	top:0;
}
.searchArea02 .inputSearchBox {
	width:100%;
	clear:both;
	position:relative;
	padding:5px 110px 0 0;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
}
.searchArea02 .inputSearchBox.type02 {
	padding:5px 100px 0 64px;
	box-sizing:border-box;
}
.searchArea02 .inputSearchBox input[type="text"] {
	width:100%;
	height:21px;
}
.searchArea02 .inputSearchBox .btnSch01,.searchArea02 .inputSearchBox .btnSch02 {
	width:100px;
	height:36px;
	font-family:"notoKrB",sans-serif;
	font-weight:700;
	cursor:pointer;
	vertical-align:middle;
	position:absolute;
	right:0;
	top:5px;
}
.searchArea02 .inputSearchBox .btnSch01 {
	background:#eff0f0;
	border:1px solid #e1e2e2;
	color:#31343f;
	right:110px;
}
.searchArea02 .inputSearchBox .btnSch02 {
	background:#31343f;
	border:1px solid #31343f;
	color:#fff;
}
.searchArea02+.boardSearch {
	border:0;
	margin:0;
}
.searchArea02 .inputSearchBox.type02 label {
	padding-top:8px;
	position:absolute;
	left:0;
	top:5px;
}
.searchArea02 .inputSearchBox.type02 input[type="text"] {
	width:100%;
}
.searchArea02 .inputSearchBox.type02 .btnSch02 {
	position:absolute;
	right:0;
	top:5px;
}
.searchArea02 .subText {
	display:inline-block;
	margin-left:12px;
	color:#137cbd;
	padding-top:6px;
}
.searchArea02 .inputSearchBox.type03 {
	padding: 0 2px 0 0;
}
/* 2017.02.09 */
/* boardSearch */
.boardSearch {
	min-height: 40px;
	margin-bottom: 16px;
}

.boardSearch:after {
	content: "";
	clear: both;
	display: block;
}


.boardSearch .result {
	float:left;
	font-size: 16px;
	line-height: 40px;
	color:#212121;
}
.boardSearch .result strong {
	/* color:#bd2f3c;*/color:#31343f;
}
.boardSearch .search {
	float:right;
}
.boardSearch .selectBox {
	display:block;
	min-width: 90px;
	height: 40px;
	float: left;
	margin-right: 6px;
}
.boardSearch .selectBox label {
	height: 38px;
	line-height: 38px;
}
.boardSearch .measure {
	float:right;
	margin-top:20px;
	margin-left:5px;
	color:#31343f;
	font-weight:500;
	font-family:"notoKrM",sans-serif;
}
.emailBox {
	margin:0;
	padding:0;
}
.emailBox:after {
	content:"";
	clear:both;
	display:block;
}
.emailBox .inputEmail1 {
	float:left;
	width:100px;
	margin-right:2%;
}
.emailBox .inputEmail2 {
	float:left;
	position:relative;
	width:100px;
	margin-right:2%;
}
.emailBox .inputEmail2 input[type="text"] {
	display:block;
	padding-left:20px;
	width:100%;
}
.emailBox .inputEmail2 span {
	position:absolute;
	top:3px;
	left:9px;
	color:#6c6e6f;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	display:block;
}
.emailBox .selectBox {
	float:left;
	width:150px;
}
.emailBox .selectBox > span {
	height:28px;
	line-height:28px;
	box-sizing:border-box;
}
.emailBox .selectBox > select {
	height:28px;
}
.half .emailBox {
	margin:0;
	padding:0;
}
.half .emailBox:after {
	content:"";
	clear:both;
	display:block;
}
.half .emailBox .inputEmail1 {
	float:left;
	width:30%;
	margin-right:2%;
}
.half .emailBox .inputEmail2 {
	float:left;
	position:relative;
	width:30%;
	margin-right:2%;
}
.half .emailBox .inputEmail2 input[type="text"] {
	display:block;
	padding-left:20px;
	width:100%;
}
.half .emailBox .inputEmail2 span {
	position:absolute;
	top:3px;
	left:9px;
	color:#6c6e6f;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	display:block;
}
.half .emailBox .selectBox {
	float:left;
	width:35%;
	min-width:100px;
}
.phoneBox {
	margin:0;
	padding:0;
	width:50%;
}
.half .phoneBox {
	margin:0;
	padding:0;
	width:100%;
}
.phoneBox:after {
	content:"";
	clear:both;
	display:block;
}
.phoneBox .selectBox {
	float:left;
	width:30%;
	min-width:80px;
}
.phoneBox .selectBox > span {
	height:28px;
	line-height:28px;
	box-sizing:border-box;
}
.phoneBox .selectBox > select {
	height:28px;
}
.phoneBox input[type="text"] {
	float:left;
	width:30%;
	margin-left:2%;
}
/*.searchField{position:relative;display:inline-block;min-width:90px;line-height:33px;vertical-align:top;box-sizing:border-box;background:url('/common/image/common/select_search.png') no-repeat right center;margin-right:5px;}.searchField a{display:block;padding:0 14px;border:1px solid #e1e2e2;}.searchField > ul{display:none;position:absolute;top:35px;width:100%;z-index:100;}.searchField a.on+ul{display:block;}.searchField > ul > li{color:#000;padding:0 14px;background-color:#fff;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;box-sizing:border-box;cursor:pointer;}.searchField > ul > li:hover{font-family: "notoKrM",sans-serif;}*/
.boardSearch .search .inText {
	position:relative;
	float:left;
	left:0;
	display:block;
	height: 40px;
	line-height:1;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	padding-right: 92px;
}
.boardSearch .search .inText input[type="text"] {
	display:block;
	width: 180px;
	padding:0;
	border:0;
	height: 38px;
	line-height: 38px;
	vertical-align:baseline;
}
.ie10 .boardSearch .search .inText input[type="text"] {
	width:180px;
	padding:0 10px;
	border:0;
}
.boardSearch .search .inText .btnSch {
	position:absolute;
	top: -1px;
	right: -1px;
	display: block;
	width: 92px;
	font-size: 15px;
	font-family:"notoKrB",sans-serif;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	background: #137cbd;
	border: 1px solid #137cbd;
	color: #fff !important;
	cursor: pointer;
	-webkit-appearance: none;
}
.ie7 .boardSearch .search .inText input[type="text"] {
	text-indent: 10px;
}
/* boardList */
.boardList {
	margin-bottom:30px;
	border-top:2px solid #313131;
	border-bottom: 1px solid #afadad;
	background:#fff;
	position:relative;
}
.boardList table {
	width:100%;
}
.boardList table thead th {
	text-align:center;
	line-height:130%;
	padding: 18px 10px 15px 10px;;
	font-size: 15px;
	line-height: 18px;
	border-bottom:1px solid #a9a6a7;
	color:#31343f;
	/* background:url('/common/image/bg/bg_boardSec.gif') no-repeat 0 50%;*/vertical-align:middle;
	font-family:"notoKrB",sans-serif;
	font-weight:700;
}
.boardList table thead th:first-child {
	background-image:none;
}
.boardList table tbody td {
	line-height:160%;
	min-height:22px;
	padding: 15px 0 12px 0;
	font-size: 15px;
	line-height: 18px;
	border-top:1px solid #e1e2e2;
	color:#212121;
	vertical-align:middle;
	text-align:center;
}
.boardList table tbody td.subject {
	padding-left:20px;
	padding-right:5px;
	text-align:left;
}
.boardList table tbody td.subject em {
	margin:0 5px 0 16px;
	padding-left:11px;
	background:url('/common/image/common/bul/bul_re.png') no-repeat 0 3px;
	color:#c53e49;
}
.boardList table tbody td.subject span {
	margin-left:5px;
	color:#3514af;
}
.boardList table tbody td.subject .mSubInfo {
	display:none;
}
.boardList table tbody td.noData {
	padding: 50px 0;
}

.boardList table tbody td a {
	display: block;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.boardList table tbody td a > img {
	width: 14px;
	margin-left: 5px;
}

.boardMList {
	display: none;
}


/* List_boardType01 */
.boardType01 {
	overflow:hidden;
	margin-bottom:30px;
	border-top:2px solid #585858;
	border-bottom:1px solid #a0a0a0;
}
.boardType01 > li {
	position:relative;
	overflow:hidden;
	width:100%;
	border-top:1px solid #d8d8d8;
}
.boardType01 > li:first-child {
	border-top:0;
}
.boardType01 .left {
	position:absolute;
	left:0;
	float:left;
	width:260px;
	text-align:center;
}
.boardType01 .left > div {
	padding:30px 0;
}
.boardType01 .left > div span {
	display:block;
	width:230px;
	height:140px;
	margin-bottom:10px;
	border:1px solid #e8e8e8;
}
.boardType01 .left > div img {
	height:140px;
}
.boardType01 .left > div .btn {
	width:230px;
	text-align:center;
}
.boardType01 .right {
	float:left;
	width:100%;
}
.boardType01 .right > div {
	line-height:170%;
	min-height:174px;
	margin-left:260px;
	padding:25px 15px 26px 0;
	color:#4d4d4d;
}
.boardType01 .right > div > div {
	overflow:hidden;
}
.boardType01 .right > div p {
	margin-bottom:16px;
}
.boardType01 .right > div .tit {
	font-size:14px;
	color:#333;
}
.boardType01 .right > div .sTit {
	margin-bottom:0;
}
.boardType01 .right > div ul li {
	padding-left:9px;
	background: url('/common/image/common/bul/bul_dash.png') no-repeat 0 9px;
}
/* List_boardType02 */
.boardType02 {
	overflow:hidden;
	margin-bottom:30px;
	border-top:2px solid #585858;
}
.boardType02 .tit {
	overflow:hidden;
	line-height:150%;
	min-height:20px;
	padding:11px 0 11px 20px;
	border-bottom:1px solid #d8d8d8;
	font-weight:bold;
	color:#333;
}
.boardType02 .movie {
	position:relative;
	overflow:hidden;
	height:299px;
	margin-top:30px;
	padding-bottom:30px;
}
.boardType02 .movie .left {
	position:absolute;
	left:0;
	float:left;
	width:399px;
}
.boardType02 .movie .left > div {
	width:399px;
	height:299px;
}
.boardType02 .movie .left > div embed {
	width:399px !important;
	height:299px !important;
}
.boardType02 .movie .right {
	float:left;
	width:100%;
}
.boardType02 .movie .right > div {
	overflow:hidden;
	overflow-y:scroll;
	line-height:170%;
	height:261px;
	margin-left:434px;
	padding:16px 20px 20px;
	border:1px solid #d8d8d8;
	color:#4d4d4d;
}
.boardType02+.boardView {
	margin-top:-30px;
}
.boardType02+.paging {
	margin-top: -3px;
}
/* faq */

.faqList {
	border-top:2px solid #66575a;
	margin-bottom:25px;
}

.faqList dl {
	border-bottom:1px solid #e1e2e2;
}
.faqList dl dt {
	margin:0;
	padding:0;
}
.faqList dl dt a {
	position:relative;
	display:block;
	min-height: 16px;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 73px 20px 75px;
	font-family:"notoKrR",sans-serif;
	font-weight: 300;
	color: #212121;
}
.faqList dl dt a .count {
	display: none;
}
.faqList dl dt a .wordQ {
	position:absolute;
	top: 15px;
	left: 30px;
	font-size: 14px;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #4c3514;
	background: #f8e9cd;
	border-radius: 50%;
	font-family: "Titillium Web", Titillium Web, sans-serif;
	font-weight: 500;
	text-align: center;
}
.faqList dl dt a .title {
	display:block;
}
.faqList dl dt a .arrow {
	position:absolute;
	top: 50%;
	right: 30px;
	margin-top:-3px;
	width: 13px;
	height: 7px;
	display:block;

	background:transparent url(/support/image/icon/icon_arrow_down01.gif);
	background:-webkit-linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_down01@2x.gif);
	background:linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_down01@2x.gif);
	background-repeat: no-repeat;
	background-position: ;
	background-size: 13px 7px;
}


.faqList dl dt a.on .arrow {
	background:transparent url(/support/image/icon/icon_arrow_up01.gif);
	background:-webkit-linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_up01@2x.gif);
	background:linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_up01@2x.gif);
	background-repeat: no-repeat;
	background-position: ;
	background-size: 13px 7px;
}
.faqList dl dd {
	position:relative;
	display:none;
	padding: 30px 30px 30px 75px;
	background:#f6f8fd;
	color:#616161;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	border-top: 1px solid #e1e1e1;
}

.faqList dl dd p {
	font-size: 15px;
	line-height: 25px;
}

.faqList dl dd .wordA {
	position:absolute;
	top: 25px;
	left: 30px;
	font-size: 14px;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #586285;
	border-radius: 50%;
	font-family: "Titillium Web", Titillium Web, sans-serif;
	font-weight: 500;
	text-align: center;
}

.faqList dl dd .faqFileLink {
	display:block;
	color:#554246;
	text-decoration:underline;
	font-family:"notoKrB",sans-serif;
	font-weight:700
}
.faqList.type02 dl dt a.on .icon.bg15 {
	background:#fff;
	color:#1c98de;
	text-shadow:none;
}
.faqList.type02 dl dt a .title {
	padding-left:141px;
}
.faqList.type02 dl dt a em {
	margin-left:-141px;
	margin-right:10px;
}
.faqList.type02 dl dt a .titleTxt {
	word-break: keep-all;
}

/* thumbnail list */
.thumbNailList {
	border-top:2px solid #313131;
	margin-bottom: 30px;
}
.thumbNailList li {
	border-bottom:1px solid #e1e2e2
}

.thumbNailList li a {
	display: block;
	position:relative;
	padding: 14px 25px 14px 265px;
	min-height: 142px;
}

.thumbNailList li a:hover {
	background: #f7f3eb
}

.thumbNailList li a .image {
	position:absolute;
	top: 14px;
	left:0;
	display:block;
	width: 230px;
	height: 140px;
	overflow: hidden;
	background: #000;
}

.thumbNailList li a .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 120%;
	max-height: 120%;
	margin: auto;
}

.thumbNailList li .thumbNailInfo {
	display:block;
	min-height:81px;
	padding-top: 15px;
}
.thumbNailList li .thumbNailInfo .title {
	display: block;
	color:#212121;
	max-height: 64px;
	font-size: 18px;
	line-height: 24px;
	font-family:"notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	margin-bottom: 10px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.thumbNailList li .thumbNailInfo .title > img {
	display: inline-block;
	vertical-align: sub;
	width: 20px;
	margin-left: 5px;
}

.thumbNailList li .thumbNailInfo .submit {
	margin-bottom: 7px;
	max-height: 50px;
	font-size: 15px;
	line-height: 25px;
	color:#616161;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.thumbNailList li .thumbNailInfo .date {
	display: block;
	color: #616161;
	font-size: 15px;
}

/* thumbNail+article list */
.thumbNailList.type02 li > a {
	display:block;
}
.thumbNailList.type02 li {
	padding:20px 0 20px 288px;
}
.thumbNailList.type02 li .imgThumbNail {
	top:20px;
	width:260px;
	height:130px;
}
.thumbNailList.type02 li .thumbNailInfo {
	padding-top:17px;
}
.thumbNailList.type02 li .thumbNailInfo .title {
	margin-bottom: 12px;
}
/* boardView */
.boardView {
	overflow:hidden;
	margin-bottom: 30px;
	border-top:2px solid #313131;
}
.boardView > ul {
	overflow:hidden;
}
.boardView > ul:first-child {
	border-bottom:1px solid #d8d8d8;
}
.boardView > ul > li,.reply > ul > li {
	float:left;
	border-top:1px solid #d8d8d8;
	/* border-bottom:1px solid #d8d8d8;*//* margin-bottom:-1px;*/
}
.boardView > ul > li:first-child {
	border-top:none;
}
.boardView > ul > li > strong,
.reply > ul > li > strong {
	float:left;
	position:relative;
	color:#333;
	vertical-align:middle;
	line-height:150%;
	min-height:20px;
	padding: 11px 0 11px 26px;
	box-sizing:border-box;
	font-size: 15px;
	line-height: 24px;
}

.boardView > ul > li > strong:after,
.reply > ul > li > strong:after {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	margin-top:-6px;
	border-left:1px solid #d8d8d8;
	width:1px;
	height:12px;
}
.boardView > ul > li > div,.reply > ul > li > div {
	float:right;
	line-height:150%;
	min-height:20px;
	padding:11px 0 11px 20px;
	vertical-align:middle;
	text-align:left;
	box-sizing:border-box;
	font-size: 15px;
	line-height: 24px;
}

.boardView > ul > li.tit > div > img {
	display: inline-block;
	vertical-align: sub;
	margin-left: 5px;
	width: 20px;
}

.boardView > ul > li.tit {
	width:100%;
}
.boardView > ul > li.tit > strong {
	width:10.75%;
}
.boardView > ul > li.tit > div {
	width:89.25%;
}
.boardView ul.file {
	border-top:none;
	border-bottom:1px solid #a0a0a0;
}
.boardView ul.file li {
	overflow:hidden;
	padding:15px 0;
}
.boardView ul.file li > strong {
	padding-top:0;
	padding-bottom:0;
}
.boardView ul.file li > div {
	padding-top:0;
	padding-bottom:0;
}
.boardView ul.file li > div em {
	display:block;
	margin-top:6px;
}
.boardView ul.file li > div em:first-child {
	margin-top:0;
}
.boardView ul.file li > div em a {
	text-decoration:underline;
}
.boardView .reply {
	margin-top:20px;
	border-top:2px solid #585858;
}
.boardView .reply > ul {
	border-bottom:1px solid #a9a6a7 !important;
}
.boardView .reply > strong {
	display:block;
	text-align:center;
	height:37px;
	line-height:37px;
	color:#31343f;
	background:#f2f3f3;
	font-family:"notoKrB",sans-serif;
	font-weight:700;
}
.boardView ul.btn {
	border-bottom:1px solid #a0a0a0;
}
.boardView .textArea {
	overflow:hidden;
	margin-bottom:0;
	padding-right:2px;
}
.boardView .textArea .textarea {
	height:55px;
}
.boardView .cmt {
	line-height:170%;
	margin-top:5px;
	font-size:11px;
	color:#727272;
}
.boardView .title {
	position:relative;
	overflow:hidden;
	min-height:20px;
	margin-top:-1px !important;
	padding:13px 0 9px 20px;
	background:#efeeee;
}
.boardView .title span {
	display:inline-block;
	padding-left:12px;
	background:url('/common/image/bul/bul_re.png') no-repeat 0 30%;
	font-weight:bold;
	color:#c53e49;
}
.boardView .cont {
	line-height:170%;
	padding:45px 20px;
	border-bottom: 1px solid #d8d8d8;
}
/* board_view Content */
.boardView .cont p {
	font-size: 15px;
	line-height: 24px;
	color: #424242;
}
.boardView .cont .img {
	margin-top:20px;
	text-align:center;
	margin-left:-20px;
	margin-right:-20px;
}
.boardView .cont .img:first-child {
	margin-top:5px;
}
.boardView .cont img {
	max-width:910px;
	height:100%;
}
.boardView .contReply {
	line-height:170%;
	padding:28px 20px 25px;
	border-bottom:1px solid #a0a0a0;
}
.boardView .contReply+.contPoll {
	margin-top:-1px;
}
.boardView .contPoll {
	line-height:160%;
	border-bottom:1px solid #a0a0a0;
}
.boardView .contPoll .top {
	overflow:hidden;
	line-height:160%;
	min-height:50px;
	padding:25px 20px 15px 98px;
	border:1px solid #e8e8e8;
	background:url('/common/image/icon/icon_poll_reply.png') no-repeat 30px 21px;
}
.boardView .contPoll .top p.tit {
	margin-bottom:7px;
	font-size:14px;
	font-weight:bold;
}
.boardView .contPoll .pollList {
	overflow:hidden;
	padding:15px 18px 12px;
	border:1px solid #e8e8e8;
	border-top:none;
}
.boardView .contPoll .pollList li {
	overflow:hidden;
	margin-bottom:1px;
}
.boardView .contPoll .pollList li dl {
	width:100%;
}
.boardView .contPoll .pollList li dl dt {
	display:block;
	margin-bottom:7px;
	padding-left:10px;
	background:url('/common/image/bul/bul_bar.gif') 0 10px no-repeat;
}
.boardView .contPoll .pollList li dl dd {
	float:left;
	min-height:26px;
	margin-right:14px;
	padding-left:10px;
}
.boardView .contPoll .pollList li dl dd .inText {
	width:50%;
	margin-left:10px;
}
.boardView .contPoll .pollList li dl dd input[type="radio"],.boardView .contPoll .pollList li dl dd input[type="checkbox"] {
	margin-right:8px;
}
.boardView .contPoll .btnArea.sub {
	margin-top:10px;
}
.ie7 .boardView .contPoll {
	padding-bottom:20px;
}
.boardView+.boardView {
	margin-top:40px;
}
.boardView.child02 li.part {
	width: 50%;
}
/* child02:ÇÑ ÁÙ¿¡ ÄÁÅÙÃ÷ 2°³ */
.boardView.child02 li.part > strong {
	width:21.5%;
}
.boardView.child02 li.part > div {
	width:78.5%;
}
.boardView.child02 li.date {
	width:50%;
}
.boardView.child02 li.date > strong {
	width:21%;
}
.boardView.child02 li.date > div {
	width:79%;
}
.boardView.wide li.tit > strong {
	width:13%;
	padding-right:1%;
}
.boardView.wide li.tit > div {
	width:85.9%;
}
.boardView.wide li.part > strong {
	width:27%;
	padding-right:1%;
}
.boardView.wide li.part > div {
	width:72%;
}
.boardView.wide li.date > strong {
	width:27%;
	padding-right:1%;
}
.boardView.wide li.date > div {
	width:72%;
}
.boardView+.boardType02 {
	margin-top:-20px;
	border-top:none;
}
.pollView {
	overflow:hidden;
	padding:45px 0;
	border-bottom:1px solid #bbb;
}
.pollView > ul {
	overflow:hidden;
	padding:0 20px;
}
.pollView > ul > li:first-child {
	margin-top:0;
	padding-top:0;
}
.pollView > ul > li {
	line-height:160%;
	margin-top:20px;
}
.pollView li dl {
	width:100%;
}
.pollView li dl dt {
	display:block;
	margin-bottom:11px;
	font-size:14px;
	color:#4d4d4d;
}
.pollView li dl dd {
	min-height:26px;
}
.pollView li dl dd.text {
	padding-right:5px;
}
.pollView li dl dd .inText {
	width:50%;
	margin-left:10px;
}
.pollView li dl dd input[type="radio"],.pollView li dl dd input[type="checkbox"] {
	margin-right:8px;
}
.pollView li dl dd input[type="text"] {
	padding:2px 0 3px;
}
.pollView li dl dd .textarea {
	height:55px;
}
.pollView .result {
	overflow:hidden;
}
.pollView .result li {
	position:relative;
	margin:0 0 12px 16px;
}
.pollView .result li .tit {
	line-height:170%;
	margin-bottom:10px;
	color:#4d4d4d;
}
.pollView .result li .grDep {
	position:relative;
	max-width:590px;
}
.pollView .result li .grDep .bar {
	position:relative;
	display:block;
	margin-right:50px;
	height:14px;
	background:#e3e3e3;
}
.pollView .result li .grDep .bar > em {
	display:block;
	height:14px;
	background:url('/common/image/cs/bg_pollGr.gif') repeat-x 0 0;
}
.pollView .result li .grDep .bar > em > em {
	overflow:hidden;
	position:absolute;
	left:-9999em;
	height:0;
	font-size:0;
	line-height:0;
}
.pollView .result li .grDep .num {
	position:absolute;
	top:0;
	right:0;
	display:block;
	min-width:50px;
	line-height:100%;
	text-align:right;
}
.pollView .result li .text {
	line-height:160%;
	margin-top:5px;
	padding:15px 19px 17px;
	border:1px solid #e5e5e5;
	background: #eaeaea;
}
/* View_boardTb */
.boardTb {
	overflow:hidden;
	margin-bottom:30px;
	border-top:2px solid #585858;
	border-bottom:1px solid #a0a0a0;
}
.boardTb ul {
	overflow:hidden;
}
.boardTb li {
	position:relative;
	width:100%;
	border-top:1px solid #d8d8d8;
}
.boardTb li > p {
	overflow:hidden;
	width:100%;
}
.boardTb li:first-child {
	border-top:none;
}
.boardTb li > p > .num {
	display:block;
	float:left;
	width:7%;
	line-height:150%;
	min-height:20px;
	padding:10px 0;
	background:url('/common/image/bg/bg_boardSec.gif') no-repeat 100% 50%;
	color:#333;
	vertical-align:middle;
}
.boardTb li > p > .num > span {
	display:inline-block;
	padding-left:17px;
}
.boardTb li > p > .txt {
	display:block;
	float:left;
	width:93%;
}
.boardTb li > p > .txt > span {
	display:block;
	line-height:150%;
	min-height:20px;
	margin-right:45px;
	padding:10px 0 10px 20px;
	vertical-align:middle;
}
.boardTb li > p > .txt > span .sTit {
	display:inline-block;
	padding-left:13px;
	background:url('/common/image/icon/icon_q.gif') no-repeat 0 4px;
	color:#4d4d4d;
}
.boardTb li > p > .txt > span > a {
	display:block;
}
.boardTb li > p > .txt > span > a:hover .sTit {
	font-weight:bold;
	color:#333;
}
.boardTb li > p > .txt > span button {
	position:absolute;
	top:0;
	right:4px;
	display:block;
	width:42px;
	height:42px;
	background:url('/common/image/btn/btn_tb_open.gif') no-repeat 50% 50%;
	text-indent:-9999em;
}
.boardTb li > div {
	display:none;
	overflow:hidden;
	line-height:170%;
	padding:18px 20px 25px;
	border-top:1px solid #d8d8d8;
}
.boardTb li > div .sTit {
	display:inline-block;
	padding-left:25px;
	background:url('/common/image/icon/icon_a.gif') no-repeat 0 2px;
}
.boardTb li > div .sTit p {
	letter-spacing:0 !important;
}
.boardTb li .sTit b {
	color:#c8212f;
}
.boardTb li.on > p > .num > span,.boardTb li.on > p > .txt > span .sTit {
	font-weight:bold;
}
.boardTb li.on > p > .txt > span button {
	background-image:url('/common/image/btn/btn_tb_close.gif');
}
.boardTb li.on > div {
	display:block;
}
.boardTb li.noData {
	padding:30px 0;
	text-align:center;
}
.ie7 .boardTb li > p > .txt {
	width:92.8%;
}
.boardTb.case02 li > p > .txt {
	position:relative;
}
.boardTb.case02 li > p > .txt > span .icon {
	position:absolute;
	width:125px;
}
.boardTb.case02 li > p > .txt > span .sTit {
	margin-left: 150px;
}
/* boardWrite */
.boardWrite {
	margin-bottom:60px;
	border-top:2px solid #585858;
	border-bottom:1px solid #a0a0a0;
	background:#fff;
}
.boardWrite > ul {
	overflow:hidden;
	width:100%;
}
.boardWrite > ul > li {
	width:100%;
	border-top:1px solid #d8d8d8;
	clear:both;
	float:none;
}
.boardWrite > ul:first-child > li:first-child {
	border-top:0;
}
/*.boardWrite > ul > li:first-child{border-top: 0;}*/
/* boardWrite > ul > li > div{float:left;vertical-align: middle;}*/
.boardWrite li.half {
	float:left;
	width:50%;
	clear:none;
}
.boardWrite li .inputWrapper {
	overflow:hidden;
	width:100%;
	display:table;
	min-height:36px;
	padding: 4px 0;
}
.boardWrite li .inputWrapper .tit {
	word-break:keep-all;
	font-size: 15px;
}
.boardWrite li .tit {
	display:table-cell;
	vertical-align:top;
	width:150px;
	padding:6px 19px 0 20px;
	box-sizing:border-box;
	font-weight:700;
	font-family:"notoKrB",sans-serif;
}
.boardWrite.modify ul li .tit {
	width:150px;
}
.boardWrite li.half .tit {
	width:150px;
}
.boardWrite li .tit > span label {
	font-size: 15px;
	color:#333;
	word-break:keep-all;
}
.boardWrite li .tit.wide {
	width:100% !important;
	background:#efeeee;
	display:block;
	padding:6px 19px 7px 25px;
}
.boardWrite li .cnt {
	display:table-cell;
	vertical-align:middle;
	padding-right:20px;
}
.boardWrite li .cnt button.btnSm,.boardWrite li .all .ibox button.btnSm {
	height:30px;
	font-size:12px;
}
.boardWrite li .cnt input.btnSm,.boardWrite li .all .ibox input.btnSm {
	height:30px;
	font-size:12px;
}
.boardWrite li .cnt a.btnSm,.boardWrite li .all .ibox a.btnSm {
	height:25px;
	line-height:25px;
	font-size:12px;
}
.boardWrite li .cnt+.ibox {
	margin-top:5px;
}
.boardWrite li .cnt > p {
	margin-top:6px;
}
.boardWrite li .cnt input.btnSm+p.add {
	margin-top:0;
}
.boardWrite li .cnt > .inCk+p.add {
	margin-top:6px;
}
.boardWrite li .cnt > input+.add input:first-child {
	margin-top:5px;
}
.boardWrite li .cnt .add input {
	margin-top:5px;
}
.boardWrite li .cnt .add input:first-child {
	margin-top:0;
}
.boardWrite li .cnt .cmt {
	display:block;
	font-size:11px;
	color:#727272;
	text-align:right;
}
.boardWrite li .cnt .txtCmtM {
	margin-left: 6px;
}
/* inline ¼³¸í±Û È¸¿ø°¡ÀÔ ¿¹¿Ü»çÇ× */
.boardWrite li .cnt .title,.boardWrite li .cnt .inp100 {
	width:100%;
}
.boardWrite li .cnt .inp100 {
	width:100%;
}
.boardWrite li .cnt .inpHalf {
	width:45%;
}
/* .boardWrite li .cnt p.txtCmt{margin: 6px 0 0;}block ¼³¸í±Û */
.boardWrite li .cnt em {
	margin-left:15px;
}
.boardWrite li input {
	box-sizing:border-box;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
}

.boardWrite li select {
	height: 30px;
	border: 1px solid #e1e2e2
}

.boardWrite li textarea {
	vertical-align:middle;
}
.boardWrite li .cnt .password {
	width:200px;
}
.boardWrite li .cnt .writerName {
	width:150px;
}
.boardWrite li.half .cnt .writerName {
	width:40%;
}
.textBox01+.boardWrite {
	margin-top: 40px;
}
/* File Add */
.fileBox {
	width: calc(100% - 250px);
	position: relative;;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	position:relative;
	padding-right: 90px;
}
.fileBox .addFile {
	width:100%;
	height:28px;
	padding:6px 0 7px 0;
	background:#fff;
	border:1px solid #e1e2e2;
}

.fileBox.type02{
	width : calc(100% - 340px);
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	padding-right: 180px;
}

.fileBox.type02 .btnFile{
	right: 90px;
}


.btnFile {
	position:absolute;
	right: 0;
	top:0;
	width:82px;
	height:26px;
	border:1px solid #d6d6d9;
	background:#eff0f0;
	text-align:center;
	line-height:26px;
	color:#31343f;
	font-size:12px;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
}
.btnFile.focus {
	border-color:#2168db;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(33,104,219,1);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(33,104,219,1);
}
.btnFile input[type="file"] {
	width:83px;
	height:22px;
	cursor:pointer;
	border:0;
	background:none;
	overflow:hidden;
	opacity:0;
	position:relative;
	z-index:100;
	text-indent: -9999px !important;
}
.attachFileReset {
	position:absolute;
	right:0;
	top:0;
	width:82px;
	height:26px;
	border:1px solid #d6d6d9;
	background:#eff0f0;
	text-align:center;
	line-height:26px;
	color:#31343f;
	font-size:12px;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	margin-left:4px;
}
.btnFile:after {
	content:"Ã·ºÎÆÄÀÏ";
	width:84px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.boardWrite li .cnt .txtCmt {
	float: right;
	color:#6c6e6f;
	font-family:"notoKrM",sans-serif;
	font-weight: 500
}
/* inline ¼³¸í±Û */
.agreeArea {
	margin-bottom:20px;
	border-bottom:1px solid #e1e2e2;
}
.agreeArea h3 {
	font-size:20px;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	color:#31343f;
	margin-bottom:25px;
}
.support .agreeArea .agreeBox {
	height: auto;
	background:#eff0f0;
	padding:25px 30px;
	margin-bottom:25px;
	border:0;
	color:#515252;
}
.agreeArea .agreeTxt .inCk {
	height:auto;
	line-height:16px;
}
.agreeArea+.btnArea02 {
	padding-top:0;
}
.boardWrite li.m02 .cnt {
	padding:10px 0 0;
}
.boardWrite li.m02 .cnt .add {
	margin-bottom:5px;
}
.boardWrite li.address > input[type="text"] {
	width:10%;
}
.boardWrite li.address .ibox > input[type="text"] {
	text-align:center;
	text-indent:0 !important;
}
.boardWrite li .all {
	width:100%;
	line-height:150%;
	min-height:30px;
	padding:4px 0;
}
.boardWrite li .btnSm {
	padding-right:12px;
	padding-left:12px;
}
.boardWrite.wide li .tit {
	width:15.5%;
	padding-right:1%;
}
.boardWrite.wide li .cnt {
	width:83%;
}
.boardWrite+.txtRefer {
	margin-top:-20px
}
.boardWrite > p {
	line-height:190%;
	padding:15px 18px;
}
.boardWrite li .cnt .ibox.newsLetter p {
	float:left
}
.boardWrite li .cnt .ibox.newsLetter p+p {
	float:right
}
.boardWrite li .cnt .ibox.newsLetter p+p input {
	margin-left:15px
}
.boardWrite li .inputW15 input {
	width:15%;
	margin-right:5px
}
.boardWrite li .inputW52 input {
	width:52%;
	margin-right:5px
}
.boardWrite li .inputW100 input {
	width:52%;
	margin-right:5px
}
.boardWrite li .addr div+div {
	margin-top:5px;
}
.boardWrite li .addr div:first-child input {
	width:25%;
}
.boardWrite li .addr input {
	width:100%;
}
.boardWrite li .sbtn02 {
	display:inline-block;
	padding:5px 7px;
	background:#80838d;
	font-size:11px;
	color:#fff;
	line-height:100%;
	margin-left:3px;
}
.boardWrite li .sbtn03 {
	height:auto;
	display:inline-block;
	padding:7px 10px;
	background:#eff0f0;
	border:1px solid #d6d6d9;
	font-size:12px;
	color:#31343f;
	line-height:100%;
	margin-left:3px;
}
.inpOther {
	margin-top:5px;
}
.inpOther input {
	width:100%;
}
.boardWrite h5 {
	color:#31343f;
	line-height:100%;
	padding:10px 0;
	text-align:center;
	background:#f2f3f3;
	border-top:1px solid #a9a6a7;
}
.boardWrite h5+ul > li:first-child {
	border-top:1px solid #a9a6a7;
}
.boardWrite li .tit_p2 {
	padding-top:0;
}
.boardWrite li .cnt .selType1+label,.boardWrite li .cnt .selType2+label {
	margin-left:-19px;
}
.inputWrapper .cnt .cityBox {
	float:left;
}
.boardWrite li .cnt .cityTit,.boardWrite li .cnt .cityTit02 {
	padding-right:10px;
}
.boardWrite li .cnt .cityTit02 {
	margin-left: 20px;
}
/* °Ô½ÃÆÇ ±Û¾²±â ¹öÆ° */
.boardBtnArea {
	text-align:center;
}
.boardBtnArea:after {
	content:"";
	clear:both;
	display:block
}
.boardBtnArea .fr {
	float:right;
}
.boardBtnArea .fr .btnMd02 {
	display:inline-block;
	vertical-align:middle;
	width:75px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-family:"notoKrB",sans-serif;
	font-weight:700;
	color:#fff;
	background:#37272a;
	border:1px solid #37272a;
	margin-left:3px;
}
.boardBtnArea .fr .btnMd02.bgColor02 {
	color:#31343f;
	background:#eff0f0;
	border: 1px solid #d6d6d9;
}
/* board_ÀÌÀü,´ÙÀ½±Û */
.boardNext {
	overflow:hidden;
	margin-bottom:30px;
	border-top:2px solid #585858;
	border-bottom:1px solid #a0a0a0;
	margin-top:20px;
}
.boardNext.comment {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}
.boardNext ul {
	overflow:hidden;
}
.boardNext li {
	float:left;
	width:100%;
	border-top:1px solid #d8d8d8;
}
.boardNext li:first-child {
	border-top:none;
}
.boardNext li > strong {
	display:block;
	float:left;
	width:10.5%;
	background:#f2f3f3;
	line-height:150%;
	min-height:20px;
	padding:11px 16px 11px 20px;
	vertical-align:middle;
	box-sizing:border-box;
	font-size: 15px;
}
.boardNext li > div {
	display:block;
	float:right;
	width:89.5%;
	line-height:150%;
	min-height:20px;
	padding:11px 20px;
	vertical-align:middle;
	box-sizing:border-box;
	font-size: 15px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.boardNext li > div > a > span {
	color:#3514af;
	margin-left:5px
}
.boardNext li > div > span.cmt {
	display:block;
}
.boardNext li > div > span.cmt .txt {
	float:left;
}
.boardNext li > div > span.cmt .date {
	float:right;
}
.boardNext li > div > span.cmt .date .btnWrt {
	margin-left:12px;
}
.boardNext li.prev > strong {
	background:#f6f8fd url('/common/image/bul/bul_prevTxt.gif') no-repeat 85% 50%;
}
.boardNext li.next > strong {
	background: #f6f8fd url('/common/image/bul/bul_nextTxt.gif') no-repeat 85% 50%;
}
/* board_ÀÌ¹ÌÁö ¸®½ºÆ® */
.imgList {
	overflow:hidden;
	padding-top:40px;
	border-top:1px solid #a0a0a0;
}
.imgList ul {
	overflow:hidden;
}
.imgList li {
	overflow:hidden;
	float:left;
	width:262px;
	margin-left:32px;
}
.imgList li:first-child {
	margin-left:0;
}
.imgList li > a {
	display:block;
	width:262px;
	height:153px;
	margin-bottom:10px;
}
.imgList li > a img {
	width:100%;
	height:153px;
}
.imgList li dl {
	overflow:hidden;
	line-height:160%;
}
.imgList li dl dt {
	overflow:hidden;
	height:17px;
	margin-bottom:4px;
	font-weight:bold;
}
.imgList li dl dt a {
	display:inline-block;
	overflow:hidden;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.imgList li dl dd {
	float:left;
	padding:0 8px;
	background:url('/common/image/bg/bg_lineY.gif') no-repeat 0 50%;
}
.imgList li dl dd.date {
	padding-left:0;
	background:none;
}
.imgList02 {
	overflow:hidden;
}
.imgList02 ul {
	overflow:hidden;
}
.imgList02 li {
	overflow:hidden;
	float:left;
	width:262px;
	margin-left:32px;
	margin-bottom:25px;
}
.imgList02 li.first {
	margin-left:0;
}
.imgList02 li > a {
	display:block;
	width:262px;
	height:175px;
	margin-bottom:12px;
}
.imgList02 li > a img {
	width:100%;
	height:175px;
}
.imgList02 li dl {
	overflow:hidden;
	line-height:160%;
}
.imgList02 li dl dt {
	overflow:hidden;
	height:17px;
	margin-bottom:4px;
	font-weight:bold;
}
.imgList02 li dl dt a {
	display:inline-block;
	overflow:hidden;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.imgList02 li dl dd {
	float:left;
	padding:0 8px;
	background:url('/common/image/bg/bg_lineY.gif') no-repeat 0 50%;
}
.imgList02 li dl dd.date {
	padding-left:0;
	background: none;
}
/* common */
.tbTopTxt {
	overflow:hidden;
	margin-bottom:11px;
	line-height:150%;
}

.tbTopTxt > span {
	float:right;
	display:block;
}
.tbTopTxt > span strong.star {
	display:inline-block;
	float:left;
	margin:3px 7px 0 0;
	color:#cd2a37;
}
.tbTopTxt > span em {
	display:inline-block;
	float:left;
}
table tr.on th,table tr.on td {
	background:#fbf8f4;
}
table tr.on td.subject {
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	color: #212121;
}

.notice {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 12px;
	height: 12px;
	background:url('/support/image/icon/icon_notice@2x.png') no-repeat 50% 50%;
	background-size: 12px 12px;
	text-indent: -9999em;
	font-size: 0;
}
/* °øÁö */
table tr td a:hover {
	color:#137cbd;
}
.ie7 table tr .notice {
	display:block;
	margin-top:0;
}
textarea.textarea {
	width:100%;
	padding:2.5%;
	height:153px;
	box-sizing:border-box;
}
textarea.textarea.type02 {
	height:148px;
}
textarea.textarea.type03 {
	height:94px;
}
.new {
	margin-left:5px;
	vertical-align: middle;
}
/* new */
.inCk {
	position: relative;
	display:inline-block;
	vertical-align:middle;
	/* height:33px;line-height: 33px;*/
}
/* radio,checkbox Group*/
.inCk > li {
	display:inline-block;
}
/* 
.inCk input[type="radio"] {
	visibility:hidden;
}
 */

/*
.inCk input[type="radio"] {
	display: none;
} 
*/
/* Á¢±Ù¼º °ü·Ã ÁÖ¼®Ã³¸®
.inCk input[type="radio"] {
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 100px;
	white-space: nowrap
	opacity: 0;
}
*/

.inCk input[type="radio"]:focus + label,
.inCk.type02 input[type="radio"]:focus + label {
	outline: 2px solid #000;
	border-radius: 2px;
}

.inCk input[type="radio"]+label {
	display:inline-block;
	vertical-align:middle;
	margin:-6px 28px 0 -14px;
	padding-left:20px;
	background:url(/common/image/icon/icon_radio_type01_off.png) no-repeat 0 0;
	background:-webkit-linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type01_off@2x.png) no-repeat 0 center;
	background:linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type01_off@2x.png) no-repeat 0 center;
	background-size:16px 16px;
}
.inCk input[type="radio"]+label.on {
	background:url(/common/image/icon/icon_radio_type01_on.png) no-repeat 0 0;
	background:-webkit-linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type01_on@2x.png) no-repeat 0 center;
	background:linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type01_on@2x.png) no-repeat 0 center;
	background-size:16px 16px;
}
.inCk.type02 input[type="radio"]+label {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
	;
	padding-left:20px;
	background:url(/common/image/icon/icon_radio_type02_off.png) no-repeat 0 0;
	background:-webkit-linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type02_off@2x.png) no-repeat 0 center;
	background:linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type02_off@2x.png) no-repeat 0 center;
	background-size:16px 16px;
}
.inCk.type02 input[type="radio"]+label.on {
	background:url(/common/image/icon/icon_radio_type02_on.png) no-repeat 0 0;
	background:-webkit-linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type02_on@2x.png) no-repeat 0 center;
	background:linear-gradient(transparent,transparent),url(/common/image/icon/icon_radio_type02_on@2x.png) no-repeat 0 center;
	background-size:16px 16px;
	color:#179fe9;
}
.inCk label {
	margin-right:28px;
	color:#6c6e6f;
}
.inCk label.none {
	margin-right: 0;
}
/* ¸ð¹ÙÀÏ¿ë */
table tr .num {
	width: 8%;
}
/* ¹øÈ£ */
table tr .file {
	width: 7%;
}
/* Ã·ºÎ */
table tr .name {
	width: 8%;
}
/* ÀÛ¼ºÀÚ:display:none */
table tr .nameOpen {
	width: 8%;
}
/* ÀÛ¼ºÀÚ:display:block */
table tr .part {
	width: 12%;
}
/* ºÐ·ù */
table tr .group {
	width: 10%;
}
/* ±¸·ì */
table tr .state {
	width: 7%;
}
/* »óÅÂ */
table tr .process {
	width: 10%;
}
/* Ã³¸®»óÅÂ */
table tr .date {
	width: 12%;
}
/* ÀÛ¼ºÀÏ:display:none */
table tr .dateOpen {
	width: 12%;
}
/* ÀÛ¼ºÀÏ:display:block */
table tr .dateWide {
	width: 18%;
}
/* ÀÛ¼ºÀÏ:½ÃÀÛÀÏ & Á¾·áÀÏ */
table tr .spot {
	width: 12%;
}
/* ÁöÁ¡ */
table tr .step {
	width: 12%;
}
/* ´Ü°è */
table tr .refer {
	width: 8%;
}
/* Á¶È¸ */
table tr .refer {
	width: 8%;
}
/* Á¶È¸ */
table tr .public {
	width: 8%;
}
/* °ø°³¿©ºÎ */
table tr .public strong {
	color: #000000
}
/* °ø°³¿©ºÎ */
table tr .answer {
	width: 8%;
}
/* ´äº¯ÇöÈ² */
.textArea.type02 {
	height:158px;
}
.noDate {
	border-top:1px solid #d8d8d8;
	padding:30px 0;
	text-align: center;
}
/* µ¥ÀÌÅÍ ¾øÀ»¶§_Å×ÀÌºí ¿µ¿ª¿¡ »ç¿ë */
.boardList+.noDate {
	border-top:none;
}
.icon {
	display:inline-block;
	width:94px;
	min-width:66px;
	height:15px;
	padding:5px 3px 0 3px;
	font-size:11px;
	line-height:11px;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 1px #333;
}
.icon.bg01 {
	background:#c53e49;
}
.icon.bg02 {
	background:#6d5450;
}
.icon.bg03 {
	background:#3a2f45;
}
.icon.bg04 {
	background:#596091;
}
.icon.bg05 {
	background:#9bd7db;
	color:#333;
	text-shadow:none;
}
.icon.bg06 {
	background:#6f6f6f;
}
.icon.bg07 {
	background:#d3d3d3;
	color:#333;
	text-shadow:none;
}
.icon.bg08 {
	background:#7c5c39;
}
.icon.bg09 {
	background:#876d67;
}
.icon.bg10 {
	background:#eeecdf;
	color:#333;
	text-shadow:none;
}
.icon.bg11 {
	background:#a16255;
}
.icon.bg12 {
	background:#717171;
}
.icon.bg13 {
	background:#b4b4b4;
}
.icon.bg14 {
	background:#414f89;
}
.icon.bg15 {
	background:#137cbd;
}
.icon.bg16 {
	background:#00875a;
}
.icon.bg17 {
	background:#eb6272;
}
.icon.bg18 {
	background:#31343f;
}
.icon.bg19 {
	background:#554246;
}
.faqList.type02 .icon {
	width:125px;
}
.iconS {
	display:inline-block;
	width:44px;
	line-height:160%;
	height:20px;
	padding:0 3px;
	font-size:11px;
	color:#fff;
	text-align:center;
}
.iconS.bg01 {
	background:#3a2f45;
}
.iconS.bg02 {
	background:#596091;
}
.iconS.bg03 {
	background:#d3d3d3;
	color:#333;
}
.iconState {
	display:inline-block;
	width:49px;
	line-height:20px;
	height:20px;
	padding:0 3px;
	font-size:11px;
	color:#fff;
	text-align:center;
	border-radius:2px;
	text-shadow:1px 1px 1px #333;
}
.iconState.bg01 {
	background:#b82220;
}
.iconState.bg02 {
	background:#596091;
}
.iconState.bg03 {
	background:#3a2f45;
}
.iconState.bg04 {
	background:#717171;
}
.iconState.bg05 {
	background:#7c5c39;
}
.iconState.bg06 {
	background:#b4b4b4;
}
.iconState.bg07 {
	background:#414f89;
}
.iconState.bg08 {
	background:#00885a;
}
.ie7 .icon,.ie8 .icon {
	height:19px;
	padding:1px 3px 0 !important;
}
.ie7 .iconS,.ie8 .iconS,.ie7 .iconState,.ie8 .iconState {
	height:19px;
	padding: 1px 3px 0;
	!important;
}
/* paging */
.paging {
	overflow:hidden;
	height: 32px;
	text-align:center;
	/*display:inline-block;*/
}
.paging .num {
	display:inline-block;
	vertical-align:middle;
}
.paging .num a,
.paging strong {
	display:inline-block;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	padding: 0 3px;
	margin:0 2px;
	/* background:#e7e5e5;*/
	color:#31343f;
	text-align:center;
	font-family:'notoKrR',sans-serif;
	font-weight:300;
	box-sizing: border-box;
}
.paging .num a:hover {
	font-family:'notoKrB',sans-serif;
	font-weight:700;
}

.paging strong.on {
	border-radius: 50%;
	background:#5d6c81;
	color:#fff;
	font-family:'notoKrB',sans-serif;
	font-weight:700;
}
.paging .btn {
	display:inline-block;
	vertical-align:top;
}
.paging .btn a {
	display:block;
	width:28px;
	height:28px;
	margin:0 -2px;
	text-indent:-9999px;
}
.paging .first {
	width: 32px !important;
	height: 32px;
	background:transparent url('/support/image/btn/btn_first02.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/btn/btn_first02@2x.png');
	backgrbtnund:linear-gradient(transparent,transparent),url('/support/image/btn/btn_first02@2x.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px 13px;
}

.paging .prev {
	width: 32px !important;
	background:transparent url('/support/image/btn/btn_prev02.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/btn/btn_prev02@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/btn/btn_prev02@2x.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px 13px;

}
.paging .next {
	width: 32px !important;
	margin-left:-3px !important;
	background:transparent url('/support/image/btn/btn_next02.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/btn/btn_next02@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/btn/btn_next02@2x.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px 13px;
}
.paging .last {
	width: 32px !important;
	background:transparent url('/support/image/btn/btn_last02.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/btn/btn_last02@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/btn/btn_last02@2x.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px 13px;
}
.ie9 .paging .num a,.ie9 .paging strong,.ie10 .paging .num a,.ie10 .paging strong,.ie11 .paging .num a,.ie11 .paging strong {
	line-height: 32px;
}
.tableScroll+.paging {
	margin-top:-10px !important;
}
.paging .mNum {
	display:none;
}
.searchInner .paging {
	margin-top: 30px;
}
/* 2017.02.16 ÅëÇÕ°Ë»ö°á°ú ÆäÀÌÂ¡ */
/* 2016.12.20 ÆäÀÌÂ¡ °ü·Ã ¹öÆ° ¼öÁ¤ */
.pagingWrap {
	text-align:center;
}
.pagingWrap.mo {
	display:none;
}
.pagingWrap+.btnLeft,.pagingWrap+.btnRight,.pagingWrap+.btnLeft+.btnRight {
	margin-top:-58px;
}
.pagingWrap+.btnLeft {
	float:left;
}
.pagingWrap+.btnRight,.pagingWrap+.btnLeft+.btnRight {
	float:right;
}
.tableStyle01+.pagingWrap {
	margin-top: 24px;
}
/* ´äº¯ ¸¸Á·µµ */
.replySatis {
	padding:20px;
}
.replySatisInner {
	border:1px solid #cad9e2;
	overflow:hidden;
}
.replySatis .infomation {
	display:block;
	padding:20px 30px;
	background-color:#dfebf2;
}
.replySatis .infomation p.iTitle {
	font-size:18px;
	color:#0f689f;
}
.replySatis .infomation p.desc {
	font-size:12px;
	color:#434750;
	margin-top:10px;
}
.replySatis .infomation strong {
	font-family:"notoKrM",sans-serif;
	font-weight:500;
}
.valueWrap {
	padding:20px 30px;
	overflow:hidden;
}
.replySatis .value {
	float:left;
	margin:0;
	height:24px;
	line-height:24px;
}
.replySatis .value p {
	float:left;
	padding-left:39px;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	padding-right:20px;
}
.replySatis .value p:first-child {
	margin-left:0;
}
.replySatis .value p.valuation1 {
	background:transparent url(../../common/image/icon/icon_satisfaction01_off.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction01_off@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction01_off@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation2 {
	background:transparent url(../../common/image/icon/icon_satisfaction02_off.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction02_off@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction02_off@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation3 {
	background:transparent url(../../common/image/icon/icon_satisfaction03_off.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction03_off@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction03_off@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation4 {
	background:transparent url(../../common/image/icon/icon_satisfaction04_off.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction04_off@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction04_off@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation5 {
	background:transparent url(../../common/image/icon/icon_satisfaction05_off.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction05_off@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction05_off@2x.png) no-repeat 16px center;
	background-size:24px 24px;
	padding-right:0;
}
.replySatis .value p.valuation1.on {
	background:transparent url(../../common/image/icon/icon_satisfaction01_on.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction01_on@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction01_on@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation2.on {
	background:transparent url(../../common/image/icon/icon_satisfaction02_on.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction02_on@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction02_on@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation3.on {
	background:transparent url(../../common/image/icon/icon_satisfaction03_on.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction03_on@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction03_on@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation4.on {
	background:transparent url(../../common/image/icon/icon_satisfaction04_on.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction04_on@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction04_on@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p.valuation5.on {
	background:transparent url(../../common/image/icon/icon_satisfaction05_on.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction05_on@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_satisfaction05_on@2x.png) no-repeat 16px center;
	background-size:24px 24px;
}
.replySatis .value p input[type="radio"] {
	display:none;
}
.replySatis .value p .imageRadio02 {
	display:inline-block;
	padding-left:60px;
	background:transparent url(../../common/image/icon/icon_radio_type02_off.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_radio_type02_off@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_radio_type02_off@2x.png) no-repeat 16px center;
	background-size:13px 13px;
}
.replySatis .value p .imageRadio02.on {
	background:transparent url(../../common/image/icon/icon_radio_type02_on.png) no-repeat 16px center;
	background:-webkit-linear-gradient(transparent,transparent),url(../../common/image/icon/icon_radio_type02_on@2x.png) no-repeat 16px center;
	background:linear-gradient(transparent,transparent),url(../../common/image/icon/icon_radio_type02_on@2x.png) no-repeat 16px center;
	background-size:13px 13px;
}
.replySatis .value p label {
	display:inline-block;
	vertical-align:middle;
	color:#7b7b7b;
	margin-left:-55px;
}
.replySatis .value p label.on {
	color:#179fec;
}
.valueWrap .btnArea02 {
	padding-top:0;
}
.replySatis .valueBtn {
	float:right;
	overflow:hidden;
}
.boardSearch+.tableScroll .tableStyle01 table {
	margin: 10px 0 0 0;
}

.btnArea02 {
	padding-top: 0;
	margin-bottom: 50px;
}
.btnArea02 .btnLeft a {
	margin-right:7px;
	margin-left: 0;
}
.btnArea02 .btnRight a {
	margin-left:7px;
	margin-right: 0;
	/* margin-right: -2px;*/
}


.boardWrite li input.w15,
.boardWrite li select.w15{
	max-width: 80px;
}

/* 2018.09.10 Ãß°¡ÀÛ¾÷ */
.zip-code {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 95px;
	margin-bottom: 5px;
}

.zip-code > input {
	display: block;
	width: 100%;
	border-right: 0;
}

.zip-code > .btn-zipcode {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 95px;
	height: 100%;
	background: #31343f;
	border: 1px solid ##31343f;
	color: #fff;
	font-size: 12px;
}

.e-area-wrapper {
	display: block;
}

.e-area-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.e-area-area {
	position: relative;
	float: left;
	width: calc(45% - 25px);
	padding-right: 25px;
}

.e-area-area input {
	display: block;
	width: 100%;
}

.e-area-area > span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
}

.e-area-wrapper .word-unit {
	float: left;
	width: 10%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.input-add-unit {
	position: relative;
	float: left;
	max-width: 125px;
	width: calc(100% - 20px);
	padding-right: 20px;
}

.input-add-unit > input {
	display: block;
	width: 100%;
}

.input-add-unit > .word-unit {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
}

.input-money-wrapper {
	display: block;
	max-width: 70%;
}

.input-money-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-money-area {
	position: relative;
	float: left;
	width: calc(45% - 35px);
	padding-right: 35px;
}


.input-money-area input {
	width: 100%;
}

.input-money-area > span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
}

.input-money-wrapper .word-unit {
	float: left;
	width: 10%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


.selected-yymm-wrapper {
	display: block;
	max-width: 300px;
}

.selected-yymm-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.selected-yymm-area {
	position: relative;
	float: left;
	width: calc(40% - 20px);
	padding-right: 20px;
	margin-right: 25px;
}

.selected-yymm-area:last-child {
	margin-right: 0;
}

.selected-yymm-area select {
	display: block;
	width: 100%;
}

.selected-yymm-area > span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 30px;
}

.input-sub-title-wrapper {
	position: relative;
	padding-left: 80px;
}

.input-sub-title-wrapper label {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
}

.input-sub-title-wrapper label:before {
	content: "¡¤";
	font-weight: bold;
}

.btns-notice-wrapper {
	margin-top: 10px;
}

.btns-notice-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.btns-notice-wrapper .btn {
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: #31343f;
	border: 1px solid ##31343f;
	color: #fff;
	font-size: 12px;
}

.btns-notice-wrapper p {
	float: right;
	height: 36px;
	line-height: 36px;
	color: #6c6e6f;
}

.boardWrite li textarea {
	box-sizing: border-box;
}


/* °¶·¯¸® 2018.10.4 */
.gallery {
	border-bottom: 0;
}

.gallery ul {
	width: 100%;
	overflow:hidden;
	margin-left:0;
}

.gallery ul li {
	width: 30%;
	float:left;
	margin-left: 0;
	margin-right: 5%;
	line-height:100%;
	padding:0 0 38px;
}

.gallery ul li:nth-child(3n) {
	margin-right: 0;
}

.gallery ul li > a {
	display: block;
}

.gallery ul li > a:after {
	content: "";
	clear: both;
	display: block;
}

.gallery ul li div {
	position: relative;
	width: 100%;
	height: 173px;
	background: #fff;
	overflow:hidden;
	border: 1px solid #e5e5e5;
}

.gallery ul li div img,
.gallery ul li > a div img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.gallery ul li strong {
	display:block;
	margin: 15px 0 9px 0;
	color: #212121;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.gallery ul li > a > span {
	float: left;
	font-size: 13px;
	line-height: 15px;
	color: #616161;
}

.gallery ul li > a > span + span {
	width: calc(100% - 80px);
	margin-left: 10px;
	padding-left: 11px;
	background:transparent url('/support/image/icon/icon_bar02.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar02@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar02@2x.gif');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1px 12px;

	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

/*2018.10.11 Ãß°¡ÀÛ¾÷*/
.emailBox02{
	margin:0;
	padding:0;
}

.emailBox02:after{
	content:"";
	clear:both;
	display: block;
}

.emailBox02 input[type="text"]{
	float: left;
	width:47.5%;
	max-width:150px;
}

.emailBox02 > span{
	float:left;
	width:5%;
	line-height :30px;
	text-align: center;
}

@media only screen and (max-width:1179px) {
	/* °¶·¯¸® */
	.gallery {
		padding:0;
	}
	.gallery ul {
		width:100%;
		margin:0;
	}
	.gallery ul li {
		width: 32%;
		margin-left: 0;
		margin-right: 2%;
	}
	.gallery ul li div {
		width: 100%;
		height: 165px;
	}
	.gallery ul li strong {
		width: 100%;
		margin: 15px 0 5px 0;
	}
	.gallery ul li span {
		width: auto;
		margin: 0 auto;
	}
}

@media only screen and (max-width:1023px) {
	/* board_ÀÌ¹ÌÁö ¸®½ºÆ® */
	.imgList ul {
		width:557px;
		height:203px;
		margin:0 auto;
	}
	.imgList02 ul {
		width:557px;
		margin:0 auto;
	}
	.imgList02 li {
		margin-left:0;
	}
	.imgList02 li:nth-of-type(even) {
		float: right;
	}
	/* boardView */
	.boardView > ul > li.tit > strong {
		width:15%;
	}
	.boardView > ul > li.tit > div {
		width:85%;
	}
	.boardView.child02 li.part > strong {
		width:30%;
	}
	.boardView.child02 li.part > div {
		width:70%;
	}
	.boardView.child02 li.date > strong {
		width:30%;
	}
	.boardView.child02 li.date > div {
		width:70%;
	}
	.boardView.wide li.tit > strong {
		width:17.5%;
	}
	.boardView.wide li.tit > div {
		width:81.5%;
	}
	.boardView.wide li.part > strong {
		width:36%;
	}
	.boardView.wide li.part > div {
		width:63%;
	}
	.boardView.wide li.date > strong {
		width:36%;
	}
	.boardView.wide li.date > div {
		width:63%;
	}
	.pollView > ul {
		padding:0 10px;
	}
	.pollView .result li {
		margin: 0 0 12px 16px;
	}
	/* boardWrite */
	/* .boardWrite li .cnt .txtCmt{display:block;margin: 6px 0 !important;}inline ¼³¸í±Û */
	/* .boardWrite li .cnt .txtCmtM{margin-left:0;display: block}inline ¼³¸í±Û È¸¿ø°¡ÀÔ ¿¹¿Ü»çÇ× */
	/* boardNext */
	.boardNext li > strong {
		width:15%;
	}
	.boardNext li > div {
		width: 85%;
	}
	/* common */
	table tr .part {
		width: 100px;
	}
	/* ºÐ·ù */
	table tr .state {
		width: 80px;
	}
	/* »óÅÂ */
	/* .boardWrite li.half{float:none;width: 100%;}*/
	.selectBox.half {
		width:100%;
	}
	/* .boardWrite li .cnt .txtCmt{clear:both;display:block;float:none;margin-left: 0;}*/
	/* °Ô½ÃÆÇ ±Û¾²±â ¹öÆ° */
	.boardBtnArea {
		text-align:center;
	}
	.boardBtnArea:after {
		content:"";
		clear:both;
		display:block
	}
	.boardBtnArea .fr.btnsN2 {
		float:none;
		clear:both;
		width:100%
	}
	.boardBtnArea .fr.btnsN2 a {
		width:49%;
		margin-left:0;
		display:block;
		vertical-align:middle;
	}
	.boardBtnArea .fr.btnsN2 .btnMd02 {
		float:left;
	}
	.boardBtnArea .fr .btnMd02.bgColor02 {
		float:right;
	}
	.searchArea02 {
		padding:2%;
	}
	.searchArea02 > div.divide {
		margin:0 0 6px;
	}
	.searchArea02 .selectBox+label {
		margin-left:3%;
	}
	.searchArea02 .selectBox {
		width:30%;
	}
	.searchArea02 > div .selectBox {
		width:26%;
	}
	.searchArea02 .btnSch02 {
		height:36px;
	}
	/*
	.searchArea02 .divide02 {
		float:left;
		width:38%;
	}
	.searchArea02 .divide02+.divide02 {
		margin-left:0;
	}
	.searchArea02 .divide02.type02 {
		width:58%;
		margin-left:3.5%;
	}
	
	.searchArea02 .divide02.type03 {
		margin-top:5px;
	}
	.searchArea02 > .divide02 > label {
		width:28%;
	}
	.searchArea02 > .divide02.type02 > label {
		width:20%;
	}
	.searchArea02 .inputSearchBox {
		width:58%;
		display:inline-block;
		padding:5px 0 0;
		float:none;
		clear:both;
		box-sizing:border-box;
		margin-left:3.5%;
	}
	.searchArea02 .inputSearchBox input[type="text"] {
		width:52%;
	}
	.searchArea02 .inputSearchBox.type02 {
		width:100%;
		margin-left:0;
	}
	.searchArea02 .inputSearchBox.type02 input[type="text"] {
		width:100%;
	}
	.searchArea02 .inputSearchBox.type03 input[type="text"] {
		width: 100%;
	}
	*/
}

@media only screen and (max-width:900px) {
	.gallery ul li {
		width: 49%;
		margin-right: 0;
	}

	.gallery ul li:nth-child(even) {
		float: right;
	}

}


@media only screen and (max-width:767px) {
	/* boardSearch */
	.boardSearch {
		min-height: 32px;
		margin-bottom: 10px;
	}
	.boardSearch .result {
		float:none;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.boardSearch .search {
		float:none;
	}
	.boardSearch .measure {
		margin-top:40px
	}

	.boardSearch .search .selectBox {
		display:block;
		height: 32px;
		float:none;
		margin-right:0;
		margin-bottom:5px;
	}

	.selectBox span {
		height: 30px;
		line-height: 30px;
	}


	.boardSearch .search .selectBox label {
		height: 32px;
		line-height: 32px;
	}
	.boardSearch .search .inText {
		width:100%;
		height: 32px;
		padding-right: 70px;
		margin-bottom:5px;
	}
	.boardSearch .search .inText input[type="text"] {
		width: 100%;
		height: 30px;
	}

	.boardSearch .search .inText .btnSch {
		width: 70px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		padding: 0 !important;
		text-align: center;
	}
	#popup .boardSearch .search {
		float:none;
	}
	#popup .boardSearch .search select {
		width:100%;
		margin-right:0;
	}
	#popup .boardSearch .search .inText {
		width:100%;
		margin-top:6px;
	}
	#popup .boardSearch .search .inText input[type="text"] {
		width: 100%;
	}
	
	/* List_boardType01 */
	.boardType01 .left {
		position:inherit;
		float:none;
		width:230px;
		margin:0 auto;
	}
	.boardType01 .left > div {
		padding:15px 0;
	}
	.boardType01 .right {
		width:100%;
		margin:0;
	}
	.boardType01 .right > div {
		margin-left:0;
		padding: 0 0 15px;
	}
	/* List_boardType02 */
	.boardType02 {
		margin-bottom:15px;
	}
	.boardType02 .movie {
		margin-top:15px;
		padding-bottom:15px;
	}
	.boardType02 .movie .left > div {
		width:290px;
		height:217px;
	}
	.boardType02 .movie .left > div img {
		width:100%;
	}
	.boardType02 .movie .left > div embed {
		width:100% !important;
		height:100% !important;
		vertical-align:top;
	}
	.boardType02 .movie .right > div {
		padding:8px 10px 10px;
	}
	.boardType02+.pagingWrap {
		margin-top: -20px !important;
	}
	/* boardView */
	.boardView > ul > li > strong > span {
		padding-left:10px;
	}
	.boardView > ul > li > span > span {
		padding-left:15px;
	}
	.boardView .cont {
		padding:25px 0;
	}
	.boardView > ul > li.tit > strong {
		width:21%;
	}
	.boardView > ul > li.tit > div {
		width:76%;
	}
	.boardView.child02 li.part {
		width: 100%;
	}
	/* child02:ÇÑ ÁÙ¿¡ ÄÁÅÙÃ÷ 2°³ */
	.boardView.child02 li.part > strong {
		width:21%;
	}
	.boardView.child02 li.part > div {
		width:76%;
	}
	.boardView.child02 li.date {
		width:100%;
	}
	.boardView.child02 li.date > strong {
		width:24%;
	}
	.boardView.child02 li.date > div {
		width:76%;
	}
	.boardView.wide li.tit > strong {
		width:28%;
		padding-right:1%;
	}
	.boardView.wide li.tit > div {
		width:71%;
	}
	.boardView.wide li.part {
		width:100%;
	}
	.boardView.wide li.part > strong {
		width:28%;
		padding-right:1%;
	}
	.boardView.wide li.part > div {
		width:71%;
	}
	.boardView.wide li.date {
		width:100%;
	}
	.boardView.wide li.date > strong {
		width:28%;
		padding-right:1%;
	}
	.boardView.wide li.date > div {
		width:71%;
	}
	.boardView .contPoll .top {
		padding:15px 10px 15px 10px;
		background:none;
	}
	.boardView .contPoll .top p.tit {
		min-height:50px;
		margin-bottom:2px;
		padding:5px 0 0 55px;
		background:url('/common/image/icon/icon_poll_reply.png') no-repeat 0 0;
	}
	.boardView .contPoll .pollList li dl dd {
		margin-right:7px;
	}
	.boardView .inCk label {
		margin-right:10px
	}
	.pollView {
		padding:25px 0;
	}
	.pollView > ul {
		padding: 0;
	}
	/* boardTb */
	.boardTb li > p > .num {
		width:14%;
	}
	.boardTb li > p > .num > span {
		padding-left:10px;
	}
	.boardTb li > p > .txt {
		width:86%;
	}
	.boardTb li > p > .txt > span {
		padding-left:12px;
	}
	.boardTb.case02 li > p > .txt > span {
		margin-right:40px;
	}
	.boardTb.case02 li > p > .txt > span .icon {
		position:inherit;
		float:left;
		margin-right:10px;
	}
	.boardTb.case02 li > p > .txt > span .sTit {
		margin:5px 0 0;
	}
	.boardWrite {
		min-width:280px;
	}
	.boardWrite li.half {
		float:none;
		width:100%;
	}
	.boardWrite li .tit {
		background:none;
		width:90px;
		padding:6px 19px 6px 15px;
	}
	.boardWrite.modify ul li .tit {
		width:100px;
		padding:6px 10px 6px 15px;
	}
	.boardWrite li.half .tit {
		width:90px;
	}
	.boardWrite li .cnt .txtCmt {
		margin-left:0;
		display: block
	}
	/* inline ¼³¸í±Û È¸¿ø°¡ÀÔ ¿¹¿Ü»çÇ× */
	.boardWrite.modify ul li .password {
		width:100%;
	}
	.boardWrite li .cnt .writerName {
		width:100%;
	}
	/* boardWrite	.boardWrite li .inputWrapper{padding-left:70px;}.boardWrite li .tit > span{margin-left:10px;}.boardWrite li .cnt{width:100%;}.boardWrite li .cnt .ibox,.boardWrite li .all .ibox{margin-right:10px;margin-left:10px;}.boardWrite li .cnt .txtCmt{display:block;margin:6px 0 !important;}.boardWrite li .cnt .ibox.newsLetter p{float:none}.boardWrite li .cnt .ibox.newsLetter p+p{float:none;}.boardWrite li .cnt .ibox.newsLetter p+p input{margin-left:0}.boardWrite li.tel select{width:31%;min-width:90px;}.boardWrite li.tel input[type="text"],.boardWrite li.tel input[type="password"]{width:27.5%;margin-left:2%;}.boardWrite li.email .mailCont{position:relative;z-index:50;display:block;overflow:hidden;width:100%;}.boardWrite li.email .mailCont input{position:relative;z-index:60;}.boardWrite li.email .mailCont input:nth-of-type(1){float:left;width:46.5% !important;}.boardWrite li.email .mailCont input:nth-of-type(2){float:right;width:46.5% !important;}.boardWrite li.email .string{position:absolute;z-index:50;display:block;width:100%;}.boardWrite li.email .string em{display:block;width:30px;margin:5px auto 0;text-align:center;}.boardWrite li.email select{margin-top:6px;}.boardWrite li.address .ibox > input[type="text"]{width:47%;}.boardWrite li.address .ibox > input[type="text"]:nth-of-type(1){float:left;}.boardWrite li.address .ibox > input[type="text"]:nth-of-type(2){float:right;margin-left:10px;}.boardWrite li .btnSm{width:100%;margin-top:6px;}.boardWrite li a.btnSm{padding:0;}.boardWrite .inputW15 input,.boardWrite .inputW52 input{width:93% !important;margin-top:6px !important;margin-right:0;}.boardWrite .inputW15:first-child input,.boardWrite .inputW52:first-child input{margin-top:0 !important;}.boardWrite .inputW15 > span,.inputW52 > span{display:inline-block;width:4.5%;text-align:right}.boardWrite li .cnt .ibox.newsLetter p{float:none}.boardWrite li .cnt .ibox.newsLetter p+p{float:none;}.boardWrite li .cnt .ibox.newsLetter p+p input{margin-left: 0} */
	/*	.boardWrite input[type="text"],.boardWrite input[type="password"]{width:100%;}.boardWrite li .cnt .writerName{width:100%;}.boardWrite li .fileAdd{height:25px;padding-bottom:5px}.selectBox.half{width:100%;}.boardWrite li .cnt .fileBox{position:relative;float:none;width:auto;padding-right:180px;}.boardWrite li .cnt .txtCmt{clear:both;float:none;margin-left:0;color:#6c6e6f;font-family:"notoKrM",sans-serif;font-weight: 500;}*/
	.boardWrite li .tit_p2 {
		padding-top:6px;
	}
	.inputWrapper .cnt .cityBox {
		float:none;
	}
	.boardWrite li .cnt .cityTit {
		padding-right:24px;
	}
	.boardWrite li .cnt .cityTit02 {
		margin-left: 0px;
	}

	/* inline ¼³¸í±Û */
	/* board_ÀÌ¹ÌÁö ¸®½ºÆ® */
	.imgList {
		padding-top:20px;
	}
	.imgList li {
		float:none;
		margin:0 auto 15px;
	}
	.imgList li:first-child {
		margin:0 auto 15px;
	}
	.imgList02 ul {
		position:inherit;
	}
	.imgList02 li {
		float:none;
		margin: 0 auto 15px;
	}
	/* boardNext */
	.boardNext {
		margin-bottom:20px;
	}
	.boardNext li > strong {
		width:22%;
		padding-right:0;
		padding-left: 10px;
		font-size: 13px;
	}
	.boardNext li > div {
		width: 75%;
		font-size: 13px;
	}
	.boardNext li > div > span.cmt .date {
		float:left;
		margin:0 0 10px 6px;
	}
	.boardNext li.prev > strong,.boardNext li.next > strong {
		background-position: 90% center;
	}
	/* common */
	table tr .num,table tr .name,table tr .group,table tr .state,table tr .date,table tr .dateWide,table tr .spot,table tr .step,table tr .public,table tr .answer,table tr .refer {
		display:none;
	}
	table tr .process {
		width:18%;
	}
	table tr .nameOpen {
		width:18%;
	}
	table tr .dateOpen {
		width:23%;
	}
	table tr .part {
		width:100px;
		background-image:none;
	}
	
	table tr .subject {
		width:auto;
		background-image:none;
	}
	/*	table tr .subject a{display:inline-block;vertical-align:middle;max-width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overow: ellipsis;}*/
	table tr .subject a {
		display:inline-block;
		vertical-align:middle;
	}
	table tr th.part+th.subject {
		background-image:url('/common/image/bg/bg_boardSec.gif');
	}
	table tr .file {
		width:14% !important;
	}

	.pagingWrap {
		display:none;
	}
	.tableStyle01 ~ .pagingWrap.mo {
		padding-top:15px;
	}
	.pagingWrap.mo {
		position:relative;
		display:block;
	}
	.paging .num {
		display:none;
	}
	.paging .mNum {
		display:inline-block;
		vertical-align:top;
		letter-spacing:3px
	}
	.paging .mNum input[type="text"] {
		display:inline-block;
		width:50px;
		height:28px;
		padding-right:10px;
		font-weight:bold;
		color:#137cbd;
		text-align:right;
		box-sizing:border-box;
		border:1px solid #e1e2e2;
		font-size:13px;
		font-family:"notoKrM",sans-serif;
		font-weight:500
	}
	.paging .mNum span {
		display:inline-block;
		width:50px;
		height:28px;
		line-height:26px;
		padding-right:10px;
		font-weight:bold;
		color:#137cbd;
		text-align:right;
		box-sizing:border-box;
		border:1px solid #e1e2e2;
		font-size:12px;
		font-family:"notoKrM",sans-serif;
		font-weight:500;
	}
	.paging .btn {
		display:inline-block;
		vertical-align:top;
	}
	.paging .btn a {
		display:block;
		width:26px;
		height:26px;
		margin:0;
		text-indent:-9999px;
		border:1px solid #e1e2e2;
		text-align:center;
	}
	.paging .first {
		width:26px !important;
		background-position:center center
	}
	.paging .prev {
		width:26px !important;
		margin-right:15px !important;
		background-position:center center
	}
	.paging .next {
		width:26px !important;
		margin-left:15px !important;
		background-position:center center
	}
	.paging .last {
		width:26px !important;
		background-position: center center
	}
	/* 2016.12.20 ÆäÀÌÂ¡ °ü·Ã ¹öÆ° ¼öÁ¤ */
	.pagingWrap+.btnLeft,.pagingWrap+.btnRight,.pagingWrap+.btnLeft+.btnRight {
		margin-top:0;
		margin-bottom:20px;
	}
	.boardWrite .inputCal {
		position: relative;
	}
	/* ³¯Â¥ ´Þ·Â¹öÆ° */
	.boardWrite .inputCal .btnCalender {
		position:absolute;
		right:-2px;
		top:2px;
	}
	.boardWrite li .cnt .inpHalf {
		width:100%;
	}
	.inCk > li {
		display: block;
	}
	/* selectbox Search Area */
	.searchArea02 {
		padding:20px;
		background:#f5f6f6;
		margin: 0 0 10px 0;
		position:relative;
		box-sizing:border-box;
	}
	.searchArea02 label {
		display:none;
	}
	.searchArea02 .selectBox {
		width:100%;
		margin:0 0 5px;
	}
	.searchArea02 > div.divide {
		margin:0;
	}
	.searchArea02 .selectBox+label {
		margin-left:0;
	}
	.searchArea02 .selectBox {
		width:100%;
	}
	.searchArea02 > div .selectBox {
		width:100%;
	}
	.searchArea02 .divide02 {
		float:none;
		width:100%;
		padding:0;
	}
	.searchArea02 .divide02+.divide02 {
		margin-left:0;
	}
	.searchArea02 .divide02.type02 {
		width:100%;
		margin-left:0;
		padding:0;
	}
	.searchArea02 .divide02.type03 {
		width:100%;
		margin-top:0;
		padding:0;
	}
	.searchArea02 > .divide > .selectBox,.searchArea02 > .divide02 > .selectBox,.searchArea02 > .divide02.type02 > .selectBox {
		width:100%;
	}
	.searchArea02 .divide03,.searchArea02 .divide03.type02,.searchArea02 .divide03.type03 {
		padding:0;
		width:100%;
		float:none;
	}
	.searchArea02 .inputSearchBox {
		width:100%;
		display:block;
		padding:0;
		margin-left:0;
	}
	.searchArea02 .inputSearchBox input[type="text"] {
		width:100%;
		height:34px;
		margin:0 0 5px;
		box-sizing:border-box;
	}
	.searchArea02 .inputSearchBox input[type="button"],.searchArea02 .btnSch02 {
		position:static;
		position:static !important;
		width:100%;
	}
	.searchArea02 .inputSearchBox input[type="button"]+input[type="button"] {
		margin:5px 0 0;
	}
	.searchArea02 .inputSearchBox.type02 {
		padding:0;
	}
	.areaMobileSearchArea+.searchArea02 {
		margin: 0;
	}
		/* ´äº¯ ¸¸Á·µµ */
	.replySatis .infomation,.valueWrap {
		padding:3%;
	}
	.replySatis .value {
		margin-bottom:14px;
		float:none;
		width:100%;
	}
	.replySatis .value p {
		width:20%;
		box-sizing:border-box;
		background-position:center top !important;
		padding:30px 0 0 0;
		text-align:center;
	}
	.replySatis .valueBtn {
		float:none;
		clear:both;
		width:100%;
	}
	.replySatis .valueBtn .btn2nd {
		float:left;
		width:49%;
		margin-left:2%;
		box-sizing:border-box;
	}
	.replySatis .valueBtn .btn2nd:first-child {
		margin-left:0;
	}
	.replySatis .value p label {
		padding-left:17px !important;
		margin-left:0;
		background-position:left center !important;
	}
			.faqList.type02 dl dt a .title {
		padding-left:0px;
	}
	.faqList.type02 dl dt a em {
		margin-left:0px;
		margin-right:0px;
	}
	.faqList.type02 dl dt a .titleTxt {
		display: block;
	}

	/* faq */
	.faqList dl dt a {
		padding: 15px 65px 15px 40px;
	}
	.faqList dl dt a .wordQ {
		position:absolute;
		top: 15px;
		left: 11px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.faqList dl dt a .title {
		display:block;
		font-size:13px;
	}
	.faqList dl dt a .arrow {
		right: 10px;
	}

	.faqList dl dd {
		position:relative;
		display:none;
		padding: 15px 40px;
	}

	.faqList dl dd .wordA {
		position:absolute;
		top: 15px;
		left: 11px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.boardList {
		display: none;
	}
	.boardMList {
		border-top: 2px solid #313131;
		display: block;
		margin: 0 0 20px;
	}
	.boardMList > li {
		width: 100%;
		position: relative;
		border-bottom: 1px solid #e5e5e5;
		overflow: hidden;
	}
	
	.boardMList > li.on {
		background: #fbf8f4
	}

	.boardMList > li div {
		overflow: hidden;
		padding: 15px 40px 15px 10px;
	}

	.boardMList > li div > a {
		display: block;
		
		margin: 0 0 5px;
	}
	.boardMList > li div > a > img {
		margin-left: 5px;
		width: 15px;
	}
	.boardMList > li div > span {
		position: relative;
		color: #9e9e9e;
		font-size: 12px;
		line-height: 100%;
	}
	.boardMList > li div > span.icon {
		color: #fff;
	}
	.boardMList > li div > span.iconState {
		color: #fff;
		line-height:  20px;
	}
	/* ¾ÆÀÌÄÜ */
	.boardMList > li div > span+span {
		margin-left: 4px;
		padding-left: 5px;
	}
	.boardMList > li div > span+span: after {
		content: "";
		width: 1px;
		height: 10px;
		border-left: 1px solid #c3c3c3;
		position: absolute;
		left: 0;
		top: 3px;
	}
	.boardMList > li .file {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -11px;
	}
	.boardMList > li .file a {
		display: block;
	}
	.boardMList > li .file img {
		width: 100%;
	}
	.boardMList > li .sort {
		color: #000;
	}
	.boardMList > li .tag02 {
		color: #fff;
		width: auto;
		margin: 0;
		padding: 3px 7px;
	}
	.boardMList > li .tag02+span: after,.boardMList > li .tag: after {
		border: 0;
	}
	.boardMList > li .tag {
		color: #fff;
		width: auto;
		padding: 3px 7px;
	}
	.boardMList > li span+.tag {
		margin-left:  15px;
	}

	/* thumbnail list */
	.thumbNailList {
		margin-bottom: 20px;
	}

	.thumbNailList li a {
		display: block;
		position:relative;
		padding: 15px 0 15px 155px;
		min-height: 100px;
	}

	.thumbNailList li a .image {
		top: 15px;
		width: 140px;
		height: 100px;

	}


	.thumbNailList li .thumbNailInfo {
		padding-top: 0;
	}
	.thumbNailList li .thumbNailInfo .title {
		max-height: 42px;
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 5px;
	}

	.thumbNailList li .thumbNailInfo .title > img {
		width: 15px;
		margin-left: 0px;
	}

	.thumbNailList li .thumbNailInfo .submit {
		margin-bottom: 3px;
		max-height: 36px;
		font-size: 13px;
		line-height: 18px;
	}

	.thumbNailList li .thumbNailInfo .date {
		font-size: 12px;
	}


	.btnArea02 .btnLeft a {
		margin: 0;
	}
	.btnArea02 .btnRight a {
		margin: 0;
	}

	.boardWrite li .tit > span label {
		font-size: 13px;
	}
	.boardWrite li .inputWrapper .tit {
		font-size: 13px;
	}

	.boardWrite li select.w40 {
		width: 100%;
	}


	/* 2018.09.10 Ãß°¡ÀÛ¾÷ */
	.zip-code {
		display: block;
		padding-right: 95px;
	}

	.input-add-unit {
		float: none;
		max-width: 100%;
	}

	.input-money-wrapper {
		display: block;
		max-width: 100%;
	}


	.input-money-area {
		width: calc(90% - 25px);
		padding-right: 25px;
		margin-bottom: 5px;
	}

	.input-money-area:last-child {
		margin-bottom: 0;
	}



	.input-sub-title-wrapper {
		padding-left: 70px;
	}


	.btns-notice-wrapper {
		margin-top: 10px;
	}

	.btns-notice-wrapper:after {
		content: "";
		clear: both;
		display: block;
	}

	.btns-notice-wrapper .btn {
		float: none;
		display: block;
		text-align: center;
	}

	.btns-notice-wrapper p {
		height: auto;
		line-height: 15px;
		padding-top: 10px;
	}


	/* °¶·¯¸® */
	.gallery ul li {
		width: 49%;
		margin-right: 0;
	}

	.gallery ul li strong {
		font-size: 15px;
	}

	.gallery ul li span {
		font-size: 13px;
	}
	
	.btnArea02 a.btn3rd,
	.btnArea02 button.btn3rd  {
	    float: left;
	    margin-left: 2%;
	    width: 32%;
	}	
	
	/*.support .btnArea02 a.btn3rd {
		margin-left: 0;
	}*/
	
		
		
	
}

@media only screen and (max-width: 639px) {
	.emailBox .inputEmail1 {
		width: 49.5%;
		margin-right: 0;
		margin-bottom: 1%;
	}

	.emailBox .inputEmail2 {
		float: right;
		width: 49.5%;
		margin-right: 0;
		margin-bottom: 1%;
	}

	.emailBox select.w20 {
		clear: both;
		display: block;
		width: 100%;
		border: 1px solid #e1e2e2
	}

	.boardWrite li input.w15,
	.boardWrite li select.w15{
		width: 29%;
		min-width: 50px;
	}

	.boardWrite li input.w40 {
		width: 100%;
		margin-bottom: 5px;
	}

	.selected-yymm-wrapper {
		max-width: 100%;
	}
	.selected-yymm-area {
		position: relative;
		float: left;
		width: calc(100% - 25px);
		padding-right: 25px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.selected-yymm-area:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}


	/*2018.10.11 Ãß°¡ÀÛ¾÷*/
	.emailBox02{
		max-width: 377px;
	}
	
	.emailBox02 input[type="text"]{
		width : 45%;
		max-width : initial;
	}
	
	.emailBox02 > span {
		width : 10%;
	}
}


@media only screen and (min-width:401px) and (max-width:768px) {
	/* List_boardType02 */
	.boardType02 .movie {
		height:auto;
	}
	.boardType02 .movie .left {
		width:100%;
	}
	.boardType02 .movie .left > div {
		margin:0 auto 20px;
	}
	.boardType02 .movie .left {
		position:inherit;
	}
	.boardType02 .movie .right > div {
		margin:0;
	}
}



@media only all and (max-width:480px) {
	/* ´äº¯ ¸¸Á·µµ */
	.replySatis .value {
		height:auto;
	}
	.replySatis .value p {
			float:none;
			width:auto;
			padding-top:0;
			padding-left:0;
			margin:10px 0;
			text-align:left;
	}
	.replySatis .value p.valuation1,.replySatis .value p.valuation2,.replySatis .value p.valuation3,.replySatis .value p.valuation4,.replySatis .value p.valuation5,.replySatis .value p.valuation1.on,.replySatis .value p.valuation2.on,.replySatis .value p.valuation3.on,.replySatis .value p.valuation4.on,.replySatis .value p.valuation5.on {
			background-position:20px top !important;
	}
	.replySatis .value p .imageRadio02,.replySatis .value p .imageRadio02.on {
			line-height:24px;
			padding-left:53px !important;
			background-position:left center !important;
			font-size: 15px;
	}

	.fileBox {
		width: calc(100% - 90px);
	}
	
	.fileBox.type02{
		width: 100%;
		padding-right: 14px;
		box-sizing : border-box;
	}
	
	.fileBox.type02 .btnFile{
		right : 70px;
		width : 65px;	
	}
	
	.fileBox.type02 .btnFile:after{
		content : "Ã·ºÎÆÄÀÏ";
		width : 65px;
		text-align: center;
		position: absolute;
		left:0;
		top:0;
		z-index: 10;
	}
	
	.fileBox.type02 input[type="file"]{
		width : 65px;
	}
	
	.fileBox.type02 .attachFileReset {
		width : 65px;
	}
	
	
	
	.boardWrite li .cnt .txtCmt {
		float: none;
		text-align: right;
	}


/* °¶·¯¸® */
	.gallery ul li {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.gallery ul li div {
		position: relative;
		width: 99%;
		height: auto;
		background: #fff;
		overflow:hidden;
	}
}
@media only screen and (max-width:400px) {
	/* faq */
/* 	.faqList {
		border-top:2px solid #66575a;
		margin-bottom:25px;
	}
	.faqList dl {
		border-bottom:1px solid #e1e2e2;
	}
	.faqList dl dt {
		margin:0;
		padding:0;
	}
	.faqList dl dt a {
		position:relative;
		display:block;
		min-height:14px;
		padding:13px 41px 13px 50px;
		font-family:"notoKrM",sans-serif;
		font-weight:500;
		color:#5e5e5f;
	}
	.faqList dl dt a .count {
		position:absolute;
		top:12px;
		left:0;
		width:40px;
		color:#6c6e6f;
		text-align:center;
	}
	.faqList dl dt a .wordQ {
		position:absolute;
		top:12px;
		left:35px;
	}
	.faqList dl dt a .title {
		display:block;
		font-size:13px;
	}
	.faqList dl dt a .arrow {
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-3px;
		width:12px;
		height:6px;
		display:block;
		background:url(/common/image/icon/icon_arrow_down01.png) no-repeat 0 0;
	}
	.faqList dl dt a.on,.faqList dl dt a.on .count {
		background:#1c98de;
		color:#fff;
	}
	.faqList dl dt a.on .arrow {
		background:url(/common/image/icon/icon_arrow_up01.png) no-repeat 0 0;
	}
	.faqList dl dd {
		position:relative;
		display:none;
		padding:27px 41px 23px 50px;
		background:#f7f7f7;
		color:#5e5e5f;
		font-family:"notoKrM",sans-serif;
		font-weight:500;
	}
	.faqList dl dd .wordA {
		position:absolute;
		top:27px;
		left:35px;
		color: #1c98de;
	} */
	
	.faqList dl dt a .title {
		word-break: break-all;
	}

	.faqList dl dd {
		word-break: break-all;
	}


	/* List_boardType01 */
	.boardType01 .left {
		position:inherit;
		float:none;
		margin:0 auto;
	}
	.boardType01 .right {
		width:100%;
		margin:0;
	}
	.boardType01 .right > div {
		margin-left:0;
		padding: 0 0 15px;
	}
	/* List_boardType02 */
	.boardType02 .movie {
		height:auto;
	}
	.boardType02 .movie .left {
		width:100%;
	}
	.boardType02 .movie .left > div {
		width:100%;
		height:auto;
		margin:0 auto 20px;
	}
	.boardType02 .movie .left > div img {
		width:100%;
	}
	.boardType02 .movie .left {
		position:inherit;
	}
	.boardType02 .movie .right > div {
		margin: 0;
	}
	/* board_ÀÌ¹ÌÁö ¸®½ºÆ® */
	.imgList li {
		float:none;
		margin:0 auto 26px;
	}
	.imgList li:first-child {
		margin:0 auto 26px;
	}
	.imgList02 li {
		float:none;
		margin: 0 auto 26px;
	}
	/* View_boardTb */
	.boardTb li > p > .txt > span .icon {
		margin-right: 10px;
	}
	/* View_boardView */
	.boardView.child02 > ul > li.tit > strong {
		width:28% !important;
		padding-left: 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.boardView.child02 > ul > li.tit > div {
		width:71% !important;
		font-size: 14px;
		line-height: 21px;
		padding-left: 10px;
	}
	.boardView.child02 li.part > strong {
		width:28% !important;
		padding-left: 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.boardView.child02 li.part > div {
		width:71% !important;
		font-size: 14px;
		line-height: 21px;
		padding-left: 10px;
	}
	.boardView.child02 li.date > strong {
		width:28% !important;
		font-size: 14px;
		line-height: 21px;
	}
	.boardView.child02 li.date > div {
		width: 71% !important;
		font-size: 14px;
		line-height: 21px;
	}

	.boardView > ul > li.tit > div > img {
		width: 15px;
	}

	.boardView .cont p {
		font-size: 14px;
		line-height: 21px;
	}

	/* boardWrite */
	.boardWrite li .cnt .txtCmtM {
		margin-left:0;
		display: block
	}
	/* inline ¼³¸í±Û È¸¿ø°¡ÀÔ ¿¹¿Ü»çÇ× */
	.boardWrite li.email .string em {
		width:16px !important;
	}
	
	/* inline ¼³¸í±Û */
	.boardWrite li .cnt em {
		display:block;
		margin:0;
	}
	.selectBox.half {
		width:100%;
	}
	.phoneBox {
		margin:0;
		padding:0;
		width:100%;
	}
	.boardWrite li .cnt .selType1+label {
		margin-right:67%;
	}
	.boardWrite li .cnt .selType3+label {
		margin-right:60%;
	}
		.emailBox,.half .emailBox {
		margin:0;
		padding:0;
	}
	.emailBox:after,.half .emailBox:after {
		content:"";
		clear:both;
		display:block;
	}
	.emailBox .inputEmail1,.half .emailBox .inputEmail1 {
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:5px;
	}
	.emailBox .inputEmail2,.half .emailBox .inputEmail2 {
		float:none;
		position:relative;
		width:100%;
		margin-right:0%;
		margin-bottom:5px;
	}
	.emailBox .inputEmail2 input[type="text"],.half .emailBox .inputEmail2 input[type="text"] {
		display:block;
		padding-left:15px;
		width:100%;
	}
	.emailBox .inputEmail2 span,.half .emailBox .inputEmail2 span {
		position:absolute;
		top:3px;
		left:9px;
		color:#6c6e6f;
		font-family:"notoKrM",sans-serif;
		font-weight:500;
		display:block;
	}
	.emailBox .selectBox,.half .emailBox .selectBox {
		clear:both;
		float:none;
		width:100%;
	}
	.phoneBox {
		margin:0;
		padding:0;
	}
	.phoneBox:after {
		content:"";
		clear:both;
		display:block;
	}
	.phoneBox .selectBox {
		float:left;
		width:50%;
	}
	.phoneBox input[type="text"] {
		float:left;
		width:23.5%;
		margin-left: 1%;
	}
	/* boardNext */
	.boardNext li > strong {
		width: 25%;
	}
	.boardNext li > strong > span {
		padding-right:0;
		padding-left:10px;
	}
	.boardNext li > span {
		width:78%;
	}
	.boardNext li > span > span {
		padding-left:10px;
	}
	.boardNext li > span > span.cmt .date {
		display:block;
		width:100%;
		margin:5px 0 10px !important;
	}
	.boardNext li.prev > strong > span,.boardNext li.next > strong > span {
		background: none;
	}
	/* common */
	table tr .part {
		width: 100px;
	}
	/* ºÐ·ù */
	table tr .state {
		width: 60px;
	}
	/* »óÅÂ */
	
	
	
	.fileBox.type02{
		width: 100%;
		padding-right: 0;
		padding-bottom: 33px;
	}
	
	.fileBox.type02 .btnFile{
		top:33px;
		right:50%;
		bottom : 0;
		width : 49.5%;
		box-sizing : border-box;
	}
	
	.fileBox.type02 .btnFile:after{
		content : "Ã·ºÎÆÄÀÏ";
		width : 100%;
		text-align: center;
		position: absolute;
		left:0;
		top:0;
		z-index: 10;
	}
	
	.fileBox.type02 input[type="file"]{
		width : 100%;
		height : 28px;
		box-sizing : border-box;
	}
	
	.fileBox.type02 .attachFileReset {
		width : 100%;
		height : 28px;
		box-sizing : border-box;
	}
}