@charset "utf-8";

/* background fixed 사용시 버그 대응용 * 한 번 스크롤로 페이지 전체 넘김을 할 때는 html스타일에서 height속성 제거하기 */
/* html {overflow: hidden; height: 100%;} */
/* body {overflow: auto; height: 100%;} */

/* ************************ 공용 ************************ */
a {text-decoration:none !important; outline:none !important; selector-dummy:expression(this.hideFocus=true) !important; color:inherit;}
a:link {text-decoration:none; color:inherit;}
a:visited {text-decoration:none; color:inherit;}
a:hover {text-decoration:none; color:inherit}
a:active {text-decoration:none; color:inherit;}
a,img,i,button {transition:all .5s ease;	-webkit-transition:all .5s ease; -moz-transition:all .5s ease;}

body {font-family: 'NanumSquareNeo','NanumSquare', sans-serif !important; font-size:16px; font-weight:500; line-height:1.6; color:#000; word-break:keep-all; overflow-x:hidden;}
button {cursor:pointer;}


/* 네이비 색 조정이 많아서 */
.bgNavy {background-color:#323c5b; color:#fff;}
.c_red {color:red;}
.c_acc {color:#323c5b;}
.c_base1 {color:#355B79}
.c_base2 {color:#3F7B87}
.c_base3 {color:#E8774D}
.c_base4 {color:#2ab8ff}
.c_base5 {color:#fdd538}
.c_Jalnan {font-family: 'Jalnan2'}
:root {
	--base1:#355B79;
	--base2:#3F7B87;
	--base3:#E8774D;
    --yellow:#FFC20E;
	--blue:#0089D0;
	--green:#45A456;
	--orange:#FD9234;
    --border1:#DAE0E8;
	--table:#f5f5f5;
}

/* lnb 세팅 */
/*.lnb.intro {background-image:url(../images/common/bg_top_intro.jpg);}
.lnb.business {background-image:url(../images/common/bg_top_business.jpg);}
.lnb.item {background-image:url(../images/common/subtop_product.jpg);}
.lnb.community {background-image:url(../images/common/subtop_notice.jpg);}*/

.loading {z-index:0; width:40px; height:40px; position:absolute; left:calc(50% - 20px); top:calc(50% - 20px); background:url(../images/common/loading.svg) no-repeat center / 40px; animation: ani_loading 1s infinite linear; opacity:.3;}
	@keyframes ani_loading {
		0% {transform:rotate(0deg);}
		50% {transform:rotate(180deg);}
		100% {transform:rotate(360deg);}
	}


/* ************************ 데스크탑 (1249~) ************************ */
@media screen and (min-width: 1249px), print {

	html,body {min-width:1200px;}
	.mobile {display:none !important;}
	.w1400 {max-width:1400px; margin:0 auto!important;}
	
	
	/*헤더**/
	header {z-index:999; position:absolute; width:100%; min-width:1200px; top:0; left:0; height:100px; background:ease-gradient(to bottom, rgba(0,0,0,.7), transparent);}
	header .head {width:1400px; margin:0 auto; position:relative;}
	header .head h1 {position:absolute; z-index:99999; left:0; top:25px;}
	header .head h1 a {}
	header .head h1 a img {max-width:321px;}

	header aside {position:absolute; right:0; top:36px; z-index:999; overflow:hidden;}
	header aside>* {float:left;}
	header aside .lang {}
	header aside .lang>a {padding-right:27px; font-size:12px; display:block; background:url(../images/common/lang_arrow.png)100% 50% no-repeat; color:#fff;}
	header aside .lang ul {display:none;}
	header aside .lang>a.on+ul {display:block;}
	header aside .lang ul a {color:#fff; font-size:12px;}
	header aside .lang ul a:hover {border-bottom:1px solid #fff;}
	header aside .sideBtn {margin-left:40px; overflow:hidden;}
	header aside .sideBtn a {margin-left:20px; width:21px; height:20px; color : #fff; font-size : 14px; font-weight :400; }
	/*22-04-18:스마트스토어 링크추가*/
	header aside .sideBtn a.smartstore {}
	header aside .sideBtn a.blog {}

	/*gnb*/
	nav.mobile {visibility:hidden;}
	nav.pc {z-index:99; position:absolute; display:block; width:100%; overflow:hidden; border-bottom:1px solid #ddd; height:100px; background:rgba(255,255,255,0.85);}
	nav.pc:hover {border-bottom:0;/*box-shadow:0px 5px 5px rgba(0,0,0,.08) !important;*/}
	nav.pc .navbg {
		position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0);
		transition:all .3s ease !important; -webkit-transition:all .3s ease !important; -moz-transition:all .3s ease !important;
		
	}
	nav.pc.on .navbg {background:rgba(255,255,255,1); }
	nav.pc .navbg .dep1 { display : none; position: absolute;
    width: 100%; height: 100px; }
	nav.pc.on .navbg .dep1 { display : block; border-bottom: 1px solid #ededef; transition : all 2s ease;}
	nav.pc .navbg .dep2 {position:absolute; height:100%; background-color:#fff;}

	nav.pc .wrap {z-index:1300; position:relative; display:block; max-width:1400px; height:100px; margin:0 auto;}

	nav.pc .gnb {/*padding-left:270px;*/ position:relative; width: 100%; height:100px; max-width:1400px; margin:0 auto; letter-spacing:0;}
	nav.pc .gnb a.on {color:var(--blue);}
	nav.pc .gnb > ul { display : flex; justify-content :flex-end;  }
	nav.pc .gnb>ul>li {position:relative; padding-top:32px; padding-right:80px;}
	nav.pc .gnb>ul>li:last-child {padding-right:0!important;}
	nav.pc .gnb>ul>li>a {display:block; position : relative; color:#000; font-size:22px; font-weight:600;}
	nav.pc.sub .gnb>ul>li>a {color:#fff;}
	nav.pc .gnb>ul>li>a span {font-size:14px; font-weight:400; padding-left:5px;}
	nav.pc.on .gnb>ul>li>a span {color:#999;}
	nav.pc.on .gnb>ul>li>a:hover span {color:var(--base3);}
	nav.pc.on .gnb>ul>li.on>a, nav.pc.on .gnb>ul>li.on>a span {color:var(--base3)!important;}
	nav.pc .gnb>ul>li>a:after { position: absolute; content:""; display: block; border-bottom: 3px solid var(--blue); transition: width 250ms ease-out; left: auto; right: 0; width:0;}
	nav.pc .gnb>ul>li>a:hover {color:var(--base3)!important;}
	nav.pc .gnb>ul>li>a:hover {color:var(--base3);}
	
	/*nav.pc.on .gnb>ul>li.on>a:after{border-color:#000;}*/
	/* nav.pc .gnb>ul>li>a:hover {color:#fff;} */
	nav.pc .gnb>ul>li>ul {
		position:absolute; top:90px; left:0; width:100% !important;padding:50px 0;
		transition:all .3s ease !important; -webkit-transition:all .3s ease !important; -moz-transition:all .3s ease !important;
	}
	nav.pc.on .gnb>ul>li>ul {top:90px;}
	nav.pc .gnb>ul>li>ul>li>a {position: relative;display: inline-block; color: #fff; letter-spacing:-.5px; font-size:16px; font-weight:600; white-space: nowrap;}
	nav.pc .gnb>ul>li>ul>li>a span {font-size:14px; color:#999; padding-left:5px;}
	nav.pc .gnb>ul>li>ul>li.on>a span {color:var(--base3);}
	nav.pc .gnb>ul>li>ul>li>a:hover {color:var(--base3)!important;}
	nav.pc .gnb>ul>li>ul>li>a:hover span {color:var(--base3);}
	nav.pc .gnb>ul>li>ul>li>a:after { position: absolute; content:""; display: block; border-bottom: 1px solid var(--base3); transition: width 250ms ease-out; left: auto; right: 0; width:0;}
	nav.pc .gnb>ul>li>ul>li>a:before { position: absolute; content:""; display: block; width: 0px; height : 0px; left : -7px; top : 40%; background:var(--base3)!important }
	nav.pc .gnb>ul>li>ul>li>a:hover:after,
	nav.pc .gnb>ul>li>ul>li.on>a:after{width: 100%; left: 0; right: auto;}
	nav.pc .gnb>ul>li>ul>li+li a {margin-top:15px;}
	
	nav.pc .gnb>ul>li>ul>li.on a {color:var(--base3)!important;}
	@keyframes wide {
	  from {transform:scaleX(0);}
	  to {transform:scaleX(1);}
	}


	/*footer*/
  footer {position:relative; padding:40px 0; background:#FAF9F9; color:#666; font-size:16px; z-index:5; font-weight:600; border-top:1px solid var(--border1);}
	footer .footer-wrap {position:relative;}
	footer .footer-info {position:relative; display:flex; gap:20px; justify-content: space-between; align-items:flex-start;}
  footer .footer-info h2 {margin-bottom:5px;}
  footer address span {margin-right:10px!important; display:inline-block;}
  
	footer p span {margin-right:10px;}
	footer .copy {}
	footer .footer-wrap .footer_btn {position:relative; width:230px;}
	footer .footer-wrap .footer_btn > a {display:flex; justify-content:space-between; align-items:center; position:relative; padding:9px 20px 9px 20px; border:1px solid #e5e5e5; color:#000; white-space:nowrap;
    font-size:16px; border-radius:10px; background-color:#fff; clear:both; order:1;}
	footer .f-btnWrap {display:flex; align-items:center; gap:10px;}
	footer .f-btnWrap > p {font-size:16px; color:#000;}
	footer .footer-wrap .footer_btn ul {z-index:99; position:absolute; bottom:44px; width:100%; border:1px solid #e5e5e5; z-index:5; border-radius:10px; overflow:hidden;}
	footer .footer-wrap .footer_btn ul li a {display:block; background:#fff; padding:10px 20px; }
	footer .footer-wrap .footer_btn ul li a:hover {background:#8b8b8b; color:#fff;}
	footer .footer-wrap .footer_btn ul li+li a {border-top:1px solid #e5e5e5;}
	footer .footer-wrap .footer_btn > a img {transition:all 0.3s;}
	footer .footer-wrap .footer_btn > a.on img {transform:rotate(180deg);}

	footer .footer-wrap .footer_btn a:last-child {margin-right:0;}
	footer .footer-wrap .footer_btn a:last-child:after {display:none;}
	footer .lawlink {margin-top:10px;}
	footer .lawlink a {display:inline-block; font-size:15px;}
	footer .lawlink a+a {margin-left:10px;}
	footer .lawlink a:hover {color:var(--base3);}
	
	.sub-visual {position:relative; width:100%; height:250px;}
	/*.sub-visual .cover { display : block; position : absolute; background : rgba(0,0,0,.5); width : 100%; height : 100%; top:0; }*/
	/* 초기 상태 (숨김 및 아래쪽 위치) */
	.sub-visual {
	background:#f3f6f9; opacity: 1; transform: scale(1.1); transition: opacity 1.5s ease, transform 1.5s ease;}
	.sub-visual.show {opacity:1; transform:scale(1);}
	.sub-visual .sub-visual-wrap {position:absolute; display:table; width:1400px; height:250px; left:50%; transform:translateX(-50%);}
	.sub-visual .sub-visual-text {display:flex; flex-direction:column; justify-content:center; height:100%; padding-top:20px;}
	.sub-visual-text {opacity:0;transform: translateY(30px); transition:opacity 1.2s ease 0.5s, transform 1.2s ease 0.5s;}
	.sub-visual-text.show {opacity:1; transform:translateY(0);}
	.sub-visual .sub-visual-text h2 {font-size:40px; padding-top: 0px; font-weight:600; letter-spacing:-.5px; color:#000; text-align : center; z-index : 5;}
	.sub-visual .sub-visual-text p {font-size:24px; font-weight:400; color:#000; text-align:center; position:relative; }
	.sub-visual .sub-visual-text p:before {content:""; display:block; width:50px; height:2px; background:#355B79; position:absolute; top:-10px; left:50%; transform:translateX(-50%);}
	/*.sub-visual .cover {position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.5);}*/
	.sub-visual { background:url(../images/common/lnb_bg3.png); background-position: 50%; background-repeat: no-repeat; background-size: cover; margin-top:100px;}
	/*.sub-visual.business { background:url(../images/common/bg_top_business.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover;}
	.sub-visual.item { background:url(../images/common/item_top_bg.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover;}
	.sub-visual.community { background:url(../images/common/community_top_bg.jpg); background-position: 50%; background-repeat: no-repeat; background-size: cover;}*/
	
	
	/* lnb */
	.lnb {position:absolute; top:350px; left:0; width:100%; height:70px; border-top:1px solid #ededed; border-bottom:1px solid #ededed; background:#f9f9f9}
	.lnb .lnb-wrap {display:flex; align-items:center; position:relative; height:100%; width: 100%; max-width : 1400px; margin : 0 auto; background:#f9f9f9; overflow: hidden;}
	/*.lnb .lnb-wrap>* {float:left;}*/
	.lnb .lnb-wrap:after {clear:both; content:''; display:block;}
	.lnb .lnb-wrap a {font-size:16px; color:#000;}
	.lnb .lnb-wrap h3 {background:var(--green); color:#fff; font-weight:500; height:100%; padding:20px 30px; box-sizing:border-box; font-size:18px;}
	.lnb .lnb-wrap .home {display:block; width:40px; height:40px; font-weight:300; background:#fff url(../images/common/i-home.png)no-repeat center / 15px; border-radius:50%; border:1px solid #efefef;}	
	.lnb .lnb-wrap .lnb-depth {position:relative; padding-left:20px;}
	.lnb .lnb-wrap .lnb-depth .onmenu {display:block; font-size:16px; font-weight:400; color:#000; cursor:pointer; line-height:60px; background:url(../images/common/lnb_arrow.png)100% center no-repeat}
	.lnb .lnb-wrap .lnb-depth.dep2 .onmenu { color : var(--base); background:url(../images/common/lnb_arrow2.png)100% center no-repeat; }
	.lnb .lnb-wrap .lnb-depth>ul {display:flex; width:100%; gap:60px; height: 70px; align-items:center;}
	.lnb .lnb-wrap .lnb-depth>ul li{position:relative;}
	.lnb .lnb-wrap .lnb-depth>ul li+li:before {content:""; display:block; width:1px; height:18px; background:#ddd; position:absolute; left:-30px;         top:50%; transform:translateY(-50%);}
	.lnb .lnb-wrap .lnb-depth>ul li:last-child {border-bottom:none;}
	.lnb .lnb-wrap .lnb-depth>ul li a {display:block; padding:21.5px 0; font-weight:600; color:#000; text-align:center; font-size:18px;}
	.lnb .lnb-wrap .lnb-depth>ul li:hover a { color : var(--base3); }
	.lnb .lnb-wrap .lnb-depth>ul li.on a {position:relative; color:var(--base3);}
	.lnb .lnb-wrap .lnb-depth>ul li.on a:after {content:""; display:block; position:absolute; width:100%; height:3px; background:var(--base3); bottom:1px;}
	.lnb .lnb-wrap .lnb-depth.on>ul { display:block;}
	.lnb #gotop {position:absolute; right:0; top:50%; transform:translateY(-50%); display:block; width:85px; line-height:42px; font-size :12px; font-weight:600; background:#fff url(../images/common/i-gotop_arrow.png) no-repeat 20px center / 8px; text-align:center; opacity:1 !important;
	font-weight:800; border:1px solid #efefef; border-radius:40px; padding-left:15px;}

	.lnb.fixOn {position:fixed; width:100%; z-index:1000 !important; top:0 !important; box-shadow:0 3px 3px rgba(0,0,0,.05); background:#f9f9f9}
	.lnb.fixOn .lnb-wrap {border-radius:0;}
	
	/*컨텐츠*/
	.contents {color: #666;}
	.contents-wrap {width:1400px; padding:80px 0!important; margin:0px auto!important; max-width:100%;}
	.w1400 {width:1400px; margin:0 auto; max-width:100%;}
	
	.site-route {display:flex; justify-content:space-between; align-items:flex-end; padding-top:160px;}
	.site-route>p {font-weight:700; font-size:32px; position:relative; line-height:1;}
	/*.site-route>p:before {content:""; display:block; width:30px; height:3px; position:absolute; top:-12px; left:2px; border-radius:3px; background:var(--green);}*/
	.site-route ul {display:flex; align-items:center; font-size:14px; color:#666; color:#000; font-weight:600;}
	.site-route ul li {position:relative;}
	.site-route ul li:first-child {font-size:12px; border:1px solid rgba(0,0,0,0.15); width:70px; line-height:30px; text-align:center; border-radius:30px;}
	.site-route ul li img {transform:translateY(-2px)}
	.site-route ul li+li {padding-left:35px;}
	.site-route ul li+li:before {content:""; display:block; width:6px; height:12px; background:url(/images/common/i-siteroute_right.png) no-repeat center center / cover; position:absolute; top:5px; left:16px;}
}


/* ************************ 태블릿 이하(~1249) ************************ */
@media screen and (max-width: 1249px) {

	.pc {display:none !important;}

	/*헤더*/
	header {position:absolute; left:0; top:0; width:100%; z-index:999; height:60px; background:ease-gradient(to bottom, rgba(0,0,0,.7), transparent);}
	header .head {border-bottom:1px solid #ddd; background:#fff;}
	header .head .gnbView {position:absolute; right:0; top:0; width:60px; height:60px; background:url(../images/common/icon_gnbView.png)center /22px no-repeat ;}
	header .head .gnbView img {}
	header .head h1 {display:inline-block;}
	header .head h1 a {height:60px; display:flex; align-items:center; padding-left:20px;}
	header .head h1 a img {height:35px;}


	/*gnb*/
	nav.mobile {z-index:9999; position:fixed; top:0; width:50%; min-width:320px; height:100%; overflow:hidden; box-shadow:0 !important; background:#fff;}
	nav.mobile .closeWrap {position:relative; height:60px;border-bottom: 1px solid rgba(0,0,0,.15); overflow:hidden; font-weight : 500;}
	nav.mobile .closeWrap .gnbClose {display:block; width:60px; height:60px; background:url(../images/common/icon_close.png)center no-repeat; background-size:20px; border-left:1px solid rgba(0,0,0,.15); float:right;}
	nav.mobile .closeWrap .link {float:left; padding:0 20px;line-height:60px; font-size:12px;}
	nav.mobile .closeWrap .link+.link {padding-left:0;}
	.gnbCover {z-index:9998; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.5);}

	nav.mobile .gnb {position:relative; width:100%; height:100%; overflow-y:auto; text-align:left !important; font-weight : 400;}
	nav.mobile .gnb * {width:100% !important;}
	/* nav.mobile .gnb .home {display:block; width:100%; background-color:#f0f0f0; padding:12px 20px; border-bottom:1px solid #333;} */
	nav.mobile .gnb>ul>li {clear:both; position:relative; border-bottom:1px solid #e5e5e5;}
	nav.mobile .gnb>ul>li>a {display:block; padding:20px; font-size:17px;}
	nav.mobile .gnb>ul>li>a span {font-size:14px; color:#999; padding-left:5px;}
	nav.mobile .gnb>ul>li.on {border-color:var(--base1);}
	nav.mobile .gnb>ul>li.on>a {background:var(--base1); color:#fff;}
	nav.mobile .gnb>ul>li.on>a span {color:#fff;}
	nav.mobile .gnb>ul>li>ul {display:none;}
	nav.mobile .gnb>ul>li>ul>li {position:relative;border-top: 1px solid #eee;}
	nav.mobile .gnb>ul>li>ul>li a {display:block; padding:15px 40px; font-size:15px; color:#000; letter-spacing:-.8px;background:#fff;}
	nav.mobile .gnb>ul>li>ul>li a span {font-size:14px; color:#999; padding-left:5px;}
	nav.mobile .gnb>ul>li>ul>li:last-child a {border-color:#e0e0e0;}
	nav.mobile .gnb>ul>li>ul>li a:hover {color:#000; background-color:#f5f5f5;}
	nav.mobile .gnb>ul>li>ul>li.on a {color:var(--base3); font-weight:700;}
	nav.mobile .gnb>ul>li>ul>li.on a span {color:var(--base3);}
	nav.mobile .gnb>.side {display:none;}


	/*footer*/
  footer {position:relative; padding:30px 20px; background:#FAF9F9; color:#666; font-size:14px; z-index:3; border-top:1px solid var(--border1); font-weight: 600;}
	footer .footer-wrap {position:relative;}
	
	footer .footer-info {position:relative; display:flex; gap:20px; justify-content: space-between;}
 footer .footer-info h2 {margin-bottom:5px;}
  footer address span {margin-right:10px;}
	footer p span {margin-right:10px;}
	footer .copy {margin-top:0px;}
	footer .f-btnWrap {display:flex; align-items:center; gap:10px; position: relative;}
	footer .footer-wrap .footer_btn {position:relative; width:230px;}
	/*footer .footer-wrap .footer_btn > a {display:block; position:relative; padding:12px 50px 12px 20px; border:1px solid #e5e5e5; color:#666;
    font-size:15px; border-radius:0!important; background-color:#fff; clear:both; order:1;}*/
	footer .footer-wrap .footer_btn > a {display:flex; justify-content:space-between; align-items:center; position:relative; padding:9px 20px 9px 20px; border:1px solid #e5e5e5; color:#000; white-space:nowrap;
    font-size:16px; border-radius:10px; background-color:#fff; clear:both; order:1;}
	footer .f-btnWrap > p {font-size:16px; color:#000;}
	footer .footer-wrap .footer_btn ul {z-index:99; position:absolute; bottom:45px; width:100%; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden;}
	footer .footer-wrap .footer_btn ul li a {display:block; background:#fff; padding:10px 20px; }
	footer .footer-wrap .footer_btn ul li a:hover {background:#8b8b8b; color:#fff;}
	footer .footer-wrap .footer_btn ul li+li a {border-top:1px solid #e5e5e5;}
	footer .footer-wrap .footer_btn > a i {position:absolute; right:20px; top:36%; transition:all 0.3s; font-size:12px;}
	footer .footer-wrap .footer_btn > a i.on {transform:rotate(180deg);}

	footer .footer-wrap .footer_btn a:last-child {margin-right:0;}
	footer .footer-wrap .footer_btn a:last-child:after {display:none;}
	
	footer .lawlink {margin-top:10px;}
	footer .lawlink a {display:inline-block; font-size:14px;}
	footer .lawlink a+a {margin-left:10px;}
	
	/*22-08-16::IE, 모바일 오류로 수정*/
	footer ul.footer-sns {display:flex; justify-content: center;}
	footer ul.footer-sns button {background:none; opacity:0;}

	/* lnb */
	.lnb {
		position:relative; height:30vh; opacity:0;
		background-position:center; background-repeat:no-repeat; background-size:cover;
	}
	.lnb.on {margin-top:0; opacity:1;}
	.lnb .cover {position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.0);}
	.lnb.on .cover {background:rgba(0,0,0,.4);}
	.lnb-wrap {position:relative; height:100%;}
	.lnb-wrap .titwrap {position:absolute; width:100%; bottom:7vh; font-weight:500; color:#fff; text-align:center;}
	.lnb-wrap .titwrap .tit {font-size:22px; letter-spacing:-1px;}
	.lnb-wrap .titwrap p {font-size:14px;}
	

	/*컨텐츠*/
	.contents {position:relative; color: #666;}
	.contents-wrap {width:100%; padding:60px 20px 60px; max-width:100%;}
	.contents .wrapper {width:100%; padding:50px 0;}
	.contents h2 {font-size:24px; font-weight:500; letter-spacing:-1px; line-height:1.2; margin-bottom:30px; color:#323c5b;}

	
	a.gotop {position:fixed; right:10px; bottom:60px; display:block; width:40px; height:40px; background:#fff url(../images/common/i-gotop.png) no-repeat center; line-height:1; border-radius:50%; border:2px solid #000; text-indent:-999px; overflow:hidden; box-shadow:5px 5px 10px rgba(0,0,0,.2);}
	
	

	.sub-visual {position:relative; width:100%; height:20vh; margin-top:60px;}
	/*.sub-visual .cover { display : block; position : absolute; background : rgba(0,0,0,.4); width : 100%; height : 100%; top:0; }*/
	.sub-visual .sub-visual-wrap { position : absolute; display:table; width:100%; height:100%; left : 50%; transform : translateX(-50%);}
	.sub-visual .sub-visual-text {display:flex; flex-direction:column; justify-content:center; height:100%; padding-top:15px;}
	.sub-visual .sub-visual-text h2 {font-size:30px; font-weight:600; letter-spacing:-.5px; color:#000; text-align:center; z-index : 5;}
	.sub-visual .sub-visual-text p {font-size:18px; font-weight:400; color:#000;
    text-align:center; position:relative; margin-top:20px;}
	.sub-visual .sub-visual-text p:before {content: ""; display:block; width:40px; height:2px; background:var(--base2); position:absolute; top:-7px; left:50%; transform:translateX(-50%);}
	.sub-visual {background:url(../images/common/lnb_bg3_m.png) no-repeat; background-size: cover; background-position: center;} 
	/*.sub-visual.business { background:url(../images/common/bg_top.jpg) no-repeat; background-size: cover; background-position: center;}
	.sub-visual.item { background:url(../images/common/bg_top.jpg) no-repeat; background-size: cover; background-position: center;}
	.sub-visual.community { background:url(../images/common/bg_top.jpg) no-repeat; background-size: cover; background-position: center;}*/
	
	.site-route {display:flex; flex-direction:column; padding:30px 20px 0 20px;  gap:10px;}
	.site-route>p {font-weight:700; font-size:24px; position:relative; line-height:1; order:2;}
	.site-route ul {display:flex; justify-content:flex-end; align-items:center; font-size:14px; color:#666; color:#000; font-weight:600;}
	.site-route ul li {position:relative;}
	.site-route ul li:first-child {font-size:12px; border:1px solid rgba(0,0,0,0.15); width:70px; line-height:30px; text-align:center; border-radius:30px;}
	.site-route ul li img {transform:translateY(-2px)}
	.site-route ul li+li {padding-left:35px;}
	.site-route ul li+li:before {content:""; display:block; width:6px; height:12px; background:url(/images/common/i-siteroute_right.png) no-repeat center center / cover; position:absolute; top:5px; left:16px;}
	
	.contents-wrap {padding:50px 20px 50px!important;}
	.contents h2 { font-weight:500; font-size : 20px; color : #000; }
	.contents h2 span { display: inline-block;
    width: 15px; height: 21px; border-radius: 5px;
    background: #434867; transform: translateY(5px); margin-right: 15px;}
}


/* ************************ 모바일 (0~767) ************************ */
@media screen and (max-width: 767px) {
    body { font-family: 'NEXON Lv2 Gothic'; }
	/*header {height:50px;} 
	header .head h1 a {height:50px;}*/
	header .head h1 a img {height:30px;} 
	.sub-visual {height:120px;}
    .sub-visual .sub-visual-text h2 {font-size: 24px;}
	.sub-visual .sub-visual-text p {font-size:16px;}
	.sub-visual .sub-visual-text p:before {top:-8px;}
	.contents-wrap {padding:40px 20px 50px!important;}
	/*footer*/
  footer {position:relative; padding:0; background:#fff; color:#666; font-size:15px; z-index:2;}
  footer .f-btnWrap {display:block; padding:20px 20px 0 20px;}
	footer .footer-wrap {position:relative; background:#FAF9F9}
	footer .footer-wrap .head {padding:20px; order:2;}
	footer .footer-wrap .footer-address {padding:0 20px 20px;}
	footer .footer-info {position:relative; display:flex; flex-direction:column; gap:0;}
  footer address span {margin-right:10px;}
	footer p span {margin-right:10px;}
	footer .copy {margin-top:0px;}
	footer .footer-wrap .footer_btn {order:0; position:relative; width:100%; margin-top:5px;}
	footer .footer-wrap .footer_btn > a {display:flex; position:relative; padding:12px 20px 12px 20px; border:1px solid #ddd; color:#000;
    font-size:15px;  background-color:#fff; clear:both; order:1;}
	footer .footer-wrap .footer_btn ul {z-index:99; position:absolute; bottom:50px; width:100%; border:1px solid #e5e5e5;}
	footer .footer-wrap .footer_btn ul li a {display:block; background:#fff; padding:10px 20px; }
	footer .footer-wrap .footer_btn ul li a:hover {background:#8b8b8b; color:#fff;}
	footer .footer-wrap .footer_btn ul li+li a {border-top:1px solid #e5e5e5;}
	footer .footer-wrap .footer_btn > a i {position:absolute; right:20px; top:36%; transition:all 0.3s; font-size:12px;}
	footer .footer-wrap .footer_btn > a i.on {transform:rotate(180deg);}

	footer .footer-wrap .footer_btn a:last-child {margin-right:0;}
	footer .footer-wrap .footer_btn a:last-child:after {display:none;}
	.site-route {gap:15px;}
	.site-route>p {font-size:24px;}
}

/* ************************ 모바일 (0~500) ************************ */
@media screen and (max-width:500px) { 
.sub-visual {height:100px;}
.site-route>p {font-size:22px;} 
.sub-visual .sub-visual-text h2 {font-size:18px;}
.sub-visual .sub-visual-text p {font-size:13px;}
.sub-visual .sub-visual-text p:before {width:25px;}
.sub-visual .sub-visual-text {padding-top:10px;}
}