@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 3f4553 08a2cd 0682a6 */
/* 초기화 */
html {}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #3f4553;
	font: normal normal 12px/1em 'Noto Sans KR', sans-serif;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0px;
	padding: 0px;
	border: 0px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

input,
select,
button,
textarea {
	font: inherit;
	margin: 0px;
	padding: 0px;
	outline: none;
}

label,
button,
input[type="button"],
input[type="submit"] {
	cursor: pointer
}

label,
input,
button,
select,
img {
	vertical-align: middle
}

fieldset legend {
	display: none
}

p {
	word-break: break-all
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
}

dfn {
	font-style: normal;
}

mark {
	background-color: none;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none
}

input::-ms-clear {
	display: none;
}

select::-ms-expand {
	background-color: transparent;
	border: none;
}

select:focus::-ms-value {
	background: transparent;
	color: inherit;
}

/* 
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; } */


/* 기본 폼 요소 */
input[type="text"],
input[type="password"],
input[type="file"] {
	margin: 0px;
	padding: 0px 8px;
	height: 2.4em;
	line-height: 1em;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #f2f2f2 inset;
	background-color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
	border-color: #777;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="file"]:disabled {
	background-color: #f2f2f2;
	box-shadow: 1px 1px 2px #e2e2e2 inset;
	cursor: no-drop;
}

select {
	margin: 1px;
	padding: 0px 8px;
	height: 2.4em;
	line-height: 2.4em;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #f2f2f2 inset;
	background-color: #fff;
}

select:disabled {
	background-color: #f2f2f2;
	box-shadow: 1px 1px 2px #e2e2e2 inset;
	cursor: no-drop;
}

button,
input[type="button"],
input[type="submit"],
a.btn_admin,
a.btn_button,
a.btn_cancel,
a.btn_submit,
a.btn_b01,
a.btn_b02,
a.btn_frmline,
input.btn_button,
input.btn_cancel,
input.btn_submit,
input.btn_frmline,
button.btn_button,
button.btn_cancel,
button.btn_submit,
button.btn_frmline {
	display: inline-block;
	color: #333;
	text-decoration: none !important;
	padding: 0px 12px;
	margin: 0px;
	text-align: center;
	height: 2.4em;
	line-height: 2.4em;
	cursor: pointer;
	overflow: visible;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	border: 1px solid #999;
	border-color: #ccc #999 #999 #ccc;
	border-radius: 3px;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

button:active,
input[type="button"]:active,
input[type="submit"]:active,
a.btn_admin:active,
a.btn_button:active,
a.btn_cancel:active,
a.btn_submit:active,
a.btn_b01:active,
a.btn_b02:active,
a.btn_frmline:active,
input.btn_button:active,
input.btn_cancel:active,
input.btn_submit:active,
input.btn_frmline:active,
button.btn_button:active,
button.btn_cancel:active,
button.btn_submit:active,
button.btn_frmline:active {
	box-shadow: 1px 1px 1px rgba(255, 255, 255, .3), inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a.btn_submit,
input.btn_submit,
button.btn_submit {
	background: #f63454;
	background: -moz-linear-gradient(top, #f63454 0%, #f4142e 50%, #a8000e 51%, #f91924 100%);
	background: -webkit-linear-gradient(top, #f63454 0%, #f4142e 50%, #a8000e 51%, #f91924 100%);
	background: linear-gradient(to bottom, #f63454 0%, #f4142e 50%, #a8000e 51%, #f91924 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f63454', endColorstr='#f91924', GradientType=0);
	border-color: #d30a23 #ce092c #ce092c #d30a23;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

a.btn_cancel,
input.btn_cancel,
button.btn_cancel {
	background: #373737;
	background: -moz-linear-gradient(top, #373737 0%, #313131 50%, #1f1f1f 51%, #333333 100%);
	background: -webkit-linear-gradient(top, #373737 0%, #313131 50%, #1f1f1f 51%, #333333 100%);
	background: linear-gradient(to bottom, #373737 0%, #313131 50%, #1f1f1f 51%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737', endColorstr='#333333', GradientType=0);
	border-color: #555555 #111111 #111111 #555555;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

a.btn_frmline,
input.btn_frmline,
button.btn_frmline {
	background: #f2f9fc;
	background: -moz-linear-gradient(top, #f2f9fc 0%, #d6e8f4 50%, #a9d1e7 52%, #e4f2fc 100%);
	background: -webkit-linear-gradient(top, #f2f9fc 0%, #d6e8f4 50%, #a9d1e7 52%, #e4f2fc 100%);
	background: linear-gradient(to bottom, #f2f9fc 0%, #d6e8f4 50%, #a9d1e7 52%, #e4f2fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f9fc', endColorstr='#e4f2fc', GradientType=0);
}

textarea {
	margin: 0px;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #f2f2f2 inset;
	resize: none;
}

input.datepicker {
	width: 8em;
	text-align: center;
}


/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 0
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff
}

.hd_pops_con {}

.hd_pops_footer {
	padding: 10px 0;
	background: #000;
	color: #fff;
	text-align: right
}

.hd_pops_footer button {
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
	background: #393939;
	color: #fff
}

/* 전체 검색 */
#hd_sch {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: 1px solid #c3c6ca
}

#hd_sch legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#hd_sch #sch_stx {
	padding-left: 5px;
	width: 110px;
	height: 24px;
	border: 0;
	background: #fff;
	line-height: 1.9em !important;
	line-height: 1.6em
}

#hd_sch #sch_submit {
	padding: 0 5px;
	height: 26px;
	border: 0;
	background: #e2e6eb;
	color: #333;
	cursor: pointer
}

/* 텍스트 크기 조절 */
#text_size {
	display: none;
	float: left;
	margin: 0 0 0 10px;
	letter-spacing: -3px
}

#text_size button {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #c3c6ca;
	background: transparent;
	vertical-align: middle;
	cursor: pointer
}

.ts_up {
	font-size: 1.167em !important
}

.ts_up2 {
	font-size: 1.3em !important
}

/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
	float: right;
	color: #ff3061
}

.copymove_currentbg {
	background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
	width: 100%;
	height: 75px;
	background: #21272e;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
	width: 100%;
	height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
	display: inline-block;
	position: relative
}

#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
}

#captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	vertical-align: top;
	padding: 0;
	margin: 0
}

#captcha #captcha_mp3 {
	position: absolute;
	top: 0;
	left: 161px;
	;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}

#captcha #captcha_mp3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat;
}

#captcha #captcha_reload {
	position: absolute;
	top: 31px;
	left: 161px;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	border-top: 1px solid #ccc;
	text-indent: -999px
}

#captcha #captcha_key {
	margin: 0 0 0 33px;
	padding: 0 5px;
	width: 70px;
	height: 60px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 2.8em;
	vertical-align: top
}

#captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 187px
}

#captcha.m_captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	margin-bottom: 3px;
	margin-top: 5px;
	display: block;
}

#captcha.m_captcha #captcha_reload {
	position: static;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
	display: none;
}

#captcha.m_captcha #captcha_key {
	margin: 0;
	padding: 0 5px;
	width: 115px;
	height: 29px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-left: 3px
}

#captcha.m_captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	border: none
}

/* ckeditor 단축키 */
.cke_sc {
	display: none
}

.cke_sc {
	margin: 0 0 5px;
	text-align: right
}

.btn_cke_sc {
	display: inline-block;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	line-height: 1.9em;
	vertical-align: middle;
	cursor: pointer
}

.cke_sc_def {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center
}

.cke_sc_def dl {
	margin: 0 0 5px;
	text-align: left;
	zoom: 1
}

.cke_sc_def dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
	width: 20%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 30%
}

/* 버튼 */
a.btn01 {}

a.btn01:focus,
a.btn01:hover {}

button.btn01 {}

a.btn02 {}

a.btn02:focus,
.btn02:hover {}

button.btn02 {}

.btn_confirm {
	text-align: center
}

/* 서식단계 진행 */

.btn_submit {}

fieldset .btn_submit {}

a.btn_cancel {}

button.btn_cancel {}

a.btn_frmline,
button.btn_frmline {}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {}

/* 게시판용 버튼 */
a.btn_b01 {}

a.btn_b01:focus,
.btn_b01:hover {}

a.btn_b02 {}

a.btn_b02:focus,
.btn_b02:hover {}

a.btn_admin {}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {}

/* 댓글 스타일 */
.cnt_cmt {
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: bold
}

/* 기본테이블 */
.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px
}

.tbl_wrap caption {
	padding: 10px 0;
	font-weight: bold;
	text-align: left
}

.tbl_head01 {
	margin: 10px 0px
}

.tbl_head01 table {
	border-top: 2px solid #000000;
}

.tbl_head01 caption {
	display: none
}

.tbl_head01 thead th,
.tbl_head01 thead td,
.tbl_head01 tfoot th,
.tbl_head01 thead td,
.tbl_head01 tbody th,
.tbl_head01 tbody td {
	height: 36px;
	font-weight: normal
}

.tbl_head01 thead th,
.tbl_head01 thead td,
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
	background-color: #3f4553;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.tbl_head01 tbody th,
.tbl_head01 tbody td {
	background-color: #ffffff;
	color: #3f4553;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.tbl_head01 a {
	color: #3f4553;
}

.tbl_head01 a:hover {
	color: #08a2cd;
}

.tbl_head01 thead a,
.tbl_head01 tfoot a {
	color: #ffffff
}

.tbl_head02 {
	margin: 10px 0px
}

.tbl_head02 table {
	border-top: 2px solid #000000;
}

.tbl_head02 caption {
	display: none
}

.tbl_head02 thead th,
.tbl_head02 thead td,
.tbl_head02 tfoot th,
.tbl_head02 thead td,
.tbl_head02 tbody th,
.tbl_head02 tbody td {
	height: 36px;
	font-weight: normal
}

.tbl_head02 thead th,
.tbl_head02 thead td,
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
	background-color: #3f4553;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.tbl_head02 tbody th,
.tbl_head02 tbody td {
	background-color: #ffffff;
	color: #3f4553;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.tbl_head02 a {
	color: #3f4553;
}

.tbl_head02 a:hover {
	color: #08a2cd;
}

.tbl_head02 thead a,
.tbl_head02 tfoot a {
	color: #ffffff
}

/* 폼 테이블 */
.tbl_frm01 {
	margin: 10px 0px;
}

.tbl_frm01 table {
	border-top: 0.2em solid #3f4553;
}

.tbl_frm01 th,
.tbl_frm01 td {
	height: 3.6em;
	padding: .5em 1em;
	border-bottom: 1px solid #e9e9e9;
}

.tbl_frm01 th {
	background: #f4f4f4;
	text-align: right
}

.tbl_frm01 td {
	background: #ffffff;
	text-align: left
}

.tbl_frm01 textarea {
	width: 100%;
	height: 100px;
	line-height: 2em
}

.tbl_frm01 a {
	text-decoration: none
}

.tbl_frm01 .frm_file {}

.tbl_frm01 .frm_info {}

/* 자료 없는 목록 */
.empty_table {
	padding: 50px 0 !important;
	text-align: center
}

.empty_list {
	padding: 20px 0 !important;
	text-align: center
}

/* 필수입력 */
.required,
textarea.required {
	background: url('../img/wrest.gif') top right no-repeat !important
}

/* 테이블 항목별 정의 */
.td_board {
	width: 120px;
	text-align: center
}

.td_category {
	width: 80px;
	text-align: center
}

.td_chk {
	width: 30px;
	text-align: center
}

.td_date {
	width: 80px;
	text-align: center
}

.td_datetime {
	width: 120px;
	text-align: center
}

.td_dateabbr {
	width: 120px;
	text-align: center
}

.td_group {
	width: 100px;
	text-align: center
}

.td_mb_id {
	width: 100px;
	text-align: center
}

.td_mng {
	width: 80px;
	text-align: center
}

.td_name {
	width: 100px;
	text-align: center
}

.td_nick {
	width: 100px;
	text-align: center
}

.td_num {
	width: 50px;
	text-align: center
}

.td_numbig {
	width: 80px;
	text-align: center
}

.td_stat {
	width: 60px;
	text-align: center
}

.td_subject,
.td_content,
.td_memo {
	text-align: left
}

.td_addr_line {
	line-height: 2.6em
}

.txt_active {
	color: #5d910b
}

.txt_done {
	color: #e8180c
}

.txt_expired {
	color: #ccc
}

.txt_rdy {
	color: #8abc2a
}

/* 게시판 목록 */
.bo_fx {
	clear: both;
	margin: 10px 0px;
	padding: 0px;
	overflow: hidden;
}

.bo_fx:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

.bo_fx .btn_bo_user {
	float: right;
}

.bo_fx #bo_list_total,
.bo_fx .btn_bo_adm {
	float: left;
}

.bo_fx #bo_list_total {
	height: 2.4em;
	line-height: 2.4em;
}

/* 게시판 목록 공통 */
ul.btn_bo_user {
	margin: 0px;
	padding: 0px
}

ul.btn_bo_user:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

ul.btn_bo_user li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
	float: left;
}

/* 게시판 관리자용 버튼 */
ul.btn_bo_adm {
	margin: 0px;
	padding: 0px
}

ul.btn_bo_adm:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

ul.btn_bo_adm li {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

/* 게시판 카테고리 */
#bo_cate {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#bo_cate h2 {
	display: none
}

#bo_cate ul {
	clear: both;
	position: relative;
	z-index: 11;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 2.6em;
	border-bottom: 0.2em solid #08a2cd;
}

#bo_cate ul:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

#bo_cate ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#bo_cate ul li a {
	display: block;
	padding: 0px 1.2em;
	height: 2.4em;
	line-height: 2.4em;
	text-align: center;
	border: none;
	background-color: #3f4553;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

#bo_cate ul li a:hover,
#bo_cate ul li a:focus,
#bo_cate ul li a#bo_cate_on {
	background-color: #08a2cd;
	color: #fff;
}

/* 게시판 검색 */
#bo_sch {
	text-align: center;
}

#bo_sch:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

/* 게시판 쓰기 */
#bo_w {}

#char_count_desc {
	display: block;
	margin: 0 0 5px;
	padding: 0
}

#char_count_wrap {
	margin: 5px 0 0;
	text-align: right
}

#char_count {
	font-weight: bold
}

/* 게시판 쓰기 자동저장 */
#autosave_wrapper {
	position: relative;
	display: inline-block
}

#autosave_pop {
	display: none;
	z-index: 10;
	position: absolute;
	margin: 1px 0px 0px 0px;
	padding: 8px;
	width: 350px;
	height: auto !important;
	height: 180px;
	max-height: 180px;
	border: 1px solid #565656;
	background: #fff;
	overflow-y: scroll
}

html.no-overflowscrolling #autosave_pop {
	height: auto;
	max-height: 10000px !important
}

/* overflow 미지원 기기 대응 */
#autosave_pop strong {}

#autosave_pop button {
	margin: 0px;
	padding: 0px;
	border: none;
	width: auto;
	height: auto;
	line-height: 1;
	background: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
	vertical-align: baseline;
}

#autosave_pop ul {
	margin: 10px 0px;
	padding: 0px;
	border-top: 1px solid #e9e9e9;
	list-style: none
}

#autosave_pop li {
	padding: 8px 0px;
	border-bottom: 1px solid #e9e9e9;
	zoom: 1
}

#autosave_pop li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#autosave_pop a {
	display: block;
	float: left
}

#autosave_pop span {
	display: block;
	float: right
}

.autosave_close {
	float: right
}

.autosave_content {
	display: none
}

/* 게시판 읽기 */
#bo_v {
	position: relative
}

#bo_v_table {
	display: none
}

#bo_v>header {
	height: 80px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	overflow: hidden;
}

#bo_v_title {
	padding: 20px;
	font-size: 20px;
	color: #2d60a9;
}

#bo_v_back {
	position: absolute;
	z-index: 11;
	top: 0px;
	right: 0px;
	display: block;
	padding: 10px;
	width: 100px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
	text-decoration: none;
}

#bo_v_back:hover {
	color: #2d60a9;
	background-color: #f5f5f5;
}

#bo_v_back i {
	display: block;
	margin: 5px 0px;
	height: 30px;
	font-size: 30px;
}

#bo_v_back span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #999;
}

#bo_v_info {
	position: absolute;
	z-index: 10;
	padding: 10px 20px;
	top: 40px;
	font-size: 12px;
	border: 1px solid transparent
}

#bo_v_info h2 {
	display: none
}

#bo_v_info dfn {
	font-weight: normal;
	margin-right: 5px;
	color: #999
}

#bo_v_info strong {
	font-weight: normal;
	margin-right: 10px;
	color: #555
}

#bo_v_tube,
#bo_v_file,
#bo_v_link {
	color: #999;
	font: normal normal 12px/16px 'Courier New', 'Gulimche', monospace;
}

#bo_v_tube i,
#bo_v_file i,
#bo_v_link i {
	font-size: 16px;
	color: #000;
}

#bo_v_tube a,
#bo_v_file a,
#bo_v_link a {
	color: #2d60a9 !important;
}

#bo_v_tube {
	padding: 5px 20px;
	border: 1px solid #ddd;
	margin-top: -1px;
}

#bo_v_tube h2 {
	display: none
}

#bo_v_tube ul {
	margin: 0px;
	padding: 0px;
}

#bo_v_tube ul li {
	margin: 5px 0px;
	padding: 0px;
	list-style: none
}

#bo_v_file {
	padding: 5px 20px;
	border: 1px solid #ddd;
	margin-top: -1px;
}

#bo_v_file h2 {
	display: none
}

#bo_v_file ul {
	margin: 0px;
	padding: 0px;
}

#bo_v_file ul li {
	margin: 5px 0px;
	padding: 0px;
	list-style: none
}

#bo_v_link {
	padding: 5px 20px;
	border: 1px solid #ddd;
	margin-top: -1px;
}

#bo_v_link h2 {
	display: none
}

#bo_v_link ul {
	margin: 0px;
	padding: 0px;
}

#bo_v_link ul li {
	margin: 5px 0px;
	padding: 0p;
	list-style: none
}

#bo_v_atc {
	margin: 10px 0px;
	padding: 20px;
	border: 1px solid #ddd;
}

#bo_v_atc_title {
	display: none
}

#bo_v_img {
	margin: 0 0 10px;
	width: 100%;
	overflow: hidden;
	zoom: 1
}

#bo_v_img:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_v_img img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto
}

#bo_v_con {}

#bo_v_con a {}

#bo_v_con img {
	max-width: 100%;
	height: auto
}

#bo_v_act {
	margin-bottom: 30px;
	text-align: center
}

#bo_v_act .bo_v_act_gng {
	position: relative
}

#bo_v_act a {
	margin-right: 5px;
	vertical-align: middle
}

#bo_v_act strong {
	color: #ff3061
}

#bo_v_act_good,
#bo_v_act_nogood {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 10px 0;
	width: 165px;
	background: #ff3061;
	color: #fff;
	text-align: center
}

#bo_v_sns {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	zoom: 1
}

#bo_v_sns:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_v_sns li {
	float: left;
	margin: 0 5px 0 0
}

#bo_v_top {
	margin: 10px 0px;
}

#bo_v_top:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_v_top h2 {
	display: none;
}

#bo_v_top ul {
	margin: 0px;
	padding: 0px;
}

#bo_v_top ul li {
	margin: 0px;
	padding: 0px;
	list-style: none
}

#bo_v_bot {}

#bo_v_bot:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_v_bot h2 {
	display: none;
}

#bo_v_bot ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#bo_v_bot ul li {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.bo_v_nb {
	float: left
}

.bo_v_nb li {
	float: left;
	margin-right: 5px !important
}

.bo_v_com {
	float: right
}

.bo_v_com li {
	float: left;
	margin-left: 5px !important
}



/* 새창 기본 스타일 */
.new_win {}

.new_win .tbl_wrap {
	margin: 0 20px
}

.new_win #win_title {
	margin: 0 0 20px;
	padding: 20px;
	border-top: 3px solid #333;
	border-bottom: 1px solid #dde4e9;
	background: #fff;
	font-size: 1.2em
}

.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}

.new_win .win_ul {
	margin: -20px 0 20px 0;
	padding: 0 20px;
	border-bottom: 1px solid #455255;
	background: #484848;
	list-style: none;
	zoom: 1
}

.new_win .win_ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_ul li {
	float: left;
	margin-left: -1px
}

.new_win .win_ul a {
	display: block;
	padding: 10px 10px 8px;
	border-right: 1px solid #455255;
	border-left: 1px solid #455255;
	color: #fff;
	font-family: dotum;
	font-weight: bold;
	text-decoration: none
}

.new_win .win_desc {
	padding: 20px
}

.new_win .win_btn {
	clear: both;
	padding: 20px;
	text-align: center
}

/* 새창용 */
.new_win .win_btn button {}

.new_win .win_btn input {}

.new_win .win_btn a {}

.new_win .win_btn a:focus,
.new_win .win_btn a:hover {}

/* 검색결과 색상 */
.sch_word {
	color: #ff3061
}

/* 자바스크립트 alert 대안 */
#validation_check {
	margin: 100px auto;
	width: 500px
}

#validation_check h1 {
	margin-bottom: 20px;
	font-size: 1.3em
}

#validation_check p {
	margin-bottom: 20px;
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	background: #fff
}

/* 사이드뷰 */
.sv_wrap {
	display: inline-block;
	position: relative;
	font-weight: normal
}

.sv_wrap .sv {
	z-index: 1000;
	display: none;
	margin: 5px 0 0;
	border: 1px solid #283646
}

.sv_wrap .sv a {
	display: inline-block;
	margin: 0;
	padding: 3px;
	width: 94px;
	border-bottom: 1px solid #283646;
	background: #111;
	color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
	text-decoration: none
}

.sv_on {
	display: block !important;
	position: absolute;
	top: 10px;
	left: 20px;
	width: auto;
	height: auto
}

.sv_nojs .sv {
	display: block
}

/* 페이징 */
.pg_wrap {
	clear: both;
	margin: 0 0 20px;
	padding: 20px 0 0;
	text-align: center
}

.pg {}

.pg_page,
.pg_current {
	display: inline-block;
	padding: 0px 1em;
	height: 2em;
	color: #000;
	letter-spacing: 0;
	line-height: 2em;
	vertical-align: middle
}

.pg a:focus,
.pg a:hover {
	text-decoration: none
}

.pg_page {
	background: #e4eaec;
	text-decoration: none
}

.pg_start,
.pg_prev {
	/* 이전 */
}

.pg_end,
.pg_next {
	/* 다음 */
}

.pg_current {
	display: inline-block;
	margin: 0px;
	background: #333;
	color: #fff;
	font-weight: normal
}

/* Mobile화면으로 */
#device_change {
	display: none;
	margin: 0.3em;
	padding: 0.5em 0;
	border: 1px solid #eee;
	border-radius: 2em;
	background: #fff;
	color: #000;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}

/* 관리버튼 숨김 */
.sct_admin {
	display: none;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

/* Datepicker Patch */
.ui-datepicker select {
	padding: 0px;
	height: auto;
	line-height: 1em;
	border-radius: 0px;
	box-shadow: none;
}

.ui-datepicker button {
	height: auto;
	line-height: 1em;
	box-shadow: none;
	text-shadow: none;
}


/* 레이아웃 */
#hd {}

#ft {}

/* 인트로 랜딩 */

#intro {}

#intro h1 {
	display: none
}

#intro #introHome {
	position: fixed;
	left: 20px;
	top: 20px;
	width: 80px;
	height: 80px;
	line-height: 50px;
	padding: 10px;
	font-size: 50px;
	border-radius: 40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 10;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	white-space: nowrap;
	color: #000;
}

#intro #introMail {
	position: fixed;
	left: 20px;
	top: 110px;
	width: 80px;
	height: 80px;
	line-height: 50px;
	padding: 10px;
	font-size: 42px;
	border-radius: 40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 10;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	white-space: nowrap;
	color: #000;
}

#intro #introMail #introMailText {
	white-space: nowrap;
	font-family: 'Noto Sans KR';
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}

#intro ul {
	position: fixed;
	z-index: 11;
	top: 50%;
	right: 20px;
	width: 15px;
	margin: -80px 0px 0px 0px;
	padding: 0px;
	height: auto;
	min-height: auto;
	list-style: none;
	border: none
}

#intro ul li {
	position: relative;
	margin: 20px 0;
	padding: 0px;
	list-style: none;
	float: none;
}

#intro ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background: rgba(130, 130, 130, 0.7);
	text-indent: -999em;
}

#intro ul li.active a {
	background: #fff;
}

#intro section {
	position: relative;
}

#intro section .hp {
	background: url('../img/hp_bg.png') no-repeat;
	width: 351px;
	height: 809px;
	position: absolute;
	top: 97px;
	left: 50%;
	margin-left: -175px;
}

#intro section .hp_con {
	position: absolute;
	top: 126px;
	left: 23px;
	max-width: 285px;
	height: 515px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#intro section .hp_con img {
	width: 100%;
}


/* 
#intro .section1 { background:url('../img/sec1_bg.jpg') center center no-repeat; background-size:100% 100%; background-color:none;}
#intro .section2 { background:url('../img/sec2_bg.jpg') center center no-repeat; background-size:100% 100%; background-color:none;}
#intro .section3 { background:url('../img/sec3_bg.jpg') center center no-repeat; background-size:100% 100%; background-color:none;}
#intro .section4 { background:url('../img/sec4_bg.jpg') center center no-repeat; background-size:100% 100%; background-color:none;}
#intro .section5 { background:url('../img/sec5_bg.jpg') center center no-repeat; background-size:100% 100%; background-color:none;} */

#intro .section1 {
	background: url('../img/sec_bg_1.png') center top no-repeat;
}

#intro .section2 {
	background: url('../img/sec_bg_2.png') center top no-repeat;
}

#intro .section3 {
	background: url('../img/sec_bg_3.png') center top no-repeat;
}

#intro .section4 {
	background: url('../img/sec_bg_4.png') center top no-repeat;
}

#intro .section5 {
	background: url('../img/sec_bg_5.png') center top no-repeat;
}

#intro section .logo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10
}

#introRequest {
	display: none;
	position: fixed;
	z-index: 20;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .5);
}

#introRequest .request {
	background: url('../img/hp_bg1.png') no-repeat;
	width: 351px;
	height: 809px;
	position: absolute;
	top: 97px;
	left: 50%;
	margin-left: -175px;
}

#introRequest .reqfield {
	position: absolute;
	display: block;
	top: 126px;
	left: 23px;
	width: 285px;
	height: 515px;
	overflow: hidden;
	background: #fff
}

#introRequest .reqclose {
	position: absolute;
	display: block;
	top: 665px;
	left: 150px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	cursor: pointer
}

#introRequest .reqclose i {
	font-size: 30px;
}

#introRequest fieldset {}

#introRequest fieldset legend {
	display: block;
	width: 100%;
	padding: 20px;
	background: #3f4553;
	color: #fff;
	font-size: 24px;
}

#introRequest fieldset .alt {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #999;
	line-height: 1.5em;
	text-align: justify;
	background: #f5f5f5;
}

#introRequest fieldset .row {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

#introRequest fieldset .col {
	clear: both;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

#introRequest fieldset .col1 {
	color: #888;
}

#introRequest fieldset .col2 {
	margin-top: 10px;
}

#introRequest fieldset .req_input {
	border-radius: 0px;
	box-shadow: none;
	font-size: 18px;
	height: 2em;
}

#introRequest fieldset .req_name {
	display: block;
	width: 100%;
}

#introRequest fieldset .req_phone {
	width: 78px;
}

#introRequest fieldset .btn {
	text-align: center;
	margin: 20px auto;
}

#introRequest fieldset .required {
	background: none !important;
}

#introRequest fieldset .warning {
	border-color: red;
}


/* 모바일 인덱스 */
html.m_index {
	height: calc(100% + 60px);
}

body.m_index {
	height: 100%;
}

#m_index {
	position: relative;
	height: 100%;
}

#m_index #m_home {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 55px;
	height: 55px;
	z-index: 999;
}

#m_index #m_home img {
	width: 100%;
	height: 100%;
}

#m_index #m_cate {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 55px;
	height: 55px;
	z-index: 999;
}

#m_index #m_cate img {
	width: 100%;
	height: 100%;
}

#m_index #m_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

#m_index #m_menu .title {}

#m_index #m_menu .title img {
	width: 100%;
}

#m_index #m_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 90%;
	margin: 0px auto;
	padding: 20px 0px;
}

#m_index #m_menu ul li {}

#m_index #m_menu ul li a {
	display: block;
	border-bottom: 2px solid #f3f3f4;
	font-size: 16px;
	line-height: 30px;
	padding: 12px 0px;
}

#m_index #m_menu .menu_nav {
	width: 35px;
	height: 60px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: 0px;
}

#m_index #m_menu .menu_nav img {
	width: 100%;
	height: 100%;
}

#m_index #m_menu .menu_nav.off {
	display: none;
}

#m_index #m_menu .menu_prev {
	left: 0px;
}

#m_index #m_menu .menu_next {
	right: 0px;
}


#m_index .swiper-container {
	height: 100%;
}

#m_index .swiper-slide {}

#m_index .index {}

#m_index .index img {
	width: 100%;
	height: auto;
}

/*#m_index .swiper-slide .title { width:50%; margin:0px auto; display:block; padding-top:70px; margin-bottom:30px; max-width:274px;}*/
#m_index .swiper-slide h2 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	padding-top: 75px;
	padding-bottom: 20px;
	letter-spacing: -0.8px;
}

#m_index .swiper-slide p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	line-height: 20px;
	padding-bottom: 45px;
	letter-spacing: -0.8px;
}

#m_index .swiper-slide .hp {
	background: url('../img/m_hp_bg.png') center no-repeat;
	width: 71%;
	height: 70%;
	margin: 0px auto;
	background-size: contain;
	position: relative;
	max-width: 227px;
	max-height: 437px;
}

#m_index .swiper-slide .hp .hp_con {
	position: absolute;
	top: 52px;
	left: 18px;
	width: 79%;
	max-height: 321px;
	overflow: hidden;
	max-width: 178px;
}

#m_index .swiper-pagination {
	bottom: inherit;
	top: 160px;
}

#m_index .swiper-pagination-bullet {
	background-color: #ffc139;
	opacity: 1;
	width: 10px;
	height: 10px;
}

#m_index .swiper-pagination-bullet-active {
	background-color: #fff;
}

#m_index .swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

#m_index .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url('../img/prev.png') no-repeat;
	background-size: contain;
	width: 35px;
	height: 60px;
	margin-top: -30px;
	left: 0px;
}

#m_index .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url('../img/next.png') no-repeat;
	background-size: contain;
	width: 35px;
	height: 60px;
	margin-top: -30px;
	right: 0px;
}

#m_index .type1 {
	background-color: #fb4736;
	width: 100%;
	height: 100%;
}

#m_index .type1 .hp .hp_con img {
	width: 100%;
	transition: all ease-in-out .3s;
	animation: type1 10s infinite cubic-bezier(.65, .05, .36, 1)
}

#m_index .type2 {
	background-color: #2dbdb6;
	width: 100%;
	height: 100%;
}

#m_index .type2 .hp .hp_con img {
	width: 100%;
	transition: all ease-in-out .3s;
	animation: type2 10s infinite cubic-bezier(.65, .05, .36, 1)
}

#m_index .type3 {
	background-color: #ff6a17;
	width: 100%;
	height: 100%;
}

#m_index .type3 .hp .hp_con img {
	width: 100%;
	transition: all ease-in-out .3s;
	animation: type3 10s infinite cubic-bezier(.65, .05, .36, 1)
}

#m_index .type4 {
	background-color: #9651d0;
	width: 100%;
	height: 100%;
}

#m_index .type4 .hp .hp_con img {
	width: 100%;
	transition: all ease-in-out .3s;
	animation: type4 10s infinite cubic-bezier(.65, .05, .36, 1)
}

#m_index .type5 {
	background-color: #242039;
	width: 100%;
	height: 100%;
}

#m_index .type5 .hp .hp_con img {
	width: 100%;
	transition: all ease-in-out .3s;
	animation: type5 10s infinite cubic-bezier(.65, .05, .36, 1)
}

@-webkit-keyframes type1 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -510px
	}

	100% {
		margin-top: 0px
	}
}

@-moz-keyframes type1 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -510px
	}

	100% {
		margin-top: 0px
	}
}

@-o-keyframes type1 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -510px
	}

	100% {
		margin-top: 0px
	}
}

@keyframes type1 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -510px
	}

	100% {
		margin-top: 0px
	}
}

@-webkit-keyframes type2 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -845px
	}

	100% {
		margin-top: 0px
	}
}

@-moz-keyframes type2 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -845px
	}

	100% {
		margin-top: 0px
	}
}

@-o-keyframes type2 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -845px
	}

	100% {
		margin-top: 0px
	}
}

@keyframes type2 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -845px
	}

	100% {
		margin-top: 0px
	}
}

@-webkit-keyframes type3 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -500px
	}

	100% {
		margin-top: 0px
	}
}

@-moz-keyframes type3 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -500px
	}

	100% {
		margin-top: 0px
	}
}

@-o-keyframes type3 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -500px
	}

	100% {
		margin-top: 0px
	}
}

@keyframes type3 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -500px
	}

	100% {
		margin-top: 0px
	}
}

@-webkit-keyframes type4 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -690px
	}

	100% {
		margin-top: 0px
	}
}

@-moz-keyframes type4 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -690px
	}

	100% {
		margin-top: 0px
	}
}

@-o-keyframes type4 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -690px
	}

	100% {
		margin-top: 0px
	}
}

@keyframes type4 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -690px
	}

	100% {
		margin-top: 0px
	}
}

@-webkit-keyframes type5 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -715px
	}

	100% {
		margin-top: 0px
	}
}

@-moz-keyframes type5 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -715px
	}

	100% {
		margin-top: 0px
	}
}

@-o-keyframes type5 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -715px
	}

	100% {
		margin-top: 0px
	}
}

@keyframes type5 {
	0% {
		margin-top: 0px
	}

	50% {
		margin-top: -715px
	}

	100% {
		margin-top: 0px
	}
}



#m_index #m_ft {
	background-color: rgba(51, 51, 51, 0.9);
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	z-index: 99;
}

#m_index #m_ft:after {
	clear: both;
	display: block;
	content: "";
}

#m_index #m_ft .info {
	float: left;
	color: #fff;
	letter-spacing: -0.6px;
	font-size: 16px;
	width: calc(100% - 213px);
	line-height: 60px;
	text-align: center;
}

#m_index #m_ft .info span {
	font-weight: bold;
}

#m_index #m_ft img {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	height: 40px;
}

#m_index #m_ft a {
	display: block;
	float: right;
	background-color: #fff;
	color: #333;
	margin-right: 20px;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	padding: 0px 15px;
}

@media all and (min-width:0px) and (max-width:360px) {
	#m_index #m_ft .info {
		font-size: 14px;
	}
}

@media all and (min-width:0px) and (max-width:320px) {
	#m_index #m_ft .info {
		display: none;
	}

	#m_index .swiper-slide h2 {
		font-size: 23px;
	}

	#m_index .swiper-slide p {
		font-size: 13px;
		letter-spacing: -1px;
	}

	#m_index .swiper-slide .hp {
		background: url('../img/m_hp_bg.png') center no-repeat;
		width: 60%;
		height: 60%;
		margin: 0px auto;
		background-size: contain;
		position: relative;
		max-width: 192px;
		max-height: 340px;
	}

	#m_index .swiper-slide .hp .hp_con {
		position: absolute;
		top: 40px;
		left: 22px;
		width: 72%;
		max-height: 250px;
		overflow: hidden;
		max-width: 138px;
	}
}