@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:1660px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; 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 배너 */
.hd-banner { background: var(--color-primary); color: #121212; font-family: var(--suit); font-size: 14px; position: relative; height: 36px; padding-top: 10px; }
.hd-ban-close { position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; width: 12px; height: 12px; text-indent: -9999em; overflow: hidden; background: url(../images/common/ban-close.png) center no-repeat; background-size: contain; border: none; z-index: 1; }
.ban-swiper { height: 20px; }
.ban-swiper .item { height: 20px !important; line-height: 1.1em; font-weight: 500; text-align: center; width: 100%; }

/* header */
#header {position:sticky; width:100%; z-index:101; top: 0; height: 123px; transition: .2s; left: 0; background: #fff; padding-top: 20px; border-bottom: 2px solid #eee;}
#header .contain {position:relative; height:100%; z-index:10; }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat; background-position: center;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:left; position: relative; padding-left: 60px; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; width: 190px;}
#gnb>ul>li>a {position:relative; display:inline-flex; align-items:center; flex-direction: column; justify-content:center; height:30px; color:#121212; font-size:var(--font-size18); line-height:1em; padding: 0 18px; margin-top: 20px; border-radius: 30px;}
#gnb>ul>li:hover>a { background: var(--color-primary); color: #fff; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:left;}
#gnb .submenu>ul {padding:20px 0; padding-left: 18px; }
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#505050; font-size:14px; line-height:1.33em; font-weight: 500; font-family: var(--suit); position: relative; }
#gnb .submenu>ul>li>a span::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: #121212; transition: .3s;}
#gnb .submenu>ul>li>a span { display: inline-block; position: relative; }
#gnb .submenu>ul>li>a:hover { font-weight: 700; color: #121212; }
#gnb .submenu>ul>li>a:hover span::after { width: 100%; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:2px solid #eee; border-radius: 0 0 80px 80px;}

.util { display: flex; align-items: center; gap: 10px; }
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#121212; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#121212; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#121212; }

.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:17px; 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:var(--color-primary);}
.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:15px; 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;}
.mobile-navigation .nav-menu .submenu ul li a br { display: none;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.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:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:90vh; overflow:hidden; border-radius: 0 0 80px 80px; z-index: 1; }
.main-visual .slick-slide {position:relative; height:90vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item img {position:absolute; top:50%; left:0; 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;}

.main-visual .caption { position: absolute; left: 0; text-align: left; width: 100%; top: 50%; transform: translateY(-50%);}
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption .hash { display: flex; flex-wrap: wrap; gap: 15px; }
.main-visual .caption .hash span { font-variation-settings: "wght" 400, "wdth" 100, "slnt" 20; display: inline-block; font-size: 14px; color: #121212; line-height: 1.2em; }
.main-visual .caption h2 { font-size: 72px; line-height: 1em; color: #121212; font-variation-settings: "wght" 500, "wdth" 60, "slnt" 0; margin: 15px 0 35px;}
.main-visual .caption p { font-size: var(--font-size20); line-height: 1.3em; font-weight: 300; color: #505050; }

.main-visual .vs-pagi { position: absolute; max-width: 1660px; padding-left: 30px; padding-right: 30px; display: flex; align-items: center; justify-content: flex-start; gap: 15px; bottom: 90px; left: 0; right: 0; margin: auto; z-index: 60; }
.main-visual .slick-arrow { position: relative; z-index: 50; width: 32px; height: 32px; border: none; border-radius: 32px; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 6px; cursor: pointer; text-indent: -9999em; overflow: hidden; }
.main-visual .vs-pagi .slick-prev { order: 1; flex-shrink: 0; background-image: url(../images/main/main-prev.png);}
.main-visual .vs-pagi .roll-btn { order: 2; flex-shrink: 0; }
.main-visual .vs-pagi .slick-next { order: 3; flex-shrink: 0; background-image: url(../images/main/main-next.png);}
.main-visual .roll-btn .vs-count { display: inline-flex; align-items: baseline; font-size: 14px; font-weight: 500; line-height: 1.2em; letter-spacing: 0.02em; }
.main-visual .roll-btn .vs-count .current { font-size: 16px; font-weight: 600; line-height: 1em; color: #121212; }
.main-visual .roll-btn .vs-count .sep { margin: 0 2px; color: #505050; font-weight: 500; }
.main-visual .roll-btn .vs-count .all { color: #505050; font-weight: 500; }

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-view { height: 56px; display: inline-flex; align-items: center; background: #fff; border: 1px solid #121212; border-radius: 28px; padding: 0 25px; color: #121212; padding-right: 64px; position: relative; }
.main-view::after { content: ""; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); width: 14px; height: 12px; background: url(../images/main/main-view.png) center no-repeat; background-size: contain; transition: .2s;}
.main-view:hover { background: #121212; color: #fff; }
.main-view:hover::after { background-image: url(../images/main/main-view-w.png);}
.main-view.download::after { background-image: url(../images/sub/download.png); width: 14px; height: 14px; }
.main-view.download:hover::after { background-image: url(../images/sub/download-w.png);}
.main-tit { font-size: 100px; color: #121212; line-height: 1em; margin-bottom: 40px; font-variation-settings: "wght" 500, "wdth" 55, "slnt" 0;}
.main-titbox { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 80px; flex-wrap: wrap; gap: 10px; }

/* main */
.sec1 { background: linear-gradient(180deg, #7FADE3 21.75%, #F5FAFF 100%); margin-top: -80px; position: relative; padding: 300px 0 200px;}
.sec1 .contain { position: relative; display: flex; }
.sec1 .contain::after { content: none;}
.sec1 h2 { color: #fff; line-height: 1.05em; font-size: 135px; font-weight: 700; margin-bottom: 60px; }
.sec1 .img-wrap { flex: 1 1 auto; min-width:0; width:1%; position: relative; }
.sec1-ch { position: absolute; left: 0; bottom: -285px; }
.sec1-cup { position: absolute; left: 330px; bottom: -260px; }

.sec2-tab { display: flex; gap: 6px; flex-wrap: wrap;}
/* .sec2-tab li a { width: auto; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: #253746; border: 1px solid #253746; line-height: 1em; letter-spacing: 0.02em; font-variation-settings: "wght" 400, "wdth" 30, "slnt" 0; padding: 0 20px;} */
.sec2-tab li a { width: auto; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: #253746; border: 1px solid #253746; line-height: 1em; padding: 0 20px; font-weight: 600; font-family: var(--suit);}
.sec2-tab li.active a, 
.sec2-tab li:hover a { background: #253746; color: #fff; font-variation-settings: "wght" 500, "wdth" 30, "slnt" 0; }
.sec2-swp { position: relative; }
.sec2-prev::after, .sec2-next::after { display: none; }
.sec2-prev, .sec2-next { width: 72px; height: 72px; border-radius: 72px; margin-top: 0; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 11px; transition: .3s; border: 1px solid #ccc; top: 33%; }
.sec2-prev { left: -112px; background-image: url(../images/main/sec2-prev.png);}
.sec2-prev:hover { border-color: #121212; background-image: url(../images/main/sec2-prev-c.png);}
.sec2-next { right: -112px; background-image: url(../images/main/sec2-next.png); left: auto;}
.sec2-next:hover { border-color: #121212; background-image: url(../images/main/sec2-next-c.png);}
.sec2-swiper .item a { text-align: center; display: block; }
.sec2-swiper .item .thumb { padding-bottom: 100%; position: relative; display: block; border-radius: 16px; overflow: hidden;}
.sec2-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sec2-swiper .item .tit { font-size: var(--font-size28); font-weight: 500; color: #121212; line-height: 1.2em; margin: 24px 0 7px;}
.sec2-swiper .item .en-tit { line-height: 1.1em; font-variation-settings: "wght" 400, "wdth" 70, "slnt" 0;}

.sec3 { background: #fff7dd;}
.sec3 .main-tit { margin-bottom: 20px; }
.sec3 p { font-size: var(--font-size20); font-weight: 400; color: #121212; }
.sec3-swiper .item a { display: block; border-radius: 16px; overflow: hidden;}
.sec3-swiper .item .thumb { padding-bottom: 85%; position: relative; display: block; overflow: hidden; }
.sec3-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sec3-swiper .item .tit { background: #fff; padding: 28px 30px; border-bottom: 1px solid #eee; font-size: var(--font-size20); font-weight: 500; color: #121212; line-height: 1.1em; }
.sec3-swiper .item .tit span { overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec3-swiper .item .date { display: flex; justify-content: space-between; align-items: center; padding: 28px 30px; background: #fff; }
.sec3-swiper .item .date span { display: inline-block; flex: 1 1 auto; min-width:0; width:1%; padding-right: 20px; font-size: 14px; font-weight: 300; position: relative; line-height: 1.1em; padding-left: 22px; }
.sec3-swiper .item .date span::before { content: ""; position: absolute; left: 0; top: 0; width: 14px; height: 14px; background: url(../images/main/time.png) center no-repeat; background-size: contain; }
.sec3-swiper .item .date .view { display: inline-block; width: 19px; height: 16px; background: url(../images/main/sec3-view.png) center no-repeat; background-size: contain; transition: .3s;}
.sec3-swiper .item a:hover .date .view { transform: translateX(-10px);}
.sec3-btn-wrap { display: flex; align-items: center; margin-top: 60px; }
.sec3 .swiper-pagination { flex: 1 1 auto; min-width:0; width:1%; position: relative; height: 3px; background: rgba(0, 0, 0, 0.10); margin-right: 40px; }
.sec3 .swiper-pagination-progressbar-fill { background: #121212; }
.sec3-btns { display: flex; gap: 14px; align-items: center;}
.sec3-prev::after, .sec3-next::after { display: none; }
.sec3-prev, .sec3-next { width: 10px; height: 18px; background-repeat: no-repeat; background-position: center; background-size: contain; position: relative; top: auto; margin-top: 0; }
.sec3-prev { left: auto; background-image: url(../images/main/sec3-prev.png);}
.sec3-next { right: auto; background-image: url(../images/main/sec3-next.png); left: auto;}
.sec3-btns .pause { width: 32px; height: 32px; border-radius: 16px; border: 1px solid #ddd; background-repeat: no-repeat; background-position: center; display: inline-block; background-color: #fff; background-size: 16px; background-image: url(../images/main/pause.png);}
.sec3-btns .pause.play { background-image: url(../images/main/play.png);}

.sec4-wrap { display: flex; flex-wrap: wrap; gap: 39px; }
.sec4-wrap .col { width: calc(100%/3 - 26px); }
.sec4-wrap .col a { display: block; color: #fff; position: relative; border-radius: 16px; overflow: hidden;}
.sec4-wrap .col img { width: 100%; }
.sec4-wrap .col .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 50px 40px; display: flex; flex-direction: column; justify-content: space-between; background-color: transparent; backdrop-filter: blur(0); -webkit-backdrop-filter: blur(0); transition: background-color 0.55s cubic-bezier(0.33, 1, 0.68, 1), backdrop-filter 0.55s ease, -webkit-backdrop-filter 0.55s ease;}
.sec4-wrap .col .abbox::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 16px; z-index: 0; pointer-events: none; opacity: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%); transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);}
.sec4-wrap .col h5 { font-size: 14px; font-weight: 300; margin-bottom: 10px; letter-spacing: 0; position: relative; z-index: 1; }
.sec4-wrap .col h3 { font-size: var(--font-size48); line-height: 1.2em; font-variation-settings: "wght" 400, "wdth" 20, "slnt" 0; letter-spacing: 0; position: relative; z-index: 1; }
.sec4-wrap .col .right { text-align: right; opacity: 0; transform: translateX(16px); transition: opacity 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.08s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.08s; position: relative; z-index: 1; }
.sec4-wrap .col .main-view { color: #fff; background: transparent; border-color: #fff;}
.sec4-wrap .col .main-view::after { background-image: url(../images/main/main-view-w.png);}
.sec4-wrap .col a:hover .abbox { background-color: rgba(0, 0, 0, 0.70); backdrop-filter: blur(2.5px); -webkit-backdrop-filter: blur(2.5px);}
.sec4-wrap .col a:hover .abbox::before { opacity: 0; }
.sec4-wrap .col a:hover .right { opacity: 1; transform: translateX(0);}

/* sub */ 
.sub-wrap { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 120px; }
.sub-wrap.mg { margin-bottom: 80px; }
.sub-wrap h2 { line-height: 1em; font-size: 88px; color: #121212; font-variation-settings: "wght" 500, "wdth" 60, "slnt" 0;}
.menu-ctr { display: flex; gap: 12px; align-items: center;}
.menu-ctr span { display: inline-block; font-weight: 500; line-height: 1em; color: #505050; }
.menu-ctr span.home { width: 16px; height: 16px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; }
.menu-ctr span.page-name { color: #121212; }

.lnb-wrap { margin: 40px 0 80px; }
.lnb { width: 100%; }
.lnb ul {display:flex; gap: 10px; }
.lnb ul li {flex:1; text-align:center; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:44px; padding:0 15px; color:#121212; font-weight:600; line-height:1em; letter-spacing:-.03em; border-radius: 8px; background: #f4f4f4; }
.lnb ul li.active a, 
.lnb ul li a:hover {background:var(--color-primary); color: #fff; }

.sub3-depth { margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.sub3-depth .depth { width: 100%; }
.sub3-depth ul {display:flex; gap: 20px; }
.sub3-depth ul li { text-align:center; width: auto;}
.sub3-depth ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; padding:0 10px 15px; color:#878787; font-weight:300; line-height:1em; letter-spacing:-.03em; font-size: var(--font-size18); position: relative; letter-spacing: -.01em;}
.sub3-depth ul li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #121212; }
.sub3-depth ul li.active a { color: #121212; font-weight: 600; }
.sub3-depth ul li.active a::after { width: 100%; }
.sub3-depth ul li a:hover { color: #121212; }

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #253746; color: #fff; padding: 100px 0;}
#footer .contain { display: flex; align-items: center; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-info { width: 50%; display: flex; justify-content: space-between;}
.ft-info .left h5 { font-size: 16px; font-weight: 500; line-height: 1.2em; margin-bottom: 10px; }
.ft-info .left p { font-weight: 100; font-family: 'Pretendard'; }
.ft-text { margin: 25px 0 55px;}
.ft-text span { display: block; line-height: 1.62em; font-weight: 100; }
.ft-text span strong { font-weight: 500;}
.ft-info .right { text-align: right; }
.cpr { font-size: 12px; font-weight: 100; letter-spacing: 0;}
.ft-insta { display: inline-block; margin-bottom: 150px; }
.policy a { display: inline-block; font-size: 14px; font-weight: 100; padding-right: 20px; }
.policy a:last-child { padding-right: 0; }
.policy a:first-child { font-weight: 400; }
.scroll-top { position: fixed; right: 30px; bottom: 80px; z-index: 999; width: 56px; height: 56px; border-radius: 56px; background: rgba(127, 173, 227, 0.90) url(../images/common/top.png) center no-repeat; border-radius: 28px; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20); background-size: 14px; }