@charset "utf-8";


.fm--layer {
	position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 9998;
  display: none;
}

.fm--layer-container {
	position: absolute;
  top: 0; left: -100%; bottom: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  box-sizing: border-box;
  background-color: #fff;
}

.fm--layer-container.active {
	left: 0;
}

.fm--layer-header {
	position: relative;
	height: 60px;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
	line-height: 59px;
}
.fm--layer-title {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.fm--layer-close {
	position: absolute;
	top: 15px; right: 20px;
	width: 30px; height: 30px;
	background-image: url("/AppData/images/site/mobile/button/btn_close.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right center;
}

.fm--layer-contents {
	display: block;
	width: 100%;
	box-sizing: border-box;
}




/*=======================================================
	board common
=======================================================*/
.fm--board-header {
	position: relative;
	padding: 16px 20px;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	background-color: #fff;
}
.fm--board-header:after  {content: ""; clear: both; display: block; height: 0; visibility: hidden; overflow-y: hidden; }
.fm--board-header .fm--btn {
	width: 100%;
	display: block;
	background-color: #222;
	border: 1px solid #222;
	color: #eee;
}

.fm--board-search {position: relative; width: 100%; height: 45px; }
.fm--board-search .fm--input-text  {padding: 0 45px 0 8px; }
.fm--board-search .fm--btn-search {position: absolute; top: 0; right: 0px; width: 45px; height: 45px; padding: 0; border: none; border-radius: 0; background-color: transparent; background-image: url("/AppData/images/site/common/btn_search.png"); background-repeat: no-repeat; background-position: center center; background-size: 18px; text-align: center; }

/*
	board list
	------------------------------------------------------------------*/
.fm--board-list {}
.fm--board-list  li {
	width: 100%;
	padding: 16px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e4e4;
	text-align: left;
}

.fm--board-list .nodata {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	color: #6f6f6f;
}
.fm--board-list .fm--title {
	display: block;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fm--board-list .fm--date {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	color: #6f6f6f;
}

/*
	board view
	------------------------------------------------------------------*/
.fm--board-view .fm--board-title {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	color: #222;
}

.fm--board-view .fm--date {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	color: #6f6f6f;
}

.fm--board-view .fm--board-file {
	position: relative;
	margin-top: 24px;
}
.fm--board-view .fm--board-file strong {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	color: #4f4f4f;
	font-weight: 500;
}
.fm--board-view .fm--board-file li {
	display: block;
	margin-bottom: 8px;
}
.fm--board-view .fm--board-file li > a {
	display: block;
	padding-left: 16px;
	background: url("/AppData/images/site/common/icon/clip.png") no-repeat left 6px;
	background-size: 12px 12px;
	vertical-align: middle;
	font-size: 12px;
	color: #8f8f8f;
	text-decoration: underline;
}
.fm--board-view .editor-viewer img {max-width: 100%; margin: 8px 0; }





/*=======================================================
	qna
=======================================================*/
/* list */
.fm--qna .fm--tag {margin-bottom: 8px; }

.fm--qna .fm--goto-qna {width: 100%; border-color: #222; background-color: #222; height: 45px; line-height: 43px; color: #eee; font-size: 15px;}

/* view*/
.fm--qna-view .fm--layer-contents {
	width: 100%; height: calc(100vh - 60px);
	display: table;
}

.fm--qna-view-header {
	display: table-row;
	height: 1px;
}
.fm--qna-view .fm--board-title strong {
	font-size: 500;
}

.fm--question-wrapper {
	display: table-row;
	height: 1px;
	background-color: #fff;
	vertical-align: top;
}
.fm--question-wrapper .fm--question {
	width: 100%;
	padding: 24px 20px;
	box-sizing: border-box;
}

.fm--answer-wrapper {
	display: table-row;
	vertical-align: top;
}
.fm--answer-wrapper .fm--answer {
	position: relative;
	height: 100%;
	padding: 24px 20px 48px;
	border-top: 1px dashed #dfdfdf;
	box-sizing: border-box;
	background-color: #f1f1f1;
}
.fm--answer-wrapper .fm--tag-answer {display: inline-block; margin-bottom: 4px; border: 1px solid #6c30e0; box-sizing: border-box; background-color: #6c30e0; color: #fff; font-weight: 400; }





/*=======================================================
	faq
=======================================================*/
.fm--faq li {padding: 0; }
.fm--faq .fm--board-header .fm--board-search {margin-top: 10px; }
.fm--faq .fm--faq-question {position: relative; width: 100%;  padding: 16px 20px; box-sizing:border-box; background-image: url("/AppData/images/site/button/accordion_plus.png"); background-repeat: no-repeat; background-position: right 20px top 20px ; background-size: 12px auto; cursor: pointer; }
.fm--faq .fm--faq-question:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.fm--faq .fm--faq-question.show {background-image: url("/AppData/images/site/button/accordion_minus.png"); }

.fm--faq .fm--faq-question .fm--faq-type {float: none; display: block; margin-bottom: 8px; padding-left: 40px; font-weight: 500; color: #222; }
.fm--faq-question > p {float: none; width: calc(100% - 60px); margin-left: 40px;  text-align: left; color: #4f4f4f; }

.fm--faq .fm--faq-answer {display: none; position: relative; min-height: 60px; padding: 16px 20px 16px 59px; background-color: #f7f7f7; border-top: 1px solid #eaeaea; box-sizing: border-box; font-size: 14px; font-weight: 400; color: #6f6f6f;  }
.fm--faq .fm--faq-answer .prebox {font-size: 14px; color: #222; }

.fm--faq .fm--faq-question.show + .fm--faq-answer {display: block; }


/* icon */
.fm--faq .icon-q {position: absolute; top: 16px; left: 20px; display: inline-block; width: 30px; height: 30px; border-radius: 999px; box-sizing: border-box; background-image: url("/AppData/images/site/icon/icon_q.png"); background-repeat: no-repeat; background-position: center; background-size: cover; }
.fm--faq .icon-a {position: absolute; top: 16px; left: 20px;  display: inline-block; width: 30px; height: 30px; border-radius: 999px; box-sizing: border-box; background-image: url("/AppData/images/site/icon/icon_a.png"); background-repeat: no-repeat; background-position: center; background-size: cover;}





/*=======================================================
	notice
=======================================================*/
#fm_container.fm--notice-view {padding: 0; }

.fm--notice-view .fm--section-header {position: relative; height: 60px; padding: 0 20px; border-bottom: 1px solid #ddd; box-sizing: border-box; background-color: #fff; text-align: center; }
.fm--notice-view .fm--section-header .fm--section-title {display: block; margin: 0 auto; font-size: 18px; font-weight: 400; line-height: 60px; }
.fm--notice-view .fm--section-header .fm--btn-close {position: absolute; top: 15px; right: 20px; width: 30px; height: 30px; background-image: url("/AppData/images/site/mobile/button/btn_close.png"); background-repeat: no-repeat; background-size: 14px; background-position: right center; }


.fm--notice-view .fm--notice-contents {padding: 24px 20px; background-color: #fff; }
