@charset "utf-8";

/************************  reset ************************/ 
body {font:1em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif; outline:0; color:#333; overflow-x:hidden; font-weight:300; line-height:160%;}
h1, h2, h3, h4, h5, h6 {font:1.2em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif;}
a {color:inherit;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}

select {font-family:'Pretendard',sans-serif; font-size:0.9em; font-weight:300; appearance:none; -webkit-appearance:none; background:url('../img/common/selectArrow.png') calc(100% - 10px) center #fff no-repeat !important;}
select::-ms-expand { display:none;}
input[type="text"], [type="password"], input[type="file"] {font-family:'Pretendard',sans-serif; font-size:0.9em; font-weight:300;}

	@media screen and (max-width:799px){
		body {line-height:140%;}
	}

	@media screen and (max-width:499px){
		body {line-height:120%;}
	}

.container {position:relative; width:1440px; margin:0 auto;}

	@media screen and (max-width:1459px){
		.container {width:100%; padding:0 2%;}
	}


/************************ header ************************/ 
.sec-header{position:absolute; top:0; left:0; width:100%; height:120px; z-index:998; transition:all ease .5s;}
.sec-header.fixed {position:fixed; background:#fff; box-shadow: 1px 3px 6px rgb(0,0,0,0.08);}
.sec-header.on{height:430px; background:#fff; box-shadow:1px 3px 6px rgb(0,0,0,0.08); /*box-shadow:0 0 200px 50px rgba(0,0,0,0.5);*/}  
.sec-header.on:before{content:''; width:100%; height:1px; background:#e8e8e8; position:absolute; top:120px; left:0; z-index:9;} 
/*.sec-header.on #gnb{width:850px;}*/
.sec-header.on #gnb > ul > li > ul{opacity:1; display:block;}

.sec-header .container {position:relative; width:100%; padding:0 80px; top:25px;}

	@media screen and (max-width:1459px){
		.sec-header .container {padding:0 2%;}
	}

	@media screen and (max-width:999px){
		.sec-header{padding:0; height:70px;}
		.sec-header .container {top:15px;}
		.sec-header.on {height:70px;}
		.sec-header.on:before {display:none; box-shadow:none;}
	}

	@media screen and (max-width:799px){
		.sec-header{height:70px;}
	}

	@media screen and (max-width:499px){
	}


.sec-header.hd-down{position:fixed;} 
.sec-header.hd-down:before {display:none !important;}
.sec-header.hd-down #nav-icon{z-index:9;} 
.sec-header.hd-down .gnb-btn{z-index:101;}
.sec-header.hd-down .gnb-btn button {background:none !important}
.sec-header.hd-down .logo {background:url('../img/common/logo.png') center no-repeat !important; background-size:contain !important;}

	@media screen and (max-width:1459px){
	}

	@media screen and (max-width:999px){
	}

	@media screen and (max-width:799px){
	}

	@media screen and (max-width:499px){
	}


.logo{float:left; position:relative; display:inline-block; background:url('../img/common/logo.png') center no-repeat; font-size:0; width:83px; height:71px; vertical-align:top; background-size:contain;}
.sec-header.fixed .logo,
.sec-header.on .logo {background:url('../img/common/logo.png') center no-repeat; background-size:contain;}

	@media screen and (max-width:1459px){
	}

	@media screen and (max-width:999px){
		.logo {height:50px; margin-top:-5px;}
	}

	@media screen and (max-width:799px){
	}

	@media screen and (max-width:499px){
	}


.lang_box {position:absolute; z-index:99; width:55px; top:8px; right:180px; font-weight:600; font-size:17px; text-transform:uppercase;}
.lang_box .btnLang{width:100%; position:relative;display:inline-block; border:0; color:#fff; cursor:pointer; width:55px;}
.lang_box .btnLang::before, 
.lang_box .btnLang::after{position:absolute;top:49%; width:9px;height:1px; background:#fff; content:'';}
.lang_box .btnLang::before{right:6px; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.lang_box .btnLang::after{right:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.lang_box .btnLang.on::before{transform:rotate(135deg);-webkit-transform:rotate(135deg);}
.lang_box .btnLang.on::after{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}
.lang_box .lang{position:absolute; opacity:0; top:15px;padding:10px 0;width:100px;text-align:center; display:block; background:#0a0e13; transition:all 0.2s ease;-webkit-transition:all 0.2s ease;pointer-events:none;z-index:20; left:-40%;}
.lang_box .lang.on{opacity:1;top:35px;pointer-events:auto;}
.lang_box .lang span {text-transform:uppercase;}
.lang_box .lang span a{display:block;padding:4px 0;font-size:15px;color:#fff; font-weight:400;}
.lang_box .lang span.on a,
.lang_box .lang span a:hover{color:#f47932;font-weight:500}

.sec-header.fixed .lang_box .btnLang,
.sec-header.on .lang_box .btnLang {color:#000;}

.sec-header.fixed .lang_box .btnLang::before, 
.sec-header.on .lang_box .btnLang::before, 
.sec-header.fixed .lang_box .btnLang::after,
.sec-header.on .lang_box .btnLang::after {background:#000;}

	@media screen and (max-width:1459px){
		.lang_box {right:10%;}
	}

	@media screen and (max-width:999px){
		.lang_box {display:none;}
		.hd-lang{display:block; position:absolute; top:43px; right:200px; display:flex; flex-direction:row; justify-content:space-between;}
		.hd-lang:before{content:''; width:14px; height:14px; background:url('../img/common/lang_icon.png') no-repeat 0 0; display:inline-block; margin:0 10px; vertical-align:middle; margin-bottom:2px;}
		.hd-lang span,
		.hd-lang a{font-size:14px; display:block; margin-left:20px; line-height:1; position:relative; text-transform:uppercase;}
		.hd-lang span.on,
		.hd-lang a.on {color:#399d26;}
		.hd-lang span.on:after,
		.hd-lang a.on:after {position:relative; display:block; width:100%; height:1px; background:#399d26; left:0; margin-top:4px;}
		.hd-lang span:first-child,
		.hd-lang a:first-child {margin-left:0;}
		.hd-lang span:before,
		.hd-lang a:before{content:''; width:1px; height:12px; background:#aaa; position:absolute; left:-10px; top:1px; }
		.hd-lang span:first-child:before,
		.hd-lang a:first-child:before {display:none;}
	}

	@media screen and (max-width:799px){
	}

	@media screen and (max-width:499px){
	}


.gnb-btn{position:absolute; right:80px; top:12px;}
.gnb-btn button{width:45px; height:45px; border:0; background:inherit;}  
.gnb-btn:hover #nav-icon span {background:#000;}
.gnb-btn:hover #nav-icon span:nth-child(1){width:50%;}
.gnb-btn:hover #nav-icon span:nth-child(6){width:0;}
.gnb-btn:hover #nav-icon.open span:nth-child(6){width:50%;}
.sec-header.fixed #nav-icon span,
.sec-header.on #nav-icon span {background:#000;}

#nav-icon {width:30px; height:30px; position:relative; margin:0 auto; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); /* -webkit-transition:.5s ease-in-out; -moz-transition:.5s ease-in-out; -o-transition:.5s ease-in-out; transition:.5s ease-in-out; */ cursor:pointer;}

#nav-icon span {display:block; position:absolute; height:2px; width:50%; background:#fff; opacity:1; webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:.25s ease-in-out; -moz-transition:.25s ease-in-out; -o-transition:.25s ease-in-out; transition:.25s ease-in-out;}

#nav-icon span:nth-child(even) {left:50%;}
#nav-icon span:nth-child(odd) {left:0px;}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {top:6px;}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top:14px;}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {top:22px;}

#nav-icon.open{width:50px; height:50px;}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);}
#nav-icon.open span:nth-child(1) {left:5px; top:9px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left:calc(50% - 3px); top:9px;}
#nav-icon.open span:nth-child(3) {left:-50%; opacity:0;}
#nav-icon.open span:nth-child(4) {left:100%; opacity:0;}
#nav-icon.open span:nth-child(5) {left:5px; top:26px;}
#nav-icon.open span:nth-child(6) {left:calc(50% - 3px); top:26px;} 
#nav-icon.open span{background:#444;}

	@media screen and (max-width:1459px){
		.gnb-btn {right:2%;}
	}

	@media screen and (max-width:999px){
		.gnb-btn{display:block; top:-15px; right:0;}
		.gnb-btn button {width:70px; height:70px; border:none;}
		.sec-header.fixed .gnb-btn button,
		.sec-header.on .gnb-btn button {background:none; border:0;}

		.sec-header.on #nav-icon span,
		.sec-header.fixed #nav-icon span {background:#000;}

		#nav-icon.open{width:35px; height:35px;}
		#nav-icon.open span:nth-child(1){left:3px; top:11px;}
		#nav-icon.open span:nth-child(2){left:15px; top:11px;}
		#nav-icon.open span:nth-child(5),
		#nav-icon.open span:nth-child(6){top:23px;}
		#nav-icon.open span:nth-child(5){left:3px;}
		#nav-icon.open span:nth-child(6){left:15px;}
	}

	@media screen and (max-width:799px){
		.gnb-btn button{width:70px; height:70px;}
		#nav-icon.open{width:35px; height:35px;}
		#nav-icon.open span:nth-child(1) {top:10px;}
		#nav-icon.open span:nth-child(2) {top:10px;}
		#nav-icon.open span:nth-child(3), #nav-icon.open span:nth-child(4) {top:16px;}
		#nav-icon.open span:nth-child(5) {top:22px;}
		#nav-icon.open span:nth-child(6) {top:22px;}
	}

	@media screen and (max-width:499px){
	}


.gnb-banner{background:url('http://kscf.co.kr/images/gnb-bg.jpg') center center / cover; width:400px; height:100%;   display:flex; align-items:center; padding:0 30px;} 
.gnb-family{}
.gnb-family a{display:block; width:90%; padding:20px 0; margin:0 auto 20px;  color:#fff; font-size:18px; background:url('http://kscf.co.kr/images/btn/link-icon-w.png') no-repeat center right 0; position:relative;}
.gnb-family a:after{content:''; width:0; height:2px; background:#fff; position:absolute; right:0; bottom:0; transition:all ease .5s;}
.gnb-family a:hover:after{width:100%; right:auto; left:0;}

	@media screen and (max-width:1459px){
	}

	@media screen and (max-width:999px){
	}

	@media screen and (max-width:799px){
	}

	@media screen and (max-width:499px){
	}


#gnb{position:relative; float:left; width:calc(65% - 230px); background:none; margin-left:19.5%; top:20px;}
#gnb > ul {display:flex; flex-direction:row; justify-content:space-between; width:100%;} 
#gnb > ul > li{float:left; width:20%; position:relative; text-transform:uppercase;} 
#gnb > ul > li > a{display:block; position:relative; font-size:20px; color:#fff; font-weight:500; text-align:center; padding:6px 0 25px; }
.sec-header.fixed #gnb > ul > li > a {color:#000;}
.sec-header.on #gnb > ul > li > a {color:#000;}
.sec-header.on #gnb > ul > li:hover > a {color:#399d26;}
#gnb > ul > li a span {position:relative; display:inline-block;}

#gnb > ul > li > ul{position:relative; top:20px; height:360px; padding:18px 5px; width:100%; transition:all ease .3s; opacity:0; display:none;}
#gnb > ul > li > ul > li > a{position:relative; display:block; font-size:18px; text-align:center; padding:5px 0;}
#gnb > ul > li > ul > li > a span {position:relative;}
#gnb > ul > li > ul > li > a span:after {transform:scaleX(0); position:relative; bottom:0; display:block; width:100%; height:1px; margin-top:2px; background:#399d26; transition: 0.2s all ease-out; content:'';}
#gnb > ul > li > ul > li > a:hover{color:#399d26;}
#gnb > ul > li > ul > li > a:hover span:after {transform:scaleX(1);}

	@media screen and (max-width:1459px){
		#gnb {width:60%; margin-left:7%;}
		#gnb > ul > li a span:after {bottom:-40px;}
	}

	@media screen and (max-width:1199px){
		#gnb {width:68%; margin-left:4%;}
	}

	@media screen and (max-width:999px){
		#gnb{display:none;}
	}

	@media screen and (max-width:799px){
	}

	@media screen and (max-width:499px){
	}


.gnb-all{position:fixed; top:0; right:-100%;  z-index:3; height:100%; background:#fff; width:100%; display:flex; align-items:center; flex-direction: column; justify-content:center; transition:all ease .6s; z-index:99;} 
.gnb-all.open{  right:0;} 
.gnb-all > ul { width:100%; max-width:1200px; margin:0 auto; padding:0 5%;}
.gnb-all > ul > li{ padding:30px 0 30px 180px;  width:100%; position:relative; border-bottom:1px solid #e8e8e8; min-height:92px;} 
.gnb-all > ul > li:last-child{border-bottom:0;}
.gnb-all > ul > li > h3{ margin:0 0 10px; font-size:26px; position:absolute; left:0; top:31px; font-weight:600; cursor:default; color:#399d26;}  
.gnb-all > ul > li > ul{display:flex; flex-wrap: wrap;}
.gnb-all > ul > li > ul > li > a{display:block; padding:5px 0; font-size:20px; color:#444; margin-right:30px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:2px; background:#399d26; position:absolute; right:0; bottom:-5%; z-index:1; transition:all ease .5s;}
.gnb-all > ul > li > ul > li > a:hover{ color:#000;}
.gnb-all > ul > li > ul > li > a:hover:after{width:100%; right:auto; left:0;}
.scr-none{overflow-y:hidden;}
.gnb-all .hd-lang{display:none;}
.gnb-all .allLogo{float:none; position:relative; z-index:4; margin-bottom:50px;} 
.gnb-all .allLogo img {}
.gnb-award{  position:absolute;  left:0;  top:100px; display:flex; justify-content:space-between;  width:500px;   height:260px; align-items:center; padding:20px 40px 20px 80px; z-index:2;}
.gnb-award p{padding:0 20px; font-size:22px; margin-top:-80px; line-height:1.2; opacity:0; transition:all ease .3s; color:#333;}
.gnb-award a{display:block; margin:10px 0 0;  color:#333;}
.gnb-award .swiper-container{width:133px;  opacity:0;  transition:all ease .6s; border:4px solid #ddd}
.gnb-award img{vertical-align:top; }
.gnb-award .swiper-button-next, 
.gnb-award .swiper-button-prev{background:none;  height:30px; width:30px; right:20px; left:auto; border:1px solid #ddd; text-align:center; line-height:30px; background:#fff; display:flex;  align-items:center; justify-content:center;}
.gnb-award .swiper-button-next{margin-top:60px;}
.gnb-award .swiper-button-prev{margin-bottom:0; margin-top:31px;} 
.gnb-award .swiper-button-next i, 
.gnb-award .swiper-button-prev i{font-size:12px;}
.sec-header.on .gnb-award p{opacity:1; }
.sec-header.on .swiper-container{opacity:1; }

	@media screen and (max-width:1349px){
		.gnb-award{display:none;}
	}

	@media screen and (max-width:1199px){
		.gnb-all > ul {width:96%; margin:0 2%;}
	}


	@media screen and (max-width:999px){
		.gnb-all{ max-width:350px; overflow-y:auto; display:block; padding:20px; background-position:20%;}  
		.gnb-all .allLogo {display:none;}
		.gnb-all.open{box-shadow:0 0 200px 0 rgba(0,0,0,0.5);}
		.gnb-all > ul {padding:0; background:none; box-shadow:none; margin-top:50px;}
		.gnb-all > ul > li{padding:0; min-height:inherit; background:rgba(255,255,255,0.8);}
		.gnb-all > ul > li:last-child{border-bottom:1px solid #e8e8e8;}
		.gnb-all > ul > li > h3{position:relative; top:auto; left:auto; padding:17px 10px; color:#333; font-size:20px; margin:0; cursor:pointer; font-weight:500;}
		.gnb-all > ul > li:hover > h3 {color:#399d26;}
		.gnb-all > ul > li > h3 > span.bul {display:block;position:absolute;top:20px;right:20px;background:#888;transition:all .5s;width:2px;height:20px;margin:0;}
		.gnb-all > ul > li:hover > h3 > span.bul {background:#399d26; transition:all .5s;width:2px;}
		.gnb-all > ul > li > h3 > span.bul:after {content:"";display:block;position:absolute;top:0;width:20px;height:2px;margin:9px 0 0 -9px;background:#888;}
		.gnb-all > ul > li:hover > h3 > span.bul:after  {background:#399d26;}
		.gnb-all > ul > li > h3.on {color:#399d26;}
		.gnb-all > ul > li > h3.on > span.bul {background:#399d26; transform: translateY(0) rotate(-450deg);}
		.gnb-all > ul > li > h3.on > span.bul:after {opacity:0;}
		.gnb-all > ul > li > ul{display:none; margin:0 15px 20px;}
		.gnb-all > ul > li > ul > li > a{font-size:18px; margin-right:0; padding:8px 0;}
		.gnb-all > ul > li > ul > li > a:before {position:relative; display:inline-block; margin-right:10px; content:'-';}
		.gnb-all > ul > li > ul > li > a:after {display:none;}
		.gnb-all .hd-lang{display:flex; justify-content: flex-start; position:relative; top:auto; right:auto; left:0; margin:20px 0 10px;}
	}

	@media screen and (max-width:799px){
	}

	@media screen and (max-width:499px){
	}


	
 
 
/************************ media size setting end ************************/



/************************ footer ************************/

.sec-footer {clear:both; position:relative; background:#000; font-size:18px; color:#fff;}
.sec-footer .copyBottom {background:#3a3a3a; padding:20px 0;}
.sec-footer .copyBottom .container {position:relative; width:1400px;}
.sec-footer .copyBottom .linkUl {display:inline-block;}
.sec-footer .copyBottom .linkUl li {display:inline-block; color:#fff; font-size:17px; font-weight:300;}
.sec-footer .copyBottom .linkUl li:before{float:left; content:''; display:block; margin:7px 17px; width:1px; height:11px; background:rgba(255,255,255,0.2);}
.sec-footer .copyBottom .linkUl li:nth-child(1):before {display:none;}
.sec-footer .copyBottom .linkUl li a {color:inherit;}

	@media screen and (max-width:1459px) {
		.sec-footer .copyBottom .container {width:100%;}
	}

	@media screen and (max-width:1199px) {
		.sec-footer {font-size:16px;}
	}

	@media screen and (max-width:999px) {
		.sec-footer {font-size:100%;}
	}

	@media screen and (max-width:799px) {
		.sec-footer {font-size:95%;}
	}

	@media screen and (max-width:499px) {
		.sec-footer {font-size:85%;}
	}


.sec-footer .snsBox {position:absolute; top:0; right:0;}
.sec-footer .snsBox a {display:inline-block; width:45px; height:45px; font-size:0; background-image:url('../img/common/snsIcon.jpg'); background-repeat:no-repeat; background-size:318px; border-radius:50%; overflow:hidden; }
.sec-footer .snsBox a.blog {background-position:0 0;}
.sec-footer .snsBox a.twitter {background-position:-45px 0;}
.sec-footer .snsBox a.facebook {background-position:-92px 0;}
.sec-footer .snsBox a.instagram {background-position:-137px 0;}
.sec-footer .snsBox a.kakao {background-position:-182px 0;}
.sec-footer .snsBox a.storefarm {background-position:-228px 0;}
.sec-footer .snsBox a.mall {background-position:-273px 0;}

	@media screen and (max-width:1459px) {
		.sec-footer .snsBox {right:2%;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .snsBox {position:relative; text-align:left; margin-top:20px; right:auto;}
	}

	@media screen and (max-width:799px) {
		.sec-footer .snsBox {text-align:center;}
	}


.sec-footer .familySite{position:absolute; top:-20px; right:0;}
.sec-footer .familySite .openDepth::before, 
.sec-footer .familySite .openDepth::after{position:absolute;top:49%; width:9px;height:1px; background:#fff; content:'';}
.sec-footer .familySite .openDepth::before{right:26px; transform:rotate(135deg);-webkit-transform:rotate(135deg);}
.sec-footer .familySite .openDepth::after{right:20px; transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}
.sec-footer .familySite.on .openDepth::before{transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.sec-footer .familySite.on .openDepth::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.sec-footer .familySite a{display:block; color:#b9b9b9; font-size:17px;}
.sec-footer .familySite > a{padding-left:20px; width:240px; height:65px; font-weight:400; line-height:65px; background:#494949;}
.sec-footer .familySite .twoD{display:none; position:absolute; left:0; bottom:64px; padding-left:20px; padding-bottom:19px; width:100%; background:#494949; z-index:99;}
.sec-footer .familySite .twoD > a{margin-top:19px; font-size:16px;}
.sec-footer .familySite .twoD > a:hover{color:#fff;}
.sec-footer .familySite.on > a{color:#fff;}

	@media screen and (max-width:1459px) {
		.sec-footer .familySite {right:0;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .familySite {top:-17px;}
		.sec-footer .familySite a {font-size:105%;}
		.sec-footer .familySite > a {height:59px; line-height:59px;}
		.sec-footer .familySite .twoD {bottom:59px;}
		.sec-footer .familySite .twoD > a {font-size:105%;}
	}
	@media screen and (max-width:799px) {
		.sec-footer .familySite {position:relative; width:100%; top:0; left:0;}
		.sec-footer .familySite > a {width:100%; height:50px; line-height:50px;}
		.sec-footer .familySite .twoD {bottom:50px;}
	}


.sec-footer .footerInfo {padding:80px 0;}
.sec-footer .footerInfo .container {position:relative; width:1400px;}
.sec-footer .footerInfo .copyInfo{display:flex; flex-wrap: wrap;}
.sec-footer .footerInfo .copyInfo h6 {width:100%; margin-bottom:30px;}
.sec-footer .footerInfo .copyInfo p.text {margin-right:50px;}
.sec-footer .footerInfo .copyInfo .copy{width:100%; margin-top:10px;}
.sec-footer .footerInfo .copyInfo .copy .txt .adm {position:relative; top:1px; color:inherit;}

	@media screen and (max-width:1459px) {
		.sec-footer .footerInfo .container {width:100%;}
	}

	@media screen and (max-width:1199px) {
		.sec-footer .footerInfo .copyInfo p.text {margin-right:40px;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .footerInfo {padding:70px 0;}
	}

	@media screen and (max-width:799px) {
		.sec-footer .footerInfo {padding:50px 0;}
		.sec-footer .footerInfo .copyInfo h6 {margin-bottom:20px;}
	}

	@media screen and (max-width:499px) {
	}


#top_button {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:50px;text-align:center;font-size:15px;z-index:8000;background-color:#000;background-image:url('../img/common/top.png');background-repeat:no-repeat;background-position:50% 50%;color:#000;display:none;border-radius:50%;opacity:0.5; cursor:pointer; border:0;}
#top_button:hover{color:#fff;opacity:1;background-color:#399d26;}
#top_button span{font-size:0;}

	@media screen and (max-width:799px) {
		#top_button {bottom:10px; right:10px; width:45px;height:45px;}
	}