@charset "utf-8"; /* 공통 CSS */
/* 1. 폰트 */
/* font-family: 'GmarketSans' , sans-serif; */
/* font-family: 'Saira', sans-serif; */

.flex_box { display:flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; } 
.flex_box.center { justify-content: center; display: flex; align-items: center; } 
.flex_2 > * { width: 48%; margin-right: 2%; } 
.flex_2 > *:nth-child(2n) { margin-right:0; } 
.flex_3 > * { width: 32%; margin-right: 2%; margin-bottom: 2%; } 
.flex_3 > *:nth-child(3n) { margin-right:0; } 
.flex_4 > * { width: 22.2%; margin-right: 2%; margin-bottom: 1%; } 
.flex_4 > *:nth-child(4n) { margin-right:0; } 
.flex_5 > * { width: 19.1%; margin-right: 1%; margin-bottom: 1%; } 
.flex_5 > *:nth-child(5n) { margin-right:0; } 
.flex_6 > * { width: 15.1%; margin-right: 1%; margin-bottom: 1%; } 
.flex_6 > *:nth-child(6n) { margin-right:0; } 

/* 2. blind */
.blind { overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0 } 
.main_wrapper a { display:block; width: 100%; height: 100%; } 
.emph { font-weight: 500; color: #f95050 !important; } 
.none { display: none; } 
.bold { font-weight: 600 !important; } 
.border { border: 1px solid #dcdcdc; } 
.border_b { border-bottom: 1px solid #dcdcdc; } 
.border_t { border-top: 1px solid #dcdcdc; } 
.img_box img { max-width:fit-content; width:100%; margin: 0 auto; display: block; } 

.pb_no { padding-bottom:0 !important; } 
.pt_8 { padding-top:8rem !important; } 
.pt_4 { padding-top:4rem !important; } 
.pt_2 { padding-top:2rem !important; } 
.pb_8 { padding-bottom:8rem !important; } 
.pb_6 { padding-bottom:6rem !important; } 
.pb_4 { padding-bottom:4rem !important; } 
.pb_2 { padding-bottom:2rem !important; } 
.pt_no { padding-top:0 !important; } 
.pr_no { padding-right:0 !important; } 
.pl_no { padding-left:0 !important; } 
.no_padding { padding: unset!important; } 
.mb_0 { margin-bottom: 0 !important; } 
.mb_3 { margin-bottom: 3rem !important; } 
.mb_4 { margin-bottom: 4rem !important; } 
.mb_6 { margin-bottom: 6rem !important; } 
.upper { text-transform: uppercase; } 
.no_border_top { border-top:none!important; } 
.no_border_bottom { border-bottom:none!important; } 
/* 대표글씨, main-color */
:root { --main-color: #17179f; --sub-color: #0029c0; --font-eng: 'Saira', sans-serif; --font-fam: 'S-Core-Dream', sans-serif; } 
.main_color { color: var(--main-color); } 
.sub_color { color:var(--sub-color); } 
.color_w { color:#fff !important; } 
.font-eng { font-family: 'Saira', sans-serif; font-size: 1.2em; letter-spacing: -2px; } 
.font-kor { font-family: 'S-Core-Dream', sans-serif; } 
.grey { color: #999; } 
/* mobile_none */
.pc_none { display: none; } 
.font_2 { font-family: 'Saira', sans-serif; } 

/* page_size */
.inner_wrap { max-width: 1524px; width: 90%; margin: 0 auto; } 
.main_wrapper { width: 100%; } 
#main_container { width: 100%; } 

/* header */
#header { position: fixed; top: 0; width: 100%; z-index: 1004; transition: all .3s; /* border-bottom: 1px solid #dcdcdcc7; */ } 
#header .header_bg { position: fixed; top: 110px; left: 0; width: 100%; background: #fff; } 
#header.on .pc_gnb { background-color: #111; } 
#header .pc_hover_logo { display: none; } 
#header.active .pc_hover_logo { display: block; } 
#header.active .pc_logo { display: none; } 
/* header_hover */
.pc_gnb .main_menu .gnb-1dep .gnb-2dep > li > a:hover { color: var(--main-color); } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep > li { transition: all .3s; width: 25%; height: 100%; } 
/* logo */
#header .logo { padding-left: 4%; padding-right: 1%; position: relative; } 
.header_logo_title { position: relative; height: 110px; display: block; width: 240px; } 
.header_logo_title img { display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 242px; } 
.header_logo_title img.color_logo { opacity:0; } 
#header.active .header_logo_title img.color_logo { opacity:1; } 
#header.active .header_logo_title img.w_logo { opacity:0; } 

.m_gnb { display: none; } 
.header_wrap { width: 100%; margin: 0 auto; position: absolute; top: 0; } 
.header_wrap.black { background: #010101; } 
.pc_gnb { height: 110px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; flex-direction: row; margin: 0 auto; } 
.pc_gnb .head_center_box { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; width: 54%; justify-content: center; } 
.pc_gnb .main_menu { display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: nowrap; height: 110px; width: 100%; /* min-width: 800px; */ } 
.pc_gnb .main_menu .gnb-1dep { width: 100%; height: 100%; text-align: center; position:relative; min-width: 160px; display: inline-block; transition: all .3s; } 
.pc_gnb .main_menu .gnb-1dep::before { content:''; display:block; position:absolute; bottom: -16px; width: 25px; height: 29px; background: url(../img/main_icon.png) no-repeat center center/contain; left: 50%; transform: translateX(-50%); transition: all .4s; z-index: 105; opacity: 0; } 
#header.active .pc_gnb .main_menu .gnb-1dep:hover > a { color: var(--main-color); } 
#header.active .pc_gnb .main_menu .gnb-1dep >.gnb-2dep li:hover > a { color:var(--main-color); text-decoration:underline; text-decoration-color: var(--main-color); } 
.pc_gnb .main_menu .gnb-1dep:hover::before { opacity:1; } 

.pc_gnb .main_menu .gnb-1dep a { width: 100%; height: 100%; font-weight: 500; } 
.pc_gnb .main_menu .gnb-1dep > a { line-height: 110px; font-size: 2rem; font-weight: 500; color: #fff; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep { padding: 2rem 1rem; position: absolute; left: 50%; transform: translateX(-50%); z-index: 100; background: #fff; width: 1000px; height: 90px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; display: none; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep li a { color: #999999; font-size: 1.6rem; transition: all .3s; font-weight: 400; transition: all .3s; font-family: var(--font-fam); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-decoration-color: #fff; } 

/* h_part3 */
.h_part3 { display: flex; height: 100%; justify-content: space-between; width: 8%; } 
.site_map_btn { position: relative; width: 100%; } 
.site_map_btn .site_stick { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; height: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; width: 30px; } 
.site_map_btn .site_stick img { display: block; width: 30px; position: absolute; top: 0; left: 0; } 
#header.active .site_map_btn .site_stick img.all_w { opacity:0 } 
#header.active .site_map_btn .site_stick img.all_color { opacity:1 } 
.site_map_btn.active span:nth-child(1) { width: 110%; transform: translateY(10px) rotate(44deg); position: relative; bottom: 2px; } 
.site_map_btn.active span:nth-child(2) { display: none; } 
.site_map_btn.active span:nth-child(3) { width: 110%; transform: translateY(-10px) rotate(-45deg); } 

/* language */
.lang_box { height: auto; display: flex; color: #fff; flex-direction: row; justify-content: space-around; font-size: 1.5rem; font-weight: 300; width: 100%; } 
.lang_box i { font-weight: 100; } 
.lang_box > a.selected { color:var(--main-color); font-weight: 700; } 
.lang_box .center:before { content:''; display:block; position:absolute; right:0; top:50%; transform:translateY(-50%); width: 1px; height: 11px; background:#fff; } 
.lang_btn .lang_list_box { position: absolute; padding-top: 20px; width: 100%; padding-left: 25px; } 
.lang_btn .lang_list_box li a { padding: 10px 6px; font-size: 15px; transition: all .4s; } 
#header.active .lang_btn .lang_list_box { display: block;; } 
#header.active .pc_gnb .lang_btn .lang_list_box li:hover > a { color: var(--main-color); } 

/* ALL MENU */
.all_menu_wrap { top: 110px; display: flex; position: fixed; background: #fff; width: 100%; height: 100vh; transition: all 0.7s ease-in-out; right: -100%; z-index: 10000; } 
.all_menu_wrap.show { transition: all 0.7s ease-in-out; right: 0; z-index: 100; } 
.all_menu_wrap .all_menu_list { width: 70%; padding: 2rem; text-align: left; } 
.all_menu_wrap .all_menu_list > li { border-bottom: 1px solid #dcdcdc; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } 
.all_menu_wrap .all_menu_list .main_menu3 .gnb-2dep li { width: 34%; padding: 0.5rem 2rem; } 
.all_menu_wrap .all_menu_list > li:nth-child(3n) { border-right:unset; } 
.all_menu_wrap .all_menu_list > li:nth-child(6) { border-bottom: unset; } 
.all_menu_wrap .all_menu_list .gnb-1dep > a { font-size: 1.5em; font-weight: 800; height: auto; width: 18%; padding: 5rem 2rem; text-align: center; } 
.all_menu_wrap .all_menu_list .gnb-2dep { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; width: 97%; } 
.all_menu_wrap .all_menu_list .gnb-2dep > li { padding: 0 2rem; } 
.all_menu_wrap .all_menu_list .gnb-2dep > li a { transition: all .4s; } 
.all_menu_wrap .all_menu_list .gnb-2dep > li:hover a { color:var(--main-color); } 
.all_menu_wrap .all_menu_list .gnb-2dep a { font-size: 1.35em; font-weight: 500; } 
.all_menu_wrap .img_box { width: 30%; background: url(../img/all_menu_bg.jpg) no-repeat center center/cover; height: calc(100vh - 80px); position: relative; } 
.all_menu_wrap .img_box img { position: absolute; top: 31%; left: 50%; transform: translate(-50%, -50%); /* background: #111; */padding: 1rem; display: none; } 

/* footer */
#main_ft { background: #232323; color: #999; font-size: 1.5rem; font-weight: 400; font-family: 'S-Core-Dream'; } 
#main_ft a { color: #999; } 
#main_ft .footer_box { padding: 4rem 8rem; position: relative; } 
#main_ft .footer_wrap1 { display: flex; justify-content: space-between; padding-bottom: 3rem; border-bottom: 1px solid #dcdcdc57; margin-bottom: 3rem; align-items: center; } 
#main_ft .footer_wrap1 ul li { padding-left: 2rem; } 
#main_ft .footer_logo img { width: 242px; } 
#main_ft .popup_btn { color:#fff; } 
#main_ft .footer_wrap2 .flex_box { line-height: 1.5; } 
#main_ft .footer_wrap2 .flex_box li { padding-bottom: 0.5rem; } 
#main_ft .ft_bar { padding: 0 1.4rem; } 
#main_ft .ft_dot { padding: 0 0.7rem; } 
#main_ft .copyright { font-weight: 500; padding-top: 4rem; display: block; } 
#main_ft .copyright .company_name { color: #fff; } 
#main_ft .xi-caret-up-min { font-size: 2.6rem; position: relative; top: 0.5rem; } 

/* top */
#main_ft .top_btn_box { position: absolute; bottom: 5rem; right: 9rem; width: 7rem; height: 7rem; background: #23408f; } 
#main_ft .top_btn_box .top_btn_wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; text-align: center; color: #fff; } 
#main_ft .top_btn_box span { font-weight: 600; letter-spacing: -1px; position: relative; bottom: 2px; } 
#main_ft .top_btn_box span.top_arrow { margin-bottom: 5px; } 
#main_ft .top_btn_box span.top_letter { font-size: 1.4rem; } 

/* 버튼 */
.product_btn { display: inline-block; width: 242px; height: 71px; transition: all .4s; } 
.product_btn a { width: 100%; height: 100%; position: relative; color: var(--main-color); } 
.product_btn span { font-size: 18px; line-height: 70px; display: block; text-align: center; width: 100%; margin: 0 auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; font-weight: 600; } 
.product_btn span:before { content:''; display:block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid var(--main-color); } 
.product_btn span:after { content: " "; display: block; transition: width .4s; position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 10; width: 70%; height: 100%; border-top: 2px solid #dee6f6; border-bottom: 2px solid #dee6f6; z-index: 10; } 

/* fullpage css */
#header .pc_gnb { transition: all .4s; } 
#header.run.active .pc_gnb { background:#fff; } 
#header.active .pc_gnb { background:#fff; color:#111; border-bottom:1px solid #dcdcdc; } 
#header.active .pc_gnb .head_center_box a { color:#111; } 

 /* POP UP */
.about_popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #222222cc; z-index: 1000; width: 100%; height: 100%; } 
/* fullpage */
.about_popup .popup_info { width: 80%; max-width: 900px; position: absolute; /* top: 56%; */bottom: 22vh; left: 50%; transform: translateX(-50%); } 
/* no full page */
/* .about_popup .popup_info { width: 80%; max-width: 900px; position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%); } */
.about_popup .popup_info .art1 { display: flex; background: #fff; justify-content: space-between; align-items: flex-start; padding: 4rem; position: relative; border-radius: 13px; } 
.about_popup .popup_info .art1 .box1 { width: 100%; } 
.about_popup .popup_info .art1 .box1 textarea { width: 100%; height: 300px; font-size: 15px; /* padding: 20px; */border: unset; line-height: 1.5; word-break: keep-all; } 
.about_popup .popup_info .art1 .box1 h1 { font-size: 2.4rem; padding-bottom: 3rem; } 
.about_popup .popup_info .close_btn { color: #fff; padding: 14px; position: absolute; color: #111; top: 1rem; right: 1rem; cursor: pointer; z-index: 100; } 
.about_popup .popup_info .close_btn i { font-size: 2.4rem; } 
.about_popup { transform:translate(9999px); opacity: 0; } 
.about_popup.show { transition: opacity 0.3s linear; transform:translate(0); opacity: 1; } 
.about_popup .popup_info .textwrap { box-shadow: 0px 0px 2px 0px #111111a1; } 


@media (max-width: 1540px) { /* header */
.pc_gnb .main_menu .gnb-1dep { width: fit-content; min-width: auto; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep { min-width: 170px; } 
#header .logo { padding-left: 1%; } 
 .header_logo_title img.color_logo { opacity: 1; } 
.pc_gnb .head_center_box { width: 51%; } 

 /* footer */ } 
@media (max-width: 1420px) { } 
@media (max-width: 1300px) { } 
@media (max-width: 1270px) { /* 검색 */
.search_btn { position: absolute; right: calc(2% + 2.4rem); } 
.header-search-inner .header-search-btn { width: auto; height: 60px; } 
.header-search-inner .header-search-btn-controls span { font-size: 2.4rem; visibility: hidden; } 
.header-search-inner .header-search-btn-controls i { font-size: 24px; } 
.search_btn a { padding: 10px; background: var(--main-color); background: unset; color: #000; color: #fff; border-radius: 50%; } 
.search_btn a i { padding-right: 0; font-size: 2.8rem; } 
.header-search-inner .header-search-word { height: 60px; font-size: 2.4rem; padding-left: 0; } 
.header-search-inner .header-search-inner-box { padding-right: 0; height: 60px; } 
.header-search-inner .header-search-close-btn { width: 5rem; height: 5rem; top: 0rem; right: 0; /*top:3vw; right: 3vw; */
 z-index: 1000000; } 
.header-util-box { padding-right:15px; } 
.header-search-inner { top: 6rem; position: relative; } 
 /* 검색 끝 */
 #header.on { background: #000; } 
 /* header */
 .all_menu_wrap { display: none; } 
 #header .pc_gnb { display: none; } 
 #header .m_gnb { display: block; position: relative; } 
 .header_logo_title { height: 60px; width: auto; } 
 .header_wrap { height: 100% !important; } 
 #header { height: 60px; } 
 #header.run_out { background: #000; border-bottom: 1px solid #262626; } 
 #header.m_vh { } 
 #header .m_gnb .mobile_top { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 60px; padding: 0 2%; background: #fff; } 
#header .m_gnb .mobile_top .color_logo { height: 38px; width: auto; } 
 /* hamberger */
 #header .m_gnb .nav-open-btn { display: block; height: 30px; background-color: unset; border: unset; /* 햄버거 애니메이션 */
 -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);; } 
 #header .m_gnb .nav-open-btn .line { display: block; width: 28px; height: 3px; background-color: #111; border-radius: 5px; margin: 4px auto; } 
 /* 햄버거 애니메이션 */
 #header:hover .m_gnb .nav-open-btn .line { background-color: #111; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
 #header.active .m_gnb .nav-open-btn .line { background: #111; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
 .nav-open-btn.active .line { background-color:#fff; } 
 .nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) { opacity: 0; } 
 .nav-open-btn.active .line:nth-child(1) { -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); } 
 .nav-open-btn.active .line:nth-child(3) { -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); } 
 /* show_m_header */
 #header .m_gnb .main_menu { height: 100vh; background: linear-gradient(105deg, #ff2d00, #ebc31d); background: #17179fcc; right: -50%; position: fixed; top: 60px; width: 50%; transition: all .4s; z-index: 100; color: #111; } 
 #header .m_gnb .main_menu.right { right: 0; } 
 #header .m_gnb .main_menu .lang_btn_mobile { padding: 20px 24px; border-bottom: 1px solid #000000f7; } 
 #header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-start; } 
 #header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li { padding-right: 1.4rem; } 
 #header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li i { font-size: 2.4rem; } 
 #header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li.on a { font-weight: 700; } 
 #header .m_gnb .main_menu .gnb-1dep { border-bottom: 1px solid #dcdcdc4d; } 
 #header .m_gnb .main_menu .gnb-1dep>a { /* color:#fff; */font-weight: 500; font-size: 1.8rem; font-weight: 700; } 
 #header .m_gnb .main_menu .gnb-2dep { background: #0e0e52; display: none; } 
 #header .m_gnb .main_menu .gnb-1dep a { padding: 2rem 2.4rem; position: relative; color: #fff; font-weight: 400; } 
 #header .m_gnb .main_menu .gnb-1dep .gnb-2dep a { padding: 14px 24px; position: relative; font-size: 15px; color: #fff; } 
 #header .m_gnb .main_menu .gnb-1dep .gnb-2dep a br { display: none; } 
 #header .m_gnb .main_menu .gnb-1dep.active a::after { transform: translate(-50%, -50%); } 
 #header .m_gnb .main_menu .gnb-1dep>a:after { background-color: #fff; content: ''; width: 15px; height: 1px; position: absolute; right: 2%; top: 50%; transition: 0.3s ease-in-out; transform: translate(-50%, -50%) rotate(90deg); } 
 #header .m_gnb .main_menu .gnb-1dep>a:before { background-color: #fff; content: ''; width: 15px; height: 1px; position: absolute; right: 2%; top: 50%; transition: 0.3s ease-in-out; transform: translate(-50%, -50%); } 
 #header .m_gnb .gnb-1dep.active .gnb-2dep { display: block; } 
 
 /* footer */ } 
 @media (max-width: 1080px){
 .pb_4 { padding-bottom: 3.2rem !important; } 
 /* popup */
 .pop_contents .img_box img { max-width: 150px; } 
 .pop_contents p br { display:none; } 
 .footer_wrap2 { width: 90%; } 
 #main_ft .footer_box { padding: 4rem 5rem; } 
 #main_ft .top_btn_box { right: 3rem; } 
 }
 @media (max-width: 768px){
 .pb_4 { padding-bottom: 3rem !important; } 
 .mobile_none { display: none; } 
 .pc_none { display:block; } 
 }
 @media (max-width: 600px){
 .m_none { display:none; } 
 #main_ft .footer_wrap1 {display: flex;flex-wrap: wrap;padding-bottom: 2rem;margin-bottom: 2rem;} 
 #main_ft .footer_logo img { width: 24rem; } 
 #main_ft .footer_wrap1 ul li:first-child { padding-left: 0; } 
 .address_box2 li:first-child .ft_bar { opacity: 0; } 
 .footer_logo { margin-bottom: 2rem; width: 100%; } 
 #main_ft .copyright { padding-top: 2rem; } 
 }
 @media (max-width: 480px) { /* search */
 .header-search-inner .ex_wrap { margin: 4rem 2rem; } 
 .header-search-inner .ex_wrap span { font-size: 2.4rem; padding: 0.6rem 2rem; } 

 .pb_6 { padding-bottom: 3rem !important; } 
 .pt_4 { padding-top: 2rem !important; } 
 .pb_4 { padding-bottom: 2rem !important; } 
 .mb_6 { margin-bottom: 4rem !important; } 
 .mb_4 { margin-bottom: 2rem !important; } 
 /* header */
 #header .m_gnb .mobile_top .color_logo { height: 30px; } 
 #header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li a { font-size: 14px; } 
 #header .m_gnb .main_menu { right: -100%; width: 100%; } 
 #header .m_gnb .main_menu .gnb-1dep a { padding: 12px 14px; font-size: 14px; } 
 #header .m_gnb .main_menu .gnb-1dep .gnb-2dep a { padding: 12px 14px; font-size: 13px; } 
 #header .m_gnb .main_menu .lang_btn_mobile { padding: 17px 14px; } 
 
 /* footer */
 #main_ft .footer_box { padding: 3rem 3rem; } 
 /* top 버튼 */
 #main_ft .top_btn_box { width: 6rem; height: 6rem; right: 2rem; bottom: unset; top: 2rem; } 
 #main_ft .top_btn_box span.top_arrow { margin-bottom:0 } 
 #main_ft .footer_logo img { width: 20rem; } 
 /* popup */
 .pop_contents .img_box img { max-width: 100px; } 
.about_popup .popup_info .art1 { padding: 20px; } 
.about_popup .popup_info { width: 80%; } 
.about_popup .popup_info .art1 .box1 h1 { font-size: 15px; } 
.about_popup .popup_info .art1 .box1 textarea { font-size: 13px; } 

 /* 검색 */
 .table-layout { height: 100%; } 
 .header-search-inner { top: 42%; transform: translate(-50%,-50%); position: absolute; left: 50%; } 
 }


