 @charset "utf-8";

@import url('../font/font.css');

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, span, form, fieldset, input, select, label, textarea, table, caption, thead, tfoot, tbody, tr, th, td
{margin:0;padding:0;font:17px/1.5 'LG_Smart', 'Noto Sans KR',돋움,Dotum,굴림,Gulim,Sans-serif;color:#212121;-webkit-text-size-adjust:none;word-break:keep-all}
button, span, strong, input, b, em{font-size:inherit;font-family:inherit;color:inherit;font-weight:inherit;font-style:normal}
section, article, aside, header, footer, nav, hgroup, dialog, details, summary, figure, figcaption {display: block;}
cite{display:inline}
html, body {height:100%;} 
body {margin:0px;}
a:link {text-decoration:none;} 
a:visited {text-decoration:none;}
button{border:0;background:none;cursor:pointer;outline:none}
img{border:0;max-width:100%}
label, input, textarea, select{vertical-align:middle}
ol, ul{list-style:none;} 
table{border-collapse:collapse;table-layout:fixed;}
fieldset{border:none}

/* layout */
#skip_menu {}
#skip_menu>a {
	position:absolute;left:50%;top:22px;
	display:block;width:184px;height:36px;line-height:36px;margin:0 auto;
	box-sizing:border-box;
	padding:0 16px;margin-left:-92px;
	background: #A50034;
	border-radius: 99px;
	text-align:center;color:#fff;font-size:0;font-weight:600;
	z-index:10000;transform: translateY(-200%);transition: transform .2s ease-out;
}
#skip_menu>a:active,
#skip_menu>a:focus {transform: translateY(0);font-size:16px;}
#container{position:relative;width:100%;padding-bottom:351px;}
#contents{position:relative;background:#fff;z-index:1}
#container.headerFixed header,
#container.headerFixed #skip_menu>a{position:Fixed;}

header{
	position:absolute;top:0;left:0;
	width:100%;height:84px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	z-index:1000;
	transition:1s
}
header h1{padding:25px 0 0 78px;}
header h1 a{
	display:block;
	width:242px;height:34px;
	background:url(/global/sustainability/img/logo_gray.svg) no-repeat 0 center;
	font-size:0
}
header #gnb{
	position:absolute;top:0;right:78px;
	font-size:0
}
header #gnb li{
	display:inline-block;
	margin-left:36px;
}
header #gnb li a{
	display:block;height:80px;line-height:80px;
	font-size:18px;color:#000;opacity:.85
	/*transition:.2s*/
}
header #gnb li:first-child{display:none}
header #gnb li a.outlink:after{width:12px;height:100%;background:url(/global/sustainability/img/ico_outlink_on.svg) no-repeat center;border:0}
header #gnb li a:hover{opacity:.6;text-decoration:none}
header .menu,
header nav p,
header nav button{display:none}
body.down header{
	margin-top:-100px;
}
body.top header,
body.up header{
	margin-top:0
}

footer{
	position:fixed;bottom:0;left:0;
	width:100%;height:351px;
	overflow:Hidden;
	box-sizing:border-box;
	padding:60px 78px 0;
	background:#F8F8F8
}
#footer{position:relative;}
#footer h2 a{
	display:block;
	width:242px;height:34px;
	background:url(/global/sustainability/img/logo_gray.svg) no-repeat 0 center;
	font-size:0
}
#footer .gnb{
	padding:40px 0 24px;margin-bottom:20px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	font-size:0
}
#footer .gnb li{
	display:inline-block;
	margin-right:36px;
}
#footer .gnb li a{
	display:block;
	font-size:18px;color:#212121;
	opacity:1
}
#footer .gnb li a.outlink:after{width:12px;height:100%;background:url(/global/sustainability/img/ico_outlink_on.svg) no-repeat center;border:0}
#footer .gnb li a:hover{text-decoration:underline}
#footer .family{
	position:absolute;bottom:0;right:0
} 
#footer .family .outlink{
	display:inline-block;
	height:44px;line-height:44px;
	padding:0 21px;margin-left:8px;
	box-sizing:border-box;
	border:1px solid #000;border-radius: 99px;
	font-size:16px;color:#000;white-space:nowrap;
	transition:.2s;opacity:.87;
}
#footer .family .outlink:after{
	content:'';
	display:inline-block;width:12px;height:100%;
	box-sizing:border-box;
	margin-left:8px;
	background:url(/global/sustainability/img/ico_outlink_on.svg) no-repeat center;
	border:0;
	vertical-align:top;
	transition:.2s;
}
#footer .family .outlink:hover{opacity:.6;text-decoration:none}
#footer .privacy{margin-bottom:8px;font-size:0}
#footer .privacy a{
	display:inline-block;
	margin-right:20px;
	font-size:13px;color:#212121;
}
#footer dl{
	margin-bottom:2px;
	font-size:0
}
#footer dl dt, #footer dl dd{
	display:inline-block;
	margin-right:4px;
	font-size:13px;color:rgba(0, 0, 0, 0.6);
}
#footer dl dd a{
	font-size:13px;text-decoration:underline;color:rgba(0, 0, 0, 0.87)
}
#footer address{
	font-size:13px;color: rgba(0, 0, 0, 0.6);font-style:normal
}
#btnGoTop{
	position:fixed;bottom:20px;right:20px;
	display:block;width:50px;height:50px;
	background:#fff url(/global/sustainability/img/arrow_top.svg) no-repeat center;background-size:auto 50%;
	border-radius:50%;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
	font-size:0;
	z-index:100;visibility:hidden;opacity:0;transition:.3s
}
#btnGoTop.active{visibility:visible;opacity:1}
#btnGoTop.ab{position:absolute}
.floating-menu{display:none !important}

/* etc */
.outlink{
	display:inline-block;
	height:24px;line-height:24px;
	font-size:18px;color:#fff;white-space:nowrap;
	transition:.2s;
}
.outlink:after{
	content:'';
	display:inline-block;width:24px;height:24px;
	box-sizing:border-box;
	margin-left:8px;
	border:1px solid #fff;border-radius:50%;
	background:url(/global/sustainability/img/ico_outlink.svg) no-repeat center;
	vertical-align:top;
	transition:.2s
}
.outlink:hover{text-decoration:underline}
.outlink:hover:after{background-color:#fff;background-image:url(/global/sustainability/img/ico_outlink_on.svg)}
picture{position:relative;display:block;border-radius:24px;overflow:hidden;}
picture img{display:block;width:100%;height:auto;font-size:0}

/* sub */
#subMain{
	box-sizing:border-box;
	width:100%;max-width:1424px;
	padding:0 180px 280px;margin:0 auto;
	z-index:0
}
#subMain h2{
	position:sticky;top:0;left:0;
	padding-top:200px;margin-bottom:120px;
	font-size:64px;line-height:130%;
}
#subMain h2 b{
	display:block;
	margin-bottom:20px;
	font-size:86px;font-weight:600;line-height:130%
}
#subMain picture{
	position:sticky;
	display:block;
	margin:0 -110px 200px;
	border-radius: 24px;
	overflow:Hidden;
	z-index:2
}
#subMain p{
	position:relative;
	background:#fff;
	font-size:40px;
	z-index:1
}
#subCt{
	position:relative;
	width:100%;max-width:1426px;
	box-sizing:border-box;
	padding:0 180px;margin:0 auto;
	background:#fff;
}
#subCt>div{
	position:relative;	
}

/* news common*/
#news{
	width:100%;
	padding-bottom:140px;
	overflow:Hidden;
	background:#F1F1F1;
}
#news h2{
	padding:120px 0 130px;
	text-align:center;font-size:64px;color:rgba(0, 0, 0, 0.87);font-weight:600;line-height:130%
}
#news h2 span{display:block;}
#news .news_slider_wrap{padding:0 78px}
#news ul{
	position:relative;
}
#news .slick-list{overflow:visible}
#news .swiper-slide{
	position:relative;
	width:412px;
	margin-right:24px
}
#news .swiper-slide:last-child{margin-right:0}
#news .swiper-slide a{display:block;}
#news .swiper-slide p{
	overflow:Hidden;
	border-radius: 24px;
	margin-bottom:23px;
	font-size:0;
	isolation:isolate;
}
#news .swiper-slide p img{
	display:block;
	width:100%;
	transition:.3s
}
#news .swiper-slide dt{
	display:none;
	font-size:18px;color:rgba(0, 0, 0, 0.87);line-height:150%;
}
#news .swiper-slide dd{
	margin:8px 0 24px;
	font-size:30px;color:rgba(0, 0, 0, 0.87);line-height:140%;
	overflow: hidden;
	white-space:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
#news .swiper-slide dd+dd{margin:0}
#news .swiper-slide:hover p img{
	transform:scale(1.1)
}

#news>div{position:Relative;}
#news .more{
	margin-top:80px;
	text-align:center;
	transition:.3s;visibility:hidden;
}
#news .outlink{color:rgba(0, 0, 0, 0.87);vertical-align:top;opacity:1}
#news .outlink:after{border:1px solid rgba(0, 0, 0, 0.87);background-image:url(/global/sustainability/img/ico_outlink_on.svg)}
#news a:hover .outlink{text-decoration:underline}
#news a:hover .outlink:after{border:0;background-color:rgba(0, 0, 0, 0.87);background-image:url(/global/sustainability/img/ico_outlink.svg)}
#news .more .outlink{
	height:44px;line-height:42px;
	padding:0 21px;
	background:#303030;border-radius:99px;
	font-size:18px;color:#fff;opacity:1
}
#news .more .outlink:after{
	width:12px;height:100%;
	border:0;
	background-image:url(/global/sustainability/img/ico_outlink.svg)
}
#news .more .outlink:hover{text-decoration:none;opacity:0.87}
#news .more .outlink:hover:after{background-color:transparent}
#news .more .outlink:focus{outline-color:#007bff}

div.swiper-button{
	position:absolute;top:143px;
	display:block;width:60px;height:60px;
	background:#fff url(/global/sustainability/img/btn_next.png) no-repeat center;background-size:26px auto;
	border-radius:50%;
	box-shadow:2px 2px 10px rgba(0,0,0,0.2);
	font-size:0;
	z-index:2;transition:.3s;opacity:0
}
div.swiper-button:after{display:None}
div.swiper-button-prev{left:100px;background-image:url(/global/sustainability/img/btn_prev.png);}
div.swiper-button-next{right:100px;}
div.swiper-button.swiper-button-disabled{opacity:0 !important;pointer-events:auto}
div.swiper-button:hover{
	transform:scale(1.1)
}
.news_slider_wrap{transition:.5s;opacity:0}
.news_slider_wrap.active{opacity:1}
div.active div.swiper-button,
#news .active .more{visibility:visible;opacity:1;}
.swiper-notification{position:absolute;font-size:0}

/* for */
#subCt .for{padding-bottom:240px}
#subCt .for h3{
	font-size:24px;line-height:150%;
}
#subCt .for h3 b{
	display:block;
	margin-bottom:16px;
	font-size:64px;font-weight:600;line-height:130%;
}
#subCt .for h3+picture{
	margin:48px 0 60px;
}
#subCt .for h4{
	margin-top:48px;
	font-size:30px;font-weight:600;line-height:150%
}
#subCt .for .goal{display:flex;width:calc(100% + 24px);font-size:0}
#subCt .for .goal>div{
	/*flex:1;*/
	width:calc(50% - 24px);box-sizing:border-box;
	background: #F4F4F4;
	margin:20px 24px 0 0;
	padding:24px 32px 32px;
	border-radius: 24px;
}
#subCt .for .goal>div dl{font-size:0}
#subCt .for .goal>div dt{
	margin-bottom:28px;padding-bottom:10px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	font-size:24px;font-weight:600;line-height:160%
}
#subCt .for .goal>div dt sup{
	display:inline-block;
	top:auto;margin-top:4px;
	font-size:12px;line-height:100%;font-weight:700;color:rgba(0,0,0,0.6);vertical-align:top
}
#subCt .for .goal>div dd{
	position:Relative;
	display:inline-block;width:calc(50% - 36px);
	box-sizing:border-box;
	font-size:30px;font-weight:600;line-height:140%;
	vertical-align:top;
}
#subCt .for .goal>div dd sup{
	position:absolute;top:auto;
	margin-top:2px;
	font-size:16px;color: rgba(0, 0, 0, 0.6);font-weight:700;line-height:100%;
}
#subCt .for .goal>div dd small{display:block;font-size:16px;color:rgba(0, 0, 0, 0.6);line-height:160%}
#subCt .for .goal>div dd+dd{margin-left:72px}
#subCt .for .goal>div dd+dd:before{
	content:'';
	position:absolute;top:11px;left:-72px;
	display:block;width:72px;height:20px;
	background:url(/global/sustainability/img/forPlanet/arrow.svg) no-repeat center;
}
#subCt .for .goal>div ul{
	padding-top:12px;margin-top:28px;
	border-top:1px solid rgba(0, 0, 0, 0.1);
}
#subCt .for .goal>div ul li{
	font-size: 13px;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.6);
}
#subCt .for .goal>div ul li b{padding-right:10px;font-weight:700}
#subCt .for .effort{display:flex;width:calc(100% + 24px);font-size:0}
#subCt .for .effort>div{
	position:relative;
	width:calc(50% - 24px);box-sizing:border-box;
	margin:20px 24px 0 0;
	border-radius: 24px;
	overflow:Hidden;transition:.3s;
	isolation:isolate;
}
#subCt .for .effort>div picture{transition:.3s}
#subCt .for .effort>div a{
	position:absolute;bottom:0;left:0;
	display:block;width:100%;height:100%;
	box-sizing:border-box;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	transition:.3s
}
#subCt .for .effort>div a span{
	position:absolute;bottom:0;left:0;
	display:block;width:100%;
	box-sizing:border-box;
	padding:32px 96px 32px 32px;
	font-size:18px;color:#fff;line-height:150%;
}
#subCt .for .effort>div a b{
	display:block;
	margin-bottom:8px;
	font-size:24px;font-weight:600;color:#fff;line-height:150%
}
#subCt .for .effort>div a:after{
	content:'';
	position:absolute;bottom:32px;right:32px;
	display:block;width:40px;height:40px;
	background: rgba(255, 255, 255, 0.6) url(/global/sustainability/img/btn_more_black.svg) no-repeat center;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	border-radius:50%;transition:.3s
}
#subCt .for .effort>div.no_bg{min-height:346px;background:#606060}
#subCt .for .effort>div.no_bg a{background:none;}
#subCt .for .effort>div.no_bg:hover a{background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #606060;}
#subCt .for .effort>div.no_bg a:before{
	content:'';
	position:absolute;top:32px;left:32px;
	display:block;width:120px;height:120px;
	background:url(/global/sustainability/img/forPlanet/ct1_icon.svg) no-repeat center;
	background-size:100% auto;
}

#subCt .for .effort>div:hover picture{transform:scale(1.1)}
#subCt .for .effort>div a:hover:after{background-color:#fff}
#subCt .for.ct2 .effort>div.no_bg a:before{background-image:url(/global/sustainability/img/forPlanet/ct2_icon.svg)}

/* forPeople */
.forPeople #subCt .for.ct1 .effort>div.no_bg a:before{background-image:url(/global/sustainability/img/forPeople/ct1_icon.svg)}
.forPeople #subCt .for.ct2 .effort>div.no_bg a:before{background-image:url(/global/sustainability/img/forPeople/ct2_icon.svg)}

/* socialImpact */
.socialImpact_wrap{width:100%;overflow:Hidden;}
.socialImpact h3{
	font-size:30px;font-weight:400;line-height:140%
}
.socialImpact h3 b{
	display:block;
	margin-top:16px;
	font-size:64px;font-weight:600;line-height:130%;
}
.socialImpact h4{
	margin:200px 0 40px;
	font-size:40px;font-weight:600;line-height:150%
}
.socialImpact h3+h4{margin-top:120px}
.socialImpact .ct{padding:140px 0}
.socialImpact .ct p{font-size:24px;line-height:160%}
.socialImpact .ct p small{display:block;margin-top:20px;font-size:13px;color:rgba(0, 0, 0, 0.6);line-height:150%}
.socialImpact .ct p small a{color:rgba(0, 0, 0, 0.6);text-decoration:underline}
.socialImpact .ct1{padding-top:0}
.socialImpact .ct2{
	position:Relative;
	background: #F1F1F1;
}
.socialImpact .ct2:before,
.socialImpact .ct2:after{
	content:'';
	position:absolute;top:0;
	display:block;width:1000%;height:100%;
	background: #F1F1F1;
}
.socialImpact .ct2:before{right:100%}
.socialImpact .ct2:after{left:100%}
.socialImpact .ct>div>picture{
	display:block;width:100%;
	margin-bottom:40px;
}
.socialImpact .ct>div div{
	position:relative;
	margin-top:80px;
	width:100%;overflow:hidden;
}
.socialImpact .ct>div div>p,
.socialImpact .ct>div div>picture{
	float:left;width:calc(50% - 37px);
}
.socialImpact .ct>div div>picture{
	float:right;
}
.socialImpact .ct>div.even div p{float:right}
.socialImpact .ct>div.even div>picture{float:left}

/* reports */
.reports #subCt h3{
	margin-bottom:100px;
	font-size:24px;line-height:160%
}
.reports #subCt h3 b{
	display:block;
	margin-bottom:24px;
	font-size:64px;line-height:130%;font-weight:600
}
.reports #subCt>div+div{margin-top:200px;padding-bottom:240px}
.reports #subCt h4{
	margin:80px 0 40px;
	font-size:40px;font-weight:600
}
.reports .down{
	width:100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.reports .down caption{opacity:0;font-size:0; text-indent:-9999px}
.reports .down .col_down{width:44px}
.reports .down .col_select{width:194px}
.reports .down .col_category{width:295px}
.reports .down tbody th,
.reports .down tbody td{
	height:44px;
	padding:16px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	text-align:left;font-size:18px;line-height:160%;font-weight:600
}
.reports .down tbody td label{position:absolute;font-size:0;color:#000}
.reports .down thead th{
	padding-bottom:11px;
	text-align:left;font-size:16px;line-height:160%;font-weight:600
}
.reports .down thead th label{font-size:inherit;line-height:inherit;font-weight:inherit}
.reports .down tbody th{padding-right:30px}
.reports .down tbody th b{
	display:block;
	margin-bottom:8px;
	font-size:24px;font-weight:700;line-height:160%
}
.reports .down tbody td{
	padding-right:16px;
	font-size:16px;
}
.reports .down tbody td.btnTd{padding-right:0}
.reports .down.book tbody th{padding:32px 0;font-weight:400}
.reports .down .select{
	position:relative;
	display:inline-block;width:178px;height:44px;
	padding:0 35px 0 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 60px;
	background:#fff url(/global/sustainability/img/ico_select.svg) no-repeat right 19px center;
	font-size:16px;font-weight:600;text-align:left;
	outline:none;cursor:pointer;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis
}
.reports .down .select:focus{border-color:rgba(0, 0, 0, 0.87)}
.select::-ms-expand {
	display: none;
}
.reports .down .btnDown{
	display:block;width:44px;height:44px;
	background:#303030 url(/global/sustainability/img/btn_down.svg) no-repeat center;
	border-radius:50%;
	font-size:0;transition:.3s;color:#fff
}
.reports .down .btnDown:hover{background-color:rgba(48, 48, 48, 0.87)}

/* pop */
body.hasPop{overflow:hidden;}
.modal.open{opacity:1;}
.modal.open .popWrap{transform: translateY(0) scale(1);}
.modal{
	position:fixed;left: 0;right: 0;top: 0;bottom: 0;
	display:none;
	overflow:auto;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	z-index:1000;
	opacity:0;transition: .5s;
}
.modal:focus{outline-color:#000}
.modal:before{display:none;height:0 !important}
.modalWrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	min-height:100vh;
	box-sizing:border-box;padding:100px 187px;
}
.modal .popWrap{
	position:Relative;
	width:100%;max-width:1066px;
	margin:0 auto;
	background:#fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 24px;
	transition: .5s;
    transform: translateY(10px) scale(.9);
}
.modal .popWrap:after{content:'';display:block;clear:both}
.modal .modalContent{float:left;width:100%}
.modal .modalClose{
	position:sticky;top:24px;
	float:right;
}
.modal .popCt{
	position:Relative;
	padding:160px 109px
}
.modal .popCt.pd2{padding:160px 85px}
.modal .popCt.noTpd{padding-top:40px !important}
.modal .popClose{
	display:block;width:50px;height:50px;
	margin-left:-74px;margin-top:24px;
	background: rgba(0, 0, 0, 0.3) url(/global/sustainability/img/btn_del.svg) no-repeat center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius:50%;
	font-size:0;transition:.3s
}
.modal .popClose:hover{background-color: rgba(0, 0, 0, 0.87);}
.modal .popWrap h2{
	padding:64px 109px 60px 85px;
	font-size:24px;line-height:160%;
}
.modal .popWrap h2 b{
	display:block;
	margin-bottom:16px;
	font-size:64px;font-weight:600;line-height:130%
}
.modal .popWrap .mainImage{
	border-radius:0
}
.popCt .pointTxt{
	max-width:630px;
	margin:0 auto 160px;
	text-align:center;
}
.popCt .pointTxt p{font-size:24px;line-height:150%}
.popCt .pointTxt p+p{margin-top:20px}
.popCt .pointTxt p small{display:block;font-size:18px;color:rgba(0, 0, 0, 0.6);line-height:150%}
.popCt .txt{direction:ltr;font-size:18px;line-height:160%}
.popCt .txt small{display:block;margin-top:20px;font-size:13px;color:rgba(0, 0, 0, 0.6);line-height:150%}
.popCt .txt small a{color:rgba(0, 0, 0, 0.6);text-decoration:underline}
.popCt .txt+picture{margin-top:64px;}
.popCt .txtArea{
	display:flex;
	margin-top:100px;
}
.popCt .txtArea.mt0{margin-top:0}
.popCt .txtArea>div{
	box-sizing:border-box;
}
.popCt .txtArea.ct1{direction: rtl;}
.popCt .txtArea.ct1>div{flex:1}
.popCt .txtArea.ct1 .txtDv{padding-right:36px;padding-left:0;text-align:left}
.popCt .txtArea.ct1>div{padding-left:36px}
.popCt .txtArea.ct2>div{width:calc(50% - 50px)}
.popCt .txtArea.ct2>div.txtDv{width:calc(50% + 50px)}
.popCt .txtArea dl{
	padding-right:70px;
	margin:0 auto;
	text-align:center;
}
.popCt .txtArea dl+dl{margin-top:64px}
.popCt .txtArea dl dt{
	margin-bottom:4px;
	font-size:86px;font-weight:600;line-height:130%;
}
.popCt .txtArea dl dd{
	font-size:18px;line-height:160%;font-weight:600
}
.popCt .txtArea picture.pic{}
.popCt .sticky{
	position:sticky;top:0;
}
.popCt .goods_ct>div{width:100%;overflow:Hidden;}
.popCt .goods_ct>div h3{
	margin:120px 0 60px;
	font-size:40px;font-weight:600;line-height:140%;
}
.popCt .goods_ct>div p,
.popCt .goods_ct>div picture.pic{
	float:left;width:calc(50% - 37px);
}
.popCt .goods_ct>div p.txt{float:right}
.popCt .goods_ct>div:nth-child(1) h3{margin-top:0}
.popCt .goods_ct>div:nth-child(even) p.txt{float:left}
.popCt .goods_ct>div:nth-child(even) picture.pic{float:right}
.popCt .btnDown{
	display:inline-block;height:24px;line-height:24px;
	margin-top:40px;
	font-size:18px;color: rgba(0, 0, 0, 0.87);opacity:.85;white-space:nowrap;
	transition:.2s;
}
.popCt .btnDown:after{
	content:'';
	display:inline-block;width:24px;height:24px;
	box-sizing:border-box;
	margin-left:8px;
	border:1px solid rgba(0, 0, 0, 0.87);border-radius:50%;
	background:url(/global/sustainability/img/btn_down_black.svg) no-repeat center;background-size:auto 10px;
	vertical-align:top;
	transition:.2s
}
.popCt .btnDown:hover{text-decoration:underline}
.popCt .btnDown:hover:after{background-color:rgba(0, 0, 0, 0.87);background-image:url(/global/sustainability/img/btn_down.svg)}

#forPlanetPOP1 .popCt .txtArea.ct2>div{width:calc(50% - 36px)}
#forPlanetPOP1 .popCt .txtArea.ct2>div.txtDv{margin-left:72px}
#forPlanetPOP1 .popCt .txtArea dl{padding-right:0;max-width:300px;}
#forPlanetPOP3 .popCt .txtArea dl dt{font-size:64px;line-height:130%}
#forPlanetPOP2 .popCt .txtArea dl,
#forPlanetPOP3 .popCt .txtArea dl{position:relative;top:50%;transform:translateY(-50%)}


@media (max-width: 1440px) {
	/* layout */
	header h1{padding:26px 0 0 30px;}
	header h1 a{width:242px;height:34px;background-size:100% auto}
	header #gnb{right:30px;}
	footer{height:302px;padding:40px 30px 0;}
	#footer .gnb{margin-bottom:22px;}
	#footer .gnb li a{font-size:16px}
	#footer .family .outlink{font-size:14px}
	#footer .privacy a{margin-right:24px;font-size:11px}
	#footer dl dt, #footer dl dd, #footer dl dd a,
	#footer address{font-size:11px}
	#container{padding-bottom:302px}

	div.swiper-button{top:92px}
	div.swiper-button-prev{left:30px}
	div.swiper-button-next{right:30px}

	/* sub */
	#subMain{padding:0 130px 220px;}
	#subMain h2{
		padding-top:160px;margin-bottom:80px;
		font-size:48px;
	}
	#subMain h2 b{font-size:66px;}
	#subMain picture{
		margin:0 -100px 160px;
	}
	#subMain p{font-size:34px;}
	#subCt{
		padding:0 130px;
	}

	#news h2{padding-bottom:100px;font-size:48px}
	#news .news_slider_wrap{padding:0 30px}
	#news .swiper-slide{width:272px;}
	#news .swiper-slide dt{font-size:16px}
	#news .swiper-slide dd{font-size:26px}
	#news .more{margin-top:80px;}
	#news .more .outlink{font-size:16px}

	#subCt .for{padding-bottom:180px;}
	#subCt .for h3{font-size:18px;}
	#subCt .for h3 b{font-size:48px;margin-bottom:12px}
	#subCt .for h3+picture{margin:36px 0 52px;}
	#subCt .for h4{margin-top:40px;font-size:26px;line-height:130%}
	#subCt .for .goal>div{padding:20px 24px 24px}
	#subCt .for .goal>div dt{padding-bottom:8px;margin-bottom:16px;font-size:18px;}
	#subCt .for .goal>div dt sup{margin-top:2px;font-size:11px}
	#subCt .for .goal>div dd{font-size:26px;}
	#subCt .for .goal>div dd small{font-size:14px;}
	#subCt .for .goal>div dd{width: calc(50% - 24px);}
	#subCt .for .goal>div dd+dd{margin-left:48px}
	#subCt .for .goal>div dd+dd:before{left:-48px;width:48px}
	#subCt .for .goal>div ul{margin-top:16px}
	#subCt .for .goal>div ul li{font-size:11px}
	#subCt .for .effort>div a span{padding:24px 68px 24px 24px;font-size:16px}
	#subCt .for .effort>div a span b{margin-bottom:4px;font-size:18px}
	#subCt .for .effort>div a:after{right:24px;bottom:24px;width:32px;height:32px}
	#subCt .for .effort>div.no_bg{min-height:23.5vw}
	#subCt .for .effort>div.no_bg a:before{top:24px;left:24px;width:80px;height:80px;}

	/* socialImpact */
	.socialImpact h3{font-size:22px;line-height:140%}
	.socialImpact h3 b{margin-top:12px;font-size:48px;}
	.socialImpact h3+h4{margin-top:80px}
	.socialImpact h4{margin:120px 0 32px;font-size:34px;}
	.socialImpact .ct{padding:90px 0}
	.socialImpact .ct p{font-size:18px;}
	.socialImpact .ct>div>picture{margin-bottom:32px;}
	.socialImpact .ct>div div{margin-top:48px;}

	/* reports */
	.reports #subCt h3{margin-bottom:80px;font-size:18px;}
	.reports #subCt h3 b{margin-bottom:16px;font-size:48px;}
	.reports #subCt>div+div{margin-top:160px;padding-bottom:200px}
	.reports #subCt h4{margin:64px 0 32px;font-size:34px;}
	.reports .down .col_down{width:44px}
	.reports .down .col_select{width:176px}
	.reports .down .col_category{width:134px}
	.reports .down .select{width:160px;font-size:14px}
	.reports .down.book tbody th{padding:24px 24px 24px 0}
	.reports .down thead th{padding-bottom:13px;font-size:14px}
	.reports .down tbody th b{margin-bottom:6px;font-size:18px}
	.reports .down tbody th{padding:16px 25px 16px 0;font-size:16px}
	.reports .down tbody td{padding:16px 16px 16px 0;font-size:14px}

	/* pop */
	.modalWrap{padding:80px 129px;}
	.modal .popWrap h2{padding:56px 99px 48px;font-size:18px;}
	.modal .popWrap h2 b{margin-bottom:8px;font-size:48px;}
	.modal .popCt, .modal .popCt.pd2{padding:120px 99px}
	.popCt .pointTxt{margin-bottom:110px;font-size:18px;}
	.popCt .pointTxt p{font-size:18px;line-height:150%}
	.popCt .pointTxt p small{font-size:16px;}
	.popCt .txt{font-size:16px;}
	.popCt .txt small{margin-top:16px;font-size:11px}
	.popCt .txt+picture{margin-top:56px;}
	.popCt .txtArea>div,
	.popCt .txtArea.ct1>div,
	.popCt .txtArea.ct1 .txtDv{flex:1;padding:0;}
	.popCt .txtArea.ct1 .txtDv{margin-right:56px}
	.popCt .txtArea.ct2>div.txtDv{margin-left:56px}
	.popCt .txtArea dl{padding-right:23px;}
	.popCt .txtArea dl+dl{margin-top:48px}
	.popCt .txtArea dl dt{font-size:66px;}
	.popCt .txtArea dl dd{font-size:16px;}
	.popCt .goods_ct>div h3{margin:100px 0 40px;font-size:34px;}
	#forPlanetPOP1 .popCt .txtArea.ct2>div{width:calc(50% - 28px)}
	#forPlanetPOP1 .popCt .txtArea.ct2>div.txtDv{margin-left:56px}
	#forPlanetPOP1 .popCt .txtArea dl{max-width:280px}
	#forPlanetPOP3 .popCt .txtArea dl dt{font-size:48px;line-height:130%}

	/* etc */
	.outlink, .popCt .btnDown{font-size:16px}
}

@media (max-width: 1024px) {

	/* layout */
	header{height:80px;}
	header h1 a{width:223px;height:32px;}
	header nav{
		position:fixed;top:0;right:0;
		width:100%;height:100vh;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(50px);
		-webkit-backdrop-filter: blur(50px);
		visibility:hidden;opacity:0;
		overflow:hidden;transition:.3s;
	}
	header nav>div{
		position:fixed;top:0;right:0;
		width:100%;height:100vh;
		box-sizing:border-box;
		padding-bottom:150px;
		transform:translateX(100%);
		overflow:auto;
	}
	header nav>div #gnb{position:relative;right:0;padding:110px 30px 72px;}
	header nav>div #gnb li{display:block;margin:0}
	header nav>div #gnb li a{display:inline-block;height:56px;line-height:56px;font-size:44px;color:#fff !important}
	header nav>div #gnb li+li{margin-top:24px;}
	header #gnb li:first-child{display:block}
	header #gnb li a.outlink:after{
		margin:7px 0 0 16px;
		width:42px;height:42px;
		border:1px solid rgba(255, 255, 255, 0.87);border-radius:50%;
		background: url(/global/sustainability/img/ico_outlink.svg) no-repeat center;background-size:14px auto;
	}
	header .menu{
		position:absolute;top:0;right:0;
		display:block;width:80px;height:80px;
		font-size:0;
		z-index:10;outline:none
	}
	header .menu:before,
	header .menu:after{
		content:'';
		position:absolute;top:50%;left:50%;
		display:block;width:20px;height:1px;
		margin-left:-10px;
		background:#000;
		transition:0.3s;
		-webkit-transform-origin:23% 23%;transform-origin:23% 23%;
	}
	header .menu:before{margin-top:-4px}
	header .menu:after{margin-top:4px}
	body.menu_on{overflow:Hidden;}
	body.menu_on header{transition:0s;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}
	body.menu_on header nav{visibility:visible;opacity:1;}
	body.menu_on header nav>div{transform:translateX(0);}
	body.menu_on .menu{position:fixed;}
	body.menu_on .menu:before,
	body.menu_on .menu:after{background:#fff}
	body.menu_on .menu:before{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg)}
	body.menu_on .menu:after{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);}
	header nav>div p{
		display:block;
		margin-left:30px
	}
	header nav>div p span{
		display:block;
	}
	header nav>div p span+span{margin-top:20px;}
	#footer h2 a{width:223px;height:32px;background-size:100% auto}
	#footer .gnb{margin-bottom:20px}
	#footer .family .outlink{height:40px;line-height:38px}
	#footer .privacy a{margin-right:24px;font-size:12px}
	#footer dl dt, #footer dl dd, #footer dl dd a,
	#footer address{font-size:12px}
	#btnGoTop{bottom:15px;right:15px;width:40px;height:40px;}
	#container{padding-bottom:302px}

	/* sub */
	#subMain{padding:0 120px 100px;}
	#subMain h2{
		padding-top:140px;margin-bottom:60px;
		font-size:44px;
	}
	#subMain h2 b{margin-bottom:24px;font-size:60px;}
	#subMain picture{
		margin:0 -92px 100px;
	}
	#subMain p{font-size:34px;}
	#subCt{
		padding:0 120px;
	}
	
	#news{padding-bottom:100px}
	#news h2{padding-bottom:60px;font-size:44px}
	#news .news_slider_wrap{padding:0 30px}
	#news .swiper-slide{width:251px;}
	#news .swiper-slide dd{font-size:24px;}
	#news .more{position:relative;top:0;right:0;text-align:center;}
	div.swiper-button{display:None !important}
	#news .more{margin-top:99px;}
	#news .more .outlink{height:40px;line-height:40px}

	#subCt .for h3 b{font-size:44px}
	#subCt .for h3+picture{height: 42vw;margin-top:32px;}
	#subCt .for h3+picture img{object-fit: cover;object-position: 50% 50%; width: 100%;height: 100%;}
	#subCt .for h4{font-size:24px;}
	#subCt .for .goal{display:block;width:100%}
	#subCt .for .goal>div{width:100%;margin-top:16px;padding-top:24px}
	#subCt .for .goal>div dd{width: calc(50% - 34px);}
	#subCt .for .goal>div dd sup{font-size:14px}
	#subCt .for .goal>div dd+dd{margin-left:68px}
	#subCt .for .goal>div dd+dd:before{left:-68px;width:68px}
	#subCt .for .effort{display:block;width:100%}
	#subCt .for .effort>div{display:block;width:100%;margin:16px 0 0;}
	#subCt .for .effort>div picture{height:34.5vw;}
	#subCt .for .effort>div picture img{object-fit: cover;object-position: 50% 50%; width: 100%;height: 100%;}
	#subCt .for .effort>div a span{padding-right:80px;font-size:16px}
	#subCt .for .effort>div a span b{margin-bottom:8px;font-size:18px}
	#subCt .for .effort>div.no_bg{min-height:50px;height:auto}
	#subCt .for .effort>div.no_bg a{position:relative;}
	#subCt .for .effort>div.no_bg a:before{position:relative;top:24px;left:24px;width:80px;height:80px;margin-bottom:24px}
	#subCt .for .effort>div.no_bg a span{position:relative;}

	/* socialImpact */
	.socialImpact h3{font-size:20px}
	.socialImpact h3 b{margin-top:10px;font-size:44px;}
	.socialImpact h3+h4{margin-top:60px}
	.socialImpact h4{margin:100px 0 20px;font-size:32px;}
	.socialImpact .ct{padding:80px 0}
	.socialImpact .ct p{font-size:18px;}
	.socialImpact .ct>div>picture{margin-bottom:32px;}
	.socialImpact .ct>div>picture img{
		position:relative;left:50%;
		height:42vw;width:auto;max-width:2000px;
		transform:translateX(-50%);
	}
	.socialImpact .ct>div div{margin-top:60px;}
	.socialImpact .ct>div.even div{padding:0}
	.socialImpact .ct>div div>p, .socialImpact .ct>div div>picture{float:none;width:100%}
	.socialImpact .ct>div div>picture{
		height:42vw;
		margin-bottom:32px;
	}
	.socialImpact .ct>div div>picture img{
		position:relative;top:50%;
		transform:translateY(-50%);
	}

	/* reports */
	.reports #subCt h3{margin-bottom:64px;font-size:18px;}
	.reports #subCt h3 b{margin-bottom:16px;font-size:44px;}
	.reports #subCt>div+div{margin-top:100px;padding-bottom:100px}
	.reports #subCt h4{margin:56px 0 32px;font-size:32px;}
	.reports .down{border-bottom:1px solid rgba(0, 0, 0, 0.15);}
	.reports .down.book tbody th{padding:20px 20px 20px 0}
	.reports .down colgroup,
	.reports .down thead{display:None}
	.reports .down tbody,
	.reports .down tbody tr{display:block;position:Relative;width:100%;box-sizing:border-box;}
	.reports .down tbody tr{padding:20px 236px 20px 0;border-top: 1px solid rgba(0, 0, 0, 0.15);}
	.reports .down tbody th,
	.reports .down tbody td{display:block;height:auto;padding:0;border:0}
	.reports .down tbody th{margin-bottom:6px}
	.reports .down.book tbody th{padding:0;width:250px}
	.reports .down .select{position:absolute;right:56px;top:50%;margin-top:-20px;height:40px;font-size:14px}
	.reports .down .btnDown{position:absolute;right:0;top:50%;margin-top:-20px;width:40px;height:40px}
	.reports .down.archive tbody tr{padding-bottom:80px}
	.reports .down.archive tbody tr .select,
	.reports .down.archive tbody tr .btnDown{top:auto;bottom:20px;margin:0}
	.reports .down.archive tbody tr td:nth-child(2) .select{bottom:72px}

	/* pop */
	.modalWrap{padding:80px 30px;}
	.modal .popClose{width:40px;height:40px;margin-left:-64px;background-size:11px auto}
	.modal .popWrap h2{padding:48px 92px 40px;font-size:18px;}
	.modal .popWrap h2 b{margin-bottom:8px;font-size:44px;}
	.modal .popCt, .modal .popCt.pd2{padding:99px 92px}
	.modalContent{overflow:hidden;}
	.popCt .pointTxt{margin-bottom:100px;}
	.popCt .pointTxt p small{line-height:150%}
	.popCt .txt{font-size:16px;}
	.popCt .txt small{margin-top:12px;font-size:12px}
	.popCt .txtArea{display:block;}
	.popCt .txtArea.ct1 .txtDv,
	.popCt .txtArea.ct2>div.txtDv{margin:48px 0 0;}
	.popCt .txtArea.ct2>div,
	.popCt .txtArea.ct2>div.txtDv{width:100%;}
	.popCt .txtArea dl{max-width:342px;margin:0 auto;padding-right:0}
	.popCt .txtArea dl+dl{margin-top:40px}
	.popCt .txtArea dl dt{font-size:60px}
	.popCt .goods_ct>div h3{margin:100px 0 58px;font-size:32px;}
	.popCt .goods_ct>div p,
	.popCt .goods_ct>div picture.pic{float:none !important;width:100%;min-height:50px !important}
	.popCt .goods_ct>div picture.pic{width:340px;margin:0 auto 68px}
	#forPlanetPOP1 .popCt .txtArea.ct2>div{width:100%}
	#forPlanetPOP1 .popCt .txtArea.ct2>div.txtDv{margin-left:0}
	#forPlanetPOP1 .popCt .txtArea dl{max-width:342px}
	#forPeoplePOP5 .popCt .goods_ct>div picture.pic{width:100%}
	#forPlanetPOP3 .popCt .txtArea dl dt{font-size:44px;line-height:130%}
	#forPlanetPOP2 .popCt .txtArea dl,
	#forPlanetPOP3 .popCt .txtArea dl{position:relative;top:0;transform:translateY(0)}

	/* etc */
	.outlink, .popCt .btnDown{font-size:18px}
}

@media (max-width: 768px) {
	/* layout */
	header{height:68px;}
	header h1{padding:18px 0 0 24px;} 
	header h1 a{width:223px;height:32px;background-size:223px auto;}
	header .menu{width:60px;height:68px}
	header nav>div #gnb{padding:84px 24px 60px;}
	header nav>div #gnb li a{height:46px;line-height:46px;font-size:33px;}
	header nav>div #gnb li+li{margin-top:16px;}
	header #gnb li a.outlink:after{
		width:32px;height:32px;
		margin:8px 0 0 12px;
		background-size:10px auto
	}
	header nav>div p{margin-left:24px}
	header nav>div p span+span{margin-top:16px;}

	footer{height:554px;padding:40px 24px 0}
	#footer .gnb{margin-bottom:16px;padding-bottom:36px;}
	#footer .gnb li{display:block;margin:0}
	#footer .gnb li+li{margin-top:24px;}
	#footer .gnb li a{display:inline-block;}
	#footer .family{position:relative;right:0;margin-top:20px;}
	#footer .family .outlink{padding:0 20px;margin:0 8px 0 0;font-size:13px}
	#footer dl{margin-bottom:4px}

	#container{padding-bottom:554px}

	/* sub */
	#subMain{padding:0 24px 140px;}
	#subMain h2{
		padding-top:100px;margin-bottom:60px;
		font-size:33px;line-height:140%
	}
	#subMain h2 b{font-size:50px;line-height:110%}
	#subMain picture{
		margin:0 0 100px;
	}
	#subMain p{font-size:26px;}
	#subCt{
		padding:0 24px;
	}

	#news h2{padding:100px 20px 60px;font-size:33px}
	#news h2 br{display:none}
	#news .news_slider_wrap{padding:0 24px}
	#news .swiper-slide{width:239px;}
	#news .swiper-slide dd{font-size:22px;}

	#subCt .for{padding-bottom:140px}
	#subCt .for h3 b{margin-bottom:8px;font-size:33px;}
	#subCt .for h3+picture{height:65vw;margin-bottom:48px}
	#subCt .for h4,
	#subCt .for .goal>div dd{font-size:22px;}
	#subCt .for .goal>div dd small{font-size:13px;}
	#subCt .for .goal>div dd sup{font-size:13px}
	#subCt .for .effort>div picture{height:auto}
	#subCt .for .effort>div a span b{margin-bottom:4px;}
	#subCt .for .effort>div.no_bg a:before{width:72px;height:72px}

	/* socialImpact */
	.socialImpact h3{font-size:18px;line-height:150%}
	.socialImpact h3 b{margin-top:12px;font-size:33px;}
	.socialImpact h4{font-size:26px;}
	.socialImpact .ct>div>picture,
	.socialImpact .ct>div div>picture{margin-bottom:23px;}
	.socialImpact .ct>div div{margin-top:40px;}
	.socialImpact .ct>div>picture img{
		position:relative;left:0;
		height:auto;width:100%;max-width:100%;
		transform:translateX(0);
	}
	.socialImpact .ct>div div>picture{
		height:auto;
	}
	.socialImpact .ct>div div>picture img{
		position:relative;top:0;
		transform:translateY(0);
	}
	.socialImpact .ct p small{font-size:12px}

	/* reports */
	.reports #subCt h3{margin-bottom:60px;font-size:18px;}
	.reports #subCt h3 b{margin-bottom:20px;font-size:33px;}
	.reports #subCt>div+div{margin-top:120px;padding-bottom:120px}
	.reports #subCt h4{margin:72px 0 24px;font-size:26px;}
	.reports .down tbody th{margin-bottom:0}
	.reports .down tbody tr{padding:20px 0 !important}
	.reports .down tbody td{font-size:13px}
	.reports .down tbody td.category{margin-top:6px}
	.reports .down .select{position:relative;top:0;right:0;margin:24px 0 0;padding-left:20px;width:calc(100% - 52px)}
	.reports .down .btnDown{top:auto;bottom:20px;margin:0}
	.reports .down.archive tbody tr .select,
	.reports .down.archive tbody tr td:nth-child(2) .select{bottom:0;margin-top:24px}
	.reports .down.archive tbody tr .select{margin-top:12px}

	/* pop */
	.modalWrap{padding:0;}
	.modal .popWrap{border-radius:0}
	.modal .modalClose{top:0}
	.modal .popClose{float:none;width:30px;height:30px;margin-left:-46px;background-size:8px auto}
	.modal .popWrap{min-height:100vh}
	.modal .popWrap h2{padding:84px 24px 40px;font-size:18px;}
	.modal .popWrap h2 b{margin-bottom:12px;font-size:33px;}
	.modal.open .popCt, .modal .popCt.pd2{padding:80px 24px}
	.modalContent .mainImage img{
		height:100vw;
	}
	.popCt .pointTxt{margin-bottom:80px;}
	.popCt .pointTxt p small{line-height:160%}
	.popCt .txt small{line-height:160%;font-size:12px}
	.popCt .txtArea dl+dl{margin-top:32px}
	.popCt .txtArea.ct1 .txtDv, .popCt .txtArea.ct2>div.txtDv{margin-top:60px}
	.popCt .txtArea{margin-top:80px}
	.popCt .txtArea dl{max-width:255px;}
	.popCt .txtArea dl dt{font-size:50px}
	.popCt .goods_ct>div h3{margin:80px 0 50px;font-size:26px;}
	.popCt .goods_ct>div p{float:none;width:100%;min-height:50px}
	.popCt .goods_ct>div picture.pic{width:100%;max-width:327px;margin-bottom:40px}
	#forPlanetPOP1 .popCt .txtArea dl,
	#forPlanetPOP5 .popCt .txtArea dl{max-width:255px}
	#forPeoplePOP5 .popCt .goods_ct>div picture.pic{max-width:100%}
	#forPlanetPOP3 .popCt .txtArea dl dt{font-size:33px;line-height:140%}

}


/* ie only */
body.ie .ct_ani{opacity:1 !important;transform:translate(0,0) !important}

/* cms 대응 */
.your-unique-class+.container-fluid{display:None !important}
.cookie-banner.agree-cookie .inner p{font:inherit}