@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 출처 : 이 사이트에는 네이버에서 제공한 나눔글꼴이 적용되어 있습니다. */
/* 나눔스퀘어 */
@font-face {
    font-family:'Nanum Square';
    src: url('/tpl/webfont/NanumSquareR.eot');
    src: url('/tpl/webfont/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareR.woff') format('woff'),
         url('/tpl/webfont/NanumSquareR.ttf') format('truetype');   
}
@font-face {
    font-family:'Nanum Square';
	font-weight:bold;
    src: url('/tpl/webfont/NanumSquareB.eot');
    src: url('/tpl/webfont/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareB.ttf') format('truetype');   
}

@font-face {
    font-family: 'SCoreDream';
    font-weight: 100; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 200; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 300; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 600; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 800; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 900; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format('woff');
    font-display: swap;
}



/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;font-family:'SCoreDream', sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family:'SCoreDream', sans-serif; font-size:14px; font-weight:normal; color:#444; letter-spacing:-1px;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{font-family:'SCoreDream', sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#444;}
a:hover, a:active{text-decoration:none; color:#1766b6;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display: none;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#1766b6;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:10000; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; height:90px; background:#fff; border-bottom:1px solid #ddd;}
.header-area{padding:0 25px; margin:0 auto; width:1200px; box-sizing:border-box;}

#L_SITE_LOGO{float:left;}
#L_SITE_LOGO h1{margin:0;}
#L_SITE_LOGO a{line-height:90px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (max-width:1590px) {
	#header{height:auto;}
}

@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
	.header-area{width:100%;}
}

@media only screen and (max-width: 980px){
	.header-area{position:relative; padding:0; height:65px;}

	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img{width:160px;}
}

@media only screen and (max-width: 768px){
	.header-area{height:50px;}

	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:40px;}
	#L_SITE_LOGO img{width:120px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:999;}

.navigation .menu-item > a{display:block; font-family:'SCoreDream', sans-serif; font-size:19px; font-weight:500; color:#373737;}

@media only screen and (min-width: 981px){
	#menuArea{float:right;}
	
	#gnb{display:block !important;}

	.navigation{margin:40px 0 0;}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{position:relative; float:left; margin-left:90px;}
	.navigation .menu-item:first-child{margin-left:0;}
	.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#1766b6;}
}

@media only screen and (max-width: 980px){
	#menuArea{width:100%; height:100%;}
	
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#fff;}
	#gnb {position: absolute; top:65px; border-bottom: 1px solid #ddd; }
	#gnb .navigation .menu-item:last-child a { border-bottom: 0; }
	
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#000;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}

	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:40px; font-size:17px; transition:none; border-bottom:1px solid #ddd; color:#000;}
	.navigation .menu-item:first-child > a{border-top:1px solid #ddd;}
}

@media only screen and (max-width: 768px){
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{font-family:'SCoreDream', sans-serif; text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#003aaf; border-color: #003aaf; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #003aaf;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{padding:30px 0px; width:100%; background:#1a191f; color:#fff;}
.footer-area{margin:0 auto; padding:0 2%; width:1200px; box-sizing:border-box; text-align:center;}
.footer-area p a{color:#adadad;}
#footer p, #footer li{letter-spacing:0; color:#adadad; word-break:keep-all;}

.footer-menu{margin:0 auto 30px;}
.footer-menu li{display:inline-block; margin-left:20px;	padding-left:20px; line-height:8px;	border-left:1px solid #fff;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:8px; color:#fff;}

.footer-info{text-align:center;	margin-bottom:10px; line-height: 1.8;}
.footer-info span{color:#fff;}
.footer-info + p a{color:#adadad;}

@media only screen and (max-width:1200px) {
	.footer-area{width:100%;}
}

@media only screen and (max-width:768px) {
	.footer-area{padding:0 25px; box-sizing:border-box;}
	.footer-menu li{margin-left:10px; padding-left:10px;}
}

@media only screen and (max-width:520px) {
	.footer-area{padding:0 20px;}
	.footer-menu li{margin-left:5px; padding-left:5px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#mainContents{z-index:88;}
#mainContents > section > div{margin:0 auto; padding:100px 0; width:1200px; box-sizing:border-box;}
#mainContents > section > div:after{content:""; display:block; clear:both;}
#mainContents > #section01 > div{margin:0; padding:90px 0 0 0; width:100%;}

#mainContents h2{margin-bottom:80px; text-align:center; font-weight:700; font-size:45px; color:#000;}
#mainContents h2:before{display:block; content:""; margin:0 auto 30px; width:40px; height:4px; background:#000;}

.section02{background:#fff; border-bottom:1px solid #ddd;}
#mainContents > .section02 > div{padding:0}
.section02 > div{background:url('/images/kor06r-17-0383/section02_bg.jpg')no-repeat 0 0; display:flex; flex-wrap:wrap;}
.section02 .txt-area{padding-right:20px;}
.section02 .txt-area p{line-height:1.8; font-size:18px; color:#fff;}
.section02 .txt-area p:first-child{margin-bottom:50px; padding-top:150px;}
.section02 .txt-area p:last-child{margin-top:35px;}
.section02 .img-area{margin-left: auto;}
.section02 .img-area img{max-width:100%;}

.section03 .history-mobile{display:none;}

.section04{background:#f4f4f4;}
.section04 ul{}
.section04 ul li{margin-bottom:80px; color:#fff; position:relative;}
.section04 ul li:last-child{margin-bottom:0;}
.section04 ul li .btn_go{position:absolute; right:95px;top:65px; padding:10px 20px; border-radius:35px; background:linear-gradient(315deg, #3864ad, #67b2dd); box-shadow: 0px 5px 8px -5px #777;}
.section04 ul li .btn_go a{font-size:17px; color:#fff; font-weight:600; letter-spacing:-1px;}
.section04 ul li .btn_go a img{padding-bottom:2px;}



@media only screen and (max-width:1590px) {
	#mainContents > #section01 > div{padding:90px 0 0 0;}
}

@media only screen and (max-width:1200px) {
	#mainContents > section > div{width:100%; padding:100px 20px;}
	#mainContents > .section02 > div{padding:0 20px;}
}

@media only screen and (max-width:980px) {
	#mainContents > section > div{padding:70px 25px;}
	#mainContents > #section01 > div{padding:65px 0 0 0;}

	.section02 .txt-area{width:100%; padding-right:0; margin-bottom:60px;}
	.section02 .img-area{display:flex; width:100%;}	

	.section04 ul li{margin-bottom: 120px;}
	.section04 ul li .btn_go{right:50%;top:unset; bottom:-60px;transform: translate(50%, 0%);}
	.section04 ul li .btn_go a{font-size:18px;}	
}

@media only screen and (max-width:768px) {
	#mainContents > section > div{padding:50px 20px 100px;}
	#mainContents > #section01 > div{padding:50px 0 0 0;}

	#mainContents h2{margin-bottom:50px; font-size:35px;}
	#mainContents h2:before{margin:0 auto 20px;}	
	
	.section02 .txt-area p{font-size:18px;}
	.section02 .txt-area p:first-child{font-size:28px;}
	.section02 .img-area{display:none;}

	.section03 .history-pc{display:none;}
	.section03 .history-mobile{display:block;}
	.section03 p {font-size:18px; color:#555;font-weight:500; line-height:1.4;letter-spacing:-1px;}
	.section03 .history_graph > ._date:last-child{padding-bottom:0;}	
	.section03 ._date{position:relative;left:5%;display:inline-block;width:100%;padding-bottom:20px;}   
	.section03 ._date:after{content:'';position:absolute;z-index:-1;left:0;top:0;width:1px;height:100%;background-color:#25428e;}   
	.section03 ._date:last-child:after,.history_graph ._last:last-child:after{display:none;}
	.section03 ._date dt{position:absolute;top:-10px;left:0;margin-left:30px;line-height:35px;font-size:30px;color:#00198f;font-weight:900;}	

	.section03 ._date dd{position:relative;top:42px;left:0;display:inline-block;padding-left:30px;text-align:left;}    
	.section03 ._date dd._line{position:absolute;top:0;left:0;display:inline;margin-left:-9px;width:18px;height:18px;padding:0;}  
	.section03 ._date dd._line:after{display:none}
	.section03 ._date dd._line p{width:18px;height:18px;border:1px solid #25428e;border-radius:50%;background-color:#fff;}
	.section03 ._date dd._line p:after{content:'';position:absolute;top:7px;left:7px;width:4px;height:4px;background-color:#25428e;border-radius:50%;}
	.section03 ._date dd ul{display:inline-block;margin-bottom:80px;}
	.section03 ._date dd ul li{display:block;margin-bottom:10px;font-weight:800;font-size:18px;}
	.section03 ._date dd ul li strong{float:left;color:#25428e;font-weight:700;}
	.section03 ._date dd ul li span{padding-left:27px;font-weight:500;text-indent:0;}	
	.section03 .history_text{padding:20px;background-color:#f7f7f7;border:1px solid #c3c3c3; border-radius:20px; text-align:center;}
	
	.section04 ul li .btn_go a{font-size:17px; color:#fff; font-weight:600; letter-spacing:-1px;}
	.section04 ul li .btn_go a img{padding-bottom:2px;}

}
@media only screen and (max-width:520px) {
	.section02 .txt-area p:last-child img{width:40%;}

	.section03 p{font-size: 14px;}
	.section03 ._date dt{font-size:24px; line-height:1.7;}
	.section03 ._date dd{width:100%; top:35px;}
	.section03 ._date dd ul{width:100%; margin-bottom:50px;}
	.section03 ._date dd ul li{font-size:14px; margin-bottom:10px; display:flex;}
	.section03 ._date dd ul li strong{float:none; width:10%;}
	.section03 ._date dd ul li span{width:90%; padding:0 10px;}

	.section04 ul li .btn_go{min-width:140px;}
	.section04 ul li .btn_go a{font-size:15px;}
	.section04 ul li .btn_go a img{padding-left:2px; width:17%;}
}
@media only screen and (max-width:380px) {
	.section04 ul li .btn_go a{font-size:14px;}
	.section04 ul li .btn_go a img{width:16%;}
}



/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:800px;}
.main-visual .carousel-inner > .item.main-img01{
	background-color:#f4f4f4;
	background-image:url('/images/kor06r-17-0383/section01_left.png'), url('/images/kor06r-17-0383/section01_center.png'), url('/images/kor06r-17-0383/section01_right.png');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left bottom, 68% center, right -100px;	
}

.main-visual .carousel-caption{top:50%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:0 1px 2px rgba(0,0,0,.3);}
.main-visual .carousel-caption p{margin-top:90px; font-family:'SCoreDream'; font-size:27px; line-height:1.8; letter-spacing:1px;}

.main-visual .carousel-indicators{bottom:80px;}
.main-visual .carousel-indicators li{margin:0 4px; width:20px; height:20px; background:#08a2f2; border:0;}
.main-visual .carousel-indicators li.active{margin:0 4px; width:40px; height:20px; background:#fff; box-sizing:border-box;}

.unLine {text-decoration:underline !important; }

@media screen and (max-width:1200px){
	.main-visual .carousel-inner > .item.main-img01{		
		background-position: left bottom, 80% center, right -100px;
		background-size: 45%, 50%, 25%;
	}
}

@media screen and (max-width:980px){
	.main-visual .carousel-inner > .item.main-img01{		
		background-position: left bottom, 80% center, right -50px;
		background-size: 45%, 55%, 25%;
	}
	
}
@media screen and (max-width:768px){
	.main-visual .carousel-inner > .item{height:700px;}	
	.main-visual .carousel-inner > .item.main-img01{		
		background-position: left bottom, 90% 15%, right -100px;
		background-size: 52%, 60%, 25%;
	}
}
@media screen and (max-width:520px){
	.main-visual .carousel-inner > .item{height:500px;}	
	.main-visual .carousel-inner > .item.main-img01{		
		background-position: left bottom, 90% 10%, right -100px;
		background-size: 57%, 62%, 25%;
	}
}

@media screen and (max-width:420px){	
	.main-visual .carousel-inner > .item.main-img01{		
		background-position: left bottom, 98% 0, right -100px;
		background-size: 75%, 75%, 0;
	}
}



/* 퀵메뉴 251229 추가 */


.floatmenu {position: fixed;right: 10px;top: 80%;margin-top:-265px;border: 1px solid rgba(0,0,0,0.1);border-radius: 10px;overflow: hidden;z-index: 999;}
.floatmenu .menu {width: 115px;background-repeat: no-repeat;background-size:auto;background-color: #fff;background-position: 50% 20px;position: relative;}
.floatmenu .menu > a:hover{color: #000;}
.floatmenu .menu > a:active{color: #000;}
.floatmenu .menu:after {content:''; display: block; position: absolute; top: 0; width: 76px; height: 1px; background-color: #efefef; left: 50%; transform: translateX(-50%);}
.floatmenu .menu:nth-child(1):after,
.floatmenu .menu:nth-child(6):after{display: none;}

.floatmenu .menu01 {background-image : url('/images/kor06r-17-0383/floating01.png');}
.floatmenu .menu01:hover {background-color: #DCEEFF;}
.floatmenu .menu02 {background-image : url('/images/kor06r-17-0383/floating02.png');}
.floatmenu .menu02:hover {background-color: #DCEEFF;}
.floatmenu .menu03 {background-image : url('/images/kor06r-17-0383/floating03.png');}
.floatmenu .menu03:hover {background-color: #DCEEFF;}
.floatmenu .menu04 {background-image : url('/images/kor06r-17-0383/floating04.png');}
.floatmenu .menu04:hover {background-color: #DCEEFF;}
.floatmenu .menu05 {background-image : url('/images/kor06r-17-0383/floating05.png?260102');}
.floatmenu .menu05:hover {background-color: #DCEEFF;}
.floatmenu .menu > a{width: 100%; height: 70px; padding-top: 40px; text-align: center; display: block; font-size: 14px; font-weight: 500;}
.floatmenu .menu01{    background-position: 50% 10px;}
.floatmenu .menu02{    background-position: 50% 10px;}
.floatmenu .menu03{    background-position: 50% 15px;}
.floatmenu .menu04{    background-position: 50% 10px;}
.floatmenu .menu05{    background-position: 50% 15px;}
.floatmenu .menu > a img {margin-right: 10px; line-height: 50px; display: block; margin: 0 auto 13px;}

.floatmenu .menu .hover{width: 100%; height: 100%; padding-top: 10px; opacity: 0; position: absolute; top: 0; left: 0; z-index: 10; cursor:pointer; transition:0.4s;}
.floatmenu .menu .hover:hover{display: block; background: rgba(20,119,221,0.9); opacity: 1;}
.floatmenu .menu .hover a{width: 85%; margin: auto; display: block; line-height: 35px; text-align: center; border: 1px solid #fff; font-size: 14px; color: #fff;}
.floatmenu .menu .hover a:first-of-type{margin-bottom: 5px;}
.floatmenu .menu .hover a:hover{color: #337ab7; background: #fff;}


@media only screen and (max-width: 980px) {
	.floatmenu { top: 75%; right: 10px;}
	.floatmenu .menu{width: auto; background-position: 50% 35%;}
	.floatmenu .menu > a{width: 80px; padding-top: 40px; font-size:10px;}
	.floatmenu .menu .hover a{  line-height: 15px;   font-size: 10px;}
	.floatmenu .menu:after { width: 45px; height: 0.5px;}
}
@media only screen and (max-width: 768px) {
	.floatmenu {top: 83%;right: 13px;}
	.floatmenu .menu {width: 100%; height: 60px;}
	.floatmenu .menu .hover a {line-height: 13px;}
}
@media only screen and (max-width: 425px) {
	.floatmenu {top: auto; right: 10px; bottom: 60px;}
	.floatmenu .menu .hover{padding-top: 5px !important;}
	.floatmenu .menu .hover a{line-height: 10px !important;   font-size: 10px; padding: 3px 0;}
}


		