
/* 초기화 */
*{
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0 !important;
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 1.8em;
	color: #40424c;
	background: #fff;
	max-width: 600px;
	margin: 0 auto;
	font-family: 'Pretendard',sans-serif;
	font-weight: 400;
	word-break: keep-all;
	overflow: hidden;
	position: relative;
	z-index: -1;
	min-height: 100vh;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
legend {
	position: absolute;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}
label, input, button, select, textarea, img {
	vertical-align: middle;
	outline: none;
}
input, button {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
button {
	cursor: pointer
}
input[type=text], input[type=password], input[type=submit], input[type=image], button {
	border-radius: 5px;
	font-size: 1em;
	-webkit-appearance: none
}
textarea, select {
	font-size: 1em;
}
textarea {
	border-radius: 0;
	-webkit-appearance: none
}
select {
	margin: 0
}
p {
	margin: 0;
	padding: 0;
	word-break: keep-all
}
hr {
	display: none
}
pre {
	overflow-x: scroll;
	font-size: 1.1em
}
a, a:link, a:visited {
	color: #40424c;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #40424c;
	text-decoration: none;
	-webkit-tap-highlight-color : transparent;
}
input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus{
	outline: none !important;
}
.btn.active, .btn:active{
	box-shadow: none!important;
}
/* 팝업레이어 #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_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 0
}
@media screen and (max-width:767px) {
	#hd_pop {
		z-index: 1000;
		position: relative;
		margin: 0 auto;
		width: 100% !important;
		height: 0
	}
	#hd_pop img {
		max-width: 100%
	}
}
#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
.hd_pops {
	position: absolute;
	/*border:1px solid #e9e9e9*/
;
	background: #fff;
	box-shadow: 0 0 3px #333
}
@media screen and (max-width:767px) {
	.hd_pops {
		width: 100% !important;
		position: absolute;
		top: 0px !important;
		left: 0 !important
	}
	.hd_pops img {
		width: 100% !important;
		height: 100% !important
	}
}
.hd_pops_con {
}
@media screen and (max-width:767px) {
	.hd_pops_con {
		width: 100% !important;
		height: 100% !important;
	}
}
.hd_pops_footer {
	padding: 10px 0;
	background: #000;
	color: #fff;
	text-align: right
}
@media screen and (max-width:767px) {
	.hd_pops_footer {
		width: 100% !important
	}
}
.hd_pops_footer button {
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
	background: #393939;
	color: #fff;
	font-size: 0.90em;
}
/* 상단 레이아웃 */
#hd {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 15px;
	max-width: 600px;
	background: #fff;
	/* border-bottom: 1px solid #f4f7ff;
    */
}
#hd.ver_bg {
	background: #fff
}
#hd.ver_bg #title {
	color: #2e499f
}
#hd h1 > a{
	display: flex;
	align-items: center;
	grid-gap: 10px;
}
#hd h1 img {
	height: 35px;
}
#hd h1 img + p{
	font-size: 1em;
	color: #373c5e;
	letter-spacing: -1px;
	font-weight: 600;
}
#hd a.top_myp {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	background: url(../img/common/ico_myp.png) no-repeat center center;
	background-size: 45%
}
#hd .addr {
	width: 40%;
	text-align: center;
}
#hd .addr a {
	display: block;
	line-height: 35px;
	font-weight: 600;
	font-size: 1.2em;
}
#hd .addr a span {
	display: inline-block;
	width: calc(100% - 20px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
#hd .goto {
	width: 30%;
	text-align: right;
}
#hd .goto a.btn {
	display: inline-block;
	font-size: 0.85em;
	border: 1px solid #666;
	padding: 3px 5px 1px;
	line-height: 1em;
	margin: 8px 0;
}
#hd:after {
	display: none
}
#hd_h1 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}
nav {
	padding: 5px 10px;
}
nav ul {
	width: 100%;
}
nav ul li {
	text-align: center;
	margin-right: 3px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li .on {
	display: none;
}
nav ul li img {
	width: 60%;
	margin: 5px auto;
	max-width: 100px;
}
nav ul li a {
	display: block;
	width: 100%;
	padding: 5px;
}
nav ul li p {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}
nav ul li p span {
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	color: #2c3c8b;
	padding: 3px 5px 1px;
	font-size: 0.85em;
	line-height: 1em;
	margin-left: 5px;
	vertical-align: middle;
}
nav ul li.active .off {
	display: none;
}
nav ul li.active .on {
	display: block;
}
nav ul li.active a {
	background: #fff;
	color: #2c3c8b
}
nav ul li.active p {
	color: #2c3c8b
}
nav ul li.active p span {
	background: #ff6c00;
	color: #fff;
}
#hd #hd_back {
	width: 20%;
}
#hd #hd_back img {
	height: 25px;
	margin: 3px 0;
}
#hd #title {
	text-align: center;
	line-height: 35px;
	font-weight: 600;
	font-size: 1.2em;
}
#hd .blank {
	width: 20%;
}
#hash_menu svg{
	font-size: 25px;
	color: #666;
}
#hd.ver_gorup #title{
	display: flex;
	align-items: center;
	grid-gap: 10px;
	color: #666;
}
#hd.ver_gorup #title img{
	width: 35px;
}
#hd.ver_redmap #title{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	color: #3a3a3a;
	/* position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
    */
}
#hd.ver_redmap #title img{
	width: 35px;
}
#hd.ver_intro{
}
#hd.ver_intro #title{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	color: #fff;
}
#hd.ver_intro #title img {
	width: 35px;
}
#hd.ver_view{
	position: fixed;
	width: 100%;
	background:#ffffffad;
	z-index: 999;
	backdrop-filter: blur(5px);
}
#hd.ver_view:has(#left_menu.open){
	backdrop-filter: none;
}
#hd.ver_view02{
	position: unset;
}
#hd.ver_view #hd_back, #hd.ver_subview #hd_back{
	color: #000;
	font-size: 25px;
}
#hd.ver_write{
	background: #fff;
	height: 50px;
}
#hd.ver_write #title{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	color: #222;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#hd.ver_write #hd_back{
	color: #222;
	font-size: 25px;
}
#hd.ver_sub img{
	width: 35px;
}
/* 중간 레이아웃 */
#wrapper {
	margin: 0 auto;
}
#wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.container{
	padding: 0 15px;
	margin: 30px 0;
}
#container {
	position: relative;
	min-height: 300px
}
#container:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
#container_title {
	margin: 15px 20px;
	font-size: 1.2em;
	font-weight: 500
}
/* 텍스트 크기 조절 */
#text_size {
	margin: 0 0 10px;
	text-align: center
}
#text_size button {
	margin: 0;
	padding: 2px 2px 1px;
	border: 1px solid #c3c6ca;
	background: transparent;
	vertical-align: middle
}
.ts_up {
	font-size: 1.167em !important
}
.ts_up2 {
	font-size: 1.3em !important
}
/* 하단 레이아웃 */
#ft_copy {
	padding: 25px 25px;
	font-size: 0.7em;
	width: 100%;
}
#ft_copy #ft_company {
	text-align: left;
	line-height: 1.5em;
	font-size: 1.1em;
}
#ft_copy #ft_company a {
	display: inline-block;
	padding: 0;
}
#ft_copy #ft_company a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	background: #ddd;
	margin: 0 3px 0 5px;
	vertical-align: middle;
}
#ft_copy #ft_company a:last-child:after {
	display: none;
}
#ft_copy b {
	color: inherit
}
#ft_copy a {
	color: inherit;
	text-decoration: none
}
#ft_btn {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	background: linear-gradient(-45deg, #6f5fef, #75c8f1);
}
#ft_btn .btn {
	display: block;
	color: #fff;
	font-size: 1.3em;
	/* padding: 20px 0;
    */
	background: none;
	width: 100%;
	line-height: 50px;
	font-size: 1.5em;
	font-weight: 500;
}
#ft_btn .good {
	width: 55px;
	background: #fff;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
#ft_btn .good img {
	height: 25px;
	margin: 16px 0;
}
#ft_btn.half:after {
	content: "";
	display: block;
	clear: both;
}
#ft_btn.half .btn {
	float: right;
	width: calc(100% - 150px);
	font-size: 1.2em;
}
#ft_btn.half .btn.fl {
	width: calc(100% - 55px);
	font-size: 1.2em;
}
#ft_btn.half .link {
	float: left;
	width: 150px;
	color: #fff;
	background: #ac218e;
}
#ft_btn.half .link a {
	display: block;
	color: #fff;
	padding: 15px 0;
	font-size: 1.2em;
}
/* 게시물 선택복사 선택이동 */
#copymove {
}
.copymove_current {
	float: right;
	color: #ff3061
}
.copymove_currentbg {
	background: #f4f4f4
}
/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden
}
.msg_sound_only, .sound_only {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden
}
/* 본문 바로가기 */
.to_content a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
/* 이미지 등비율 리사이징 */
.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;
	font-size: 0
}
#captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 187px
}
#captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	margin-bottom: 3px;
	margin-right: 32px;
	vertical-align: top
}
#captcha #captcha_reload {
	position: absolute;
	top: 31px;
	left: 161px;
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	border: none;
	border-top: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}
#captcha #captcha_key {
	margin: 0;
	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
}
#captcha #captcha_mp3 {
	position: absolute;
	top: 0;
	left: 161px;
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	border: none
}
/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0
}
#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;
	display: block;
}
#captcha.m_captcha #captcha_reload {
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	position: static
}
#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
}
/*단축키일람 */
.btn_cke_sc {
	background: #333;
	color: #fff;
	padding: 5px;
	border: none;
	margin-bottom: 5px
}
.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: 50%;
	font-weight: bold
}
.cke_sc_def dd {
	width: 50%
}
.btn_cke_sc_close {
	background: #333;
	padding: 5px;
	border: none;
	color: #fff
}
/* 버튼 */
a.btn01 {
	display: inline-block;
	padding: 8px 7px 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}
a.btn01:focus, a.btn01:hover {
	text-decoration: none
}
button.btn01 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none
}
a.btn02 {
	display: inline-block;
	padding: 8px 7px 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}
a.btn02:focus, .btn02:hover {
	text-decoration: none
}
button.btn02 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none
}
.btn_confirm {
	text-align: center
}
/* 서식단계 진행 */
.btn_submit {
	padding: 8px;
	border: 0;
	background: #ff3061;
	color: #fff;
}
fieldset .btn_submit {
	padding: 0 7px;
	height: 24px;
	line-height: 1em
}
a.btn_cancel {
	display: inline-block;
	padding: 8px 7px 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}
button.btn_cancel {
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	vertical-align: top;
	text-decoration: none
}
a.btn_frmline, button.btn_frmline {
	display: inline-block;
	padding: 0 5px;
	height: 1.9em;
	border: 0;
	background: #333;
	color: #fff;
	letter-spacing: -0.1em;
	text-decoration: none;
	vertical-align: top;
	line-height: 1.9em
}
/* 우편번호검색버튼 등 */
button.btn_frmline {
	font-size: 1em
}
/* 모바일게시판 버튼 */
/* 글쓰기버튼 */
.bo_fx {
	position: fixed;
	width: 50px;
	bottom: 90px;
	right: 20px;
	padding: 0;
	margin: 0;
	z-index: 100;
}
.bo_fx ul {
	float: right;
}
.bo_fx ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.bo_fx a, .bo_fx button {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	font-size: 20px;
	border-radius: 50%;
	background: #211A2C;
	color: #fff;
}
.bo_fx a {
	background: #333;
}
#bo_list a.btn_b02 {
	background: #5169dd;
	font-size: 20px;
	font-weight: normal;
	border: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 2px;
}
#bo_v_top {
	display: none;
}
#bo_v_bot {
	padding: 15px 0;
}
#bo_v_bot a {
	background: none;
	border: 1px solid #ddd;
	padding: 0 8px;
	color: #ccc;
}
#bo_v_bot .bo_v_com a {
	background: #fff;
}
.bo_v_com li {
	margin: 0;
	margin-left: -1px;
}
/* 게시판카테고리 */
#bo_cate {
	background: #fff;
	position: relative;
	z-index: 999;
}
#bo_cate h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
#bo_cate > ul {
	margin-bottom: 0px;
	padding-left: 1px;
	zoom: 1;
	border-bottom: 1px solid #f2f2f2;
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 30px;
}
#bo_cate > ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
#bo_cate > ul > li {
	padding: 0 5px;
	display: inline-block;
	white-space: nowrap;
}
#bo_cate > ul > li:last-child {
	margin-right: 35px;
}
#bo_cate > ul > li > a {
	display: block;
	position: relative;
	line-height: 1.2em;
	cursor: pointer;
	padding: 13px 5px 12px 5px;
	font-size: 1.1em;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
	text-decoration: none
}
#bo_cate #bo_cate_on {
	z-index: 0;
	background: #fff;
	color: #20e4bf;
	font-weight: bold;
	position: relative;
}
#bo_cate #bo_cate_on:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #20e4bf;
	position: absolute;
	bottom: 0;
	left: 0;
}
#bo_cate .open_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}
#bo_cate .open_btn p {
	margin: 10px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 1em;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #1a1a1a;
	color: #1a1a1a;
	text-align: center;
}
#bo_cate_all {
	position: absolute;
	width: 100%;
	left: 0;
	top: 41px;
	z-index: 999;
	display: none;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
	padding-left: 1px;
	zoom: 1;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
	padding: 25px 20px;
}
/* 1차메뉴만 있을때 */
#bo_cate_all ul {
	margin: 0;
	padding: 5px 0;
}
#bo_cate_all ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
#bo_cate_all li {
	float: left;
	margin-bottom: 2px;
}
/* 2차메뉴까지 있을때 */
#bo_cate_all dl {
	margin: 0;
	padding: 3px 0;
}
#bo_cate_all dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
#bo_cate_all dt {
	float: left;
	font-size: 1.2em;
	margin-right: 8px;
	line-height: 26px;
}
#bo_cate_all dd {
	float: left;
}
#bo_cate_all dd:first-child {
	float: none;
}
#bo_cate_all a {
	opacity: 0.9;
	display: inline-block;
	line-height: 26px;
	padding: 0px 8px;
	border: 1px solid #ddd;
	color: #999;
	border-radius: 15px;
	margin-right: 1px;
}
#bo_cate_all #bo_cate_on {
	border: 1px solid #ccc;
	background: #FBFBFB;
	font-weight: 600;
}
#bo_cate_all #bo_cate_on:after {
	display: none;
}
#bo_cate.on {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/* 게시판용 버튼 */
a.btn_b01 {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #d9ded9;
	background: #f2f5f9;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}
a.btn_b01:focus, .btn_b01:hover {
	text-decoration: none
}
a.btn_b02 {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}
a.btn_b02:focus, .btn_b02:hover {
	text-decoration: none
}
a.btn_admin {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #e8180c;
	background: #e8180c;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}
/* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {
	text-decoration: none
}
/* 댓글 스타일 */
.cnt_cmt {
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: bold
}
/* 기본테이블 */
.tbl_wrap {
	margin: 0 0px 10px
}
.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
.tbl_wrap caption {
	padding: 10px 0;
	color: #4b8b99;
	font-weight: bold;
	text-align: left
}
.tbl_head01 {
}
.tbl_head01 caption {
	padding: 0 0 10px;
	color: #777;
	text-align: left
}
.tbl_head01 thead th {
	padding: 12px 0;
	border-top: 1px solid #d1dee2;
	border-bottom: 1px solid #d1dee2;
	background: #e5ecef;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}
.tbl_head01 thead a {
	color: #383838
}
.tbl_head01 thead th input {
	vertical-align: top
}
/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #484848;
	color: #fff
}
.tbl_head01 tfoot td {
	border-color: #666;
	background: #484848;
	color: #fff;
	font-weight: bold;
	text-align: center
}
.tbl_head01 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}
.tbl_head01 td {
	padding: 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.5em;
	word-break: break-all
}
.tbl_head02 {
}
.tbl_head02 caption {
	padding: 0 0 10px;
	color: #777;
	text-align: left
}
.tbl_head02 thead th {
	padding: 5px 0;
	border-top: 1px solid #d1dee2;
	border-bottom: 1px solid #d1dee2;
	background: #e5ecef;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}
.tbl_head02 thead a {
	color: #383838
}
.tbl_head02 thead th input {
	vertical-align: top
}
/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #484848;
	color: #fff
}
.tbl_head02 tfoot td {
	border-color: #666;
	background: #484848;
	color: #fff;
	font-weight: bold;
	text-align: center
}
.tbl_head02 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}
.tbl_head02 td {
	padding: 5px 3px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.4em;
	word-break: break-all
}
/* 폼 테이블 */
.tbl_frm01 {
}
.tbl_frm01 th {
	padding: 10px 0;
	width: 90px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	text-align: left
}
.tbl_frm01 td {
	padding: 10px 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: transparent
}
.tbl_frm01 textarea, .frm_input {
	width: 100%;
	background-color: #f4f4f4 !important;
	border: 0;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	margin-bottom: 5px;
	padding: 0;
	border-radius: 5px;
}
.tbl_frm01 textarea {
	width: 100%;
	height: 100px;
	line-height: 1.8em;
}
.tbl_frm01 a {
	text-decoration: none
}
.tbl_frm01 .frm_file {
	display: block;
	margin-bottom: 5px;
	width: 100%
}
.tbl_frm01 .frm_info {
	display: block;
	padding: 5px 0 0;
	color: #666;
	line-height: 1.3em
}
/* 자료 없는 목록 */
.empty_table {
	padding: 20vh 0 !important;
	text-align: center;
	opacity: 0.3;
}
.empty_list {
	padding: 20vh 0 !important;
	text-align: center;
	opacity: 0.3;
}
/* 필수입력 */
.required, textarea.required {
	background: url('../img/wrest.gif') #f7f7f7 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: 60px;
	text-align: center
}
.td_datetime {
	width: 150px;
	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: left
}
.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
}
.txt_active {
	color: #5d910b
}
.txt_done {
	color: #673695;
	font-weight: 600;
}
.txt_expired {
	color: #ccc
}
.txt_rdy {
	color: #673695;
	opacity: 0.5;
}
.txt_sm{
	font-size: 0.9em !important;
	line-height: 1.6;
}
/* 새창 기본 스타일 */
.new_win {
}
.new_win #win_title {
	margin: 0 0 20px;
	padding: 20px;
	border-top: 3px solid #4e5d60;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1.2em
}
.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}
.new_win .tbl_wrap {
	margin: 0 20px
}
.new_win .win_ul {
	margin: -20px 0 20px 0;
	padding: 0 20px;
	border-bottom: 1px solid #455255;
	background: #484848;
	list-style: none
}
.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;
	border-right: 1px solid #455255;
	border-left: 1px solid #455255;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}
.new_win .win_desc {
	padding: 10px 20px
}
.new_win .win_btn {
	clear: both;
	margin: 20px;
	text-align: center
}
.new_win .win_btn a {
	display: inline-block;
	padding: 0 10px;
	height: 2.5em;
	background: #666;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 2.5em
}
.new_win .win_btn button {
	display: inline-block;
	padding: 0 10px;
	height: 2.5em;
	border: 0;
	background: #666;
	color: #fff;
	text-decoration: none;
	line-height: 2.5em
}
.new_win .win_btn input {
	padding: 0 10px;
	height: 2.5em;
	line-height: 2.5em
}
/* 검색결과 색상 */
.sch_word {
	color: #ff3061
}
/* 사이드뷰 */
.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: 0 8px;
	height: 25px;
	color: #000;
	letter-spacing: 0;
	line-height: 2.2em;
	vertical-align: middle
}
.pg a:focus, .pg a:hover {
	text-decoration: none
}
.pg_page {
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none
}
.pg_start, .pg_prev {
	/* 이전 */
}
.pg_end, .pg_next {
	/* 다음 */
}
.pg_current {
	display: inline-block;
	margin: 0px 0 0;
	background: #333;
	color: #fff;
	font-weight: normal
}
/* PC화면으로 */
#device_change {
	display: block;
	margin: 5px;
	padding: 5px 0;
	border: 1px solid #eee;
	border-radius: 2em;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	text-align: center
}
/* 글등록시 첨부 이미지 */
#bo_w #bf_wrap {
	padding: 0;
	border-bottom: 1px solid #ddd;
}
#bo_w #bf_wrap dl {
	margin-bottom: 0px !important;
}
#bo_w #bf_wrap dl:after {
	content: "";
	display: block;
	clear: both;
}
#bo_w #bf_wrap dt {
	margin-top: 10px;
	/* display: none;
    */
}
#bo_w #bf_wrap dt, #bo_w #bf_wrap dd {
	float: none;
}
#bo_w #bf_wrap dd:after {
	content: "";
	display: block;
	clear: both;
}
#bo_w #bf_wrap .scroll_x {
	padding: 6px 0;
}
#bf_wrap .el_hidden {
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
#bf_wrap #bf_prev_wrap {
	/* display: inline;
    */
	/* width: calc(100% - 66px);
    */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#bf_wrap .prev_area {
	/* width: 60px;
     height: 60px;
     */
	width: 100%;
	position: relative;
	margin: 0 0 6px 0;
}
#bf_wrap .prev_area .img_bd {
	position: relative;
	width: auto;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	height: auto;
	line-height: 30px;
	padding: 0 12px;
	/* position: absolute;
    */
}
#bf_wrap .prev_area .img_bd img {
	width: 100%;
	height: auto;
	/* position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     */
}
#bf_wrap .prev_area button {
	position: absolute;
	border: 0;
	right: -6px;
	top: -6px;
	background: #fff;
	border-radius: 50%;
	color: #333;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	z-index: 1;
	border: 1px solid #ddd;
}
#bf_wrap .img_add {
	float: left;
	vertical-align: middle;
	padding: 0;
	margin: 0 6px 12px 0;
}
#bf_wrap .img_add .btn {
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	background: #fff;
	color: #ccc;
	font-size: 1.3em;
}
.fotorama__nav-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.fotorama__dot {
	width: 6px !important;
	height: 6px !important;
}
.fotorama__nav--dots .fotorama__nav__frame {
	width: 10px !important;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	background: #35cab0;
	border: 1px solid #35cab0;
}
.fotorama__dot {
	border: 0 !important;
	background: #fff;
}
/* loading */
#loading_area {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -25%;
	text-align: center;
	width: 100%;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #20e4bf;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#content {
}
.con_list{
}
.con_list li{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.con_list li .thumb{
	margin: 0 0 20px;
}
.con_list li .thumb img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.con_list li h6{
	display: flex;
	justify-content: space-between;
}
.con_list li .name{
	font-size: 18px;
	font-weight: 500;
}
.con_list li .level{
	background: #446ed5;
	color: #fff;
	padding: 0 8px;
	height: 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
	border-radius: 2px;
}
.con_list li p{
	margin: 5px 0 0;
}
.con_list li p span{
	font-size: 15px;
	color: #aaa;
	padding: 0 6px 0 0;
	margin: 0 6px 0 0;
	border-right: 1px solid #eee;
	word-break: keep-all;
}
.con_list li p span:last-of-type{
	border-right: 0;
}
.con_list li p span > i{
	color: #446ed5;
	margin: 0 6px 0 0;
}
.con_list li dt{
	font-size: 15px;
}
.con_list li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center;
    */
	margin: 10px 0 0;
	font-size: 15px;
}
.con_list li dl .more_view{
	/* display: flex;
     flex-direction: column;
     */
	text-align: right;
	font-size: 14px;
	color: #aaa;
}
.con_list li dl .more_view > i{
	position: relative;
	font-size: 12px;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	display: inline-block;
}
.con_list li dl .more_view > i::before{
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
}
.con_list li dl .more_view.on > i::before{
	content: '\f106';
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
}
.con_list li dl .spec{
	font-size: 14px;
	color: #333;
	background: #f5f5f5;
	width: 100%;
	padding: 10px;
	margin: 10px 0 0;
	text-align: right;
	display: flex;
	flex-direction: column;
	display: none;
}
.con_list li dl .spec > span{
	margin: 0 5px 2px;
	display: block;
}
.search_wrap{
	padding: 15px 15px;
	background: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
}
.search_wrap .sch_bar{
	position: relative;
	width: 100%;
}
.search_wrap select{
	appearance:none;
	width: 100%;
	height: 40px;
	border: 0;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1.1em;
	padding-right: 30px;
	background: #FFF url(../img/common/ico_opt2.png) no-repeat 90% center;
	background-size: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: calc((96% - 40px)/2);
	margin-right: 2%;
}
.search_wrap select:nth-child(2){
	margin-right: 0;
}
.search_wrap .sch_bar input{
	width: 100%;
	border: 0;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1.1em;
	padding-right: 50px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.search_wrap .sch_bar button{
	background: url(../img/common/ico_sch.png) no-repeat center center;
	position: absolute;
	right: 5px;
	bottom: 0;
	border: 0;
	background-size: 22px;
	width: 40px;
	height: 40px;
	text-indent: -9999em;
	overflow: hidden;
}
/*테이블*/
.to_table {
	background: #ffffff;
	margin: 10px 0 10px 0;
	width: 100%;
}
.to_table caption {
	display: none;
}
.to_table thead tr th {
	font-weight: 500;
	text-align: center;
	padding: 7px;
	font-size: 1em;
	color: #5b5b5b;
	background: #EEE;
}
.to_table.pink_ver thead tr th {
	border-top: 1px solid #e9559a;
	background: #e9559a;
	border-bottom: 1px solid #e9559a;
}
.to_table td {
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 3px;
	color: #666;
	text-align: center;
	border-collapse: collapse;
	font-size: 1em;
}
.to_table tr.color td {
	background: #f5fafb;
}
.to_table td.end {
	color: #3270bd;
}
.to_table td.end2 {
	color: #25a99e;
}
.no_data {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
}
/* 준비중페이지 */
#ready {
	text-align: center;
	background: url(../img/common/ready.png) no-repeat 50% 0;
	margin: 80px 0;
	padding-top: 130px;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #333;
}
#ready strong {
	font-weight: 600;
	color: #23B1BD;
}
#ready p {
	font-size: 0.8em;
	color: #666;
}
html.on {
	overflow-y: hidden
}
.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
.tc {
	text-align: center !important
}
.tl {
	text-align: left !important
}
.tr {
	text-align: right !important
}
.black {
	color: #222 !important
}
.white {
	color: #FFF !important
}
.mint {
	color: #66c5d3 !important
}
.font-pp {
	color: #6f00be !important
}
.gray {
	color: #636363 !important
}
.grayB {
	color: #222 !important
}
.bg_blue {
	background: #2e499f !important
}
.bg_blue2 {
	background: #446ed5 !important
}
.blue {
	color: #2e499f !important
}
.blue2 {
	color: #446ed5 !important
}
.inner {
	width: 90%;
	margin-left: auto !important;
	margin-right: auto !important
}
.w900 {
	width: 900px;
	margin-left: auto;
	min-width: 768px;
	margin-right: auto;
}
.text_B {
	text-transform: uppercase;
}
.tbl {
	margin-top: 10px;
}
.tbl table {
	width: 100%;
	border-top: 1px solid #444;
	font-size: 1.1em;
	letter-spacing: 0;
	text-align: center;
	border-left: 1px solid #e3e3e3;
}
.tbl tr th {
	vertical-align: middle;
	padding: 10px 15px;
	border-bottom: 1px solid #e3e3e3;
	background: #f5f5f5;
	color: #222;
}
.tbl tr td {
	vertical-align: middle;
	padding: 8px 15px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	color: #333;
}
.tbl thead th {
	background: #f5f5f5;
	text-align: center;
	border-right: 1px solid #e3e3e3;
}
.tbl tbody th {
	background: #F7F7F7;
	text-align: center;
	border-right: 1px solid #e3e3e3;
}
.tbl3 {
	border-top: 1px solid #444;
	font-size: 1.1em;
	letter-spacing: 0;
	text-align: center;
}
.tbl3 tr th {
	vertical-align: middle;
	padding: 5px 5px;
	border-bottom: 1px solid #e3e3e3;
	background: #f5f5f5;
}
.tbl3 tr td {
	vertical-align: middle;
	padding: 5px 5px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	color: #666;
}
.tbl3 thead th {
	background: #f5f5f5;
	text-align: center;
	border-right: 1px solid #e3e3e3;
	padding: 7px 5px;
}
.tbl3 tbody th {
	background: #F7F7F7;
	text-align: center;
	border-right: 1px solid #e3e3e3;
}
.tbl3 tr.total td {
	border-right: 1px dotted #ddd;
	background: #efefef;
	font-weight: 500;
	color: #333;
	border-top: 1px solid #444;
}
.tbl3 tr td.rn {
	border-right: 0;
}
.mobVer {
	display: none !important
}
.app_fot {
	background: #f3f6fd;
	color: #6b6d73;
	padding: 40px 10px;
	text-align: center;
	font-size: .85em;
	margin: 0 0 80px;
	/* margin-top: 40px*/
	display: flex;
	flex-wrap: wrap;
	word-break: keep-all;
	align-items: center;
	justify-content: center;
	grid-gap: 0 8px;
	font-size: 11px;
}
.app_fot.on {
	background: #f4f7fc;
}
/* button */
.btnBox {
	text-align: center
}
.btnBox .newBtn {
	margin: 0 5px;
	min-width: 150px;
}
.newBtn {
	all: unset;
	display: inline-block;
	min-width: 220px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	border-radius: 10px;
	background: #2a338f;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	border: 0;
	color: #FFF !important
}
.newBtn_non {
	all: unset;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	background: #333;
	color: #FFF;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	border: 0;
	padding: 0 20px;
}
.newBtn.btn_line {
	color: #6f00be !important;
	border: 1px solid #6f00be !important;
	background: #FFF !important;
}
.newBtn.ver_full {
	width: 100%;
	line-height: 60px;
}
.link_btn {
	display: inline-block;
	font-size: 13px;
	color: #9a9a9a !important;
	text-decoration: underline !important;
}
.newBtn_s {
	display: inline-block;
	color: #FFF !important;
	background: #3742ac;
	line-height: 45px;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	border-radius: 8px
}
.newBtn_s.newLike {
	padding-left: 14px;
	position: relative;
}
.newBtn_s.newLike:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../img/common/ico_like.svg) no-repeat center center;
	top: 8px;
	margin-left: -32px;
	background-size: 22px;
}
.newBtn_s.newLike.on:before {
	background: url(../img/common/ico_like_on.svg) no-repeat center center;
	background-size: 22px;
}
.newBtn_s.bg_black {
	background: #35383b;
}
.trans05 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.trans05:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_file {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	border: 1px solid #DDD;
	border-radius: 10px;
	background: #eaeaea;
	overflow: hidden;
}
.btn_file:before {
	content: '+';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	opacity: .2;
	z-index: 1;
}
.btn_file label {
	display: inline-block;
	width: 80px;
	height: 80px;
	cursor: pointer;
	opacity: .5;
	z-index: 2;
	position: relative;
	margin-bottom: 0;
}
.btn_file input[type="file"] {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.btn_write {
	z-index: 9;
	position: fixed;
	background: #333;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: block;
	text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	right: 11px;
	bottom: 90px;
}
.btn_write img {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* select */
.box_sel select {
	width: auto;
	padding: 5px 20px 5px 5px;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 20px;
	min-width: 200px;
	cursor: pointer;
	height: 45px;
	outline: none;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 50px;
	/*margin-right: 10px;
     background:#FFF url(../img/app/ico_sel.png) no-repeat 92% center;
    */
}
.box_sel label {
	display: inline !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
}
.sarr i {
	margin-left: -20px;
	margin-right: 20px;
}
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexBox.area01 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexBox.area01 > * {
	width: 48%;
}
.flexBox.area02 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexBox.area02 > * {
	width: 31.3%;
}
.flexBox.area02.ver_noList > * {
	width: auto;
}
.flexBox.area02.ver_noList {
}
.flexBox.area03 > * {
	width: 49%;
	margin-right: 2%;
}
.flexBox.area03 > *:nth-child(2n) {
	margin-right: 0
}
.flexBox.area04 > * {
	width: 23%
}
.flexBox.area05 > * {
	min-width: 18%;
	width: 18%
}
.flexBox.ver_row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.dlBox dl {
	display: table;
	margin-bottom: 5px;
	width: 100%;
}
.dlBox dl.full {
	width: 100%
}
.dlBox dl dt {
	display: table-cell;
	width: 150px;
	vertical-align: top;
	line-height: 30px;
}
.dlBox dl dd {
	display: table-cell
}
button.like {
	border: 0;
	background-image: url(../img/common/ico_like.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-indent: -99em;
	background-color: transparent;
	overflow: hidden;
}
.btn_share {
	border: 0;
	background: url(../img/common/ico_share.svg) no-repeat center center;
	background-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 40px;
	text-indent: -99em;
	overflow: hidden;
}
button.like.on {
	background-image: url(../img/common/ico_like_on.svg);
	-webkit-animation-duration: .45s;
	animation-duration: .45s;
	-webkit-animation-name: like-button-animation;
	animation-name: like-button-animation;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.chk {
	display: inline-block
}
.chk input[type="checkbox"] {
	display: inline;
	width: 1px;
	height: 1px;
	background: #FFF;
	overflow: hidden;
	text-indent: -999em;
	position: absolute;
	z-index: -999;
	border: 0;
	visibility: hidden;
}
.chk input[type="checkbox"] + label {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/common/check.png) no-repeat left center;
	background-size: 25px;
	min-height: 25px;
}
.chk input[type="checkbox"]:checked + label {
	padding-left: 25px;
	background: url(../img/common/check_on.png) no-repeat left center;
	background-size: 25px;
}
.modal .modal-content {
	max-width: 530px;
	top: 60%;
	transform: translate(0, -50%);
	border-radius: 0px;
	border: 0!important;
}
.modal.in .modal-content {
	top: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.modal-body {
	overflow-y: auto;
	margin-right: 0;
	width: 100%;
	max-height: 55vh;
	overflow-y: scroll;
}
.modal-header {
	border-bottom: 0;
	min-height: inherit;
	padding: 0
}
.modal-header .close {
	position: absolute;
	top: -33px;
	right: 0;
}
.modal-header .close {
	font-size: 34px;
	opacity: 1;
	color: #FFF;
	font-weight: 300;
	line-height: 30px;
}
#ft_menu {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 20px 20px 0 0;
	box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	z-index: 100;
	left: 50%;
	background: #FFF;
	max-width: 600px;
	transform: translate(-50%, 0);
	overflow: hidden;
	border-radius: 0;
}
#ft_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#ft_menu li {
	width: 20%;
	text-align: center
}
#ft_menu li a {
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-gap: 5px;
	background: #FFF;
	position: relative;
	opacity: 0.6;
}
#ft_menu li a svg, #ft_menu li a img{
	height: 23px;
	mix-blend-mode: luminosity;
}
#ft_menu li a p{
	font-size: 14px;
}
#ft_menu li.on a {
	color: #2e499f;
	opacity: 1;
}
#ft_menu li.on a img{
	mix-blend-mode: inherit;
}
#ft_menu li.on a p{
	font-weight: 700;
}
#left_menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -300%;
	z-index: 999;
	/* text-align: center;
    */
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	background: #efeff3;
}
body:has(#left_menu.open) {
	overflow: hidden;
	height: 100vh;
}
#left_menu.open {
	right: 0px;
}
#left_menu .top_banner {
	background: #fff;
	max-width: 600px;
	margin: 0 auto;
}
#left_menu .top_banner > a {
	background: #fff;
}
#hash_wrap {
	padding: 10px 15px 0;
	max-width: 600px;
	margin: 0 auto;
}
#hash_wrap #hd_tnb{
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}
#hash_wrap #hd_tnb > h1{
	font-size: 1.5em;
}
#hash_wrap #hd_tnb > h1 a.top_logout{
	display: flex;
	align-items: center;
	grid-gap: 5px;
	color: #999;
	font-size: 12px;
	padding: 5px 0;
}
#hash_wrap nav{
	padding: 0;
	margin: 10px 0 0;
}
#hash_wrap nav ul{
	margin: 0;
	overflow-x: auto;
	max-height: calc(100vh - 250px);
}
#hash_wrap nav ul li{
	margin: 0;
	text-align: left;
}
#hash_wrap nav ul li a{
	font-size: 1.2em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
#hash_wrap nav ul li a svg{
	opacity: 0.25;
}
#left_menu .btn-close{
	border: none;
	color: #666;
	position: absolute;
	top: 30px;
	right: 5%;
	font-size: 1.5em;
	background: transparent;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.color-red{
	color: #F33C3C !important;
}
.color-blue{
	color: #2E499F !important;
}
.color-green{
	color: #3d9f2e !important;
}
.color-gray2{
	color: #646464 !important;
}
.color-gray1{
	color: #b9b9b9 !important;
}
input[type='text']{
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	font-family: 'Pretendard',sans-serif;
	/* color: #fff;
    */
	position: relative;
	-webkit-appearance:none;
	/* 크롬 화살표 없애기 */
	-moz-appearance:none;
	/* 파이어폭스 화살표 없애기 */
	appearance:none
	/* 화살표 없애기 */
}
input[type='text']::placeholder{
	color: #fff;
}
select{
	height: 45px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 45px;
	font-family: 'Pretendard',sans-serif;
	/* color: #fff;
    */
	position: relative;
	-webkit-appearance:none;
	/* 크롬 화살표 없애기 */
	-moz-appearance:none;
	/* 파이어폭스 화살표 없애기 */
	appearance:none;
	/* 화살표 없애기 */
	background: url(../img/ic_arrowdown.svg) no-repeat calc(100% - 20px) center / 12px auto;
}
select > option{
	color: #222;
}
.flex{
	display: flex;
}
.flex.gap5{
	grid-gap: 5px;
}
.flex.gap10{
	grid-gap: 10px;
}
.flex.sb{
	justify-content: space-between;
}
.flex.itemCenter{
	align-items: center;
}
.flex.column{
	flex-direction: column
}
.btn-ic{
	display: flex;
	align-items: center;
	grid-gap: 3px;
	font-size: .95em;
	color: #999;
}
.btn,a.btn,input.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0 20px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	border: none;
	box-shadow: none;
	font-family: 'Pretendard',sans-serif;
}
.btn_color01{
	background: #2E499F !important;
}
.btn_color02{
	background: #3459CC !important;
}
.btn_blue{
	background: #3459CC !important;
}
.btn_skyblue{
	background: #EAEEFA !important;
	color: #3459CC !important;
}
.btn_red{
	background: #F33C3C !important;
}
.btn_gray{
	background: #999 !important;
}
/*모달*/
/*부트스트랩*/
.modal .modal-content {
	max-width: 530px;
	top: 60%;
	transform: translate(0, -50%);
}
.modal.in .modal-content {
	top: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.modal-header {
	border-bottom: 0;
	min-height: inherit;
	padding: 15px;
	background: #2E499F;
}
.modal-header h1{
	color: #fff;
	font-size: 1.3em;
}
.modal-header .close {
	position: absolute;
	top: -33px;
	right: 0;
	text-shadow: none;
	font-size: 1em;
	opacity: 1;
	color: #FFF;
	font-weight: 400;
	line-height: 30px;
	display: flex;
	align-items: center;
	grid-gap: 5px;
}
.modal-header #today-close{
	right: 50px;
}
.modal-body {
	overflow-y: auto;
	margin-right: 0;
	width: 100%;
	min-height: 15vh;
	max-height: 55vh;
	overflow-y: scroll;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-body h3{
	font-size: 1.3em;
	line-height: 1.6;
}
.modal.btm_modal .modal-content{
	position: absolute;
	top: unset;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	border-radius: 6px 6px 0 0;
}
.modal.btm_modal .modal-body{
	flex-direction: column;
	align-items: flex-start;
}
.ad_pop .modal-header{
	background: transparent;
	padding: 0;
}
.ad_pop .modal-body{
	padding: 0;
	overflow: hidden;
	max-height: inherit;
}
.ad_pop .modal-body img{
	width: 100%;
}
/*swal2*/
.swal2-container{
	padding: 0 !important;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
	background: rgba(0,0,0,0.5) !important;
}
.swal2-popup{
	position: relative !important;
	background-color: #fff !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	border: none !important;
	border-radius:0px !important;
	outline: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	width: 90% !important;
	font-size: 1em !important;
	overflow: hidden !important;
}
.swal2-title{
	font-size: 1.3em !important;
	line-height: 1.6 !important;
	padding: 15px 0 !important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	min-height: 13vh !important;
}
.swal2-actions{
	width: 100% !important;
	margin: 0 !important;
	flex-wrap: nowrap!important;
}
.swal2-styled.swal2-confirm{
	width: 100% !important;
	background: #2E499F !important;
	padding: 15px !important;
	margin: 0 !important;
	border-radius: 0 !important;
}
.swal2-styled.swal2-cancel{
	width: 100% !important;
	background: #999 !important;
	padding: 15px !important;
	margin: 0 !important;
	border-radius: 0 !important;
}
.swal2-styled:hover, .swal2-styled:focus{
	box-shadow: none !important;
}
.swal2-html-container{
	width: 100%;
	margin: 0 !important;
	padding: 0 20px 15px !important;
	line-height: 1.6!important;
	min-height: 50px;
}
.swal2-html-container .gubtnWrap label{
	background: #eee;
	color: #aaa;
	border-radius: 5px;
}
.swal2-icon{
	display: none!important;
}
/*------scroll bar---------------------*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #aaa;
	border: 0px none #f2f2f2;
	border-radius: 0px;
	background: transparent;
}
::-webkit-scrollbar-thumb:hover {
	background: #aaa;
	background: transparent;
}
::-webkit-scrollbar-thumb:active {
	background: #aaa;
	background: transparent;
}
::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #f2f2f2;
	border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
	background: transparent;
}
::-webkit-scrollbar-track:active {
	background: transparent;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
a#hash_menu{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	grid-gap: 8px;
	cursor: pointer;
	align-items: center;
	font-size: 16px;
}
a#hash_menu i{
	font-size: 1.2em;
}
a#hash_menu::after{
	content: '메뉴';
	display: inline-block;
	/* position: absolute;
     left: 50%;
     bottom: -15px;
     transform: translateX(-50%);
     */
	position: relative;
	color: #666;
	font-size: 13px;
	text-align: center;
}
.flex {
	display: flex;
}
.flex.wrap {
	flex-wrap: wrap
}
.nowrap {
	flex-wrap: nowrap!important;
}
.flex.jc-sb {
	justify-content: space-between
}
.flex.start {
	justify-content: flex-start
}
.flex.end {
	justify-content: flex-end
}
.flex.ai-c{
	align-items: center
}
.flex.ai-b{
	align-items: baseline
}
.flex.ai-e{
	align-items: flex-end
}
.flex.ai-s{
	align-items: flex-start;
}
.hide {
	display: none!important;
}
.grid{
	display: grid;
	gap: 10px;
}
.grid > li, .grid > div{
	box-sizing: border-box;
	overflow: hidden;
}
.grid2{
	grid-template-columns: repeat(2, 1fr);
}
.grid3{
	grid-template-columns: repeat(3, 1fr);
}
.grid4{
	grid-template-columns: repeat(4, 1fr);
}
.grid5{
	grid-template-columns: repeat(5, 1fr);
}
.grid7{
	grid-template-columns: repeat(7, 1fr);
}
.gap5{
	gap: 5px;
}
.gap10{
	gap: 10px;
}
.gap20{
	gap: 20px;
}
.gap30{
	gap: 30px;
}
.gap40{
	gap: 40px;
}
.w33 {
	width: 33% !important
}
.w32 {
	width: 32% !important
}
.w30 {
	width: 30% !important
}
.w48 {
	width: 48% !important
}
.w49 {
	width: 49% !important
}
.w50 {
	width: 50% !important
}
.w100 {
	width: 100%!important;
}
.w100px {
	width: 100px!important;
}
.w600px{
	max-width: 600px;
	margin: 0 auto;
}
.w900px{
	max-width: 900px;
	margin: 0 auto;
}
.w1300px{
	max-width: 1300px;
	margin: 0 auto;
}
.wfit{
	width: fit-content;
}
.max-none {
	max-width: none!important;
}
.mari-auto {
	margin-right: auto!important;
}
.male-auto {
	margin-left: auto!important;
}
/*아이콘*/
.icon{
	font-size: 12px;
	padding:5px 6px;
	line-height: 1em;
	font-weight: 600;
	display: inline-block;
}
.icon_block{
	font-size: 12px;
	padding:5px 6px;
	line-height: 1em;
	font-weight: 600;
}
.icon_radius{
	border-radius: 50px;
}
/*display: flex;
justify-content: center;
align-items: center;
*/
/*.icon_color{
    background: #ffe6e6;
     border: 1px solid #005ccf;
     color: #005ccf;
}
*/
.icon_color{
	background: rgba(158, 58, 240, 0.07);
	border: 1px solid #005ccf;
	color: #1E1E1E;
}
.icon_color2{
	background-color: #f7e6ff;
	color: #005ccf;
}
/*.icon_color3{
    background-color: #005ccf;
     color: #fff;
}
*/
.icon_color3{
	background-color: #005ccf;
	color: #fff;
}
.icon_color4{
	background: #eee;
	color: #005ccf;
}
/*.icon_colorline{
    background: #fff;
     border: 1px solid #005ccf;
     color: #005ccf;
}
*/
.icon_colorline{
	background: #fff;
	border: 1px solid #005ccf;
	color: #005ccf;
}
.icon_red1{
	background:#ff858b;
	color: #fff;
	border-radius: 50px;
	min-width: 85px;
	text-align: center;
	line-height: 20px;
}
.icon_pink{
	background:#ff5b90;
	color: #fff;
	border-radius: 50px;
	min-width: 85px;
	text-align: center;
	line-height: 20px;
}
.icon_red{
	background: #FF0606 ;
	color: #fff;
}
.icon_blue{
	background: #d7d9ff;
	color: #3942e0;
}
.icon_blue2{
	background: #3942e0;
	color: #fff;
}
.icon_sky{
	background: #dcf3fa;
	color: #2992d5;
}
.icon_green{
	background: #c8eed6;
	color: #1ea44f;
}
.icon_black{
	background: #232323!important;
;
	color: #fff!important;
}
.icon_gray{
	background: #ECECEC!important ;
	color: #828282!important;
}
.icon_gray3{
	background: #f3f3f3;
	color: #727272;
}
.icon_gray2{
	background: #333333 ;
	color: #ffffff;
}
.icon_line{
	border: 1px solid #d9d9d9;
	padding: 3px 5px;
	display: inline-block;
}
.icon_line2{
	border: 1px solid #919191;
	color: #828282;
	padding: 3px 5px;
	display: inline-block;
}
.icon_white{
	background: #fff;
	color: #5d5d5d;
}
.icon.h30{
	line-height: 20px;
}
.icon.circle{
	text-align: center;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background: #ffe6e6;
	display: table;
}
.icon.circle p{
	display: table-cell;
	vertical-align: middle;
}
.icon.circle span{
	font-size: 1.05em;
	color: #7D7D7D;
}
.icon.circle strong{
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	color: #005ccf;
	margin-top: 6px;
}
.icon.circle.gray{
	filter:grayscale(100%);
	opacity: 0.6;
}
.icon_mini{
	font-size: 9px;
	padding:2px 4px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-left: 6px;
}
.button{
	min-height: 30px;
	background: #fff;
	display: inline-block ;
	text-align:center;
	border: 1px solid transparent;
	width: max-content;
	word-break: keep-all;
	padding: 8px;
	line-height: 1em;
	cursor: pointer;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	box-sizing: border-box;
	border-radius:0px;
}
.button:hover{
	transition: all 0.3s;
}
a.btn_green, .btn_green{
	background-color: #20b436;
	color: #fff;
}
a.btn_green:hover, .btn_green:hover{
	background-color: #348121;
	color: #fff;
}
a.btn_blue, .btn_blue{
	background-color: #008cfc;
	color: #fff;
}
a.btn_blue:hover, .btn_blue:hover{
	background-color: #5c02fa;
	color: #fff;
}
a.btn_skyblue, .btn_skyblue{
	background-color: #dff1ff;
	color: #2168b0;
}
a.btn_skyblue:hover, .btn_skyblue:hover{
	background-color: #6eacea;
	color: #294281;
}
a.btn_purpleline, .btn_purpleline{
	background-color: #F0E6FF;
	color: #4900C0;
	border: 1px solid #4900C0;
}
a.btn_purpleline:hover, .btn_purpleline:hover{
	background-color: #4900C0;
	color: #ffffff;
	border: 1px solid #4900C0;
}
a.btn_purpleline2, .btn_purpleline2{
	background-color: #ffffff;
	color: #4900C0;
	border: 1px solid #4900C0;
}
a.btn_purpleline2:hover, .btn_purpleline2:hover{
	background-color: #d4d5ff;
	color: #4900C0;
	border: 1px solid #4900C0;
}
a.btn_yellow, .btn_yellow{
	background-color: #ffc25e;
	color: #000000;
}
a.btn_yellow:hover, .btn_yellow:hover{
	background-color: #ff7340;
	color:#000000;
}
a.btn_red, .btn_red{
	background-color: #ff5e5e;
	color: #000000;
}
a.btn_red:hover, .btn_red:hover{
	background-color: #b72525;
	color:#000000;
}
a.btn_red2, .btn_red2{
	background-color: #ffcfcf;
	color: #a94343;
}
a.btn_red2:hover, .btn_red2:hover{
	background-color: #b72525;
	color:#000000;
}
a.btn_white, .btn_white{
	background-color: #fff;
	color: #484951;
}
a.btn_white:hover, .btn_white:hover{
	background-color: #484951;
	color: #fff;
}
a.btn_whiteline, .btn_whiteline{
	background-color: #fff;
	color: #484951;
	border: 1px solid #1a1a1c;
}
a.btn_whiteline:hover, .btn_whiteline:hover{
	background-color: #dadada;
	color: #484951;
	border: 1px solid #1a1a1c;
}
a.btn_white2, .btn_white2{
	background-color: #fff;
	color: #005ccf;
}
a.btn_white2:hover, .btn_white2:hover{
	background-color: #005ccf;
	color: #fff
}
a.btn_black, .btn_black{
	background-color: #484951;
	color: #fff;
	border: 1px solid transparent;
;
}
a.btn_black:hover, .btn_black:hover{
	background-color: #7f7f86;
	color: #fff;
	border: 1px solid transparent;
	opacity: 1;
}
a.btn_blackline, .btn_blackline{
	background-color: #ffffff;
	color: #232323;
	border: 1px solid #616161;
	opacity: 0.8;
}
a.btn_blackline:hover, .btn_blackline:hover{
	background-color: #dadada;
	color: #232323;
	border: 1px solid #616161;
	opacity: 1;
}
a.btn_gray, .btn_gray{
	background-color: #E8E8E8;
	color: #373844
}
a.btn_gray:hover, .btn_gray:hover{
	background-color: #373844;
	color: #fff;
}
a.btn_grayline, .btn_grayline{
	background-color: #eeeeee;
	color: #1a1a1c;
	border: 1px solid #858585;
}
a.btn_grayline:hover, .btn_grayline:hover{
	background-color: #1a1a1c;
	color: #fff;
	border: 1px solid #858585;
}
a.btn_gray2, .btn_gray2{
	background-color: #1a1a1c;
	color: #fff;
}
a.btn_gray2:hover, .btn_gray2:hover{
	background-color: #84848a;
}
a.btn_gray3, .btn_gray3{
	background-color: #d5d5d5 !important;
	color: #525252 !important;
}
a.btn_gray3:hover, .btn_gray3:hover{
	background-color: #1a1a1c!important;
}
a.btn_gray4, .btn_gray4{
	background-color: #f6f6f6 !important;
	color: #525252 !important;
}
a.btn_gray4:hover, .btn_gray4:hover{
	background-color: #1a1a1c!important;
}
a.btn_line, .btn_line{
	border: 1px solid #E8E8E8;
	background-color: #ffffff;
	color: #484951;
}
a.btn_line:hover, .btn_line:hover{
	background-color: #484951;
	border: 1px solid #484951;
	color: #fff
}
a.btn_line2, .btn_line2{
	border: 1px solid #2A2A2A;
	background-color: #D4D4D4;
	color: #484951;
}
a.btn_line2:hover, .btn_line2:hover{
	background-color: #7e7e7e;
	border: 1px solid #2A2A2A;
	color: #fff
}
a.btn_line3, .btn_line3{
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	color: #b5b5bb;
}
a.btn_line3:hover, .btn_line3:hover{
	background-color: #7e7e7e;
	border: 1px solid #2A2A2A;
	color: #fff
}
.btn_sdw{
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.txt_blue> a, .txt_blue {
	color: #1E48BC;
}
.txt_blue> a, .txt_blue {
	color: #1E48BC;
}
.txt_blue2> a, .txt_blue2 {
	color: #a8bfff;
}
.txt_sky> a, .txt_sky {
	color: #4aeaff;
}
.txt_pink> a, .txt_pink{
	color:#ff5b90;
}
.txt_yellow> a, .txt_yellow {
	color: #e6af53;
}
.txt_brown> a, .txt_brown {
	color: #95711D;
}
.txt_red > a, .txt_red {
	color: #ff1e00;
}
.txt_gray > a, .txt_gray{
	color: #AFAFAF!important;
}
.txt_gray2 > a, .txt_gray2{
	color: #4b4b4b!important;
}
.txt_dark > a, .txt_dark{
	color: #7D7D7D!important;
}
.txt_black > a, .txt_black{
	color: #232323!important;
}
.txt_white > a, .txt_white{
	color: #ffffff!important;
}
.txt_bold {
	font-weight: 800!important;
}
.txt_bold2 {
	font-weight: 600!important;
}
.txt_thin {
	font-weight: 400!important;
}
.txt_under {
	text-decoration: underline!important;
}
.txt_under2{
	text-decoration:none;
	opacity:1;
	border-bottom:10px solid #fff7f5;
	display:inline-block;
	line-height:0px;
}
.txt_through {
	text-decoration:line-through!important;
}
.txt_down{
	font-size: 0.9em;
	line-height: 1.6em;
}
.txt_up{
	font-size: 1.1em;
}
.txt_mini{
	font-size: 0.85em;
}
.cut{
	display:inline-block;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
	word-break: break-all;
	white-space: nowrap;
}
.cut2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width:100%;
}
@media screen and (max-width: 450px) {
	body {
		font-size: 15px; letter-spacing: -1px;
	}
}
 