@charset "utf-8";

/*
 * 반응형 스타일 가이드
 *
 * 1) 크기는 총 4가지로 나눈다.
 *    Mobile:0px ~ 767px
 *    Tablet:768px ~ 1023px (iPad 기준)
 *    Desktop:1024px ~ 1279px (일반 데스크탑 화면)
 *    Desktop Wide:1280px 이상
 *
 */

/*
 * Common
 *
 */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');

*{padding:0;margin:0;box-sizing:border-box;}

html,
body {/*  overflow-x:hidden;  */min-width:320px}


body{position:relative; font-size:16px; font-family:'PlayRegular', 'Pretendard' !important; color:#555; letter-spacing:-1px; line-height:1.2 !important;/*  overflow:hidden; */}
html.ie7 body,
html.ie8 body{visibility:hidden; background:#efefef url("/images/ico/ajax-loader.gif") no-repeat center 300px}

/****************************** header *******************************/
#header{position:fixed;width:100%;height:120px;display:flex;flex-direction:row;align-items:center;z-index:10000;padding:0 65px;justify-content:space-between;box-sizing:border-box}
#header a:hover{text-decoration:none}
.main_page.fp-viewing-3rdPage #header,
.main_page.fp-viewing-footPage #header,
.subPage #header{background:#fff}
#header::after{content:'';width:100%;height:1px;background:#efefef;position:absolute;left:0;bottom:0;opacity:0}
#header.on::after,
.main_page.fp-viewing-3rdPage #header::after,
.main_page.fp-viewing-footPage #header::after,
.subPage #header::after{opacity:1;transition:opacity 0.2s ease-in-out}
#header .header_left{display:flex;flex-direction:row;align-items:center}
#header .header_left nav{margin-left:100px}
#header .header_left .gnb{display:flex;flex-direction:row}
#header .header_left .gnb li{position:relative}
#header .header_left .gnb > li > a{color:#fff;font-size:18px;font-weight:700;display:block;width:125px;height:120px;line-height:120px;text-align:center;transition:all 0.3s;position:relative}
#header .header_left .gnb > li::after{content:'';display:block;width:0px;height:4px;position:absolute;left:50%;bottom:-4px;background:#09367A;opacity:0}
#header .header_left .gnb > li:hover::after{left:0;width:100%;transition:all 0.3s;opacity:1}
#header .header_left .gnb > li .depth2{width:100%;display:none;position:absolute;top:120px;padding:15px 0;height:360px;border-left:1px solid #efefef;opacity:0}
#header.on .header_left .gnb > li .depth2{display:block;opacity:1;transition:opacity 0.2s ease-in-out}
.main_page.fp-viewing-3rdPage #header .header_left .gnb > li a,
.main_page.fp-viewing-footPage #header .header_left .gnb > li a,
.subPage #header .header_left .gnb > li a{color:#333}
#header.on .header_left .gnb > li > a{width:200px;transition:all 0.2s;color:#333;display:block;text-align:center}
#header.on .header_left .depth2 li a{display:block;padding:7px 0;text-align:center;position:relative}
#header.on .header_left .depth2 > li > a:hover::before{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;vertical-align:super;margin-right:5px;background:#09367A}
#header.on .header_left .gnb > li:hover > a{color:#09367A}
#header .header_left .gnb .depth2 a{color:#2d2d2d;font-family:'PlayRegular', 'Pretendard' !important;/* unicode-range:U+0041-005A, U+0061-007A; */}
#header .header_left .gnb > li .depth3 a{font-size:14px;color:#666}
#header .header_logo{width:120px}
#header.on .header_logo img,
.main_page.fp-viewing-3rdPage #header .header_logo img,
.main_page.fp-viewing-footPage #header .header_logo img,
.subPage #header .header_logo img{content:url(/asset/www/images/main/logo_c.svg)}
#header .lnb_bg{background:#fff;position:absolute;top:0;left:0;z-index:-1;width:100%;opacity:0;overflow:hidden;transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out}
#header.on .lnb_bg::before{content:"";width:700px;height:193px;background:url(/asset/www/images/main/Union.png) no-repeat center / cover;position:absolute;right:-50px;bottom:-30px;opacity:0.5}
#header.on .lnb_bg{height:480px;opacity:1;box-shadow:0 5px 10px rgba(0, 0, 0, 0.1)}
#header .header_right{position:relative;display:flex;align-items:center;gap:12px}
#header .hamburger_bt{display:none}
#header .hamburger_link{display:inline-block;position:relative;width:26px;height:20px;background:transparent;cursor:pointer}
#header .hamburger_link_pc{display:inline-block}
#header .hamburger_bt_mobile{display:none}
#header .hamburger_link .btn_bar{position:absolute;left:0;width:100%;height:2px;background-color:#fff;border-radius:4px}
#header .hamburger_link .btn_bar:nth-of-type(1){top:0}
#header .hamburger_link .btn_bar:nth-of-type(2){top:9px}
#header .hamburger_link .btn_bar:nth-of-type(3){bottom:0}
#header.on .hamburger_link .btn_bar,
.main_page.fp-viewing-3rdPage #header .hamburger_link .btn_bar,
.main_page.fp-viewing-footPage #header .hamburger_link .btn_bar,
.subPage #header .hamburger_link .btn_bar{background-color:#333}

@media all and (max-width:1900px){
    #header{padding:0 30px}
    #header .header_left{width:calc(100% - 110px)}
    #header .header_left nav{margin-left:30px;width:100%}
    #header.on .header_left .gnb > li{width:15.6%}
    #header.on .header_left .gnb > li > a{width:auto}
    #header.on .header_left .gnb > li .depth2{padding:15px 10px}
    #header.on .header_left .gnb > li .depth2 a{word-break:keep-all}}
@media all and (max-width:1200px){
    #header{height:90px;background:#fff;border-bottom:1px solid #efefef}
	#header::after, .subPage header::after{content:none}
    #header .header_logo{content:url(/asset/www/images/main/logo_c.svg) !important}
	#header .header_left{width:auto}
    #header .header_left nav,
    #header .hamburger_link_pc,
    #header.on .lnb_bg{display:none;opacity:0}
	#header .header_left nav.on{display:block;position:absolute;width:100%;height:100vh;top:0;right:0;background:#fff;margin-left:0;opacity:1;transition:all 0.3s;overflow-y:scroll;margin-top:100px;overflow-x:hidden}
	#header .header_left nav.on .gnb{flex-direction:column;margin-bottom:80px}
	#header .header_right{justify-content:flex-end}
	#header .hamburger_bt_mobile{display:block}
    .hamburger_bt{border-style:none;position:relative;width:26px;height:20px;background:transparent}
    .hamburger_bt,
    .hamburger_bt span{display:inline-block;transition:all .4s;box-sizing:border-box}
    .hamburger_bt span{position:absolute;left:0;width:100%;height:2px;background-color:#333;border-radius:4px;transform-origin:center}
    .hamburger_bt .btn_bar:nth-of-type(1){top:0}
    .hamburger_bt .btn_bar:nth-of-type(2){top:9px}
    .hamburger_bt .btn_bar:nth-of-type(3){bottom:0}
    .hamburger_bt.active-1 span:nth-of-type(1){top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}
    .hamburger_bt.active-1 span:nth-of-type(2){opacity:0}
    .hamburger_bt.active-1 span:nth-of-type(3){top:50%;bottom:auto;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}
	#header .header_left .gnb > li::after{content:none}
	#header .header_left nav.on .gnb > li > a{color:#333;width:100%;text-align:left;padding:0 40px;height:80px;line-height:80px}
	#header .header_left nav.on .gnb > li > a::after{content:"\e5cc";font-family:'Material Icons Outlined';position:absolute;right:40px;top:50%;transform:translateY(-50%);font-weight:normal;font-size:22px;color:#333;vertical-align:bottom;transition:all 0.3s}
    #header .header_left nav.on .gnb > li > a.on::after{transform:translateY(-50%) rotate(90deg);transition:transform 0.3s}
	#header .header_left .gnb > li .depth2{opacity:1;position:relative;top:auto;height:auto;background:#f6f6f6;padding:20px 40px}
	#header .header_left .gnb > li:last-child .depth2{padding:20px 40px 60px}
	#header .header_left .gnb .depth2 a{display:block;padding:10px}
	#header .header_left .gnb > li .depth3 a{text-indent:10px}
}

@media all and (max-width:768px){
    #header{height:80px}
    #header .header_left nav.on{width:100%;margin-top:80px}
	#header .header_logo{width:100px}}

@media all and (max-width:568px){
    #header{height:65px}
	#header .header_left nav.on{margin-top:65px}
	#header .header_logo{width:85px}}


/****************************** footer *******************************/
footer{display:flex;justify-content:space-between;width:100%;padding:65px;background:#121212;box-sizing:border-box}
footer .fp-tableCell{display:flex;justify-content:space-between;}

footer .foot_wrap,
footer .foot_wrap .foot_txt ul,
footer .foot_btn_wrap,
footer .footer_nav .footer_gnb{display:flex;flex-direction:row}
footer .foot_logo{opacity:0.4;width:120px;height:fit-content;margin-right:30px}
footer *{color:rgba(255, 255, 255, 0.3);font-family:'PlayRegular', 'Pretendard' !important;unicode-range:U+0041-005A, U+0061-007A}
footer .foot_wrap{align-items:center}
footer .foot_wrap .foot_txt ul{gap:32px;margin-bottom:10px}
footer .foot_btn_wrap{justify-content:center;margin-top:30px}
footer .foot_btn_wrap > li{position:relative;margin-right:10px}
footer .foot_btn_wrap > li > a,
footer .foot_btn_wrap > li > button{font-size:14px;display:block;width:148px;height:46px;line-height:46px;text-align:center;border:1px solid rgba(255, 255, 255, 0.3);border-radius:23px}
footer .foot_btn_wrap > li.f_family button{display:flex;justify-content:center;align-items:center;gap:4px;}
footer .foot_btn_wrap > li.f_family button::after{content:"\e5c5";display:block;font-family:'Material Icons Outlined';color:rgba(255, 255, 255, 0.3)}
footer .foot_btn_wrap > li.f_family .f_family_lst{display:none;width:100%;padding:4px 0;border-radius:0 0 23px 23px;color:#555;line-height:30px;font-weight:400;background-color:#f2f2f2;position:absolute;z-index: 100; bottom:0;transform:translate(0, 100%);}
footer .foot_btn_wrap > li.f_family.is_open button{border-radius:23px 23px 0 0;}
footer .foot_btn_wrap > li.f_family.is_open .f_family_lst{display:block;}
footer .foot_btn_wrap > li.f_family .f_family_lst li a{display:block;font-size:14px;text-align:center;color:#555}
footer .foot_btn_wrap > li.f_family .f_family_lst li a:hover{color:#2651c0;font-weight:600;}
footer .footer_nav .footer_gnb > li{width:100px;margin-right:55px}
footer .footer_nav .footer_gnb > li:last-child{margin-right:0}
footer .footer_nav .footer_gnb > li > a{color:#fff;font-size:17px;font-weight:600;margin-bottom:20px;display:inline-block}
footer .footer_nav .footer_gnb .depth2 a{font-size:14px;padding:5px 0;display:block}
footer .footer_nav .footer_gnb .depth3{display:none}

@media all and (max-width:1900px){
    footer{padding:40px 30px !important}
    footer .footer_left{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}
    footer .foot_btn_wrap{margin-top:0 !important}
    footer .footer_right,
    footer .footer_right{display:none}
    footer .foot_wrap .foot_txt ul li a{font-size:14px}
    footer .foot_wrap .foot_txt p{font-size:13px !important}
    footer .foot_btn_wrap > li{margin-right:6px}
    footer .foot_btn_wrap > li:last-child{margin-right:0}
    footer .foot_btn_wrap > li.f_family .f_family_lst{bottom:calc(100% + 8px);transform:none;border-radius:16px;max-height:220px;overflow-y:auto}
    footer .foot_btn_wrap > li.f_family.is_open button{border-radius:23px}
    }
@media all and (max-width:1200px){
    footer .foot_wrap,
    footer .footer_left{flex-direction:column;justify-content:center}
    footer .foot_logo{margin-bottom:20px}
    .foot_wrap .foot_txt ul{justify-content:center}
    footer .foot_btn_wrap{margin-top:20px !important}
}
@media all and (max-width:700px){
    footer .foot_btn_wrap{flex-wrap:wrap;width:100%}
    footer .foot_btn_wrap > li{width:auto;margin-bottom:5px}
    footer .foot_btn_wrap > li:nth-child(even){margin-right:0}
    footer .foot_wrap .foot_txt p{text-align:center}
}


@media screen and (max-width:640px){ /* 패럴랙스가 해지되는 사이즈 */
	footer{	position:relative;top:auto;left:auto}}

/* Wrapper */
/* .Wrapper{position:relative; z-index:1; overflow:hidden} */

/* HeaderSection */
.HeaderSection .LogoArea{overflow:hidden; height:70px; background-color:#fff}
.HeaderSection .LogoArea .Logo{float:left;  height:70px; margin:0 0 0 15px; line-height:70px}
.HeaderSection .LogoArea .Logo a{display:inline-block; overflow:hidden; width:110px; height:40px; background:url("/images/common/logo_mobile.png") no-repeat left top; text-indent:-1000px}
.HeaderSection .LogoArea .GnbOpener{float:right; height:70px; margin:0 10px 0 0; line-height:70px}
.HeaderSection .LogoArea .GnbOpener button{width:35px; height:24px; line-height:1}
.HeaderSection .UtilsWrap .Utils{display:none}
.HeaderSection .UtilsWrap .Utils.Language li a{font-family:'Exo 2', 'sans-serif'}
.HeaderSection .Gnb{background-color:#fff}
.HeaderSection .Gnb .List{display:none; background-color:#fff; border-top:2px solid #efefef}
.HeaderSection .Gnb .List > li > a{display:block; padding:10px 15px; border-bottom:2px solid #efefef; background:url("/images/common/bg_gnb_trigger.png") no-repeat right center; color:#005696; font-size:16px; font-weight:bold}
.HeaderSection .Gnb .List > li > a.Current{background:#005098 url("/images/common/bg_gnb_trigger.png") no-repeat right center; color:#fff}
.HeaderSection .Gnb .List > li > ul{display:none}
.HeaderSection .Gnb .List > li > ul > li > a{display:block; padding:10px 15px 10px 30px; border-bottom:2px solid #efefef; color:#005696; font-size:14px}
.HeaderSection .Gnb .List > li > ul > li > ul > li > a{display:block; padding:10px 15px 10px 45px; border-bottom:2px solid #efefef; color:#888; font-size:12px}
.HeaderSection .Gnb .Utils{overflow:hidden}
.HeaderSection .Gnb .Utils > a{display:block; float:left; width:25%; text-align:center; background:none !important; padding:0 !important}
.HeaderSection .Gnb .Utils > a > span{display:block; padding:10px 0; border-left:2px solid #efefef}
.HeaderSection .Gnb .Utils > a > span.Eng{font-family:'Exo 2', 'sans-serif' !important}
.HeaderSection .Gnb .Utils > a:first-child > span{border-left:0 none}

/* HeaderSection - Quick */
.HeaderSection .UtilsWrap .Utils .Quicks li{background:url(""); height:auto !important}
.HeaderSection .UtilsWrap .Utils .Quicks .QuickList{background-color:#efefef; border:1px solid #CCCCCC; padding:0px; margin-top:5px; width:95px; display:none}
.HeaderSection .UtilsWrap .Utils .Quicks > li:hover .QuickList{display:block}
.HeaderSection .UtilsWrap .Utils .Quicks .QuickList li{display:block; padding:6px 10px 7px 10px !important; text-decoration:none !important; text-align:center}
.HeaderSection .UtilsWrap .Utils .Quicks .QuickList li:hover{background-color:#005696; color:#FFFFFF}
.HeaderSection .UtilsWrap .Utils .Quicks .QuickList li a{text-decoration:none !important}

/* PathIndicator */
.PathIndicator{width:100%;margin-bottom:150px; margin-top:-80px}
.PathIndicator > ul{display:flex; align-items:center;width:100%; height:80px;color:#fff;background-color:#005098}
.PathIndicator > ul > li {align-items:center; float:left; position:relative; text-align:left; height:80px}
/* .PathIndicator > ul > li > a{display:block; position:relative; z-index:1; height:19px; margin-bottom:5px; text-indent:10px; padding-right:20px; line-height:19px; background:url("/images/common/bg_pathindicator.png") no-repeat right center} */
.PathIndicator > ul > li.Home {align-items:center; padding-left:0}
.PathIndicator > ul > li.Home > a {padding:0 30px; border-right:2px solid #fff}
.PathIndicator > ul > li.Depth1 > a, .PathIndicator > ul > li.Depth2 > a, .PathIndicator > ul > li.Depth3 > a{align-items:center;height:100%;padding:0 20px;font-weight:500}
.PathIndicator .material-symbols-rounded{color:#fff; font-weight:300}
.PathIndicator > ul > li.Depth1 > a span, .PathIndicator > ul > li.Depth2 > a span, .PathIndicator > ul > li.Depth3 > a span{margin-left:70px}
.PathIndicator > ul > li > ul{display:none; position:absolute; left:0; top:80px; z-index:15; width:100%; border-radius:0 0 20px 20px; overflow:hidden; border-top:1px solid #fff}
.PathIndicator > ul > li ul.on .material-symbols-rounded{transform:rotate(180deg)}
.PathIndicator > ul > li > ul > li > a{display:block; padding:15px 0 15px 20px; color:#fff; background:#005098}
.PathIndicator > ul > li > ul > li > a.Current,
.PathIndicator > ul > li > ul > li > a:active,
.PathIndicator > ul > li > ul > li > a:hover {background-color:#147bc8}

/* FooterSection */
.FooterSection{position:relative; padding:60px 0 0; background-color:#fff; text-align:center}
.FooterSection .Logo{display:inline-block; width:110px; height:40px; text-align:center; background:url("/images/common/footer_logo_mobile.png") no-repeat left top; text-indent:-50000px}
.FooterSection .Utils{position:absolute; left:0; top:0; width:100%; padding:25px 0 0; text-align:center}
.FooterSection .Utils li{display:inline-block; height:12px; line-height:1; padding:0 15px; background:url("/images/common/bg_util_line.png") no-repeat left center}
.FooterSection .Utils li:first-child{background:none}
.FooterSection .Utils li a{display:block; color:#666; font-size:12px; font-weight:bold}
.FooterSection .Address{padding:20px 0 0; text-align:center; font-size:12px; color:#333}
.FooterSection .Copyright{padding:10px 0 30px; text-align:center; font-size:12px; color:#333}

/* ToTop */
.ToTop{display:block; margin:15px 0; padding:15px 0; text-align:center; background-color:#fff}

/* Popup */
.Popup{position:relative; z-index:100}
.Popup .Inner{padding:60px 15px 15px 15px}
.Popup .Inner .PopSlider{position:relative; height:0; padding:0 0 100% 0; z-index:1}
.Popup .Inner .PopSlider .innerFrame{width:100%; height:2500px}
.Popup .Inner .PopSlider .innerFrame .slider{width:100%; height:100%}
.Popup .Inner .PopSlider .innerFrame .slider .item{float:left; width:100%}
.Popup .Inner .PopSlider .innerFrame .slider .item img{width:100%}
.Popup .Inner .PopSliderIndicator{position:relative; width:100%; height:15px; margin:25px 0 0; padding:0 0 11px; z-index:10; text-align:center}
.Popup .Inner .PopSliderIndicator button{display:inline-block; width:13px; height:13px; margin:0 2px; background:url("/images/index/rollingbtn_off.png") no-repeat left top; text-indent:-50px}
.Popup .Inner .PopSliderIndicator button.active{background-image:url("/images/index/rollingbtn_on.png")}
.Popup .Inner .Desktop{display:none}
.Popup .Closer{position:absolute; right:10px; top:10px; z-index:10; width:30px}
.Popup .Closer img{width:100%}
.Popup .StopShow{padding:15px 0 0 0; text-align:right; color:#fff}
.Popup .StopShow input{margin-left:5px}


/*esg_con*/
.conBox {/* padding:30px; */ background:#fff; /* margin:0 !important; */ font-size:16px; color:#666}
.conBox img,
.mainCon img,
.conWrap img {width:100%}
/* .conBox.top {margin-top:30px !important} */
.moblieImg {display:none}
.innerList li {padding:0 0 5px 8px; background:url("/images/content/study/ico01.png") no-repeat left 7px; font-size:18px}
.conBox .DescArea {margin:0 !important; color:#666; line-height:1.5; font-size:16px}
.esg_con .DescArea .desc {font-size:18px; color:#666; line-height:1.5; margin-bottom:15px}
.esg_con .DescArea .listBox {margin-top:10px; border:1px solid #dfdfdf; padding:10px}
.conBox table {width:100%; margin:0 auto; border-top:1px solid #444; border-bottom:1px solid #444; border-collapse:collapse}
.conBox table thead tr {border-bottom:1px solid #7F7F7F}
.conBox table tbody tr {border-bottom:1px solid #dbdbdb}
.conBox table th {background:#ececec; font-weight:bold}
.conBox table th,
.conBox table td {padding:12px 10px; border-right:1px solid #dbdbdb; text-align:center; display:table-cell; vertical-align:middle; line-height:1.2; color:#333}
.conBox table th:last-child,
.conBox table td:last-child {border-right:0}
.conBox table td .ecoPlayer {color:#6BA517}
.conBox table td .synergyPlayer {color:#D5812A}
.conBox table td .greatPlayer {color:#37A6C4}
.bline {border-right:1px solid #dbdbdb !important}
.bline2 {border-bottom:1px solid #444 !important}

.esg_con .programBox {padding-top:30px}
.esg_con .programBox dl {padding-bottom:10px}
.esg_con .programBox dt {position:relative; float:left; text-align:center; background:#0163AC; font-size:18px; color:#fff; width:190px; height:175px; border-radius:30px 0; padding-top:60px; line-height:1.4}
.esg_con .programBox dt::before {content:""; width:50px; height:0; border-top:2px dotted #0163AC; position:absolute; right:-50px; top:50%; transform:translateY(-50%)}
.esg_con .programBox dt::after {content:""; width:5px; height:5px; border-radius:50%; background:#fff; border:2px solid #0163AC; position:absolute; right:-55px; top:50%; transform:translateY(-50%)}
.esg_con .programBox dt span {display:block}
.esg_con .programBox dd {float:right; padding:20px; width:calc(100% - 240px); line-height:1.4; border:1px solid #ddd; border-radius:30px 0; box-sizing:border-box}
.esg_con .programBox dd p{margin-bottom:5px; font-size:18px}
.esg_con .programBox dd p:first-child{font-size:20px; color:#0163AC; padding-bottom:10px; font-weight:600}
.esg_con .baWrap li {position:relative; box-sizing:border-box; width:calc((100% - 30px) / 6); float:left; margin-right:5px}
.esg_con .baWrap2 li {width:calc((100% - 15px) / 3)}
.esg_con .baWrap a{text-align:center; display:block; height:55px; line-height:55px; border:1px solid #ddd; position:relative}
.esg_con .baWrap2 a {text-align:left; padding:0 20px}
.esg_con .baWrap2 .downIcon {display:inline-block; width:19px; height:13px; background:url(/images/ico/ico_download.png) no-repeat; vertical-align:middle; margin-left:8px}
.esg_con .baWrap li .linkIcon {width:14px; height:14px; background:url(/images/content/esgMgt/linkIcon.png) no-repeat; display:inline-block; vertical-align:middle; margin-left:3px}
.rating .conWrap {width:50%; float:left}
.rating .conWrap table {width:98%; height:180px}
.esg_con .table caption {text-align:left; padding:20px 0 5px 0; font-weight:bold; font-size:16px}
.certificationBox .conWrap span {box-sizing:border-box; display:block; width:100%; font-weight:bold; padding:20px 0; color:#fff; background:#00579A; text-align:center; font-size:16px; margin-bottom:5px}
.certificationBox .conWrap .downBt,
.esg_con .downBt {display:block; width:100%; text-transform:uppercase; padding:20px; font-weight:bold; font-size:15px; color:#333; margin-top:5px; border:1px solid #ddd; position:relative; box-sizing:border-box}
.certificationBox .conWrap .downBt {width:350px}
.esg_con .downBt {width:300px}
.certificationBox .conWrap .downBt::before,
.esg_con .downBt::before,
.esg_con .baWrap2 a::before {content:""; width:19px; height:13px; position:absolute; top:50%; right:20px; background:url(/images/ico/ico_download.png) no-repeat; transform:translateY(-50%)}

.eActivityLogo {border-top:1px solid #dbdbdb}
.eActivityLogo.conBox {padding:0}
.eActivityLogo li {width:25%; float:left; text-align:center; border-right:1px solid #dbdbdb; padding:20px; box-sizing:border-box}
.eActivityLogo li:last-child {border-right:0}
.eActivityLogo li img{height:100px; width:40%; object-fit:contain}
.eActivityLogo li span {padding-top:15px; font-size:14px; color:#000}
.esg_con ~ .Divide4 img {width:100%}
.greenItem li {width:49%; height:498px; margin:0 0 50px 0 !important; float:left; /* padding:30px; */ box-sizing:border-box}
.greenItem li.odd {margin-right:2% !important}
.greenItem li img {width:100%; box-sizing:border-box; border:1px solid #efefef; margin-bottom:20px}
.conBox p.title {font-size:22px; color:#000; font-weight:bold; line-height:1.2}
.greenItem:last-of-type li img {border:0}
.downloadWrap .downBt {margin-top:0; float:left; display:block; width:calc((100% - 40px) / 3); padding:20px; font-weight:bold; font-size:15px; color:#333; border:1px solid #ddd; position:relative; box-sizing:border-box}
.downloadWrap .downBt:nth-child(2) {margin:0 20px}
.downloadWrap .downBt::before {content:""; width:19px; height:13px; position:absolute; top:50%; right:20px; background:url(/images/ico/ico_download.png) no-repeat; transform:translateY(-50%)}
.conBox .conLeft {width:calc(60% - 30px); float:left}
.conBox .conRight {width:40%; height:444px; float:right}
.conBox .conRight .title {height:53px}
.conBox .conRight img {height:100%}

.conBox .InnerTitle,
.conBox .InnerList {margin-left:0 !important; margin-right:0 !important}
.conBox .InnerList {border-top:1px solid #7F7F7F !important; border-bottom:1px solid #7F7F7F !important}
.conBox .InnerList li{padding:12px 20px; border-top:1px dotted #b2b2b2; font-family:'Exo 2', 'sans-serif'; color:#777}
.conBox .InnerList li:first-child {border-top:0}
.w50_box {width:calc(50% - 15px); float:left; box-sizing:border-box}

.esg_con .eIndicatorsBox li{width:calc(50% - 15px);margin-bottom:30px}
.year-select{    height:40px;padding:0 10px; border:1px solid #ddd}
/* esg 이사회 */
.esg_con .committeeBox li.leftBox, .esg_con .committeeBox li.rightBox{width:calc(50% - 20px)}
.esg_con .committeeBox > li:first-child{margin-bottom:29px}
.esg_con .committeeBox > li:first-child span{	display:block;width:162px; height:162px;border-radius:50%; margin:0 auto;text-align:center; line-height:162px; color:#fff; font-size:22px; font-weight:bold;background:url(/images/content/esgMgt/committee_cir.png) no-repeat;position:relative}
.esg_con .committeeBox > li:first-child::after{content:"";width:50%; height:1px;display:block;background:#7F7F7F;position:relative; left:50%; bottom:-30px;transform:translateX(-50%)}
.esg_con .committeeBox > li:first-child span::before{content:"";width:180px; height:180px;border-radius:50%; border:1px dashed #0163AC;position:absolute; top:50%; left:50%;transform:translate(-50%, -50%)}
.esg_con .committeeBox > li:first-child span::after{content:"";width:1px; height:20px;background:#7F7F7F;position:absolute; bottom:-30px; left:50%}
.esg_con .committeeBox li.leftBox::before, .esg_con .committeeBox li.rightBox::before{content:"";width:1px; height:30px;display:block;background:#7F7F7F;position:relative; left:50%}
.esg_con .committeeBox li.leftBox > div, .esg_con .committeeBox li.rightBox > div{	width:350px;margin:0 auto}
.esg_con .committeeBox li.leftBox > div span, .esg_con .committeeBox li.rightBox > div span{	display:block;width:100%;

    padding:20px 0; margin-bottom:10px;text-align:center; font-size:18px; color:#fff;background:#0163AC}
.esg_con .committeeBox li.leftBox > div ul, .esg_con .committeeBox li.rightBox > div ul{	width:100%; height:auto;padding:30px; box-sizing:border-box;background:#D9E8F3}
.esg_con .committeeBox li.leftBox > div ul li::before, .esg_con .committeeBox li.rightBox > div ul li::before{content:"";width:4px; height:4px;display:inline-block;border-radius:50%; margin-right:5px; margin-bottom:2px;vertical-align:middle;background:#0163AC}



/*content_page_tab*/
.esg_tab_div {width:1440px; margin:65px auto 64px}
.esg_tab {display:table; table-layout:fixed; width:100%; margin:0 auto; text-align:center; border-bottom:2px solid #005098}
.esg_tab li {display:table-cell; background:#fff}
.esg_tab li a {display:block; padding:15px 10px; font-size:16px; position:relative}
.esg_tab li a.on {color:#fff; background:#005696}
.esg_tab li a::before {content:""; width:1px; height:40%; background:#ddd; position:absolute; top:50%; left:0; transform:translateY(-50%)}
.esg_tab li a.on::before,
.esg_tab li:first-child a::before {content:none}


/*
 * Only Mobile
 *
 */

@media all and (max-width:1279px){.esg_tab_div {width:100%}
	.esg_tab {display:block}
	.esg_tab::after{content:""; clear:both; display:block}
	.esg_tab li {width:calc((100% - 15px) / 3); display:block; float:left; margin:0 5px 5px 0}
	.esg_tab li:nth-child(3),
	.esg_tab li:nth-child(6) {margin:0 0 5px 0}
	.esg_tab li a::before{content:none}}

@media all and (max-width:1199px){.esg_con .baWrap2 li {width:calc((100% - 15px) / 3); margin-bottom:5px}
	.greenItem li {height:40vw}}


@media all and (max-width:1080px){.esg_con .table caption {padding-top:0}
	.esg_con .programBox dl {padding-bottom:20px}
	.esg_con .programBox dt,
	.esg_con .programBox dd {float:none; width:100%; height:auto}
	.esg_con .programBox dt {padding:20px 0; margin-bottom:20px}
	.esg_con .programBox dt::before {width:20px; transform:translateX(50%) rotate(90deg); right:50%; bottom:-10px; top:auto}
	.esg_con .programBox dt::after {right:auto; bottom:-24px; top:auto; left:50%; transform:translateX(-50%)}
	
	.conBox .conLeft {width:100%; float:none}
	.conBox .conRight {width:100%; height:auto; float:none; margin-top:30px}
	.conBox .conRight .title {height:auto}
	.esg_con .baWrap li {width:calc((100% - 15px) / 3); margin-bottom:5px}
	.conBox .conLeft table {width:100%}}



@media all and (max-width:767px){.conBox,
	.conBox .DescArea,
	.esg_con .DescArea .desc {font-size:16px}
	.moblieImg {display:block}
	.webImg {display:none}
	.rating .conWrap {width:100%; float:none}
	.esg_con .programBox dt{font-size:18px}
	.esg_con .programBox dd p:first-child {font-size:18px}
	.esg_con .programBox dd p{font-size:16px}
	.conBox p.title {font-size:16px}
	.esg_tab li a {font-size:14px; padding:10px}
	.conBox .table{overflow-x:scroll}
	.conBox table {width:1080px}
	.conBox .table {width:100%; background:url(/images/content/esgMgt/scrollIcon.png) no-repeat right 5px / 50px; padding-top:50px}
	.innerList li{font-size:16px}}


/*
 * Not Mobile
 *
 */
@media all and (min-width:768px){/* FooterSection */
	.FooterSection{overflow:hidden; height:60px; margin-left:15px; margin-right:15px; padding:0}
	.FooterSection > .InnerWrap{margin:0 auto}
	.FooterSection .Logo{float:left; width:313px; height:40px; margin:17px 0 0 20px; background-image:url("/images/common/footer_logo.png")}
	.FooterSection .Utils{float:right; position:relative; left:auto; top:auto; width:auto; text-align:right; padding-right:5px}
	.FooterSection .Address,
	.FooterSection .Copyright{display:none}

	.ToTop{margin-left:15px; margin-right:15px}
	}

/*
 * Only Tablet
 *
 */
@media all and (min-width:768px) and (max-width:959px) {
	.GridWrap{width:580px; margin:0 auto}
}

/*
 * Desktop
 *
 */
 
@media all and (max-width:979px){.conBox.top {margin-top:20px !important}
	.eActivityLogo li {width:50%; padding:10px}
	.eActivityLogo li:first-child{border-bottom:1px solid #dbdbdb}
	.eActivityLogo li:nth-child(2) {border-right:0; border-bottom:1px solid #dbdbdb}
	.greenItem {margin-top:20px !important}
	.greenItem li {width:100%; height:auto; padding:15px; float:none; margin:0 0 15px 0 !important}
	.greenItem li .DescArea {margin:20px 0 0 0}
	.greenItem li .title {font-size:16px}
	.esg_tab_div {margin:0 auto}
	.w50_box {width:100%; float:none}
	.downloadWrap .downBt {width:calc((100% - 20px) / 3)}
	.downloadWrap .downBt:nth-child(2) {margin:0 10px}}
 
@media all and (min-width:980px) {
	/* HeaderSection */
	.HeaderSection{height:143px; background:url("/images/common/bg_gnb02.png") repeat-x left top}
	.HeaderSection > .InnerWrap{position:relative; height:143px; margin:0 auto}
	.HeaderSection .LogoArea{position:relative; z-index:63; width:100%; height:94px; border-bottom:1px solid #99b9d6; background:url("/images/common/bg_gnb02.png") repeat-x left top}
	.HeaderSection .LogoArea .Inner{position:relative; height:91px; margin:0 auto}
	.HeaderSection .LogoArea .Logo{float:none; position:relative}
	.HeaderSection .LogoArea .Logo a{position:absolute; left:50%; top:30px; z-index:100; width:144px; height:60px; margin-left:-72px; background-image:url("/images/common/logo_wide.png")}
	.HeaderSection .LogoArea .GnbOpener{display:none}
	.HeaderSection .UtilsWrap .Utils{display:block; position:absolute; z-index:66}
	.HeaderSection .UtilsWrap .Utils.Language{left:50%; top:39px; margin-left:-470px; text-align:left; font-family:'Exo 2', 'sans-serif'; font-size:13px}
	.HeaderSection .UtilsWrap .Utils.Func{left:50%; right:auto !important; top:39px; margin-left:348px; text-align:right}
	.HeaderSection .UtilsWrap .Utils li{display:inline-block; overflow:hidden; height:15px; padding:0 10px 0 13px; color:#999; font-size:12px; background:url("/images/common/bg_util_line.png") no-repeat left center; line-height:15px}
	html.ie	.HeaderSection .Utils li{background-position:left 2px}
	.HeaderSection .UtilsWrap .Utils.Language li{background-position:left 4px; line-height:1; vertical-align:top}
	.HeaderSection .UtilsWrap .Utils li:first-child{background:none; padding-left:0}
	.HeaderSection .UtilsWrap .Utils.Func li:first-child{line-height:1.5}
	.HeaderSection .UtilsWrap .Utils.Func li.Last{padding-right:0; font-size:13px; font-family:'Exo 2', 'sans-serif'; line-height:1.3; background-position:left 3px}

	.HeaderSection .Gnb{display:block; position:absolute; left:0; bottom:0; z-index:30; width:100%; height:48px}
	.HeaderSection .Gnb .Inner{position:relative; margin:0 auto}
	.HeaderSection .Gnb .LineBg{position:absolute; left:0; top:0; z-index:52; width:100%; height:48px; background:url("/images/common/bg_gnb03.png") repeat-x left top}
	.HeaderSection .Gnb .Bg{position:absolute; left:0; top:-350px; z-index:51; width:100%; height:280px; background-color:#e5eaee; opacity:1}
	.HeaderSection .Gnb .List{display:block; position:relative; z-index:55; margin-left:20px; background:url("/images/common/bg_gnb03.png") repeat-x left top; border:0 none}
	.HeaderSection .Gnb .List:after{display:block; content:""; clear:both}
	.HeaderSection .Gnb .List > li{float:left; position:relative; width:14.2857%; z-index:54; z-index:55; text-align:center; height:39px; line-height:39px; background:url("/images/common/bg_gnb03.png") repeat-x left top}
	.HeaderSection .Gnb .List > li > a{position:absolute; left:0; top:0; width:100%; height:47px; z-index:55; display:block; background:url("/images/common/bg_gnb03.png") repeat-x left top; padding:0; font-weight:normal; border-bottom:1px solid #98bad6}
	.HeaderSection .Gnb .List > li > a > span{display:block; width:70%; height:45px; line-height:47px; margin:0 auto; font-size:18px; color:#005696; border-bottom:3px solid transparent; background:transparent}
	.HeaderSection .Gnb .List > li:hover > a > span{color:#005696; border-bottom:3px solid #005696; text-decoration:none}
	.HeaderSection .Gnb .List > li:hover > a:hover{text-decoration:none}
	.HeaderSection .Gnb .List > li > ul{display:block; overflow:hidden; position:absolute; left:0; top:-450px; z-index:2; height:280px; padding:0 0 0 32%; text-align:left; line-height:1}
	.HeaderSection .Gnb .List > li > ul > li:first-child{margin-top:30px}
	.HeaderSection .Gnb .List > li > ul > li{padding:0 0 12px}
	.HeaderSection .Gnb .List > li > ul > li > a{padding:0; color:#555; font-size:13px;border:0 none}
	.HeaderSection .Gnb .List > li > ul > li:hover > a{color:#005696}
/* 	.HeaderSection .Gnb .List > li > ul > li > ul{padding:5px 0 0} */
	.HeaderSection .Gnb .List > li > ul > li > ul > li > a{padding:6px 0 0 13px; color:#777; border-bottom:0 none}
	.HeaderSection .Gnb .Utils{display:none}

	/* FooterSection */
	.FooterSection{margin:0 15px}

	/* Popup */
	.Popup .Inner{position:relative; max-width:1280px; margin:0 auto; padding:0}
	.Popup .Inner .PopSlider{height:0; padding:0 0 22.8%}
	.Popup .Inner .PopSlider .innerFrame .slider .item img{width:100%}
	.Popup .Inner .PopSliderIndicator{margin-top:-57px}
	.Popup .Inner .Mobile{display:none}
	.Popup .Inner .Desktop{display:block}
	.Popup .Closer{right:15px; top:15px}
	.Popup .StopShow{position:absolute; right:15px; bottom:15px; z-index:15; padding:0}
}

	

/*
 * Desktop Wide
 *
 */
@media all and (min-width:1280px) {
	/* HeaderSection */
	.HeaderSection .LogoArea .Inner{width:1272px}
	.HeaderSection .UtilsWrap{left:50%; width:1272px; margin-left:-636px}
	.HeaderSection .Utils.Func{right:5.8%}
	.HeaderSection .Gnb .Inner{width:1272px}
	.HeaderSection .Utils.Language{left:50%; top:39px; margin-left:-542px; text-align:left; font-family:'Exo 2', 'sans-serif'; font-size:13px}
	.HeaderSection .Utils.Func{margin-left:440px}

	.HeaderSection .Gnb .List > li > ul{padding-left:30px}

	/* InnerContent */
	.ContentSection .InnerContent.AllInfoWrapper{width:auto}
	.ContentSection .InnerContent.AllInfoWrapper .ContentTitle{width:1272px; margin-left:auto; margin-right:auto}

	/* FooterSection */
	.FooterSection{width:1272px; margin:0 auto}

	.ToTop{width:1272px; margin:0 auto}

	/* Popup */
	.Popup .Inner{height:250px}
	.Popup .Inner .PopSliderIndicator{margin-top:-27px}
	.Popup .Inner .PopSlider{height:250px; padding:0}
}

/*
 * Desktop Wide
 *
 */
@media all and (min-width:1400px) {
	.ToTop{position:fixed; right:0; z-index:100; bottom:0; width:50px; height:50px; margin:0; padding:0; line-height:50px}
}


/* ContentSection */

.ContentSection{padding-top:120px;}

@media all and (max-width:1200px) {
    .ContentSection{padding-top:90px;}
}
@media all and (max-width:768px) {
    .ContentSection{padding-top:80px;}
}


.Sign {font-weight:800; font-size:3em; line-height:1.2em}

@media all and (max-width:600px) {
	.Sign {font-weight:800; font-size:2em; line-height:1.2em}
	.esg_con .programBox dd {padding:15px}
	.esg_con .baWrap li {width:calc((100% - 10px) / 2)}
	.certificationBox .conWrap {width:100%; margin:0 0 10px 0 !important}
	.certificationBox .conWrap span,
	.certificationBox + .conWrap span,
	.certificationBox .conWrap .downBt,
	.certificationBox + .conWrap .downBt,
	.esg_con .downBt {width:100%; padding:12px; font-size:16px}
	.downloadWrap .downBt:nth-child(2) {margin:5px 0}
	}

@media all and (max-width:500px){
    .esg_tab li {width:calc((100% - 10px) / 2)}
	.esg_tab li:nth-child(3),
	.esg_tab li:nth-child(6) {margin:0 5px 5px 0}
	.esg_tab li:nth-child(2),
	.esg_tab li:nth-child(4),
	.esg_tab li:nth-child(6),
	.esg_tab li:nth-child(8) {margin:0 0 5px 0}
}
@media all and (max-width:420px){
    .esg_con .baWrap li {width:100%}
}





/* 서브개편 2023 추가 - s */
/* table */
table{    width:100%;border-top:2px solid #005696; border-bottom:1px solid #DEEDF9;line-height:26px}
table div{padding:20px 0}
table th{padding:10px 15px; font-weight:500; color:#111; text-align:center; vertical-align:middle; background-color:#DEEDF9}
.table-row tbody th{border-right:1px solid #DEEDF9 !important; background-color:#fff}
table td{    padding:10px 15px;background-color:#fff;vertical-align:middle}
table .bin td{border-right:0 !important}
.table-row th:not(:last-child){border-right:1px solid #F9FCFF}
.table-row tr:not(:last-child), .table-column tr:not(:last-child) td{border-bottom:1px solid #DEEDF9}
.table-column tr td:not(:last-child), .table-row tr td:not(:last-child){border-right:1px solid #DEEDF9}
.table-column tr th{border-bottom:1px solid #fff}
.table-column tr th:not(:last-child){border-right:1px solid #fff}
/* contents */
.sub-wrap{	position:relative;max-width:1440px;width:100%;margin:0 auto}
.flex{display:flex; justify-content:space-between; flex-wrap:wrap}
.order{order:-1}
.icon:before{content:"";display:block;height:100px;margin:0 auto 15px;background-image:url("../images/recruit/icon_img.png")}
/* list-type - s */
/* .list-type1 .flex{margin-bottom:20px} *//* 인사제도에서 지움 */
.list-type1 .flex > ul{	align-items:flex-end;width:1130px}
.list-type1 ul li{	display:flex; flex-direction:column;width:calc(100% / 2 - 10px);margin-bottom:30px}
.list-type1 ul li span{display:block}
.list-type1 ul li p{padding-right:20px; margin-bottom:auto}
.list-type1 ul li img{    width:100%;margin-top:10px}
.list-type1 .list-type2 .flex{margin-bottom:50px}
.list-type2.flex{align-items:flex-start}
.list-type2 ul li{    flex-direction:row; align-items:center;width:100%}
.list-type2 ul li > div, .list-type2 ul li > img{width:50%}
.list-type2 ul li > div{padding:40px}
.list-type2 ul li .order{padding:40px 40px 40px 20px}
.list-type2 ul li span{margin-bottom:15px}
.list-type2 ul li > img{    border:2px solid #ccc; border-radius:20px; margin-top:0;box-shadow:0 0 10px rgb(0 0 0 / 25%)}
.list-type3.flex{align-items:center}
.list-type3{width:100%}
.list-type3 li{margin-bottom:10px}
/* list-type - e */
.list-dot{    padding-left:15px; margin-bottom:5px;position:relative}
.list-dot::before{content:"";display:block;width:10px; height:10px;border-radius:5px;background-color:#c3dbf5;position:absolute; left:0; top:50%;transform:translate(0, -50%)}
.txt-box{padding:35px 20px;border-radius:10px;text-align:center;font-size:30px;line-height:44px;color:#333;background-color:#F4F7FA}
.txt-box span {font-weight:600}
.material-symbols-rounded{color:#005AAA}
.stick-tit, .stick-tit-b{width:100%; height:50px;border-radius:25px; margin-bottom:20px;text-align:center; line-height:50px !important; font-weight:700; color:#333;background-color:#DEEDF9}
.stick-tit-b{color:#fff !important;background-color:#005696}
.arrow1::after, .arrow2::before {content:"▼";display:block;width:100%;color:#DEEDF9; font-size:30px; text-align:center}
.arrow2::before{margin-bottom:30px;color:#005696}
.arrow1::after {padding-top:30px}
.sub-bg{padding:50px; background-color:#f6fbff}
/* button - s */
.scroll-top{	display:flex; justify-content:center; align-items:center; flex-direction:column;width:70px; height:70px;border:1px solid #ddd; border-radius:50%; color:#005AAA; text-align:center; font-weight:600;background-color:#fff;position:fixed; right:20px; bottom:50px; z-index:99;box-shadow:0 0 15px rgba(0, 0, 0, .2);cursor:pointer; transition:all .5s}
.scroll-top .material-symbols-rounded{margin:-7px 0 -7px; font-size:35px}
.scroll-top:hover{    border:0;color:#fff; margin-bottom:10px;background-color:#2651C0}
.scroll-top:hover .material-symbols-rounded{color:#fff}
.bottom-button{display:flex; justify-content:center; align-items:center;width:calc(100% / 3 - 25px); height:60px;border:2px solid #0b4bc1; border-radius:10px; margin:0 auto;color:#fff;background-color:#0b4bc1;box-shadow:0 0 10px rgba(0, 0, 0, .2)}
.bottom-button:hover, .bottom-button:focus{	color:#111;background-color:#fff}
.fixed-btn{display:inline-flex; align-items:center; justify-content:center;width:50px; height:50px;border-radius:30px;background-color:#fff;position:fixed; right:30px; bottom:130px; z-index:10;box-shadow:0 0 10px rgba(0, 0, 0, .2);transition:all .2s}
.fixed-btn:hover{    justify-content:space-between;width:140px;padding:20px;background-color:#0b4bc1;box-shadow:0 0 10px rgba(0, 0, 0, .4)}
.fixed-btn:hover a, .fixed-btn:hover span {color:#fff}
/* button - e */
/* visual */
.sub-visual{display:flex; align-items:center;width:100%; height:470px;position:relative}
.sub-visual::after{content:"";display:block;width:100%; height:100%;background-color:rgba(0, 0, 0, .35);position:absolute; left:0; top:0; z-index:0}
.sub-visual h2{	font-size:60px; color:#fff; font-weight:800;position:relative; z-index:1}
.sub1-visual{background:url("/images/main/sub1_visual.jpg") no-repeat center / cover}
.sub2-visual{background:url("/images/main/sub2_visual.jpg") no-repeat center / cover}
.sub3-visual{background:url("/images/main/sub3_visual.jpg") no-repeat center / cover}
.sub4-visual{background:url("/images/main/sub4_visual.jpg") no-repeat center / cover}
.sub5-visual{background:url("/images/main/sub5_visual.jpg") no-repeat center / cover}
.sub6-visual{background:url("/images/main/sub6_visual.jpg") no-repeat center / cover}
.sub7-visual{background:url("/images/main/sub7_visual.jpg") no-repeat center / cover}
.sub10-visual{background:url("/images/main/sub10_visual.jpg") no-repeat center / cover}

/* IntroKeyVisual */
.hide{display:none}
.desc p{	margin-bottom:30px;text-align:center; font-size:22px; line-height:30px; color:#333}
.desc .desc-tit{	margin-bottom:15px;color:#1067c4; font-size:30px; line-height:38px; font-weight:600}
.desc p:last-child{margin-bottom:50px}
.con-img{	width:100%; height:370px;position:relative}
.con-img span{	padding-right:80px; padding-left:calc((100% - 1440px) / 2); border-radius:0 20px 0 0;font-weight:600; font-size:45px; color:#111; line-height:80px; text-indent:20px; letter-spacing:-2px;background-color:#fff;position:absolute; left:0; bottom:-10px}
/* 갤러리 button */
.subPage .swiper-button-prev, .subPage .swiper-rtl .swiper-button-next, .subPage .swiper-button-next, .subPage .swiper-rtl .swiper-button-prev{    width:50px; height:50px;border-radius:50%; border:2px solid #fff;background-color:rgba(0, 0, 0, 0.5)}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:12px !important; font-weight:700; color:#fff}