@charset "utf-8";

/*
 * layout.css.css
 * 레이아웃 공통요소들 작업요소에 맞게 수정하시면됩니다.
 *
 * 1) root 설정
 * 2) 폰트설정
 * 3) 레이아웃설정
 *
 */

/* 1) root 설정  */
:root{
	--color-base:#222; /* 선언이 안되면 #333 기본컬러로 적용됨 */
	--color-point02:#43b7ad;
	--color-point:#1f3872;
	--color-white:#fff;
	--color-black:#000;
	--font-base:16px;
	--font-kr: "Pretendard", serif;
}




[data-ani]{opacity:0; transition:transform 1.6s ease, opacity 1.3s ease; transform-style:preserve-3d; will-change:transform;}
[data-ani].is_moved{opacity:1; transform:none;}
[data-ani="img"]{transform:translate(0%, 40%) matrix3d(1, 0, 0, 0, 0, 0.997564, 0.0697565, -0.00028, 0, -0.0697565, 0.997564, -0.00249391, 0, 0, 40, 0.9);}
[data-ani="top"]{transform:translateY(100px); transition-delay:0.1s;}
[data-ani="right"]{transform:translateX(100px); transition-delay:0.1s;}
[data-ani="left"]{transform:translateX(-140px); transition-delay:0.1s;}
[data-ani="scale"]{transform:scale(2); transition-delay:0.1s; opacity:1 !important;}
[data-ani="rotate"]{transform:scale(1.15); transition-delay:0.1s; opacity:1 !important;}

/* start motion  for All contents */
.motion-on [data-motion]{transition:transform 1.4s ease, opacity 1.3s ease;transform: none;opacity:1;will-change: transform;}
[data-motion]{opacity:0;}
[data-motion="preserveTop"]{transform:translateY(100%) rotateX(-80deg); transform-style:preserve-3d; transform-origin:center bottom;}
[data-motion="slideBtm"]{transform:translateY(-50px);}
[data-motion="slideTop"]{transform:translateY(50px);}
[data-motion="slideLeft"]{transform:translateX(-100px);}
[data-motion="slideRight"]{transform:translateX(100px);}
[data-motion="scale"]{animation: motion-scale 3s forwards cubic-bezier(0.12, 0.4, 0.41, 0.86);}
 
/* delay set */
[data-delay="100"]{transition-delay:100ms !important;}
[data-delay="150"]{transition-delay:150ms !important;}
[data-delay="200"]{transition-delay:200ms !important;}
[data-delay="250"]{transition-delay:250ms !important;}
[data-delay="300"]{transition-delay:300ms !important;}
[data-delay="350"]{transition-delay:350ms !important;}
[data-delay="400"]{transition-delay:400ms !important;}
[data-delay="450"]{transition-delay:450ms !important;}
[data-delay="500"]{transition-delay:500ms !important;}
[data-delay="550"]{transition-delay:550ms !important;}
[data-delay="600"]{transition-delay:600ms !important;}
[data-delay="650"]{transition-delay:650ms !important;}

/*  keyframe */
@keyframes motion-scale{
	0%{transform: scale(1.05);}
	100%{transform: scale(1);}
}



/* 3) 레이아웃설정 */
.inr{position:relative; width:1200px; margin:0 auto;}
.bn-mobile{display:block; position:relative; padding:20px; background:#007aff; font-size:35px; font-weight:bold; color:#fff; line-height:1em; box-sizing:border-box; text-align:center;}
.top-bn{position:relative; display:flex; justify-content: center; align-items: center;width:100%; height:80px; background:url(../images_new5/common/top-bn-bg.jpg)no-repeat center; background-size:cover;}
.top-bn img{width:auto; max-width:94%;}
#header{position:relative; width: 100%; height:90px; left: 0; top:0; z-index: 101; opacity:1; box-sizing:border-box; background:#fff; border-bottom:1px solid #eee; transition: opacity 0.5s, top 0.5s ease;}
#header.fixed{box-shadow:0 0 15px rgba(0, 0, 0, 0.15);}
.motion-on #header{top:0; opacity:1;}
#header .gnb_area{position:relative; display:flex; align-items: center; justify-content: space-between;  width:1200px; height:100%; margin:0 auto; box-sizing:border-box; }
#header h1{}
#header h1 > a{display: block; height: 49px;}
#header h1 img{ display: block; height: 100%;}
#header h1 img.black{display:none;}
#header nav{height:100%;}
#header nav .gnb > li{margin-left:50px;}
#header nav .gnb > li > a{display:block; font-weight:600; padding:35px 0; box-sizing:border-box; transition:all 0.3s ease;}
#header nav .gnb > li > a > span{font-size:18px; color:#333;}
#header nav .gnb > li > a:hover > span{color:#00376e;}
#header .menu{display: flex; align-items: center;  justify-content: center; width:90px; height:90px; background:var(--color-point); transition:all 0.2s ease;}
#header .menu .menu__burger{width: 25px; height: 19px; position: relative; cursor: pointer;}
#header .menu .menu__burger span{width: 80%; height: 2px; background-color: #fff; right: 0; display: block; position: absolute;}
#header .menu .menu__burger span:nth-child(1){top: 0;}
#header .menu .menu__burger span:nth-child(2){width:100%; top: 50%; transform: translateY(-50%);}
#header .menu .menu__burger span:nth-child(3){bottom: 0;}
#header .menu:hover{background:var(--color-point2);}
/*#header .menu .menu__burger:before{opacity:0; position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; background: var(--color-point); content: ''; border-radius: 50%; transform: translate(-50%, -50%); transition:all 0.3s ease;}*/
#header .btn_menu{display:none;}
#header .btn_menu{justify-content: center; align-items: center; position:absolute; top:31px; left:0; z-index:9999; width:28px; height:20px; font-size:0px; transition:all 0.3s ease 0s;}
#header .btn_menu > div{position:relative; width:100%; height:100%;}
#header .btn_menu > div > span{display:block; position:absolute; right:0px; width:100%; height:2px; background:#222;}
#header .btn_menu > div > span:nth-of-type(1){top:0;}
#header .btn_menu > div > span:nth-of-type(2){top:50%; margin-top:-1px; transition:background 0.3s ease 0s;}
#header .btn_menu > div > span:nth-of-type(3){bottom:0;}
#header .btn_menu > div > span:nth-of-type(1),
#header .btn_menu > div > span:nth-of-type(3){transition:all 0.3s ease; transition-property:top, transform; transition-delay:0.3s;}
#header .btn_menu.active{position:fixed; /*top:70px; right:65px;*/ left:356px; }
#header .btn_menu.active:before{display:block;}
#header .btn_menu.active > div > span:nth-of-type(1){top:9px; transform:rotate(-45deg);}
#header .btn_menu.active > div > span:nth-of-type(2){background:transparent;}
#header .btn_menu.active > div > span:nth-of-type(3){bottom:9px; transform:rotate(45deg);}
#header .btn_menu.active > div > span:nth-of-type(1),
#header .btn_menu.active > div > span:nth-of-type(3){transition-delay:0s, 0.3s;}
#header .btn_close{display:none; position:fixed; opacity:0; visibility:hidden; top:0px; left:0px; z-index:99; width:-webkit-calc(100% - 320px); width:100%; height:-webkit-calc(100vh - -0px * 1); height:calc(100vh - -0px * 1); background:#000; font-size:0; transition:all 0.3s ease-out 0s;}
.active #header .btn_close{opacity:0.4; visibility:visible;}
#header.on .btn_menu > span{background:#222;}
#header .area_util{position:absolute; right:135px;}
#header .area_util > a{display:flex; justify-content: center; align-items: center; padding:5px 30px; height:46px; background:var(--color-point); border-radius:50px; box-sizing:border-box; transition:all 0.3s ease;}
#header .area_util > a > span{position:relative; font-size:20px; color:#fff; font-weight:600;}
#header .area_util > a > span:before{content:''; display:inline-block; position:relative; top:2px; margin-right:12px; width:15px; height:18px; background:url(../../images_new5/common/ic-call.png)no-repeat center; background-size:contain;}
#header .area_util > a:hover{background:var(--color-point02);}
#header.web::after{content:""; position:absolute; opacity:0; visibility:hidden; top:100px; left:0; width:100%; height:0; border-top:1px solid #eee;  border-bottom:1px solid #eee; background:#fff; transition:all 400ms ease; z-index:-1;}
#header.web.hd_pops::after{opacity:1; height:240px; visibility:visible;}

.hd-login{position:absolute; top:28px; right:0; display:block;}
.hd-login img{height:25px;}


#footer{position:relative; padding:70px 0 90px; display:block; background:#1d2a38;}
#footer .inr{display:flex; justify-content: space-between;}
.ft-left{}
.ft-right{}
.ft-box-link{display:block; margin-bottom:10px; width:284px; height:82px; background:#fff; border-radius:10px; box-sizing:border-box; }
.ft-box-link > a{position:relative; display:block; padding:20px; width:100%; height:100%; box-sizing:border-box; }
.ft-box-link > a:before{content:''; position:absolute; top:50%; right:20px; width:7px; height:12px; background:url(../images_new5/content/ic-sldie-arr.svg)no-repeat center; background-size:contain; transform:translateY(-50%); opacity:0.3; transition:all 0.3s ease;}
.ft-box-link > a:hover:before{opacity:1;}
.ft-box-link > a > h3{display:block; font-size:16px; font-weight:bold; color:#333; line-height:1.2em; word-break:keep-all;}
.ft-box-link > a > span{display:inline-block; margin-top:5px; font-size:15px; font-weight:400; color:#999; line-height:1.2em; word-break:keep-all;}
.ft-select{width:284px; height:60px;}
.ft-select select{position:relative; width:100%; height:60px; padding:10px 20px; border-radius:10px; background:transparent url(../images_new5/common/ic-arr-wt.svg)no-repeat calc(100% - 20px) 50%; background-size:12px 7px; box-sizing:border-box; font-size:16px; font-weight:500; color:#fff; border:1px solid rgba(255,255,255,0.1);}
.ft-select select:before{content:''; position:absolute; right:20px; width:12px; height:7px; background:url(../images_new5/content/ic-sldie-arr.svg)no-repeat center; background-size:contain;}
.ft-select select option{color:#333;}
.ft-select select{ -webkit-appearance:none; -moz-appearance:none; appearance:none;}
address{margin-top:25px; display:flex; flex-direction: column; gap:12px 10px;}
address .addr-list{display:flex; gap:15px;}
address > div span{font-size:16px; font-weight:400; color:#fff; line-height:1em; word-break:keep-all; opacity:0.3;}
.ft-copy{margin-top:20px; font-size:15px; font-weight:300; color:#fff; line-height:1em; word-break:keep-all; line-height:1.2em; opacity:0.18;}
.ft-link{display:flex; gap:36px;}
.ft-link > li{position:relative;}
.ft-link > li:before{content:''; position:absolute; top:3px; right:-18px; width:1px; height:14px; background:rgba(255,255,255,0.1);}
.ft-link > li:last-child:before{display:none;}
.ft-link > li > a{font-size:16px; font-weight:500; color:#fff; opacity:0.7;}

#side_area {position: fixed; top:220px; right:50%; margin-right:-750px; z-index: 99; cursor: pointer; transition: 1s all 200ms; border-radius:10px; overflow:hidden; box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.05);}
.quick_menu{width:90px; text-align: center; overflow:hidden;}
.quick-tit{display:flex; flex-direction: column; justify-content: center; width:100%; height:70px; background:#2c74e4;}
.quick-tit .icon{height:19px;}
.quick-tit .icon img{height:100%;}
.quick-tit h4{display:block; margin-top:5px; font-size:15px; font-weight:500; color:#fff; line-height:1em;}
.quick_menu ul{ background:#fff; border-top:none; border:1px solid #eee; box-sizing:border-box; border-radius:0 0 10px 10px; overflow:hidden;}
.quick_menu ul li {padding:15px 0; font-size: 14px; transition:all 0.3s ease;}
.quick_menu ul li:first-child{padding-top:20px;}
.quick_menu ul li a {color: #333;}
.quick_menu ul li .icon{position: relative; display: block; padding-bottom:7px;}
.quick_menu ul li .icon img{height:22px;}
.quick_menu ul li:first-child .icon img{height:24px;}
.quick_menu ul li:last-child .icon img{height:30px;}
.quick_menu ul li span{display:inline-block; font-size: 14px; font-weight:500; line-height:1.2em; color:#4e565d;}
.quick_menu ul li:hover{background:rgba(255,255,255,0.1);}

#side_area2 {position: fixed; width:150px; top:620px; right:50%; margin-right:-782px; z-index: 99; cursor: pointer; transition: 1s all 200ms; border-radius:10px; overflow:hidden; box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.05);}
.quick_menu2{width:150px; text-align: center; overflow:hidden;}
.quick-tit2{justify-content: center; width:150px; height:110px; background:red;}


.topBtn {width: 61px; border-radius: 21px; background: #fff; text-align: center; padding: 16.5px 0; font-size: 14px; font-weight: bold; margin: 19px auto 0; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;}
.topBtn i {position: relative; display: block; padding-bottom: 5px;}
.topBtn i::before {content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: url('../images_new5/common/q_icon4.png') no-repeat; width: 8px; height: 4px;}

#footer .btn_top_box{visibility:hidden; position:absolute; bottom:120px; right:20px; width:60px; height:60px; background:#12203f; text-align:center;}
#footer .btn_top{display:flex; justify-content: center; align-items: center; flex-direction: column; width:100%; height:100%;}
#footer .btn_top a{display:block; width:100%; height:100%;}
#footer .btn_top img{position:relative; height:7px;}
#footer .btn_top span{display:block; font-size:13px; color:#fff; line-height:1em; margin:5px 0 0;}




@media all and (max-width:1700px){

	#header h1{left:30px;}
	#header .area_util{right:30px;}

}

@media all and (max-width:1600px){
	#side_area{right:0; margin-right:0; border-radius:10px 0 0 10px; border-right:none;} 
	.quick_menu{width:80px;}
	.quick_menu ul{border-radius:0; border-right:none;}
	.quick_menu ul li:first-child{padding-top:15px;}
	.quick_menu ul li{padding:10px 0;}
}

@media all and (max-width:1300px){
	/*.inr{width:90%;}
	#header .gnb_area{width:90%; margin:0 auto;}*/
	body{width:1300px; margin:0 auto;}
	#header h1 > a{height:43px;}
}


	.hd-login{ display:none;}
    #header nav{display: flex; position: relative;/*transform:translateY(0) ;transition-delay:0.3s; transition:all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);*/}
	#header nav .gnb{display: flex;  height:100%; }
	#header nav .gnb > li{position: relative;}
	#header nav .gnb > li > a{position:relative; line-height:1em;}
	#header.hd_pops nav .gnb > li > a span{font-weight:600;}
	#header.hd_pops nav .gnb > li:hover > a span,
	#header nav .gnb > li > a.on span{color:var(--color-point) !important;}
	#header nav .gnb > li .box{display:none;}
	/*
	#header nav .gnb > li .box{position:relative; align-items:center;z-index:1; position:absolute;opacity:0;visibility:hidden;overflow:hidden; padding-top:30px; top:100px;left:0;width:100%;min-height:240px; box-sizing:border-box; text-align:center; }
	#header nav .gnb > li .box:before{position: absolute; top: 0; left:0; width: 1px; height: 0; background-color:#eee; content: ""; transition:all 0.5s ease 0s;}
	#header nav .gnb > li:last-child .box:after{position: absolute; top: 0; right:0; width: 1px; height: 0; background-color:#eee; content: ""; transition:all 0.5s ease 0s;}
	#header.hd_pops .gnb > li .box:before{height:100%;}
	#header.hd_pops .gnb > li:last-child .box:after{height:100%;}
	#header.on nav .gnb > li .box{top:94px;}
	*/
	#header nav .gnb > li:hover .box{background-color:#fafcfd;;}
	#header nav .gnb > li.active .box{opacity:1; visibility:visible; transition: opacity 0.5s ease-in-out 0.3s; }
	#header nav .gnb > li ul > li{margin-bottom:14px;}
	#header nav .gnb > li ul > li > a{display:block;position:relative;padding:0; transition:all 0.3s ease 0s;white-space: nowrap;text-align: center;}
	#header nav .gnb > li ul > li > a:hover > span{color:#444; font-weight:600;}
	#header nav .gnb > li ul > li:first-child > a{border-top-width:0px;}
	#header nav ul.gnb > li.gnb-hd{display:none;} 
	.gnb-hd{display:none;}
	#header.hd_pops nav .gnb > li > a{padding:41px;}



/*
@media (max-width:1024px){
	.top-bn{height:70px;}
	#header{height:80px;}
	#header .gnb_area{width:auto; margin:0 40px; justify-content: center;}
	#header h1{left:20px;}
	#header .menu{display:none;}
	#header .btn_menu{display:block;}
	#header h1 a{height:38px;}
    #header .gnb li ul {transition: none !important;}
	.hd-btn{display:none;}
    #header .area_util{display:none; right:55px;}
	#header .area_util > a{padding:5px 20px; height:43px;}
	#header .area_util > a > span:before{margin-right:8px;}
    #header .bg_gnb{display:none !important;}
	#header.mob nav .gnb > li.top{display:block; padding:25px 20px;}
	#header.mob nav .gnb > li .area_sns{display:block; position:relative; top:0; right:0;}
	#header.mob nav .gnb > li .area_sns > ul{display:flex;}
	#header.mob nav .gnb > li .area_sns > ul > li{margin-right:5px; margin-left:0;}
	#header.mob nav .gnb > li .area_sns > ul > li > a{display:flex; padding:0; text-align:center; width:34px; height:34px;}
	.area_sns ul li img{height:14px;}
	.area_sns ul li.youtube > a img{height:12px;}
	#header .btn_menu{}
	#header .btn_menu.active{top:31px; background:transparent;}
	#header .btn_menu.active > div > span{background:#222;}
	#header .btn_menu,
	#header .btn_close{display:flex;}

	#header nav{position:fixed; visibility:hidden; top:0px; right:0; z-index:90;  width: 100%; height: -webkit-calc(100vh - 0px * 1); height: calc(100vh - 0px * 1); background:rgba(0,0,0,0); font-size: 0; transition: all 0.3s ease-out 0s; transition:all 0.5s ease-out 0s;}
	#header nav.active{right:0;  background:rgba(0,0,0,0.4); visibility:visible;}
	#header nav .gnb{position:absolute;top:0; left:-100%;z-index:99;  width:100%; max-width:400px; height:100vh; background:#fff; box-sizing:border-box; background-size:cover; box-shadow:-5px 0px 15px rgba(0,0,0,0.1); overflow-y: auto; transition: all 0.8s ease-out 0s; }
	#header nav.active .gnb{left:0;}
	#header nav{margin:0;}
	#header.mob nav .gnb > li{float:unset;  display:block; padding:0; margin:0 20px 8px; border:1px solid #eee; box-sizing:border-box; border-radius:8px;}
	#header nav ul.gnb > li.gnb-hd{ margin:0; padding:15px 20px; box-sizing:border-box; border:none; border-radius:0; border-bottom:1px solid #eee;}
	#header nav ul.gnb > li.gnb-hd .logo{height:32px;}
	#header nav ul.gnb > li.gnb-hd .logo img{height:100%;}
	#header nav ul.gnb > li.gnb-hd > a{display:inline-block; border:1px solid #fff; border-radius:50px; box-sizing:border-box; padding:6px 15px;}
	#header nav ul.gnb > li.gnb-hd > a > span{color:#fff;}
	#header nav ul.gnb > li.gnb-login{border:none;}
	#header nav ul.gnb > li.gnb-login .main-login{border-radius:7px;}
	#header nav ul.gnb > li.gnb-login .main-login > h3{font-size:22px; line-height:1.2em;}
	#header nav ul.gnb > li > a{position:relative; display:block; padding:16px 10px; box-sizing:Border-box; }
	#header nav ul.gnb > li > a > span{display:block; font-size:17px; font-weight:600; font-family:var(--font-kr);}
	#header nav ul.gnb > li > a.active > span{color:var(--color-point); font-weight:bold;}
	#header nav ul.gnb > li > a:before{content:'';display:block;position:absolute;opacity:1;top:50%;right:10px;width:28px;height:28px; background: #eee url(../../images_new5/main/faq-arr.svg) no-repeat center;
    background-size: 12px 8px; transition:all 0.4s ease 0s; border-radius: 50px;transform: translateY(-50%) rotate(0);}
	#header nav ul.gnb > li:first-child > a:before{display:none;}
	#header nav ul.gnb > li > a.active:before{opacity:1; transform:translateY(-50%) rotate(180deg);}

	.area-sns{display:flex; margin:20px 0 0;}
	.area-sns div{margin-right:10px; width:35px; height:35px; border-radius:15px; background:#fff;}
	#header nav ul.gnb > li.gnb-hd .area-sns a {display:block; width:100%; height:100%; display:flex; justify-content: center; align-items: center;}
	#header nav ul.gnb > li.gnb-hd .area-sns a i{display:inline-block;}
	#header nav ul.gnb > li.gnb-hd .area-sns a i img{display:inline-block; height:18px;}
	#header nav ul.gnb > li.gnb-hd .area-sns .youtube a i img{height:13px;}

	#header nav .gnb > li .box{display:none; background:#f9f9f9; padding:20px; box-sizing:border-box; border-top:1px solid #eee;}
	#header nav .gnb > li .box ul > li{margin:0 0 8px;}
	#header nav .gnb > li .box ul > li:last-child{margin:0;}
	#header nav .gnb > li .box ul a span{position:relative; padding-left:12px; font-size:16px; font-weight:400; color:#7b7b7b;}
	#header nav .gnb > li .box ul a span:before{content:''; position:absolute; top:10px; left:0; width:2px; height:2px; background:#999; border-radius:50px;}
	#header nav .gnb > li .box ul a:hover span{font-weight:500; color:var(--color-point);}
	#header nav .gnb > li .box ul a:hover span:before{background:var(--color-point);}
	.inr-wide,
	.inr{margin:0 40px; width:auto;}


	#footer .btn_top_box{visibility:visible;}
	address .addr-list{flex-direction: column; gap:10px;}
}
*/

@media (max-width:1024px){
	#side_area{top:unset; left:0; right:0; bottom:-50px; transform:none; border-radius:0; border:none; }
	.quick_menu{width:100%; border-radius:0;}
	.quick_menu > ul{display:flex;}
	.quick_menu ul li{position:relative; width:calc(100% / 4); padding:0;}
	.quick_menu ul li:before{content:''; position:absolute; top:50%; right:0px; width:1px; height:100%; background:rgba(255,255,255,0.07); box-sizing:border-box; transform:translateY(-50%);}
	.quick_menu ul li:first-child{padding-top:0;}
	.quick_menu ul li > a{width:100%; height:100%; display: flex; flex-direction: column; justify-content: center; padding:10px; box-sizing:border-box;}
	.quick_menu ul li:last-child .icon img{height:25px;}
	.quick-tit{display:none;}
	.motion-on #side_area{right:0; bottom:0;}
}

/*
@media (max-width:860px){
	#header .gnb_area{margin:0 30px;}
	.inr-wide,
	.inr{margin:0 30px;}
}
@media (max-width:768px){
	#header{height:70px;}
	#header h1 a{height:34px;}
	#header .btn_menu{top:25px;}
	#header .btn_menu.active{top:20px;}
	#header .area_util > a{padding:5px 15px; height:38px;}
	#header .area_util > a > span{font-size:18px;}
	#header .area_util > a > span:before{width:13px; height:16px; margin-right:5px;}
	.inr{margin:0 30px;}

	#footer{padding:50px 0;}
	#footer .inr{flex-direction: column; gap:30px;}
	.ft-box-link > a{padding:15px;}
	.ft-select{height:55px;}

}
@media (max-width:650px){
	#header .gnb_area{margin:0 20px;}
	.inr{margin:0 20px;}
}
@media (max-width:540px){
	#footer{padding:40px 0;}
	#footer .inr{gap:20px;}
	.ft-link{gap:20px;}
	.ft-link > li:before{right:-10px; height:12px;}
	.ft-link > li > a{font-size:15px;}
	address .addr-list{gap:6px;}
	address > div span{font-size:15px;}
	.ft-copy{margin-top:15px; font-size:14px;}
	.ft-box-link > a > h3{font-size:15px;}
	.ft-box-link > a > span{font-size:14px;}
	.ft-box-link,
	.ft-select{width:100%; border-radius:7px;}
	.ft-select select{height:45px; padding:10px 15px; font-size:15px; border-radius:7px;}

}
@media (max-width:480px){
	.top-bn{height:50px;}
	#header{height:60px;}
	.hd-login{top:18px;}
	#header .area_util{right:38px;}
	#header .area_util > a{padding:5px 10px; height:30px;}
	#header .area_util > a > span{font-size:15px;}
	#header .area_util > a > span:before{top:1px; width:10px; height:11px; margin-right:3px;}
	#header .btn_menu{top:19px; right:10px; width:24px; height:20px;}
	#header .btn_menu.active{top:21px; left:unset; right:15px;}
	#header .btn_menu.active > div > span:nth-of-type(3){bottom:8px;}
	#header nav.active .gnb{}
	#header nav .gnb{max-width:100%;}
	#header nav ul.gnb > li{border-radius:5px;}
	#header nav ul.gnb > li > a{padding:13px 10px;}
	#header nav ul.gnb > li > a:before{width:25px; height:25px;}
	#header nav ul.gnb > li > a > span{font-size:15px;}
	#header nav .gnb > li .box{padding:10px;}
	#header nav .gnb > li .box ul > li{margin:0 0 3px;}
	#header nav .gnb > li .box ul a span{font-size:14px;}
	#header.mob nav .gnb > li{margin:0 15px 8px;}

	.inr{margin:0 12px;}
	#footer{padding:30px 0 80px;}
	#footer .inr{gap:20px;}
	
	.ft-copy{font-size:12px; width:85%;}
	#footer .btn_top_box{width:45px; height:45px; right:10px; bottom:80px;}
	#footer .btn_top img{height:5px;}
	#footer .btn_top span{margin:3px 0 0; font-size:11px;}


	.quick_menu ul li span{font-size:11px;}
}
*/