/*header*/
.header { background: #fff; height:100px; z-index: 120; position: relative; transition:background .1s .3s; border-bottom:1px solid #d7d7d7; }
.header.on {  }
.pos {overflow: hidden;width: 0;height: 0;font-size: 0;line-height: 0;text-indent: -9999px;}
.main-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.header > .in { height:100%; display:flex; justify-content:space-between; align-items: center; z-index: 1; width:1440px; }
.logo-box {}
.logo-box > a { display:block; width: 225px; height: 62px; background:url('<?php echo G5_URL ?>/img/logo_main.png') no-repeat center left/contain; text-indent:-9999px; transition-delay:.4s; }

.header > .in > div { display:flex; height:100%; align-items: center; }
.header-menu { height:100%; }
.header-menu > ul { display:flex; height:100%; z-index: 1; position: relative; }


.header-menu > ul > li { height:100%; position:relative; }
.header-menu > ul > li > a { transition:color .3s .2s; height: calc(100% + 2px); display: flex; padding: 0 50px; align-items: center; font-size: 1.9rem; font-weight: 500; }
.header-menu > ul > li > a span { position:relative; padding: 0 3px; font-size:1.8rem; }

.header-menu > ul > li > a::after { transition:.1s; content:''; display:block; height:3px; width:100%; position:absolute; bottom:-1px; left:0; opacity:0; }
.header-menu > ul > li.on > a::after { opacity:1; }
.header-menu > ul > li:hover > a::after { opacity:1; transition:.1s; }
				
.header.on .header-menu > ul > li > a::after { background:#F46F1B; }
.header.on .header-menu > ul > li:hover > a { color:#F46F1B; }

.gnb-sub { position:absolute; top:100px; left:0; height:270px; width:100%; padding-top:0px; opacity:0; }
.gnb-sub li { text-align:center; }
.gnb-sub li a { transition:.2s; padding: 15px 0; display: block; font-size:1.6rem; }
.gnb-sub li a:hover { color:#F46F1B; transition:.2s; }

.gnb-sub li a span { position:relative; }
.gnb-sub li a span::after { content:''; position:absolute; display:block; width:6px; height:6px; border-radius:50%; background:#F46F1B; top:2px; right:-10px; opacity:0; }
.gnb-sub li a:hover span {  }
.gnb-sub li a:hover span::after { opacity:1; }

.gnb-sub-bg { 
    top: 100px;
    right: 50%;
    transform: translateX(50%);
    height: 0px;
    background: #fff;
    position: absolute;
    transition: height .5s;
	box-shadow: 0 12px 15px rgb(0 0 0 / 5%);
}
.ml0 {margin-left:0 !important;}
.ml10 {margin-left:10px !important;}
.header.on .gnb-sub { opacity:1; transition:.5s .15s; }
.header-menu > ul > li { overflow:hidden; }
.header.on .header-menu > ul > li { overflow:visible; }

.header.on .gnb-sub-bg { height:230px; transition:height .5s; }

.search-btn { background:none; width:29px; transition:color 0s 0.4s; line-height:1; } 
.search-btn img { width:100%; } 

.header-search-wrap { position:absolute; top:100px; left:0; width:100%; z-index: 1; }
.header-search { position: relative; z-index: 1; width: 900px; margin: 60px auto 0; display:none; }
.header-search form input[type="text"] { border-radius: 0; border: none;width:calc(100% - 60px); padding: 14px 65px 14px 27px; font-size: 1.6rem; color:#000; }
.header-search form input[type="text"]:placeholder { font-size: 2rem; color:#000; }
.header-search form button { margin-left: -58px; font-size: 2.5rem; padding: 10px; background: none; }
.header-search form button svg {  }
.header-search-close { font-size: 3.1rem; padding: 10px; background: none; transform: translate(0, -4px); color: #fff; position: absolute; top: 0; right: 0; }
.header-search-bg { display:none; position:absolute; top:0; left:0; width:100%; background:#F46F1B; opacity:1; height:230px; }

.bg-cover { position:fixed; top:0; left:0; right:0; bottom:0; display:none; z-index:100; background:rgba(0,0,0,.7); }

.gnb-all { margin-left: 15px; display:none; padding: 3px; }

.header-resize {
	display: flex;
    align-items: center;
}
.header-resize button {
	font-size:2.1rem;
	background:none;
}
.header-resize button i {
    vertical-align: middle;
}
.header-resize span {
	font-size: 1.8rem;
    margin: 0 13px;
    font-weight: 500;
}

.gnb-all input[type="checkbox"] { display:none; }

.header-lang {
	display:flex;
    margin: 0 40px;
}
.header-lang li {
	margin-right:18px;
}
.header-lang li:last-of-type {
	margin-right:0;
}

.header-lang li a {
	font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 2px solid #fff;
	color:#c5c5c5;
}
.header-lang li a.on {
    border-bottom: 2px solid #000;
	color:#000;
}
.main-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.gnb-all-btn {
    position: relative;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.gnb-all-btn span:nth-child(1) {
    top: 0px;
}
.gnb-all-btn span:nth-child(2) {
    bottom: 0px;
}
.gnb-all-btn span {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 3px;
    background: #000;
    transform-origin: 21.5px 1.5px;
    transition: transform .5s 0s, background .2s 0s;
}
.header-menu.on + .header-util .gnb-all-btn span {
    background: #fff;
}

.header-menu.on + .header-util .gnb-all-btn span:nth-child(1) {
    transform: rotate(-40deg);
}
.header-menu.on + .header-util .gnb-all-btn span:nth-child(2) {
    transform: rotate(40deg);
}

.header-sns {
    display: none;
    height: 80px;
    background: #fff;
    padding: 0 44px;
    align-items: center;
}
.header-menu.on .header-sns {
    display: flex;
	justify-content: center;
}
.header-sns > ul {
	display: flex;
}
.header-sns > ul li {
	display: flex;
	margin-right: 25px;
}
.header-sns > ul li:last-of-type {
	margin-right: 0;
}
.header-sns > ul li a {
	/*color:#cfcfcf;*/color:#666;
	font-size:2.5rem;
}




/*modal*/
.modal-wrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
	color:#000;
}
.modal-in {
	width:970px;
	max-width:calc(100vw - 30px);
	height: 900px;
	max-height:95vh;
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.modal-top {
	background: #F46F1B;
	display: flex;
	color:#fff;
	padding: 8px 15px;
	align-items: center;
	height: 100px;
}
.modal-top > h1 {
	margin: 0 auto;
	line-height:1.3;
	font-size: 3rem;
}
.modal-close {
	background: none;
    font-size: 3.5rem;
    right: 0;
    transform: translateY(-100%);
    color: #fff;
    top: -9px;
    position: absolute;
}
.modal-btm {
	padding: 37px 30px 37px;
	font-size: 1.4rem;
	line-height:1.7;
	height: calc(100% - 100px);
	overflow:auto;
	-ms-overflow-style: none;
	scrollbar-width: none; 
	text-align: left;
	position:relative;
}
.modal-btm::-webkit-scrollbar {
	display: none;
}
.modal-btm > h2 {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 20px 0 5px;
}
.modal-btm > p {

}
.modal-indent-1 {
	margin-left:10px;
}
.modal-indent-2 {
	margin-left:20px;
}
.modal-bg {
	background:rgba(0,0,0,.7);
	width:100%;
	height:100%;
}
.modal-grad-top {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 50px;
	top: 100px;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 65%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0) 100%); 
}
.modal-grad-btm {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%);
}



/*footer*/
.footer {
	background-color: #000;
	border-top: none;
}
.footer-top {
	background:#f7f7f7;
}
.footer-top > .in {
	height:78px;
	display:flex;
	align-items:center;
}
.footer-top p {
	font-size:1.8rem;
    flex-shrink: 0;
}
.footer-family-slide {
	position:relative;
}
.footer-family-slide::after {
	height:100%;
	width:6px;
	background:#f7f7f7;
	box-shadow:0 0 13px 12px #f7f7f7;
	position:absolute;
	content:'';
	display:block;
	top:0;
	right:-2px;
	z-index:1;
}
.footer .slide-util {
    flex-shrink: 0;
    margin: 0 45px 0 20px;
}
.swiper-button-prev-family,
.swiper-button-next-family {
    font-size: 2rem;
	color: #666665 !important;
}
.swiper-button-prev-family {
	margin-right:10px;
}
.swiper-button-next-family {
	margin-left:10px;
}
.swiper-button-pause-family {
	margin:10px;
	color: #3e3e3e;
	width: 20px;
}
.footer-family-slide .swiper-slide {
	font-size:1.7rem;
    width: auto;
}
.footer-mid {
	padding:45px 0;
}
.footer-mid .in {
	display: flex;
    justify-content: space-between;
}

.footer-link {
	display:flex;
	align-items:center;
	font-size:1.8rem;
}
.footer-link li {
	margin-right:15px;
	padding-right:15px;
	position:relative;
	font-size:1.5rem;
}
.footer-link li::after {
	display:block;
	background:#d6d6d6;
	height:19px;
	width:1px;
	content:'';
	position:absolute;
	top:50%;
	transform:translate(0, -50%);
	right:0;
}
.footer-link li:last-of-type::after {
	display:none;
}
.footer-link li button {
	vertical-align:top;
}
.footer-link li a {
    display: inline-block;
}
.privacy {
	font-weight:500;
}
.footer-sns {
    display: flex;
}
.footer-sns li {
	margin-right:26px;
}
.footer-sns li:last-of-type {
	margin-right:0;
}
.footer-sns li i {
	font-size: 2.5rem;
	color:#cfcfcf; 
	transition:.4s;
}
.footer-sns li a:hover i {
	transition:.4s;
	color:#000;
}
.footer-btm {
	padding-bottom: 44px;
}
.footer-btm .in {
	display: flex;
}
.footer .logo-box > a {
	background: url('./img/logo.png') no-repeat top left/contain;
	opacity:1;
}
.footer-info {
	color: #a9a9a9;
	margin-left: 45px;
	align-self: center;
}
.footer-info ul {
	font-size:1.5rem;
    font-weight: 300;
}
.footer-info ul li {
	display:inline-block;
	margin-right: 10px;
}
.footer-info ul li:last-of-type {
	margin-right: 0;
}
.footer-info ul li span {
    font-weight: 500;
	color: #000;
}
.footer-info > p {
    font-size: 1.5rem;
    display: block;
    margin-top:1px;
    font-weight: 300;
}
.footer-info > p span {
    font-weight: 500;
	color: #000;
}
.footer-info > span {
    font-size: 1.5rem;
    display: block;
    margin-top: 8px;
    font-weight: 300;
}
.footer-mark {
	margin-left:auto;
	display: flex;
}
.footer-mark li {
	margin-right:25px;
}
.footer-mark li:last-of-type {
	margin-right:0;
}
.footer-mark li.mark-iaward {
	width:36px;
}
.footer-mark li.mark-access {
	width:67px;
}
.footer-mark li.mark-open {
	width:102px;
}
.footer-link li:last-of-type {
	margin-right:0;
	padding-right:0;
}
.footer-btm-left {
	display:flex;
}




/*검색 결과*/
.search-result-wrap {
	margin: 150px 0;
}

.search-result-wrap > h3 {
	font-size: 35px;
	text-align: center;
}
.search-result-wrap > p {
	margin: 32px 0 18px;
	font-size: 1.6rem;
}
.search-result-wrap > p > span {
	color:#F46F1B;
}
.search-result {
	border-top: 1px solid #000;
}
.search-result > li {
	border-bottom: 1px solid #d7d7d7;
	padding: 35px 25px;
}
.search-result > li > a {
	font-size:17px;
}
.search-result > li > a > span {
	font-weight: 700;
}
.search-result > li > a > i {
	margin: 0 13px;
}
.paging {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	margin-top: 50px;
}
.paging-board {
	margin-bottom:180px;
}
.paging > li {
	margin: 0 5px;
}
.paging > li.paging-first {

}
.paging > li.paging-prev {

}
.paging > li.paging-next {

}
.paging > li.paging-last {

}
.paging > li > a {
	
}
.paging > li > a > i {
	
}
.paging > li.paging-num {
	display:flex;
}		
.paging > li.paging-num > a {
	width: 50px;
	height: 50px;
	border: 1px solid #000;	
	font-weight:400;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
	transition:.3s;
}	
.paging > li.paging-num > a:last-of-type {
	margin-right:0;
}
.paging > li.paging-num > a.on {
	font-weight:700;
}
.paging > li.paging-num > a:hover {
	color:#fff;
	background:#000;
	transition:.3s;
}
.search-result.bbs-result > li > a > p {
    margin-right: 20px;
}
.search-result > li > a > p {
    font-weight: 400;
    display: inline-block;
}
/*.search-result > li > a:hover {
	color: #919191;
}*/
.search-empty {
	padding: 50px 0;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	color:#666;
}
.search-result > li > a > p.bbs-directoty {
    display: inline-block;
    font-weight: 700;
}
.menu-result > li > a > span:last-of-type {
    color: #F46F1B ;
}
/*.menu-result > li > a:hover > span:last-of-type {
    color: #fddc9c;
}*/
.search-result > li > a > p.bbs-directoty span:last-of-type {
    color: #F46F1B ;
}
/*.search-result > li > a:hover > p.bbs-directoty span:last-of-type {
    color: #fddc9c;
}*/
.search-result.menu-result > li {
}
@media screen and (max-width:1200px){
	.search-result-wrap {
		margin: 108px 0;
	}
	.search-result-wrap > h3 {
		font-size: 27px;
	}
	.search-result-wrap > p {
		margin: 16px 0 10px;
	}
	.search-result > li {
		padding: 21px 18px;
	}
	.search-result > li > a {
		font-size: 16px;
	}
	.paging {
		font-size: 15px;
		margin-top: 22px;
	}
	.paging > li.paging-num > a {
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}
	.search-result > li {
		padding: 22px 17px;
	}
	.paging-board {
		margin-bottom:60px;
	}
}
@media screen and (max-width:768px){
	.search-result-wrap {
		margin: 40px 0;
	}
	.search-result-wrap > h3 {
		font-size: 20px;
	}
	.search-result-wrap > p {
		margin: 10px 0 4px;
		font-size: 14px;
	}
	.search-result > li {
		padding: 12px 10px;
	}
	.search-result > li > a {
		font-size: 14px;
	}
	.paging {
		font-size: 14px;
		margin-top: 12px;
	}
	.paging > li.paging-num > a {
		width: 34px;
		height: 34px;
		margin-right: 5px;
	}
	.search-empty {
		font-size:14px;
		padding:23px 0;
	}
}



/*글 없을 때*/
.board-empty {
    text-align: center;
    font-size: 1.8rem;
    color: #9d9d9d;
    padding: 45px 0;
}
.search-result .board-empty {
    padding:0;
}
.notice-list .board-empty {
    text-align: center;
	border-top: 1px solid #000;
    border-bottom: 1px solid #d7d7d7;
}
#eduProgramList .board-empty {
	border-top: 1px solid #000;
    border-bottom: 1px solid #d7d7d7;
}
.board-empty img {
	margin-bottom: 14px;
    width: 148px;
}
#toYouList .board-empty {
    margin: -58px 0 -116px;
    border-bottom: 1px solid #d7d7d7;
}




/*responsive*/
@media screen and (max-width:1400px){
	.header-menu > ul > li > a {
		padding: 0 35px;
	}
}
@media screen and (max-width:1200px){
	.header-search {
		width: 600px;
	}	
	.gnb-sub-bg {
		display: none;
	}
	.header {
		height: 80px;
	}
	.logo-box > a {
		width: 178px;
		height: 45px;
	}
	.header-menu > ul > li > a {
		padding: 0px 8px;
		font-size: 1.5rem;
	}
	.header-menu {
		margin-right: 9px;
	}
	.search-btn {
		padding: 4px;
		width: 25px;
	}
	.modal-top > h1 {
		font-size: 2.8rem;
	}
	.header-menu {
		display:none;
	}
	.header-resize {
		display:none;
	}
	.header-lang {
		display:none;
	}
	.board-empty {
		font-size: 1.6rem;
	}
	.gnb-all-btn {
		height: 15px;
	}
	.board-empty img {
		margin-bottom: 14px;
		width: 130px;
	}
	#toYouList .board-empty {
		margin: -30px 0 -40px;	
	}

}/*1200px*/

@media screen and (max-width:768px){
	.mo-only {
		display:block;
	}
	.phone-over {
		display:none !important;
	}
	.header-search {
		width: calc(100% - 30px);
		margin: 80px auto 0;
	}
	.header-search-bg {
		height: 205px;
	}
	.header-search form input[type="text"] {
		width:100%;
		padding: 11px 60px 11px 17px;
		font-size: 1.4rem;
	}
	.header-search-close {
		font-size: 2.6rem;
		top: 55px;
		right: -2px;
		padding:5px;
	}
	.header-search form button {
		font-size: 2.2rem;
		position: absolute;
		top: 12px;
		right: 0;
	}	
	.header {
		height: 65px;
	}
	.logo-box > a {
		width: 256px;
		height: auto;
	}
	.header-menu { 
		position: fixed;
		height: 100%;
		width: 100%;
		background: #16cae5;
		top: 0;
		left: 100%;
		transition:.5s;
	}
	.header-menu.on { 
		left: 0;
		transition:.5s;
	}
	.header-menu > ul {
		flex-direction: column;
	    justify-content: center;
	}
	.header-menu > ul > li {
		height: auto;
	    margin-bottom: 16px;
		text-align:center;
	}
	.header-menu > ul > li:last-of-type {
	    margin-bottom: 0;
	}
	.header-menu > ul > li > a {
		padding: 4px 8px;
		display: inline-block;
	    font-size: 2.1rem;
	}
	.header-menu > ul > li > a > span > span {
		top: -11px;
		right: -26px;
		background: #18252d;
		color: #16cae5;
		font-size: 1rem;
		padding: 0px 5px;
	}
	.hbg-btn { 
		font-size: 3rem; 
		background: none; 
		color: #fff; 
		margin-left: 12px; 
		z-index: 100; 
	}
	.modal-top > h1 {
		font-size: 2rem;
	}
	.modal-top {
		height: 50px;
	}
	.modal-close {
		font-size: 2.5rem;
	}
	.modal-in {
	}
	.modal-btm {
		padding: 16px 15px 25px;
		height: calc(100% - 50px);
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.modal-btm > h2 {
		margin-bottom: 0px;
		font-size: 1.6rem;
	}
	.modal-btm > h3 {
		font-size: 1.3rem;
		margin: 14px 0 1px;
	}	
	.modal-grad-top {
		top: 50px;
		height: 35px;
	}
	.modal-grad-btm {
		height: 35px;
	}
	.board-empty {
		font-size: 1.4rem;
	}




}/*768px*/


/**/



















@media screen and (max-width:1200px){
	.pc-only {
		display: none;
	}
	.gnb-all {
		display: block;
		margin-left: 13px;
	}
	.in {
		padding: 0 15px;
	}
	.header.on .header-menu > ul > li:hover > a {
		color: #000;
	}
	.header-lang {
		color: #fff;
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		margin:0 0 0 15px;
	}
	.header-lang li {
	    margin-right: 11px;
	}
	.header-lang li a {
		font-size: 1.6rem;
		font-weight: 300;
		border: 1px solid #fff;
		border-radius: 20px;
		padding: 3px 12px;
		color:#fff;
	}
	.header-lang li a.on {
		background:#fff;
		border-color:#fff;
		color:#000;
	}
	.header.on .gnb-sub { 
		transition:0s;
	}
	.header-menu {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 100%;
		transition: .5s;
		display:block;
	} 
	.header-menu.on {
		left: 0;
		transition: .5s;
		background: #F46F1B;
	}
	.header-menu.on .header-lang {
		display:flex;
	}
	.header-menu > ul {
		flex-direction: column;
		padding: 10px 44px 0px;
		margin-top: 80px;
	    height: calc(100vh - 160px);
		height: calc(var(--vh, 1vh) * 100 - 160px);
		background: #fff;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	} 
	.header-menu > ul::-webkit-scrollbar {
		display: none;
	}
	.gnb-sub {
		position: static;
		height: auto;
		opacity: 1;
	}
	.header-menu > ul > li {
		margin-bottom:0;
	    height: auto;
		overflow:visible;
	}
	.header-menu > ul > li > a {
		padding: 12px 0 18px;
		font-size: 3rem;
		display: inline-block;
		height: auto;
		font-weight: 600;
		color: #000;
	}
	.header-menu > ul > li > a span {
		padding: 0;
		position:relative;
	    font-size: 2.2rem;
	}
	.header-menu > ul > li > a span::after {
		background: #F46F1B;
		width: 25px;
		height: 3px;
		content: '';
		display: inline-block;
		margin: 0 0 7px 13px;

		transform: rotate(0deg);
		transform-origin: center center;
		transition: transform .4s;
	}
	
	.header-menu > ul > li.active > a span::after {
		transform: rotate(360deg);
		transition: transform .4s;
	}

	.gnb-sub li a:hover { 
		color:#6d6d6d; 
	}
	.gnb-sub {
		position: static;
		height: auto;
		opacity: 1;
		padding: 20px 42px;
		margin: 0 -44px;
		background: #f5f5f5;
		width: calc(100% + 88px);
	    display: none;
	}
	.gnb-sub li {
		text-align: left;
		color:#6d6d6d;
	}
	.gnb-sub li a {
		padding: 12px 0;
	    font-size:1.8rem;
	    display: inline-block;
	}
	.header-menu > ul > li > a::after {
		display: none;
	}
	.header-search-wrap {
		top: 80px;
	}
	.footer {
		display: block !important;
	}
	.footer-mark {
		margin-left: 0;
	}
	.footer-mark li {
	}
	.footer-mark li.mark-iaward {
		width: 28px;
	}
	.footer-mark li.mark-access {
		width: 50px;
	}
	.footer-mark li.mark-open {
		width: 90px;
	}
	.footer-info ul {
	}
	.footer-info > p {
	}
	.footer-info > span {
	}
	.footer-link li {
		margin-right: 10px;
		padding-right: 10px;
	}
	.footer-sns li i {
		font-size: 3rem;
	}
	.footer-sns li {
		margin-right: 20px;
	}
	.footer-sns li:last-of-type {
		margin-right: 0;
	}
	.footer-top {
		width:100vw;
	}
	.footer-mid {
		padding: 25px 0 40px;
		width:100vw;
	}
	.footer-btm {
		width:100vw;
	}
	.footer-top p {
		font-size: 1.8rem;
	}
	.footer-family-slide .swiper-slide {
		font-size: 1.6rem;
	}
	.footer-top > .in {
		height: 75px;
	}
	.footer-sns {
		margin-bottom: 24px;
	}
	.footer-btm-left {
		flex-direction: column;
	}
	.footer-btm .in {
		justify-content: space-between;
	}
	.footer-info {
		margin-left: 0;
	    margin-top: 20px;
	}
	.footer-sns {
		margin-bottom: 0;
	}

}
@media screen and (max-width:768px){
	.gnb-all {
		display: block;
		margin-left: 13px;
		position: relative;
		top: -2px;	
	}
	.in {
		padding: 0 15px!important;
	}

	.header-menu {
		background: #F46F1B;
	} 	
	.header-menu > ul > li {
		text-align: left;
	}
	.header-menu > ul {
		justify-content: flex-start;
		margin-top: 65px;
	}
	.header-search form button {
		padding: 5px 10px;
	}
	.full1 .in {
	}
	.footer .logo-box > a {
	}
	.footer-mid {
	}
	.footer-mid .in {
		flex-direction: column;
		align-items: center;
	}
	.footer-mid {
	}
	.footer-link {
		order: 1;
		margin-top: 15px;
	}
	.footer-link li {
		font-size: 1.2rem;
	}
	.footer-sns li i {
		font-size: 2.3rem;
	}
	.footer-info ul {
		font-size: 1.2rem;
	}
	.footer-info > p {
		font-size: 1.2rem;
	}
	.footer-info > span {
		font-size: 1.2rem;
	}
	.footer-btm {
		padding-bottom: 30px;
	}	
	.footer-mark li {
		margin-right: 14px;
	}

	.footer-mark li.mark-iaward {
		width: 23px;
	}
	.footer-mark li.mark-access {
		width: 40px;
		margin-right: 14px;
	}
	.footer-mark li.mark-open {
		width: 73px;
	}
	.footer-top p {
		font-size: 1.5rem;
		font-weight:600;
	}
	.footer-family-slide .swiper-slide {
		font-size: 1.4rem;
	}		
	.footer .slide-util {
		flex-shrink: 0;
		margin: 0 15px 0 13px;
	}
	.footer-link li:last-of-type {
		display:none;
	}
	.footer-link li:nth-of-type(2) {
		margin-right: 0;
		padding-right: 0;
	}
	.footer-link li:nth-of-type(2)::after {
		display:none;
	}
	.footer-info ul li:nth-of-type(1) {
		display:block;
	}
	.footer-info ul li {
	}
	.footer-mark {
		position: absolute;
		top: 0;
		right: 15px;
	}

}






.footer-family-slide .swiper-slide {
    padding: 4px 0;
	display:flex;
    align-items: center;
}

.footer {
	position:relative;
}
.footer.section {
	overflow:visible;
}
.container + .footer {
	margin-top:35px;
}
.footer-top {
	display:none;
}
.section + .footer .footer-top {
	display:block;
}

.footer .fp-tableCell {	
	overflow:visible;
	padding-top: 0;
}



.top-btn {
	position: fixed;
    width: 75px;
    height: 75px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2rem;
    bottom: 25px;
    z-index: 5;
    left: 50%;
    transform: translate(730px, 0);
}
.top-btn:focus {
	outline:2px solid #f2ab0c;
}
/*.top-btn:hover {
	background:#F46F1B;
	transition:.5s;
}*/
.top-btn> span {
	position:relative;
	top:0;
	transition:.5s;
}
.top-btn:hover > span {
	top:-7px;
	transition:.5s;
}
.fp-section + .footer .top-btn {
	display:none;
}
.top-btn-wrap {
	display:none;
}
.top-btn-main-wrap {
	display:none;
}

@media screen and (max-width:1650px){
	.top-btn {
		transform: translate(0, 0);
		left: auto;
		right:15px;
	}
}
@media screen and (max-width:1200px){
	.top-btn {
		width: 55px;
		height: 55px;
		font-size: 2.5rem;
		bottom: 15px;
	}
	.container + .footer {
		margin-top:15px;
	}

	.top-btn:hover {
		background:#000;
	}
	.top-btn:hover > span {
		top:0;
	}

}

@media screen and (max-width:768px){
	.header-lang li a {
		font-size: 1.3rem;
	}
	.header-menu > ul > li > a span {
		font-size: 1.8rem;
	}
	.gnb-sub li a {
		font-size: 1.4rem;
		padding: 10px 0;
	}
	.header-menu > ul {
		height: calc(var(--vh, 1vh) * 100 - 145px);
	}
	.footer-mid {
		padding: 20px 0 30px;
	}
	.top-btn {
		width: 45px;
		height: 45px;
	}
	.header-search-wrap {
		top: 65px;
	}

}

@media screen and (max-width:380px){
	.footer-btm .in {
		justify-content: flex-start;
	}
	.footer-info {
		margin-top: 59px;
	}
	.footer-mark {
		right: auto;
		left: 15px;
		top: 46px;
	}

}








