@charset "utf-8";

/********** skip_nav **********/
.skip_nav {display:block;overflow:hidden;position:absolute;left:0;right:0;top:0;z-index:1000;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}


/********** 숨김 **********/
.hide {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}
legend {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}


/********** 말줄임(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="ellipsis"] {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis1 {-webkit-line-clamp:1;}/* 1줄 */
.ellipsis2 {-webkit-line-clamp:2;}/* 2줄 */
.ellipsis3 {-webkit-line-clamp:3;}/* 3줄 */
.ellipsis4 {-webkit-line-clamp:4;}/* 4줄 */


/********** 타이틀 **********/
h3.tit {color:#000;font-weight:900;font-size:3.1em;}
	@media only screen and (max-width:767px){
		h3.tit {font-size:2.2em;}
	}


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:13px;margin-top:5px;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:7px;}
/* 리스트_1 */
.list1 > li {color:#222;}
.list1 > li:after {width:3px;height:3px;background:#222;border-radius:10px;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;background:url("/images/fs/common/sh_dot1.gif") no-repeat 0 10px;color:#444;}
/* 리스트_3 */
.list3 > li {color:#666;padding-left:10px;}
.list3 > li:after {width:4px;height:1px;top:12px;background:#666;}


/********** 폰트색상 **********/
.cr_black {color:#000;}
.cr_red {color:#ff0000;}
.cr_blue {color:#3ca9e8;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}

/********** 검색 **********/
.total_box {color:#333;}
.total_box strong {display:inline-block;font-weight:bold;color:#b17f4a;}
.search_box {font-size:.95em;}
.search_box input:focus, .search_box select:focus {border:0;outline:0;}
.search_box.flexbox {justify-content: space-between;align-items:flex-end;}
.search_box .flexbox {justify-content: space-between;align-items: center;}
.search_box .inputbox {background:#f5f5f5;border-radius:5px;width:100%;text-align: left;padding:3px 15px;}
.search_box .inputbox .sc_input {width:calc(100% - 180px);}
.search_box .select_style {border:0;background-color:#fff;}
.search_box .btn_sch {display:inline-block;margin-right:10px;width:30px;height:30px;background:url("/images/fs/common/icon_search.png") no-repeat center;opacity:.5;transition:all .4s;-webkit-transition:all .4s;}
.search_box .btn_sch:hover {opacity: 1;}
/* 반응형 */
@media only screen and (max-width:1023px){
	ul.sch_btn li a {line-height:36px;}
}
@media only screen and (max-width:767px){
	.search_box.flexbox {flex-direction: column;justify-content: center;align-items: center;}
	.search_box.flexbox .total_box {margin-bottom:15px;}
	.search_box .inputbox select {width:120px;}
	.search_box .inputbox .sc_input {width:calc(100% - 150px);}
}


/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid #ddd;border-top:2px solid #000;word-break:normal;color:#666;}
.tableA thead th {padding:15px 0;border-bottom:1px solid #222;color:#000;font-size:1em;font-weight:500;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:13px 20px;background:#e8e8e2;border-top:1px solid #eee;}
.tableA tfoot td {padding:13px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.tableA tbody th {padding:13px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;vertical-align:middle;font-weight:500;color:#222;font-size:1.05em;}
.tableA tbody td {padding:13px 20px;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.tableA tbody tr th:first-child,
.tableA tbody tr td:first-child {border-left:0;}
.tableA tbody tr:first-child th,
.tableA tbody tr:first-child td {border-top:1px solid #fff;}
.tableA tbody tr th.bd_none,.tableA tbody tr td.bd_none,
.tableA thead tr th.bd_none,.tableA thead tr td.bd_none {border-left:0;}
.tableA tbody tr th.bd_left,.tableA tbody tr td.bd_left,
.tableA thead tr th.bd_left,.tableA thead tr td.bd_left {border-left:1px solid #ddd;}


/********** 폼박스  **********/
.form_box .subtxt {color:#222;font-size:17px;}
.form_box {/*max-width:1023px;margin:auto;*/}
.form_box .form_tit {font-weight:600;color:#000;font-size:1.05em;}

.form_table {border-top:2px solid #222;border-bottom:1px solid #ddd;margin-top:10px;}
.form_table > li {display:flex;flex-wrap:wrap;}
.form_table > li + li {border-top:1px solid #ddd;}
.form_table > li .th {width:140px;background:#f5f5f5;color:#000;font-weight:500;padding:15px 10px;text-align: center;}
.form_table > li .td {width:calc(100% - 140px);padding:15px;}

.form_box .form_list {padding:20px 0;border-top:2px solid #222;border-bottom:1px solid #ddd;}
.form_box .form_list input {line-height:45px;}
.form_box .form_list .btn_bace {line-height: 45px;padding:0 25px;max-width:120px;}
.form_box .form_list > ul > li {padding:15px 0;}
.form_box .form_list > ul > li:first-child {padding-top:0;}
.form_box .form_list > ul > li .th {display:block;margin-bottom:5px;}
.form_box .form_list > ul > li .th label {display:block;color:#222;font-weight:600;font-size:1em;}
.form_box .form_list > ul > li select {border:1px solid #ddd;line-height:42px;}
.form_box .form_list > ul > li input {background:#f5f5f5;border:0;outline:0;}
.form_box .form_list > ul > li input:focus {background:#333;color:#fff;}
.form_box .form_list > ul > li.flexbox {justify-content: space-between;}
.form_box .form_list > ul > li.flexbox .w50 {width:49%;}
.form_box .form_list > ul > li .line .flexbox {flex-wrap:wrap;align-items: center;}
.form_box .form_list > ul > li .line .flexbox .inputbox {display:flex;justify-content: space-between;align-items: center;width:calc(100% - 140px);padding-left:5px;}
.form_box .form_list > ul > li .line .flexbox .inputbox input {width:calc(100% - 40px);}
.form_box .form_list > ul > li .inblock {text-align: center;margin:0 5px;}
.form_box .form_list > ul > li .tel-line .flexbox {align-items: center;}
.form_box .form_list > ul > li .usenum-line .flexbox > div + div {padding-left:20px;}
.form_box .form_list > ul > li .usenum-line .flexbox label {display:block;;font-size:.9em;color:#999;}
.form_box .form_list > ul > li .email-line .flexbox .inputbox {padding:0 5px 0 0;}
.form_box .form_list > ul > li.flexbox .email_line .td .flexbox {align-items: center;}
.form_box .form_list > ul > li.flexbox .email_line .td .flexbox select {margin-left:5px;}
.form_box .form_list > ul > li.flexbox .email_line .td .flexbox input {width:calc(100% - 140px);}

.form_box .form_list .checks div + div {margin-left:15px;}
.form_box .form_list .checks label {line-height:20px;}
.file_box .btn_upload label.btn_bace {line-height:35px;}
	/* 영문 */
	:lang(en) .file_box .btn_upload {width:140px;}
	:lang(en) .form_box .form_list .btn_bace {max-width:100%;padding:0 15px;}
	:lang(en) .file_box .upload_list {width:calc(100% - 140px);padding-left:10px;line-height: 35px;}


/* 개인정보처리방침 */
.form_box .priv_box {display:block;padding:30px 20px;border:1px solid #ddd;border-radius:5px;}
.form_box .priv_box strong {color:#222;}
.form_box .priv_box  ul {font-size:.9em;}
.form_box .checks {color:#999;font-size:.9em;}

	/* width 50%씩 나뉘는 폼박스 공통 */
	.form_w50 .form_list ul > li button.btn_bace {font-size:.9em;}
	.form_w50 .form_list ul > li > div {width:100%;max-width:49%;}
	.form_w50 .form_list > ul > li.full > div {max-width:100%;}
	.form_w50 .form_list ul > li > .flexbox {max-width:100%;justify-content: space-between;}
	.form_w50 .form_list ul > li > .flexbox .w50 {width:49%;}
	.form_w50 .form_list .birth_line .userBirth {position:relative;border:1px solid #eee;background-color:#fff;}
	.form_w50 .form_list .birth_line .userBirth:focus {background-color:#f5f5f5;color:inherit;}
	.form_w50 .form_list .tel_line .flexbox {align-items: center;flex-wrap: wrap;justify-content: space-between;}
	.form_w50 .form_list .tel_line .flexbox input {width:33%;}
	.form_w50 .form_list .tel_line .flexbox .inblock {margin:0 5px;}
	.form_w50 .form_list .chk_line .checks div {margin-right:10px;padding:3px 0;}
	.form_w50 .form_list .chk_line .checks div + div {margin-left:0;}
	.form_w50 .form_list .chk_line01 .th label em {font-weight:normal;}
	.form_w50 .form_list .chk_line01 .checks {display:flex;flex-wrap: wrap;}



	/* 반응형 */
	@media only screen and (max-width:1199px){
		.form_w50 .form_list ul > li > div {width:100%;max-width:100%;}
	}
	@media only screen and (max-width:1023px){
		.form_box .form_list > ul > li.flexbox {flex-direction: column;}
		.form_box .form_list > ul > li.flexbox .w50 {width:100%;}
		.form_box .form_list > ul > li.flexbox .w50:nth-child(2) {margin-top:30px;}
		.form_box .formPrivacy .gray_box {padding:30px 15px;}

		.form_w50 .form_list ul > li > .flexbox {flex-direction: column;}
		.form_w50 .form_list ul > li > .flexbox .w50 {width:100%;}
		.form_w50 .form_list ul > li > .flexbox .w50 + .w50 {margin-top:30px;}
	}
	@media only screen and (max-width:767px){
		.form_box .checks {text-align: left;}

		.form_w50 .form_box .chk_line01 .checks > div {width:50%;margin:0;}
		.form_w50 .form_list ul > li > .flexbox {flex-direction: column;}
	}
	@media only screen and (max-width:560px){
		.form_table > li .th {width:100%;padding:10px;text-align: left;}
		.form_table > li .td {width:100%;padding:12px 10px;}
		.form_box .form_list > ul > li .tel-line .flexbox {/*flex-direction: column;flex-wrap:wrap;justify-content:space-between; */}
		.form_box .form_list > ul > li .tel-line .flexbox input {width:calc(50% - 10px)}
		.form_box .form_list > ul > li .tel_line  .flexbox select {width:100px;}
		.form_box .form_list > ul > li .usenum-line .flexbox {flex-direction: column;}
		.form_box .form_list > ul > li .usenum-line .flexbox input {width:calc(100% - 20px);}
		.form_box .form_list > ul > li .usenum-line .flexbox > div + div {padding:0;margin-top:10px;}

		.form_w50 .form_list .tel_line .flexbox input {width: calc(50% - 67px);}

		.form_box .chk_priv {text-align: left;}
	}

/********** 게시판 **********/
.ov_scroll {display: none;}
/* 목록 */
.board_wrp .board_list table {color:#999;}
.board_wrp .board_list table .bull_notice {background:#b17f4a;color:#fff;line-height:26px;font-size:.85em;padding:2px 10px;border-radius:30px;font-weight:400;}
.board_wrp .board_list table tr {transition:all .4s;-webkit-transition:all .4s;}
.board_wrp .board_list table tbody tr:hover {background:#f5f5f5;}
.board_wrp .board_list table tbody td .title {text-align: left;color:#000;font-weight:normal;}
.board_wrp .board_list table tbody td .title {text-align: left;color:#000;font-weight:normal;}
.board_wrp .board_list table tbody .file img {opacity: .4;max-width:20px;}

/* 상세 */
.board_view {border-top:2px solid #231815;}
.board_view li {border-bottom:1px solid #ddd;}
.board_view .view_tit {padding:40px 0;text-align: center;font-size:1.5em;color:#000;font-weight:500;}
.board_view .view_tit .tit {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.board_view .view_tit .notice {display:inline-block;margin-right:5px;font-size:15px;padding:3px 10px;border-radius:50px;color:#fff;background:#b17f4a;font-weight:400;}
.board_view ul.view_info {display:flex;gap:5px;color:#999;font-size:15px;margin-top:15px;justify-content:center;}
.board_view ul.view_info > li {border:0;position:relative;}
.board_view ul.view_info > li:not(:last-child):after {content:"/";margin:0 5px;color:#ddd;}
.board_view .view_cont {padding:40px 20px;min-height:360px;}
.board_view .file_area {padding:15px 15px;background:#f5f5f5;font-size:.9em;}
.board_view .file_area a.upload_file:hover {text-decoration: underline;}
.board_view .file_area p.no-file {color:#999;}

/* 파일첨부 */
.file_box {display:flex;flex-wrap:wrap;align-items:center;justify-content: space-between;}
.file_box .btn_upload {width:110px;}
.file_box .btn_upload label {display:block;width:100%;padding:0 15px;line-height:35px;font-size:.9em;transition:all .4s;-webkit-transition:all .4s;cursor:pointer;}
.file_box input[type="file"] {position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.file_box .upload_list  {display:block;width:calc(100% - 115px);line-height:36px;}
.file_box .upload_list span {display:block;padding-left:15px;line-height:35px;border-radius:5px;font-size:.9em;color:#999;background:#eee;}
.file_box .upload_list span:hover {text-decoration: underline;}
.file_box .upload_list .btn_del {visibility:hidden;opacity:0;display:inline-block;margin-left:20px;font-family: inherit;color:#999;}
.file_box .upload_list:hover .btn_del,
.file_box .upload_list:focus .btn_del,
.file_box .upload_list:active .btn_del {visibility: visible;opacity: 1;color:#666;}

	/* 게시판 글쓰기 */
	.boardWriteContainer {}
	.boardWriteContainer table {border-top:2px solid #222;}
	.boardWriteContainer table label {display:inline-block;}
	.boardWriteContainer table th {font-weight:500;color:#000;border-right:1px solid #eee;border-bottom:1px solid #eee;padding:10px;}
	.boardWriteContainer table td {border-bottom:1px solid #eee;padding:10px;}
	.boardWriteContainer table .trBoardContent td {padding:20px 0;}
	.boardWriteContainer table td input {background:#f5f5f5;}
	.boardWriteContainer .boardButton {display: flex;justify-content: center;gap:5px;}
	.boardWriteContainer .boardButton .btn_full {cursor: pointer;transition:all .4s;-webkit-transition:all .4s;}
	.boardWriteContainer .boardButton .btn_line.admin {line-height:36px;padding:0 20px;}

	/* 게시판 목록 */
	.btnarea.admin {display:flex;justify-content: flex-end;gap:5px;}
	.btnarea.admin .btn_full,
	.btnarea.admin .btn_line, .btnarea.admin .btn_bace{line-height:45px;padding:0 30px;}
	.btnarea.admin .flexbox {justify-content: space-between;width:100%;}
	.btnarea.admin .flexbox > div * {margin:0 1px;}
	.btnarea .manageButton {}
	.btnarea .manageButton .lnkBtnSelect {display:none;}
	.btnarea .manageButton:after {content:'';display:block;clear:both;}
	/*.btnarea .manageButton .lnkBtnDeleteArticle {line-height:35px;padding:0 20px;font-size:.9em;}*/


/* 반응형 */
	@media only screen and (max-width:1023px){
		.tableA {word-break:keep-all;font-size:.9em;}
	}
	@media only screen and (max-width:767px){
		/* 게시판 */
		table.responsive colgroup col {width:auto;}
		table.responsive colgroup col + col {display: none;}
		table.responsive thead {display: none;}
		table.responsive tbody tr {display:block;padding:0;}
		table.responsive tbody tr + tr {border-top:1px solid #e4e4e4;}
		table.responsive tbody tr th {display:block;padding:5px 10px;}
		table.responsive tbody tr td {border:0;display:block;text-align:left;padding:5px 10px;line-height:1.3em;width:100%;font-size:1.05em;}

		/* 공지사항 */
		.board_wrp .board_list table tbody tr {padding:5px 0;text-align: left;}
		.board_wrp .board_list table tr:hover {background:none !important;}
		.board_wrp .board_list table tr td.write,
		.board_wrp .board_list table tr td.date,
		.board_wrp .board_list table tr td.view {display:inline-block;width:auto;}

		/* 문의사항 */
		.board_wrp .board_list.answer_list table.responsive thead tr th.view,
		.board_wrp .board_list.answer_list table.responsive tbody tr td.view {display:none;}

		/* 반응형 시 data-content 보여짐 */
		table.mob_data thead {display:none;}
		table.mob_data colgroup {display:none;}
		table.mob_data tbody tr {display:block;position:relative;border-bottom:1px solid #ddd;padding:10px 0;}
		table.mob_data tbody tr + tr {margin-top:-1px;}
		table.mob_data tbody tr:last-child {border:0;}
		table.mob_data tbody tr:after {content:'.';display:block;clear: both;visibility: hidden;height:0;}
		table.mob_data tbody th,
		table.mob_data tbody td {width:100%;text-align: left;border:0;padding:7px 5px;line-height:1.3em;}
		table.mob_data tbody th, table.mob_data tbody td {padding:0 15px;}
		table.mob_data tbody td.no-data {display:block;width:100%;text-align: center;}
		table.mob_data > tbody tr th:before,
		table.mob_data > tbody tr td:before {content:attr(data-content); display:block;width:100%;margin-bottom:10px;font-weight:500;color:#222;background:#f5f5f5;padding:10px 5px;} /* thead의 내용을 tbody의 th, td에 각각 삽입 */
		table.mob_data > tbody tr.no-data td {justify-content: center;}
		table.mob_data > tbody tr.no-data td:before {display:none;}

		p.p_info {font-size:.9em;}
		.scroll_table {overflow-x: auto;}
		.scroll_table table {min-width:400px;}

		/* 파일첨부 */
		.file_box {flex-direction: column;align-items: flex-start;justify-content: flex-start;}
		.file_box .upload_list {width:100%;margin-top:10px;}
		.file_box .upload_list a .btn_del {visibility: visible;opacity: 1;}
	}
	@media only screen and (max-width:449px){
		.ov_scroll {position:relative;text-align: center;color:#bbb;font-size:.95em;display:block;}
		.ov_scroll span {display:inline-block;margin-right:5px;width:15px;height:auto;aspect-ratio:15/19;background:url("/images/fs/common/ov_scroll.png") no-repeat center;background-size: contain;}
	}


/********** 페이지넘버 **********/
.page-number {display:flex;justify-content:center;align-items:center;margin-top:40px;}
.page-number li {margin:0 2px;}
.page-number li a {display:inline-block;width:35px;height:35px;line-height:33px;text-align:center;border-radius:3px;border:1px solid #eee;transition:0.4s;-webkit-transition:0.4s;}
.page-number li a.on,.page-number li a:hover,.page-number li a:focus,.page-number li a:active {border:1px solid #222;}
.page-number li.arrow a {position:relative;font-size:0;}
.page-number li.arrow a:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;}
.page-number li.prev_first a:after {background:url("/images/fs/common/page_first.png") no-repeat center center;}
.page-number li.prev a:after {background:url("/images/fs/common/page_prev.png") no-repeat center center;}
.page-number li.next a:after {background:url("/images/fs/common/page_next.png") no-repeat center center;}
.page-number li.next_last a:after {background:url("/images/fs/common/page_last.png") no-repeat center center;}
.page-number a.on,.page-number a:hover,.page-number a:focus,.page-number a:active {background:#222;border:1px solid #222;color:#fff;}
.page-number li.arrow a:hover:after,.page-number li.arrow a:focus:after,.page-number li.arrow a:active:after {filter:brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(5335%) hue-rotate(214deg) brightness(109%) contrast(100%);}
	@media only screen and (max-width:767px){
		.page-number li {margin:0 1px;}
		.page-number li a {width:30px;height:30px;line-height:28px;}
	}


/********** 버튼 **********/
/* 기본 */
.btn_bace {display:inline-block;line-height:50px;padding:0 35px;border:1px solid #362f28;text-align: center;color:#362f28;border-radius:5px;font-weight:500;}
.btn_bace:hover, .btn_bace:focus, .btn_bace:active {background:#362f28;color:#fff;text-decoration: none;}

/* 색상버튼 */
.btn_bace.black {background:#333;color:#fff;font-family:inherit;border-color:transparent;}
.btn_bace.black:hover,.btn_bace.black:focus,.btn_bace.black:active {background:#111;text-decoration: none;}

.btn_full {display:inline-block;line-height:50px;padding:0 35px;background:#b3a486;border:1px solid #b3a486;text-align:center;color:#fff;cursor:pointer;font-weight:500;border-radius:5px;}
.btn_full:hover,.btn_full:focus,.btn_full:active {background:#362f28;border-color:#362f28;color:#fff;text-decoration:none;text-decoration: none;}

/* 선버튼 */
.btn_line {display:inline-block;line-height:50px;padding:0 35px;background:#fff;border:1px solid #ddd;text-align:center;color:#999;cursor:pointer;font-weight:500;border-radius:5px;}
.btn_line:hover,.btn_line:focus,.btn_line:active {border-color:#362f28;color:#362f28;text-decoration:none;text-decoration: none;}

/* 색상 */
.btn_full.black {background:#222;}

@media only screen and (max-width:767px){
	.btn_line, .btn_bace, .btn_full {line-height:40px;padding:0 25px;}
}


/********** 체크버튼(라디오, 체크) **********/
.checks {position:relative;}
.checks input {overflow:hidden;position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}
.checks input + label {display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;}
.checks input:hover + label:before,
.checks input:focus + label:before,
.checks input:active + label:before {outline:1px dotted #000;}
.checks input:disabled:hover + label:before,
.checks input:disabled:focus + label:before,
.checks input:disabled:active + label:before {outline:0;}
.checks input[type="radio"] + label {padding-left:25px;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:0;width:20px;height:20px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:3px;left:3px;width:14px;height:14px;background:#b17f4a;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #b17f4a;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:20px;height:20px;line-height:20px;margin:-2px 8px 0 0;background:url("/images/fs/common/ico_check.png") no-repeat center center;border:1px solid #ddd;border-radius:3px;text-align:center;vertical-align:middle;}
.checks input[type="checkbox"]:checked + label:before {content:'';text-shadow:1px 1px #fff;background:url("/images/fs/common/ico_check.png") no-repeat center center #b17f4a;border:0;font-size:14px;}
.checks input[type="checkbox"]:disabled + label:before {background:url("/images/fs/common/ico_check.png") no-repeat center center #eee;}

/********** 인풋스타일 **********/
input {
	line-height:45px;padding:0 15px;background:none;border:none;border-radius:5px;color:#666;font-family: inherit;font-size:inherit;
}
input:focus,textarea:focus, select:focus {outline:1px dashed #bbb;}
/*input:focus,textarea:focus {background:#333;outline:none;color:#fff;}*/
select {position:relative;font-family: inherit;background:url("/images/fs/common/arr_menu_down.png") no-repeat center right 15px;line-height:45px;padding:0 15px;border:none;border-radius:5px;color:#666;cursor:pointer;font-size:inherit;}
input::placeholder {color:#bbb;}
input[type="date"] {padding-left:45px;background:url("/images/fs/common/date.png") no-repeat left 10px center #fff !important;}
input[type="date"]{position:relative;}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {display:none;}
input[type="date"]::-webkit-calendar-picker-indicator {background:transparent;z-index:1;margin-left:-19px;}
input[type=date]::-webkit-datetime-edit-text {color:#bbb;}
input[type=date]::-webkit-datetime-edit-month-field,
input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-year-field {color:#999;}

textarea {font-family: inherit;padding:15px;border:1px solid #dfdfdf;outline:none;width:100%;resize: none;overflow-y: auto;}
.select_style {border:1px solid #ddd;}
.input_style {border:1px solid #ddd;}

@media only screen and (max-width:767px){
	input, select {line-height:40px;padding:0 10px;}
	input:first-child,select:first-child {margin-top:0;}
	textarea {padding:10px;}
}





/********** 가로값 **********/
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh70p {width:70%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh30p {width:30%;}
.wh150 {width:150px;}
.wh140 {width:140px;}
.wh200 {width:200px;}
.wh70 {width:70px;}
	@media only screen and (max-width:767px){
		.wh99p,
		.wh70p,
		.wh50p,
		.wh45p,
		.wh40p,
		.wh30p {width:100%;}
		.wh200 {width:100%;}
	}


/********** 정렬 **********/
.ta-l {text-align:left;}
.ta-c {text-align:center;}
.ta-r {text-align:right;}
.vt-t {vertical-align:top;}
.vt-c {vertical-align:middle;}
.vt-b {vertical-align:bottom;}


/********** 전역클래스 **********/
.ft-l {float:left;}
.ft-r {float:right;}
.block {display:block;}
.inblock {display:inline-block;}
.overflow {overflow:hidden;}
.clear:after {content:"";display:block;clear:both;}


/********** 참고텍스트 **********/
/* 느낌표_흰배경파란 */
.point1 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution1.gif") no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution2.gif") no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("/images/fs/common/ico_caution3.gif") no-repeat 0 6px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url("/images/fs/common/bul_focus.gif") no-repeat 0 9px;}


/********** 가장자리_외부(margin) **********/
/* 위 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt100 {margin-top:100px;}
.mt150 {margin-top:150px;}
	@media only screen and (max-width:1023px){
		.mt15 {margin-top:5px;}
		.mt20 {margin-top:10px;}.mt25 {margin-top:15px;}
		.mt30 {margin-top:20px;}.mt35 {margin-top:25px;}
		.mt40 {margin-top:30px;}.mt45 {margin-top:35px;}
		.mt50 {margin-top:40px;}.mt55 {margin-top:45px;}
		.mt60 {margin-top:50px;}.mt65 {margin-top:55px;}
		.mt70 {margin-top:60px;}.mt75 {margin-top:65px;}
		.mt80 {margin-top:60px;}
		.mt100 {margin-top:80px;}
		.mt150 {margin-top:125px;}
	}
	@media only screen and (max-width:767px){
		.mt30 {margin-top:10px;}.mt35 {margin-top:15px;}
		.mt40 {margin-top:20px;}.mt45 {margin-top:25px;}
		.mt50 {margin-top:30px;}.mt55 {margin-top:35px;}
		.mt60 {margin-top:40px;}.mt65 {margin-top:45px;}
		.mt70 {margin-top:50px;}.mt75 {margin-top:55px;}
		.mt80 {margin-top:40px;}
		.mt150 {margin-top:100px;}
	}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
