@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; transition:all .3s;} */
/* a:link {text-decoration:none; color:#666;} */
/* a:visited {text-decoration:none; color:#666;} */
/* a:hover {text-decoration:none; color:#000;} */
/* a:active {text-decoration:none; color:#666;} */
			
body {font-family:'paybooc', sans-serif; font-size:16px; font-weight:500; line-height:1.6; color:#666; word-break:keep-all; overflow-x:hidden;}


:root {
	--blue:#0068b5;
	--sky:#00aeef;
	--red:#f00;
	--gray:#999;
	--border1:#e5e5e5;
	--border2:#eaeaea;
	--border3:#dee0ec;
}

.c_red {color:var(--red) !important;}
.c_blue {color:var(--blue) !important;}
.c_sky {color:var(--sky) !important;}
.c_gray {color:var(--gray) !important;}
.bgc_red {background-color:var(--red) !important;}
.bgc_blue {background-color:var(--blue) !important;}
.bgc_gray {background-color:var(--gray) !important;}

.lnb .lnbBg {background:center /cover no-repeat; position:relative;}
.lnb .lnbBg .cover {background:#002259; opacity:.6; position:absolute; left:0; top:0; right:0; bottom:0;}
.lnb .lnbBg h2, .lnb .lnbBg p {position:relative;}
.lnb.company .lnbBg {background-image:url(../images/common/bg_company.jpg);}
.lnb.product .lnbBg {background-image:url(../images/common/bg_product.jpg);}
.lnb.center .lnbBg {background-image:url(../images/common/bg_center.jpg);}
.lnb.self .lnbBg {background-image:url(../images/common/bg_self.jpg);}
.lnb.customer .lnbBg {background-image:url(../images/common/bg_customer.jpg);}

/* 폼 */

:focus {outline:0;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}

input[type="radio" i] {margin:0 5px 0 0;}

select {
	 -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none; /* 화살표 없애기 */
	height:50px; line-height:48px;
	padding:0 60px 0 12px !important; border:1px solid var(--border1); cursor:pointer; background:#fff url(../images/common/i-arrowDown.png)calc(100% - 20px) 50% /auto no-repeat;
	min-width:200px; max-width:100%;
}
/* textarea {padding:0 12px; line-height:48px; height:50px; border:1px solid #e5e5e5;resize:none; width:100%; min-height:120px;} */
textarea {padding:10px 12px; line-height:1.4; height:50px; border:1px solid #e5e5e5;resize:none; width:100%;}
input[type=text],input[type=password],input[type=number] {padding:0 12px; height:50px; line-height:48px; border:1px solid var(--border1);}
input[readonly] {background-color:#f1f1f1; border:1px solid transparent;}
button {border:0; cursor:pointer; background:transparent; padding:0;}

/* 파일박스 */
.filebox {display:flex; gap:0 !important;}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0; visibility:hidden;
}
.filebox label {
    display: inline-block;
    padding:0 20px; border-radius:5px;
    color: #fff; text-align:center;
    vertical-align: middle;
    background-color:var(--c_purple);
    cursor: pointer; width:100px;
    height: 40px; line-height:40px;
    margin-left: 5px;
}
.filebox .upload-name {
    display: inline-block;
    height: 40px; border-radius:5px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid var(--border1);
	width:70%;
    color: #000;
}

/* radioBox */
.radioBox span {margin-right:20px; display:inline-block;}
.radioBox input[type="radio"] {position:absolute; left:-99999px;}
.radioBox input[type="radio"]+label {padding:0 0 0 20px; position:relative; vertical-align:middle; cursor:pointer;}
.radioBox input[type="radio"]+label:before {width:16px; height:16px; border:2px solid var(--c_purple); border-radius:50%; content:''; display:block; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.radioBox input[type="radio"]:checked+label:after {width:8px; height:8px; background:var(--c_purple); border-radius:50%; content:''; display:block; position:absolute; left:4px; top:50%; transform:translateY(-50%);}


/* ************************ 데스크탑 (1025~) ************************ */
@media screen and (min-width: 1025px), print {

	/* 공통 */
	.mobile {display:none !important;}
	.w1400 {width:1400px; margin:0 auto; max-width:100%;}
	

	/* 헤더 */
	header {z-index:999; position:absolute; width:100%; height:100px;}
	header .head {position:absolute; left:50%; top:0; transform:translateX(-50%); z-index:9;}
	header .head h1 {position:absolute; left:0; top:0;}
	header .head h1 a {height:100px; display:flex; align-items:center;}
	header .head h1 img {height:60px;}
	
	.headerH {height:100px;}

	/* gnb */
	nav.pc {height:100px; position:relative; margin:0 auto; overflow:hidden; background:#fff;}
	nav.pc .gnb {position:absolute; left:50%; top:0; transform:translateX(-50%);}
	nav.pc .gnb>ul {height:100px; display:flex; gap:1vw; padding-left:5.2vw;}
	nav.pc .gnb>ul>li {position:relative;}
	nav.pc .gnb>ul>li.on:before {width:5px; height:15px; background:url(../images/common/i-sup.svg)center /100% no-repeat; left:-10px; top:30px; content:''; display:block; position:absolute;}
	nav.pc .gnb>ul>li>a {display:flex; height:100px;color:#000; font-weight:700; font-size:16px; align-items:center; line-height:1.4;}
	nav.pc .gnb>ul>li.on>a,
	nav.pc .gnb>ul>li>a:hover {color:var(--blue);}
	nav.pc .gnb>ul>li>ul {padding:30px 0 25px; position:absolute;}
	nav.pc .gnb>ul>li>ul>li {padding:0 10px 13px;}
	nav.pc .gnb>ul>li>ul>li a {display:inline-block; color:#000; border-bottom:1px solid transparent; line-height:1.3; white-space:nowrap;}
	nav.pc .gnb>ul>li>ul>li a:hover,
	nav.pc .gnb>ul>li>ul>li.on a {color:var(--blue); border-color:inherit;}
	nav.pc .navbg {width:100%; position:absolute; left:0; top:0;}
	nav.pc .navbg .dep1 {height:100px; border-bottom:1px solid var(--border2);}
	nav.pc .navbg .dep2 {}
	
	aside {gap:20px; right:0; top:0; position:absolute; display:flex !important; height:100px; align-items:center; }
	aside a {}
	aside a.mall {}
	aside a.lang {padding-top:3px; padding-left:20px; background:url(../images/common/i-lang.svg)0 center /15px no-repeat; font-size:12px; font-weight:900; color:var(--blue);}
	
	
	/*서브메뉴*/	
	.lnb {}
	.lnbBg {height:350px; color:#fff; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center;}
	.lnbBg h2 {padding:0 0 30px; margin:0 0 20px; font-size:60px; font-weight:700; position:relative;}
	.lnbBg h2:after {width:50px; height:5px; background:#fff; left:50%; bottom:0; transform:translateX(-50%); position:absolute; content:''; display:block;}
	.lnbBg p {font-size:18px;}
	.lnbBg p b {padding:0 0 5px;font-size:24px; font-weight:700; display:block;}
	.lnbMenu {left:0; top:450px; width:100%;height:80px; border-bottom:1px solid var(--border3); position:absolute; background:#fff; z-index:5;}
	.lnbMenu.fixOn {top:0; position:fixed;}
	.lnbMenu ul {display:flex; position:relative;}
	.lnbMenu ul:before,
	.lnbMenu ul:after {content:''; display:block; position:absolute;}
	.lnbMenu ul:before {width:32px; height:102px; left:-110px; bottom:10px; background:url(../images/common/i-sup.svg)center /100% no-repeat; z-index:2;}
	.lnbMenu ul:after {width:65px; height:150px; left:-90px; bottom:0; background:url(../images/common/i-sup-white.svg)center top /100% no-repeat;}
	.lnbMenu ul li {padding:25px 20px 0 0; position:relative;}
	.lnbMenu ul li+li {padding-left:20px;}
	.lnbMenu ul li:last-child:before {display:none;}
	.lnbMenu ul li:before {width:1px; height:13px; right:0; top:32px; background:var(--border3); position:absolute; content:''; display:block;}
	.lnbMenu ul li a {padding:; border-bottom:3px solid transparent; font-size:18px; font-weight:700; position:relative; color:#000; display:block;}
	.lnbMenu ul li.on a {color:var(--blue); border-color:inherit;}
	.lnbMenuWrap {position:relative;}
	.lnbMenuWrap #gotop {position:absolute; right:0; top:0; line-height:80px; padding-left:24px; background:url(../images/common/i-arrowUp.png)0 center no-repeat; font-size:12px; font-weight:700; color:#000; text-transform:uppercase; display:block;}
	
	.lnbTit {padding:150px 0  100px; display:flex; align-items:end; justify-content:space-between;}
	.lnbTit h3 {font-size:36px; color:#000; font-weight:900;}
	.lnbTit ul {display:flex;}
	.lnbTit ul li {margin-left:12px; padding-left:15px; font-size:14px;}
	.lnbTit ul li+li {background:url(../images/common/lnb-nav-arrow.png)0 center no-repeat;}
	
	
	/*컨텐츠*/
	.contents {padding:0 0 150px; display:block !important;}
	.contents-wrap {}
	
	
	/* 하단 */
	footer {padding:60px 0; background:#f1f3f9;}
	footer .footerWrap {font-size:15px; display:flex; position:relative;}
	footer .footerWrap .f_logo {width:230px; padding-right:50px;}
	footer .footerWrap .f_logo img {width:100%;}
	footer .footerWrap .f_con {width:calc(100% - 230px); padding-right:280px;}
	footer .footerWrap .f_con p {line-height:2;}
	footer .footerWrap .f_con p span {padding-right:20px; display:inline-block;}
	footer .footerWrap .f_con p.copy {padding:10px 0 0;}
	footer .family-site {position:absolute; right:0; top:0;}
	footer .family-site>a {width:260px; padding:0 20px; line-height:48px; border:1px solid var(--border3); background:#fff url(../images/common/i-arrowDown.png)calc(100% - 20px) center no-repeat; display:block;}
	footer .family-site ul {position:absolute; left:0; bottom:0; width:100%; background:#fff;border:1px solid var(--border3); box-shadow:0 0 15px rgba(0,0,0,.05);display:none;}
	footer .family-site ul li {}
	footer .family-site ul li+li {border-top:1px solid var(--border3);}
	footer .family-site ul li a {padding:0 20px; line-height:48px;display:block;}
	footer .family-site ul li a:hover {background:#f9f9f9}
	footer .family-site:hover ul {display:block;}
	
	
	
	
	
	
}


/* ************************ 테블릿 (~1024) ************************ */
@media screen and (max-width: 1024px) {
	
	.pc {display:none !important;}
	
	/*공통*/
	
	
	/*헤더*/
	header {z-index:999; width:100%; left:0; top:0;height:60px; position:absolute;}
	header .head {z-index:100; position:absolute; left:0; top:0; width:100%; height:60px; overflow:hidden; line-height:1; background-color:#fff; box-shadow:0 3px 3px 3px rgba(0,0,0,.1);}
	header .head .gnbView {display:block; position:absolute; display:table; right:0; top:0; width:60px; height:60px; text-align:center; background:url(../images/common/i-allView2.png) no-repeat 50%; background-size:35%;}
	header .head h1 {display:block; margin:0 !important;}
	header .head h1 a {display:inline-block; padding:14px 20px; text-align:center;}
	header .head h1 a img {display:block; height:30px; font-size:0; line-height:0;}
	header .head .lang{z-index: 2;position: absolute;top: 0;right:60px;display:Block;line-height:62px;font-size: 13px;width:40px;text-align:right;font-weight:400}
	header .head .lang img{display:none;}

	.headerH {height:60px;}
	
	/*gnb*/
	header nav.mobile {z-index:9999; position:fixed; visibility:hidden; left:0; top:0; width:80%; overflow:hidden; background-color:#fff;}
	header nav.mobile .closeWrap {z-index:1; position:relative; height:60px; background-color:#fff; color:#000; box-shadow:0 3px 5px rgba(0,0,0,.1);}
	header nav.mobile .closeWrap .gnbClose {display:block; float:left; width:60px; height:100%; background:url(../images/common/icon_x2.png) 50% 50% no-repeat; background-size:30%; border-right:1px solid #e0e0e0}
	header nav.mobile .closeWrap aside {display:flex; float:right; height:100%;}
	header nav.mobile .closeWrap aside a {width:60px; height:60px; display:inline-block;border-left:1px solid #e0e0e0; background-size: 22px !important; line-height:60px; text-align:center; font-size:13px; color:#999;}
	header nav.mobile .closeWrap aside a.mall{ background: url(../images/common/i-fix-1-gray.png) no-repeat 50%;}	
	header nav.mobile .closeWrap aside a.lang{ background: url(../images/common/i-fix-2-gray.png) no-repeat 50%;}	
	header nav.mobile .closeWrap aside a.home{ background: url(../images/common/i_home.png) no-repeat 50%;}	
	.gnbCover {z-index:9998; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.5);}

	header nav.mobile .gnb {position:relative; width:100%; height:100%; overflow-y:auto; text-align:left !important;}
	header nav.mobile .gnb * {width:100% !important;}
	header nav.mobile .gnb .home {display:block; width:100%; background-color:#f0f0f0; padding:12px 20px; border-bottom:1px solid #333;}
	header nav.mobile .gnb>ul {position:absolute; top:0; right:0;}
	header nav.mobile .gnb>ul>li {clear:both; position:relative;}
	header nav.mobile .gnb>ul>li>a {display:block; padding:15px 20px; font-size:16px; color:#000; border-bottom:1px solid #ddd; background:#fff; letter-spacing:-.5px; font-weight:500;}
	header nav.mobile .gnb>ul>li>a:hover {color:#000;}
	header nav.mobile .gnb>ul>li.on>a {color:#0393d6; background:#fff; border-bottom:2px solid #0393d6;}
	header nav.mobile .gnb>ul>li ul{border-bottom:5px solid #eee}
	header nav.mobile .gnb>ul>li ul>li {position:relative;}
	header nav.mobile .gnb>ul>li ul>li>a {display:block; padding:13px 20px 13px 20px; font-size:15px; color:#555; letter-spacing:-.5px; border-top:1px dotted #ddd; font-weight:400;}
	header nav.mobile .gnb>ul>li ul>li:first-child>a {border:0;}
	header nav.mobile .gnb>ul>li ul>li>ul>li.on a {color:#0393d6;}
	header nav.mobile .gnb>ul>li ul>li:last-child:after {display:block; height:7px; background:#eee; box-shadow: 3px 3px 3px #ddd inset;}
	header nav.mobile .gnb>ul>li ul>li>a:hover {color:#000; background-color:#f5f5f5;}
	header nav.mobile .gnb>ul>li ul>li.on>a {color:#0393d6;}
	
	/*서브메뉴*/	
	.lnb {}
	.lnbBg {height:300px; color:#fff; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center;}
	.lnbBg h2 {padding:0 0 30px; margin:0 0 20px; font-size:48px; font-weight:700; position:relative;}
	.lnbBg h2:after {width:40px; height:4px; background:#fff; left:50%; bottom:0; transform:translateX(-50%); position:absolute; content:''; display:block;}
	.lnbBg p {font-size:17px;}
	.lnbBg p b {font-size:21px; font-weight:700; display:block;}
	.lnbMenu {left:0; top:450px; width:100%;height:80px; border-bottom:1px solid var(--border3); position:absolute; background:#fff; z-index:2;}
	.lnbMenu.fixOn {top:0; position:fixed;}
	.lnbMenu ul {display:flex; position:relative;}
	.lnbMenu ul:before,
	.lnbMenu ul:after {content:''; display:block; position:absolute;}
	.lnbMenu ul:before {width:32px; height:102px; left:-110px; bottom:10px; background:url(../images/common/i-sup.svg)center /100% no-repeat; z-index:2;}
	.lnbMenu ul:after {width:65px; height:150px; left:-90px; bottom:0; background:url(../images/common/i-sup-white.svg)center top /100% no-repeat;}
	.lnbMenu ul li {padding:25px 20px 0 0; position:relative;}
	.lnbMenu ul li+li {padding-left:20px;}
	.lnbMenu ul li:last-child:before {display:none;}
	.lnbMenu ul li:before {width:1px; height:13px; right:0; top:32px; background:var(--border3); position:absolute; content:''; display:block;}
	.lnbMenu ul li a {padding:; border-bottom:3px solid transparent; font-size:18px; font-weight:700; position:relative; color:#000; display:block;}
	.lnbMenu ul li.on a {color:var(--blue); border-color:inherit;}
	.lnbMenuWrap {position:relative;}
	.lnbMenuWrap #gotop {position:absolute; right:0; top:0; line-height:80px; padding-left:24px; background:url(../images/common/i-arrowUp.png)0 center no-repeat; font-size:12px; font-weight:700; color:#000; text-transform:uppercase; display:block;}
	
	.lnbTit {padding:80px 20px 70px; display:flex; align-items:end; justify-content:space-between;}
	.lnbTit h3 {font-size:30px; color:#000; font-weight:900;}
	.lnbTit ul {display:flex; flex-wrap:wrap; justify-content:right;}
	.lnbTit ul li {margin-left:12px; padding-left:15px; font-size:13px;}
	.lnbTit ul li+li {background:url(../images/common/lnb-nav-arrow.png)0 center no-repeat;}
	
	
	/*컨텐츠*/
	.contents {padding:0 0 100px; display:block !important;}
	.contents-wrap {padding:0 20px;}
	
	
	/* 하단 */
	footer {padding:80px 20px 40px; background:#f1f3f9; position:relative;}
	footer .footerWrap {font-size:15px; }
	footer .footerWrap .f_logo {padding-bottom:20px;}
	footer .footerWrap .f_logo img {width:160px;}
	footer .footerWrap .f_con {}
	footer .footerWrap .f_con p {line-height:2;}
	footer .footerWrap .f_con p span {padding-right:20px; display:inline-block;}
	footer .footerWrap .f_con p.copy {padding:10px 0 0;}
	footer .family-site {width:100%; position:absolute; right:0; top:0;}
	footer .family-site>a {padding:0 20px; line-height:48px; border:1px solid var(--border3); background:#fff url(../images/common/i-arrowDown.png)calc(100% - 20px) center no-repeat; display:block;}
	footer .family-site ul {position:absolute; left:0; bottom:0; width:100%; background:#fff;border:1px solid var(--border3); box-shadow:0 0 15px rgba(0,0,0,.05);display:none;}
	footer .family-site ul li {}
	footer .family-site ul li+li {border-top:1px solid var(--border3);}
	footer .family-site ul li a {padding:0 20px; line-height:48px;display:block;}
	footer .family-site ul li a:hover {background:#f9f9f9}
	footer .family-site:hover ul {display:block;}
	
		
	
}


/* ************************ 모바일 (0~767) ************************ */
@media screen and (max-width: 767px) {
	body {font-size:15px; line-height:1.4;}
	/* 폼 */
	select {height:44px; line-height:42px;}
	textarea {height:44px; line-height:42px;}
	input[type=text],input[type=password],input[type=number] {height:44px; line-height:42px;}
	
	
	/*서브메뉴*/	
	.lnb {}
	.lnbBg {padding:0 20px; height:220px;}
	.lnbBg h2 {font-size:27px; padding:0 0 20px; margin:0 0 10px;}
	.lnbBg h2:after {width:30px; height:3px;}
	.lnbBg p {font-size:16px;}
	.lnbBg p b {font-size:19px;}
	
	.lnbTit {padding:40px 20px 25px; flex-direction:column; align-items:start; gap:10px;}
	.lnbTit h3 {font-size:24px;}
	.lnbTit ul li {margin-left:7px; padding-left:10px;}
	.lnbTit ul li:first-child {padding:0; margin:0;}
	
	/*컨텐츠*/
	.contents {padding:0 0 70px;}
	
	
	/* 하단 */
	footer {padding:70px 20px 30px; font-size:14px;}
	footer .footerWrap .f_logo img {width:140px;}
	footer .footerWrap .f_logo {padding-bottom:10px;}
	footer .footerWrap .f_con p {line-height:1.6;}
	
	
	
	
	

}
