@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

/* #container>div { overflow: hidden;} */
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}
/* header */
#header {position:sticky; width:100%; z-index:100; top: 0; height: 160px; transition: .2s; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}
.hd-top { height: 100px; background: #fff; }
.hd-btm { height: 60px; background: #2e0287; }
.hd-btm .contain { justify-content: flex-start !important;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: flex; align-items: center;}
.sitelogo img {visibility: hidden;}

.hd-top .util { display: flex; align-items: center; gap: 40px; }
.hd-top .login-area { display: flex; gap: 22px; position: relative; }
.hd-top .login-area::after { content: ""; position: absolute; margin: auto; top: 7px; width: 1px; background: #ddd; height: 10px; left: 51px;}
.hd-top .login-area a { display: inline-block; color: #686868;}
.hd-top .login-area a:hover { color: #2e0287;}
.hd-top .mall { display: flex; gap: 20px; align-items: center; }

#gnb {text-align:center; margin-left: -42px; position: relative; }
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {padding:0 42px; position: relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:60px; color:#fff; font-size:20px; font-weight:600; line-height:1.5em; letter-spacing: -.03em; }
#gnb>ul>li.active .submenu { background: #f4f2f9; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#454545; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover { color: #2e0287; font-weight: 500; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; box-shadow: 5px 5px 8px rgba(0,0,0,0.08);}

.list-icon { width:28px; height:26px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: relative; margin-left: 20px; }
.list-icon span {position:absolute; left:12px; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-12px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#fff; content: "only"; left: -12px;}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#fff; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#2e0287}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px; font-size: 15px; }
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#2e0287;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; 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:#242424; 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.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; background: #000;}
.main-visual .contain {position: relative; height: 100%;}
.main-visual .item {position:relative; height:100vh; overflow:hidden; background-repeat: no-repeat; background-position: center; background-size: cover;} 

.main-visual .caption {position: absolute; top: 50%; width: 100%; left: 0; text-align: left; transform: translateY(-50%);}
.main-visual .caption .contain { position: relative; height: 100vh; display: flex; align-items: center; max-width: 1780px; z-index: 1; }
.main-visual .caption .txt { text-align: left; padding-right: 25px; position: relative; z-index: 1; width: 100%; transform: translateX(-50px); opacity: 0; transition: transform 1s, opacity 1s; margin-top: -150px;}
.main-visual .caption h3 { line-height: 1em; font-size: 40px; font-weight: 700; color: #2e0287; }
.main-visual .caption h2 { font-size: 66px; font-weight: 700; color: #242424; line-height: 1.2em; margin: 15px 0 30px;}
.main-visual .caption h4 { font-size: 28px; font-weight: 300; line-height: 1.25em; color: #454545; margin-bottom: 75px; }
.main-visual .vs-link {display: flex; gap: 20px; position: absolute; left: 0; bottom: -300px; }
.main-visual .vs-link a { width: 180px; height: 55px; display: flex; align-items: center; justify-content: center; color: #fff; background: #2e0287; border-radius: 8px; line-height: 1em; font-size: 16px; font-weight: 600; gap: 12px; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.2s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption .img { position: absolute; right: 0; bottom: 0; }
.main-visual .caption .img img {transform: scale(0); opacity: 0; transition: transform 1s, opacity 1s; }
.main-visual .items .slick-active .caption .img img { transform: scale(1); opacity: 1; transition:opacity 1s, transform 1s; transition-delay:0.8s; }
.main-visual .items .reset-animation .caption .img img { transform: scale(0); opacity:0; transition:all 0s}
.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; margin: auto; left: 0; right: 0; margin: auto; bottom: 60px; }
.main-visual .slick-dots li {display:inline-block; margin:0 7px; position: relative;}
.main-visual .slick-dots li button {position:relative; display:block; width:15px; height:15px; overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; background: #fff; opacity: 0.4; border-radius: 15px; }
.main-visual .slick-dots .slick-active button { opacity: 1; }

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-pd.clr { background: #f4f2f9; }
.main-m { height: 160px; color: #fff; }
.main-m .top { height: 100px; display: flex; align-items: center; background: #2e0287; }
.main-m .top h2 { font-size: 40px; font-weight: 700; line-height: 1em; padding-top: 10px; }
.main-m .top h2 span { font-size: 16px; color: rgba(255,255,255,0.4); padding-left: 20px; display: inline-block;}
.main-m .btm { background: #cbbce9; height: 60px; }
.tab-swiper-slide { width: auto;}
.tab-swiper-slide a { height: 60px; display: flex; align-items: center; justify-content: center; padding-right: 28px; position: relative; color: #fff; line-height: 1em;}
.tab-swiper-slide a::after { content: ""; position: absolute; right: 13px; top:0; bottom: 0; margin: auto; width: 1px; height: 10px; background: #fff; }
.tab-swiper-slide:last-child a { padding-right: 0; }
.tab-swiper-slide:last-child a::after { display: none; }
.main-tit-fx { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.main-subtit { font-size: 18px; font-weight: 700; line-height: 1em; color: #2e0287; margin-bottom: 15px; letter-spacing: 0.2em;}
.main-tit { font-size: 50px; font-weight: 700; line-height: 1.2em; color: #242424; }

/* main */
.sec1-list { display: flex; gap: 30px; flex-wrap: wrap;}
.sec1-list li { width: calc(100%/3 - 20px); text-align: center; }
.sec1-list li img { border-radius: 16px; }
.sec1-list li .tit { font-size: 24px; font-weight: 700; line-height: 1.2em; color: #242424; margin: 35px 0 22px; }

.sec2 .main-pd { text-align: center; }
.sec2-imgbox { position: relative; margin: 80px 0;}
.sec2-imgbox img { mix-blend-mode: multiply;}
.sec2-imgbox .num { width: 30px; height: 30px; border-radius: 30px; background: #fff; line-height: 1em; box-shadow: 3px 3px 7px rgba(0,0,0,0.35); font-weight: 700; color: #2e0287; display: flex; align-items: center; justify-content: center; position: absolute; }
.sec2-imgbox .num.ab1 { left:25px; bottom: 20%; }
.sec2-imgbox .num.ab1-2 { right:35px; bottom: 21.1%; left: auto;}
.sec2-imgbox .num.ab2 { left:82px; top: 53.5%; }
.sec2-imgbox .num.ab3 { left:11.2%; bottom: 11%; }
.sec2-imgbox .num.ab4 { left:14.4%; bottom: 11%; }
.sec2-imgbox .num.ab5 { left:28%; bottom: 11%; }
.sec2-imgbox .num.ab6 { left:41.6%; bottom: 11%; }
.sec2-imgbox .num.ab7 { left:45.45%; bottom: 11%; }
.sec2-imgbox .num.ab8 { right:22%; bottom: 11%; }
.sec2-imgbox .num.ab9 { right:14.5%; bottom: 11%; }
.sec2-imgbox .num.ab10 { left:13%; top: 51%; }
.sec2-imgbox .num.ab11 { left:23.2%; top: 51%; }
.sec2-imgbox .num.ab12 { left:32%; top: 51%; }
.sec2-imgbox .num.ab13 { right:43.55%; top: 34%; }
.sec2-imgbox .num.ab14 { right:16.3%; top: 51%; }
.sec2-imgbox .num.ab15 { right:7.1%; top: 51%; }
.sec2-imgbox .num:hover { background: #2e0287; color: #fff; }
.sec2-imgbox .num.active { background: #2e0287; color: #fff; }
.sec2-wrap { padding: 0 100px; position: relative; }
.sec2-swiper { width: 100%; position: relative; overflow: hidden; background: #fff ; border-radius: 8px; box-shadow: 3px 3px 8px rgba(0,0,0,0.08);}
.sec2-swiper-slide { width: 100%; padding: 33px 15px; display: flex; align-items: center; justify-content: center; }
.sec2-swiper-slide .num { width: 30px; height: 30px; border-radius: 30px; background: #2e0287; line-height: 1em;  font-weight: 700; color: #fff;display: flex; align-items: center; justify-content: center; }
.sec2-swiper-slide .tit { font-size: 24px; font-weight: 600; line-height: 1.2em; padding-left: 10px; color: #242424; }
.sec2-prev, .sec2-next { width: 50px; height: 50px; border: 1px solid #ddd; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 17px; border-radius: 50px; top: 50%; position: absolute; transform: translateY(-50%); transition: .2s; z-index: 1; cursor: pointer;}
.sec2-prev { background-image: url(../images/main/sec2-left.png); left: 75px; }
.sec2-prev:hover { background-color: #2e0287; border-color: #2e0287; background-image: url(../images/main/sec2-left-w.png);}
.sec2-next { background-image: url(../images/main/sec2-right.png); right: 75px; }
.sec2-next:hover { background-color: #2e0287; border-color: #2e0287; background-image: url(../images/main/sec2-right-w.png);}

.sec3 { overflow: hidden;}
.sec3-btbox { display: flex; gap: 10px; }
.sec3-prev, .sec3-next { width: 50px; height: 50px; border: 1px solid #ddd; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 23px; border-radius: 50px;  transition: .2s; z-index: 1; cursor: pointer;}
.sec3-prev { background-image: url(../images/main/sec3-left.png); }
.sec3-prev:hover { background-color: #2e0287; border-color: #2e0287; background-image: url(../images/main/sec3-left-w.png);}
.sec3-next { background-image: url(../images/main/sec3-right.png);}
.sec3-next:hover { background-color: #2e0287; border-color: #2e0287; background-image: url(../images/main/sec3-right-w.png);}
.sec3-wrap { overflow: hidden; width: 150%; margin-right: -50%; }
.sec3-swiper { width: 100%; position: relative; overflow: hidden; padding: 16px; }
.sec3-swiper-slide { border-radius: 16px; overflow: hidden; transition: .2s;}
.sec3-swiper-slide a { display: block; position: relative; overflow: hidden; border-radius: 16px;}
.sec3-swiper-slide .thumb {position:relative; padding-bottom:56.25%; overflow:hidden; border-radius: 16px 16px 0 0;}
.sec3-swiper-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.sec3-swiper-slide .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08); border-radius: 16px 16px 0 0 ;}
.sec3-swiper-slide .tit { text-align: center; color: #fff; font-size: 24px; font-weight: 600; line-height: 1.2em; border-radius: 0 0 16px 16px; padding: 25px 10px; background: #211539; transition: .4s;}
/* .sec3-swiper .swiper-slide-active { box-shadow: 0px 0px 16px rgba(0,0,0,0.08);}
.sec3-swiper .swiper-slide-active .tit { background: #2e0287; } */
.sec3-swiper .swiper-slide:hover { box-shadow: 0px 0px 16px rgba(0,0,0,0.08);} 
.sec3-swiper .swiper-slide:hover .tit { background: #2e0287; }

.sec4 { display: flex; flex-wrap: wrap;}
.sec4 .col { width: calc(100%/4); background-repeat: no-repeat; background-position: center; background-size: cover; height: 66vh; color: #fff; }
.sec4 .col a { display: flex; height: 100%; width: 100%; align-items: center; justify-content: center; text-align: center;  flex-direction: column;}
.sec4 .col.bg1 { background-image: url(../images/main/sec4-img1.jpg);}
.sec4 .col.bg2 { background-image: url(../images/main/sec4-img2.jpg);}
.sec4 .col.bg3 { background-image: url(../images/main/sec4-img3.jpg);}
.sec4 .col.bg4 { background-image: url(../images/main/sec4-img4.jpg);}
.sec4 .col .tit { margin-top: 30px; line-height: 1em; font-size: 32px; font-weight: 700; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:400px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: center;}
.sub-visual .cell {display:table-cell; vertical-align:middle; }
.sub-visual h4 { line-height: 1em; font-size: 20px; font-weight: 700; margin-bottom: 30px; }
.sub-visual h2 {font-size:60px; line-height:1em; display: block; font-weight: 700; letter-spacing: -.03em; }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}

.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto; }
.path-wrap .inner {display:flex; width: 100%;}
.path-wrap .home a {display:block; width:52px; height:70px; background:url("../images/sub/home.png")0 50% no-repeat; background-size:20px; text-indent:-999em; overflow:hidden; position: relative; }
.path-wrap .home a::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 15px;}
.path-wrap .part {position:relative; min-width:245px; z-index:50;}
.path-wrap .part::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 15px;}
.path-wrap .part::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 1px; background: #ddd; height: 100%; display: none;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:70px; color:#242424; font-size:18px; font-weight:600; line-height:1.3em; padding:0 60px 0 35px; letter-spacing: -.03em; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:35px; margin-top:-4px; width:10px; height:8px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:0; right:0; background:#fff; border:1px solid #ddd; z-index:50; padding: 20px 0; border-top: 1px solid #fff;}
.path-wrap .part ul li {color:#454545; line-height:1.3em; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:8px 35px;}
.path-wrap .part.active::after { height: 100%;}
.path-wrap .part.active::before { display: block;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#2e0287; text-decoration: underline; text-underline-position: under;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 80px 0; text-align: center; position: relative; }
.sub-title h1 { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424; position: relative;}
.catalog-download { position: absolute; right: 0; top: 0; width: 40px; height: 40px; background: url(../images/sub/catalog-download.png) center no-repeat; background-size: contain; display: inline-block;}

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 45px 0; background: #272727; color: #fff; }
#footer .contain { display: flex; align-items: center; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-left { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.ft-tit { font-size: 18px; font-weight: 600; line-height: 1.2em; letter-spacing: 0; margin: 28px 0 20px; }
.ft-text { line-height: 1.666em; font-size: 14px; font-weight: 200; letter-spacing: 0;}
.ft-text span { display: inline-block; line-height: 1.666em; padding-right: 33px; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span a { font-size: 12px; color: #818181; }
.ft-right { text-align: right; }
.policy a { line-height: 1.2em; font-size: 15px; font-weight: 200; padding-left: 27px; position: relative; }
.policy a::before { content: ""; position: absolute; left: 0; width: 17px; height: 17px; background: url(../images/common/policy.png) center no-repeat; background-size: contain; top: 0;}
.policy a:last-child { margin-left: 30px; }
.ft-sns { display: flex; gap: 10px; margin: 35px 0; justify-content: flex-end;}
.familysite {position:relative; display:inline-block; width:160px;}
.familysite .toggle-button {display:flex; justify-content:center; align-items:center; width:100%; padding:11px 0; background:rgba(255,255,255,0.1); border: none; color:#fff; font-weight:500; line-height:1.2em; text-align:center;font-size: 16px; border-radius: 20px; }
.familysite .toggle-button .txt span { font-size: 13px; font-weight: 400; display: inline-block; padding-left: 12px; }
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#fff; bottom: 48px; text-align: center; border-radius: 20px; }
.familysite .toggle-layer a {display:block; padding:11px 0; color:#fff; font-weight:400; line-height:1.5em; font-size: 14px; color: #686868; }