@charset "utf-8";

@media screen and (max-width:640px){
}
@media screen and (max-width:500px){
}
@media screen and (max-width:428px){
}
@media screen and (max-width:375px){
}
@media screen and (max-width:320px){
}

:focus {outline: 3px dashed red;}

/* FONT
.ntk {font-family:'ntk'; font-weight:400; } 본고딕
.ntk {font-family:'ntk'; font-weight:700; } 본고딕볼드
*/

::-webkit-input-placeholder {color:#aaa; font-weight:300;}
::-moz-placeholder {color:#aaa; font-weight:300;}
:-ms-input-placeholder {color:#aaa; font-weight:300;}

html {font-size: 100%;}


/*############################################
	FONT SCALE
############################################*/
html.fs1 {font-size: 10px;}             /* 15px(html default font size) */
html.fs2 {font-size: 10.666666px;}  /* 16px */
html.fs3 {font-size: 11.333333px;} /* 17px */
html.fs4 {font-size: 12px;}             /* 18px */

.hidden {
	position:relative;
	height: 100%;
	height: 100vh;
	overflow: hidden;
}

body {
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo",sans-serif;
	font-family: 'Noto Sans KR';
	font-size: 1.4rem; /* fs 디폴트는 10px, 본문 디폴트는 14px. */
	font-weight: 400;
	color: #333;
	background: #fff;
	letter-spacing: -1px;
	max-width: 1024px;
	margin: 0 auto;
	word-break: keep-all;
	word-wrap: break-word;
}
body.menuOn,
body.divisionOn {
	height: 100%;
	overflow: hidden;
}
button {
	display: block;
	background: none;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	appearance: none;
}
input, textarea, select, a {
	display: block;
	background: none;
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0;
	line-height: 1;
	padding: 0;
	appearance: none;
}
input, textarea, select {
	appearance: none;
	border: 0;
	background: #fff;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	outline: 0 none;
}
img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
a.inline {
	display: inline-block !important;
}









/*############################################
	CHECKBOX
############################################*/
.inp_c,
.inp_r {
	display: inline-block;
	position: relative;
	font-size: 0;
	padding: 0;
}
.inp_c > input[type='checkbox'],
.inp_r > input[type=radio] {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.inp_c > label,
.inp_r > label {
	display: inline-block;
	position: relative;
	z-index: 1;
	min-height: 40px;
	background-image: url(/m/images/common/ico_checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	color: #333;
	cursor: pointer;
	font-size: 2.8rem;
	letter-spacing:-1px;
	overflow: hidden;
	padding: 2px 0 0 55px;
	vertical-align: top;
	word-break: break-all;
}
.inp_r > label {
	background-image: url(/m/images/common/ico_radio.png);
}
.inp_c > input[type='checkbox']:checked+label {
	background-image: url(/m/images/common/ico_checkbox_on.png);
}
.inp_r > input[type='radio']:checked+label {
	background-image: url(/m/images/common/ico_radio_on.png);
}
.popDivision .divisionList .inp_c > input[type='checkbox']:checked+label {
	background-image: url(/m/images/common/ico_checkbox2_on.png);
}


@media screen and (max-width:640px){
	.inp_c > input[type='checkbox'],
	.inp_r > input[type='radio'] {
		width: 36px;
		height: 36px;
	}
	.inp_c > label,
	.inp_r > label {
		min-height: 36px;
		font-size: 2.5rem;
		line-height: normal;
		background-size: 36px 36px;
		padding: 2px 0 0 49px;
	}
}
@media screen and (max-width:500px){
	.inp_c > input[type='checkbox'],
	.inp_r > input[type='radio'] {
		width: 28px;
		height: 28px;
	}
	.inp_c > label,
	.inp_r > label {
		min-height: 28px;
		font-size: 1.9rem;
		background-size: 28px 28px;
		padding: 2px 0 0 38px;
	}
}
@media screen and (max-width:428px){
	.inp_c > input[type='checkbox'],
	.inp_r > input[type='radio'] {
		width: 23px;
		height: 23px;
	}
	.inp_c > label,
	.inp_r > label {
		min-height: 23px;
		font-size: 1.6rem;
		background-size: 23px 23px;
		padding: 1px 0 0 32px;
	}
	.fs4 .inp_c > label,
	.fs4 .inp_r > label {
		line-height: 1.2;
		min-height: 23px;
		font-size: 1.6rem;
		background-size: 23px 23px;
		padding: 1px 0 0 32px;
	}
}
@media screen and (max-width:375px){
	.inp_c > input[type='checkbox'],
	.inp_r > input[type='radio'] {
		width: 20px;
		height: 20px;
	}
	.inp_c > label,
	.inp_r > label {
		min-height: 20px;
		font-size: 1.4rem;
		background-size: 20px 20px;
		line-height: 1.3;
		padding: 0 0 0 29px;
	}
}
@media screen and (max-width:320px){
	.inp_c > input[type='checkbox'],
	.inp_r > input[type='radio'] {
		width: 18px;
		height: 18px;
	}
	.inp_c > label,
	.inp_r > label {
		font-size: 1.2rem;
		background-size: 18px 18px;
		padding: 1px 0 0 24px;
	}
}










/*############################################
	HEADER
############################################*/
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1000;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
	max-width: 1024px;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
header h1 a {
	display: block;
	width: 130px;
}
header .slogan {
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
	width: 121px;
}

header .utility {
	display: flex;
	align-items: center;
	gap: 18px;
}

header .utility .utility_btn {
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #3f3f3f;
}
header .utility .utility_btn::before {
	display: block;
	content: '';
	width: 100%;
	height: 20px;
	background: no-repeat center / contain;
	margin: 0 auto 6px;
}
header .utility .btn_gnb::before {
	background-image: url('/m/images/common/btn_menu_open.png');
	
}
header .utility .btn_searchBox::before {
	background-image: url('/m/images/common/btn_searchbox.png');
}
/* // 20220718 수정 */

@media screen and (max-width:640px){
	header .inner {height: 70px;}
	header h1 a {width: 104px;}
	header .utility .utility_btn {font-size: 15px;}
}


/* egov */
header .ev_cont {
	border-bottom: 1px solid #d8d8d8;
	background-color: #f5f5f5;
    height:40px;
	display: flex;
    align-items: center;
}
header .ev_cont .ev_text {
    font-size: 14px;
    color : #626476;
	font-weight: 500;
	display: flex;
    align-items: center;
	line-height: 1;
	gap: 10px;
}
header .ev_cont .ev_text::before {
	display: block;
	content: '';
	width: 24px;
	height: 16px;
	background: url(/m/images/common/img_taegeukgi.png) no-repeat center / contain;
}


/*############################################
	HEADER - 검색
############################################*/
.headerSearch {
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	max-width: 100%;
	width: 1024px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 40px;
	top: 111px;
	border-bottom: 1px solid #eee;
}
.headerSearch.on {
	display: block;
}
.headerSearch:after {
	content: '';
	clear: both;
	display: block;
}
.headerSearch div {
	float: left;
	position: relative;
	width: 88%;
}
.headerSearch label {
	position: absolute;
	width:1px;
	height:1px;
	clip:rect(1px 1px 1px 1px);
}
.headerSearch input {
	width: 100%;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #C6CBD0;
	background: #fff;
	font-size: 2.6rem;
	padding: 0 90px 0 30px;
}

.headerSearch input::placeholder {
	color: #707070;
}

.headerSearch div > button {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 27px;
	transform: translateY(-50%);
}
.headerSearch .btn_searchClose {
	float: right;
	height: 70px;
	color: #0083cb;
	font-size: 2.6rem;
}

@media screen and (max-width:640px){
	.headerSearch {
		top: 111px;
		padding: 14px 36px 18px;
	}
	.headerSearch input {
		height: 55px;
		font-size: 16px;
		padding: 0 80px 0 20px;
	}
	.headerSearch div > button {
		right: 18px;
		width: 24px;
	}
	.headerSearch .btn_searchClose {
		height: 62px;
		font-size: 15px;
	}
}










/*############################################
	HEADER - gnb
############################################*/
.dim {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
nav.nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	width: 1024px;
	max-width: 100%;
	height: 100%;
	background: #fff;
}
.menuOn .dim,
.menuOn nav.nav {
	display: block;
}



/*############################################
	HEADER - gnb헤더
############################################*/
.gnb_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	color: #3f3f3f;
	font-size: 18px;
	padding: 0 40px;
	height: 70px;
}
.gnb_top {
	display: flex;
	gap: 24px;
}
.gnb_top a {
	display: flex;
	align-items: center;
	gap: 5px;
}
.gnb_top a::before {
	display: block;
	content: '';
	background: no-repeat center / contain;
	margin-top: 2px;
}
.gnb_top a.n1::before {
	width: 25px;
	height: 19px;
	background-image: url('/m/images/common/img_taegeukgi2.png');
}
.gnb_top a.n2::before {
	width: 20px;
	height: 20px;
	background-image: url('/m/images/common/english_ico.png');
}
.gnb_top a[target="_blank"]::after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url('/m/images/common/menu_blank_img.png') no-repeat center / contain;
	margin-top: 2px;
}
.gnb_header button {
	width: 24px;
	height: 24px;
	font-size: 0;
	background: url(/m/images/common/btn_menu_close.png) no-repeat center / contain;
}

@media screen and (max-width:640px){
	.gnb_header {
		height: 60px;
		padding: 0 16px;
		font-size: 14px;
	}
	.gnb_top a.n1::before {
		width: 23px;
		height: 16px;
	}
	.gnb_top a.n2::before {
		width: 15px;
		height: 15px;
	}
	.gnb_top a[target="_blank"]::after {
		width: 15px;
		height: 15px;
	}
}










/*############################################
	HEADER - gnb바디
############################################*/
.gnb_body {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: auto;
	border-top: 1px solid #d8d8d8;
	background-color: #EDF1F5;
}
.gnb_body > ul {
	position: relative;
	height: 100%;
}
.gnb_body > ul > li {
	width: 250px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.gnb_body > ul > li > a {
	display: flex;
	align-items: center;
	padding: 0 25px;
	width: 100%;
	height: 90px;
	color: #3f3f3f;
	font-size: 25px;
}
.gnb_body > ul > li.on {
	background: #fff;
	border-color: #d8d8d8;
}
.gnb_body > ul > li:first-child.on {
	border-top-color: transparent;
}

.gnb_body div {
	display: none;
	position: absolute;
	top: 0;
	left: 250px;
	width: calc(100% - 250px);
	height: 100%;
	background-color: #fff;
	padding-top: 20px;
	border-left: 1px solid #d8d8d8;
}
.gnb_body > ul > li.on div {
	display: block;
}
.gnb_body div li a {
	font-size: 22px;
	padding: 30px 0 30px 40px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 5px;
}
.gnb_body div li a:hover {
	color: #313D8E;
}
.gnb_body div li a[target="_blank"]:after {
	content: '';
	background: url(/m/images/common/menu_blank_img.png) no-repeat center / contain;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 4px;
}

@media screen and (max-width:640px){
	.gnb_body > ul > li {
		width: 130px;
	}
	.gnb_body > ul > li > a {
		padding: 0 15px;
		font-size: 16px;
		height: 60px;
	}
	.gnb_body div {
		left: 130px;
		width: calc(100% - 130px);
		padding-top: 10px;
	}
	.gnb_body div li a {
		font-size: 15px;
		padding-left: 32px;
		padding-top: 13px;
		padding-bottom: 12px;
	}
	.gnb_body div li a[target="_blank"]:after {
		margin-top: 2px;
		width: 15px;
		height: 15px;
	}
}










/*############################################
	HEADER - gnb푸터
############################################*/
.gnb_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	background: #6b6b6b;
}
.gnb_footer:after {
	content: '';
	clear: both;
	display: block;
}
.gnb_footer ul {
	padding-top: 32px;
}
.gnb_footer li {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 40px;
}
.gnb_footer li:nth-child(1):after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	width: 1px;
	height: 44px;
	background: #4f4f4f;
	transform: translateY(-50%);
}
.gnb_footer li:nth-child(2):before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 1px;
	height: 44px;
	background: #838383;
	transform: translateY(-50%);
}
.gnb_footer li a {
	display: block;
	font-size: 0;
}
.gnb_footer span {
	display: inline-block;
	vertical-align: middle;
}
.gnb_footer span.img {
	width: 86px;
	height: 86px;
	background-image: url(/m/images/common/ico_gnb_footer1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gnb_footer span:not(.img) {
	width: calc(100% - 86px);
	color: #fff;
	font-size: 2.6rem;
	padding-left: 20px;
}

@media screen and (max-width:640px){
	.gnb_footer {
		height: 133px;
	}
	.gnb_footer ul {
		padding-top: 28px;
	}
	.gnb_footer li {
		padding-left: 36px;
	}
	.gnb_footer li:nth-child(1):after {
		height: 39px;
	}
	.gnb_footer li:nth-child(2):before {
		height: 39px;
	}
	.gnb_footer span.img {
		width: 76px;
		height: 76px;
	}
	.gnb_footer span:not(.img) {
		width: calc(100% - 76px);
		font-size: 2.3rem;
		padding-left: 18px;
	}
}
@media screen and (max-width:500px){
	.gnb_footer {
		height: 104px;
	}
	.gnb_footer ul {
		padding-top: 22px;
	}
	.gnb_footer li {
		padding-left: 28px;
	}
	.gnb_footer li:nth-child(1):after {
		height: 31px;
	}
	.gnb_footer li:nth-child(2):before {
		height: 31px;
	}
	.gnb_footer span.img {
		width: 60px;
		height: 60px;
	}
	.gnb_footer span:not(.img) {
		width: calc(100% - 60px);
		font-size: 1.8rem;
		padding-left: 14px;
	}
}
@media screen and (max-width:428px){
	.gnb_footer {
		height: 86px;
	}
	.gnb_footer ul {
		padding-top: 18px;
	}
	.gnb_footer li {
		padding-left: 23px;
	}
	.gnb_footer li:nth-child(1):after {
		height: 25px;
	}
	.gnb_footer li:nth-child(2):before {
		height: 25px;
	}
	.gnb_footer span.img {
		width: 50px;
		height: 50px;
	}
	.gnb_footer span:not(.img) {
		width: calc(100% - 50px);
		font-size: 1.5rem;
		padding-left: 12px;
	}
}
@media screen and (max-width:375px){
	.gnb_footer {
		height: 78px;
	}
	.gnb_footer ul {
		padding-top: 17px;
	}
	.gnb_footer li {
		padding-left: 21px;
	}
	.gnb_footer li:nth-child(1):after {
		height: 23px;
	}
	.gnb_footer li:nth-child(2):before {
		height: 23px;
	}
	.gnb_footer span.img {
		width: 45px;
		height: 45px;
	}
	.gnb_footer span:not(.img) {
		width: calc(100% - 45px);
		font-size: 1.4rem;
		padding-left: 10px;
	}
}
@media screen and (max-width:320px){
	.gnb_footer {
		height: 67px;
	}
	.gnb_footer ul {
		padding-top: 14px;
	}
	.gnb_footer li {
		padding-left: 18px;
	}
	.gnb_footer li:nth-child(1):after {
		height: 20px;
	}
	.gnb_footer li:nth-child(2):before {
		height: 20px;
	}
	.gnb_footer span.img {
		width: 38px;
		height: 38px;
	}
	.gnb_footer span:not(.img) {
		width: calc(100% - 38px);
		font-size: 1.2rem;
		padding-left: 9px;
	}
}










/*############################################
	FOOTER - 관련기관
############################################*/
footer {
	background: #F4F5F6;
}

footer .family {
	width: 100%;
	margin: 0 auto;
	z-index: 30;
	display: flex;
	border-top: 1px solid #E1E4EB;
	border-bottom: 1px solid #E1E4EB;
}

footer .family > li {
	flex-basis: 100%;
	position: relative;
	background: #fff url('/m/images/common/ico_family_plus.png') no-repeat right 50px center / 30px;
}
footer .family > li + li {border-left: 1px solid #E1E4EB;}

footer .family_toggle {
	padding: 0 40px;
	width: 100%;
	text-align: left;
	height: 70px;
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 600;
}

footer .family_toggle + ul {
	padding: 30px 40px;
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #535353;
	color: #fff;
	width: 100%;
	left: 0;
	max-height: 250px;
	overflow-y: auto;
	font-size: 18px;
}



footer .family_toggle + ul > li + li {
	margin-top: 20px;
}
footer .family > li.active > ul {display: block;}
footer .family > li.active {background-color: #444; background-image: url('/m/images/common/ico_family_plus_on.png');}
footer .family > li.active .family_toggle {color: #fff;}

footer img {
	width: auto;
}



@media screen and (max-width:640px){
	footer .family {flex-wrap: wrap;}
	footer .family > li {background-size: 24px;}
	footer .family > li + li {border-top: 1px solid #E1E4EB; border-left: none;}
	footer .family_toggle {padding: 0 50px; height: 50px; font-size: 16px;}
	footer .family_toggle + ul {max-height: 200; font-size: 16px; padding: 20px 50px;}
}










/*############################################
	FOOTER - 하단정보
############################################*/
footer .inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
footer address {
	margin-top: 40px;
}
footer address > * {
	font-size: 18px;
	font-weight: 500;
}
footer address .address_text {color: #3f3f3f;}
footer address .address_tel {
	color: #000;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

footer .footer_quick {
	margin-top: 40px;
	display: flex;
	gap: 40px;
}
footer .footer_quick > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #3f3f3f;
}
footer .footer_quick > a::after {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url('/m/images/common/footer_arrow.png') no-repeat center / contain;
}

footer .social {
	margin-top: 30px;
}
footer .social > ul {
	display: flex;
	gap: 10px;
}
footer .social > ul > li > a {
	display: block;
	width: 60px;
	height: 60px;
	background: #fff no-repeat center / 30px;
	border: 1px solid #E1E4EB;
	border-radius: 50%;
}
footer .social > ul > li > a.youtube {background-image: url('/m/images/common/footer_sns_ico01.png');}
footer .social > ul > li > a.instagram {background-image: url('/m/images/common/footer_sns_ico02.png');}
footer .social > ul > li > a.facebook {background-image: url('/m/images/common/footer_sns_ico03.png');}
footer .social > ul > li > a.twitter {background-image: url('/m/images/common/footer_sns_ico04.png');}
footer .social > ul > li > a.blog {background-image: url('/m/images/common/footer_sns_ico05.png'); background-size: 22px;}

footer .extra {
	display: flex;
	gap: 0 40px;
	letter-spacing: -1px;
	margin: 30px 0 45px;
	padding-top: 30px;
	flex-wrap: wrap;
	border-top: 1px solid #CDD1D5;
}
footer .extra li a {
	color: #3F3F3F;
	font-weight: 600;
	font-size: 20px;
}


footer .copyright {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 40px;
	margin-bottom: 30px;
}

footer .nurizip {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	align-items: center;
	gap: 15px;
	font-size: 15px;
	color: #000;
	font-weight: 500;
}

@media screen and (max-width:640px){
	footer .footer_logo {width: 102px;}
	footer address {margin-top: 35px;}
	footer address > * {font-size: 16px;}
	footer .footer_quick {gap: 10px; flex-wrap: wrap; margin-top: 30px;}
	footer .footer_quick > a {flex-basis: 100%; gap: 17px; font-size: 18px;}
	footer .footer_quick > a::after {width: 24px; height: 24px; margin-top: 2px;}
	footer .social {margin-top: 20px;}
	footer .social > ul {gap: 5px;}
	footer .social > ul > li > a {width: 40px; height: 40px; background-size: 18px;}
	footer .social > ul > li > a.blog {background-size: 15px;}
	footer .extra {gap: 30px; margin-bottom: 20px;}
	footer .extra li a {font-size: 16px;}
	footer .WA_logo img {width: 66px;}
	footer .copyright {font-size: 14px; margin-top: 37px; margin-bottom: 25px;}
}






/*############################################
	SECTION
############################################*/
section {
	background: #fff;
	font-size: 2.6rem;
	padding: 159px 0;
}
section > h2 {
	height: 0;
	text-indent: -999999px;
}
.inner {
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width:640px){
	section {
		font-size: 2.3rem;
		padding: 142px 0;
	}
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:320px){
	section {
		font-size: 1.2rem;
		padding: 74px 0;
	}
	.inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}


.goTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: block;
	width: 88px;
	height: 88px;
	opacity: 0;
	transition: all .2s ease;
}
.goTop.on {
	opacity: 1
}

@media screen and (max-width:640px){
	.goTop {
		width: 78px;
		height: 78px;
	}
}
@media screen and (max-width:500px){
	.goTop {
		width: 61px;
		height: 61px;
	}
}
@media screen and (max-width:428px){
	.goTop {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width:375px){
	.goTop {
		width: 46px;
		height: 46px;
	}
}
@media screen and (max-width:320px){
	.goTop {
		width: 38px;
		height: 38px;
	}
}


.content > h3 {
	border-bottom: solid 1px #ececec;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 140px;
	text-align: center;
}

@media screen and (max-width:640px){
	.content > h3 {
		font-size: 3.9rem;
		line-height: 124px;
	}
}
@media screen and (max-width:500px){
	.content > h3 {
		font-size: 3rem;
		line-height: 97px;
	}
}
@media screen and (max-width:428px){
	.content > h3 {
		font-size: 2.5rem;
		line-height: 81px;
	}
}
@media screen and (max-width:375px){
	.content > h3 {
		font-size: 2.3rem;
		line-height: 73px;
	}
}
@media screen and (max-width:320px){
	.content > h3 {
		font-size: 2rem;
		line-height: 62px;
	}
}










/*############################################
	MAIN페이지
############################################*/
.main header {
	background: rgba(255,255,255,.85);
}

.main section {
	padding: 0;
}
.main h3.mainTitle {
	font-size: 4rem;
	margin-bottom: 40px;
	text-align: center;
}
.main h3.mainTitle span,
.main h3.mainTitle i {
	display: inline-block;
	vertical-align: middle;
}
.main h3.mainTitle i {
	width: 36px;
	height: 36px;
	background-image: url(/m/images/common/ico_arrow_circle.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 12px;
}

.main h3.mainTitle i > span{
	position: absolute;
	width:1px;
	height:1px;
	clip:rect(1px 1px 1px 1px);
}

@media screen and (max-width:640px){
	.main h3.mainTitle {
		font-size: 3.5rem;
		margin-bottom: 35px;
	}
	.main h3.mainTitle i {
		width: 32px;
		height: 32px;
		margin-left: 11px;
	}
}
@media screen and (max-width:500px){
	.main h3.mainTitle {
		font-size: 2.8rem;
		margin-bottom: 28px;
	}
	.main h3.mainTitle i {
		width: 25px;
		height: 25px;
		margin-left: 8px;
	}
}
@media screen and (max-width:428px){
	.main h3.mainTitle {
		font-size: 2.3rem;
		margin-bottom: 23px;
	}
	.main h3.mainTitle i {
		width: 21px;
		height: 21px;
		margin-left: 7px;
	}
}
@media screen and (max-width:375px){
	.main h3.mainTitle {
		font-size: 2.1rem;
		margin-bottom: 21px;
	}
	.main h3.mainTitle i {
		width: 19px;
		height: 19px;
		margin-left: 6px;
	}
}
@media screen and (max-width:320px){
	.main h3.mainTitle {
		font-size: 1.8rem;
		margin-bottom: 18px;
	}
	.main h3.mainTitle i {
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}
}



/* 비쥬얼 */
.main .mainVisual {
	position: relative;
	margin-top : 131px;
}
.main .mainVisual .visual-slide {
	margin-bottom: 25px;
	border-radius: 20px;
	overflow: hidden;
}
.main .mainVisual .visual-control {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.main .mainVisual .slick-dots {
	position: static;
	display: flex;
    justify-content: center;
    gap: 10px;
}

.main .mainVisual .slick-dots > li {
    width: auto;
    height: auto;
    margin: 0;
}
.main .mainVisual .slick-dots > li > button {
	position: relative;
	width: 12px;
    height: 12px;
	border-radius: 50%;
	background-color: #DEDFE7;
    font-size: 0;
	line-height: 0;
    display: block;
}
.main .mainVisual .visual-control .auto {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #244EA1 no-repeat center;
}
.main .mainVisual .visual-control .auto.pause {
	background-image: url(/m/images/common/visual-pause.png);
}
.main .mainVisual .visual-control .auto.play {
	background-image: url(/m/images/common/visual-play.png);
}
.main .mainVisual .slick-dots > li > button::before {display: none ;}
.main .mainVisual .slick-dots > li.slick-active > button {
    background-color: #1B1C1E;
}

@media all and (max-width: 640px) {
	.main .mainVisual .visual-control {gap: 8px;}
	.main .mainVisual .slick-dots {gap: 8px;}
	.main .mainVisual .slick-dots > li > button {width: 10px; height: 10px;}
	.main .mainVisual .visual-control .auto {width: 25px; height: 25px;}
	.main .mainVisual .visual-control .auto.pause {background-size: 5px;}
}


/* 소식알림 */
.main .news {
	position: relative;
	margin-top: 80px;
}
.main .news h3{
	position: absolute;
	text-indent: -9999999px;
}
.main .news .news_tab{
	display: flex;
	gap: 10px;
}
.main .news .news_tab .tab_btn{
	flex-basis: 100%;
	height: 80px;
	font-size: 25px;
	border-radius: 5px;
	border: 1px solid #E1E4EB;
	background-color: #fff;
	color: #3C424E;
	transition: 0.3s;
}
.main .news .news_tab .tab_btn.active {
	background-color: #313D8E;
	color: #fff;
}
.main .news .news_panel{
	margin-top: 30px;
	display: none;
}
.main .news .news_panel h4 {padding: 0;}
.main .news .news_panel.active {
	display: block;
}
.main .news .slick-slide > div + div{
	margin-top: 20px;
}

.main .news .news_item > a{
	background-color: #F2F4F8;
	display: block;
	padding: 30px;
	border-radius: 20px;
	position: relative;
}

.main .news .news_cate{
	display: inline-block;
	background-color: #fff;
	padding: 10px 15px 12px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
	transition: 0.3s;
}
.main .news .news_item > a:hover .news_cate {
	background-color: #313D8E;
	color: #fff;
}
.main .news .news_subject{
	font-size: 20px;
	display: -webkit-box; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
	height: 2.8em;
	margin: 20px 0 25px;
}
.main .news .news_info{
	font-size: 16px;
	color: #3C424E;
	display: flex;
	gap: 15px;
	align-items: center;
}
.main .news .news_info > * {
	position: relative;
	line-height: 1;
}
.main .news .news_info > * + *::before {
	display: block;
	content: '';
	position: absolute;
	left: -7px;
	top: 2px;
	bottom: 0;
	width: 1px;
	height: 15px;
	margin: auto 0;
	background-color: #3C424E;
}
.main .news .news_info .date{
	display: flex;
	align-items: center;
	gap: 5px;
}

.main .news .news_info .date::before {
	width: 20px;
	height: 20px;
	display: block;
	content: '';
	margin-top: 2px;
	background: url('/m/images/common/news_calendar.png') no-repeat center / contain;
}

.main .news .news_status {
	position: absolute;
	right: 30px;
	bottom: 30px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px 11px;
	line-height: 1;
	color: #fff;
}

.main .news .news_status.ing {
	background-color: #D4635F;
	
}
.main .news .news_status.end {
	background-color: #000;
}
.main .news .news_control{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.main .news .news_control > * {
	border-radius: 5px;
	background: no-repeat center / 25px;
	width: 50px;
	height: 50px;
}
.main .news .news_arrow{
	border: 1px solid #E1E4EB;
	background-color: #fff;
	
}
.main .news .news_arrow.prev {
	background-image: url('/m/images/common/news-prev.png');
}
.main .news .news_arrow.next {
	background-image: url('/m/images/common/news-next.png');
}
.main .news .news_more{
	background-color: #313D8E;
	background-image: url('../images/common/news-more.png');
}

@media all and (max-width: 640px) {
	.main .news {margin-top: 30px;}
	.main .news .news_tab {gap: 7px;}
	.main .news .news_tab .tab_btn {height: 40px;font-size: 14px;}
	.main .news .news_panel {margin-top: 20px;}
	.main .news .slick-slide > div + div {margin-top: 10px;}
	.main .news .news_item > a {padding: 20px 30px 23px;}
	.main .news .news_cate {padding: 6px 10px; font-size: 12px;}
	.main .news .news_subject {font-size: 16px; margin: 10px 0 15px;}
	.main .news .news_info {font-size: 14px; gap: 12px;}
	.main .news .news_info > * + *::before {left: -6px; height: 8px;}
	.main .news .news_info .date::before {width: 16px; height: 16px;}
	.main .news .news_status {right: 24px; bottom: 20px; font-size: 14px; padding: 5px 10px 6px;}
	.main .news .news_control {margin-top: 20px; gap: 5px;}
	.main .news .news_control > * {width: 40px; height: 40px; background-size: 18px;}
}



/* 알림판 배너 */
.main .banner {
	margin-top: 80px;
	position: relative;
}
.main .banner .banner_slide {
	border-radius: 20px;
	overflow: hidden;
}
.main .banner .banner_item > a {
	display: block;

}
.main .banner .banner_item > a > img {
	display: block;
}
.main .banner .banner_control {
	position: absolute;
	right: 70px;
	bottom: 30px;
	display: flex;
	gap: 10px;
}
.main .banner .banner_control > * {
	border-radius: 40px;
	background-color: #3C445B;
	color: #fff;
}
.main .banner .banner_status {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	padding: 0 15px;
}
.main .banner .banner_status .current {
	font-weight: 700;
}
.main .banner .banner_btn {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
.main .banner .banner_btn.prev {
	background-image: url('/m/images/common/banner_prev.png');
}
.main .banner .banner_btn.next {
	background-image: url('/m/images/common/banner_next.png');
}
.main .banner .banner_btn.play {
	background-image: url('/m/images/common/visual-play.png');
	
}
.main .banner .banner_btn.pause {
	background-image: url('/m/images/common/banner_pause.png');
	background-size: 8px;
}

@media all and (max-width: 640px) {
	.main .banner {margin-top: 30px;}
	.main .banner .banner_control {right: 34px; bottom: 14px; gap: 5px;}
	.main .banner .banner_status {margin-right: 5px; font-size: 13px; padding: 0 10px;}
	.main .banner .banner_btn {background-size: 22px; width: 28px; height: 28px;}
	.main .banner .banner_btn.play {background-size: 18px;}
}



/* 환경정책 */
.main .environment {
	margin-top: 80px;
}
.main .environment .environment_list {
	background-color: #F2F4F8;
	border-radius: 20px;
	padding: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.main .environment .environment_item > a {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #fff;
	border: 1px solid #E1E4EB;
	border-radius: 10px;
	box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.05);
	font-size: 20px;
	font-weight: 600;
	color: #3C424E;
	padding: 20px 20px;
	height: 100%;
	transition: 0.3s;
}
.main .environment .environment_item > a:hover {
	border-color: #174AFF;
	box-shadow: none;
}
.main .environment .environment_item > a::before {
	width: 30px;
	height: 30px;
	background: no-repeat center / contain;
	content: '';
	display: block;
}
.main .environment .environment_item > a.n1::before {
	background-image: url('/m/images/common/environment_ico01.png');
}
.main .environment .environment_item > a.n2::before {
	background-image: url('/m/images/common/environment_ico02.png');
}
.main .environment .environment_item > a.n3::before {
	background-image: url('/m/images/common/environment_ico03.png');
}
.main .environment .environment_item > a.n4::before {
	background-image: url('/m/images/common/environment_ico04.png');
}
.main .environment .environment_item > a.n5::before {
	background-image: url('/m/images/common/environment_ico05.png');
}
.main .environment .environment_item > a.n6::before {
	background-image: url('/m/images/common/environment_ico06.png');
}
.main .environment .environment_item > a.n7::before {
	background-image: url('/m/images/common/environment_ico07.png');
}
.main .environment .environment_item > a.n8::before {
	background-image: url('/m/images/common/environment_ico08.png');
}

@media all and (max-width: 640px) {
	.main .environment {margin-top: 30px;}
	.main .environment .environment_list {padding: 20px; gap: 10px 20px;}
	.main .environment .environment_item > a {gap: 10px; font-size: 15px; padding: 10px 15px;}
	.main .environment .environment_item > a::before {width: 23px; height: 23px;}
}

/* 자주찾는메뉴 */
.main .lauda {
	margin-top: 80px;
	padding-bottom: 50px;
}
.main .lauda .quick li + li {
	margin-top: 20px;
}
.main .lauda .quick li > a {
	display: block;
	border-radius: 20px;
	background: #F4F6F9 no-repeat right 40px center / 80px;
	padding: 40px 60px;
	transition: 0.3s;
}
.main .lauda .quick li > a:hover {
	box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
.main .lauda .quick li:nth-child(1) > a {
	background-image: url('../images/common/quick_ico01.png');
}
.main .lauda .quick li:nth-child(2) > a {
	background-image: url('../images/common/quick_ico02.png');
}
.main .lauda .quick li:nth-child(3) > a {
	background-image: url('../images/common/quick_ico03.png');
}

.main .lauda .quick li span {
	display: block;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	transition: 0.3s;

}
.main .lauda .quick li > a:hover span {
	color: #037FFF;
}
.main .lauda .quick li p {
	font-size: 22px;
	color: #626476;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (max-width:640px){
	.main .lauda {margin-top: 30px;}
	.main .lauda .quick li > a {background-size: 50px; background-position: right 25px center; padding: 20px 50px;}
	.main .lauda .quick li span {font-size: 18px; margin-bottom: 10px;}
	.main .lauda .quick li p {font-size: 14px;}
}



/* 열린장관실 */
.main .maMinis {
	background: url('../images/common/minister_bg.png') no-repeat left center / cover;
	border-radius: 20px;
	color: #fff;
	padding: 120px 50px 0;
	height: 500px;
	margin-top: 50px;
 	text-align: right;
}
.main .maMinis .title {
	font-size: 60px;
	font-weight: 700;
 	text-align: right;
}
.main .maMinis .title::before {
	display: inline-block;
	margin-right: 10px;
	width: 58px;
	height: 58px;
	background: url(../images/common/ico_minister.png) no-repeat center / contain;
	content: '';
	vertical-align: -6px;
}

.main .maMinis .link-area {
	margin-top: 100px;
	display: inline-block;
}
.main .maMinis .link-area > a {
	display: block;
	width: 260px;
	text-align: center;
	line-height: 68px;
	border-radius: 70px;
	font-size: 25px;
	font-weight: 700;
}
.main .maMinis .link-area > a:nth-child(1) {
	background-color: #313D8E;
}
.main .maMinis .link-area > a:nth-child(2) {
	background-color: #0E2B5E;
	margin-top: 20px;
}
@media screen and (max-width:820px){
	.main .maMinis {background-position: left -40px center;}
}

@media screen and (max-width:770px){
	.main .maMinis {padding: 60px 30px 0; height: 360px; background-position: left center;}
	.main .maMinis .title {font-size: 40px;}
	.main .maMinis .title::before {width: 48px; height: 48px;}
	.main .maMinis .link-area {margin-top: 50px;}
	.main .maMinis .link-area > a {width: 200px; line-height: 50px; font-size: 20px;}
}
@media screen and (max-width:640px){
	.main .maMinis {padding: 40px 16px 34px; height: auto;}
	.main .maMinis .title {font-size: 30px;}
	.main .maMinis .title::before {width: 30px; height: 30px; vertical-align: -2px;}
	.main .maMinis .link-area {margin-top: 66px;}
	.main .maMinis .link-area > a {width: 117px; line-height: 30px; font-size: 14px;}
	.main .maMinis .link-area > a:nth-child(2) {margin-top: 9px;}
}
@media screen and (max-width:400px){
	.main .maMinis {background-position: left -40px center;}
}


/*############################################
	SECTION - 페이지네비
############################################*/
.subNav {
	background: #00a1a3;
}
.subNav ul ul {
	display: none;
}
.subNav li a {
	position: relative;
}
.subNav li a.new_win > span:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 5px;
}
.subNav .dep1 > li > a {
	display: block;
	position: relative;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 3rem;
	padding: 0 40px;
}
.subNav .dep2 > li > a {
	height: 80px;
	line-height: 79px;
	color: #fff;
	font-size: 2.8rem;
	/*background: #00b092;*/
	background: #00a575;
	padding: 0 40px;
}
.subNav .dep2 > li > a.on {
	font-weight: 700;
	text-decoration: underline;
}
.subNav .dep2 > li > a.new_win > span:after {
	background-image: url(/m/images/common/menu_blank_white_img.png);
}
.subNav > ul > li > ul > li + li {
	border-top: solid 1px #7fd7c7;
}
.subNav .dep3 {
	position: relative;
	background:#eff1f1;
	padding:23px 0;
}
.subNav .dep3 > li + li {
	margin-top: 30px;
}
.subNav .dep3 > li a {
	padding-left: 60px;
	height: 40px;
	line-height: 40px;
}
.subNav .dep3 > li > a.on {
	font-weight: 700;
	text-decoration: underline;
}
.subNav .dep3 > li > a.new_win > span:after {
	background-image: url(/m/images/common/menu_blank_img.png);
}
.subNav li.open li li:last-child {
	border-bottom:none;
}
.subNav i {
	position: absolute;
	top: 50%;
	right: 40px;
	transform:translateY(-50%);
}
.subNav .dep1 > li > a .dep1_icon {
	width: 36px;
	height: 36px;
	background-image: url(/m/images/common/ico_sub_dep1_close.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subNav .dep1 > li.open > a .dep1_icon {
	background-image: url(/m/images/common/ico_sub_dep1_open.png);
}
.subNav .dep2 > li a .dep2_icon {
	width: 34px;
	height: 18px;
	background-image: url(/m/images/common/ico_sub_dep2_close.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subNav .dep2 > li.open a .dep2_icon {
	background-image: url(/m/images/common/ico_sub_dep2_open.png);
}
.subNav .dep3 > li a .dep3_icon {
	width: 34px;
	height: 18px;
	background-image: url(/m/images/common/ico_sub_dep3_close.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subNav .dep3 > li.open a .dep3_icon {
	background-image: url(/m/images/common/ico_sub_dep3_open.png);
}

@media screen and (max-width:640px){
	.subNav li a.new_win > span:after {
		width: 18px;
		height: 18px;
	}
	.subNav .dep1 > li > a {
		height: 80px;
		line-height: 80px;
		font-size: 2.6rem;
		padding: 0 36px;
	}
	.subNav .dep2 > li > a {
		height: 71px;
		line-height: 70px;
		font-size: 2.5rem;
		padding: 0 36px;
	}
	.subNav .dep3 {
		padding: 20px 0;
	}
	.subNav .dep3 > li + li {
		margin-top: 26px;
	}
	.subNav .dep3 > li a {
		padding-left: 53px;
		height: 35px;
		line-height: 35px;
	}
	.subNav i {
		right: 35px;
	}
	.subNav .dep1 > li > a .dep1_icon {
		width: 32px;
		height: 32px;
	}
	.subNav .dep2 > li a .dep2_icon {
		width: 30px;
		height: 16px;
	}
	.subNav .dep3 > li a .dep3_icon {
		width: 30px;
		height: 16px;
	}
}
@media screen and (max-width:500px){
	.subNav li a.new_win > span:after {
		width: 14px;
		height: 14px;
	}
	.subNav .dep1 > li > a {
		height: 63px;
		line-height: 63px;
		font-size: 2rem;
		padding: 0 28px;
	}
	.subNav .dep2 > li > a {
		height: 55px;
		line-height: 54px;
		font-size: 1.9rem;
		padding: 0 27px;
	}
	.subNav .dep3 {
		padding: 16px 0;
	}
	.subNav .dep3 > li + li {
		margin-top: 21px;
	}
	.subNav .dep3 > li a {
		padding-left: 41px;
		height: 28px;
		line-height: 28px;
	}
	.subNav i {
		right: 28px;
	}
	.subNav .dep1 > li > a .dep1_icon {
		width: 25px;
		height: 25px;
	}
	.subNav .dep2 > li a .dep2_icon {
		width: 24px;
		height: 13px;
	}
	.subNav .dep3 > li a .dep3_icon {
		width: 24px;
		height: 13px;
	}
}
@media screen and (max-width:428px){
	.subNav li a.new_win > span:after {
		width: 11px;
		height: 11px;
	}
	.subNav .dep1 > li > a {
		height: 52px;
		line-height: 52px;
		font-size: 1.7rem;
		padding: 0 23px;
	}
	.subNav .dep2 > li > a {
		height: 46px;
		line-height: 45px;
		font-size: 1.6rem;
		padding: 0 23px;
	}
	.subNav .dep3 {
		padding: 13px 0;
	}
	.subNav .dep3 > li + li {
		margin-top: 17px;
	}
	.subNav .dep3 > li a {
		padding-left: 35px;
		height: 23px;
		line-height: 23px;
	}
	.subNav i {
		right: 23px;
	}
	.subNav .dep1 > li > a .dep1_icon {
		width: 21px;
		height: 21px;
	}
	.subNav .dep2 > li a .dep2_icon {
		width: 20px;
		height: 11px;
	}
	.subNav .dep3 > li a .dep3_icon {
		width: 20px;
		height: 11px;
	}
}
@media screen and (max-width:375px){
	.subNav li a.new_win > span:after {
		width: 10px;
		height: 10px;
	}
	.subNav .dep1 > li > a {
		height: 42px;
		line-height: 41px;
		font-size: 1.5rem;
		padding: 0 21px;
	}
	.subNav .dep2 > li > a {
		height: 42px;
		line-height: 41px;
		font-size: 1.5rem;
		padding: 0 21px;
	}
	.subNav .dep3 {
		padding: 12px 0;
	}
	.subNav .dep3 > li + li {
		margin-top: 16px;
	}
	.subNav .dep3 > li a {
		padding-left: 32px;
		height: 21px;
		line-height: 21px;
	}
	.subNav i {
		right: 21px;
	}
	.subNav .dep1 > li > a .dep1_icon {
		width: 19px;
		height: 19px;
	}
	.subNav .dep2 > li a .dep2_icon {
		width: 18px;
		height: 10px;
	}
	.subNav .dep3 > li a .dep3_icon {
		width: 18px;
		height: 10px;
	}
}
@media screen and (max-width:320px){
	.subNav li a.new_win > span:after {
		width: 9px;
		height: 9px;
	}
	.subNav .dep1 > li > a {
		height: 40px;
		line-height: 40px;
		font-size: 1.3rem;
		padding: 0 18px;
	}
	.subNav .dep2 > li > a {
		height: 36px;
		line-height: 35px;
		font-size: 1.2rem;
		padding: 0 18px;
	}
	.subNav .dep3 {
		padding: 10px 0;
	}
	.subNav .dep3 > li + li {
		margin-top: 13px;
	}
	.subNav .dep3 > li a {
		padding-left: 27px;
		height: 18px;
		line-height: 18px;
	}
	.subNav i {
		right: 18px;
	}
	.subNav .dep1 > li > a .dep1_icon {
		width: 16px;
		height: 16px;
	}
	.subNav .dep2 > li a .dep2_icon {
		width: 15px;
		height: 8px;
	}
	.subNav .dep3 > li a .dep3_icon {
		width: 15px;
		height: 8px;
	}
}









/*############################################
	SECTION - 페이지탭
############################################*/
.pageTab {
	background: #fafafa;
	border-top: solid 1px #ececec;
	padding: 0 40px;
}
.pageTab:after {
	content: '';
	clear: both;
	display: block;
}
.pageTab li {
	float: left;
}
.pageTab.col2 li {
	width: 50%;
}
.pageTab.col3 li {
	width: 33.333333%;
}
.pageTab.col4 li {
	width: 25%;
}
.pageTab li a {
	position: relative;
	display: block;
	color: #898989;
	font-size: 3rem;
	padding: 30px 0;
	text-align: center;
}
.pageTab li a.on {
	color: #00a1a3;
	font-weight: 600;
}
.pageTab li a.on:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	background: #00a1a3;
	border-radius: 3px;
}

@media screen and (max-width:640px){
	.pageTab {
		padding: 0 36px;
	}
	.pageTab li a {
		font-size: 2.6rem;
		padding: 27px 0;
	}
	.pageTab li a.on:after {
		height: 5px;
	}
}
@media screen and (max-width:500px){
	.pageTab {
		padding: 0 28px;
	}
	.pageTab li a {
		font-size: 2.1rem;
		padding: 21px 0;
	}
	.pageTab li a.on:after {
		height: 4px;
	}
}
@media screen and (max-width:428px){
	.pageTab {
		padding: 0 23px;
	}
	.pageTab li a {
		font-size: 1.7rem;
		padding: 17px 0;
	}
	.pageTab li a.on:after {
		height: 3px;
	}
}
@media screen and (max-width:375px){
	.pageTab {
		padding: 0 21px;
	}
	.pageTab li a {
		font-size: 1.6rem;
		padding: 16px 0;
	}
	.pageTab li a.on:after {
		height: 3px;
	}
}
@media screen and (max-width:320px){

	.pageTab {
		padding: 0 18px;
	}
	.pageTab li a {
		font-size: 1.3rem;
		padding: 13px 0;
	}
	.pageTab li a.on:after {
		height: 3px;
	}
}










/*############################################
	환경게시판 카테고리
############################################*/
.enviCate {
	position: relative;
	background: #f5f5f5;
	border-bottom: solid 1px #e2e2e2;
	padding-bottom: 17px;
}
.enviCate:before {
	position: absolute;
	bottom: 17px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}
.enviCate:after {
	content: '';
	clear: both;
	display: block;
}
.enviCate li {
	float: left;
	width: 25%;
	background: #fff;
	padding: 30px 0 25px;
	text-align: center;
}
.enviCate button {
	width: 100%;
}
.enviCate span {
	display: block;
	color: #777;
	font-size: 2.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.enviCate li:hover span,
.enviCate li.on span {
	color: #00a1a3;
}
.enviCate button.collapse span {
	color: #5478a2 !important;
}
.enviCate i {
	display: block;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 15px;
}
.enviCate .ico1 i {
	background-image: url(/m/images/common/ico_cate1.png);
}
.enviCate .ico2 i {
	background-image: url(/m/images/common/ico_cate2.png);
}
.enviCate .ico3 i {
	background-image: url(/m/images/common/ico_cate3.png);
}
.enviCate .ico4 i {
	background-image: url(/m/images/common/ico_cate4.png);
}
.enviCate .ico5 i {
	background-image: url(/m/images/common/ico_cate5.png);
}
.enviCate .ico6 i {
	background-image: url(/m/images/common/ico_cate6.png);
}
.enviCate .ico7 i {
	background-image: url(/m/images/common/ico_cate7.png);
}
.enviCate .ico8 i {
	background-image: url(/m/images/common/ico_cate8.png);
}
.enviCate .ico9 i {
	background-image: url(/m/images/common/ico_cate9.png);
}
.enviCate .ico10 i {
	background-image: url(/m/images/common/ico_cate10.png);
}
.enviCate .ico11 i {
	background-image: url(/m/images/common/ico_cate11.png);
}
.enviCate .ico12 i {
	background-image: url(/m/images/common/ico_cate12.png);
}
.enviCate li.ico1:hover i,
.enviCate li.on.ico1 i {
	background-image: url(/m/images/common/ico_cate_ov1.png);
}
.enviCate li.ico2:hover i,
.enviCate li.on.ico2 i {
	background-image: url(/m/images/common/ico_cate_ov2.png);
}
.enviCate li.ico3:hover i,
.enviCate li.on.ico3 i {
	background-image: url(/m/images/common/ico_cate_ov3.png);
}
.enviCate li.ico4:hover i,
.enviCate li.on.ico4 i {
	background-image: url(/m/images/common/ico_cate_ov4.png);
}
.enviCate li.ico5:hover i,
.enviCate li.on.ico5 i {
	background-image: url(/m/images/common/ico_cate_ov5.png);
}
.enviCate li.ico6:hover i,
.enviCate li.on.ico6 i {
	background-image: url(/m/images/common/ico_cate_ov6.png);
}
.enviCate li.ico7:hover i,
.enviCate li.on.ico7 i {
	background-image: url(/m/images/common/ico_cate_ov7.png);
}
.enviCate li.ico8:hover i,
.enviCate li.on.ico8 i {
	background-image: url(/m/images/common/ico_cate_ov8.png);
}
.enviCate li.ico9:hover i,
.enviCate li.on.ico9 i {
	background-image: url(/m/images/common/ico_cate_ov9.png);
}
.enviCate li.ico10:hover i,
.enviCate li.on.ico10 i {
	background-image: url(/m/images/common/ico_cate_ov10.png);
}
.enviCate li.ico11:hover i,
.enviCate li.on.ico11 i {
	background-image: url(/m/images/common/ico_cate_ov11.png);
}
.enviCate.off li.ico12 i {
	background-image: url(/m/images/common/ico_cate13.png);
}

@media screen and (max-width:640px){
	.enviCate {
		padding-bottom: 15px;
	}
	.enviCate:before {
		bottom: 15px;
	}
	.enviCate li {
		padding: 27px 0 22px;
	}
	.enviCate span {
		font-size: 2.3rem;
	}
	.enviCate i {
		width: 53px;
		height: 53px;
		margin: 0 auto 13px;
	}
}
@media screen and (max-width:500px){
	.enviCate {
		padding-bottom: 12px;
	}
	.enviCate:before {
		bottom: 12px;
	}
	.enviCate li {
		padding: 21px 0 17px;
	}
	.enviCate span {
		font-size: 1.8rem;
	}
	.enviCate i {
		width: 42px;
		height: 42px;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width:428px){
	.enviCate {
		padding-bottom: 10px;
	}
	.enviCate:before {
		bottom: 10px;
	}
	.enviCate li {
		padding: 17px 0 14px;
	}
	.enviCate span {
		font-size: 1.5rem;
	}
	.enviCate i {
		width: 34px;
		height: 34px;
		margin: 0 auto 9px;
	}
}
@media screen and (max-width:375px){
	.enviCate {
		padding-bottom: 9px;
	}
	.enviCate:before {
		bottom: 9px;
	}
	.enviCate li {
		padding: 16px 0 13px;
	}
	.enviCate span {
		font-size: 1.4rem;
	}
	.enviCate i {
		width: 31px;
		height: 31px;
		margin: 0 auto 8px;
	}
}
@media screen and (max-width:320px){
	.enviCate {
		padding-bottom: 8px;
	}
	.enviCate:before {
		bottom: 8px;
	}
	.enviCate li {
		padding: 13px 0 11px;
	}
	.enviCate span {
		font-size: 1.2rem;
	}
	.enviCate i {
		width: 26px;
		height: 26px;
		margin: 0 auto 7px;
	}
}










/*############################################
	게시판 검색
############################################*/
.bbsSearch {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bbsSearch .schItems:after {
	content: '';
	clear: both;
	display: block;
}
.bbsSearch .schItems + .schItems {
	margin-top: 10px;
}
.bbsSearch label {
	/*display: none;*/
	position: absolute;
	width:1px;
	height:1px;
	clip:rect(1px 1px 1px 1px);
}
.bbsSearch .select,
.bbsSearch .input {
	position: relative;
	display: block;
}
.bbsSearch select,
.bbsSearch input,
.bbsSearch .sch_division {
	display: block;
	width: 100%;
	height: 90px;
	border: solid 2px #ccc;
	border-radius: 6px;
	font-size: 2.8rem;
	padding: 0 25px;
}
.bbsSearch input::placeholder {
	color:#707070;
}

.bbsSearch .sch_division {
	position: relative;
}
.bbsSearch .sch_division:before{
  content: attr(data-placeholder);
  display: block;
  color: black;
}
.bbsSearch .sch_division {
	line-height: 88px;
}
.bbsSearch .sch_division li {
	float: left;
	font-size: 0;
	padding: 0;
	text-align: left;
}
.bbsSearch .sch_division li + li {
	margin-left: 15px;
}
.bbsSearch .sch_division li button {
    color: #333;
	text-align: left;
}
.bbsSearch .sch_division li button,
.bbsSearch .sch_division li i {
	display: inline-block;
	font-size: 2.8rem;
	vertical-align: middle;
}
.bbsSearch .sch_division li i {
	width: 29px;
	height: 29px;
	background-image: url(/m/images/common/ico_divisionDelete.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
	text-indent: -9999px;
}
.bbsSearch .sch_division li .del_divItem {
	width: 29px;
	height: 29px;
	background-image: url(/m/images/common/ico_divisionDelete.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 5px;
	text-indent: -9999px;
}
.bbsSearch select:focus,
.bbsSearch input:focus {
	border-color: #2ec4a2;
}
.bbsSearch select {
	background-image: url(/m/images/common/ico_select.png);
	background-position: center right 25px;
	background-repeat: no-repeat;
	background-size: 24px 14px;
}
.bbsSearch .input input {
	padding: 0 100px 0 25px;
}
.bbsSearch .input button:not(.addedItem):not(.del_divItem) {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.bbsSearch .input button img {
	width: 27px;
	margin: 0 auto;
}
.bbsSearch .schDivision .input button img {
	width: 60px;
	margin: 0 auto;
}
.bbsSearch .cal {
	position: relative;
}
.bbsSearch .datepicker {
	pointer-events: none;
}
.bbsSearch .ui-datepicker-trigger {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
}
.bbsSearch .selToinput .select {
	float: left;
	width: 34%;
}
.bbsSearch .selToinput .input {
	float: right;
	width: calc(100% - 34% - 10px);
}
.bbsSearch .selTosel .select {
	float: left;
	width: calc((100% - 10px) / 2);
}
.bbsSearch .selTosel .select:last-child {
	margin-left: 10px;
}
.bbsSearch .calendarD {
	position: relative;
	border: solid 2px #ccc;
	border-radius: 6px;
}
.bbsSearch .calendarD:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	color: #000;
	width: 10px;
	height: 3px;
	background: #ccc;
	transform: translate(-50%, -50%);
}
.bbsSearch .calendarD input {
	border: 0;
}
.bbsSearch .calendarD .cal {
	float: left;
	width: calc((100% - 8%) / 2);
}
.bbsSearch .calendarD .cal:last-child {
	float: right;
}
.bbsSearch .schItems > button[type="submit"] {
	display: block;
	width: 100%;
	height: 100px;
	background: #02b193;
	border-radius: 6px;
	color: #fff;
	font-size: 3.2rem;
}
.bbsSearch .misc {
	margin-top: 20px;
}
.bbsSearch .misc:after {
	content: '';
	clear: both;
	display: block;
}
.bbsSearch .misc button {
	display: block;
	float: left;
	width: calc((100% - 20px) / 2);
	background: #6b6b6b;
	line-height: 70px;
	border-radius: 6px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 300;
}
.bbsSearch .misc button + button {
	margin-left: 20px;
}
.bbsSearch .misc button i {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	vertical-align: middle;
}
.bbsSearch .misc button span {
	display: inline-block;
	vertical-align: middle;
}
.bbsSearch .misc button:nth-child(1) i {
	background-image: url(/m/images/common/ico_misc1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.bbsSearch .misc button:nth-child(2) i {
	background-image: url(/m/images/common/ico_misc2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width:640px){
	.bbsSearch {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.bbsSearch .schItems + .schItems {
		margin-top: 9px;
	}
	.bbsSearch select,
	.bbsSearch input,
	.bbsSearch .sch_division {
		height: 80px;
		border-radius: 5px;
		font-size: 2.5rem;
		padding: 0 22px;
	}
	.bbsSearch .sch_division {
		line-height: 78px;
	}
	.bbsSearch .sch_division li + li {
		margin-left: 13px;
	}
	.bbsSearch .sch_division li button,
	.bbsSearch .sch_division li i {
		font-size: 2.5rem;
	}
	.bbsSearch .sch_division li i {
		width: 26px;
		height: 26px;
	}
	.bbsSearch select {
		background-position: center right 22px;
		background-size: 21px 12px;
	}
	.bbsSearch .input input {
		padding: 0 89px 0 22px;
	}
	.bbsSearch .input button:not(.addedItem) {
		right: 22px;
	}
	.bbsSearch .input button img {
		width: 24px;
	}
	.bbsSearch .schDivision .input button img {
		width: 53px;
	}
	.bbsSearch .ui-datepicker-trigger {
		right: 22px;
		width: 34px;
		height: 34px;
	}
	.bbsSearch .selToinput .input {
		width: calc(100% - 34% - 9px);
	}
	.bbsSearch .selTosel .select {
		width: calc((100% - 9px) / 2);
	}
	.bbsSearch .selTosel .select:last-child {
		margin-left: 9px;
	}
	.bbsSearch .calendarD {
		border-radius: 5px;
	}
	.bbsSearch .schItems > button[type="submit"] {
		height: 89px;
		border-radius: 5px;
		font-size: 2.8rem;
	}
	.bbsSearch .misc {
		margin-top: 18px;
	}
	.bbsSearch .misc button {
		width: calc((100% - 18px) / 2);
		line-height: 62px;
		border-radius: 5px;
		font-size: 2rem;
	}
	.bbsSearch .misc button + button {
		margin-left: 18px;
	}
	.bbsSearch .misc button i {
		width: 25px;
		height: 25px;
		margin-right: 9px;
	}
}
@media screen and (max-width:500px){
	.bbsSearch {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.bbsSearch .schItems + .schItems {
		margin-top: 7px;
	}
	.bbsSearch select,
	.bbsSearch input,
	.bbsSearch .sch_division {
		height: 62px;
		border-radius: 4px;
		font-size: 1.9rem;
		padding: 0 17px;
	}
	.bbsSearch .sch_division {
		line-height: 60px;
	}
	.bbsSearch .sch_division li + li {
		margin-left: 10px;
	}
	.bbsSearch .sch_division li button,
	.bbsSearch .sch_division li i {
		font-size: 1.9rem;
	}
	.bbsSearch .sch_division li i {
		width: 20px;
		height: 20px;
	}
	.bbsSearch select {
		background-position: center right 17px;
		background-size: 17px 10px;
	}
	.bbsSearch .input input {
		padding: 0 69px 0 17px;
	}
	.bbsSearch .input button:not(.addedItem) {
		right: 17px;
	}
	.bbsSearch .input button img {
		width: 18px;
	}
	.bbsSearch .schDivision .input button img {
		width: 42px;
	}
	.bbsSearch .ui-datepicker-trigger {
		right: 17px;
		width: 26px;
		height: 26px;
	}
	.bbsSearch .selToinput .input {
		width: calc(100% - 34% - 7px);
	}
	.bbsSearch .selTosel .select {
		width: calc((100% - 7px) / 2);
	}
	.bbsSearch .selTosel .select:last-child {
		margin-left: 7px;
	}
	.bbsSearch .calendarD {
		border-radius: 5px;
	}
	.bbsSearch .schItems > button[type="submit"] {
		height: 69px;
		border-radius: 4px;
		font-size: 2.2rem;
	}
	.bbsSearch .misc {
		margin-top: 14px;
	}
	.bbsSearch .misc button {
		width: calc((100% - 14px) / 2);
		line-height: 48px;
		border-radius: 4px;
		font-size: 1.5rem;
	}
	.bbsSearch .misc button + button {
		margin-left: 14px;
	}
	.bbsSearch .misc button i {
		width: 19px;
		height: 19px;
		margin-right: 7px;
	}
}
@media screen and (max-width:428px){
	.bbsSearch {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.bbsSearch .schItems + .schItems {
		margin-top: 6px;
	}
	.bbsSearch select,
	.bbsSearch input,
	.bbsSearch .sch_division {
		height: 52px;
		border-radius: 3px;
		font-size: 1.6rem;
		padding: 0 14px;
	}
	.bbsSearch .sch_division {
		line-height: 50px;
	}
	.bbsSearch .sch_division li + li {
		margin-left: 8px;
	}
	.bbsSearch .sch_division li button,
	.bbsSearch .sch_division li i {
		font-size: 1.6rem;
	}
	.bbsSearch .sch_division li i {
		width: 17px;
		height: 17px;
	}
	.bbsSearch select {
		background-position: center right 14px;
		background-size: 14px 8px;
	}
	.bbsSearch .input input {
		padding: 0 58px 0 14px;
	}
	.bbsSearch .input button:not(.addedItem) {
		right: 14px;
	}
	.bbsSearch .input button img {
		width: 16px;
	}
	.bbsSearch .schDivision .input button img {
		width: 34px;
	}
	.bbsSearch .ui-datepicker-trigger {
		right: 14px;
		width: 22px;
		height: 22px;
	}
	.bbsSearch .selToinput .input {
		width: calc(100% - 34% - 6px);
	}
	.bbsSearch .selTosel .select {
		width: calc((100% - 6px) / 2);
	}
	.bbsSearch .selTosel .select:last-child {
		margin-left: 6px;
	}
	.bbsSearch .calendarD {
		border-radius: 3px;
	}
	.bbsSearch .schItems > button[type="submit"] {
		height: 58px;
		border-radius: 3px;
		font-size: 1.8rem;
	}
	.bbsSearch .misc {
		margin-top: 12px;
	}
	.bbsSearch .misc button {
		width: calc((100% - 12px) / 2);
		line-height: 40px;
		border-radius: 3px;
		font-size: 1.2rem;
	}
	.bbsSearch .misc button + button {
		margin-left: 12px;
	}
	.bbsSearch .misc button i {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
}
@media screen and (max-width:375px){
	.bbsSearch {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bbsSearch .schItems + .schItems {
		margin-top: 5px;
	}
	.bbsSearch select,
	.bbsSearch input,
	.bbsSearch .sch_division {
		height: 47px;
		border-radius: 3px;
		font-size: 1.5rem;
		padding: 0 13px;
	}
	.bbsSearch .sch_division {
		line-height: 45px;
	}
	.bbsSearch .sch_division li + li {
		margin-left: 8px;
	}
	.bbsSearch .sch_division li button,
	.bbsSearch .sch_division li i {
		font-size: 1.4rem;
	}
	.bbsSearch .sch_division li i {
		width: 17px;
		height: 17px;
	}
	.bbsSearch select {
		background-position: center right 13px;
		background-size: 13px 8px;
	}
	.bbsSearch .input input {
		padding: 0 52px 0 13px;
	}
	.bbsSearch .input button:not(.addedItem) {
		right: 13px;
	}
	.bbsSearch .input button img {
		width: 14px;
	}
	.bbsSearch .schDivision .input button img {
		width: 31px;
	}
	.bbsSearch .ui-datepicker-trigger {
		right: 14px;
		width: 20px;
		height: 20px;
	}
	.bbsSearch .selToinput .input {
		width: calc(100% - 34% - 5px);
	}
	.bbsSearch .selTosel .select {
		width: calc((100% - 5px) / 2);
	}
	.bbsSearch .selTosel .select:last-child {
		margin-left: 5px;
	}
	.bbsSearch .calendarD {
		border-radius: 3px;
	}
	.bbsSearch .schItems > button[type="submit"] {
		height: 52px;
		border-radius: 3px;
		font-size: 1.7rem;
	}
	.bbsSearch .misc {
		margin-top: 10px;
	}
	.bbsSearch .misc button {
		width: calc((100% - 10px) / 2);
		line-height: 36px;
		border-radius: 3px;
		font-size: 1.1rem;
	}
	.bbsSearch .misc button + button {
		margin-left: 10px;
	}
	.bbsSearch .misc button i {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
}
@media screen and (max-width:320px){
	.bbsSearch {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.bbsSearch .schItems + .schItems {
		margin-top: 4px;
	}
	.bbsSearch select,
	.bbsSearch input,
	.bbsSearch .sch_division {
		height: 40px;
		border-radius: 3px;
		font-size: 1.3rem;
		padding: 0 11px;
	}
	.bbsSearch .sch_division {
		line-height: 38px;
	}
	.bbsSearch .sch_division li + li {
		margin-left: 7px;
	}
	.bbsSearch .sch_division li button,
	.bbsSearch .sch_division li i {
		font-size: 1.2rem;
	}
	.bbsSearch .sch_division li i {
		width: 13px;
		height: 13px;
	}
	.bbsSearch select {
		background-position: center right 11px;
		background-size: 10px 6px;
	}
	.bbsSearch .input input {
		padding: 0 44px 0 11px;
	}
	.bbsSearch .input button:not(.addedItem) {
		right: 11px;
	}
	.bbsSearch .input button img {
		width: 12px;
	}
	.bbsSearch .schDivision .input button img {
		width: 26px;
	}
	.bbsSearch .ui-datepicker-trigger {
		right: 11px;
		width: 16px;
		height: 16px;
	}
	.bbsSearch .selToinput .input {
		width: calc(100% - 34% - 4px);
	}
	.bbsSearch .selTosel .select {
		width: calc((100% - 4px) / 2);
	}
	.bbsSearch .selTosel .select:last-child {
		margin-left: 4px;
	}
	.bbsSearch .calendarD {
		border-radius: 3px;
	}
	.bbsSearch .schItems > button[type="submit"] {
		height: 44px;
		border-radius: 3px;
		font-size: 1.4rem;
	}
	.bbsSearch .misc {
		margin-top: 9px;
	}
	.bbsSearch .misc button {
		width: calc((100% - 9px) / 2);
		line-height: 31px;
		border-radius: 3px;
		font-size: 1rem;
	}
	.bbsSearch .misc button + button {
		margin-left: 9px;
	}
	.bbsSearch .misc button i {
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
}










/*############################################
	부서 검색
############################################*/
.popDivision {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #fff; 
	/* position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	border: 0;
	margin: 0;  ---- NEW */
}
.popDivision.on {
	display: block;
}
.popdivision_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.popDivision .divisionHeader {
	position: relative;
	height: 110px;
	line-height: 110px;
	border-bottom: solid 1px #ececec;
	font-size: 3.6rem;
	text-align: center;
}
.popDivision .divisionHeader button {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 50px;
	height: 50px;
	background-image: url(/m/images/common/ico_divSearch_close.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	transform: translateY(-50%);
	text-indent: -99999px;
}
.popDivision_scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-top: solid 1px #ececec;
	overflow-y: auto;
}
.popDivision .bbsSearch {
	padding-bottom: 0;
}
.popDivision .articleSum {
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.popDivision .divisionList {
	width: 100%;
	table-layout: fixed;
}
.popDivision .divisionList th,
.popDivision .divisionList td {
	font-size: 2.6rem;
	padding: 20px 0;
	text-align: center;
}
.popDivision .divisionList th span,
.popDivision .divisionList td span {
	display: block;
	letter-spacing: -1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popDivision .divisionList th {
	background: #f7f7f7;
	border-top: solid 1px #506ee9;
}
.popDivision .divisionList td {
	background: #fff;
	border-bottom: solid 1px #eee;
}
.popDivision button.divsionSelected {
	display: block;
	width: 100%;
	height: 100px;
	background: #ddd;
	border-radius: 6px;
	color: #fff;
	font-size: 3.2rem;
	margin: 50px 0;
	pointer-events: none;
}
.popDivision button.divsionSelected.on {
	background: #02b193;
	pointer-events: auto;
}

@media screen and (max-width:640px){
	.popDivision .divisionHeader {
		height: 98px;
		line-height: 98px;
		font-size: 3.2rem;
	}
	.popDivision .divisionHeader button {
		right: 36px;
		width: 44px;
		height: 44px;
		background-size: 23px 23px;
	}
	.popDivision .divisionList th,
	.popDivision .divisionList td {
		font-size: 2.3rem;
		padding: 18px 0;
	}
	.popDivision button.divsionSelected {
		height: 88px;
		border-radius: 5px;
		font-size: 2.8rem;
		margin: 44px 0;
	}
}
@media screen and (max-width:500px){
	.popDivision .divisionHeader {
		height: 76px;
		line-height: 76px;
		font-size: 2.5rem;
	}
	.popDivision .divisionHeader button {
		right: 28px;
		width: 35px;
		height: 35px;
		background-size: 18px 18px;
	}
	.popDivision .divisionList th,
	.popDivision .divisionList td {
		font-size: 1.8rem;
		padding: 14px 0;
	}
	.popDivision button.divsionSelected {
		height: 69px;
		border-radius: 4px;
		font-size: 2.2rem;
		margin: 35px 0;
	}
}
@media screen and (max-width:428px){
	.popDivision .divisionHeader {
		height: 63px;
		line-height: 63px;
		font-size: 2rem;
	}
	.popDivision .divisionHeader button {
		right: 23px;
		width: 28px;
		height: 28px;
		background-size: 15px 15px;
	}
	.popDivision .divisionList th,
	.popDivision .divisionList td {
		font-size: 1.5rem;
		padding: 12px 0;
	}
	.popDivision button.divsionSelected {
		height: 58px;
		border-radius: 3px;
		font-size: 1.8rem;
		margin: 28px 0;
	}
}
@media screen and (max-width:375px){
	.popDivision .divisionHeader {
		height: 57px;
		line-height: 57px;
		font-size: 1.8rem;
	}
	.popDivision .divisionHeader button {
		right: 21px;
		width: 26px;
		height: 26px;
		background-size: 14px 14px;
	}
	.popDivision .divisionList th,
	.popDivision .divisionList td {
		font-size: 1.3rem;
		padding: 10px 0;
	}
	.popDivision button.divsionSelected {
		height: 52px;
		border-radius: 3px;
		font-size: 1.7rem;
		margin: 26px 0;
	}
}
@media screen and (max-width:320px){
	.popDivision .divisionHeader {
		height: 49px;
		line-height: 49px;
		font-size: 1.6rem;
	}
	.popDivision .divisionHeader button {
		right: 18px;
		width: 22px;
		height: 22px;
		background-size: 12px 12px;
	}
	.popDivision .divisionList th,
	.popDivision .divisionList td {
		font-size: 1.2rem;
		padding: 9px 0;
	}
	.popDivision button.divsionSelected {
		height: 44px;
		border-radius: 3px;
		font-size: 1.4rem;
		margin: 22px 0;
	}
}










/*############################################
	게시판 목록(텍스트형)
############################################*/
.articleSum {
	background: #f3f3f3;
	border-top: solid 2px #e8e8e8;
	color: #484848;
	font-size: 2.6rem;
	line-height: 80px;
	padding: 0 40px;
}

@media screen and (max-width:640px){
	.articleSum {
		font-size: 2.3rem;
		line-height: 71px;
		padding: 0 36px;
	}
}
@media screen and (max-width:500px){
	.articleSum {
		font-size: 1.8rem;
		line-height: 56px;
		padding: 0 28px;
	}
}
@media screen and (max-width:428px){
	.articleSum {
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 23px;
	}
}
@media screen and (max-width:375px){
	.articleSum {
		font-size: 1.4rem;
		line-height: 42px;
		padding: 0 21px;
	}
}
@media screen and (max-width:320px){
	.articleSum {
		font-size: 1.2rem;
		line-height: 26px;
		padding: 0 18px;
	}
}



.articleList li {
	position: relative;
	border-bottom: solid 2px #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.articleList li:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	width: 17px;
	height: 29px;
	background-image: url(/m/images/common/ico_article.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}
.articleList p.item {
	width: calc(100% - 7%);
	width: 100%;
}

@media screen and (max-width:640px){
	.articleList li {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.articleList li:after {
		width: 15px;
		height: 26px;
	}
}
@media screen and (max-width:500px){
	.articleList li {
		padding-top: 28px;
		padding-bottom:28px;
	}
	.articleList li:after {
		width: 12px;
		height: 20px;
	}
}
@media screen and (max-width:428px){
	.articleList li {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.articleList li:after {
		width: 10px;
		height: 17px;
	}
}
@media screen and (max-width:375px){
	.articleList li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.articleList li:after {
		width: 9px;
		height: 15px;
	}
}
@media screen and (max-width:320px){
	.articleList li {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.articleList li:after {
		width: 8px;
		height: 14px;
	}
}










/*############################################
	게시판 상세
############################################*/
.articleSubject {
	border-bottom: solid 2px #eeeeee;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: -1.5px;
	padding: 30px 0;
}
.articleInfo {
	border-bottom: solid 2px #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.articleInfo p.item {
	width: 100%;
}

@media screen and (max-width:640px){
	.articleSubject {
		font-size: 2.8rem;
		padding: 27px 0;
	}
	.articleInfo {
		padding-top: 36px;
		padding-bottom: 36px;
	}
}
@media screen and (max-width:500px){
	.articleSubject {
		font-size: 2.2rem;
		padding: 21px 0;
	}
	.articleInfo {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}
@media screen and (max-width:428px){
	.articleSubject {
		font-size: 1.8rem;
		padding: 17px 0;
	}
	.articleInfo {
		padding-top: 23px;
		padding-bottom: 23px;
	}
}
@media screen and (max-width:375px){
	.articleSubject {
		font-size: 1.6rem;
		padding: 16px 0;
	}
	.articleInfo {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:320px){
	.articleSubject {
		font-size: 1.4rem;
		padding: 13px 0;
	}
	.articleInfo {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}


.articleDetail {
	font-size: 2.8rem;
	line-height: 1.4;
	padding-top: 40px;
	word-break: break-all;
	word-wrap: break-word;
}
.articleDetail a {
	color: #4a69e9;
	text-decoration: underline;
}
.articleDetail img {
	margin: 20px 0;
}
@media screen and (max-width:640px){
	.articleDetail {
		font-size: 2.5rem;
		padding-top: 36px;
	}
}
@media screen and (max-width:500px){
	.articleDetail {
		font-size: 1.9rem;
		padding-top: 28px;
	}
}
@media screen and (max-width:428px){
	.articleDetail {
		font-size: 1.6rem;
		padding-top: 23px;
	}
}
@media screen and (max-width:375px){
	.articleDetail {
		font-size: 1.5rem;
		padding-top: 21px;
	}
}
@media screen and (max-width:320px){
	.articleDetail {
		font-size: 1.2rem;
		padding-top: 18px;
	}
}


.articleBack {
	margin-top: 60px;
}
.articleBack button {
	width: 100%;
	height: 100px;
	background: #00a888;
	border-radius: 6px;
	color: #fff;
	font-size: 3.2rem;
}

@media screen and (max-width:640px){
	.articleBack {
		margin-top: 53px;
	}
	.articleBack button {
		height: 89px;
		border-radius: 5px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width:500px){
	.articleBack {
		margin-top: 42px;
	}
	.articleBack button {
		height: 69px;
		border-radius: 3px;
		font-size: 2.2rem;
	}
}
@media screen and (max-width:428px){
	.articleBack {
		margin-top: 35px;
	}
	.articleBack button {
		height: 58px;
		border-radius: 3px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width:375px){
	.articleBack {
		margin-top: 31px;
	}
	.articleBack button {
		height: 52px;
		border-radius: 3px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:320px){
	.articleBack {
		margin-top: 27px;
	}
	.articleBack button {
		height: 44px;
		border-radius: 3px;
		font-size: 1.4rem;
	}
}




.articleBtns {
	font-size: 0;
	margin-top: 60px;
	text-align: center;
}
.articleDetail + .articleBtns {
	padding-top: 60px;
}
.articleBtns.border-top {
	border-top: solid 2px #eeeeee;
}
.articleBtns button {
	display: inline-block;
	width: 100%;
	height: 80px;
	background: #00a888;
	border-radius: 6px;
	color: #fff;
	font-size: 3.2rem;
}
.articleBtns button + button {
	margin-left: 13px;
}
.articleBtns.col2 button,
.articleBtns.col3 button {
	width: 180px;
}
.articleBtns.col4 button {
	width: calc((100% - 39px) / 4)
}
.articleBtns button.btn_edit {
	background: #fff;
	border: solid 2px #00a888;
	color: #00a888;
	box-shadow: none;
}
.articleBtns button.btn_delete,
.articleBtns button.btn_cancel,
.articleBtns button.btn_back {
	background: #6b6b6b;
	color: #fff;
	box-shadow: none;
}
.articleBtns button.btn_home {
	background: #00a1a3;
	color: #fff;
	box-shadow: none;
}

@media screen and (max-width:640px){
	.articleBtns {
		margin-top: 53px;
	}
	.articleDetail + .articleBtns {
		padding-top: 53px;
	}
	.articleBtns button {
		height: 70px;
		border-radius: 5px;
		font-size: 2.8rem;
	}
	.articleBtns button + button {
		margin-left: 12px;
	}
	.articleBtns.col2 button,
	.articleBtns.col3 button {
		width: 160px;
	}
	.articleBtns.col4 button {
		width: calc((100% - 36px) / 4)
	}
}
@media screen and (max-width:500px){
	.articleBtns {
		margin-top: 42px;
	}
	.articleDetail + .articleBtns {
		padding-top: 42px;
	}
	.articleBtns button {
		height: 54px;
		border-radius: 4px;
		font-size: 2.2rem;
	}
	.articleBtns button + button {
		margin-left: 9px;
	}
	.articleBtns.col2 button,
	.articleBtns.col3 button {
		width: 125px;
	}
	.articleBtns.col4 button {
		width: calc((100% - 27px) / 4)
	}
}
@media screen and (max-width:428px){
	.articleBtns {
		margin-top: 34px;
	}
	.articleDetail + .articleBtns {
		padding-top: 34px;
	}
	.articleBtns button {
		height: 46px;
		border-radius: 3px;
		font-size: 1.8rem;
	}
	.articleBtns button + button {
		margin-left: 7px;
	}
	.articleBtns.col2 button,
	.articleBtns.col3 button {
		width: 104px;
	}
	.articleBtns.col4 button {
		width: calc((100% - 21px) / 4)
	}
}
@media screen and (max-width:375px){
	.articleBtns {
		margin-top: 31px;
	}
	.articleDetail + .articleBtns {
		padding-top: 31px;
	}
	.articleBtns button {
		height: 40px;
		border-radius: 3px;
		font-size: 1.8rem;
	}
	.articleBtns button + button {
		margin-left: 7px;
	}
	.articleBtns.col2 button,
	.articleBtns.col3 button {
		width: 94px;
	}
	.articleBtns.col4 button {
		width: calc((100% - 21px) / 4)
	}
}
@media screen and (max-width:320px){
	.articleBtns {
		margin-top: 26px;
	}
	.articleDetail + .articleBtns {
		padding-top: 26px;
	}
	.articleBtns button {
		height: 36px;
		border-radius: 4px;
		font-size: 1.4rem;
	}
	.articleBtns button + button {
		margin-left: 6px;
	}
	.articleBtns.col2 button,
	.articleBtns.col3 button {
		width: 80px;
	}
	.articleBtns.col4 button {
		width: calc((100% - 18px) / 4)
	}
}





.articleNav {
	border-top: solid 2px #eee;
	margin-top: 60px;
}
.articleNav li {
	border-bottom: solid 2px #eee;
}
.articleNav a {
	display: block;
	font-size: 0;
	padding: 30px 0;
}
.articleNav a i,
.articleNav a span {
	display: inline-block;
	font-size: 2.8rem;
	vertical-align: middle;
}
.articleNav i {
	width: 16px;
	height: 12px;
	background-image: url(/m/images/common/ico_nav.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
	margin-left: 20px;
}
.articleNav li:nth-child(2) i {
	transform: rotate(180deg)
}
.articleNav span {
	width: calc(100% - 60px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleNav li.none a {
	color: #898989;
	pointer-events: none;
}

@media screen and (max-width:640px){
	.articleNav {
		margin-top: 53px;
	}
	.articleNav a {
		padding: 27px 0;
	}
	.articleNav a i,
	.articleNav a span {
		font-size: 2.5rem;
	}
	.articleNav i {
		width: 14px;
		height: 11px;
		margin-right: 18px;
		margin-left: 18px;
	}
	.articleNav span {
		width: calc(100% - 53px);
	}
}
@media screen and (max-width:500px){
	.articleNav {
		margin-top: 42px;
	}
	.articleNav a {
		padding: 21px 0;
	}
	.articleNav a i,
	.articleNav a span {
		font-size: 1.9rem;
	}
	.articleNav i {
		width: 11px;
		height: 8px;
		margin-right: 14px;
		margin-left: 14px;
	}
	.articleNav span {
		width: calc(100% - 42px);
	}
}
@media screen and (max-width:428px){
	.articleNav {
		margin-top: 35px;
	}
	.articleNav a {
		padding: 17px 0;
	}
	.articleNav a i,
	.articleNav a span {
		font-size: 1.6rem;
	}
	.articleNav i {
		width: 9px;
		height: 7px;
		margin-right: 12px;
		margin-left: 12px;
	}
	.articleNav span {
		width: calc(100% - 35px);
	}
}
@media screen and (max-width:375px){
	.articleNav {
		margin-top: 31px;
	}
	.articleNav a {
		padding: 15px 0;
	}
	.articleNav a i,
	.articleNav a span {
		font-size: 1.5rem;
	}
	.articleNav i {
		width: 8px;
		height: 6px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.articleNav span {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width:320px){
	.articleNav {
		margin-top: 27px;
	}
	.articleNav a {
		padding: 13px 0;
	}
	.articleNav a i,
	.articleNav a span {
		font-size: 1.2rem;
	}
	.articleNav i {
		width: 7px;
		height: 5px;
		margin-right: 9px;
		margin-left: 9px;
	}
	.articleNav span {
		width: calc(100% - 27px);
	}
}










/*############################################
	게시판 상세 페이지네이션
############################################*/
.paging {
	font-size: 0;
	padding-top: 50px;
	text-align: center;
}
.paging.off {
	display: none;
}
.paging li {
	display: inline-block;
	vertical-align: middle;
}
.paging li + li {
	margin-left: 20px;
}
.paging li button {
	position: relative;
	display: block;
	min-width: 20px;
	height: 40px;
	color: #333;
	font-size: 2.6rem;
	text-align: center;
}
.paging li button img {
	width: 18px;
	margin: 0 auto;
}
.paging li button.on {
	font-weight: 700;
}
.paging li button.on:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #000;
}

@media screen and (max-width:640px){
	.paging {
		padding-top: 44px;
	}
	.paging li + li {
		margin-left: 17px;
	}
	.paging li button {
		height: 35px;
		font-size: 2.3rem;
	}
	.paging li button img {
		width: 16px;
	}
}
@media screen and (max-width:500px){
	.paging {
		padding-top: 35px;
	}
	.paging li + li {
		margin-left: 14px;
	}
	.paging li button {
		height: 27px;
		font-size: 1.8rem;
	}
	.paging li button img {
		width: 13px;
	}
}
@media screen and (max-width:428px){
	.paging {
		padding-top: 29px;
	}
	.paging li + li {
		margin-left: 12px;
	}
	.paging li button {
		height: 23px;
		font-size: 1.5rem;
	}
	.paging li button img {
		width: 10px;
	}
}
@media screen and (max-width:375px){
	.paging {
		padding-top: 26px;
	}
	.paging li + li {
		margin-left: 10px;
	}
	.paging li button {
		height: 21px;
		font-size: 1.1rem;
	}
	.paging li button img {
		width: 9px;
	}
}
@media screen and (max-width:320px){
	.paging {
		padding-top: 22px;
	}
	.paging li + li {
		margin-left: 9px;
	}
	.paging li button {
		height: 18px;
		font-size: 1.1rem;
	}
	.paging li button img {
		width: 8px;
	}
}










/*############################################
	게시판 목록(이미지형)
############################################*/
.articleList_img {
	padding-top: 40px;
	padding-bottom: 40px;
}
.articleList_img:after {
	content: '';
	clear: both;
	display: block;
}
.articleList_img li {
	float: left;
	width: calc((100% - 40px) / 2);
}
.articleList_img li:nth-child(n+3) {
	margin-top: 40px;
}
.articleList_img li:nth-child(even) {
	margin-left: 40px;
}
.articleList_img .imgBox {
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.playMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/m/images/common/bg_play.png);
	background-size: cover;
}

.articleList_img .imgBox img {
	display: block;
	width: 100%;
	height: auto;
}
.articleList_img .gTitle {
	height: 8rem;
	font-size: 2.8rem;
	line-height: 4rem;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fs4 .articleList_img .gTitle {
	height: 46px;
	font-size: 1.6rem;
	line-height: 23px;
	margin-top: 12px;
}

.articleList_img .date {
	display: block;
	border-top: solid 1px #ccc;
	color: #898989;
	font-size: 2.6rem;
	margin-top: 15px;
	padding-top: 15px;
}
.articleList_img .date.text-right {
	border-top: 0;
	padding-top: 0;
	text-align: right;
}
.articleList_img .published {
	margin-top: 20px;
}
.articleList_img .published:after {
	content: '';
	clear: both;
	display: block;
}
.articleList_img .published a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-radius: 6px;
	font-size: 0;
	text-align: center;
}
.articleList_img .published.col2 a {
	float: left;
	width: calc((100% - 10px) / 2);
}
.articleList_img .published.col2 a:last-child {
	margin-left: 10px;
}
.articleList_img .published a.pdf {
	background: #b30b00;
	color: #fff;
}
.articleList_img .published a.ebook {
	background: #192034;
	color: #fff;
}
.articleList_img .published a i,
.articleList_img .published a span {
	display: inline-block;
	font-size: 2.2rem;
	vertical-align: middle;
}
.articleList_img .published a i {
	margin-right: 10px;
}
.articleList_img .published a.pdf i {
	width: 36px;
	height: 37px;
	background-image: url(/m/images/common/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.articleList_img .published a.ebook i {
	width: 28px;
	height: 31px;
	background-image: url(/m/images/common/ico_ebook.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen and (max-width:640px){
	.articleList_img {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.articleList_img li {
		width: calc((100% - 36px) / 2);
	}
	.articleList_img li:nth-child(n+3) {
		margin-top: 36px;
	}
	.articleList_img li:nth-child(even) {
		margin-left: 36px;
	}
	.articleList_img .gTitle {
		height: 7.2rem;
		font-size: 2.5rem;
		line-height: 3.6rem;
		margin-top: 18px;
	}
	.articleList_img .date {
		font-size: 2.3rem;
		margin-top: 13px;
		padding-top: 13px;
	}
	.articleList_img .published {
		margin-top: 18px;
	}
	.articleList_img .published a {
		height: 62px;
		line-height: 62px;
		border-radius: 5px;
	}
	.articleList_img .published.col2 a {
		width: calc((100% - 9px) / 2);
	}
	.articleList_img .published.col2 a:last-child {
		margin-left: 9px;
	}
	.articleList_img .published a i,
	.articleList_img .published a span {
		font-size: 1.9rem;
	}
	.articleList_img .published a i {
		margin-right: 9px;
	}
	.articleList_img .published a.pdf i {
		width: 32px;
		height: 33px;
	}
	.articleList_img .published a.ebook i {
		width: 25px;
		height: 28px;
	}
}
@media screen and (max-width:500px){
	.articleList_img {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.articleList_img li {
		width: calc((100% - 28px) / 2);
	}
	.articleList_img li:nth-child(n+3) {
		margin-top: 28px;
	}
	.articleList_img li:nth-child(even) {
		margin-left: 28px;
	}
	.articleList_img .gTitle {
		height: 5.6rem;
		font-size: 1.9rem;
		line-height: 2.8rem;
		margin-top: 14px;
	}
	.articleList_img .date {
		font-size: 1.8rem;
		margin-top: 10px;
		padding-top: 10px;
	}
	.articleList_img .published {
		margin-top: 14px;
	}
	.articleList_img .published a {
		height: 48px;
		line-height: 48px;
		border-radius: 4px;
	}
	.articleList_img .published.col2 a {
		width: calc((100% - 7px) / 2);
	}
	.articleList_img .published.col2 a:last-child {
		margin-left: 7px;
	}
	.articleList_img .published a i,
	.articleList_img .published a span {
		font-size: 1.5rem;
	}
	.articleList_img .published a i {
		margin-right: 7px;
	}
	.articleList_img .published a.pdf i {
		width: 25px;
		height: 26px;
	}
	.articleList_img .published a.ebook i {
		width: 19px;
		height: 21px;
	}
}
@media screen and (max-width:428px){
	.articleList_img {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.articleList_img li {
		width: calc((100% - 23px) / 2);
	}
	.articleList_img li:nth-child(n+3) {
		margin-top: 23px;
	}
	.articleList_img li:nth-child(even) {
		margin-left: 23px;
	}
	.articleList_img .gTitle {
		height: 4.6rem;
		font-size: 1.6rem;
		line-height: 2.3rem;
		margin-top: 12px;
	}
	.articleList_img .date {
		font-size: 1.5rem;
		margin-top: 8px;
		padding-top: 8px;
	}
	.articleList_img .published {
		margin-top: 12px;
	}
	.articleList_img .published a {
		height: 40px;
		line-height: 40px;
		border-radius: 3px;
	}
	.articleList_img .published.col2 a {
		width: calc((100% - 6px) / 2);
	}
	.articleList_img .published.col2 a:last-child {
		margin-left: 6px;
	}
	.articleList_img .published a i,
	.articleList_img .published a span {
		font-size: 1.2rem;
	}
	.articleList_img .published a i {
		margin-right: 6px;
	}
	.articleList_img .published a.pdf i {
		width: 20px;
		height: 21px;
	}
	.articleList_img .published a.ebook i {
		width: 16px;
		height: 18px;
	}
}
@media screen and (max-width:375px){
	.articleList_img {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.articleList_img li {
		width: calc((100% - 20px) / 2);
	}
	.articleList_img li:nth-child(n+3) {
		margin-top: 20px;
	}
	.articleList_img li:nth-child(even) {
		margin-left: 20px;
	}
	.articleList_img .gTitle {
		height: 4.2rem;
		font-size: 1.5rem;
		line-height: 2.1rem;
		margin-top: 10px;
	}
	.articleList_img .date {
		font-size: 1.4rem;
		margin-top: 8px;
		padding-top: 8px;
	}
	.articleList_img .published {
		margin-top: 10px;
	}
	.articleList_img .published a {
		height: 36px;
		line-height: 36px;
		border-radius: 3px;
	}
	.articleList_img .published.col2 a {
		width: calc((100% - 5px) / 2);
	}
	.articleList_img .published.col2 a:last-child {
		margin-left: 5px;
	}
	.articleList_img .published a i,
	.articleList_img .published a span {
		font-size: 1.1rem;
	}
	.articleList_img .published a i {
		margin-right: 5px;
	}
	.articleList_img .published a.pdf i {
		width: 19px;
		height: 20px;
	}
	.articleList_img .published a.ebook i {
		width: 15px;
		height: 17px;
	}
}
@media screen and (max-width:320px){
	.articleList_img {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.articleList_img li {
		width: calc((100% - 18px) / 2);
	}
	.articleList_img li:nth-child(n+3) {
		margin-top: 18px;
	}
	.articleList_img li:nth-child(even) {
		margin-left: 18px;
	}
	.articleList_img .gTitle {
		height: 3.6rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-top: 9px;
	}
	.articleList_img .date {
		font-size: 1.2rem;
		margin-top: 7px;
		padding-top: 7px;
	}
	.articleList_img .published {
		margin-top: 9px;
	}
	.articleList_img .published a {
		height: 31px;
		line-height: 31px;
		border-radius: 3px;
	}
	.articleList_img .published.col2 a {
		width: calc((100% - 4px) / 2);
	}
	.articleList_img .published.col2 a:last-child {
		margin-left: 4px;
	}
	.articleList_img .published a i,
	.articleList_img .published a span {
		font-size: 1rem;
	}
	.articleList_img .published a i {
		margin-right: 4px;
	}
	.articleList_img .published a.pdf i {
		width: 16px;
		height: 17px;
	}
	.articleList_img .published a.ebook i {
		width: 12px;
		height: 13px;
	}
}










/*############################################
	게시판 요소
############################################*/
p.item:after {
	content: '';
	clear: both;
	display: block;
}
p.item + p.item {
	margin-top: 20px;
}
p.item .dt {
	float: left;
	display: block;
	width: 22%;
	color: #484848;
	font-size: 2.6rem;
	font-weight: 300;
	letter-spacing: -1.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
p.item .dd {
	float: left;
	display: block;
	width: 71%;
	color: #222;
	font-size: 2.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
p.item .dd a:not(.attach) {
	color: #4a69e9;
	text-decoration: underline;
}
p.item.both .dt {
	float: left;
	width: 34%;
}
p.item.both .dd {
	width: 66%;
	text-align: right;
	white-space: normal;
	overflow: visible;
}

@media screen and (max-width:640px){
	p.item + p.item {
		margin-top: 18px;
	}
	p.item .dt {
		font-size: 2.3rem;
	}
	p.item .dd {
		font-size: 2.5rem;
	}
}
@media screen and (max-width:500px){
	p.item + p.item {
		margin-top: 14px;
	}
	p.item .dt {
		font-size: 1.8rem;
	}
	p.item .dd {
		font-size: 1.9rem;
	}
}
@media screen and (max-width:428px){
	p.item + p.item {
		margin-top: 12px;
	}
	p.item .dt {
		font-size: 1.5rem;
	}
	p.item .dd {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:375px){
	p.item + p.item {
		margin-top: 10px;
	}
	p.item .dt {
		font-size: 1.4rem;
	}
	p.item .dd {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:320px){
	p.item + p.item {
		margin-top: 9px;
	}
	p.item .dt {
		font-size: 1.1rem;
	}
	p.item .dd {
		font-size: 1.2rem;
	}
}





.status_circle {
	font-size: 2.8rem;
}
.status_circle i {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #6b6b6b;
	border-radius: 100%;
	box-shadow: 3px 4px 4px -4px rgba(107,107,107,0.58);
	margin-right: 10px;
}
.status_circle.on {
	color: #4a69e9;
}
.status_circle.on i {
	background: #4a69e9;
}

@media screen and (max-width:640px){
	.status_circle {
		font-size: 2.5rem;
	}
	.status_circle i {
		width: 20px;
		height: 20px;
		margin-right: 9px;
	}
}
@media screen and (max-width:500px){
	.status_circle {
		font-size: 1.9rem;
	}
	.status_circle i {
		width: 16px;
		height: 16px;
		margin-right: 7px;
	}
}
@media screen and (max-width:428px){
	.status_circle {
		font-size: 1.6rem;
	}
	.status_circle i {
		width: 13px;
		height: 13px;
		margin-right: 6px;
	}
}
@media screen and (max-width:375px){
	.status_circle {
		font-size: 1.5rem;
	}
	.status_circle i {
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
}
@media screen and (max-width:320px){
	.status_circle {
		font-size: 1.2rem;
	}
	.status_circle i {
		width: 10px;
		height: 10px;
		margin-right: 4px;
	}
}



.attach {
	display: block;
	color: #5478a2;
	font-size: 0;
}
.attach + .attach {
	margin-top: 20px;
}
.attach i,
.attach span {
	display: inline-block;
	font-size: 2.6rem;
	vertical-align: bottom;
}
.attach i {
	width: 24px;
	height: 36px;
	background-image: url(/m/images/common/ico_attach.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 27px;
	margin-right: 6px;
}
.attach span {
	width:  calc(100% - 30px);
	height: 36px;
	line-height: 34px;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
p.item.both .dd .attach span {
	width: auto;
}

@media screen and (max-width:640px){
	.attach + .attach {
		margin-top: 18px;
	}
	.attach i,
	.attach span {
		font-size: 2.3rem;
	}
	.attach i {
		width: 21px;
		height: 32px;
		margin-right: 5px;
		background-size: 21px 24px;
	}
	.attach span {
		width:  calc(100% - 27px);
		height: 32px;
		line-height: 30px;
	}
}
@media screen and (max-width:500px){
	.attach + .attach {
		margin-top: 14px;
	}
	.attach i,
	.attach span {
		font-size: 1.8rem;
	}
	.attach i {
		width: 17px;
		height: 25px;
		margin-right: 6px;
		background-size: 17px 19px;
	}
	.attach span {
		width:  calc(100% - 21px);
		height: 25px;
		line-height: 23px;
	}
}
@media screen and (max-width:428px){
	.attach + .attach {
		margin-top: 11.5px;
	}
	.attach i,
	.attach span {
		font-size: 1.5rem;
	}
	.attach i {
		width: 14px;
		height: 21px;
		margin-right: 4px;
		background-size: 14px 16px;
	}
	.attach span {
		width:  calc(100% - 17px);
		height: 21px;
		line-height: 19px;
	}
}
@media screen and (max-width:375px){
	.attach + .attach {
		margin-top: 10px;
	}
	.attach i,
	.attach span {
		font-size: 1.3rem;
	}
	.attach i {
		width: 13px;
		height: 20px;
		margin-right: 3px;
		background-size: 13px 15px;
	}
	.attach span {
		width:  calc(100% - 16px);
		height: 20px;
		line-height: 18px;
	}
}
@media screen and (max-width:320px){
	.attach + .attach {
		margin-top: 9px;
	}
	.attach i,
	.attach span {
		font-size: 1.2rem;
	}
	.attach i {
		width: 11px;
		height: 16px;
		margin-right: 3px;
		background-size: 11px 12px;
	}
	.attach span {
		width:  calc(100% - 13px);
		height: 16px;
		line-height: 14px;
	}
}



.speaker {
	margin: 40px 0 60px;
}
.speaker .keynote {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.text_green {
	color: #0da6a0;
}
.text_red {
	color: #d4443b;
}
.text_blue {
	color: #398cce;
}
.text_black {
	color: #000;
}
.speaker .keynote + .author {
	font-size: 2.4rem;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width:640px){
	.speaker {
		margin: 36px 0 53px;
	}
	.speaker .keynote {
		font-size: 2.5rem;
	}
	.speaker .keynote + .author {
		font-size: 2.1rem;
		margin-top: 9px;
	}
}
@media screen and (max-width:500px){
	.speaker {
		margin: 28px 0 42px;
	}
	.speaker .keynote {
		font-size: 1.9rem;
	}
	.speaker .keynote + .author {
		font-size: 1.7rem;
		margin-top: 7px;
	}
}
@media screen and (max-width:428px){
	.speaker {
		margin: 23px 0 35px;
	}
	.speaker .keynote {
		font-size: 1.6rem;
	}
	.speaker .keynote + .author {
		font-size: 1.4rem;
		margin-top: 6px;
	}
}
@media screen and (max-width:375px){
	.speaker {
		margin: 21px 0 31px;
	}
	.speaker .keynote {
		font-size: 1.5rem;
	}
	.speaker .keynote + .author {
		font-size: 1.2rem;
		margin-top: 5px;
	}
}
@media screen and (max-width:320px){
	.speaker {
		margin: 18px 0 27px;
	}
	.speaker .keynote {
		font-size: 1.2rem;
	}
	.speaker .keynote + .author {
		font-size: 1rem;
		margin-top: 5px;
	}
}



.articleDetail .fitVids {
	margin-top: 20px;
}
.articleDetail .smi {
	background: #f3f3f3;
	color: #777;
	margin: 30px 0;
	padding: 30px;
}
.articleDetail .movSmi {
	font-size: 0;
	margin-bottom: 20px;
}
.articleDetail .movSmi i,
.articleDetail .movSmi span {
	display: inline-block;
	vertical-align: middle;
}
.articleDetail .movSmi i {
	width: 36px;
	height: 36px;
	background-image: url(/m/images/common/ico_smi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.articleDetail .movSmi span {
	color: #000;
	font-size: 2.6rem;
	padding-left: 10px;
}

@media screen and (max-width:640px){
	.articleDetail .fitVids {
		margin-top: 18px;
	}
	.articleDetail .smi {
		margin: 27px 0;
		padding: 27px;
	}
	.articleDetail .movSmi {
		margin-bottom: 18px;
	}
	.articleDetail .movSmi i {
		width: 32px;
		height: 32px;
	}
	.articleDetail .movSmi span {
		font-size: 2.3rem;
		padding-left: 9px;
	}
}
@media screen and (max-width:500px){
	.articleDetail .fitVids {
		margin-top: 14px;
	}
	.articleDetail .smi {
		margin: 21px 0;
		padding: 21px;
	}
	.articleDetail .movSmi {
		margin-bottom: 14px;
	}
	.articleDetail .movSmi i {
		width: 25px;
		height: 25px;
	}
	.articleDetail .movSmi span {
		font-size: 1.8rem;
		padding-left: 7px;
	}
}
@media screen and (max-width:428px){
	.articleDetail .fitVids {
		margin-top: 12px;
	}
	.articleDetail .smi {
		margin: 17px 0;
		padding: 17px;
	}
	.articleDetail .movSmi {
		margin-bottom: 12px;
	}
	.articleDetail .movSmi i {
		width: 21px;
		height: 21px;
	}
	.articleDetail .movSmi span {
		font-size: 1.5rem;
		padding-left: 6px;
	}
}
@media screen and (max-width:375px){
	.articleDetail .fitVids {
		margin-top: 10px;
	}
	.articleDetail .smi {
		margin: 16px 0;
		padding: 16px;
	}
	.articleDetail .movSmi {
		margin-bottom: 10px;
	}
	.articleDetail .movSmi i {
		width: 18px;
		height: 18px;
	}
	.articleDetail .movSmi span {
		font-size: 1.3rem;
		padding-left: 5px;
	}
}
@media screen and (max-width:320px){
	.articleDetail .fitVids {
		margin-top: 8px;
	}
	.articleDetail .smi {
		margin: 13px 0;
		padding: 13px;
	}
	.articleDetail .movSmi {
		margin-bottom: 8px;
	}
	.articleDetail .movSmi i {
		width: 16px;
		height: 16px;
	}
	.articleDetail .movSmi span {
		font-size: 1.2rem;
		padding-left: 4px;
	}
}










/*############################################
	FAVORITE - 반응형 작업해야함
############################################*/
#myMenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	border: 0;
	margin: 0;
}
#myMenu.on {
	display: block;
}
.myMenu_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.myMenu_header {
	position: relative;
	height: 110px;
	line-height: 110px;
	border-top: solid 1px #ececec;
	text-align: center;
}
.myMenu_header h2 {
	color: #222;
	font-size: 3.6rem;
	font-weight: 400;
}
.myMenu_header button {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 50px;
	height: 50px;
	background-image: url(/m/images/common/ico_mymenu_close.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	text-indent: -99999px;
	transform: translateY(-50%);
}

@media screen and (max-width:640px){
	.myMenu_header {
		height: 98px;
		line-height: 98px;
	}
	.myMenu_header h2 {
		font-size: 3.2rem;
	}
	.myMenu_header button {
		right: 36px;
		width: 44px;
		height: 44px;
		background-size: 23px 23px;
	}
}
@media screen and (max-width:500px){
	.myMenu_header {
		height: 76px;
		line-height: 76px;
	}
	.myMenu_header h2 {
		font-size: 2.5rem;
	}
	.myMenu_header button {
		right: 28px;
		width: 35px;
		height: 35px;
		background-size: 18px 18px;
	}
}
@media screen and (max-width:428px){
	.myMenu_header {
		height: 63px;
		line-height: 63px;
	}
	.myMenu_header h2 {
		font-size: 2rem;
	}
	.myMenu_header button {
		right: 23px;
		width: 28px;
		height: 28px;
		background-size: 15px 15px;
	}
}
@media screen and (max-width:375px){
	.myMenu_header {
		height: 57px;
		line-height: 57px;
	}
	.myMenu_header h2 {
		font-size: 1.9rem;
	}
	.myMenu_header button {
		right: 20px;
		width: 26px;
		height: 26px;
		background-size: 14px 14px;
	}
}
@media screen and (max-width:320px){
	.myMenu_header {
		height: 49px;
		line-height: 49px;
	}
	.myMenu_header h2 {
		font-size: 1.6rem;
	}
	.myMenu_header button {
		right: 18px;
		width: 22px;
		height: 22px;
		background-size: 12px 12px;
	}
}


.myMeny_scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-top: solid 1px #ececec;
	overflow-y: auto;
}
.myMenu_body {
	padding: 30px 40px 0 40px;
}
.myMenu_body > span {
	display: block;
	color: #333;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: -2px;
	margin-bottom: 30px;
}
.myMenu_body .myMenu_addList {
	padding: 0 3.333333vw;
}
.myMenu_body .ratiobox {
	position: relative;
	z-index: 1;
}
.myMenu_body .ratiobox ul:after {
	content: '';
	clear: both;
	display: block;
}
.myMenu_body .ratiobox li {
	position: relative;
	float: left;
	width: 47.466216%;
	height: 22.222222vw;
	border: solid 1px #b2b2b2;
	border-radius: 6px;
	font-size: 2.6rem;
	font-weight: 300;
}
.myMenu_body .ratiobox li:nth-child(even) {
	float: right;
}
.myMenu_body .ratiobox li:nth-child(3),
.myMenu_body .ratiobox li:nth-child(4),
.myMenu_body .ratiobox li:nth-child(5),
.myMenu_body .ratiobox li:nth-child(6) {
	margin-top: 1.527778vw;
}
.myMenu_body .ratiobox .guider li:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '선택하세요.';
	color: #999;
	transform: translate(-50%, -50%);
}
.myMenu_body .ratiobox .fAddedItem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.myMenu_body .ratiobox .fAddedItem li {
	display: table;
	table-layout: fixed;
	background: #fff;
}
.myMenu_body .ratiobox .fAddedItem li button {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 17px;
	height: 17px;
	background-image: url(/m/images/common/ico_addedFavorite.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.myMenu_body .ratiobox .fAddedItem li > div {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.myMenu_body .ratiobox .fAddedItem li div span {
	display: block;
}
.myMenu_body .ratiobox .fAddedItem li div span em {
	display: inline-block;
	max-width: 100%;
	border-bottom: solid 1px #ccc;
	color: #898989;
	font-weight: 300;
	padding: 0 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.myMenu_body .ratiobox .fAddedItem li div p {
	color: #333;
	font-size: 3.2rem;
	font-weight: 500;
	padding: 15px 10px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width:640px){
	.myMenu_body {
		padding: 27px 36px 0 36px;
	}
	.myMenu_body > span {
		font-size: 2.5rem;
		margin-bottom: 27px;
	}
	.myMenu_body .ratiobox li {
		border-radius: 5px;
		font-size: 2.3rem;
	}
	.myMenu_body .ratiobox .fAddedItem li button {
		top: 18px;
		right: 18px;
		width: 15px;
		height: 15px;
	}
	.myMenu_body .ratiobox .fAddedItem li div span em {
		padding: 0 9px 9px;
	}
	.myMenu_body .ratiobox .fAddedItem li div p {
		font-size: 2.8rem;
		padding: 13px 9px 0 9px;
	}
}
@media screen and (max-width:500px){
	.myMenu_body {
		padding: 21px 28px 0 28px;
	}
	.myMenu_body > span {
		font-size: 1.9rem;
		margin-bottom: 21px;
	}
	.myMenu_body .ratiobox li {
		border-radius: 4px;
		font-size: 1.8rem;
	}
	.myMenu_body .ratiobox .fAddedItem li button {
		top: 14px;
		right: 14px;
		width: 12px;
		height: 12px;
	}
	.myMenu_body .ratiobox .fAddedItem li div span em {
		padding: 0 7px 7px;
	}
	.myMenu_body .ratiobox .fAddedItem li div p {
		font-size: 2.2rem;
		padding: 10px 7px 0 7px;
	}
}
@media screen and (max-width:428px){
	.myMenu_body {
		padding: 17px 23px 0 23px;
	}
	.myMenu_body > span {
		font-size: 1.6rem;
		margin-bottom: 17px;
	}
	.myMenu_body .ratiobox li {
		border-radius: 3px;
		font-size: 1.5rem;
	}
	.myMenu_body .ratiobox .fAddedItem li button {
		top: 12px;
		right: 12px;
		width: 10px;
		height: 10px;
		color:#fff0;
	}
	.myMenu_body .ratiobox .fAddedItem li div span em {
		padding: 0 6px 6px;
	}
	.myMenu_body .ratiobox .fAddedItem li div p {
		font-size: 1.8rem;
		padding: 9px 6px 0 6px;
	}
}
@media screen and (max-width:375px){
	.myMenu_body {
		padding: 16px 21px 0 21px;
	}
	.myMenu_body > span {
		font-size: 1.5rem;
		margin-bottom: 16px;
	}
	.myMenu_body .ratiobox li {
		border-radius: 3px;
		font-size: 1.3rem;
	}
	.myMenu_body .ratiobox .fAddedItem li button {
		top: 10px;
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.myMenu_body .ratiobox .fAddedItem li div span em {
		padding: 0 5px 5px;
	}
	.myMenu_body .ratiobox .fAddedItem li div p {
		font-size: 1.7rem;
		padding: 8px 5px 0 5px;
	}
}
@media screen and (max-width:320px){
	.myMenu_body {
		padding: 13px 18px 0 18px;
	}
	.myMenu_body > span {
		font-size: 1.2rem;
		margin-bottom: 13px;
	}
	.myMenu_body .ratiobox li {
		border-radius: 3px;
		font-size: 1.2rem;
	}
	.myMenu_body .ratiobox .fAddedItem li button {
		top: 9px;
		right: 9px;
		width: 10px;
		height: 10px;
	}
	.myMenu_body .ratiobox .fAddedItem li div span em {
		padding: 0 4px 4px;
	}
	.myMenu_body .ratiobox .fAddedItem li div p {
		font-size: 1.4rem;
		padding: 7px 4px 0 4px;
	}
}













.myMenu_body .myMenu_targetList {
	position: relative;
	width: 100%;
	background: #fff;
	border: solid 1px #d5d5d5;
	margin-top: 40px;
	overflow: hidden;
}
.myMenu_body .myMenu_targetList > ul > li  {
	width: 40%;
}
.myMenu_body .myMenu_targetList > ul > li > a {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 88px;
	background-color: #f5f6f7;
	border-bottom: solid 2px #fff;
	color: #898989;
	font-size: 2.8rem;
	padding-left: 86px;
}
.myMenu_body .myMenu_targetList > ul > li:last-child > a {
	border-bottom: 0;
	line-height: 90px;
}
.myMenu_body .myMenu_targetList > ul > li > a:hover,
.myMenu_body .myMenu_targetList > ul > li.on > a {
	background-color: #fff;
	color: #333;
}
.myMenu_body .myMenu_targetList > ul > li > a {
	background-repeat: no-repeat;
	background-position: left 24px center;
	background-size: 44px 44px;
}
.myMenu_body .myMenu_targetList > ul > li:nth-child(1) > a {
	background-image: url(/m/images/common/ico_menu1.png);
}
.myMenu_body .myMenu_targetList > ul > li:nth-child(2) > a {
	background-image: url(/m/images/common/ico_menu2.png);
}
.myMenu_body .myMenu_targetList > ul > li:nth-child(3) > a {
	background-image: url(/m/images/common/ico_menu3.png);
}
.myMenu_body .myMenu_targetList > ul > li:nth-child(4) > a {
	background-image: url(/m/images/common/ico_menu4.png);
}
.myMenu_body .myMenu_targetList > ul > li:nth-child(5) > a {
	background-image: url(/m/images/common/ico_menu5.png);
}
.myMenu_body .myMenu_targetList > ul > li:nth-child(6) > a {
	background-image: url(/m/images/common/ico_menu6.png);
}
.myMenu_body .myMenu_targetList > ul > li > ul {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 40%);
	height: 100%;
	overflow-y: auto;
	padding: 30px;
}
.myMenu_body .myMenu_targetList > ul > li.on > ul {
	display: block;
}
.myMenu_body .myMenu_targetList > ul > li > ul li {
    font-size: 0;
}
.myMenu_body .myMenu_targetList > ul > li > ul li + li {
	margin-top: 30px;
}
.myMenu_body .myMenu_targetList > ul > li > ul li a {
	font-size: 2.8rem;
	color: #555;
}

@media screen and (max-width:640px){
	.myMenu_body .myMenu_targetList {
		margin-top: 36px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		height: 80px;
		line-height: 78px;
		font-size: 2.5rem;
		padding-left: 76px;
	}
	.myMenu_body .myMenu_targetList > ul > li:last-child > a {
		line-height: 80px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		background-position: left 21px center;
		background-size: 39px 39px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul {
		padding: 27px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li + li {
		margin-top: 27px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li a {
		font-size: 2.5rem;
	}
}
@media screen and (max-width:500px){
	.myMenu_body .myMenu_targetList {
		margin-top: 28px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		height: 63px;
		line-height: 61px;
		font-size: 1.9rem;
		padding-left: 60px;
	}
	.myMenu_body .myMenu_targetList > ul > li:last-child > a {
		line-height: 63px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		background-position: left 17px center;
		background-size: 31px 31px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul {
		padding: 21px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li + li {
		margin-top: 21px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li a {
		font-size: 1.9rem;
	}
}
@media screen and (max-width:428px){
	.myMenu_body .myMenu_targetList {
		margin-top: 23px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		height: 52px;
		line-height: 50px;
		font-size: 1.6rem;
		padding-left: 49px;
	}
	.myMenu_body .myMenu_targetList > ul > li:last-child > a {
		line-height: 52px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		background-position: left 14px center;
		background-size: 25px 25px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul {
		padding: 17px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li + li {
		margin-top: 17px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:375px){
	.myMenu_body .myMenu_targetList {
		margin-top: 21px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		height: 47px;
		line-height: 45px;
		font-size: 1.5rem;
		padding-left: 45px;
	}
	.myMenu_body .myMenu_targetList > ul > li:last-child > a {
		line-height: 47px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		background-position: left 13px center;
		background-size: 23px 23px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul {
		padding: 16px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li + li {
		margin-top: 16px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:320px){
	.myMenu_body .myMenu_targetList {
		margin-top: 18px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		height: 40px;
		line-height: 38px;
		font-size: 1.2rem;
		padding-left: 38px;
	}
	.myMenu_body .myMenu_targetList > ul > li:last-child > a {
		line-height: 40px;
	}
	.myMenu_body .myMenu_targetList > ul > li > a {
		background-position: left 11px center;
		background-size: 20px 20px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul {
		padding: 13px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li + li {
		margin-top: 13px;
	}
	.myMenu_body .myMenu_targetList > ul > li > ul li a {
		font-size: 1.2rem;
	}
}


.myMenu_footer {
	padding-bottom: 60px;
	text-align:center;
}

@media screen and (max-width:640px){
	.myMenu_footer {
		padding-bottom: 53px;
	}
}
@media screen and (max-width:500px){
	.myMenu_footer {
		padding-bottom: 42px;
	}
}
@media screen and (max-width:428px){
	.myMenu_footer {
		padding-bottom: 35px;
	}
}
@media screen and (max-width:375px){
	.myMenu_footer {
		padding-bottom: 31px;
	}
}
@media screen and (max-width:320px){
	.myMenu_footer {
		padding-bottom: 27px;
	}
}

































































/*############################################
	칭찬합시다
############################################*/
.laudation {
	padding-top: 40px;
}
.infoBox {
	background-color: #fff;
	border: solid 1px #ccc;
	font-weight: 300;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}
.infoBox.purple {
	background-color: #f2f4fe;
	border-color: #b2c0f6;
}
.info {
	position: relative;
	font-weight: 300;
	font-size: 2.6rem;
	padding-left: 25px;
	text-align: left;
}
.info + .info {
	margin-top: 20px;
}
.info.type_circle:before {
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 100%;
	border: solid 3px #4a69e9;
}
.certiPhone i {
	display: inline-block;
	width: 104px;
	height: 104px;
	vertical-align: middle;
	background-image: url(/m/images/common/ico_certiPhone.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}
.certiPhone span {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.externel_link {
	display: block;
	position: relative;
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: #4a69e9;
	background-image: url(/m/images/common/ico_externelLink.png);
	background-repeat: no-repeat;
	background-position: center right 30px;
	background-size: 33px 33px;
	border-radius: 6px;
	color: #fff;
	font-size: 2.8rem;
	margin-top: 20px;
	padding: 0 30px;
}
.externel_link i {
	display: block;
	width: 33px;
	height: 33px;
}
div.h4 {
	position: relative;
	font-size: 0;
	padding: 50px 0 40px 0;
	text-align: left;
}
div.h4 i {
	display: inline-block;
	vertical-align: middle;
}
div.h4 i.ico_certify {
	position: relative;
	width: 61px;
	height: 61px;
	background-color: #fff;
	background-image: url(/m/images/common/ico_certify.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 p {
	position: relative;
	display: inline-block;
	width: calc(100% - 61px);
	font-weight: 400;
	line-height: 61px;
	vertical-align: middle;
}
div.h4 i {
	position: relative;
	width: 65px;
	height: 65px;
}
div.h4 i.ico_vision1 {
	background-color: #fff;
	background-image: url(/m/images/common/ico_vision1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_vision2{
	background-color: #fff;
	background-image: url(/m/images/common/ico_vision2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_vision3 {
	background-color: #fff;
	background-image: url(/m/images/common/ico_vision3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_map1 {
	background-color: #fff;
	background-image: url(/m/images/common/ico_map1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_map2{
	background-color: #fff;
	background-image: url(/m/images/common/ico_map2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_map3 {
	background-color: #fff;
	background-image: url(/m/images/common/ico_map3.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_floor {
	background-color: #fff;
	background-image: url(/m/images/common/ico_floor.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_mailR {
	background-color: #fff;
	background-image: url(/m/images/common/ico_mailR.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i.ico_mailE {
	background-color: #fff;
	background-image: url(/m/images/common/ico_mailE.png);
	background-repeat: no-repeat;
	background-size: cover;
}
div.h4 i + p {
	width: calc(100% - 65px);
}
div.h4 p:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #00a1a3;
	transform: translateY(-50%);
}
div.h4 span {
	position: relative;
	display: inline-block;
	background: #fff;
	color: #222;
	font-size: 2.8rem;
	padding: 0 10px;
	vertical-align: middle;
}
ul.text.disc {
	margin-top: 40px;
}
ul.text.disc > li {
	position: relative;
	color: #222;
	font-size: 2.8rem;
	line-height: 1.5;
	padding-left: 26px;
	word-break: break-all;
}
ul.text.disc > li:before {
	position: absolute;
	top: 15px;
	left: 5px;
	content: '';
	width: 7px;
	height: 7px;
	background: #222;
	border-radius: 100%;
}
ul.text.disc > li + li {
	margin-top: 20px;
}

@media screen and (max-width:640px){
	.laudation {
		padding-top: 36px;
	}
	.infoBox {
		padding: 27px;
	}
	.info {
		font-size: 2.3rem;
		padding-left: 22px;
	}
	.info + .info {
		margin-top: 18px;
	}
	.info.type_circle:before {
		top: 11px;
		width: 8px;
		height: 8px;
	}
	.certiPhone i {
		width: 92px;
		height: 92px;
		margin-right: 18px;
	}
	.externel_link {
		height: 98px;
		line-height: 98px;
		background-position: center right 27px;
		background-size: 29px 29px;
		border-radius: 5px;
		font-size: 2.5rem;
		margin-top: 18px;
		padding: 0 27px;
	}
	.externel_link i {
		width: 29px;
		height: 29px;
	}
	h4 {
		padding: 44px 0 36px 0;
	}
	h4 i.ico_certify {
		width: 54px;
		height: 54px;
	}
	h4 p {
		width: calc(100% - 54px);
		line-height: 54px;
	}
	h4 i {
		width: 57px;
		height: 57px;
	}
	h4 i + p {
		width: calc(100% - 57px);
	}
	h4 span {
		font-size: 2.5rem;
		padding: 0 9px;
	}
	ul.text.disc {
		margin-top: 36px;
	}
	ul.text.disc > li {
		font-size: 2.5rem;
		padding-left: 23px;
	}
	ul.text.disc > li:before {
		top: 13px;
		width: 6px;
		height: 6px;
	}
	ul.text.disc > li + li {
		margin-top: 18px;
	}
}
@media screen and (max-width:500px){
	.laudation {
		padding-top: 28px;
	}
	.infoBox {
		padding: 21px;
	}
	.info {
		font-size: 1.8rem;
		padding-left: 17px;
	}
	.info + .info {
		margin-top: 14px;
	}
	.info.type_circle:before {
		top: 8px;
		width: 6px;
		height: 6px;
	}
	.certiPhone i {
		width: 72px;
		height: 72px;
		margin-right: 14px;
	}
	.externel_link {
		height: 76px;
		line-height: 76px;
		background-position: center right 21px;
		background-size: 23px 23px;
		border-radius: 4px;
		font-size: 1.9rem;
		margin-top: 14px;
		padding: 0 21px;
	}
	.externel_link i {
		width: 23px;
		height: 23px;
	}
	h4 {
		padding: 35px 0 28px 0;
	}
	h4 i.ico_certify {
		width: 42px;
		height: 42px;
	}
	h4 p {
		width: calc(100% - 42px);
		line-height: 42px;
	}
	h4 i {
		width: 45px;
		height: 45px;
	}
	h4 i + p {
		width: calc(100% - 45px);
	}
	h4 span {
		font-size: 1.9rem;
		padding: 0 7px;
	}
	ul.text.disc {
		margin-top: 28px;
	}
	ul.text.disc > li {
		font-size: 1.9rem;
		padding-left: 18px;
	}
	ul.text.disc > li:before {
		top: 10px;
		width: 5px;
		height: 5px;
	}
	ul.text.disc > li + li {
		margin-top: 14px;
	}
}
@media screen and (max-width:428px){
	.laudation {
		padding-top: 23px;
	}
	.infoBox {
		padding: 17px;
	}
	.info {
		font-size: 1.5rem;
		padding-left: 14px;
	}
	.info + .info {
		margin-top: 12px;
	}
	.info.type_circle:before {
		top: 7px;
		width: 5px;
		height: 5px;
	}
	.certiPhone i {
		width: 60px;
		height: 60px;
		margin-right: 12px;
	}
	.externel_link {
		height: 63px;
		line-height: 63px;
		background-position: center right 17px;
		background-size: 19px 19px;
		border-radius: 3px;
		font-size: 1.6rem;
		margin-top: 12px;
		padding: 0 17px;
	}
	.externel_link i {
		width: 19px;
		height: 19px;
	}
	h4 {
		padding: 29px 0 23px 0;
	}
	h4 i.ico_certify {
		width: 35px;
		height: 35px;
	}
	h4 p {
		width: calc(100% - 35px);
		line-height: 35px;
	}
	h4 i {
		width: 37px;
		height: 37px;
	}
	h4 i + p {
		width: calc(100% - 37px);
	}
	h4 span {
		font-size: 1.6rem;
		padding: 0 6px;
	}
	ul.text.disc {
		margin-top: 23px;
	}
	ul.text.disc > li {
		font-size: 1.6rem;
		padding-left: 15px;
	}
	ul.text.disc > li:before {
		top: 8px;
		width: 4px;
		height: 4px;
	}
	ul.text.disc > li + li {
		margin-top: 12px;
	}
}
@media screen and (max-width:375px){
	.laudation {
		padding-top: 20px;
	}
	.infoBox {
		padding: 16px;
	}
	.info {
		font-size: 1.4rem;
		padding-left: 13px;
	}
	.info + .info {
		margin-top: 10px;
	}
	.info.type_circle:before {
		top: 6px;
		width: 5px;
		height: 5px;
	}
	.certiPhone i {
		width: 54px;
		height: 54px;
		margin-right: 10px;
	}
	.externel_link {
		height: 57px;
		line-height: 57px;
		background-position: center right 16px;
		background-size: 17px 17px;
		border-radius: 3px;
		font-size: 1.5rem;
		margin-top: 10px;
		padding: 0 16px;
	}
	.externel_link i {
		width: 17px;
		height: 17px;
	}
	h4 {
		padding: 26px 0 20px 0;
	}
	h4 i.ico_certify {
		width: 32px;
		height: 32px;
	}
	h4 p {
		width: calc(100% - 32px);
		line-height: 32px;
	}
	h4 i {
		width: 34px;
		height: 34px;
	}
	h4 i + p {
		width: calc(100% - 34px);
	}
	h4 span {
		font-size: 1.5rem;
		padding: 0 5px;
	}
	ul.text.disc {
		margin-top: 20px;
	}
	ul.text.disc > li {
		font-size: 1.5rem;
		padding-left: 14px;
	}
	ul.text.disc > li:before {
		top: 8px;
		width: 4px;
		height: 4px;
	}
	ul.text.disc > li + li {
		margin-top: 10px;
	}
}
@media screen and (max-width:320px){
	.laudation {
		padding-top: 18px;
	}
	.infoBox {
		padding: 13px;
	}
	.info {
		font-size: 1.2rem;
		padding-left: 11px;
	}
	.info + .info {
		margin-top: 9px;
	}
	.info.type_circle:before {
		top: 5px;
		width: 4px;
		height: 4px;
	}
	.certiPhone i {
		width: 46px;
		height: 46px;
		margin-right: 9px;
	}
	.externel_link {
		height: 49px;
		line-height: 49px;
		background-position: center right 13px;
		background-size: 15px 15px;
		border-radius: 3px;
		font-size: 1.2rem;
		margin-top: 9px;
		padding: 0 13px;
	}
	.externel_link i {
		width: 15px;
		height: 15px;
	}
	h4 {
		padding: 22px 0 18px 0;
	}
	h4 i.ico_certify {
		width: 27px;
		height: 27px;
	}
	h4 p {
		width: calc(100% - 27px);
		line-height: 27px;
	}
	h4 i {
		width: 28px;
		height: 28px;
	}
	h4 i + p {
		width: calc(100% - 28px);
	}
	h4 span {
		font-size: 1.2rem;
		padding: 0 4px;
	}
	ul.text.disc {
		margin-top: 18px;
	}
	ul.text.disc > li {
		font-size: 1.2rem;
		padding-left: 12px;
	}
	ul.text.disc > li:before {
		top: 7px;
		width: 3px;
		height: 3px;
	}
	ul.text.disc > li + li {
		margin-top: 9px;
	}
}






















/*############################################
	칭찬합시다 글쓰기
############################################*/
.table_writeAgree .writeinfo {
	letter-spacing: -2px;
	margin-bottom: 30px;
}
.table_writeAgree th,
.table_writeAgree td {
	font-size: 2.2rem;
	padding: 15px;
	vertical-align: middle;
}
.table_writeAgree th {
	background: #e5f5f6;
	border: solid 1px #cecece;
	font-weight: 500;
	letter-spacing: -2px;
	text-align: center;
}
.table_writeAgree td {
	border: solid 1px #cecece;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	word-break: break-all;
}
.table_writeAgree .inp_c {
	margin-top: 30px;
}
.table_writeAgree .inp_c > label {
	font-size: 2.5rem;
}
.table_write * {
	font-size: 2.8rem;
}
.table_write {
	margin-top: 50px;
}
.table_write sup.required {
	display: block;
	margin-bottom: 20px;
	text-align: right;
}
.table_write em {
	color: #fa5301;
	font-style: normal;
}
.table_write table tr:first-child th,
.table_write table tr:first-child td {
	border-top: solid 1px #506ee9;
}
.table_write th,
.table_write td {
	padding: 20px 30px;
}
.table_write th {
	background: #f7f7f7;
	border-bottom: solid 1px #d5d5d5;
	font-weight: 400;
	letter-spacing: -2px;
	text-align: left;
	vertical-align: middle;
}
.table_write td {
	border-bottom: solid 1px #d5d5d5;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}
.table_write td label {
	display: none;
}
.table_write td input,
.table_write td textarea {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 6px;
	padding: 0 25px;
}
.table_write td input {
	height: 60px;
}
.table_write input:read-only {
	background: #f0f0f0;
	color: #898989;
	pointer-events: none;
}
.table_write td textarea {
	padding: 25px;
	resize: none;
}

@media screen and (max-width:640px){
	.table_writeAgree .writeinfo {
		margin-bottom: 27px;
	}
	.table_writeAgree th,
	.table_writeAgree td {
		font-size: 2rem;
		padding: 12px;
	}
	.table_writeAgree .inp_c {
		margin-top: 27px;
	}
	.table_writeAgree .inp_c > label {
		font-size: 2.2rem;
	}
	.table_write * {
		font-size: 2.5rem;
	}
	.table_write {
		margin-top: 44px;
	}
	.table_write sup.required {
		margin-bottom: 18px;
	}
	.table_write th,
	.table_write td {
		padding: 18px 27px;
	}
	.table_write td input,
	.table_write td textarea {
		border-radius: 5px;
		padding: 0 22px;
	}
	.table_write td input {
		height: 53px;
	}
	.table_write td textarea {
		padding: 22px;
	}
}
@media screen and (max-width:500px){
	.table_writeAgree .writeinfo {
		margin-bottom: 20px;
	}
	.table_writeAgree th,
	.table_writeAgree td {
		font-size: 1.5rem;
		padding: 10px;
	}
	.table_writeAgree .inp_c {
		margin-top: 20px;
	}
	.table_writeAgree .inp_c > label {
		font-size: 1.7rem;
	}
	.table_write * {
		font-size: 1.9rem;
	}
	.table_write {
		margin-top: 35px;
	}
	.table_write sup.required {
		margin-bottom: 14px;
	}
	.table_write th,
	.table_write td {
		padding: 14px 21px;
	}
	.table_write td input,
	.table_write td textarea {
		border-radius: 4px;
		padding: 0 17px;
	}
	.table_write td input {
		height: 42px;
	}
	.table_write td textarea {
		padding: 17px;
	}
}
@media screen and (max-width:428px){
	.table_writeAgree .writeinfo {
		margin-bottom: 17px;
	}
	.table_writeAgree th,
	.table_writeAgree td {
		font-size: 1.3rem;
		padding: 9px;
	}
	.table_writeAgree .inp_c {
		margin-top: 17px;
	}
	.table_writeAgree .inp_c > label {
		font-size: 1.4rem;
	}
	.table_write * {
		font-size: 1.6rem;
	}
	.table_write {
		margin-top: 29px;
	}
	.table_write sup.required {
		margin-bottom: 12px;
	}
	.table_write th,
	.table_write td {
		padding: 12px 17px;
	}
	.table_write td input,
	.table_write td textarea {
		border-radius: 3px;
		padding: 0 14px;
	}
	.table_write td input {
		height: 35px;
	}
	.table_write td textarea {
		padding: 14px;
	}
}
@media screen and (max-width:375px){
	.table_writeAgree .writeinfo {
		margin-bottom: 16px;
	}
	.table_writeAgree th,
	.table_writeAgree td {
		font-size: 1.1rem;
		padding: 8px;
	}
	.table_writeAgree .inp_c {
		margin-top: 16px;
	}
	.table_writeAgree .inp_c > label {
		font-size: 1.3rem;
	}
	.table_write * {
		font-size: 1.5rem;
	}
	.table_write {
		margin-top: 26px;
	}
	.table_write sup.required {
		margin-bottom: 10px;
	}
	.table_write th,
	.table_write td {
		padding: 10px 16px;
	}
	.table_write td input,
	.table_write td textarea {
		border-radius: 3px;
		padding: 0 13px;
	}
	.table_write td input {
		height: 31px;
	}
	.table_write td textarea {
		padding: 13px;
	}
}
@media screen and (max-width:320px){
	.table_writeAgree .writeinfo {
		margin-bottom: 13px;
	}
	.table_writeAgree th,
	.table_writeAgree td {
		font-size: 1rem;
		padding: 6px;
	}
	.table_writeAgree .inp_c {
		margin-top: 13px;
	}
	.table_writeAgree .inp_c > label {
		font-size: 1.1rem;
	}
	.table_write * {
		font-size: 1.2rem;
	}
	.table_write {
		margin-top: 22px;
	}
	.table_write sup.required {
		margin-bottom: 9px;
	}
	.table_write th,
	.table_write td {
		padding: 9px 13px;
	}
	.table_write td input,
	.table_write td textarea {
		border-radius: 3px;
		padding: 0 11px;
	}
	.table_write td input {
		height: 27px;
	}
	.table_write td textarea {
		padding: 11px;
	}
}









/*############################################
	기타 에러화면
############################################*/
.ico_box {
	display: block;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ico_box.ico_permission {
	width: 133px;
	height: 133px;
	background-image: url(/m/images/common/ico_permission.png);
	margin-bottom: 30px;
}
.ico_box.ico_404 {
	width: 222px;
	height: 222px;
	background-image: url(/m/images/common/ico_page404.png);
	margin-bottom: 50px;
}
.ico_box.ico_prepare {
	width: 133px;
	height: 133px;
	background-image: url(/m/images/common/ico_prepare.png);
	margin-bottom: 30px;
}
p.error_text {
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
}
p.error_text strong {
	display: block;
	font-size: 4.6rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}
p.error_text strong span {
	display: block;
	font-size: 3.2rem;
	line-height: 1;
}
.permission {
	background: #f7f7f7;
	border: solid 1px #ececec;
	line-height: 1.5;
	margin-top: 40px;
	padding: 120px 0 100px;
	text-align: center;
}
.page404 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: #f7f9fb;
}
.page404 > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.prepare {
	border-top: solid 1px #e2e2e2;
	padding: 200px 0 100px;
}
.construction {
	border-top: solid 1px #e2e2e2;
	padding: 100px 0 0;
}
.construction .infoBox {
	margin-top: 30px;
}
.construction .infoBox .info {
	padding-left: 0;
	text-align: center;
}
.construction .infoBox .info b {
	display: block;
	color: #4a69e9;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width:640px){
	.ico_box.ico_permission {
		width: 118px;
		height: 118px;
		margin-bottom: 27px;
	}
	.ico_box.ico_404 {
		width: 197px;
		height: 197px;
		margin-bottom: 44px;
	}
	.ico_box.ico_prepare {
		width: 118px;
		height: 118px;
		margin-bottom: 27px;
	}
	p.error_text {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	p.error_text strong {
		font-size: 4.1rem;
		margin-bottom: 27px;
	}
	p.error_text strong span {
		font-size: 3.2rem;
	}
	.permission {
		line-height: 1.3;
		margin-top: 36px;
		padding: 107px 0 89px;
	}
	.prepare {
		padding: 178px 0 89px;
	}
	.construction {
		padding: 89px 0 0;
	}
	.construction .infoBox {
		margin-top: 27px;
	}
}
@media screen and (max-width:500px){
	.ico_box.ico_permission {
		width: 92px;
		height: 92px;
		margin-bottom: 21px;
	}
	.ico_box.ico_404 {
		width: 154px;
		height: 154px;
		margin-bottom: 35px;
	}
	.ico_box.ico_prepare {
		width: 92px;
		height: 92px;
		margin-bottom: 21px;
	}
	p.error_text {
		font-size: 1.9rem;
		line-height: 1.3;
	}
	p.error_text strong {
		font-size: 3.2rem;
		margin-bottom: 21px;
	}
	p.error_text strong span {
		font-size: 2.2rem;
	}
	.permission {
		line-height: 1.3;
		margin-top: 28px;
		padding: 83px 0 69px;
	}
	.prepare {
		padding: 139px 0 69px;
	}
	.construction {
		padding: 69px 0 0;
	}
	.construction .infoBox {
		margin-top: 21px;
	}
}
@media screen and (max-width:428px){
	.ico_box.ico_permission {
		width: 76px;
		height: 76px;
		margin-bottom: 17px;
	}
	.ico_box.ico_404 {
		width: 128px;
		height: 128px;
		margin-bottom: 29px;
	}
	.ico_box.ico_prepare {
		width: 76px;
		height: 76px;
		margin-bottom: 17px;
	}
	p.error_text {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	p.error_text strong {
		font-size: 2.6rem;
		margin-bottom: 17px;
	}
	p.error_text strong span {
		font-size: 1.8rem;
	}
	.permission {
		line-height: 1.3;
		margin-top: 23px;
		padding: 69px 0 58px;
	}
	.prepare {
		padding: 115px 0 58px;
	}
	.construction {
		padding: 58px 0 0;
	}
	.construction .infoBox {
		margin-top: 17px;
	}
}
@media screen and (max-width:375px){
	.ico_box.ico_permission {
		width: 69px;
		height: 69px;
		margin-bottom: 16px;
	}
	.ico_box.ico_404 {
		width: 116px;
		height: 116px;
		margin-bottom: 26px;
	}
	.ico_box.ico_prepare {
		width: 69px;
		height: 69px;
		margin-bottom: 16px;
	}
	p.error_text {
		font-size: 1.5rem;
		line-height: 1.3;
	}
	p.error_text strong {
		font-size: 2.4rem;
		margin-bottom: 16px;
	}
	p.error_text strong span {
		font-size: 1.7rem;
	}
	.permission {
		line-height: 1.3;
		margin-top: 21px;
		padding: 63px 0 52px;
	}
	.prepare {
		padding: 104px 0 52px;
	}
	.construction {
		padding: 52px 0 0;
	}
	.construction .infoBox {
		margin-top: 16px;
	}
}
@media screen and (max-width:320px){
	.ico_box.ico_permission {
		width: 59px;
		height: 59px;
		margin-bottom: 13px;
	}
	.ico_box.ico_404 {
		width: 99px;
		height: 99px;
		margin-bottom: 22px;
	}
	.ico_box.ico_prepare {
		width: 59px;
		height: 59px;
		margin-bottom: 13px;
	}
	p.error_text {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	p.error_text strong {
		font-size: 2rem;
		margin-bottom: 13px;
	}
	p.error_text strong span {
		font-size: 1.4rem;
	}
	.permission {
		line-height: 1.3;
		margin-top: 18px;
		padding: 53px 0 44px;
	}
	.prepare {
		padding: 89px 0 44px;
	}
	.construction {
		padding: 44px 0 0;
	}
	.construction .infoBox {
		margin-top: 13px;
	}
}















/*############################################
	최근 본 알림 홍보
############################################*/
.latestView {
	padding-top: 30px;
}
.latestView .latestList li {
	border: solid 1px #c3c2c1;
}
.latestView .latestList li + li {
	margin-top: 30px;
}
.latestView .latestList li a {
	display: block;
	font-weight: 300;
	line-height: 1.4;
	padding: 0 26px 40px 26px;
}
.latestView .latestList li .subject {
	border-bottom: solid 1px #dcdcdc;
	font-size: 3.2rem;
	font-weight: 500;
	padding: 50px 0;
	text-align: center;
}
.latestView .latestList li .latestDetail,
.latestView .latestList li .latestDetail.type_text {
	margin-top: 30px;
}
.latestView .latestList li .latestDetail.type_text p {
	font-size: 2.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.latestView .latestList li .breadcrumb {
	display: block;
	color: #898989;
	font-size: 2.6rem;
	margin-top: 30px;
}
.noneLatestView {
	display: none;
	font-size: 2.8rem;
	padding: 150px 0 70px 0;
	text-align: center;
}
.noneLatestView.on {
	display: block;
}
.noneLatestView img {
	display: block;
	width: 133px;
	margin: 0 auto 50px;
}

@media screen and (max-width:640px){
	.latestView {
		padding-top: 27px;
	}
	.latestView .latestList li + li {
		margin-top: 27px;
	}
	.latestView .latestList li a {
		line-height: 1.3;
		padding: 0 23px 36px 23px;
	}
	.latestView .latestList li .subject {
		font-size: 2.8rem;
		padding: 44px 0;
	}
	.latestView .latestList li .latestDetail,
	.latestView .latestList li .latestDetail.type_text {
		margin-top: 27px;
	}
	.latestView .latestList li .latestDetail.type_text p {
		font-size: 2.5rem;
	}
	.latestView .latestList li .breadcrumb {
		font-size: 2.3rem;
		margin-top: 27px;
	}
	.noneLatestView {
		font-size: 2.5rem;
		padding: 133px 0 62px 0;
	}
	.noneLatestView img {
		width: 118px;
		margin: 0 auto 44px;
	}
}
@media screen and (max-width:500px){
	.latestView {
		padding-top: 21px;
	}
	.latestView .latestList li + li {
		margin-top: 21px;
	}
	.latestView .latestList li a {
		line-height: 1.3;
		padding: 0 18px 28px 18px;
	}
	.latestView .latestList li .subject {
		font-size: 2.2rem;
		padding: 35px 0;
	}
	.latestView .latestList li .latestDetail,
	.latestView .latestList li .latestDetail.type_text {
		margin-top: 21px;
	}
	.latestView .latestList li .latestDetail.type_text p {
		font-size: 1.9rem;
	}
	.latestView .latestList li .breadcrumb {
		font-size: 1.8rem;
		margin-top: 21px;
	}
	.noneLatestView {
		font-size: 1.9rem;
		padding: 104px 0 49px 0;
	}
	.noneLatestView img {
		width: 92px;
		margin: 0 auto 35px;
	}
}
@media screen and (max-width:428px){
	.latestView {
		padding-top: 17px;
	}
	.latestView .latestList li + li {
		margin-top: 17px;
	}
	.latestView .latestList li a {
		line-height: 1.3;
		padding: 0 15px 23px 15px;
	}
	.latestView .latestList li .subject {
		font-size: 1.8rem;
		padding: 29px 0;
	}
	.latestView .latestList li .latestDetail,
	.latestView .latestList li .latestDetail.type_text {
		margin-top: 17px;
	}
	.latestView .latestList li .latestDetail.type_text p {
		font-size: 1.6rem;
	}
	.latestView .latestList li .breadcrumb {
		font-size: 1.5rem;
		margin-top: 17px;
	}
	.noneLatestView {
		font-size: 1.6rem;
		padding: 86px 0 40px 0;
	}
	.noneLatestView img {
		width: 76px;
		margin: 0 auto 29px;
	}
}
@media screen and (max-width:375px){
	.latestView {
		padding-top: 16px;
	}
	.latestView .latestList li + li {
		margin-top: 16px;
	}
	.latestView .latestList li a {
		line-height: 1.3;
		padding: 0 14px 21px 14px;
	}
	.latestView .latestList li .subject {
		font-size: 1.7rem;
		padding: 26px 0;
	}
	.latestView .latestList li .latestDetail,
	.latestView .latestList li .latestDetail.type_text {
		margin-top: 16px;
	}
	.latestView .latestList li .latestDetail.type_text p {
		font-size: 1.5rem;
	}
	.latestView .latestList li .breadcrumb {
		font-size: 1.4rem;
		margin-top: 16px;
	}
	.noneLatestView {
		font-size: 1.5rem;
		padding: 78px 0 36px 0;
	}
	.noneLatestView img {
		width: 69px;
		margin: 0 auto 26px;
	}
}
@media screen and (max-width:320px){
	.latestView {
		padding-top: 13px;
	}
	.latestView .latestList li + li {
		margin-top: 13px;
	}
	.latestView .latestList li a {
		line-height: 1.3;
		padding: 0 12px 18px 12px;
	}
	.latestView .latestList li .subject {
		font-size: 1.4rem;
		padding: 22px 0;
	}
	.latestView .latestList li .latestDetail,
	.latestView .latestList li .latestDetail.type_text {
		margin-top: 13px;
	}
	.latestView .latestList li .latestDetail.type_text p {
		font-size: 1.2rem;
	}
	.latestView .latestList li .breadcrumb {
		font-size: 1.2rem;
		margin-top: 13px;
	}
	.noneLatestView {
		font-size: 1.2rem;
		padding: 67px 0 31px 0;
	}
	.noneLatestView img {
		width: 59px;
		margin: 0 auto 22px;
	}
}



















/*############################################
	개인정보처리방침
############################################*/
.privacy {
	padding-top: 40px;
}
.privacy .infoBox {
	background-image: url(/m/images/common/ico_privacy.png);
	background-repeat: no-repeat;
	background-position: center left 45px;
	background-size: 73px 99px;
	padding-left: 140px;
	word-break: break-all;
}
.privacy .infoBox.top {
	background-position: top 50px left 45px;
}
.privacy dl {
	margin-top: 40px;
}
.privacy dt,
.privacy dd {
	font-size: 2.8rem;
	padding-left: 25px;
}
.privacy dt {
	position: relative;
	font-weight: 500;
}
.privacy dt:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	background: #edf0fd;
	border: solid 4px #4a69e9;
	border-radius: 100%;
}
.privacy dd {
	font-weight: 400;
	letter-spacing: -1.5px;
	line-height: 1.4;
	margin-top: 25px;
	padding-left: 0;
	padding-bottom: 100px;
	word-break: break-all;
}
.privacy dd > p {
	padding-left: 25px;
}
.privacy dd .caution {
	text-align: right;
}
.privacy dd .caution p {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 8px;
}
.privacy dd .caution p:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 14px;
	background: #d4dbfa;
}
.privacy dd .caution span {
	display: inline-block;
	vertical-align: bottom;
	font-size: 2.6rem;
	font-weight: 400;
}
.privacy dd .caution i {
	display: inline-block;
	width: 37px;
	margin-left: 10px;
	vertical-align: baseline;
}
.privacy dd .alert {
	color: #fa5301;
	margin-top: 20px;
}
.privacy dd .ccm {
	width: 236px;
	margin-top: 20px;
}

@media screen and (max-width:640px){
	.privacy {
		padding-top: 36px;
	}
	.privacy .infoBox {
		background-position: center left 40px;
		background-size: 65px 88px;
		padding-left: 125px;
	}
	.privacy .infoBox.top {
		background-position: top 44px left 40px;
	}
	.privacy dl {
		margin-top: 36px;
	}
	.privacy dt,
	.privacy dd {
		font-size: 2.5rem;
		padding-left: 22px;
	}
	.privacy dt:before {
		top: 9px;
		width: 7px;
		height: 7px;
		border: solid 3px #4a69e9;
	}
	.privacy dd {
		margin-top: 22px;
		padding-bottom: 89px;
	}
	.privacy dd > p {
		padding-left: 22px;
	}
	.privacy dd .caution p {
		padding: 0 7px;
	}
	.privacy dd .caution p:before {
		height: 12px;
	}
	.privacy dd .caution span {
		font-size: 2.3rem;
	}
	.privacy dd .caution i {
		width: 33px;
		margin-left: 9px;
	}
	.privacy dd .alert {
		margin-top: 18px;
	}
	.privacy dd .ccm {
		width: 210px;
		margin-top: 18px;
	}
}
@media screen and (max-width:500px){
	.privacy {
		padding-top: 28px;
	}
	.privacy .infoBox {
		background-position: center left 31px;
		background-size: 51px 69px;
		padding-left: 97px;
	}
	.privacy .infoBox.top {
		background-position: top 35px left 31px;
	}
	.privacy dl {
		margin-top: 28px;
	}
	.privacy dt,
	.privacy dd {
		font-size: 1.9rem;
		padding-left: 17px;
	}
	.privacy dt:before {
		top: 7px;
		width: 6px;
		height: 6px;
		border: solid 3px #4a69e9;
	}
	.privacy dd {
		margin-top: 17px;
		padding-bottom: 69px;
	}
	.privacy dd > p {
		padding-left: 17px;
	}
	.privacy dd .caution p {
		padding: 0 6px;
	}
	.privacy dd .caution p:before {
		height: 10px;
	}
	.privacy dd .caution span {
		font-size: 1.8rem;
	}
	.privacy dd .caution i {
		width: 26px;
		margin-left: 7px;
	}
	.privacy dd .alert {
		margin-top: 14px;
	}
	.privacy dd .ccm {
		width: 164px;
		margin-top: 14px;
	}
}
@media screen and (max-width:428px){
	.privacy {
		padding-top: 23px;
	}
	.privacy .infoBox {
		background-position: center left 26px;
		background-size: 42px 57px;
		padding-left: 81px;
	}
	.privacy .infoBox.top {
		background-position: top 29px left 26px;
	}
	.privacy dl {
		margin-top: 23px;
	}
	.privacy dt,
	.privacy dd {
		font-size: 1.6rem;
		padding-left: 14px;
	}
	.privacy dt:before {
		top: 6px;
		width: 5px;
		height: 5px;
		border: solid 2px #4a69e9;
	}
	.privacy dd {
		margin-top: 14px;
		padding-bottom: 58px;
	}
	.privacy dd > p {
		padding-left: 14px;
	}
	.privacy dd .caution p {
		padding: 0 5px;
	}
	.privacy dd .caution p:before {
		height: 8px;
	}
	.privacy dd .caution span {
		font-size: 1.5rem;
	}
	.privacy dd .caution i {
		width: 21px;
		margin-left: 6px;
	}
	.privacy dd .alert {
		margin-top: 12px;
	}
	.privacy dd .ccm {
		width: 136px;
		margin-top: 12px;
	}
}
@media screen and (max-width:375px){
	.privacy {
		padding-top: 21px;
	}
	.privacy .infoBox {
		background-position: center left 23px;
		background-size: 38px 52px;
		padding-left: 73px;
	}
	.privacy .infoBox.top {
		background-position: top 26px left 23px;
	}
	.privacy dl {
		margin-top: 21px;
	}
	.privacy dt,
	.privacy dd {
		font-size: 1.5rem;
		padding-left: 13px;
	}
	.privacy dt:before {
		top: 5px;
		width: 4px;
		height: 4px;
		border: solid 2px #4a69e9;
	}
	.privacy dd {
		margin-top: 13px;
		padding-bottom: 52px;
	}
	.privacy dd > p {
		padding-left: 13px;
	}
	.privacy dd .caution p {
		padding: 0 4px;
	}
	.privacy dd .caution p:before {
		height: 7px;
	}
	.privacy dd .caution span {
		font-size: 1.4rem;
	}
	.privacy dd .caution i {
		width: 19px;
		margin-left: 5px;
	}
	.privacy dd .alert {
		margin-top: 10px;
	}
	.privacy dd .ccm {
		width: 123px;
		margin-top: 10px;
	}
}
@media screen and (max-width:320px){
	.privacy {
		padding-top: 18px;
	}
	.privacy .infoBox {
		background-position: center left 20px;
		background-size: 32px 43px;
		padding-left: 62px;
	}
	.privacy .infoBox.top {
		background-position: top 22px left 20px;
	}
	.privacy dl {
		margin-top: 18px;
	}
	.privacy dt,
	.privacy dd {
		font-size: 1.2rem;
		padding-left: 11px;
	}
	.privacy dt:before {
		top: 4px;
		width: 4px;
		height: 4px;
		border: solid 2px #4a69e9;
	}
	.privacy dd {
		margin-top: 11px;
		padding-bottom: 44px;
	}
	.privacy dd > p {
		padding-left: 11px;
	}
	.privacy dd .caution p {
		padding: 0 4px;
	}
	.privacy dd .caution p:before {
		height: 6px;
	}
	.privacy dd .caution span {
		font-size: 1.2rem;
	}
	.privacy dd .caution i {
		width: 16px;
		margin-left: 4px;
	}
	.privacy dd .alert {
		margin-top: 9px;
	}
	.privacy dd .ccm {
		width: 105px;
		margin-top: 9px;
	}
}













.privacy dd ol li + li,
.privacy dd ul.dd_dot li + li,
.privacy dd ol ul,
.privacy dd ul ol {
	margin-top: 20px;
}
.privacy dd ol,
.privacy dd ul.dd_dot {
	padding-left: 25px;
}
.privacy dd ul.dd_dot ol {
	padding-left: 0;
}
.privacy dd ol ul.dd_dot {
	margin-left: -25px;
}
.privacy dd ul.dd_dot > li {
	position: relative;
}
.privacy dd ul.dd_dot > li:before {
	position: absolute;
	top: 15px;
	left: -15px;
	content: '';
	width: 7px;
	height: 7px;
	background: #484884;
	border-radius: 100%;
}
.privacy dd .dd_table {
	margin: 30px 0;
}
.privacy dd ol .scroll {
	margin-left: -25px;
}
.privacy dd .caution + .scroll {
	margin-top: 20px;
}
.privacy dd table th,
.privacy dd table td {
	border: solid 1px #cecece;
	font-size: 2.2rem;
}
.privacy dd table th {
	background: #e5f5f6;
	border-bottom: 0;
	font-weight: 400;
	padding: 25px;
	text-align: center;
}
.privacy dd table td {
	font-weight: 300;
	padding: 20px 25px;
}
.privacy dd .scroll {
	width: 100%;
	overflow: auto;
}
.privacy dd table {
	table-layout: fixed;
}
.privacy dd a {
	display: inline-block !important;
}
.privacy dd .history li,
.webz li {
	font-size: 0;
}
.privacy dd .history li:after,
.webz li:after {
	content: '';
	clear: both;
	display: block;
}
.privacy dd .history li > span,
.webz li > span {
	display: inline-block;
	width: 74%;
	font-size: 2.8rem;
	padding-right: 10%;
	vertical-align: middle;
}
.privacy dd .history a,
.webz a {
	display: inline-block;
	width: 26%;
	line-height: 68px;
	border: solid 2px #00a1a3;
	border-radius: 6px;
	color: #00a1a3;
	font-size: 2.2rem;
	text-align: center;
	vertical-align: middle;
}
.privacy dd .history a span,
.webz a span {
	display: inline-block;
	background-image: url(/m/images/common/ico_privacyHistory.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 26px 10px;
	padding-right: 35px;
}

@media screen and (max-width:640px){
	.privacy dd ol li + li,
	.privacy dd ul.dd_dot li + li,
	.privacy dd ol ul,
	.privacy dd ul ol {
		margin-top: 18px;
	}
	.privacy dd ol,
	.privacy dd ul.dd_dot {
		padding-left: 22px;
	}
	.privacy dd ol ul.dd_dot {
		margin-left: -22px;
	}
	.privacy dd ul.dd_dot > li:before {
		top: 13px;
		left: -13px;
		width: 6px;
		height: 6px;
	}
	.privacy dd .dd_table {
		margin: 27px 0;
	}
	.privacy dd ol .scroll {
		margin-left: -22px;
	}
	.privacy dd .caution + .scroll {
		margin-top: 18px;
	}
	.privacy dd table th,
	.privacy dd table td {
		font-size: 2rem;
	}
	.privacy dd table th {
		padding: 22px;
	}
	.privacy dd table td {
		padding: 18px 22px;
	}
	.privacy dd .history li > span,
	.webz li > span {
		font-size: 2.5rem;
	}
	.privacy dd .history a,
	.webz a {
		line-height: 60px;
		border-radius: 5px;
		font-size: 2rem;
	}
	.privacy dd .history a span,
	.webz a span {
		background-size: 23px 9px;
		padding-right: 31px;
	}
}
@media screen and (max-width:500px){
	.privacy dd ol li + li,
	.privacy dd ul.dd_dot li + li,
	.privacy dd ol ul,
	.privacy dd ul ol {
		margin-top: 14px;
	}
	.privacy dd ol,
	.privacy dd ul.dd_dot {
		padding-left: 17px;
	}
	.privacy dd ol ul.dd_dot {
		margin-left: -17px;
	}
	.privacy dd ul.dd_dot > li:before {
		top: 10px;
		left: -10px;
		width: 5px;
		height: 5px;
	}
	.privacy dd .dd_table {
		margin: 21px 0;
	}
	.privacy dd ol .scroll {
		margin-left: -17px;
	}
	.privacy dd .caution + .scroll {
		margin-top: 14px;
	}
	.privacy dd table th,
	.privacy dd table td {
		font-size: 1.5rem;
	}
	.privacy dd table th {
		padding: 17px;
	}
	.privacy dd table td {
		padding: 14px 17px;
	}
	.privacy dd .history li > span,
	.webz li > span {
		font-size: 1.9rem;
	}
	.privacy dd .history a,
	.webz a {
		line-height: 47px;
		border-radius: 4px;
		font-size: 1.5rem;
	}
	.privacy dd .history a span,
	.webz a span {
		background-size: 18px 7px;
		padding-right: 24px;
	}
}
@media screen and (max-width:428px){
	.privacy dd ol li + li,
	.privacy dd ul.dd_dot li + li,
	.privacy dd ol ul,
	.privacy dd ul ol {
		margin-top: 12px;
	}
	.privacy dd ol,
	.privacy dd ul.dd_dot {
		padding-left: 14px;
	}
	.privacy dd ol ul.dd_dot {
		margin-left: -14px;
	}
	.privacy dd ul.dd_dot > li:before {
		top: 9px;
		left: -9px;
		width: 4px;
		height: 4px;
	}
	.privacy dd .dd_table {
		margin: 17px 0;
	}
	.privacy dd ol .scroll {
		margin-left: -14px;
	}
	.privacy dd .caution + .scroll {
		margin-top: 12px;
	}
	.privacy dd table th,
	.privacy dd table td {
		font-size: 1.3rem;
	}
	.privacy dd table th {
		padding: 14px;
	}
	.privacy dd table td {
		padding: 12px 14px;
	}
	.privacy dd .history li > span,
	.webz li > span {
		font-size: 1.6rem;
	}
	.privacy dd .history a,
	.webz a {
		line-height: 39px;
		border-radius: 3px;
		font-size: 1.3rem;
	}
	.privacy dd .history a span,
	.webz a span {
		background-size: 15px 6px;
		padding-right: 20px;
	}
}
@media screen and (max-width:375px){
	.privacy dd ol li + li,
	.privacy dd ul.dd_dot li + li,
	.privacy dd ol ul,
	.privacy dd ul ol {
		margin-top: 10px;
	}
	.privacy dd ol,
	.privacy dd ul.dd_dot {
		padding-left: 13px;
	}
	.privacy dd ol ul.dd_dot {
		margin-left: -13px;
	}
	.privacy dd ul.dd_dot > li:before {
		top: 8px;
		left: -8px;
		width: 4px;
		height: 4px;
	}
	.privacy dd .dd_table {
		margin: 16px 0;
	}
	.privacy dd ol .scroll {
		margin-left: -13px;
	}
	.privacy dd .caution + .scroll {
		margin-top: 10px;
	}
	.privacy dd table th,
	.privacy dd table td {
		font-size: 1.2rem;
	}
	.privacy dd table th {
		padding: 13px;
	}
	.privacy dd table td {
		padding: 10px 13px;
	}
	.privacy dd .history li > span,
	.webz li > span {
		font-size: 1.5rem;
	}
	.privacy dd .history a,
	.webz a {
		line-height: 35px;
		border-radius: 3px;
		font-size: 1.1rem;
	}
	.privacy dd .history a span,
	.webz a span {
		background-size: 14px 5px;
		padding-right: 18px;
	}
}
@media screen and (max-width:320px){
	.privacy dd ol li + li,
	.privacy dd ul.dd_dot li + li,
	.privacy dd ol ul,
	.privacy dd ul ol {
		margin-top: 9px;
	}
	.privacy dd ol,
	.privacy dd ul.dd_dot {
		padding-left: 11px;
	}
	.privacy dd ol ul.dd_dot {
		margin-left: -11px;
	}
	.privacy dd ul.dd_dot > li:before {
		top: 7px;
		left: -7px;
		width: 3px;
		height: 3px;
	}
	.privacy dd .dd_table {
		margin: 13px 0;
	}
	.privacy dd ol .scroll {
		margin-left: -11px;
	}
	.privacy dd .caution + .scroll {
		margin-top: 9px;
	}
	.privacy dd table th,
	.privacy dd table td {
		font-size: 1.1rem;
	}
	.privacy dd table th {
		padding: 11px;
	}
	.privacy dd table td {
		padding: 9px 11px;
	}
	.privacy dd .history li > span,
	.webz li > span {
		font-size: 1.2rem;
	}
	.privacy dd .history a,
	.webz a {
		line-height: 30px;
		border-radius: 3px;
		font-size: 1rem;
	}
	.privacy dd .history a span,
	.webz a span {
		background-size: 12px 4px;
		padding-right: 16px;
	}
}












.privacy dd table.table3 th:nth-child(2),
.privacy dd table.table3 th:nth-child(3) {
	width: 200px;
}
.privacy dd table.table1 th:nth-child(3),
.privacy dd table.table1 th:nth-child(5) {
	width: 250px;
}
.privacy dd table.table1 th:nth-child(1),
.privacy dd table.table1 th:nth-child(2),
.privacy dd table.table2 th:nth-child(1),
.privacy dd table.table3 th:nth-child(1) {
	width: 300px;
}
.privacy dd table.table3 th:nth-child(4) {
	width: 350px;
}
.privacy dd table.table1 th:nth-child(4) {
	width: 400px;
}
.privacy dd table.table2 th:nth-child(2) {
	width: 500px;
}

@media screen and (max-width:640px){
	.privacy dd table.table3 th:nth-child(2),
	.privacy dd table.table3 th:nth-child(3) {
		width: 178px;
	}
	.privacy dd table.table1 th:nth-child(3),
	.privacy dd table.table1 th:nth-child(5) {
		width: 222px;
	}
	.privacy dd table.table1 th:nth-child(1),
	.privacy dd table.table1 th:nth-child(2),
	.privacy dd table.table2 th:nth-child(1),
	.privacy dd table.table3 th:nth-child(1) {
		width: 267px;
	}
	.privacy dd table.table3 th:nth-child(4) {
		width: 311px;
	}
	.privacy dd table.table1 th:nth-child(4) {
		width: 356px;
	}
	.privacy dd table.table2 th:nth-child(2) {
		width: 444px;
	}
}
@media screen and (max-width:500px){
	.privacy dd table.table3 th:nth-child(2),
	.privacy dd table.table3 th:nth-child(3) {
		width: 139px;
	}
	.privacy dd table.table1 th:nth-child(3),
	.privacy dd table.table1 th:nth-child(5) {
		width: 174px;
	}
	.privacy dd table.table1 th:nth-child(1),
	.privacy dd table.table1 th:nth-child(2),
	.privacy dd table.table2 th:nth-child(1),
	.privacy dd table.table3 th:nth-child(1) {
		width: 208px;
	}
	.privacy dd table.table3 th:nth-child(4) {
		width: 243px;
	}
	.privacy dd table.table1 th:nth-child(4) {
		width: 278px;
	}
	.privacy dd table.table2 th:nth-child(2) {
		width: 347px;
	}
}
@media screen and (max-width:428px){
	.privacy dd table.table3 th:nth-child(2),
	.privacy dd table.table3 th:nth-child(3) {
		width: 115px;
	}
	.privacy dd table.table1 th:nth-child(3),
	.privacy dd table.table1 th:nth-child(5) {
		width: 144px;
	}
	.privacy dd table.table1 th:nth-child(1),
	.privacy dd table.table1 th:nth-child(2),
	.privacy dd table.table2 th:nth-child(1),
	.privacy dd table.table3 th:nth-child(1) {
		width: 173px;
	}
	.privacy dd table.table3 th:nth-child(4) {
		width: 201px;
	}
	.privacy dd table.table1 th:nth-child(4) {
		width: 230px;
	}
	.privacy dd table.table2 th:nth-child(2) {
		width: 288px;
	}
}
@media screen and (max-width:375px){
	.privacy dd table.table3 th:nth-child(2),
	.privacy dd table.table3 th:nth-child(3) {
		width: 104px;
	}
	.privacy dd table.table1 th:nth-child(3),
	.privacy dd table.table1 th:nth-child(5) {
		width: 144px;
	}
	.privacy dd table.table1 th:nth-child(1),
	.privacy dd table.table1 th:nth-child(2),
	.privacy dd table.table2 th:nth-child(1),
	.privacy dd table.table3 th:nth-child(1) {
		width: 156px;
	}
	.privacy dd table.table3 th:nth-child(4) {
		width: 182px;
	}
	.privacy dd table.table1 th:nth-child(4) {
		width: 208px;
	}
	.privacy dd table.table2 th:nth-child(2) {
		width: 260px;
	}
}
@media screen and (max-width:320px){
	.privacy dd table.table3 th:nth-child(2),
	.privacy dd table.table3 th:nth-child(3) {
		width: 89px;
	}
	.privacy dd table.table1 th:nth-child(3),
	.privacy dd table.table1 th:nth-child(5) {
		width: 111px;
	}
	.privacy dd table.table1 th:nth-child(1),
	.privacy dd table.table1 th:nth-child(2),
	.privacy dd table.table2 th:nth-child(1),
	.privacy dd table.table3 th:nth-child(1) {
		width: 133px;
	}
	.privacy dd table.table3 th:nth-child(4) {
		width: 156px;
	}
	.privacy dd table.table1 th:nth-child(4) {
		width: 178px;
	}
	.privacy dd table.table2 th:nth-child(2) {
		width: 222px;
	}
}






/*############################################
	개인정보처리방침 네비
############################################*/
.privacyNav {
	border: solid 2px #eee;
	border-left: 0;
	border-right: 0;
}
.privacyNav:after {
	content: '';
	clear: both;
	display: block;
}
.privacyNav li {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 3.125% 0 6.25%;
}
.privacyNav li:first-child {
	background-image: url(/m/images/common/ico_privacyArrow_left.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 17px 30px;
	text-align: left;
}
.privacyNav > li:last-child {
	background-image: url(/m/images/common/ico_privacyArrow_right.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 17px 30px;
	padding: 0 6.25% 0 3.125%;
	text-align: right;
}
.privacyNav li a {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
}
.privacyNav li div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.privacyNav li strong {
	display: block;
	color: #484848;
	font-size: 2.8rem;
	font-weight: 500;
	padding-bottom: 15px;
}
.privacyNav li.none a {
	pointer-events: none;
}
.privacyNav li.none span {
	color: #898989;
}
.privacyNav li span {
	display: block;
	width: 100%;
	color: #484848;
	font-size: 2.6rem;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width:640px){
	.privacyNav li:first-child {
		background-size: 15px 26px;
	}
	.privacyNav > li:last-child {
		background-size: 15px 26px;
	}
	.privacyNav li a {
		height: 107px;
	}
	.privacyNav li strong {
		font-size: 2.5rem;
		padding-bottom: 13px;
	}
	.privacyNav li span {
		font-size: 2.3rem;
	}
}
@media screen and (max-width:500px){
	.privacyNav li:first-child {
		background-size: 12px 21px;
	}
	.privacyNav > li:last-child {
		background-size: 12px 21px;
	}
	.privacyNav li a {
		height: 83px;
	}
	.privacyNav li strong {
		font-size: 1.9rem;
		padding-bottom: 10px;
	}
	.privacyNav li span {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:428px){
	.privacyNav li:first-child {
		background-size: 10px 18px;
	}
	.privacyNav > li:last-child {
		background-size: 10px 18px;
	}
	.privacyNav li a {
		height: 69px;
	}
	.privacyNav li strong {
		font-size: 1.6rem;
		padding-bottom: 9px;
	}
	.privacyNav li span {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:375px){
	.privacyNav li:first-child {
		background-size: 9px 16px;
	}
	.privacyNav > li:last-child {
		background-size: 9px 16px;
	}
	.privacyNav li a {
		height: 63px;
	}
	.privacyNav li strong {
		font-size: 1.5rem;
		padding-bottom: 8px;
	}
	.privacyNav li span {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:320px){
	.privacyNav li:first-child {
		background-size: 8px 14px;
	}
	.privacyNav > li:last-child {
		background-size: 8px 14px;
	}
	.privacyNav li a {
		height: 53px;
	}
	.privacyNav li strong {
		font-size: 1.2rem;
		padding-bottom: 7px;
	}
	.privacyNav li span {
		font-size: 1.2rem;
	}
}










/*############################################
	인사말
############################################*/
.greetings {
	padding-top: 20px;
}
.greetings .greeting {
	margin-top: 60px;
}
.greetings .sign {
	margin-top: 40px;
	text-align: right;
}
.greetings .sign img {
	display: inline-block;
	max-width: 239px;
}

@media screen and (max-width:640px){
	.greetings {
		padding-top: 18px;
	}
	.greetings .greeting {
		margin-top: 53px;
	}
	.greetings .sign {
		margin-top: 36px;
	}
	.greetings .sign img {
		max-width: 212px;
	}
}
@media screen and (max-width:500px){
	.greetings {
		padding-top: 14px;
	}
	.greetings .greeting {
		margin-top: 60px;
	}
	.greetings .sign {
		margin-top: 42px;
	}
	.greetings .sign img {
		max-width: 166px;
	}
}
@media screen and (max-width:428px){
	.greetings {
		padding-top: 12px;
	}
	.greetings .greeting {
		margin-top: 35px;
	}
	.greetings .sign {
		margin-top: 23px;
	}
	.greetings .sign img {
		max-width: 137px;
	}
}
@media screen and (max-width:375px){
	.greetings {
		padding-top: 10px;
	}
	.greetings .greeting {
		margin-top: 31px;
	}
	.greetings .sign {
		margin-top: 21px;
	}
	.greetings .sign img {
		max-width: 124px;
	}
}
@media screen and (max-width:320px){
	.greetings {
		padding-top: 9px;
	}
	.greetings .greeting {
		margin-top: 27px;
	}
	.greetings .sign {
		margin-top: 18px;
	}
	.greetings .sign img {
		max-width: 106px;
	}
}










/*############################################
	비전
############################################*/
.visions h4 {
	padding: 50px 0 40px 0;
}
.visions h4 + img {
	margin-top: -40px;
}
.visions .strategy {
	display: table;
	width: 100%;
	border: solid 1px #7089ed;
	padding: 30px 0;
}
.visions .strategy + .strategy {
	margin-top: 10px;
}
.visions .strategy span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.visions .strategy span:nth-child(1) {
	width: 22%;
}
.visions .strategy span:nth-child(1) img {
	display: inline-block;
	max-width: 96px;
}
.visions .strategy span:nth-child(2) {
	width: 17%;
	color: #4a69e9;
	font-size: 3rem;
	font-weight: 500;
}
.visions .strategy span:nth-child(3) {
	width: 59%;
	font-size: 2.8rem;
	line-height: 1.4;
	padding-left: 2%;
	text-align: left;
}
.visions .goals > li {
	border: solid 1px #00a1a3;
	color: #00a1a3;
	font-size: 3.2rem;
	font-weight: 500;
	padding: 30px 40px;
}
.visions .goals > li + li {
	margin-top: 10px;
}
.visions .goals > li ol {
	margin-top: 30px;
	padding-left: 30px;
}
.visions .goals > li li + li {
	margin-top: 20px;
}
.visions .goals > li li em {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #33b4b5;
	border-radius: 100%;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 400;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}
.visions .goals > li li span {
	display: inline-block;
	color: #333;
	font-size: 2.8rem;
	font-weight: 400;
	vertical-align: middle;
}

@media screen and (max-width:640px){
	.visions h4 {
		padding: 44px 0 36px 0;
	}
	.visions h4 + img {
		margin-top: -36px;
	}
	.visions .strategy {
		padding: 27px 0;
	}
	.visions .strategy + .strategy {
		margin-top: 9px;
	}
	.visions .strategy span:nth-child(1) img {
		max-width: 85px;
	}
	.visions .strategy span:nth-child(2) {
		font-size: 2.7rem;
	}
	.visions .strategy span:nth-child(3) {
		font-size: 2.5rem;
	}
	.visions .goals > li {
		font-size: 2.8rem;
		padding: 27px 36px;
	}
	.visions .goals > li + li {
		margin-top: 9px;
	}
	.visions .goals > li ol {
		margin-top: 27px;
		padding-left: 27px;
	}
	.visions .goals > li li + li {
		margin-top: 18px;
	}
	.visions .goals > li li em {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 2rem;
		margin-right: 9px;
	}
	.visions .goals > li li span {
		font-size: 2.5rem;
	}
}
@media screen and (max-width:500px){
	.visions h4 {
		padding: 35px 0 28px 0;
	}
	.visions h4 + img {
		margin-top: -28px;
	}
	.visions .strategy {
		padding: 21px 0;
	}
	.visions .strategy + .strategy {
		margin-top: 7px;
	}
	.visions .strategy span:nth-child(1) img {
		max-width: 67px;
	}
	.visions .strategy span:nth-child(2) {
		font-size: 2.1rem;
	}
	.visions .strategy span:nth-child(3) {
		font-size: 1.9rem;
	}
	.visions .goals > li {
		font-size: 2.2rem;
		padding: 21px 28px;
	}
	.visions .goals > li + li {
		margin-top: 7px;
	}
	.visions .goals > li ol {
		margin-top: 21px;
		padding-left: 21px;
	}
	.visions .goals > li li + li {
		margin-top: 14px;
	}
	.visions .goals > li li em {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 1.5rem;
		margin-right: 7px;
	}
	.visions .goals > li li span {
		font-size: 1.9rem;
	}
}
@media screen and (max-width:428px){
	.visions h4 {
		padding: 29px 0 23px 0;
	}
	.visions h4 + img {
		margin-top: -23px;
	}
	.visions .strategy {
		padding: 17px 0;
	}
	.visions .strategy + .strategy {
		margin-top: 6px;
	}
	.visions .strategy span:nth-child(1) img {
		max-width: 55px;
	}
	.visions .strategy span:nth-child(2) {
		font-size: 1.7rem;
	}
	.visions .strategy span:nth-child(3) {
		font-size: 1.6rem;
	}
	.visions .goals > li {
		font-size: 1.8rem;
		padding: 17px 23px;
	}
	.visions .goals > li + li {
		margin-top: 6px;
	}
	.visions .goals > li ol {
		margin-top: 17px;
		padding-left: 17px;
	}
	.visions .goals > li li + li {
		margin-top: 12px;
	}
	.visions .goals > li li em {
		width: 23px;
		height: 23px;
		line-height: 23px;
		font-size: 1.3rem;
		margin-right: 6px;
	}
	.visions .goals > li li span {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:375px){
	.visions h4 {
		padding: 26px 0 21px 0;
	}
	.visions h4 + img {
		margin-top: -21px;
	}
	.visions .strategy {
		padding: 16px 0;
	}
	.visions .strategy + .strategy {
		margin-top: 5px;
	}
	.visions .strategy span:nth-child(1) img {
		max-width: 50px;
	}
	.visions .strategy span:nth-child(2) {
		font-size: 1.6rem;
	}
	.visions .strategy span:nth-child(3) {
		font-size: 1.5rem;
	}
	.visions .goals > li {
		font-size: 1.7rem;
		padding: 16px 21px;
	}
	.visions .goals > li + li {
		margin-top: 5px;
	}
	.visions .goals > li ol {
		margin-top: 16px;
		padding-left: 16px;
	}
	.visions .goals > li li + li {
		margin-top: 10px;
	}
	.visions .goals > li li em {
		width: 21px;
		height: 21px;
		line-height: 21px;
		font-size: 1.2rem;
		margin-right: 5px;
	}
	.visions .goals > li li span {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:320px){
	.visions h4 {
		padding: 22px 0 18px 0;
	}
	.visions h4 + img {
		margin-top: -18px;
	}
	.visions .strategy {
		padding: 13px 0;
	}
	.visions .strategy + .strategy {
		margin-top: 4px;
	}
	.visions .strategy span:nth-child(1) img {
		max-width: 43px;
	}
	.visions .strategy span:nth-child(2) {
		font-size: 1.4rem;
	}
	.visions .strategy span:nth-child(3) {
		font-size: 1.2rem;
	}
	.visions .goals > li {
		font-size: 1.4rem;
		padding: 13px 18px;
	}
	.visions .goals > li + li {
		margin-top: 4px;
	}
	.visions .goals > li ol {
		margin-top: 13px;
		padding-left: 13px;
	}
	.visions .goals > li li + li {
		margin-top: 9px;
	}
	.visions .goals > li li em {
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 1rem;
		margin-right: 4px;
	}
	.visions .goals > li li span {
		font-size: 1.2rem;
	}
}










/*############################################
	연혁
############################################*/
.historyYears {
	position: relative;
	border-bottom: solid 1px #e2e2e2;
	padding: 80px 0;
}
.historyYears:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 17px;
	background: #f5f5f5;
	border-top: solid 1px #e2e2e2;
}
.historyYears:after {
	content: '';
	clear: both;
	display: block;
}
.historyYears li {
	float: left;
	width: calc(100% / 7);
	color: #cfcfcf;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.historyYears li span {
	position: relative;
	display: block;
	margin: 0 auto 10px;
}
.historyYears li span:before {
	position: absolute;
	top: 9px;
	left: 0;
	content: '';
	width: 50%;
	height: 4px;
	background: #cfcfcf;
}
.historyYears li span:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 50%;
	height: 4px;
	background: #cfcfcf;
}
.historyYears li:nth-child(1) span:before,
.historyYears li:nth-child(7) span:after {
	content: none;
}
.historyYears li span em {
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #cfcfcf;
	border-radius: 100%;
}
.historyYears li.on {
	color: #4a69e9;
}
.historyYears li.on span em {
	background: #4a69e9;
}
.historyYears li.on span em:before {
	position: absolute;
	top: -4px;
	left: -4px;
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 12px -1px #4a69e9;
	box-shadow: 0px 0px 12px -1px #4a69e9;
}
.historyYears li.on span em:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #4a69e9;
	border-radius: 100%;
}
.history {
	padding-top: 60px;
}
.history > div {
	display: none;
}
.history dl {
	position: relative;
	padding-left: 30px;
}
.history dl + dl {
	margin-top: 60px;
}
.history dl + dl:before {
	position: absolute;
	top: -30px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ececec;
}
.history dl:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 8px;
	height: 100%;
	background: #7089ed;
	border-radius: 3px;
}
.history dt {
	font-size: 3.6rem;
	font-weight: 500;
	padding-bottom: 15px;
}
.history dd {
	display: table;
	width: 100%;
}
.history dd div {
	display: table-cell;
	color: #898989;
	font-size: 2.8rem;
	vertical-align: top;
}
.history dd div:nth-child(1) {
	width: 23%;
}
.history dd li {
	color: #333;
	word-break: break-all;
}
.history dd ul > li + li {
	margin-top: 30px;
}
.history dd ul ol li {
	position: relative;
	background: url(/m/images/common/depth_bullet.png) left 10px top 10px no-repeat;
	background-size: 8px 10px;
	padding-left: 30px;
}

@media screen and (max-width:640px){
	.historyYears {
		padding: 70px 0;
	}
	.historyYears:before {
		height: 15px;
	}
	.historyYears li {
		font-size: 1.8rem;
	}
	.historyYears li span {
		margin: 0 auto 9px;
	}
	.historyYears li span:before {
		top: 8px;
		height: 4px;
	}
	.historyYears li span:after {
		top: 8px;
		height: 4px;
	}
	.historyYears li span em {
		width: 20px;
		height: 20px;
	}
	.historyYears li.on span em:before {
		position: absolute;
		top: -3px;
		left: -3px;
		width: 26px;
		height: 26px;
	}
	.historyYears li.on span em:after {
		width: 20px;
		height: 20px;
	}
	.history {
		padding-top: 53px;
	}
	.history dl {
		padding-left: 27px;
	}
	.history dl + dl {
		margin-top: 53px;
	}
	.history dl + dl:before {
		top: -27px;
	}
	.history dl:after {
		width: 7px;
		height: 100%;
	}
	.history dt {
		font-size: 3.2rem;
		padding-bottom: 13px;
	}
	.history dd span {
		font-size: 2.5rem;
	}
	.history dd ul > li + li {
		margin-top: 27px;
	}
	.history dd ul ol li {
		position: relative;
		background: url(/m/images/common/depth_bullet.png) left 10px top 10px no-repeat;
		background-size: 8px 10px;
		padding-left: 27px;
	}
}
@media screen and (max-width:500px){
	.historyYears {
		padding: 55px 0;
	}
	.historyYears:before {
		height: 11px;
	}
	.historyYears li {
		font-size: 1.4rem;
	}
	.historyYears li span {
		margin: 0 auto 7px;
	}
	.historyYears li span:before {
		top: 7px;
		height: 3px;
	}
	.historyYears li span:after {
		top: 7px;
		height: 3px;
	}
	.historyYears li span em {
		width: 15px;
		height: 15px;
	}
	.historyYears li.on span em:before {
		position: absolute;
		top: -3px;
		left: -3px;
		width: 21px;
		height: 21px;
	}
	.historyYears li.on span em:after {
		width: 15px;
		height: 15px;
	}
	.history {
		padding-top: 42px;
	}
	.history dl {
		padding-left: 27px;
	}
	.history dl + dl {
		margin-top: 42px;
	}
	.history dl + dl:before {
		top: -21px;
	}
	.history dl:after {
		width: 6px;
		height: 100%;
	}
	.history dt {
		font-size: 2.5rem;
		padding-bottom: 10px;
	}
	.history dd span {
		font-size: 1.9rem;
	}
	.history dd ul > li + li {
		margin-top: 21px;
	}
	.history dd ul ol li {
		position: relative;
		background: url(/m/images/common/depth_bullet.png) left 10px top 10px no-repeat;
		background-size: 8px 10px;
		padding-left: 21px;
	}
}
@media screen and (max-width:428px){
	.historyYears {
		padding: 46px 0;
	}
	.historyYears:before {
		height: 10px;
	}
	.historyYears li {
		font-size: 1.2rem;
	}
	.historyYears li span {
		margin: 0 auto 6px;
	}
	.historyYears li span:before {
		top: 5px;
		height: 3px;
	}
	.historyYears li span:after {
		top: 5px;
		height: 3px;
	}
	.historyYears li span em {
		width: 13px;
		height: 13px;
	}
	.historyYears li.on span em:before {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 17px;
		height: 17px;
	}
	.historyYears li.on span em:after {
		width: 13px;
		height: 13px;
	}
	.history {
		padding-top: 35px;
	}
	.history dl {
		padding-left: 17px;
	}
	.history dl + dl {
		margin-top: 35px;
	}
	.history dl + dl:before {
		top: -17px;
	}
	.history dl:after {
		width: 5px;
		height: 100%;
	}
	.history dt {
		font-size: 2rem;
		padding-bottom: 9px;
	}
	.history dd span {
		font-size: 1.6rem;
	}
	.history dd ul > li + li {
		margin-top: 17px;
	}
	.history dd ul ol li {
		position: relative;
		background: url(/m/images/common/depth_bullet.png) left 5px top 5px no-repeat;
		background-size: 4px 6px;
		padding-left: 17px;
	}
}
@media screen and (max-width:375px){
	.historyYears {
		padding: 41px 0;
	}
	.historyYears:before {
		height: 9px;
	}
	.historyYears li {
		font-size: 1.3rem;
	}
	.historyYears li span {
		margin: 0 auto 5px;
	}
	.historyYears li span:before {
		top: 5px;
		height: 3px;
	}
	.historyYears li span:after {
		top: 5px;
		height: 3px;
	}
	.historyYears li span em {
		width: 11px;
		height: 11px;
	}
	.historyYears li.on span em:before {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 15px;
		height: 15px;
	}
	.historyYears li.on span em:after {
		width: 11px;
		height: 11px;
	}
	.history {
		padding-top: 31px;
	}
	.history dl {
		padding-left: 16px;
	}
	.history dl + dl {
		margin-top: 31px;
	}
	.history dl + dl:before {
		top: -16px;
	}
	.history dl:after {
		width: 4px;
		height: 100%;
	}
	.history dt {
		font-size: 1.9rem;
		padding-bottom: 8px;
	}
	.history dd span {
		font-size: 1.5rem;
	}
	.history dd ul > li + li {
		margin-top: 1.6px;
	}
	.history dd ul ol li {
		position: relative;
		background: url(/m/images/common/depth_bullet.png) left 5px top 5px no-repeat;
		background-size: 2px 5px;
		padding-left: 16px;
	}
}
@media screen and (max-width:320px){
	.historyYears {
		padding: 36px 0;
	}
	.historyYears:before {
		height: 8px;
	}
	.historyYears li {
		font-size: 1.2rem;
	}
	.historyYears li span {
		margin: 0 auto 4px;
	}
	.historyYears li span:before {
		top: 4px;
		height: 2px;
	}
	.historyYears li span:after {
		top: 4px;
		height: 2px;
	}
	.historyYears li span em {
		width: 10px;
		height: 10px;
	}
	.historyYears li.on span em:before {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 14px;
		height: 14px;
	}
	.historyYears li.on span em:after {
		width: 10px;
		height: 10px;
	}
	.history {
		padding-top: 27px;
	}
	.history dl {
		padding-left: 13px;
	}
	.history dl + dl {
		margin-top: 27px;
	}
	.history dl + dl:before {
		top: -13px;
	}
	.history dl:after {
		width: 4px;
		height: 100%;
	}
	.history dt {
		font-size: 1.6rem;
		padding-bottom: 7px;
	}
	.history dd span {
		font-size: 1.2rem;
	}
	.history dd ul > li + li {
		margin-top: 13px;
	}
	.history dd ul ol li {
		position: relative;
		background: url(/m/images/common/depth_bullet.png) left 4px top 4px no-repeat;
		background-size: 4px 5px;
		padding-left: 13px;
	}
}










/*############################################
	조직도
############################################*/
.organ:after,
.organ > li > ul:after {
	content: '';
	clear: both;
	display: block;
}
.organ {
	position: relative;
	font-size: 2.8rem;
	margin-top: 60px;
}
.organ > li {
	position: relative;
}
.organ .tier1:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 2px;
	height: 100%;
	background: #aeaeae;
}
.organ .tier2:before {
	position: absolute;
	top: -60px;
	left: 50%;
	content: '';
	width: 2px;
	height: 370px;
	background: #aeaeae;
}
.organ .upper > li {
	float: left;
	width: 44%;
	line-height: 90px;
}
.organ .upper > li:nth-child(2) {
	float: right;
}
.organ .upper > li ul li {
	margin-top: 12px;
}
.organ .upper > li > span,
.organ .upper > li li {
	display: block;
	background: #778fef;
	border-radius: 90px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	cursor:pointer;
}
.organ .upper > li li {
	background: #fff;
	color: #333;
}
.organ .upper > li > span {
	position: relative;
}
.organ .upper > li:nth-child(1) > span:before {
	position: absolute;
	top: 50%;
	right: -100px;
	content: '';
	width: 100px;
	height: 2px;
	background: #aeaeae;
}
.tier1 > span{
	position: relative;
	display: block;
	width: 220px;
	height: 220px;
	line-height: 220px;
	background: #dbe1fb;
	border-radius: 100%;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	margin: 0 auto 20px;
	text-align: center;
	cursor:pointer;
}
.tier1 > span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: '';
	width: 160px;
	height: 160px;
	background: #4a69e9;
	border-radius: 100%;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}
.tier1 > span em {
	position: relative;
	z-index: 5;
	border-radius: 100%;
}
.tier2 > span {
	position: relative;
	display: block;
	line-height: 100px;
	background: #4a69e9;
	border-radius: 100px;
	color: #fff;
	font-size: 3rem;
	margin: 40px 0 10px;
	text-align: center;
	-webkit-box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	cursor:pointer;
}
.tier3 > span {
	position: relative;
	display: block;
	line-height: 90px;
	background: #fff;
	border-radius: 90px;
	color: #333;
	margin-bottom: 70px;
	text-align: center;
	-webkit-box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	cursor:pointer;
}
.tier4 > span {
	position: relative;
	display: block;
	line-height: 90px;
	background: #6b6b6b;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	cursor:pointer;
}
.tier4 + .tier4 {
	margin-top: 40px;
}
.tier4 > ul + ul {
	margin-top: 10px;
}
.tier4.dir > span {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
}
.tier5 {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
}
.tier5 span {
	display: block;
	line-height: 90px;
	border-bottom: solid 1px #d5d5d5;
	color: #333;
	text-align: center;
	cursor:pointer;
}
.tier5 ul,
.bottom {
	padding: 30px 40px;
}
.tier5 ul li,
.bottom li {
	position: relative;
	padding-left: 20px;
}
.tier5 ul li:before,
.bottom li:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 7px;
	height: 7px;
	background: #333;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}
.tier5 ul li + li,
.bottom li + li {
	margin-top: 15px;
}
.bottom {
	background: #fff;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
	box-shadow: 0px 4px 12px -1px rgba(3,5,10,0.2);
}

@media screen and (max-width:640px){
	.organ {
		font-size: 2.5rem;
		margin-top: 53px;
	}
	.organ .tier2:before {
		top: -53px;
		height: 329px;
	}
	.organ .upper > li {
		line-height: 80px;
	}
	.organ .upper > li ul li {
		margin-top: 11px;
	}
	.organ .upper > li > span,
	.organ .upper > li li {
		border-radius: 80px;
	}
	.organ .upper > li:nth-child(1) > span:before {
		right: -89px;
		width: 89px;
	}
	.tier1 > span{
		width: 196px;
		height: 196px;
		line-height: 196px;
		font-size: 2.7rem;
		margin: 0 auto 18px;
	}
	.tier1 > span:before {
		width: 142px;
		height: 142px;
	}
	.tier2 > span {
		line-height: 90px;
		border-radius: 90px;
		font-size: 2.7rem;
		margin: 36px 0 9px;
	}
	.tier3 > span {
		line-height: 80px;
		border-radius: 80px;
		margin-bottom: 62px;
	}
	.tier4 > span {
		line-height: 80px;
		border-radius: 9px;
		margin-bottom: 9px;
	}
	.tier4 + .tier4 {
		margin-top: 36px;
	}
	.tier4 > ul + ul {
		margin-top: 9px;
	}
	.tier5 {
		border-radius: 9px;
	}
	.tier5 span {
		line-height: 80px;
	}
	.tier5 ul,
	.bottom {
		padding: 27px 36px;
	}
	.tier5 ul li,
	.bottom li {
		padding-left: 18px;
	}
	.tier5 ul li:before,
	.bottom li:before {
		width: 6px;
		height: 6px;
	}
	.tier5 ul li + li,
	.bottom li + li {
		margin-top: 13px;
	}
	.bottom {
		border-radius: 9px;
	}
}
@media screen and (max-width:500px){
	.organ {
		font-size: 1.9rem;
		margin-top: 42px;
	}
	.organ .tier2:before {
		top: -42px;
		height: 257px;
	}
	.organ .upper > li {
		line-height: 63px;
	}
	.organ .upper > li ul li {
		margin-top: 8px;
	}
	.organ .upper > li > span,
	.organ .upper > li li {
		border-radius: 63px;
	}
	.organ .upper > li:nth-child(1) > span:before {
		right: -69px;
		width: 69px;
	}
	.tier1 > span{
		width: 153px;
		height: 153px;
		line-height: 153px;
		font-size: 2.1rem;
		margin: 0 auto 14px;
	}
	.tier1 > span:before {
		width: 111px;
		height: 111px;
	}
	.tier2 > span {
		line-height: 69px;
		border-radius: 69px;
		font-size: 2.1rem;
		margin: 28px 0 7px;
	}
	.tier3 > span {
		line-height: 63px;
		border-radius: 63px;
		margin-bottom: 47px;
	}
	.tier4 > span {
		line-height: 63px;
		border-radius: 7px;
		margin-bottom: 7px;
	}
	.tier4 + .tier4 {
		margin-top: 28px;
	}
	.tier4 > ul + ul {
		margin-top: 7px;
	}
	.tier5 {
		border-radius: 7px;
	}
	.tier5 span {
		line-height: 63px;
	}
	.tier5 ul,
	.bottom {
		padding: 21px 28px;
	}
	.tier5 ul li,
	.bottom li {
		padding-left: 14px;
	}
	.tier5 ul li:before,
	.bottom li:before {
		width: 5px;
		height: 5px;
	}
	.tier5 ul li + li,
	.bottom li + li {
		margin-top: 10px;
	}
	.bottom {
		border-radius: 7px;
	}
}
@media screen and (max-width:428px){
	.organ {
		font-size: 1.6rem;
		margin-top: 35px;
	}
	.organ .tier2:before {
		top: -35px;
		height: 213px;
	}
	.organ .upper > li {
		line-height: 52px;
	}
	.organ .upper > li ul li {
		margin-top: 7px;
	}
	.organ .upper > li > span,
	.organ .upper > li li {
		border-radius: 52px;
	}
	.organ .upper > li:nth-child(1) > span:before {
		right: -58px;
		width: 58px;
	}
	.tier1 > span{
		width: 127px;
		height: 127px;
		line-height: 127px;
		font-size: 1.7rem;
		margin: 0 auto 12px;
	}
	.tier1 > span:before {
		width: 92px;
		height: 92px;
	}
	.tier2 > span {
		line-height: 58px;
		border-radius: 58px;
		font-size: 1.7rem;
		margin: 23px 0 6px;
	}
	.tier3 > span {
		line-height: 52px;
		border-radius: 52px;
		margin-bottom: 40px;
	}
	.tier4 > span {
		line-height: 52px;
		border-radius: 6px;
		margin-bottom: 6px;
	}
	.tier4 + .tier4 {
		margin-top: 23px;
	}
	.tier4 > ul + ul {
		margin-top: 6px;
	}
	.tier5 {
		border-radius: 6px;
	}
	.tier5 span {
		line-height: 52px;
	}
	.tier5 ul,
	.bottom {
		padding: 17px 23px;
	}
	.tier5 ul li,
	.bottom li {
		padding-left: 12px;
	}
	.tier5 ul li:before,
	.bottom li:before {
		width: 4px;
		height: 4px;
	}
	.tier5 ul li + li,
	.bottom li + li {
		margin-top: 9px;
	}
	.bottom {
		border-radius: 6px;
	}
}
@media screen and (max-width:375px){
	.organ {
		font-size: 1.5rem;
		margin-top: 31px;
	}
	.organ .tier2:before {
		top: -31px;
		height: 193px;
	}
	.organ .upper > li {
		line-height: 47px;
	}
	.organ .upper > li ul li {
		margin-top: 6px;
	}
	.organ .upper > li > span,
	.organ .upper > li li {
		border-radius: 47px;
	}
	.organ .upper > li:nth-child(1) > span:before {
		right: -52px;
		width: 52px;
	}
	.tier1 > span{
		width: 115px;
		height: 115px;
		line-height: 115px;
		font-size: 1.6rem;
		margin: 0 auto 10px;
	}
	.tier1 > span:before {
		width: 83px;
		height: 83px;
	}
	.tier2 > span {
		line-height: 52px;
		border-radius: 52px;
		font-size: 1.6rem;
		margin: 21px 0 5px;
	}
	.tier3 > span {
		line-height: 47px;
		border-radius: 47px;
		margin-bottom: 36px;
	}
	.tier4 > span {
		line-height: 47px;
		border-radius: 5px;
		margin-bottom: 5px;
	}
	.tier4 + .tier4 {
		margin-top: 21px;
	}
	.tier4 > ul + ul {
		margin-top: 5px;
	}
	.tier5 {
		border-radius: 5px;
	}
	.tier5 span {
		line-height: 47px;
	}
	.tier5 ul,
	.bottom {
		padding: 16px 21px;
	}
	.tier5 ul li,
	.bottom li {
		padding-left: 10px;
	}
	.tier5 ul li:before,
	.bottom li:before {
		width: 4px;
		height: 4px;
	}
	.tier5 ul li + li,
	.bottom li + li {
		margin-top: 8px;
	}
	.bottom {
		border-radius: 5px;
	}
}
@media screen and (max-width:320px){
	.organ {
		font-size: 1.2rem;
		margin-top: 30px;
	}
	.organ .tier2:before {
		top: -30px;
		height: 164px;
	}
	.organ .upper > li {
		line-height: 40px;
	}
	.organ .upper > li ul li {
		margin-top: 5px;
	}
	.organ .upper > li > span,
	.organ .upper > li li {
		border-radius: 40px;
	}
	.organ .upper > li:nth-child(1) > span:before {
		right: -44px;
		width: 44px;
	}
	.tier1 > span{
		width: 98px;
		height: 98px;
		line-height: 98px;
		font-size: 1.3rem;
		margin: 0 auto 9px;
	}
	.tier1 > span:before {
		width: 71px;
		height: 71px;
	}
	.tier2 > span {
		line-height: 44px;
		border-radius: 44px;
		font-size: 1.3rem;
		margin: 18px 0 4px;
	}
	.tier3 > span {
		line-height: 40px;
		border-radius: 40px;
		margin-bottom: 31px;
	}
	.tier4 > span {
		line-height: 40px;
		border-radius: 4px;
		margin-bottom: 4px;
	}
	.tier4 + .tier4 {
		margin-top: 18px;
	}
	.tier4 > ul + ul {
		margin-top: 4px;
	}
	.tier5 {
		border-radius: 4px;
	}
	.tier5 span {
		line-height: 40px;
	}
	.tier5 ul,
	.bottom {
		padding: 13px 18px;
	}
	.tier5 ul li,
	.bottom li {
		padding-left: 9px;
	}
	.tier5 ul li:before,
	.bottom li:before {
		width: 3px;
		height: 3px;
	}
	.tier5 ul li + li,
	.bottom li + li {
		margin-top: 7px;
	}
	.bottom {
		border-radius: 4px;
	}
}










/*############################################
	직원안내
############################################*/
.space {
	height: 17px;
	background: #f5f5f5;
	border: solid 1px #e2e2e2;
	border-left: 0;
	border-right: 0;
}
.callInfo {
	margin-top: 40px;
}
.callInfo .title {
	position: relative;
	background: #506ee9;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 300;
	padding: 30px;
}
.callInfo .title p {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 3.2rem;
	transform: translateY(-50%);
}
.callInfo > div i {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(/m/images/common/ico_callinfo.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
	vertical-align: middle;
}
.callInfo > div span {
	display: inline-block;
	vertical-align: middle;
}
.callInfo div:not(.title) {
	background: #f2f4fe;
	border: solid 1px #506ee9;
	padding: 40px 30px;
}
.callInfo ul li {
	font-size: 0;
}
.callInfo ul li + li {
	margin-top: 20px;
}
.callInfo ul span {
	display: inline-block;
	vertical-align: middle;
}
.callInfo ul span:nth-child(1) {
	width: 14%;
	background: #7089ed;
	border-radius: 10px;
	color: #fff;
	line-height: 48px;
	font-size: 2.4rem;
	text-align: center;
}
.callInfo ul span:nth-child(2) {
	width: 86%;
	font-size: 2.8rem;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.callInfo div:not(.title) p {
	position: relative;
	margin-top: 40px;
	padding-left: 20px;
	word-break: break-all;
}
.callInfo div:not(.title) p:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	background: #f2f4fe;
	border: solid 2px #4a69e9;
	border-radius: 100%;
}
.callAfter {
	border-top: solid 1px #506ee9;
	font-size: 2.8rem;
	margin-top: 40px;
}
.callAfter th,
.callAfter td {
	font-weight: 400;
	padding: 20px;
	text-align: left;
	border-bottom: solid 1px #d5d5d5;
}
.callAfter th {
	background: #f7f7f7;
	border-right: solid 1px #d5d5d5;
}
.callAfter td.bg {
	background: #f7f7f7;
	border-right: solid 1px #d5d5d5;
}
.callAfter .division {
	margin-top: -1px;
}
.callAfter .last {
	border-bottom: solid 1px #898989;
}

@media screen and (max-width:640px){
	.space {
		height: 15px;
	}
	.callInfo {
		margin-top: 36px;
	}
	.callInfo .title {
		font-size: 2.3rem;
		padding: 27px;
	}
	.callInfo .title p {
		right: 27px;
		font-size: 2.8rem;
	}
	.callInfo > div i {
		width: 28px;
		height: 28px;
		margin-right: 9px;
	}
	.callInfo div:not(.title) {
		padding: 36px 27px;
	}
	.callInfo ul li + li {
		margin-top: 18px;
	}
	.callInfo ul span:nth-child(1) {
		border-radius: 9px;
		line-height: 43px;
		font-size: 2.1rem;
	}
	.callInfo ul span:nth-child(2) {
		font-size: 2.5rem;
		padding-left: 18px;
	}
	.callInfo div:not(.title) p {
		margin-top: 36px;
		padding-left: 18px;
	}
	.callInfo div:not(.title) p:before {
		top: 9px;
		width: 7px;
		height: 7px;
	}
	.callAfter {
		font-size: 2.5rem;
		margin-top: 36px;
	}
	.callAfter th,
	.callAfter td {
		padding: 18px;
	}
}
@media screen and (max-width:500px){
	.space {
		height: 12px;
	}
	.callInfo {
		margin-top: 28px;
	}
	.callInfo .title {
		font-size: 1.8rem;
		padding: 21px;
	}
	.callInfo .title p {
		right: 21px;
		font-size: 2.2rem;
	}
	.callInfo > div i {
		width: 22px;
		height: 22px;
		margin-right: 7px;
	}
	.callInfo div:not(.title) {
		padding: 28px 21px;
	}
	.callInfo ul li + li {
		margin-top: 14px;
	}
	.callInfo ul span:nth-child(1) {
		border-radius: 7px;
		line-height: 33px;
		font-size: 1.7rem;
	}
	.callInfo ul span:nth-child(2) {
		font-size: 1.9rem;
		padding-left: 14px;
	}
	.callInfo div:not(.title) p {
		margin-top: 28px;
		padding-left: 14px;
	}
	.callInfo div:not(.title) p:before {
		top: 7px;
		width: 6px;
		height: 6px;
	}
	.callAfter {
		font-size: 1.9rem;
		margin-top: 28px;
	}
	.callAfter th,
	.callAfter td {
		padding: 14px;
	}
}
@media screen and (max-width:428px){
	.space {
		height: 10px;
	}
	.callInfo {
		margin-top: 23px;
	}
	.callInfo .title {
		font-size: 1.5rem;
		padding: 17px;
	}
	.callInfo .title p {
		right: 17px;
		font-size: 1.8rem;
	}
	.callInfo > div i {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}
	.callInfo div:not(.title) {
		padding: 23px 17px;
	}
	.callInfo ul li + li {
		margin-top: 12px;
	}
	.callInfo ul span:nth-child(1) {
		border-radius: 6px;
		line-height: 28px;
		font-size: 1.4rem;
	}
	.callInfo ul span:nth-child(2) {
		font-size: 1.6rem;
		padding-left: 12px;
	}
	.callInfo div:not(.title) p {
		margin-top: 23px;
		padding-left: 12px;
	}
	.callInfo div:not(.title) p:before {
		top: 6px;
		width: 5px;
		height: 5px;
	}
	.callAfter {
		font-size: 1.6rem;
		margin-top: 23px;
	}
	.callAfter th,
	.callAfter td {
		padding: 12px;
	}
}
@media screen and (max-width:375px){
	.space {
		height: 9px;
	}
	.callInfo {
		margin-top: 21px;
	}
	.callInfo .title {
		font-size: 1.5rem;
		padding: 16px;
	}
	.callInfo .title p {
		right: 16px;
		font-size: 1.7rem;
	}
	.callInfo > div i {
		width: 17px;
		height: 17px;
		margin-right: 5px;
	}
	.callInfo div:not(.title) {
		padding: 21px 16px;
	}
	.callInfo ul li + li {
		margin-top: 5px;
	}
	.callInfo ul span:nth-child(1) {
		border-radius: 5px;
		line-height: 25px;
		font-size: 1.3rem;
	}
	.callInfo ul span:nth-child(2) {
		font-size: 1.5rem;
		padding-left: 10px;
	}
	.callInfo div:not(.title) p {
		margin-top: 21px;
		padding-left: 10px;
	}
	.callInfo div:not(.title) p:before {
		top: 5px;
		width: 4px;
		height: 4px;
	}
	.callAfter {
		font-size: 1.5rem;
		margin-top: 21px;
	}
	.callAfter th,
	.callAfter td {
		padding: 10px;
	}
}
@media screen and (max-width:320px){
	.space {
		height: 8px;
	}
	.callInfo {
		margin-top: 18px;
	}
	.callInfo .title {
		font-size: 1.2rem;
		padding: 13px;
	}
	.callInfo .title p {
		right: 13px;
		font-size: 1.4rem;
	}
	.callInfo > div i {
		width: 14px;
		height: 14px;
		margin-right: 4px;
	}
	.callInfo div:not(.title) {
		padding: 18px 13px;
	}
	.callInfo ul li + li {
		margin-top: 9px;
	}
	.callInfo ul span:nth-child(1) {
		border-radius: 4px;
		line-height: 21px;
		font-size: 1.1em;
	}
	.callInfo ul span:nth-child(2) {
		font-size: 1.2rem;
		padding-left: 9px;
	}
	.callInfo div:not(.title) p {
		margin-top: 18px;
		padding-left: 9px;
	}
	.callInfo div:not(.title) p:before {
		top: 4px;
		width: 4px;
		height: 4px;
	}
	.callAfter {
		font-size: 1.2rem;
		margin-top: 18px;
	}
	.callAfter th,
	.callAfter td {
		padding: 9px;
	}
}










/*############################################
	오시는길
############################################*/
.map {
	position: relative;
	margin-top: 40px;
}    
.map div {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
	background: rgba(0,0,0,.75);
	padding: 25px 30px;
}
.map div p + p {
	margin-top: 20px;
}
.map div p,
.map div a {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 300;
}
.map div a {
	display: inline-block;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 50px;
}
.location_list li {
	line-height: 1.4;
	word-break: break-all;
}
.location_list > li,
.location_list > li li {
	position: relative;
	padding-left: 15px;
}
.location_list > li:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 100%;
}
.location_list > li li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '-';
}
.location_list > li + li,
.location_list > li ul,
.location_list ul li + li {
	margin-top: 15px;
}
.floor_list li {
	position: relative;
	font-size: 2.8rem;
	padding-left: 13%;
	word-break: break-all;
}
.floor_list li span {
	position: absolute;
	top: 0;
	left: 10px;
	color: #00a1a3;
}
.floor_list li.w {
	padding-left: 35%;
}
.floor_list li + li {
	margin-top: 20px;
}
img.floor {
	margin-top:40px;
}

@media screen and (max-width:640px){
	.map {
		margin-top: 36px;
	}
	.map div {
		padding: 22px 27px;
	}
	.map div p + p {
		margin-top: 18px;
	}
	.map div p,
	.map div a {
		font-size: 1.9rem;
	}
	.map div a {
		margin-left: 9px;
		margin-right: 44px;
	}
	.location_list > li,
	.location_list > li li {
		padding-left: 13px;
	}
	.location_list > li:before {
		top: 13px;
		width: 5px;
		height: 5px;
	}
	.location_list > li + li,
	.location_list > li ul,
	.location_list ul li + li {
		margin-top: 13px;
	}
	.floor_list li {
		font-size: 2.5rem;
	}
	.floor_list li span {
		left: 9px;
	}
	.floor_list li + li {
		margin-top: 18px;
	}
	img.floor {
		margin-top: 36px;
	}
}
@media screen and (max-width:500px){
	.map {
		margin-top: 28px;
	}
	.map div {
		padding: 17px 21px;
	}
	.map div p + p {
		margin-top: 14px;
	}
	.map div p,
	.map div a {
		font-size: 1.5rem;
	}
	.map div a {
		margin-left: 7px;
		margin-right: 35px;
	}
	.location_list > li,
	.location_list > li li {
		padding-left: 10px;
	}
	.location_list > li:before {
		top: 10px;
		width: 4px;
		height: 4px;
	}
	.location_list > li + li,
	.location_list > li ul,
	.location_list ul li + li {
		margin-top: 10px;
	}
	.floor_list li {
		font-size: 1.9rem;
	}
	.floor_list li span {
		left: 7px;
	}
	.floor_list li + li {
		margin-top: 14px;
	}
	img.floor {
		margin-top: 28px;
	}
}
@media screen and (max-width:428px){
	.map {
		margin-top: 23px;
	}
	.map div {
		padding: 14px 18px;
	}
	.map div p + p {
		margin-top: 12px;
	}
	.map div p,
	.map div a {
		font-size: 1.3rem;
	}
	.map div a {
		margin-left: 6px;
		margin-right: 29px;
	}
	.location_list > li,
	.location_list > li li {
		padding-left: 9px;
	}
	.location_list > li:before {
		top: 9px;
		width: 3px;
		height: 3px;
	}
	.location_list > li + li,
	.location_list > li ul,
	.location_list ul li + li {
		margin-top: 9px;
	}
	.floor_list li {
		font-size: 1.6rem;
	}
	.floor_list li span {
		left: 6px;
	}
	.floor_list li + li {
		margin-top: 12px;
	}
	img.floor {
		margin-top: 23px;
	}
}
@media screen and (max-width:375px){
	.map {
		margin-top: 21px;
	}
	.map div {
		padding: 13px 16px;
	}
	.map div p + p {
		margin-top: 10px;
	}
	.map div p,
	.map div a {
		font-size: 1.2rem;
	}
	.map div a {
		margin-left: 5px;
		margin-right: 26px;
	}
	.location_list > li,
	.location_list > li li {
		padding-left: 8px;
	}
	.location_list > li:before {
		top: 8px;
		width: 3px;
		height: 3px;
	}
	.location_list > li + li,
	.location_list > li ul,
	.location_list ul li + li {
		margin-top: 8px;
	}
	.floor_list li {
		font-size: 1.5rem;
	}
	.floor_list li span {
		left: 5px;
	}
	.floor_list li + li {
		margin-top: 10px;
	}
	img.floor {
		margin-top: 21px;
	}
}
@media screen and (max-width:320px){
	.map {
		margin-top: 18px;
	}
	.map div {
		padding: 11px 13px;
	}
	.map div p + p {
		margin-top: 9px;
	}
	.map div p,
	.map div a {
		font-size: 1rem;
	}
	.map div a {
		margin-left: 4px;
		margin-right: 22px;
	}
	.location_list > li,
	.location_list > li li {
		padding-left: 7px;
	}
	.location_list > li:before {
		top: 7px;
		width: 3px;
		height: 3px;
	}
	.location_list > li + li,
	.location_list > li ul,
	.location_list ul li + li {
		margin-top: 7px;
	}
	.floor_list li {
		font-size: 1.2rem;
	}
	.floor_list li span {
		left: 4px;
	}
	.floor_list li + li {
		margin-top: 9px;
	}
	img.floor {
		margin-top: 18px;
	}
}










/*############################################
	환경웹진
############################################*/
.webz {
	margin-top: 20px;
}
.webz li {
	border-bottom: solid 2px #d5d5d5;
	padding: 15px 0 15px 30px;
}
.table_req {
	border-top: solid 1px #506ee9;
	margin-top: 50px;
}
.table_req.mgt0 {
	margin-top: 0;
}
.table_req th {
	background: #f7f7f7;
	border-bottom: solid 1px #d5d5d5;
	font-weight: 400;
}
.table_req td {
	border-bottom: solid 1px #d5d5d5;
	font-weight: 400;
	line-height: 1;
	padding: 20px 30px;
}
.table_req td input[type="email"] {
	display: block;
	width: 100%;
	height: 60px;
	border: solid 1px #ccc;
	border-radius: 6px;
	padding: 0 25px;
}
.table_req td div span {
	display: block;
}
.table_req td div span + span {
	margin-top: 15px;
}
.captcha {
	margin: 30px 0 0 0;
	text-align: center;
}
.mailInfo {
	background: #f2f4fe;
	border: solid 1px #b2c0f6;
	margin-top: 30px;
	padding: 30px;
}
.mailInfo li {
	position: relative;
	font-weight: 300;
	padding-left: 20px;
	word-break: break-all;
}
.mailInfo li:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 6px;
	height: 6px;
	background: #f2f4fe;
	border: solid 3px #4a69e9;
	border-radius: 100%;
}
.mailInfo li + li {
	margin-top: 20px;
}
.mailInfo2 {
	margin-bottom: 40px;
}
.mailInfo2 li {
	position: relative;
	padding-left: 15px;
	word-break: break-all;
}
.mailInfo2 li:before {
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 100%;
}
.mailInfo2 li + li {
	margin-top: 20px;
}
.mailInfo2 li.red {
	color: #fa5301;
}
.mailInfo2 li.red:before {
	content: none;
}
.mailInfo2 li.red a {
	display: inline-block;
}
.mailF {
	margin-top: 40px;
}

@media screen and (max-width:640px){
	.webz {
		margin-top: 18px;
	}
	.webz li {
		padding: 13px 0 13px 27px;
	}
	.table_req {
		margin-top: 44px;
	}
	.table_req td {
		padding: 18px 26px;
	}
	.table_req td input[type="email"] {
		height: 53px;
		border-radius: 5px;
		padding: 0 22px;
	}
	.table_req td div span + span {
		margin-top: 13px;
	}
	.captcha {
		margin: 26px 0 0 0;
	}
	.mailInfo {
		margin-top: 26px;
		padding: 26px;
	}
	.mailInfo li {
		padding-left: 18px;
	}
	.mailInfo li:before {
		top: 9px;
		width: 5px;
		height: 5px;
	}
	.mailInfo li + li {
		margin-top: 18px;
	}
	.mailInfo2 {
		margin-bottom: 35px;
	}
	.mailInfo2 li {
		padding-left: 13px;
	}
	.mailInfo2 li:before {
		top: 11px;
		width: 5px;
		height: 5px;
	}
	.mailInfo2 li + li {
		margin-top: 18px;
	}
	.mailInfo2 li p.red {
		margin-top: 18px;
	}
	.mailF {
		margin-top: 36px;
	}
}
@media screen and (max-width:500px){
	.webz {
		margin-top: 14px;
	}
	.webz li {
		padding: 10px 0 10px 21px;
	}
	.table_req {
		margin-top: 35px;
	}
	.table_req td {
		padding: 14px 21px;
	}
	.table_req td input[type="email"] {
		height: 42px;
		border-radius: 4px;
		padding: 0 17px;
	}
	.table_req td div span + span {
		margin-top: 10px;
	}
	.captcha {
		margin: 21px 0 0 0;
	}
	.mailInfo {
		margin-top: 21px;
		padding: 21px;
	}
	.mailInfo li {
		padding-left: 14px;
	}
	.mailInfo li:before {
		top: 7px;
		width: 4px;
		height: 4px;
	}
	.mailInfo li + li {
		margin-top: 14px;
	}
	.mailInfo2 {
		margin-bottom: 28px;
	}
	.mailInfo2 li {
		padding-left: 10px;
	}
	.mailInfo2 li:before {
		top: 8px;
		width: 4px;
		height: 4px;
	}
	.mailInfo2 li + li {
		margin-top: 14px;
	}
	.mailInfo2 li p.red {
		margin-top: 14px;
	}
	.mailF {
		margin-top: 28px;
	}
}
@media screen and (max-width:428px){
	.webz {
		margin-top: 12px;
	}
	.webz li {
		padding: 9px 0 9px 17px;
	}
	.table_req {
		margin-top: 29px;
	}
	.table_req td {
		padding: 12px 17px;
	}
	.table_req td input[type="email"] {
		height: 35px;
		border-radius: 3px;
		padding: 0 14px;
	}
	.table_req td div span + span {
		margin-top: 9px;
	}
	.captcha {
		margin: 17px 0 0 0;
	}
	.mailInfo {
		margin-top: 17px;
		padding: 17px;
	}
	.mailInfo li {
		padding-left: 12px;
	}
	.mailInfo li:before {
		top: 6px;
		width: 3px;
		height: 3px;
	}
	.mailInfo li + li {
		margin-top: 12px;
	}
	.mailInfo2 {
		margin-bottom: 23px;
	}
	.mailInfo2 li {
		padding-left: 9px;
	}
	.mailInfo2 li:before {
		top: 7px;
		width: 3px;
		height: 3px;
	}
	.mailInfo2 li + li {
		margin-top: 12px;
	}
	.mailInfo2 li p.red {
		margin-top: 12px;
	}
	.mailF {
		margin-top: 23px;
	}
}
@media screen and (max-width:375px){
	.webz {
		margin-top: 10px;
	}
	.webz li {
		padding: 8px 0 8px 16px;
	}
	.table_req {
		margin-top: 26px;
	}
	.table_req td {
		padding: 10px 16px;
	}
	.table_req td input[type="email"] {
		height: 31px;
		border-radius: 3px;
		padding: 0 13px;
	}
	.table_req td div span + span {
		margin-top: 8px;
	}
	.captcha {
		margin: 16px 0 0 0;
	}
	.mailInfo {
		margin-top: 16px;
		padding: 16px;
	}
	.mailInfo li {
		padding-left: 15px;
	}
	.mailInfo li:before {
		top: 5px;
		width: 3px;
		height: 3px;
	}
	.mailInfo li + li {
		margin-top: 10px;
	}
	.mailInfo2 {
		margin-bottom: 20px;
	}
	.mailInfo2 li {
		padding-left: 8px;
	}
	.mailInfo2 li:before {
		top: 6px;
		width: 3px;
		height: 3px;
	}
	.mailInfo2 li + li {
		margin-top: 10px;
	}
	.mailInfo2 li p.red {
		margin-top: 10px;
	}
	.mailF {
		margin-top: 20px;
	}
}
@media screen and (max-width:320px){
	.webz {
		margin-top: 9px;
	}
	.webz li {
		padding: 7px 0 7px 13px;
	}
	.table_req {
		margin-top: 22px;
	}
	.table_req td {
		padding: 9px 13px;
	}
	.table_req td input[type="email"] {
		height: 27px;
		border-radius: 3px;
		padding: 0 11px;
	}
	.table_req td div span + span {
		margin-top: 7px;
	}
	.captcha {
		margin: 13px 0 0 0;
	}
	.mailInfo {
		margin-top: 13px;
		padding: 13px;
	}
	.mailInfo li {
		padding-left: 12px;
	}
	.mailInfo li:before {
		top: 4px;
		width: 3px;
		height: 3px;
	}
	.mailInfo li + li {
		margin-top: 9px;
	}
	.mailInfo2 {
		margin-bottom: 18px;
	}
	.mailInfo2 li {
		padding-left: 7px;
	}
	.mailInfo2 li:before {
		top: 5px;
		width: 3px;
		height: 3px;
	}
	.mailInfo2 li + li {
		margin-top: 9px;
	}
	.mailInfo2 li p.red {
		margin-top: 9px;
	}
	.mailF {
		margin-top: 18px;
	}
}










/*############################################
	알림홍보
############################################*/
.public_slider {
	margin: 50px 0;
}
.public_slider .slider-item {
	position: relative;
	max-width: 48vw;
}
.public_slider .slider-item a {
	display: block;
}
.public_slider .slider-item span {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	line-height: 50px;
	background: rgba(0,0,0,.75);
	color: #fff;
	font-size: 3rem;
	text-align: center;
	text-decoration: underline;
}

@media screen and (max-width:640px){
	.public_slider {
		margin: 44px 0;
	}
	.public_slider .slider-item span {
		width: 49px;
		height: 49px;
		line-height: 44px;
		font-size: 2.7rem;
	}
}
@media screen and (max-width:500px){
	.public_slider {
		margin: 35px 0;
	}
	.public_slider .slider-item span {
		width: 38px;
		height: 38px;
		line-height: 34px;
		font-size: 2rem;
	}
}
@media screen and (max-width:428px){
	.public_slider {
		margin: 29px 0;
	}
	.public_slider .slider-item span {
		width: 31px;
		height: 31px;
		line-height: 27px;
		font-size: 1.7rem;
	}
}
@media screen and (max-width:375px){
	.public_slider {
		margin: 26px 0;
	}
	.public_slider .slider-item span {
		width: 28px;
		height: 28px;
		line-height: 25px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:320px){
	.public_slider {
		margin: 22px 0;
	}
	.public_slider .slider-item {
		max-width: 48vw;
	}
	.public_slider .slider-item span {
		width: 24px;
		height: 24px;
		line-height: 22px;
		font-size: 1.3rem;
	}
}





.popular {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.popular h3 {
	color: #333;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 50px;
}
.popular ol {
	width: 60%;
}
.popular li + li {
	margin-top: 25px;
}
.popular li a {
	position: relative;
	display: block;
	font-size: 0;
	padding: 5px 0;
}
.popular li a.on:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: calc(100% - 10px);
	height: 65px;
	border: solid 5px #006fc6;
	border-radius: 10px;
	transform: translateY(-50%);
}
.popular a strong {
	display: inline-block;
	width: 15%;
	color: #006fc6;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.popular a span {
	display: inline-block;
	width: 62%;
	color: #333;
	font-size: 3rem;
	margin-right: 30px;
	vertical-align: middle;
}
.popular a em {
	display: inline-block;
	width: 13%;
	color: #333;
	font-size: 2.2rem;
	padding-left: 15px;
	vertical-align: middle;
}
.popular a em.rd {
	background-image: url(/m/images/common/ico_popular_down.png);
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: top 7px left;
}
.popular a em.ru {
	background-image: url(/m/images/common/ico_popular_up.png);
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: top 7px left;
}
.popular .latestQuick {
	position: absolute;
	top: 50px;
	right: 0;
}
.popular .latestQuick img {
	width: 229px;
}

@media screen and (max-width:640px){
	.popular {
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.popular h3 {
		font-size: 2.8rem;
		margin-bottom: 44px;
	}
	.popular li + li {
		margin-top: 22px;
	}
	.popular li a.on:before {
		width: calc(100% - 8px);
		height: 58px;
		border: solid 4px #006fc6;
		border-radius: 9px;
	}
	.popular a strong {
		font-size: 2.3rem;
	}
	.popular a span {
		font-size: 2.7rem;
		margin-right: 27px;
	}
	.popular a em {
		font-size: 2rem;
		padding-left: 13px;
	}
	.popular a em.rd {
		background-size: 10px 8px;
		background-position: top 6px left;
	}
	.popular a em.ru {
		background-size: 10px 8px;
		background-position: top 6px left;
	}
	.popular .latestQuick {
		top: 44px;
	}
	.popular .latestQuick img {
		width: 204px;
	}
}
@media screen and (max-width:500px){
	.popular {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.popular h3 {
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	.popular li + li {
		margin-top: 17px;
	}
	.popular li a.on:before {
		width: calc(100% - 6px);
		height: 45px;
		border: solid 3px #006fc6;
		border-radius: 7px;
	}
	.popular a strong {
		font-size: 1.8rem;
	}
	.popular a span {
		font-size: 2rem;
		margin-right: 21px;
	}
	.popular a em {
		font-size: 1.5rem;
		padding-left: 15px;
	}
	.popular a em.rd {
		background-size: 10px 8px;
		background-position: top 5px left;
	}
	.popular a em.ru {
		background-size: 10px 8px;
		background-position: top 5px left;
	}
	.popular .latestQuick {
		top: 35px;
	}
	.popular .latestQuick img {
		width: 159px;
	}
}
@media screen and (max-width:428px){
	.popular {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.popular h3 {
		font-size: 1.8rem;
		margin-bottom: 28px;
	}
	.popular li + li {
		margin-top: 14px;
	}
	.popular li a.on:before {
		width: calc(100% - 6px);
		height: 37px;
		border: solid 3px #006fc6;
		border-radius: 6px;
	}
	.popular a strong {
		font-size: 1.5rem;
	}
	.popular a span {
		font-size: 1.7rem;
		margin-right: 17px;
	}
	.popular a em {
		font-size: 1.3rem;
		padding-left: 12px;
	}
	.popular a em.rd {
		background-size: 10px 8px;
		background-position: top 4px left;
	}
	.popular a em.ru {
		background-size: 10px 8px;
		background-position: top 4px left;
	}
	.popular .latestQuick {
		top: 28px;
	}
	.popular .latestQuick img {
		width: 132px;
	}
}
@media screen and (max-width:375px){
	.popular {
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.popular h3 {
		font-size: 1.7rem;
		margin-bottom: 26px;
	}
	.popular li + li {
		margin-top: 13px;
	}
	.popular li a.on:before {
		width: calc(100% - 6px);
		height: 34px;
		border: solid 3px #006fc6;
		border-radius: 5px;
	}
	.popular a strong {
		font-size: 1.4rem;
	}
	.popular a span {
		font-size: 1.6rem;
		margin-right: 16px;
	}
	.popular a em {
		font-size: 1.1rem;
		padding-left: 11px;
	}
	.popular a em.rd {
		background-size: 10px 8px;
		background-position: top 2px left;
	}
	.popular a em.ru {
		background-size: 10px 8px;
		background-position: top 2px left;
	}
	.popular .latestQuick {
		top: 26px;
	}
	.popular .latestQuick img {
		width: 119px;
	}
}
@media screen and (max-width:320px){
	.popular {
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.popular h3 {
		font-size: 1.4rem;
		margin-bottom: 22px;
	}
	.popular li + li {
		margin-top: 11px;
	}
	.popular li a.on:before {
		width: calc(100% - 6px);
		height: 29px;
		border: solid 3px #006fc6;
		border-radius: 4px;
	}
	.popular a strong {
		font-size: 1.2rem;
	}
	.popular a span {
		font-size: 1.3rem;
		margin-right: 13px;
	}
	.popular a em {
		font-size: 1rem;
		padding-left: 10px;
	}
	.popular a em.rd {
		background-size: 10px 8px;
		background-position: top 2px left;
	}
	.popular a em.ru {
		background-size: 10px 8px;
		background-position: top 2px left;
	}
	.popular .latestQuick {
		top: 22px;
	}
	.popular .latestQuick img {
		width: 102px;
	}
}





.summaryFocus {
	background-image: url(/m/images/common/bg_oneclick.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.summaryFocus h2 {
	color: #222;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: -.5px;
	padding-top: 50px;
	text-align: center;
}
.summaryFocus h2 span {
	position: relative;
	display: inline-block;
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.summaryFocus h2 span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
}

@media screen and (max-width:640px){
	.summaryFocus h2 {
		font-size: 2rem;
		padding-top: 44px;
	}
	.summaryFocus h2 span {
		font-size: 3.4rem;
		margin-bottom: 9px;
		padding: 4px 9px;
	}
}
@media screen and (max-width:500px){
	.summaryFocus h2 {
		font-size: 1.5rem;
		padding-top: 35px;
	}
	.summaryFocus h2 span {
		font-size: 2.6rem;
		margin-bottom: 7px;
		padding: 3px 7px;
	}
}
@media screen and (max-width:428px){
	.summaryFocus h2 {
		font-size: 1.3rem;
		padding-top: 29px;
	}
	.summaryFocus h2 span {
		font-size: 2.2rem;
		margin-bottom: 6px;
		padding: 3px 6px;
	}
}
@media screen and (max-width:375px){
	.summaryFocus h2 {
		font-size: 1.1rem;
		padding-top: 26px;
	}
	.summaryFocus h2 span {
		font-size: 2rem;
		margin-bottom: 5px;
		padding: 3px 5px;
	}
}
@media screen and (max-width:320px){
	.summaryFocus h2 {
		font-size: 1rem;
		padding-top: 22px;
	}
	.summaryFocus h2 span {
		font-size: 1.7rem;
		margin-bottom: 4px;
		padding: 2px 4px;
	}
}





#tab {
	position: relative;
	z-index: 1;
	min-height: 2580px;
	margin-top: 40px;
	padding: 0 20px;
}
#tab.len7 {
	min-height: 2660px;
}
#tab dt {
	float: left;
	width: 33.333333%;
	border: solid 1px #dcdcdc;
	border-left: 0;
}
#tab dt:nth-of-type(1),
#tab dt:nth-of-type(4),
#tab dt:nth-of-type(7) {
	border-left: solid 1px #dcdcdc;
}
#tab dt:nth-of-type(4),
#tab dt:nth-of-type(5),
#tab dt:nth-of-type(6),
#tab dt:nth-of-type(7),
#tab dt:nth-of-type(8),
#tab dt:nth-of-type(9) {
	border-top: 0;
}
#tab dt a {
	display: block;
	line-height: 80px;
	background: #fff;
	color: #000;
	font-size: 2.8rem;
	text-align: center;
}
#tab dt a.on {
	background: #0099e8;
	color: #fff;
}

@media screen and (max-width:640px){
	#tab {
		min-height: 2293px;
		margin-top: 36px;
		padding: 0 18px;
	}
	#tab.len7 {
		min-height: 2364px;
	}
	#tab dt a {
		line-height: 71px;
		font-size: 2.5rem;
	}
}
@media screen and (max-width:500px){
	#tab {
		min-height: 1791px;
		margin-top: 28px;
		padding: 0 14px;
	}
	#tab.len7 {
		min-height: 1847px;
	}
	#tab dt a {
		line-height: 56px;
		font-size: 1.9rem;
	}
}
@media screen and (max-width:428px){
	#tab {
		min-height: 1484px;
		margin-top: 23px;
		padding: 0 12px;
	}
	#tab.len7 {
		min-height: 1530px;
	}
	#tab dt a {
		line-height: 46px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:375px){
	#tab {
		min-height: 1344px;
		margin-top: 21px;
		padding: 0 10px;
	}
	#tab.len7 {
		min-height: 1385px;
	}
	#tab dt a {
		line-height: 42px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width:320px){
	#tab {
		min-height: 1147px;
		margin-top: 18px;
		padding: 0 9px;
	}
	#tab.len7 {
		min-height: 1182px;
	}
	#tab dt a {
		line-height: 35px;
		font-size: 1.2rem;
	}
}





#tab dd {
	position: absolute;
	top: 180px;
	z-index: 2000;
	width: 100%;
	display: none;
}
#tab.len7 dd {
	top: 260px;
}
#tab dd#tab1 {
	display: block;
}
#tab dd > div {
	position: relative;
	z-index: 1;
	width: 94%;
	color: #000;
	padding: 45px 30px;
}
#tab dd > div:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
}
#tab dd > div:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	z-index: -2;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
}
#tab h3 {
	height: 54px;
	border-bottom: solid 2px #000;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

@media screen and (max-width:640px){
	#tab dd {
		top: 160px;
	}
	#tab.len7 dd {
		top: 231px;
	}
	#tab dd > div {
		padding: 40px 27px;
	}
	#tab h3 {
		height: 48px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width:500px){
	#tab dd {
		top: 125px;
	}
	#tab.len7 dd {
		top: 181px;
	}
	#tab dd > div {
		padding: 31px 21px;
	}
	#tab h3 {
		height: 38px;
		font-size: 2.2rem;
	}
}
@media screen and (max-width:428px){
	#tab dd {
		top: 104px;
	}
	#tab.len7 dd {
		top: 150px;
	}
	#tab dd > div {
		padding: 26px 17px;
	}
	#tab h3 {
		height: 31px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width:375px){
	#tab dd {
		top: 94px;
	}
	#tab.len7 dd {
		top: 135px;
	}
	#tab dd > div {
		padding: 23px 16px;
	}
	#tab h3 {
		height: 28px;
		font-size: 1.7rem;
	}
}
@media screen and (max-width:320px){
	#tab dd {
		top: 80px;
	}
	#tab.len7 dd {
		top: 116px;
	}
	#tab dd > div {
		padding: 20px 13px;
	}
	#tab h3 {
		height: 24px;
		font-size: 1.4rem;
	}
}





#tab .tabCont:after {
	content: '';
	clear: both;
	display: block;
}
#tab .tabCont > div {
	position: relative;
}
.vidArea {
	position: relative;
	width: 100%;
	background: #eee;
}
.vidArea .movieDesc {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 15px;
	padding: 0 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}
.vidArea .movieDesc.hide {
	height: 0;
	transition: height 1s ease-out;
}
.vidArea iframe,
.vidArea object,
.vidArea embed {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

@media screen and (max-width:640px){
}
@media screen and (max-width:500px){
}
@media screen and (max-width:428px){
}
@media screen and (max-width:375px){
}
@media screen and (max-width:320px){
}


.vidList {
	margin-bottom: 20px;
}
.vidList {
	height: 645px;
	margin-top: 10px;
	overflow-y: auto;
}
.vidList ol:after {
	content: '';
	clear: both;
	display: block;
}
.vidList li {
	background: #45403c;
	padding: 0 20px;
}
.vidList a {
	display: block;
	border-bottom: solid 1px #53534e;
	padding: 26px 0;
	text-decoration: none;
}
.vidList a:after {
	content: '';
	clear: both;
	display: block;
}
.vidList li.active,
.vidList li:hover,
.vidList li:focus {
	background: #3a3732;
}
.vidList .vidThumb {
	float: left;
	width: 42%;
}
.vidList .desc {
	float: left;
	display: table;
	width: calc(100% - 42%);
	color: #fff;
	font-size: 2.6rem;
	font-weight: 300;
}
.vidList .desc p {
	display: table-cell;
	height: 160px;
	padding: 0 15px;
	word-break: break-all;
	word-wrap: break-word;
}
.vidList .desc span:nth-child(1) {
	display: block;
	color: rgba(255,255,255,.7);
	letter-spacing: 0;
	font-weight: 300;
	padding-bottom: 10px;
}
.vidList .desc span:nth-child(2) {
	height: 100px;
	line-height: 1.3;
/* 	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
}

@media screen and (max-width:640px){
	.vidList {
		margin-bottom: 18px;
	}
	.vidList {
		height: 573px;
		margin-top: 9px;
	}
	.vidList li {
		padding: 0 18px;
	}
	.vidList a {
		padding: 23px 0;
	}
	.vidList .desc {
		font-size: 2.3rem;
	}
	.vidList .desc p {
		height: 142px;
		padding: 0 13px;
	}
	.vidList .desc span:nth-child(1) {
		padding-bottom: 9px;
	}
	.vidList .desc span:nth-child(2) {
		height: 63px;
	}
}
@media screen and (max-width:500px){
	.vidList {
		margin-bottom: 14px;
	}
	.vidList {
		height: 448px;
		margin-top: 7px;
	}
	.vidList li {
		padding: 0 14px;
	}
	.vidList a {
		padding: 18px 0;
	}
	.vidList .desc {
		font-size: 1.8rem;
	}
	.vidList .desc p {
		height: 111px;
		padding: 0 10px;
	}
	.vidList .desc span:nth-child(1) {
		padding-bottom: 7px;
	}
	.vidList .desc span:nth-child(2) {
		height: 50px;
	}
}
@media screen and (max-width:428px){
	.vidList {
		margin-bottom: 12px;
	}
	.vidList {
		height: 371px;
		margin-top: 6px;
	}
	.vidList li {
		padding: 0 12px;
	}
	.vidList a {
		padding: 15px 0;
	}
	.vidList .desc {
		font-size: 1.5rem;
	}
	.vidList .desc p {
		height: 92px;
		padding: 0 9px;
	}
	.vidList .desc span:nth-child(1) {
		padding-bottom: 6px;
	}
	.vidList .desc span:nth-child(2) {
		height: 41px;
	}
}
@media screen and (max-width:375px){
	.vidList {
		margin-bottom: 10px;
	}
	.vidList {
		height: 336px;
		margin-top: 5px;
	}
	.vidList li {
		padding: 0 10px;
	}
	.vidList a {
		padding: 14px 0;
	}
	.vidList .desc {
		font-size: 1.4rem;
	}
	.vidList .desc p {
		height: 84px;
		padding: 0 8px;
	}
	.vidList .desc span:nth-child(1) {
		padding-bottom: 5px;
	}
	.vidList .desc span:nth-child(2) {
		height: 39px;
	}
}
@media screen and (max-width:320px){
	.vidList {
		margin-bottom: 9px;
	}
	.vidList {
		height: 287px;
		margin-top: 4px;
	}
	.vidList li {
		padding: 0 9px;
	}
	.vidList a {
		padding: 12px 0;
	}
	.vidList .desc {
		font-size: 1.2rem;
	}
	.vidList .desc p {
		height: 71px;
		padding: 0 7px;
	}
	.vidList .desc span:nth-child(1) {
		padding-bottom: 7px;
	}
	.vidList .desc span:nth-child(2) {
		height: 32px;
	}
}





#tab .tabCont h4 {
	padding: 30px 0 25px;
}
#tab .tabCont h4 i {
	display: inline-block;
	width: 31px;
	height: 31px;
	vertical-align: middle;
}
#tab .tabCont h4 i img {
	display: block;
	margin: 0;
}
#tab .tabCont h4 span {
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	vertical-align: middle;
}
#tab .tabCont .list1 {
	border-bottom: solid 1px #dcdcdc;
	padding: 0 20px 50px;
}
#tab .tabCont .list1 li + li {
	margin-top: 30px;
}
#tab .tabCont .list1 a {
	display: inline-block;
}
#tab .tabCont .list1 span {
	position: relative;
	z-index: 2;
	width: 110px;
	display: inline-block;
	color: #333;
	font-size: 2.4rem;
	vertical-align: middle;
	text-align: center;
}
#tab .tabCont .list1 p {
	display: inline-block;
	width: calc(100% - 110px);
	color: #333;
	font-size: 2.8rem;
	padding-left: 20px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#tab .tabCont span.underline  {
	position: relative;
	z-index: 10;
	color: #000;
	font-weight: 500;
	padding: 0 5px;
}
#tab .tabCont span.underline:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	z-index: -1;
	width: 100%;
	height: 10px;
}
#tab .tabCont .color1:before {
	background: #cee892;
}
#tab .tabCont .color2:before {
	background: #b4c1e5;
}
#tab .tabCont .color3:before {
	background: #70d4f2;
}
#tab .tabCont .color4:before {
	background: #f8e66e;
}
#tab .tabCont .color5:before {
	background: #82c8ac;
}
#tab .tabCont .color6:before {
	background: #f99d78;
}
#tab .tabCont .color7:before {
	background: #c4cff8;
}


@media screen and (max-width:640px){
	#tab .tabCont h4 {
		padding: 27px 0 22px;
	}
	#tab .tabCont h4 i {
		width: 27px;
		height: 27px;
	}
	#tab .tabCont h4 span {
		font-size: 2.7rem;
	}
	#tab .tabCont .list1 {
		padding: 0 18px 44px;
	}
	#tab .tabCont .list1 li + li {
		margin-top: 27px;
	}
	#tab .tabCont .list1 span {
		width: 98px;
		font-size: 2.1rem;
	}
	#tab .tabCont .list1 p {
		width: calc(100% - 98px);
		font-size: 2.5rem;
		padding-left: 18px;
	}
	#tab .tabCont span.underline  {
		padding: 0 4px;
	}
	#tab .tabCont span.underline:before {
		height: 9px;
	}
}
@media screen and (max-width:500px){
	#tab .tabCont h4 {
		padding: 21px 0 17px;
	}
	#tab .tabCont h4 i {
		width: 22px;
		height: 22px;
	}
	#tab .tabCont h4 span {
		font-size: 2.1rem;
	}
	#tab .tabCont .list1 {
		padding: 0 14px 35px;
	}
	#tab .tabCont .list1 li + li {
		margin-top: 21px;
	}
	#tab .tabCont .list1 span {
		width: 76px;
		font-size: 1.7rem;
	}
	#tab .tabCont .list1 p {
		width: calc(100% - 76px);
		font-size: 1.9rem;
		padding-left: 14px;
	}
	#tab .tabCont span.underline  {
		padding: 0 3px;
	}
	#tab .tabCont span.underline:before {
		height: 7px;
	}
}
@media screen and (max-width:428px){
	#tab .tabCont h4 {
		padding: 17px 0 14px;
	}
	#tab .tabCont h4 i {
		width: 18px;
		height: 18px;
	}
	#tab .tabCont h4 span {
		font-size: 1.7rem;
	}
	#tab .tabCont .list1 {
		padding: 0 12px 29px;
	}
	#tab .tabCont .list1 li + li {
		margin-top: 17px;
	}
	#tab .tabCont .list1 span {
		width: 63px;
		font-size: 1.4rem;
	}
	#tab .tabCont .list1 p {
		width: calc(100% - 63px);
		font-size: 1.6rem;
		padding-left: 12px;
	}
	#tab .tabCont span.underline  {
		padding: 0 3px;
	}
	#tab .tabCont span.underline:before {
		height: 6px;
	}
}
@media screen and (max-width:375px){
	#tab .tabCont h4 {
		padding: 16px 0 13px;
	}
	#tab .tabCont h4 i {
		width: 16px;
		height: 16px;
	}
	#tab .tabCont h4 span {
		font-size: 1.6rem;
	}
	#tab .tabCont .list1 {
		padding: 0 10px 26px;
	}
	#tab .tabCont .list1 li + li {
		margin-top: 16px;
	}
	#tab .tabCont .list1 span {
		width: 57px;
		font-size: 1.3rem;
	}
	#tab .tabCont .list1 p {
		width: calc(100% - 57px);
		font-size: 1.5rem;
		padding-left: 10px;
	}
	#tab .tabCont span.underline  {
		padding: 0 3px;
	}
	#tab .tabCont span.underline:before {
		height: 5px;
	}
}
@media screen and (max-width:320px){
	#tab .tabCont h4 {
		padding: 13px 0 11px;
	}
	#tab .tabCont h4 i {
		width: 14px;
		height: 14px;
	}
	#tab .tabCont h4 span {
		font-size: 1.3rem;
	}
	#tab .tabCont .list1 {
		padding: 0 9px 22px;
	}
	#tab .tabCont .list1 li + li {
		margin-top: 13px;
	}
	#tab .tabCont .list1 span {
		width: 49px;
		font-size: 1.1rem;
	}
	#tab .tabCont .list1 p {
		width: calc(100% - 49px);
		font-size: 1.2rem;
		padding-left: 9px;
	}
	#tab .tabCont span.underline  {
		padding: 0 2px;
	}
	#tab .tabCont span.underline:before {
		height: 4px;
	}
}





#tab .tabCont .list2 {
	border-bottom: dashed 1px #dcdcdc;
	padding-bottom: 30px;
}
#tab .tabCont .list2 li {
	display: table;
}
#tab .tabCont .list2 li + li {
	margin-top: 20px;
}
#tab .tabCont .list2 li div {
	display: table-cell;
	vertical-align: middle;
}
#tab .tabCont .list2 li div:first-child {
	width: 42%;
}
#tab .tabCont .list2 li div:last-child {
	width: calc(100% - 42%);
	padding-left: 30px;
}
#tab .tabCont .list2 li div img {
	width: 100%;
	height: auto;
	border: solid 1px #dcdcdc;
}
#tab .tabCont .list2 li div span {
	font-size: 2.4rem;
}
#tab .tabCont .list2 li div span:before {
	bottom: 2px;
}
#tab .tabCont .list2 li div p {
	color: #333;
	font-size: 2.8rem;
	line-height: 1.3;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (max-width:640px){
	#tab .tabCont .list2 {
		padding-bottom: 27px;
	}
	#tab .tabCont .list2 li + li {
		margin-top: 18px;
	}
	#tab .tabCont .list2 li div:last-child {
		padding-left: 27px;
	}
	#tab .tabCont .list2 li div span {
		font-size: 2.1rem;
	}
	#tab .tabCont .list2 li div p {
		font-size: 2.5rem;
		margin-top: 13px;
	}
}
@media screen and (max-width:500px){
	#tab .tabCont .list2 {
		padding-bottom: 21px;
	}
	#tab .tabCont .list2 li + li {
		margin-top: 14px;
	}
	#tab .tabCont .list2 li div:last-child {
		padding-left: 21px;
	}
	#tab .tabCont .list2 li div span {
		font-size: 1.7rem;
	}
	#tab .tabCont .list2 li div p {
		font-size: 1.9rem;
		margin-top: 10px;
	}
}
@media screen and (max-width:428px){
	#tab .tabCont .list2 {
		padding-bottom: 17px;
	}
	#tab .tabCont .list2 li + li {
		margin-top: 12px;
	}
	#tab .tabCont .list2 li div:last-child {
		padding-left: 17px;
	}
	#tab .tabCont .list2 li div span {
		font-size: 1.4rem;
	}
	#tab .tabCont .list2 li div p {
		font-size: 1.6rem;
		margin-top: 9px;
	}
}
@media screen and (max-width:375px){
	#tab .tabCont .list2 {
		padding-bottom: 16px;
	}
	#tab .tabCont .list2 li + li {
		margin-top: 10px;
	}
	#tab .tabCont .list2 li div:last-child {
		padding-left: 16px;
	}
	#tab .tabCont .list2 li div span {
		font-size: 1.3rem;
	}
	#tab .tabCont .list2 li div p {
		font-size: 1.5rem;
		margin-top: 8px;
	}
}
@media screen and (max-width:320px){
	#tab .tabCont .list2 {
		padding-bottom: 13px;
	}
	#tab .tabCont .list2 li + li {
		margin-top: 9px;
	}
	#tab .tabCont .list2 li div:last-child {
		padding-left: 13px;
	}
	#tab .tabCont .list2 li div span {
		font-size: 1.1rem;
	}
	#tab .tabCont .list2 li div p {
		font-size: 1.2rem;
		margin-top: 7px;
	}
}

#tab .tabCont .list3 li:nth-child(1) {
	padding-top: 5%;
}



#tab .tabCont .list3 li {
	position: relative;
	padding: 15px 25px;
}
#tab .tabCont .list3 li a {
	font-size: 0;
}
#tab .tabCont .list3 span {
	display: inline-block;
	width: 80px;
	font-size: 2.4rem;
	vertical-align: middle;
}
#tab .tabCont .list3 p {
	position: relative;
	z-index: 10;
	display: inline-block;
	width: calc(100% - 80px);
	color: #333;
	font-size: 2.8rem;
	padding-left: 20px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#tab .tabCont .list3 li:nth-child(1) span {
	width: 116px;
}
#tab .tabCont .list3 li:nth-child(1) p {
	width: calc(100% - 116px);
}
#tab .tabCont .list3 li:nth-child(2) span {
	width: 95px;
}
#tab .tabCont .list3 li:nth-child(2) p {
	width: calc(100% - 95px);
	padding-left: 1.5em;
}
#tab .tabCont .list3 li:nth-child(3) span {
	width: 120px;
}
#tab .tabCont .list3 li:nth-child(3) p {
	width: calc(100% - 120px);
}

@media screen and (max-width:640px){
	#tab .tabCont .list3 li {
		padding: 13px 22px;
	}
	#tab .tabCont .list3 span {
		width: 71px;
		font-size: 2.1rem;
	}
	#tab .tabCont .list3 p {
		width: calc(100% - 71px);
		font-size: 2.5rem;
		padding-left: 18px;
	}
	#tab .tabCont .list3 li:nth-child(1) span {
		width: 100px;
	}
	#tab .tabCont .list3 li:nth-child(1) p {
		width: calc(100% - 100px);
	}
	#tab .tabCont .list3 li:nth-child(2) span {
		width: 82px;
	}
	#tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 82px);
		padding-left:1.5em;
	}
	#tab .tabCont .list3 li:nth-child(3) span {
		width: 105px;
	}
	#tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 105px);
	}
}
@media screen and (max-width:500px){
	#tab .tabCont .list3 li {
		padding: 10px 17px;
	}
	#tab .tabCont .list3 span {
		width: 56px;
		font-size: 1.7rem;
	}
	#tab .tabCont .list3 p {
		width: calc(100% - 56px);
		font-size: 1.9rem;
		padding-left: 14px;
	}
	#tab .tabCont .list3 li:nth-child(1) span {
		width: 80px;
	}
	#tab .tabCont .list3 li:nth-child(1) p {
		width: calc(100% - 80px);
	}
	#tab .tabCont .list3 li:nth-child(2) span {
		width: 65px;
	}
	#tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 65px);
	}
	#tab .tabCont .list3 li:nth-child(3) span {
		width: 85px;
	}
	#tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 85px);
	}
}
@media screen and (max-width:428px){
	#tab .tabCont .list3 li {
		padding: 9px 14px;
	}
	#tab .tabCont .list3 span {
		width: 46px;
		font-size: 1.4rem;
	}
	#tab .tabCont .list3 p {
		width: calc(100% - 46px);
		font-size: 1.6rem;
		padding-left: 12px;
	}
	#tab .tabCont .list3 li:nth-child(1) span {
		width: 66px;
	}
	#tab .tabCont .list3 li:nth-child(1) p {
		width: calc(100% - 66px);
	}
	#tab .tabCont .list3 li:nth-child(2) span {
		width: 54px;
	}
	#tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 54px);
		padding-left: 1.5em;
	}
	#tab .tabCont .list3 li:nth-child(3) span {
		width: 75px;
	}
	#tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 75px);
	}
	
	.fs2 #tab .tabCont .list3 span {
		width: 50px;
	}
	.fs2 #tab .tabCont .list3 p {
		width: calc(100% - 60px);
	}
	.fs2 #tab .tabCont .list3 li:nth-child(2) span {
		width: 120px;
	}
	.fs2 #tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 120px);
	}
	.fs2 #tab .tabCont .list3 li:nth-child(3) span {
		width: 130px;
	}
	.fs2 #tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 130px);
	}

	.fs3 #tab .tabCont .list3 span {
		width: 50px;
	}
	.fs3 #tab .tabCont .list3 p {
		width: calc(100% - 60px);
	}
	.fs3 #tab .tabCont .list3 li:nth-child(2) span {
		width: 120px;
	}
	.fs3 #tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 120px);
	}
	.fs3 #tab .tabCont .list3 li:nth-child(3) span {
		width: 130px;
	}
	.fs3 #tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 130px);
	}

	.fs4 #tab .tabCont .list3 span {
		width: 60px;
	}
	.fs4 #tab .tabCont .list3 p {
		width: calc(100% - 60px);
	}
	.fs4 #tab .tabCont .list3 li:nth-child(2) span {
		width: 130px;
	}
	.fs4 #tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 130px);
	}
	.fs4 #tab .tabCont .list3 li:nth-child(3) span {
		width: 135px;
	}
	.fs4 #tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 135px);
	}
}

@media screen and (max-width:375px){
	#tab .tabCont .list3 li {
		padding: 8px 13px;
	}
	#tab .tabCont .list3 span {
		width: 42px;
		font-size: 1.3rem;
	}
	#tab .tabCont .list3 p {
		width: calc(100% - 42px);
		font-size: 1.5rem;
		padding-left: 10px;
	}
	#tab .tabCont .list3 li:nth-child(1) span {
		width: 61px;
	}
	#tab .tabCont .list3 li:nth-child(1) p {
		width: calc(100% - 61px);
	}
	#tab .tabCont .list3 li:nth-child(2) span {
		width: 50px;
	}
	#tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 50px);
	}
	#tab .tabCont .list3 li:nth-child(3) span {
		width: 65px;
	}
	#tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 65px);
	}
}
@media screen and (max-width:320px){
	#tab .tabCont .list3 li {
		padding: 7px 11px;
	}
	#tab .tabCont .list3 span {
		width: 36px;
		font-size: 1.1rem;
	}
	#tab .tabCont .list3 p {
		width: calc(100% - 36px);
		font-size: 1.2rem;
		padding-left: 9px;
	}
	#tab .tabCont .list3 li:nth-child(1) span {
		width: 50px;
	}
	#tab .tabCont .list3 li:nth-child(1) p {
		width: calc(100% - 50px);
	}
	#tab .tabCont .list3 li:nth-child(2) span {
		width: 41px;
	}
	#tab .tabCont .list3 li:nth-child(2) p {
		width: calc(100% - 41px);
	}
	#tab .tabCont .list3 li:nth-child(3) span {
		width: 50px;
	}
	#tab .tabCont .list3 li:nth-child(3) p {
		width: calc(100% - 50px);
	}
}

/* 정보목록 다운로드 */
.infoDownload {
	padding-top: 50px;
}
.infoDownloadBox {
	border: 1px solid #dedede;
	border-top: 4px solid #A2A5AC;
	padding: 30px;
}
.infoDownloadBox::before {
	display: block;
	content: '';
	height: 120px;
	width: 100%;
	background: url('/m/images/common/infoDownImg.png') no-repeat center / contain;
	margin-bottom: 15px;
}
.infoDownloadBox .infoTitle {
	font-size: 35px;
	font-weight: 400;
	color: #000;
}
.infoDownloadBox .infoText {
	font-size: 22px;
	color: #3E4B5A;
	margin-top: 20px;
	line-height: 1.4;
}
.infoDownloadBox .infoBtn {
	gap: 10px;
	background-color: #2E9499;
	display: inline-flex;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
}
.infoDownloadBox .infoBtn::after {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: url('/m/images/common/icon_Nbrowser.png') no-repeat center / contain;
}

.infoDownloadTitle {
	margin-top: 50px;
	font-size: 35px;
	font-weight: 500;
	color: #565656;
}
.infoDownloadTitle::before {
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #4F8EC3;
	margin-bottom: 10px;
}
.infoDownloadList {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid #E5E5E5; 
	border-left: 1px solid #E5E5E5;
}
.infoDownloadList > li {
	border-right: 1px solid #E5E5E5; 
	border-bottom: 1px solid #E5E5E5;
}
.infoDownloadList > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 0 20px;
	color: #000;
	gap: 10px;
}
.infoDownloadList > li > a:hover {
	background-color: #F3F3F3;
}
.infoDownloadList > li > a::after {
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	background: url('/m/images/common/infoDownImg2.png') no-repeat center / contain;
}

@media all and (max-width: 640px) {
	.infoDownload {
		padding-top: 20px;
	}	
	.infoDownloadBox .infoTitle, .infoDownloadTitle {
		padding: 0;
	}
	.infoDownloadBox {
		padding: 20px;
	}
	.infoDownloadBox::before {
		margin-bottom: 10px;
	}
	.infoDownloadBox .infoTitle {
		font-size: 20px;
	}
	.infoDownloadBox .infoText {
		font-size: 14px;
		margin-top: 15px;
	}
	.infoDownloadBox .infoBtn {
		height: 40px;
		font-size: 14px;
		margin-top: 20px;
	}
	.infoDownloadBox .infoBtn::after {
		width: 12px;	
		height: 12px;	
	}
	.infoDownloadTitle {
		font-size: 22px;
	}
	.infoDownloadList {
		grid-template-columns: 100%;
	}
	.infoDownloadList > li > a {
		height: 59px;
		font-size: 14px;
	}
	.infoDownloadList > li > a::after {
		width: 20px;
		height: 20px;
	}
}
