@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
html,body {width: 100%; height: 100%; position: relative; -ms-overflow-style: none; scrollbar-width: none;font-size: 17px; font-family:'Pretendard', 'sans-serif' !important; font-style: normal; color: #000;}
html::-webkit-scrollbar,body::-webkit-scrollbar{display: none;}
ul,li {list-style: none;}
a {display: block; text-decoration: none; color: inherit;}
p{word-break: keep-all;}

#wrap{position: relative; overflow: hidden;}
.blue{color: #018092;}
.black{font-weight: 800;}

.pv{display: block;}
.mob{display: none;}


body.hideen { overflow: hidden;}

/*초기화 완료*/


/*header*/
#header{position: fixed; top: 0; left: 0; width: 100%; height: 60px; transition: all 0.4s; z-index: 999;}
#header.border {border-bottom: 1px solid #d9d9d9;}
.header_inner{width: 90%; margin: 18px auto 0; font-size: 0;}
.header_inner > div{display: inline-block;}
#header_logo{width: 10%; vertical-align: top;}
#header #header_logo a{position: relative;}
#header #header_logo img:nth-child(1) {opacity: 0;}
#header #header_logo img:nth-child(2) {position: absolute; top: 0; left: 0; opacity: 1;}

#header.show {height: 250px; border-bottom: 1px solid #d9d9d9; overflow: hidden;}
#header.show #header_logo img:nth-child(1) {opacity: 1;}
#header.show #header_logo img:nth-child(2) {opacity: 0;}
#header.show::after{content: ''; width: 100%; height: 1px; background: #f0f0f0; display: block; position: absolute; left: 0; top: 60px; opacity: 0; transition: all 0.4s;}
#header.show::after {opacity: 1;}
#header.show .nav_ul {display: block;}

#header.show {background-color: #fff;}
#header.show #nav > li { color: #000;}
#header.show #nav > li::before {background-color: #ddd;}

#header.black {background-color: #fff;}
#header.black #header_logo img:nth-child(1) {opacity: 1;}
#header.black #header_logo img:nth-child(2) {opacity: 0;}
#header.black #nav > li { color: #000;}
#header.black #nav > li::before {background-color: #ddd;}
#header.black #lang {color: #018092;}


.nav_box{width: 85%; vertical-align: middle; text-align: center; margin-top: 4px;}
#nav{width: 100%;font-size: 0;text-align: center;}
#nav > li{display: inline-block;position: relative; width: 15%;max-width: 150px;vertical-align: top;font-size: 0.9rem;font-weight: 500;cursor: pointer; color: #fff;}
#nav > li::before{position: absolute; content: ''; right: 0; top: 0; width: 1px; height: 1rem; background-color: #ddd;}
#nav > li::after{position: absolute; content: ''; left: 0; top: 37px; width: 100%; height: 2px; background-color: #018092; transition: all 0.4s; opacity: 0; z-index: 10;}
#nav > li:last-child::before{display: none;}
#nav > li:hover::after{opacity: 1;}
#nav > li .nav_ul{display: none;}
.nav_ul { width: 100%; padding: 10px; display: none; margin-top: 30px; box-sizing: border-box; font-weight: normal;}
.nav_ul li { font-size: 0.8rem;  line-height: 1.3;  margin-bottom: 15px;  color: #333333;  transition: all 0.4s; text-transform: capitalize; }
#nav > li.m_sub_li {display: none;}
.nav_ul li a {display: inline-block; transition: all 0.4s; }
.nav_ul li:hover a {color: #018092;}

.right_header{position: absolute;top: 0;right: 0;width: auto;font-size: 0;}
#lang{display: inline-block;margin-right: 30px;/* width: calc(100% - 90px); */height: 30px;border-radius: 15px;background-color: #018092;font-size: 0;vertical-align: middle;text-align: center;}
#lang li{position: relative;display: inline-block;width: 50%;font-size: 0.8rem;line-height: 30px;padding: 0 12px;font-weight: 300;}
#lang li:first-child::after{position: absolute;content: '';top: 50%;right: 0px;transform: translate(0, -50%);width: 1px;height: 0.8rem;background-color: #fff;}
#lang li a{color: #fff;/* width: 100%; */}

.menu_icon{display: inline-block; position: relative; width: 60px; height: 60px; background-color: #018092; cursor: pointer; vertical-align: middle; z-index: 99;}
#nav-icon{position: absolute; top: 49%; left: 50%; transform: translate(-50%, -50%); width: 50%; height: 35%; z-index: 99;}
#nav-icon span{position: absolute; display: block; left: 0; width: 100%; height: 2px; background-color: #fff; opacity: 1;}
#nav-icon span { display: block; position: absolute;  height: 2px;  width: 100%; background: #fff;  opacity: 1;   left: 0;  -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);-o-transform: rotate(0deg);  transform: rotate(0deg);    -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#nav-icon span:nth-child(1) {top: 0px;-webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
#nav-icon span:nth-child(2) { top: 50%; transform: translateY(-50%); -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
#nav-icon span:nth-child(3) { bottom: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center;}
#nav-icon.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 20%; top: -1px;}
#nav-icon.open span:nth-child(2) { width: 0%; opacity: 0;}
#nav-icon.open span:nth-child(3) { left: 20%; bottom: -1px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

#header.on .menu_icon {background-color: #fff;}
#header.on #nav-icon span { background: #018092; }

.nav_box2{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100vh; background: #018092; z-index: 9;}
.nav_box2 img:first-child{display: none;}
.nav_box2 .nav_box2_cont{position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 90%; max-width: 1200px; text-align: center;}
.nav_box2 .nav_box2_cont ul{width: 100%; font-size: 0;}
.nav_box2 .nav_box2_cont ul#nav2 > li{position: relative; display: inline-block; width: 25%; vertical-align: top;}
.nav_box2 .nav_box2_cont ul#nav2 > li > .tit{position: relative; padding-bottom: 20px; margin-bottom: 20px; font-weight: 600; font-size: 1.6rem; letter-spacing: -0.75px; text-transform: uppercase; color: #fff; opacity: 0.8; transition: all 0.4s;}
.nav_box2 .nav_box2_cont ul#nav2 > li > .tit::after{position: absolute; content: ''; left: 50%; bottom: 0; transform: translate(-50%, 0); width: 20px; height: 2px; background: #fff;}
.nav_box2 .nav_box2_cont ul#nav2 > li > .tit:hover{opacity: 1;}
.nav_box2 .nav_box2_cont ul#nav2 button{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -999px; overflow: hidden; font-size:0; background: transparent; border: none; z-index: -1;}
ul.nav_ul2{width: 100%;}
ul.nav_ul2 li{margin-bottom: 10px;}
ul.nav_ul2 li a{display: inline-block; font-size: 0.9rem; line-height: 1.7; color: #ccc; border-bottom: 1px solid transparent; transition: all 0.4s;}
ul.nav_ul2 li:hover a{border-bottom: 1px solid #fff; color: #fff;}
.nav_box_deco{position: absolute; right: 3%; bottom: 5%; width: 25%; max-width: 460px;}

.nav_box2 #lang{display: none;}

html.on, body.on{overflow: hidden;}


/*main*/
.main{position: relative; width: 100%;}
.main_inner{width: 90%; max-width: 1200px; margin: auto; position: relative;}


/*main0*/
#main0{width: 100%; height: 100vh;}
.swiper-slide{position: relative;}
.swiper-slide1{width: 100%; height: 100%; background: url('../img/ms1_img1.png') center no-repeat; background-size: cover;}
.swiper-slide2{width: 100%; height: 100%; background: url('../img/ms1_img2.png') center no-repeat; background-size: cover;}
.swiper-slide3{width: 100%; height: 100%; background: url('../img/ms1_img3.png') center no-repeat; background-size: cover;}

.txt_box{position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 1200px;}
.txt_box img{width: 100%; max-width: 110px;}
.txt_box .tit{margin: 25px 0; font-size: 3.5rem; font-weight: 800; line-height: 1.2;}
.txt_box .con{font-size: 1rem; color: #666; font-weight: 300; line-height: 1.7;}

.txt_box::before{position: absolute;content: ''; top: 65%; left: 30%; height: 1px;background: #018092;}
.swiper-slide1 .txt_box::before{width: 30%;}
.swiper-slide2 .txt_box::before{width: 65%;}
.swiper-slide3 .txt_box::before{width: 10%;}

.swiper-slide-active.swiper-slide1 .txt_box::before {animation: ms1_line1 1.5s;}
.swiper-slide-active.swiper-slide2 .txt_box::before {animation: ms1_line2 3s;}
.swiper-slide-active.swiper-slide3 .txt_box::before {animation: ms1_line3 1s;}

.txt_box::after{position: absolute; top: 64%; content: ''; width: 8px; height: 8px; border-radius: 50%; background: #018092; opacity: 0;}
.swiper-slide1 .txt_box::after { left: 60%;}
.swiper-slide2 .txt_box::after { left: 95%;}
.swiper-slide3 .txt_box::after { left: 40%;}

.swiper-slide-active.swiper-slide1 .txt_box::after {animation: ms1_dot 1s; animation-delay: 1.5s; animation-fill-mode: forwards;}
.swiper-slide-active.swiper-slide2 .txt_box::after {animation: ms1_dot 1s; animation-delay: 3s; animation-fill-mode: forwards;}
.swiper-slide-active.swiper-slide3 .txt_box::after {animation: ms1_dot 1s; animation-delay: 1s; animation-fill-mode: forwards;}

@keyframes ms1_line1 {
	0% { width: 0%;}
	100% { width: 30%; }
}

@keyframes ms1_line2 {
	0% { width: 0%;}
	100% { width: 65%; }
}

@keyframes ms1_line3 {
	0% { width: 0%;}
	100% { width: 10%; }
}


@keyframes ms1_dot {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

.main0_control{position: absolute; top: 64%; left: 50%; transform: translate(-50%, 0); width: 90%; max-width: 1200px; z-index: 10;}
.control_inner { position: relative;  width: 90%;  max-width: 200px; font-size: 0px;  box-sizing: border-box;  z-index: 10;}
.control_inner .swiper-button-next, .control_inner .swiper-button-prev { color: #808080;  font-size: 17px;  display: inline-block;  vertical-align: middle;  position: relative;  width: auto;  height: auto;  line-height: 25px;  margin-top: 0px; left: 0; right: 0;}
.control_inner .swiper-button-next::after, .control_inner .swiper-button-prev::after{display: none;}
.ms1_prev{margin-right: 15px;}
.ms1_next {right: auto; margin-left: 15px;}
.main0_control .control_inner .ms1_pag {position: relative;display: inline-block;vertical-align: middle;width: auto;margin-top: 21px;}
.main0_control .control_inner .ms1_pag .swiper-pagination-bullet {background: transparent;opacity: 1;border: 1px solid #808080;box-sizing: border-box;margin: 0px 6px;transition: all 0.4s;border-radius: 20px;}
.control_inner .ms1_pag .swiper-pagination-bullet:nth-child(1) { margin-left: 0px;}
.main0_control .control_inner .ms1_pag .swiper-pagination-bullet-active { background: #018092;  border-color: #018092;width: 30px;}
.ms1_playbox {display: inline-block;vertical-align: middle;position: relative;font-size: 17px;color: #808080;width: 17px;height: 19px;margin-left: 8px;}
.ms1_playbox .swiper-button-pause, .ms1_playbox .swiper-button-play {position: absolute; left: 0px; top: 0px; display: none; cursor: pointer; height: 25px; line-height: 25px;}
.swiper-pagination-clickable .swiper-pagination-bullet{margin: 8px;}

.ms1_playbox .swiper-button-pause.on {display: block;}
.ms1_playbox .swiper-button-play.on {display: block;}

.scroll{position: absolute; left: 3%; bottom: 8%; text-align: center; z-index: 10; animation: scroll_move 2s infinite;}
.scroll .scroll_p{font-size: 13px; letter-spacing: 5px; text-transform: uppercase; color: #666; transform: rotate(90deg);}
.scroll .scroll_img{margin-top: 42px;}
.scroll .scroll_img img{width: 100%; max-width: 12px;}

@keyframes scroll_move {
	0% { bottom: 8%;}
	50% { bottom: 5%;}
	100% { bottom: 8%; }
}


/*main1*/
#main1{padding: 21vh 0;}
.m1_bg{display: block; position: absolute; left: -2%; top: -1%; width: 30%; max-width: 630px; z-index: -1;}
.main1_txt{width: 50%;}
.main1_txt p{position: relative; font-size: 1rem;}
.main1_txt p:nth-child(1){margin-bottom: 20px; line-height: 1.2; letter-spacing: 0.5px; text-transform: uppercase;}
.main1_txt p:nth-child(2){margin-bottom: 25px; font-size: 2.2rem; line-height: 1.2; letter-spacing: -1px;}
.main1_txt p:nth-child(3){display: inline-block; vertical-align: top; padding-left: 120px; line-height: 1.7; color: #333; font-weight: 300;}
.main1_txt p:nth-child(3)::before{display: inline-block; vertical-align: top; position: absolute; content: ''; left: 0; top: 13px; width: 100px; height: 3px; background: #018092;}

#main1 .swiper .swiper-wrapper{height: auto;}
#main1 .swiper{margin: 7vh 0 4vh; width: 40%; height: auto; border: 1px solid #b2b2b2;}
#main1 .mySwiper1 .swiper-slide{height: auto; cursor: pointer;}

.ms2_icobox_wrap{margin: 20px 0; padding: 10px 0; text-align: center; border-right: 1px solid #999;}
.swiper-slide:last-child .ms2_icobox_wrap{border-right: none;}
.ms2_icobox_wrap .icobox{position: relative; margin-bottom: 12px;}
.ms2_icobox_wrap .icobox img{display: block; margin: auto; width: 100%; max-width: 70px; transition: all 0.4s;}
.ms2_icobox_wrap .icobox img:nth-child(2){position: absolute; left: 50%; top: 0; transform: translate(-50%, 0); opacity: 0;}
.ms2_icobox_wrap p{font-size: 0.8rem; color: #888; transition: all 0.4s; font-weight: 300;}

.swiper-slide-thumb-active .icobox img{opacity: 0;}
.swiper-slide-thumb-active .icobox img:nth-child(2){opacity: 1;}
.swiper-slide-thumb-active p{color: #018092; font-weight: 800;}
.ms2_icobox_wrap:hover .icobox img{opacity: 0;}
.ms2_icobox_wrap:hover .icobox img:nth-child(2){opacity: 1;}
.ms2_icobox_wrap:hover p{color: #018092; font-weight: 800;}

.m1_img{position: absolute; right: 0; top: 0; width: 50%; height: 100%; z-index: 10;}
.ms2{position: absolute; right: 0; top: 50%; transform: translate(0, -50%); width: 100%;}
.ms2 .swiper-slide{width: calc(100%/3); background: #fff; text-align: right;}
.ms2 .swiper-slide img{width: 100%; max-width: 850px;}

a.morebox{width: 90%; max-width: 210px;}
a.morebox .viewmore{position: relative; padding: 20px 0; font-size: 12px; line-height: 1; text-align: center; text-transform: uppercase; color: #fff; background: #018092; border-radius: 30px; transition: all 0.4s;}
a.morebox .viewmore::before{position: absolute; content: ''; right: 0; top: 50%; width: 30px; height: 1px; background: #fff; transition: all 0.4s;}
a.morebox .viewmore::after{position: absolute; content: ''; right: -30px; top: 50%; width: 30px; height: 1px; background: #018092; transition: all 0.4s;}
a.morebox:hover .viewmore::before{width: 0;}
a.morebox:hover .viewmore::after{right: 0; width: 0;}


/*main2*/
#main2{margin-bottom: 15vh; padding-bottom: 11vh;}
.m2::before{position: absolute; content: ''; top: 210px; left: 0; width: 75%; height: calc(100% - 210px); background: #018092; border-bottom-right-radius: 200px; z-index: -1;}
.m2_ul{font-size:0;}
.m2_ul > li{display: inline-block; vertical-align: top;}

.m2_ul .m2_txt{padding-right: 5%; margin-top: 54px; width: 50%;}
.m2_ul .m2_txt .m2_txt_top{width: 100%; min-height: 160px;}
.m2_ul .m2_txt .m2_txt_top > p{font-weight: 800; text-transform: uppercase; color: #000;}
.m2_ul .m2_txt .m2_txt_top > p:first-child{margin-bottom: 20px; font-size: 0.9rem; letter-spacing: 0.5px;}
.m2_ul .m2_txt .m2_txt_top > p:last-child{font-size: 2.2rem; line-height: 1.2; letter-spacing: -1px; font-weight: 400;}
.m2_ul .m2_txt .m2_txt_top > p span{display: block;}
.m2_ul .m2_txt .m2_txt_bot{margin-top: 5vh; width: 100%;}
.m2_ul .m2_txt .m2_txt_bot > p{position: relative; font-size: 1rem; line-height: 1.7; color: #fff; font-weight: 300;}
.m2_ul .m2_txt .m2_txt_bot > p:first-child{display: inline-block; vertical-align: top; padding-left: 120px;}
.m2_ul .m2_txt .m2_txt_bot > p:last-child{margin: 3vh 0 8vh;}
.m2_ul .m2_txt .m2_txt_bot > p:first-child::before{display: inline-block; vertical-align: top; position: absolute; content: ''; left: 0; top: 13px; width: 100px; height: 3px; background: #fff;}

a.morebox2{width: 90%; max-width: 210px;}
a.morebox2 .viewmore{position: relative; padding: 20px 0; font-size: 12px; line-height: 1; text-align: center; text-transform: uppercase; color: #018092; background: #fff; border-radius: 30px; transition: all 0.4s;}
a.morebox2 .viewmore::before{position: absolute; content: ''; right: 0; top: 50%; width: 30px; height: 1px; background: #018092; transition: all 0.4s;}
a.morebox2 .viewmore::after{position: absolute; content: ''; right: -30px; top: 50%; width: 30px; height: 1px; background: #fff; transition: all 0.4s;}
a.morebox2:hover .viewmore::before{width: 0;}
a.morebox2:hover .viewmore::after{right: 0; width: 0;}

.m2_ul .m2_slide{width: 50%;}

.m2_slide_btnbox{width: 100%; text-align: right;}
.m2_slide_btnbox .m2_slideBtn{position: relative; left: 0; right: 0; display: inline-block; width: 45px; height: 45px; background: #018092; opacity: 0.7; transition: all 0.4s;}
.m2_slide_btnbox .m2_slideBtn img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 12px;}
.m2_slide_btnbox .m2_slide_prev::after{display: none;}
.m2_slide_btnbox .m2_slide_next::after{display: none;}
.m2_slide_btnbox .m2_slideBtn:hover{opacity: 1;}

.m2_ul .m2_slide .swiper-container{width: 100%; height: 50vh;}

.img_box{width: 100%; height: 100%;}
.img1{background: url('../img/m2_slide1.png') center no-repeat; background-size: cover;}
.img2{background: url('../img/m2_slide2.png') center no-repeat; background-size: cover;}
.img3{background: url('../img/m2_slide3.png') center no-repeat; background-size: cover;}


/*main3*/
#main3{padding-bottom: 15vh;}
.m3_menu{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.m3_menu li{position: relative; width: 25%; height: 320px; border-top: 2px solid #000; border-bottom: 1px solid #ddd; border-right: 1px dashed #ddd; background: #fff;}
.m3_menu li:after{position: absolute; content: ''; left: 50%; bottom: 0; transform: translate(-50%, 0); width: 80%; height: 2px; background: #018092; transition: all 0.4s; opacity: 0;}
.m3_menu li:hover:after{opacity: 1;}
.m3_menu li:first-child:after{display: none;}
.m3_menu li:first-child{padding: 50px 25px;}
.m3_menu li:last-child{border-right: 0;}
.m3_menu li a{position: relative; padding: 50px 25px; width: 100%; height: 100%; }
.m3_menu li .txt_wrap{font-weight: 600; text-transform: uppercase; line-height: 1; transition: all 0.4s;}
.m3_menu li .txt_wrap p{color: #1a1a1a; margin-bottom: 10px; font-size: 1.2rem;}
.m3_menu li .txt_wrap span{display: block; color: #595959; margin-bottom: 10px; font-size: 0.9rem; font-weight: 400;}
.m3_menu li:first-child p{font-size: 0.9rem; letter-spacing: 0.5px; color: #000; font-weight: 800;}
.m3_menu li:first-child span{margin-top: 20px; display: block; font-size: 1.8rem; font-weight: 800; color: #000;}
.m3_menu li:hover .txt_wrap > p{color: #595959;}

.m3_viewmore{position: relative; margin-top: 15vh; font-size: 12px; text-transform: uppercase; color: #999; transition: all 0.4s; opacity: 0;}
.m3_viewmore::after{position: absolute; content: ''; left: 0; top: 20px; width: 38px; height: 12px; background: url('../img/m3_arrow.png') center no-repeat;}
.m3_menu li:hover .m3_viewmore{opacity: 1;}

.m3_icobox{position: absolute; right: 25px; bottom: 50px;}
.m3_icobox img{width: 100%; max-width: 75px; transition: all 0.4s;}
.m3_icobox img:first-child{position: absolute; top: 0; left: 0; opacity: 0;}
.m3_icobox img:last-child{opacity: 1;}
.m3_menu li:hover .m3_icobox img:first-child{opacity: 1;}
.m3_menu li:hover .m3_icobox img:last-child{opacity: 0;}

.m3_bg{position: absolute; right: 0; bottom: 0; z-index: -1;}
.m3_bg img{width: 100%; }


/*footer*/
#footer{width: 100%; height: auto; background: #262626;}
.footer_inner{position: relative; margin: 0 auto;padding: 7vh 0 8vh; width: 90%; max-width: 1200px; font-size: 0;}
.footer_inner > div{display: inline-block; vertical-align: top;}
.logo{width: 22%;}
.logo > a{display: inline-block;}
.logo > a > img{width: 100%; max-width: 155px;}
.logo .info{width: 100%; margin-top: 2.5vh;}
.logo .info p{margin-top: 8px; font-size: 0.75rem; line-height: 1.3; color: #fff;}
.logo .info p:first-child{margin-top: 0;}
.logo .info p:nth-child(3), .logo .info p:last-child{opacity: 0.7;}
.logo .info p span{display: inline-block; vertical-align: top;}
.logo .info p span:last-child{padding-left: 6px; text-align: left;}
.logo .info p span i{display: block; font-style: normal;}

.f_nav_wrap{margin-left: 8%; width: 70%;}
.f_nav{width: 100%; text-align: center; font-size: 0;}
.f_nav > li{display: inline-block; width: 20%; font-size: 0.75rem; color: #fff; text-align: left; vertical-align: top;}
.f_nav > li ul.f_nav2{width: 100%; margin-top: 15px;}
.f_nav > li ul.f_nav2 li{margin-bottom: 12px;}
.f_nav > li ul.f_nav2 li:last-child{margin-bottom: 0;}
.f_nav > li ul.f_nav2 li a{opacity: 0.7; transition: all 0.4s;}
.f_nav > li ul.f_nav2 li:hover a{color: #018092; opacity: 1;}

.topBtn{position: absolute; right: 0; top: -25px; width: 48px; height: 48px; background: #018092; cursor: pointer;}
.topBtn p{position: relative;padding-top: 14px;text-align: center;font-size: 1.5rem;line-height: 1.3;color: #fff;}
.topBtn p::before{position: absolute;content: '';top: 10px;left: 50%;transform: translate(-50%, 0);width: 18px;height: 2px;background: #fff;}

