/* CDN */
/* @import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css'); */
/* @import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */

/* accessbility */
#skip-go{position:relative;width:100%;margin:0 auto;font-size: 15px;z-index:200;}
#skip-go p{width:100%;height:0; font-size:0; line-height:0;}
#skip-go ul li a{display:block;position:absolute;top:-10000px;left:0;width:100%;height:0;text-align:center;font-size:1em;z-index:200;}
#skip-go ul li a:hover, #skip-go ul li a:focus, #skip-go ul li a:active{position:absolute; top:0; padding: 1rem 0 2.5rem; background-color:#1d60a7; color:#fff;z-index:200;}

.IR{display:inline-block;width:0;height:0;font-size:0;color:transparent;line-height:0}
.scroll{overflow: hidden; touch-action:none; -webkit-overflow-scrolling:none;}

/* 반응형 */
.pc_rw{display: block;}
.mo_rw{display: none;}
.pc_ha{display: block;}
.mo_ha{display: none;}
@media screen and (max-width: 1200px){
	.pc_rw{display: none;}
	.mo_rw{display: block;}
}
@media screen and (max-width: 1000px){
	.pc_ha{display: none;}
	.mo_ha{display: block;}
}

/******* 20240523 전자정부누리집 S ******/
.top_line_bnr {position:absolute; width: 100%; background-color:#edf1f5; z-index:100;}
.top_line_bnr.bnr_hide:after { content:""; position:absolute; top:32px; left:0; width:100%; height:1px; background:#cdd7e4;}
.top_link_wrap .inner, .chk_nuri_addr_bnr .inner{width:100%; margin:0 auto; padding: 0 30px; box-sizing: border-box; }

.top_flag_wrap {display:flex; align-items:center; margin:0 auto; line-height:16px;color:#1d1d1d; font-size:15px;}
.top_flag_in {display: flex; align-items: center; font-size:15px;}
.top_flag_in img {width:24px; margin-right:9px;}

.top_link_wrap { padding:8px 0; }

.top_flag_info {position:relative; margin-left:18px; padding-right:20px; border: 0; background: none; color:#003675; font-size:14px; cursor:pointer;}
.top_flag_info:after {content:""; position:absolute; right:0; top:50%; width:16px; height:16px; margin-top:-8px; background:url("../images/layout/official_nuri_chk_arrow.png") center / 100% auto no-repeat; transition:0.4s ease-in-out; }
.top_flag_info.on:after {transform:rotate(-180deg);}
.top_flag_info span {display:inline-block; width:0; height:0; overflow:hidden; text-indent:-20000px;}

.chk_nuri_addr_bnr {position : relative; top : 0px; left : 0; display:none; padding:24px 0 15px ; background:#edf1f5; border-top:1px solid #cdd7e4; z-index: 202;}
.chk_nuri_addr_bnr strong,
.chk_nuri_addr_bnr p {padding-left:28px;}
.chk_nuri_addr_bnr strong {color:#1d1d1d; display:inline-block; font-size:17px; font-weight:700; line-height:20px; position:relative; }
.chk_nuri_addr_bnr strong:before {background:url("../images/layout/icon_nurizip.png") center / 12px auto no-repeat #fff; border-radius:50%; content:""; left:0; height:20px; position:absolute; top:50%; transform:translateY(-50%); width:20px; }
.chk_nuri_addr_bnr p {margin-top:16px; color:#555; font-size:15px;}
.chk_nuri_addr_bnr p a {position:relative; display: inline-flex; align-items: center; gap: 1px; padding: 15px 0; color:#1d1d1d;}
.chk_nuri_addr_bnr p a:after{content: ""; width: 16px; height:16px;  background:url("../images/layout/icon_info_modify.png") no-repeat; background-size: contain;}
@media all and (max-width:640px) {
	.top_link_wrap {padding:4px 0; }
	.top_flag_wrap,
	.top_flag_in {font-size:14px; }
	.top_flag_in img {width:18px;}
	.top_flag_info {margin-left:10px; padding-right:16px; font-size:13px;}

	.chk_nuri_addr_bnr {padding:24px 0 10px; }
	.chk_nuri_addr_bnr strong,
	.chk_nuri_addr_bnr p {padding-left:24px; }
	.chk_nuri_addr_bnr strong {font-size:15px; }
	.chk_nuri_addr_bnr strong:before {width:16px; height:16px; background-size:10px auto;}
	.chk_nuri_addr_bnr p {margin-top:12px; font-size:14px;}
	.chk_nuri_addr_bnr p a {padding:16px 18px 16px 0; background-size:14px auto;}
}
@media all and (max-width:580px) {
	.top_flag_wrap{display:block;}
	.top_flag_info{margin-left:0; padding:3px 16px 5px 27px;}
}
@media all and (max-width:500px) {
	.top_link_wrap .inner, 
	.chk_nuri_addr_bnr .inner{padding:0 20px;}
}
@media all and (max-width:390px) {
	.top_link_wrap {padding:8px 0 2px 0; }
	.top_flag_in {font-size:13.5px; }
}
/******* 20240523 전자정부누리집 E ******/

/* header */
h1.mi{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3rem;
	font-size: 0;
}
h1.mi img{
	width: 14rem;
}
@media screen and (max-width: 500px){
	h1.mi{
		left: 2rem;
	}
}
/*.header_wrap.on h1.mi img{
	 filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(264%) hue-rotate(142deg) brightness(85%) contrast(88%);
}
.header_wrap.subNav h1.mi img{
	filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(264%) hue-rotate(142deg) brightness(85%) contrast(88%);
} */
.header_wrap {
	position: absolute;
	top: 32px; 
	left: 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.2);
	background-color: rgba(0, 0, 0, 0.3);
	transition: 0.3s ease;
	box-sizing: border-box;
	z-index: 89;
}
.header_wrap.subNav {
	background-color: transparent;
}
.header_wrap.subNav::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #cacaca;
}
@media screen and (max-width: 720px){
	.header_wrap {
		height: 70px;
	}
}
@media screen and (max-width: 640px){
	.header_wrap {
		top: 24px;
	}
}
/* @media screen and (max-width: 580px){
	.header_wrap {
		top: 47px;
	}
} */
.header_wrap.on {
	background-color: rgba(255, 255, 255);
	transition: 0.3s ease;
}
.header_wrap.active {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(34.5px);
	transition: 0.3s ease;
}
.header_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: inherit;
	margin: 0 auto;
}
.header_wrap.on .header_inner{
	margin-top: 80px;
	padding-bottom: 180px;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #E6E6E6;
	background-color: #fff;
}
nav{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 100%;
}
nav ul{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
nav ul li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
nav ul li a{
	padding: 0 32px;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
@media screen and (max-width: 1420px){
	nav {
		padding-left: 7%;
	}
	nav ul li a{
		padding: 0 25px;
		font-size: 17px;
	}
	.dropdown a {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 1200px){
	nav {
		display: none;
	}
}
nav > ul > li:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 0;
	background-color: #1B94D8;
	transition: 0.2s;
	z-index: 10;
}
nav > ul > li:hover::before,
nav > ul > li:focus::before {
	width: 70%;
}
.header_wrap.on nav ul li a{
	color: #333;
}
.header_wrap.subNav nav ul li a{
	color: #333;
}
.header_wrap.on nav > ul > li:hover > a,
.header_wrap.on nav > ul > li:focus > a{
	color: #1176AE;
	font-weight: 500;
}
nav > ul > li.on:before {
	width: 70%;
}
nav > ul > li.on > a{
	color: #1176AE !important;
	font-weight: 500;
}
.dropdown{
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	height: 260px !important;
	margin-top: 2px;
	padding: 1.25em 10px 2.5em;
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
	box-sizing: border-box;
	font-size: clamp(1.3rem,.8333vw,2rem);
	font-weight: 300;
}
.header_wrap.on nav > ul > li .dropdown{
	border-right: solid 1px #E6E6E6;
}
.header_wrap.on nav > ul > li:first-child .dropdown{
	border-left: solid 1px #E6E6E6;
}
.header_wrap.on nav > ul > li:hover .dropdown,
.header_wrap.on nav > ul > li:focus .dropdown{
	background-color: #F6F6F6;
}
.dropdown.active{
	display: block;
}
.dropdown a{
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 9px 0;
	color: #3A3A3A !important;
	font-size: 16px;
	font-weight: 400;
}
.header_wrap .dropdown a:after {
	content: "";
	position: absolute;
	top: 80%;
	left: 0;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #000;
	will-change: width;
	transition: width 0.35s ease;
}
.header_wrap.on .dropdown a:hover::after,
.header_wrap.on .dropdown a:focus::after {
	width: 100%;
}

/* util-wrap */
.search-btn{
	position: absolute;
	top: 30px;
	right: 85px;
	width: 25px;
	cursor: pointer;
	z-index: 90;
	transition: 0.3s;
}
@media screen and (max-width: 720px){
	.search-btn{
		top: 25px;
	}
}
@media screen and (max-width: 500px){
	.search-btn{
		right: 75px;
	}
}
.posi_vari{
	right: 25px !important;
}
.header_wrap.on .search-btn img,
.header_wrap.subNav .search-btn img{
	filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1%) hue-rotate(11deg) brightness(95%) contrast(85%);
}
.depthCon{
	z-index: 75 !important;
}
.searchArea{
	display: none;
}
.searchArea .searchTit{
	display: block;
	margin-bottom: 2rem;
	text-align: center;
	color: #1176AE;
	font-size: 5rem;
	font-weight: 700;
	z-index: 81;
}
.searchWrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5rem 0 8rem;
	opacity: 0;
	background-color: rgba(255, 255, 255);
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	transition: all .5s cubic-bezier(0.42, 0, 0.17, 1);
	visibility: hidden;
	overflow: hidden;
	z-index: 90;
	pointer-events: none;
}
.searchArea.open .searchWrap{
	visibility: visible;
	opacity: 1;
	pointer-events: initial !important;
}
.searchDimed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
	pointer-events: all;
	user-select: all;
	transition: opacity 350ms, visibility 350ms;
	z-index: 79;
}
.searchArea.open .searchDimed{
	opacity: 1;
	visibility: visible;
}
.searchSection {
	display: block;
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 720px){
	.searchSection {
		width: 85%;
	}
}

.searchCon{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: .8125em;
	padding: .8em 0;
	border-bottom: 2px solid #019DCE;
	transition: ease .3s all;
}
.searchCon::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #f37321;
	transition: ease .4s all
}
.searchCon input{
	width: 100%;
	padding: 0;
	border: none;
	color: #333;
	font-size: 22px;
}
@media screen and (max-width: 720px){
	.searchCon input{
		font-size: 18px;
	}
}

.searchConBtn{
	display: flex;
	align-items: center;
	font-size: max(2.4rem,1.6667vw);
}
.searchConBtn button{
	display: inline-flex;
	padding: .1875em;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .5s ease;
	cursor: pointer;
}
.searchConBtn button img{
	filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1%) hue-rotate(11deg) brightness(95%) contrast(85%);
}

.sitemap {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 25px;
	height: 18px;
	cursor: pointer;
	z-index: 80;
}
.sitemap::after{
	content: "";
	position: absolute;
	top: 4px;
	left: -18px;
	width: 1px;
	height: 12px;
	background-color: #D9D9D9;
}
.header_wrap.on .sitemap::after{
	background-color: #3A3A3A;
}
.header_wrap.subNav .sitemap::after{
	background-color: #3A3A3A;
}
.sitemap span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
}
.header_wrap.on .sitemap span {
	background-color: #3A3A3A;
}
.header_wrap.subNav .sitemap span {
	background-color: #3A3A3A;
}
.sitemap span:nth-child(1) {
	top: 0;
}
.sitemap span:nth-child(2) {
	top: 50%;
	width: 75%;
}
.sitemap span:nth-child(3) {
	top: 100%;
}
.trigger {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 25px;
	height: 18px;
	cursor: pointer;
	z-index: 80;
}

@media screen and (max-width: 1200px){
	.header_wrap.subNav .util-wrap .trigger span{
		background-color: #3A3A3A;
	}
	.header_wrap.subNav .util-wrap .trigger::after {
		background-color: #3A3A3A;
	}
}
@media screen and (max-width: 720px){
	.trigger {
		top: 25px;
	}
}
@media screen and (max-width: 500px){
	.trigger {
		right: 20px;
	}
}

.trigger::after{
	content: "";
	position: absolute;
	top: 4px;
	left: -18px;
	width: 1px;
	height: 12px;
	background-color: #D9D9D9;
}
.header_wrap.on .trigger::after{
	background-color: #3A3A3A;
}
.trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: 0.3s;
}
.header_wrap.on .trigger span {
	background-color: #3A3A3A;
}
.trigger::after{
	background-color: #fff;
}
.trigger span:nth-child(1) {
	top: 0;
}
.trigger span:nth-child(2) {
	top: 50%;
	width: 75%;
}
.trigger span:nth-child(3) {
	top: 100%;
}
.trigger.active span {
	background-color: #333;
}
.trigger.active span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}
.trigger.active span:nth-child(2) {
	opacity: 0;
}
.trigger.active span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.header_wrap.subNav .util-wrap .trigger.active::after {
	display: none;
}

/* Modal GNB */
.modal-gnb {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 79;
}
@media screen and (min-width: 1201px){
	.modal-gnb{
		display: none !important;
	}
}
.mo_mi{
	position: absolute;
	left: 3rem;
	top: 2rem;
	font-size: 0;
}
.mo_mi img{
	width: 9rem;
}
@media screen and (max-width: 500px){
	.mo_mi{
		left: 2rem;
	}
}

.mo_gnb {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 0 25px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
}
.mo_gnb ul{
	padding-bottom: 120px;
}
/* .mo_gnb::-webkit-scrollbar{
	width: 0;
}
.mo_gnb::-webkit-scrollbar-thumb{
	background: #fff;
}
.mo_gnb::-webkit-scrollbar-track{
	background: #fff;
} */
.mo_gnb::-webkit-scrollbar {
	display: none;
}
.mo_gnb {
	-ms-overflow-style: none; /* 인터넷 익스플로러 */
	scrollbar-width: none; /* 파이어폭스 */
}

@media screen and (max-width: 500px){
	.mo_gnb {
		top: 80px;
	}
}
.mo_gnb ul li {
	display: block;
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #fff;
	font-size: 60px;
	transition: 0.3s;
	animation: gnb 0.5s linear;
	animation-fill-mode: both;
	box-sizing: border-box;
	opacity: 0;
}
.mo_gnb .mo_title{
	display: block;
	text-align: center;
	color: #333;
	font-size: 24px;
}
@media screen and (max-width: 1000px){
	.mo_gnb .mo_title{
		font-size: 20px;
	}
}
@media screen and (max-width: 720px){
	.mo_gnb .mo_title{
		font-size: 17px;
	}
}
.mo_gnb .mo_title.active{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 3px solid #019DCE;
	color: #00659D;
}
.mo_title::after{
	content: '\e942';
	position: absolute;
	right: 10px;
	/* margin-top: 5px; */
	font-family: xeicon;
	transition: 0.35s;
}
.mo_title.active::after{
	transform: rotate(180deg);
}
.mo_gnb ul li:nth-child(1) {
	animation-delay: 0.5s;
}
.mo_gnb ul li:nth-child(2) {
	animation-delay: 0.7s;
}
.mo_gnb ul li:nth-child(3) {
	animation-delay: 0.9s;
}
.mo_gnb ul li:nth-child(4) {
	animation-delay: 1.1s;
}
.mo_gnb ul li:nth-child(5) {
	animation-delay: 1.3s;
}
.mo_list{
	display: none;
}
.mo_list a{
	display: block;
	padding: 7px 0;
	color: #555; /*태블릿 모드에서 2depth 메뉴명이 안 보이는 현상 수정 20250624 by SHKIM*/
	font-size: 18px;
}
@media screen and (max-width: 1000px){
	.mo_list a{
		font-size: 17px;
	}
}
@media screen and (max-width: 720px){
	.mo_list a{
		font-size: 15px;
	}
}
.mo_list a:hover,
.mo_list a:focus{
	text-decoration: underline !important;
}
@keyframes gnb {
	0% {transform: translateY(-50px); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}

/* footer start */
footer{
	position: relative;
	border-top: solid 1px #C0C0C0;
	background-color: #fff;
}
footer > div{
	position: relative;
	padding: 0 30px;
}
.footerLink{
	height: 80px;
}
.snsArea{
	float: left;
	height: 100%;
}
.snsArea ul{
	height: inherit;
}
.snsArea li{
	position: relative;
	float: left;
	height: inherit;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
}
.snsArea li a{
	position: relative;
	width: 36px;
	height: 36px;
}
.snsArea li:nth-child(1) a{
	background: url('../images/layout/facebook_off.png') center no-repeat; 
	transition: all 0.3s ease;
}
.snsArea li:nth-child(2) a{
	background: url('../images/layout/insta_off.png') center no-repeat; 
	transition: all 0.3s ease;
}
.snsArea li:nth-child(3) a{
	background: url('../images/layout/youtube_off.png') center no-repeat; 
	transition: all 0.3s ease;
}
.snsArea li:nth-child(1) a:hover,
.snsArea li:nth-child(1) a:focus{
	background: url('../images/layout/facebook_on.png') center no-repeat; 
	transition: all 0.3s ease;
}
.snsArea li:nth-child(2) a:hover,
.snsArea li:nth-child(2) a:focus{
	background: url('../images/layout/insta_on.png') center no-repeat; 
	transition: all 0.3s ease;
}
.snsArea li:nth-child(3) a:hover,
.snsArea li:nth-child(3) a:focus{
	background: url('../images/layout/youtube_on.png') center no-repeat; 
	transition: all 0.3s ease;
}
.snsArea span{
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
	overflow: hidden;
}
.linkArea{
	float: right;
	height: 100%;
}
.linkArea ul{
	height: inherit;
}
.linkArea li{
	position: relative;
	float: left;
	height: inherit;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-left: 25px;
	margin-left: 25px;
}
.linkArea li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #989898;
}
.linkArea li:nth-child(1):before{
	display: none;
}
.linkArea li a{
	position: relative;
	font-size: 18px;
	color: #151515;
	font-weight: 600;
	padding-right: 17px;
}
.linkArea li a::after{
	content: "\e915";
	font-family: xeicon;
	font-weight: 300;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
}
.selectArea{
	float: right;
	height: 100%;
}
.foot_go {
	position:relative; 
	width:250px; 
	height:55px; 
	margin:0 auto; 
	z-index:30;
	height: 100%;
}
.foot_go > li {
	float:left; 
	width:100%;
	height: 100%;
	border-bottom: solid 1px #151515;
}
.foot_go > li > a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color:#151515; 
	font-size:18px; 
	font-weight: 600;
	line-height:55px;
}
.foot_go > li > a::after {
	content: url( "../images/layout/icon_select.png" );
	position: absolute;
	right: 0;
	top: 12px;
	transition: 0.3s;
}
.foot_go > li.active > a::after {
	transform: rotate(180deg);
}
.foot_go > li > .depth {
	display:none; 
	position: absolute;
	bottom: 80px;
	width: 100%;
}
.foot_go > li.active > .depth {
	display:block;
}
.foot_go > li > .depth .sec_box {
	position:relative; 
	/* height:650px; */ 
	margin-left:1px; 
	padding:4px 25px 0 0; 
	background: #fff;
	/* border-radius: 10px; */
	border: solid 1px #888;
	max-height: 220px;
	overflow-y: auto;
}
.foot_go > li > .depth .sec_box:first-child {
	margin-left:0;
}
/* .foot_go > li > .depth  .sec_box h2 {
	margin:-4px -30px 0 0; background:#383e4c; color:#fefefe; font-size:16px; line-height:40px; font-weight:400; text-align:center;} */
.foot_go > li > .depth .sec_box ul {
	float:left; 
	margin-left:30px; 
}
.foot_go > li > .depth .sec_box ul li {
	padding:7px 0;
}
.foot_go > li > .depth .sec_box ul a {
	color:#333; 
	font-size:14px; 
	line-height:20px; 
	font-weight:400;
}
.foot_go > li > .depth .sec_box ul a:hover,
.foot_go > li > .depth .sec_box ul a:focus {
	color:#00659D;
}

.footerInfo{
	position: relative;
	border-top: solid 1px #E1E1E1;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.infoTxt{
	position: relative;
	width: calc(100% - 340px);
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 20px;
}
.infoTxt img{
	width: 14rem;
	margin-bottom: 20px;
	filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(264%) hue-rotate(142deg) brightness(85%) contrast(88%);
}
.infoLogo{
	float: right;
}
.fnb li{
	position: relative;
	padding-left: 25px;
	margin-left: 25px;
}
.fnb li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #989898;
}
.fnb li:nth-child(1):before{
	display: none;
}
.fnb li:nth-child(1) a{
	font-weight: 600;
	color: #151515;
}
.infoLogo li{
	float: left;
	margin-left: 15px;
}
.infoLogo > div:nth-child(2){
	float: right;
	margin: 10px 0 0 0;
}
.infoLogo > div:nth-child(2) li:first-child{
	margin-top: 13px;
}

@media screen and (max-width: 1200px){
	.snsArea li a{
		position: relative;
		width: 32px;
		height: 32px;
		background-size: 32px !important;
	}
	.linkArea li {
		padding-left: 20px;
		margin-left: 20px;
	}
	.linkArea li a{
		font-size: 17px;
	}
}

@media screen and (max-width: 800px){
	.footerLink {
		height: auto;
	}
	.snsArea{
		float: none;
		text-align: center;
		padding: 15px 0 0 0;
	}
	.snsArea li {
		display: inline-block;
		float: none;
		margin: 0 5px;
	}
	.snsArea li a{
		display: block;
	}
	.linkArea {
		float: none;
		text-align: center;
		padding: 13px 0 15px 0;
	}
	.linkArea li {
		display: inline-block;
		float: none;
		margin-left: 5px;
		padding-left: 10px;
	}
	.linkArea li:nth-child(1) {
		margin-left: 0;
		padding-left: 0;
	}
	.linkArea li::after {
		right: 2px;
	}
	.linkArea li a{
		font-size: 16px;
	}
	.linkArea li a::after{
		top: -2px;
	}
	.footerInfo {
		padding: 20px 30px 10px 30px;
	}
	.infoTxt {
		float: none;
		width: 100%;
	}
	.infoTxt img {
		margin: 0 auto;
	}
	.infoTxt p {
		text-align: center;
		margin-top: 10px;
	}
	.infoLogo {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.fnb {
		text-align: center;
	}
	.fnb li {
		float: none;
		display: inline-block;
	}
	.fnb li:nth-child(1) {
		margin: 0;
		padding: 0;
	}
	.fnb li a {
		font-size: 15px;
	}
	.infoLogo > div:nth-child(2) {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.infoLogo > div:nth-child(2) li {
		float: none;
		display: inline-block;
	}
	.infoLogo > div:nth-child(2) li:first-child {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 720px){
	/* .infoTxt img {
		width: 170px;
	} */
	.infoLogo img{
		width: 80%;
		margin: 0 auto;
	}
	.infoLogo > div:nth-child(2) > ul > li {
		margin-left: 0px;
	}
}

@media screen and (max-width: 550px) {
	.linkArea li {
		width: 45%;
	}
	.linkArea li:nth-child(3) {
		margin-left: 0;
		padding-left: 0;	
	}
	.linkArea li:nth-child(3), 
	.linkArea li:nth-child(4) {
		margin-top: 10px;
	}
	.linkArea li:nth-child(3)::before {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.footerLink {
		padding: 0 20px;
	}
	.footerInfo {
		padding: 20px 20px 10px 20px;
	}
	/* .infoTxt img {
		width: 160px;
	} */
	.fnb li {
		padding-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	.linkArea li a {
		font-size: 15px;
	}
}

/* topButton start */
.to-top-btn{
	position:fixed; 
	bottom:-7rem; 
	right:2rem;
	display: flex; align-items:center; 
	justify-content: center;
	width:6rem; 
	height:6rem; 
	background-color:#fff; 
	text-align:center; 
	color:#000; 
	z-index:101;
	box-sizing:border-box;
	opacity:0;
	transition: 0.3s;
	border-radius:50%;
	-webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0,0,0,0.21);
	-moz-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0,0,0,0.21);
	box-shadow: 0.5rem 0.5rem 1.5rem rgba(0,0,0,0.21);
}
.to-top-btn.bottom-fixed{
	bottom:5rem; opacity:1.0;
}
.to-top-btn i{
	display:inline-block; 
	font-size:2.2rem; 
	transition: 0.3s;
}
.to-top-btn:hover i,
.to-top-btn:focus i{
	transform:translateY(-5px)
}
.to-top-btn.main-on { 
	bottom:5rem; 
	opacity:1.0; 
	z-index: 99999;}
.xi-arrow-top:before {
	font-size: 25px;
}
.to-top-btn.reach_end {
	bottom: 28%;
}

@media screen and (max-width: 800px) {
	.to-top-btn {
		width: 3.5rem;
		height: 3.5rem;
	}
}