@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-mobile {display:block;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.contain {max-width:1480px; margin:0 auto; padding-left:30px; padding-right:30px;}
#sub .contain {max-width:1780px;}
.contain.width {max-width:1480px !important;}
.contain:after {content:""; display:block; clear:both;}

/* header */
#header {position:relative; width:100%; z-index:100; border-bottom:1px solid rgba(255, 255 ,255 ,0.3); background:#fff; box-shadow:3px 0 7px rgba(0, 0, 0, 0.1);}
#header .contain {position:relative; height:100px; max-width:1460px;}
#header.header-hover {background:#fff;}
#header.header-hover #gnb > ul > li {color:#177a4c;}
#header.header-hover #gnb > ul {color:#177a4c; font-weight:500;}
#header.header-hover #gnb > ul > li:hover:after {transform: scaleX(1);}
#header.header-hover #gnb > ul.active {background:#fff; color:#2c2c2c;}
#header.header-hover .sitelogo {}
.sitelogo {position:absolute; top:50%; margin-top:-20px; left:30px; z-index:10}
.sitelogo a {display:block; width:374px; height:40px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}

#gnb {position:relative; display:flex; justify-content:flex-end; height:100px; text-align:right;}
#gnb > ul {display:inline-block;}
#gnb > ul > li {float:left; font-size:18px; font-weight:600; position:relative; height:100px; z-index:1; padding:0 45px; color:#161719;}
#gnb > ul > li > a {font-family:'Pretendard'; display:block; height:100px; position:relative; text-align:center; font-size:20px; line-height:100px; font-weight:600; color:#333; letter-spacing:-0.04em; z-index:5;}
#gnb > ul > li > a:hover {color:#b2b6b6;}


#gnb .submenu {height:0; overflow:hidden; position:absolute; right:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {display:inline-block; text-align:center; position:relative; padding:15px 0;}
#gnb .submenu > ul > li {text-align:center; font-size:16px; line-height:1.3em;}
#gnb .submenu > ul > li > a {font-family:'Pretendard'; font-size:18px; position:relative; display:inline-block; text-decoration:none; font-weight:500; padding:15px 0; color:#333;}
#gnb .submenu > ul > li:first-child > a {padding-top:20px;}
#gnb .submenu > ul > li:last-child > a {padding-bottom:20px;}
#gnb .submenu > ul > li:hover > a {color:#03426f; font-weight:700;}

.submenu-txt {display:none; position:absolute;  padding:5px;left:350px; top:125px; z-index:2; color:#fff; font-size:20px; font-weight:bold;}
.submenu-txt a { font-family:'NanumSquare', sans-serif; position:relative; display:inline-block; }
.submenu-txt a span {position:relative; display:block; width:100%; height:0; padding-bottom:100%; overflow:hidden;}

.submenu-bg {position:relative; display:none; position:absolute; top:100px; left:0; width:100%; background-color:#fff; border-top:2px solid #03426f;}
.submenu-bg:before {position:absolute; content:""; width:482px; height:62px; left:260px; top:50%; margin-top:-31px; background:url('../images/main/submenu-logo.png')50% 50% no-repeat; background-size:contain;}

.visual-scroll {position:absolute; width:60px; height:64px; margin-left:-30px; left:50%; animation:pulse 2s infinite; bottom:40px; color:#fff; font-size:16px; letter-spacing:0.2em; margin-left:-30px;}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

#sub #header {background-color:#fff; position:relative;}
#contArea {max-width:1260px; width:100%; padding-right:30px; padding-left:30px; margin:0 auto;}

.language {position:absolute; top:50%; right:0; margin-top:-12.5px;}
.language ul {display:flex;}
.language ul li {width:50px; height:25px; line-height:23px; border:1px solid #ddd; border-radius:20px; font-size:14px; color:#686868; letter-spacing:-.03em; text-align:center; margin-right:10px;}
.language ul li.active {background:#30a299; color:#fff; border-color:#30a299;}

 /* main */ 
.main-visual {position:relative; width:100%; line-height:0; overflow:hidden; z-index:1; margin-bottom:100px;}
.main-visual:before {content:""; position:absolute; top:0; left:0; width:100%; height:200px; background-image:linear-gradient(#000, transparent); opacity:.6; z-index:40;}
.main-visual .item {position:relative; width:100%; z-index:1;}
.main-visual .img {display:block; position:relative; height:600px; background-repeat:no-repeat; background-position:center center; -webkit-background-size:cover; background-size:cover; overflow:hidden;}
.main-visual .capwrap {width:100%; max-width:1400px; margin:0 auto; text-align:left;}
.main-visual .caption {position:absolute; top:50%; left:0; width: 100%; padding: 0 30px; text-align:center; z-index: 45; transform: translateY(-45%); color: #fff;}
.main-visual .caption h2 {font-family:'GmarketSans'; font-size:30px; color:#333; font-weight:700; letter-spacing:0; line-height:1.833em; margin-bottom:30px;}
.main-visual .caption h2 strong {font-style:italic; color:#03426f;}
.main-visual .caption .tit {font-family:'Pretendard'; color:#333; font-weight:500; font-size:18px; letter-spacing:-.03em; line-height:1.667em;}
.main-visual .caption .tit strong {color:#03426f;}

.main-visual .slick-dots {position:absolute; bottom:30px; left:0; width:100%; text-align:center; z-index:50; line-height:0;}
.main-visual .slick-dots li {display:inline-block; padding:0 5px;}
.main-visual .slick-dots li button {display:block; background:rgba(255, 255, 255, 0.4); width:35px; height:2px; border:2px solid rgba(255, 255, 255, 0.4); overflow:hidden; text-indent:-9999px;}
.main-visual .slick-dots li.slick-active button {border-width:3px; border-color:#03426f; background:#03426f; height:4px;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-36px; width:72px; height:72px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.main-visual .slick-prev {left:50px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:50px; background-image:url("../images/main/slide_next.png");}

.main-tit {text-align:center; margin-bottom:50px;}
.main-tit h3 {font-family:'GmarketSans'; color:#333; font-size:30px; font-weight:700; font-weight:700; letter-spacing:0; line-height:1.833em;}

.performance-list {justify-content:center; flex-wrap:wrap; margin-bottom:40px;}
.performance-list ul {width:100%; margin:0 -10px; justify-content:center; max-width:820px; margin:0 auto; display:flex; flex-wrap:wrap;}
.performance-list li {width:25%; padding:0 10px;}
.performance-list li.active a {color:#fff; font-weight:500; border:1px solid #03426f; background:#03426f;}
.performance-list li a {font-family:'Pretendard'; display:block; border-radius:30px; text-align:center; font-size:16px; background:#fff; color:#505050; letter-spacing:-.05em; height:49px; line-height:47px; border:1px solid #ddd;}
.performance-list li:first-child a {border-left:1px solid #ddd;}
.performance-list li:first-child.active a {color:#fff; font-weight:500; border:1px solid #03426f; background:#03426f;}

.main-more-btn {text-align:center; margin-top:50px;}
.main-more {font-family:'GmarketSans'; display:inline-block; width:185px; border-radius:30px; font-size:15px; border:1px solid #ddd; font-weight:500; color:#999; letter-spacing:-.03em; line-height:48px; height:50px;}
.main-more a {display:block;}

/* main-product */
.main-product {background:#f8f8f8; padding:100px 0; margin-bottom:70px;}
.main-product .introduce .txt-box {text-align:center;}
.main-product .introduce .tit {font-family:'Pretendard'; font-size:15px; letter-spacing:-.03em; display:inline-block; width:85px; height:30px; line-height:30px; text-align:center; background:#03426f; border-radius:3px; color:#fff; margin:15px 0;}
.main-product .introduce .txt {font-family:'Pretendard'; font-size:18px; color:#333; line-height:1.222em; font-weight:500; letter-spacing:-.03em;}
.main-product .slick-arrow {position:absolute; top:50%; margin-top:-62.5px; width:26px; height:53px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.main-product .slick-prev {left:-100px; background-image:url("../images/main/main-prevs.png");}
.main-product .slick-next {right:-100px; background-image:url("../images/main/main-nexts.png");}
.main-product .slick-slide {padding:0 10px;}
.main-product .slick-list {margin:0 -10px;}



/* main-notice */
.main-notice {display:flex; margin-bottom:100px;}
.main-notice .notice-wrap {width:55%;}
.main-notice .main-tit {display:flex; text-align:left; align-items:center; justify-content:space-between; margin-bottom:10px;}
.main-notice .main-tit .mores {font-size:15px; font-weight:500; letter-spacing:-.03em; color:#999;}
.main-notice .default-list-wrap {display:flex;}
.main-notice .default-list-wrap .default-list:first-child {border-left:1px solid #ddd;}
.main-notice .default-list-wrap .default-list {width:33.3333%; border:1px solid #ddd; font-weight:500; border-left:0; padding:20px;}
.main-notice .default-list-wrap .default-list .defaults {display:flex; justify-content:space-between; align-items: center;}
.main-notice .default-list-wrap .default-list .defaults h4 {font-family:'Pretendard'; font-size:38px; color:#03426f; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-notice .default-list-wrap .default-list .defaults p {font-family:'Pretendard'; font-size:15px; font-weight:500; color:#999; letter-spacing:-.03em; line-height:1.3em;}
.main-notice .default-list-wrap .default-list .tit {font-weight:500; color:#333; margin:20px 0 10px; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-notice .default-list-wrap .default-list .txt {color:#454545; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-notice .main-inquirys {width:45%; margin-left:60px;}
.main-notice .main-inquirys ul {display:flex; margin-left:-20px;}
.main-notice .main-inquirys ul li {position:relative; text-align:center; color:#fff;}
.main-notice .main-inquirys ul a:before {position:absolute; content:""; width:200px; height:200px; background:url('../images/main/inquirys.png')50% 50% no-repeat; background-size:contain; bottom:0; right:0;}
.main-notice .main-inquirys ul a:last-child:before {background-image: url('../images/main/qna.png'); bottom:-50px; right:-30px;}
.main-notice .main-inquirys ul a {position:relative; min-height:305px; width:calc(50% - 20px); display:flex; flex-direction:column; justify-content:center; margin-left:20px; height:100%;}
.main-notice .main-inquirys ul a:first-child {background:#03426f;}
.main-notice .main-inquirys ul a:last-child {background:#979797;}
.main-notice .main-inquirys .tits {font-family:'Pretendard'; font-size:28px; letter-spacing:-.03em; line-height:1.3em; font-weight:600;}
.main-notice .main-inquirys .txts {font-family:'Pretendard'; padding:10px 0 60px;}
.main-notice .main-inquirys span {display:block; margin:0 auto; border-radius:30px; width:185px; height:50px; line-height:48px; border:1px solid rgba(255, 255, 255, 0.7);}

/* main-location */
.main-location {text-align:center; margin-bottom:100px;}
.main-location .root_daum_roughmap {margin:0 auto !important;}
.main-location .map {margin-bottom:-250px;}
.main-location .main-loc-bg {text-align:center; background:rgba(3, 66, 111, 0.05);}
.main-location .main-loc-flex {display:flex; padding:280px 0 90px;}
.main-location .main-loc-flex .logos {width:50%; text-align:left;}
.main-loc-info {width:50%; position:relative; padding-left:50px;}
.main-loc-info:before {position:absolute; content:""; width:1px; height:130px; background:#ddd; top:0; left:0;}
.main-loc-info dl {display:flex; padding:10px 0;}
.main-loc-info dl dt {font-family:'Pretendard'; font-size:18px; font-weight:500; color:#333; text-align:left; width:100%; max-width:150px;}
.main-loc-info dl dt span img {vertical-align:middle; margin-right:5px;}
.main-loc-info dl dd {font-family:'Pretendard'; font-size:18px; color:#333; width:100%; text-align:left;}

.root_daum_roughmap {width:100% !important; max-width:1400px; height:400px !important;}
.root_daum_roughmap .wrap_map {height:400px !important;}

/* for mobile */
.btn-m-menu {position:absolute; top:50%; right:15px; margin-top:-15px; width:30px; height:30px; text-align:center; text-indent:-9999em; z-index:50; display:none;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:100%; margin-top:-1.5px; height:3px; background:#000;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:""; position:absolute; left:0;  width:100%; height:3px; background:#fff;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.mobile-navigation {position:fixed; top:0; right:0; width:300px; bottom:0; transition:.2s ease-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .inner {position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto;}
.mobile-navigation .brand-image {border-bottom:1px solid #d6dfd1; background-color:#e9ede7; height:128px;}
.mobile-navigation .brand-image a {display:block; padding-top:40px; padding-left:40px;}
.mobile-navigation .nav-menu .depth3 {display:block; margin-left:23px; padding-bottom:18px;}
.mobile-navigation .nav-menu .depth3 ul li a {display:block; padding:4px 0; color:#fff; font-size:18px; font-weight:300; line-height:1.4em; letter-spacing:-.04em;}
.mobile-navigation .close {position:absolute; top:18px; right:22px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;} 
.mobile-navigation .close:before, 
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#2c2c2c; border-radius:3px;} 
.mobile-navigation .close:before {transform:rotate(45deg);} 
.mobile-navigation .close:after {transform:rotate(-45deg);} 
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.8; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-navigation .close {display:block;}
html.menu-opened .mobile-overlay {display:block;}

nav.nav-menu {position:relative; border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#004ea2;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; padding:5px 18px; color:#454545; font-size:15px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#000;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #242424; border-bottom:2px solid #242424;}
.mobile-navigation img {width:20%; margin:10px;}
.mobile-navigation .close {position:absolute; top:16px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-navigation img {width:55%; margin:27px;}


/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:330px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; width:100%; height:100%;}
.sub-visual .in {text-align:center;}
.sub-visual h3 {font-family:'Pretendard'; font-size:36px; font-weight:600; line-height:1.3em; color:#fff; letter-spacing:-.03em;}
.sub-visual p {font-family:'GmarketSans'; color:#fff; margin-top:5px; font-weight:500; letter-spacing:0.1em;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg");}

 
/* #sub #container {max-width:1260px; margin:0 auto;} */
#sub #header {background-color:#fff; position:relative;}
#sub .submenu-bg {border-top:1px solid #ddd;}


/* lnb */
.lnb-wrap {position:relative; border-bottom:1px solid #ddd; color:#333;}	
.lnb {margin:0 auto; text-align:center; background:#fff;}
.lnb ul {display:flex; width:100%; max-width:1200px; margin:0 auto;}
.lnb ul li {flex:1; position:relative; width:auto; border-bottom:none;}
.lnb ul li a {font-family:'Pretendard'; position:relative; display:flex; justify-content:center; align-items:center; width:100%; height:50px; line-height:1.222em; font-size:18px; letter-spacing:-.03em; transition:none; color:#333; font-weight:500; border:1px solid #ddd; border-left:0; border-top:0;}
.lnb ul li:first-child a {border-left:1px solid #ddd;}
.lnb ul li.active a {color:#fff; background:#03426f;}
.lnb ul li.active + li:before {display:none;}
.lnb ul li.active a:before {display:none;}

.sub-title {position:relative; text-align:center; margin:60px 0;}
.sub-title h2 {font-family:'Pretendard'; position:relative; color:#242424; font-size:30px; font-weight:600; line-height:1.0em; letter-spacing:-.03em; padding-left:30px;}
.sub-title h2.mg {padding-left:0;}
.sub-title h2 span {font-size:16px; font-weight:300; color:#000; letter-spacing:0;}

.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}

/* path */
.path {font-family:'S-CoreDream-1Thin'; text-align:right; margin-left:0; display:flex; align-items:center; color:#454545; letter-spacing:0.2em; margin-bottom:5px;}
.path span {font-family:'S-CoreDream'; font-weight:600; letter-spacing:0.2em; color:#000;}
.path img {vertical-align:middle; margin:-.1em 0 0 0;}
.path .arrow {display:inline-block; width:24px; height:12px; overflow:hidden; font-size:0; line-height:0; text-align:left; text-indent:-9999em; background:url("../images/common/path_arrow.png") 50% 50% no-repeat;}
/* .path .page-name {color:#505050; font-weight:400;} */

/* footer */
#footer {font-family:'Pretendard'; padding:20px 0 30px; background:#fff; color:#686868; position:relative; line-height:28px; overflow:hidden; border-top:1px solid #ddd;}
#footer .bg {}
#footer .contain {position:relative; max-width:1460px; font-size:15px; letter-spacing:-.03em; line-height:1.600em;}
#footer address {font-style:normal; font-size:15px; color:#686868; line-height:1.600em; letter-spacing:-.03em; text-align:left; margin-right:80px;}
#footer address .lg {font-size:16px; font-weight:600; letter-spacing:-.04em;}
#footer ul {position:relative; display:flex; text-align:center;}
#footer ul li {position:relative; font-size:15px; padding:0 15px; color:#555;}
#footer ul li:last-child:before {display:none;}
#footer ul li:first-child {padding-left:0;}
#footer ul li:before {position:absolute; content:""; width:1px; height:12px; background:#cecece; top:50%; margin-top:-6px; right:0;}
#footer .main-link {padding:60px 0 40px;}
#footer .main-link ul {display:flex;}
#footer .main-link ul li {margin-right:10px;}
#footer .main-link .copy {font-size:14px; color:#454545; margin-top:10px;}
#footer .main-link .copy .links {font-size:12px; letter-spacing:-.04em; color:#a2a2a2;}
#footer .logo-img {margin-right:40px;}
#footer .link-flex {display:flex; align-items:center; margin-top:15px;}
#footer .defaults {position:relative; order:3; padding-left:70px; margin-top:0;}
#footer .defaults:before {position:absolute; content:""; width:1px; height:100%; background:rgba(255, 255, 255, 0.1); left:0; top:0;} 
#footer .defaults h3 {font-size:26px; letter-spacing:-.03em; line-height:1.385em;}
#footer .defaults .tit {font-size:14px; letter-spacing:-.025em; line-height:1.3em; padding:5px 0 10px;}
#footer .defaults .num {font-size:46px; font-weight:700; letter-spacing:0; line-height:1.0em;}
.foot-links {margin-bottom:10px;}


.link-wrap {border-bottom:1px solid #666666;}
.foot-logo {position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:5;}
.foot-info .foot-link {display:inline-block; font-weight:400;}
.foot-info {padding-left:0; order:2; font-size:14px;}
.foot-info .foot-link a {margin-right:20px; display:block; font-size:15px;}
.foot-info span {position:relative; padding-right:25px; line-height:1.733em;}
.foot-info span.s-txt {font-family:'Noto Sans KR','Open Sans',AppleGothic,helvetica,sans-serif; font-size:12px; color:#3c414e; font-weight:500;}
.foot-info span.line {padding-left:10px;}
.foot-info span.pd {font-size:14px; padding-left:60px; color:#999;}
.foot-info span.line:before {position:absolute; content:""; width:1px; height:10px; top:50%; margin-top:-5px; left:0; background:rgba(255, 255, 255, 0.4);}
.foot-info .foot-after {color:#fff; opacity:0.5; padding-right:25px; font-size:16px; letter-spacing:-.03em; line-height:1.500em;}
.foot-link:after {content: ""; display:block; position:absolute; top:5px; left:125px; width:1px; height:12px; background-color:#a8a5a5;}
#footer .logo-txt {font-size:18px; font-weight:500; letter-spacing:-.03em; line-height:1.0em; margin-bottom:10px;}

.quick {position:fixed; bottom:60px; right:35px; width:60px; text-align:center; z-index:90;}
.quick ul {background:#252525; border-radius:50px; border:1px solid transparent; box-shadow:1px 3px 8px rgba(0, 0 ,0 ,0.3); padding:20px 10px;}
.quick ul li {padding:10px 0;}

.quickmenu {position:absolute; z-index:1; right:90px;}
.quickmenu .menu {position:relative; color:#fff; text-align:center; border-radius:50%; width:130px; height:130px;}
.quickmenu .menu a {display:block; height:100%; padding-top:35px; padding-bottom:40px;}
.quickmenu .menu.m1 {border:1px solid #830769; background:#830769; margin-bottom:10px;}
.quickmenu .menu.m2 {border:1px solid #008e3b; background:#008e3b;}
