@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:1480px; 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:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: transparent; }
#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;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing: -.03em;}

#gnb>ul>li:nth-child(5) .submenu, 
#gnb>ul>li:last-child .submenu { left: 50%; transform: translateX(-50%);}
[lang="en"] #gnb>ul>li:nth-child(4) .submenu, 
#gnb>ul>li:nth-child(5) .submenu, 
#gnb>ul>li:last-child .submenu { left: 50%; transform: translateX(-50%);}
#gnb .submenu {display:none; position:absolute; left:10px; text-align:center;}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:28px 25px; color:#454545; font-size:18px; line-height:1.33em; white-space:nowrap; position: relative; }
#gnb .submenu>ul>li>a::after { content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 3px; background: #454545; }
#gnb .submenu>ul>li:last-child>a::after { display: none; }
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 600; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#eee; }

.util { display: flex; align-items: center; gap: 15px; }
.lang { display: flex; gap: 10px; }
.lang a { width: 40px; height: 40px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-weight: 500; color: #cacaca; }
.lang a:hover { background: rgba(255,255,255,0.6); color: var(--color-primary);}
.lang a.active { background: rgba(255,255,255,0.6); color: var(--color-primary);}

.list-icon { width:22px; height:20px; 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:#fff; left: 0; border-radius: 3px; }
.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; border-radius: 3px; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff; }
#header.hover #gnb>ul>li>a {color:#242424;}
#header.hover .lang a:hover { background: var(--color-primary); color: #fff; }
#header.hover .lang a.active { background: var(--color-primary); color: #fff; }

#header.active #gnb>ul>li>a {color:#242424;}
#header.active .lang a:hover { background: var(--color-primary); color: #fff; }
#header.active .lang a.active { background: var(--color-primary); color: #fff; }

#header.move { background: #fff; }
#header.move #gnb>ul>li>a {color:#242424;}
#header.move .lang a:hover { background: var(--color-primary); color: #fff; }
#header.move .lang a.active { background: var(--color-primary); color: #fff; }
#header.move .list-icon span { background: #242424; } 
#header.move .list-icon span:before,
#header.move .list-icon span:after { background: #242424; }

.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: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 #gnb { display: none; }
html.menu-opened .list-icon { width: 32px; height: 32px; background: url(../images/common/hd-close.png) center no-repeat; background-size: contain;}
html.menu-opened .list-icon span { display: none; }
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; background:#000; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; 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 .contain { max-width: 1580px;}
.main-visual .caption { position: absolute; right: 0; text-align: left; width: 100%; bottom: 20%; }
.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 h2 { font-size: 50px; font-weight: 700; line-height: 1.2em; }
.main-visual .controls {display: flex; align-items: center; gap: 10px; position: absolute; max-width: 1580px; padding-left: 30px; padding-right: 30px; bottom: 10%; left: 0; margin: auto; width: 100%; right: 0; }
.main-visual .controls .fx { display: flex; gap: 10px; align-items: center;}
.main-visual .pager { color: #fff; font-size: 15px; font-weight: 700; }
.main-visual .pager .current {display:inline-block; color: #fff; }
.main-visual .progress {position:relative; width:138px; height:3px; background:rgba(211, 211, 211,0.6); border-radius: 3px; }
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .btns { display: flex; position: relative; gap: 10px; } 
.main-visual .slide-btn {width:25px; height:25px; background-color: transparent; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden; background-size: contain; position: relative; transition: .2s;}
.main-visual .slide-prev { background-image: url(../images/main/main-prev.png);}
.main-visual .slide-prev:hover { background-image: url(../images/main/main-prev-c.png);}
.main-visual .slide-next {  background-image: url(../images/main/main-next.png);}
.main-visual .slide-next:hover { background-image: url(../images/main/main-next-c.png);}
.main-visual .slide-stop {background-image: url(../images/main/pause.png);}
.main-visual .slide-play {display:none; background-image: url(../images/main/play.png);}
.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}

.main-visual .scroll-down { position: absolute; bottom: 60px; z-index: 9; right: 15px; color: #fff; }
.main-visual .scroll-down span { display: inline-block; font-size: 15px; transform: rotate(-90deg); display: block; margin-bottom: 28px; position: relative; right: 22px; letter-spacing: 0.1em; font-weight: 200; animation: blink 1.5s ease-in-out infinite;}
.main-visual .scroll-down img { animation: scrollDown 1.5s ease-in-out infinite;}
@keyframes blink {
	0%{ opacity: 1; }
	100% { opacity: 0; }
}
@keyframes scrollDown {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(20px); opacity: 0; }
} 
@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

/* main 공통 */
.main-tit { margin-bottom: 60px; font-size: var(--font-size42); font-weight: 700; color: #242424; text-align: center; line-height: 1.2em; }
.main-view { width: 150px; height: 47px; display: flex; align-items: center; padding-left: 20px; border-radius: 25px; border: 1px solid #ddd; position: relative; font-size: 15px; font-weight: 300; line-height: 1em; }
.main-view::after { content: ""; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 27px; height: 27px; background: url(../images/main/main-view-b.png) center no-repeat; background-size: contain; transition: .2s;}
.main-view.white { transition: .2s; border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.main-view.white::after { background-image: url(../images/main/main-view.png);}
.main-view:hover { border-color: var(--color-primary); background: #fff; color: var(--color-primary);}
.main-view:hover::after { background-image: url(../images/main/main-view-c.png);}

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover;}
.sec1-wrap { display: flex; flex-wrap: wrap; gap: 24px; }
.sec1-wrap .col { width: calc(100%/4 - 18px); }
.sec1-wrap .col a { display: block; padding: 75px 40px; border-radius: 20px; background: rgba(0, 0, 0, 0.3); backdrop-filter: blur(2px); }
.sec1-wrap .col h3 { font-size: var(--font-size26); font-weight: 700; color: #fff; transition: .2s;}
.sec1-wrap .col p { font-size: var(--font-size20); line-height: 1.5em; color: #fff; position: relative; margin: 60px 0 75px; transition: .2s;}
.sec1-wrap .col p::before { content: ""; display: block; width: 8px; height: 8px; border-radius: 8px; background: #eaeaea; margin-bottom: 12px; transition: .2s;}
.sec1-wrap .col a:hover { background: rgba(255, 255, 255, 0.90); box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.26);}
.sec1-wrap .col a:hover h3 { color: #242424; } 
.sec1-wrap .col a:hover p { color: #454545; }
.sec1-wrap .col a:hover p::before { background: var(--color-primary);}
.sec1-wrap .col a:hover .main-view { border-color: var(--color-primary); background: #fff; color: var(--color-primary);}
.sec1-wrap .col a:hover .main-view::after { background-image: url(../images/main/main-view-c.png);}

.sec2 .fp-tableCell { padding-top: 100px; }
.sec2-wrap { display: flex; }
.sec2-wrap .left { width: 36%; padding-right: 100px; position: relative; }
.sec2-prev::after, .sec2-next::after { display: none; }
.sec2-prev, .sec2-next { position: relative; top: auto; margin-top: 0; width: 40px; height: 40px; border-radius: 100%; background-repeat: no-repeat; background-position: center; background-size: 15px; background-color: #fff; border: 1px solid #ddd; transition: .2s;}
.sec2-prev { left: auto; background-image: url(../images/main/sec2-prev.png);}
.sec2-prev:hover { background-image: url(../images/main/sec2-prev-c.png); border-color: var(--color-primary);}
.sec2-next { right: auto; background-image: url(../images/main/sec2-next.png);}
.sec2-next:hover { background-image: url(../images/main/sec2-next-c.png); border-color: var(--color-primary);}
.sec2-wrap .left ul { margin: 40px 0;}
.sec2-wrap .left ul li { display: block; padding: 26px 0; font-size: var(--font-size26); font-weight: 700; color: #c5c5c5;  border-bottom: 1px solid #d9d9d9; line-height: 1.2em; cursor: pointer;}
.sec2-wrap .left ul li.active { color: var(--color-primary);}
.sec2-wrap .left ul li:first-child { padding-top: 0; }
.sec2-wrap .right { width: 82%; margin-right: -35%;}
.sec2-swiper .item .thumb { padding-bottom: 40%; border-radius: 20px 0 0 0; overflow: hidden; display: block; position: relative; }
.sec2-swiper .item .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec2-swiper .txtbox { padding: 45px 0; max-width: 72%; display: flex; justify-content: space-between; align-items: flex-start;}
.sec2-swiper .txtbox h3 { font-size: var(--font-size32); font-weight: 700; color: #242424; line-height: 1.2em; margin-bottom: 20px; }
.sec2-swiper .txtbox p { font-size: var(--font-size20); line-height: 1.5em; }
.sec2-swiper .txtbox .main-view { transition: .2s;}
.sec2-swiper .item a:hover .main-view { border-color: var(--color-primary); background: #fff; color: var(--color-primary);}
.sec2-swiper .item a:hover .main-view::after { background-image: url(../images/main/main-view-c.png);}

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover;}
.sec3 .fp-tableCell { padding-top: 100px; }
.sec3 .contain { display: flex; gap: 20px; flex-wrap: wrap;}
.sec3 .contain::after { content: none;}
.sec3 .left { background: #fff; padding: 60px; border-radius: 16px; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25); width: calc(60% - 10px);}
.sec3 .left .titbox { display: flex; justify-content: space-between; }
.sec3 .left h2 { font-size: var(--font-size34); font-weight: 700; line-height: 1.2em; color: #242424; }
.sec3-list li { border-bottom: 1px solid #ddd;}
.sec3-list li:last-child { border: none; }
.sec3-list li a { display: flex; align-items: center; padding: 19px 0;}
.sec3-list li:last-child a { padding-bottom: 0; }
.sec3-list li .datebox { width: 74px; padding: 14px 0; text-align: center; border-radius: 5px; background: #f5f5f5; transition: .2s;}
.sec3-list li .datebox .day { font-size: var(--font-size28); color: #242424; line-height: 1.1em; font-weight: 500; margin-bottom: 0; transition: .2s;}
.sec3-list li .datebox .month { font-size: 13px; line-height: 1.2em; font-weight: 400; transition: .2s;}
.sec3-list li .tit { flex: 1 1 auto; min-width: 0; width: 1%; font-size: var(--font-size20); line-height: 1.5em; color: #242424; padding-left: 20px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec3-list li a:hover .datebox { background: var(--color-primary);}
.sec3-list li a:hover .datebox .day { color: #fff;}
.sec3-list li a:hover .datebox .month { color: #fff;}
.sec3 .right { width: calc(40% - 10px);}
.sec3 .right .col { margin-bottom: 20px; border-radius: 16px; overflow: hidden; color: #fff; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25); }
.sec3 .right .col a { display: block; position: relative; }
.sec3 .right .col:last-child { margin-bottom: 0; }
.sec3 .right .col .tit { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: var(--font-size34); font-weight: 700; line-height: 1.2em; text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); color: #fff; width: 100%; text-align: center; }

/* sub */ 
.sub-visual {position:relative; height:500px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; justify-content: center; text-align: center; }
.sub-visual h2 { font-size: var(--font-size56); font-weight: 700; line-height: 1.2em; }

.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");}

.lnb-wrap {position:relative; margin-top: -80px; }
.lnb {margin:0 auto; max-width:1200px; background: rgba(0, 0, 0, 0.20); backdrop-filter: blur(4px); }
.lnb ul {display:flex; }
.lnb ul li { flex: 1; border-right: 1px solid rgba(255,255,255,0.3);}
.lnb ul li:last-child {border: none; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:80px; padding:0 15px; color:#fff; font-size:20px; font-weight:400; line-height:1.4em; letter-spacing:-.03em;  text-align: center; }
.lnb ul li.active a { background: var(--color-primary); color: #fff; }

#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 { position: relative; text-align: center; padding: 120px 0 80px;}
.sub-title h2 { font-size: var(--font-size42); font-weight: 700; line-height: 1em; color: #242424; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 50px 0; background-color: #242424; color: #fff; font-size: 15px; }
#footer .contain { max-width: 1480px;}
.ft-top { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #656565; display: flex; align-items: flex-end; justify-content: space-between;}
.ft-btm { display: flex; justify-content: space-between; }
#footer .left h3 { font-size: 15px; font-weight: 700; line-height: 1em; letter-spacing: -.045em; margin: 25px 0; }
#footer .left ul li { display: flex; margin-bottom: 6px;}
#footer .left ul li:last-child { margin-bottom: 0; }
#footer .left ul li .tit { width: 110px; color: #fff; font-weight: 600; }
[lang="en"] #footer .left ul li .tit { width: auto; padding-right: 15px; }
#footer .left ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; display: flex; gap: 30px; color: #c1c1c1; }
[lang="en"] #footer .left ul li .txt { display: block; }
#footer .left ul li .txt span { display: inline-block; position: relative; }
#footer .left ul li .txt span.af::after { content: ""; position: absolute; right: -17px; width: 2px; height: 15px; background: #c1c1c1; top: 4px; }
.ft-text span { display: inline-block; padding-right: 34px; font-weight: 300; color: #c1c1c1; }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 700; display: inline-block; padding-right: 10px; color: #fff; }
.policy a { display: inline-block; font-weight: 400; padding-left: 22px; position: relative; color: rgba(255,255,255,0.8);}
.policy a:last-child { margin-left: 18px; }
.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: 3px;}
.cpr { font-weight: 400; color: #b4b4b4; letter-spacing: -.01em;}
