header {
	top: 0px;
	bottom: unset;
}

body {
    overflow-x:hidden;
}

.important {
	display: block !important;
}

.slick-slider .slick-prev{
    background: transparent;
    font-size: 0;
    width: 0;
    height: 0;
    border: 0;
    border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #f6f6f6;
    outline: none;
    outline: none;
    left: 5px;
    position: absolute;
    top: calc( 50% - 10px );
    z-index: 1;
}

.slick-slider .slick-next {
    background: transparent;
    font-size: 0;
    width: 0;
    height: 0;
    border: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6f6f6;
    outline: none;
    right: 5px;
    position: absolute;
    top: calc( 50% - 10px );
    z-index: 1;
}

.sc_event {
	opacity: 0;
	transition: opacity .3s ease-out;
}

.sc_event.active {
	opacity: 1;
	transition: opacity .3s ease-out;
}

.sc_event.style03 {
	transition-delay: 0.3s
}

.sc_event.style05 {
	transition-delay: 0.5s
}

.ceowrap .box.imgs {
	position: relative;
	overflow: hidden;
}

.ceowrap .box.imgs img {
	width: 100%;
	min-height: 400px;
	transform: scale(1.2);
	position: absolute;
}

.imgsevent {
	position: relative;
	overflow: hidden;
}

.imgsevent img {
	width: 100%;
	transform: scale(1.1);
	position: absolute;
}

.sub_wrapper {
	width: 100%;
	margin-top: 122px;
	height: 385px;
}

.sub_wrapper .sub_top {
	width: 100%;
	height: 100%;
	position: relative;
}

.sub_wrapper .sub_top.company {
	background-image: url(../images/sub/sub_top0111.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.careers {
	background-image: url(../images/sub/sub_top05.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.products.bioenergy {
    background-image: url(../images/sub/sub_top02_bioenergy.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: visualZoom 10s linear forwards;
    animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.products.fine_chemicals {
    background-image: url(../images/sub/sub_top02_precision_material.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: visualZoom 10s linear forwards;
    animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.products.metal {
    background-image: url(../images/sub/sub_top02_metal.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: visualZoom 10s linear forwards;
    animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.products {
	background-image: url(../images/sub/sub_top02.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.prcenter {
	background-image: url(../images/sub/sub_top04.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.customer {
	background-image: url(../images/sub/sub_top06.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.sustainability {
	background-image: url(../images/sub/sub_sustainability.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}
.sub_wrapper .sub_top.ethics {
	background-image: url(../images/sub/sub_ethics.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top.privacy {
	background-image: url(../images/sub/sub_privacy.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

.sub_wrapper .sub_top h1 {
	padding-top: 150px;
	text-align: center;
	font-size: 60px;
	color: #ffffff;
	font-weight: 400;
	box-sizing: border-box;
}

.full-width.pd15 {
	padding: 15px 0
}

.full-width.pd40 {
	padding: 40px 0;
}

.full-width {
	width: 100%;
	padding: 65px 0;
	background: #f9f8f8;
}

.full-width.precision01 {
	background-image: url(../images/sub/products/precision_img01.png);
	background-size: cover;
	background-attachment: fixed;
	height: 420px;
	padding: 0;
	background-repeat: no-repeat;
}

.full-width.precision02 {
	background-image: url(../images/sub/products/precision_img02.png);
	background-size: cover;
	background-attachment: fixed;
	height: 420px;
	background-repeat: no-repeat;
	padding: 0;
}

.defalut_width {
	width: 1200px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
	box-sizing: border-box;
}

.defalut_width.ver1 {
	width: 1280px;
}

.defalut_width3 {
    width: 100%;
    overflow:hidden;
}

.defalut_width.pb0 {
	padding-bottom: 0
}

.defalut_width.pt0 {
	padding-top: 0
}

.defalut_width.pd0 {
	padding: 0
}

.full-width .defalut_width {
	padding: 0
}

.sub_title {
	text-align: center;
	font-size: 50px;
	color: #000;
	font-weight: 300;
	letter-spacing: -0.025em;
}

.sub_title::after {
	display: block;
	content: '';
	clear: both;
	width: 98px;
	height: 1px;
	background: #000;
	margin: 35px auto 85px;
}

.sub_title.ty02::after {
	margin-bottom: 55px;
}

.sub_txt {
	text-align: center;
	font-weight: 200;
	color: #000;
	font-size: 20px;
	letter-spacing: -0.025em;
}


/* ceomessage */

.ceowrap {
	width: 100%;
}

.ceowrap .highlight {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    display: block;
    /* margin-top: 310px; */
	padding-top:226px;
}

.ceowrap::after {
	content: '';
	clear: both;
	display: block;
}

.ceowrap .box {
	min-height: 550px;
}
.ceowrap .box  .img_stemp{
background: url(../images/sub/company/ceo_img01.png) no-repeat ;
background-size:cover;
height:443px;
}
.ceowrap .box img {
    /* width: 100%; */
    /* max-width: 600px; */
	width:auto;
    position: relative;
    transform:none;
}

.ceo_img {
	opacity: 0;
    float:right;
    /* width: 600px; */
		transition: all 1.5s ease .6s;
}

.ceo_img.active { opacity: 1;}

.ceowrap .box .block {
	height: 30px;
}

.ceowrap .box:nth-child(2) {
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: -0.033em;
	color: #000000;
	line-height: 24px;
	font-weight: 200;
    word-break: break-all;
    margin-top: 40px;
}

.ceowrap .sign {
	width: 100%;
	margin-top: 45px;
}

.ceowrap .sign::after {
	display: block;
	content: '';
	clear: both
}

.ceowrap .sign .ceo_name_label {
	display: block;
	text-align: right;
	float: right;
	width: 280px;
	letter-spacing: 0;
	height: 110px;
	line-height: 70px;
	background: url(../images/sub/company/ceo_img03.png) no-repeat right bottom;
}

.ceowrap .sign .ceo_name {
	font-size: 16px;
	line-height: 1;
	display: inline;
	margin-left: 6px;
	font-weight: 500;
}


/* ceomessage */
.ceo_box {
    overflow: hidden;
}
#ceomessage {

}

/* philosophy */
.oper_bg{
    width: 100%;
    margin:0 auto;
    background: url(../images/sub/company/operation_bg01.png) no-repeat;
    background-position: 50% 0;
}

.spiritwrap {
	width: 100%;
    margin-bottom: 45px;
    text-align: center;
}

.spiritwrap.ty02 {
	margin-bottom: 90px;
}

.spiritwrap p {
	font-size: 25px;
	letter-spacing: -0.07em;
	font-weight: 300;
	color: #ef1d25;
	text-transform: uppercase;
}

.spiritwrap span {
	font-size: 20px;
	letter-spacing: -0.025em;
	font-weight: 200;
	margin-top: 12px;
	color: #000000;
	display: block;
}

.philosophywrap .spiritwrap.ty02 {
	margin-bottom: 90px
}

.philosophywrap .spiritwrap.ty02:last-child {
	margin-bottom: 75px
}

.philosophywrap .spiritwrap.ty02 p {
	color: #EC131C
}

.philosophywrap .philosophy_list1 {
    position: relative;
    overflow: hidden;
	width: 100%;
	padding: 50px 180px 50px 160px;
	box-sizing: border-box;
	margin-bottom: 150px;
}

.philosophywrap .philosophy_list1:before {
    content:'';
    position: absolute;
    background: url(../images/sub/company/operation_text_bg01.png) no-repeat;
    left:0;
    top:0;
    width: 79px;
    height: 86px;
}

.philosophywrap .philosophy_list1:after {
    content:'';
    position: absolute;
    background: url(../images/sub/company/operation_text_bg02.png) no-repeat;
    right:0;
    bottom:0;
    width: 79px;
    height: 86px;
}

.philosophywrap .philosophy_list1 h3 {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: -0.03em;
	font-weight: 300;
	color: #000
}
.philosophywrap .philosophy_list1 h3 b:first-child {
    font-size: 77px;
    letter-spacing: 0;
    position: absolute;
    left: 130px;
    top: 45px;
}

.philosophywrap .philosophy_list1 h3 b:last-child {
    font-size: 77px;
    letter-spacing: 0;
    position: absolute;
    right: 192px;
    top: 95px;
}

.philosophywrap .philosophy_list1 h5 {
	text-align: right;
	margin-top: 22px;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 200;
}

.philosophywrap .philosophy_list1 div.img01,
.philosophywrap .philosophy_list1 div.img02,
.philosophywrap .philosophy_list1 div.text01 {
    display:inline-block;
    vertical-align: top;
}

.philosophywrap .philosophy_list1 div.text01 {
	width: 560px;
	position: absolute;
	left: 380px;
	top: 250px;
	font-size: 24px;
}
.philosophywrap .philosophy_list1 div.img01 {
    position: relative;
    float: left;
    top: 115px;
    left: -113px;
}

.philosophywrap .philosophy_list1 div.img01 img {
    width: 100%;
}

.philosophywrap .philosophy_list1 div.img02 {
    float: right;
    position: relative;
    right: -94px;
    top: 30px;
}

.philosophywrap .philosophy_list1 div.img02 img {
    width: 100%;
}

.defalut_width p.sub_txt {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.01em;
	margin-bottom: 80px;
}

.philosophy_list2 {
	width: 100%;
	margin-bottom: 95px;
}

.philosophy_list2::after {
	display: block;
	content: '';
	clear: both;
}

.philosophy_list2 .box {
	width: 393px;
	height: 640px;
	background: #fff;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding: 65px 25px 0;
	box-sizing: border-box;
    opacity: 0;
    box-shadow: 5px 4px 18px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 5px 4px 18px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 4px 18px 0px rgba(0,0,0,0.3);
	transition: opacity .1s ease-out;
}

.Layer_10 {
  background-image: url("Layer 10.png");
  position: absolute;
  left: 370px;
  top: 1574px;
  width: 1234px;
  height: 675px;
  z-index: 9;
}



.philosophy_list2.active .box {
	opacity: 1;
	transition: opacity .2s ease-out;
}

.philosophy_list2 .box:nth-child(1) {
	transition-delay: 0s
}

.philosophy_list2 .box:nth-child(2) {
	transition-delay: 0.2s
}

.philosophy_list2 .box:nth-child(3) {
	transition-delay: 0.4s
}

.philosophy_list2 .box:last-child {
	margin-right: 0
}

.philosophy_list2 .box p.tit {
	font-weight: 400;
	color: #000;
	font-size: 25px;
	margin-bottom: 60px
}

.philosophy_list2 .box .txt {
	margin-top: 45px;
}

.philosophy_list2 .box .txt li {
	margin-bottom: 8px;
}

.philosophy_list2 .box .txt li {
	color: #000;
	word-break: keep-all;
	line-height: 25px;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	position: relative;
	padding-left: 12px;
	letter-spacing: -.5px;
}

.philosophy_list2 .box .txt li:before {
	content: '';
	display: block;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
}

.philosophywrap i.br {
	display: block;
	height: 10px;
}

.philosophy_list3 {
	width: 100%;
	text-align: center;
}

.diagram {
	height: 400px;
}

.philosophy_list3 h2 {
	color: #ef1d25;
	font-size: 68px;
	font-weight: 200;
	letter-spacing: -0.07em;
}

.philosophy_list3 h2 span {
	font-weight: 400
}

.philosophy_list3 p .philosophy_highlight {
	font-weight: 500;
	color: #EF1D25;
}

.philosophy_list3 p {
	font-size: 28px;
	line-height: 36px;
	font-weight: 200;
	color: #000;
	margin-bottom: 70px;
}

.philosophy_list3 img {
	max-width: 100%;
}


/* philosophy */


/* ci */

.ciwrap {
	width: 100%;
	padding: 70px 0
}

.ciwrap.pd0 {
	padding: 0;
}

.ciwrap .top_logo {
	margin: 0 auto;
	width: 584px;
	height: 129px;
	background: url(../images/sub/company/ci_img01.png) no-repeat center center;
	margin-bottom: 15px;
}

.ciwrap .text_wrap p {
	text-align: center;
	margin-top: 105px;
	font-size: 24px;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	font-weight: 400;
}

.ciwrap .text_wrap span {
	text-align: left;
	display: block;
	margin-top: 50px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.013em;
	text-transform: uppercase;
	font-weight: 300;
}

.ciwrap p.ci_tit {
	text-align: center;
	font-size: 32px;
	color: #f01a29;
	letter-spacing: 0.005em;
	font-weight: 300
}

.ciwrap span.ci_tit {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -0.025em;
	text-align: center;
	display: block;
	font-weight: 300;
	margin-bottom: 30px;
}

.cf::after {
	display: block;
	content: '';
	clear: both;
}

.ciwrap .logo_box {
	float: left;
	width: 50%;
	text-align: center;
}

.ciwrap img {
	max-width: 100%;
}

.pd0 .ciwrap .text_wrap p {
	margin-top: 0
}


/* ci */


/* history */

.timeline-years__full-line {
	background-color: #b0afaf;
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	z-index: 0;
	right: 0;
	width: 100%;
}

.timeline-years::before {
	background-color: #ed1c26;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	display: block;
	content: '';
	clear: both;
	left: 0;
	bottom: 0;
	z-index: 1;
	margin-left: -14px;
	margin-bottom: -8px;
	position: absolute;
}

.timeline-years::after {
	bottom: 0;
	position: absolute;
	background-color: #b0afaf;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: block;
	content: '';
	clear: both;
	right: 0;
	margin-right: -14px;
	margin-bottom: -7px;
}

.relative {
	position: relative;
}

.timeline-years__active-line {
	background-color: #ed1c26;
	bottom: 0px;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transition: width 1s;
	transition: width 1s;
	width: 20%;
	z-index: 1;
}

.timeline-years__year span {
	opacity: 0;
	transition: all 0.6s ease;
}

.timeline-years {
	position: relative;
	text-align: center;
}

.timeline-years__year {
	width: 20%;
	cursor: pointer;
	box-sizing: border-box;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	letter-spacing: normal;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.025em;
	transition: all 0.4s ease-out;
}

.timeline-years__year:hover,
.timeline-years__year.active {
	color: #000000;
}

.timeline-years__year:hover span {
	transition: all 0.6s ease-out;
	opacity: 1;
}

.timeline-years__year.active.select span {
	transition: all 0.6s ease-out;
	opacity: 1;
}

.timeline-years__year.active span {
	transition: all 0.6s ease-out;
	opacity: 0;
}

.timeline-years__year:after {
	background-color: #b0afaf;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	bottom: -7px;
	content: '';
	display: block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	z-index: 2;
	transition: all 0.4s ease;
}

.timeline-years__year:hover:after,
.timeline-years__year.active:after {
	background-color: #ffffff;
	border: 1px solid #ed1c26;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.timeline-years__year.dot::after {
	background: #ed1c26
}

.timeline-container {
	position: relative;
	margin-top: 80px;
}

.timeline-content {
	width: 100%;
	padding: 0 155px;
	box-sizing: border-box;
}

.timeline-content .navi {
	text-align: center;
}

.timeline-content .navi_txt {
	text-align: center;
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	letter-spacing: -0.025em;
}

.timeline-content .navi a {
	display: inline-block;
	width: 88px;
	height: 88px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
    position: relative;
    z-index: 11;
}

.timeline-content .navi a.prev {
	background-color: #f8f8f8;
	background-image: url(../images/sub/company/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center
}

.timeline-content .navi a.next {
	background-color: #f8f8f8;
	background-image: url(../images/sub/company/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: -84px center
}

.timeline-content .navi a.prev:hover {
	background-image: url(../images/sub/company/icon_arrow_Active.png);
}

.timeline-content .navi a.next:hover {
	background-image: url(../images/sub/company/icon_arrow_Active.png);
}

.timeline-content .navi p {
	font-size: 50px;
	color: #000000;
	font-weight: 300;
	letter-spacing: -0.025em;
	width: 704px;
	height: 88px;
	line-height: 88px;
	vertical-align: top;
	display: inline-block;
}

.timeline-content .navi p span {
	font-weight: 500
}

.timeline-container .step {
	margin-top: 50px;
}

.timeline-container .imgbox {
	width: 100%;
	overflow: hidden;
}

.timeline-content .step h4 {
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -0.025em;
	margin: 55px auto 60px;
}

.timeline-content .step .tablewrap {
	margin-bottom: 55px;
}

.timeline-content .step .tablewrap .line {
	border-bottom: 1px solid #D9D9D9
}

.timeline-content .step .tablewrap .line:nth-child(2n) {
	background: #fbfafa
}

.timeline-content .step .tablewrap .line::after {
	content: '';
	clear: both;
	display: block;
}

.timeline-content .step .tablewrap .line .box {
	float: left;
}

.timeline-content .step .tablewrap .line .box:nth-child(1) {
	width: 150px;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	color: #b0afaf;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 28px;
}

.timeline-content .step .tablewrap .line .box:nth-child(1) span {
	font-size: 20px;
}

.timeline-content .step .tablewrap .line .box:nth-child(2) {
	width: 740px;
	text-align: left;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 28px;
}


/* history */


/* status */

.loc_slider {
	width: 100%;
}

.loc_slider .location_tit h1 {
	text-align: center;
	font-size: 28px;
	font-weight: 200;
	margin-bottom: 35px;
}

.loc_slider .location_tit span {
	font-weight: 500;
}

.loc_slider .location_tit span.eng {
	font-weight: 400;
}

.locaton_imgwrap {
	width: 100%;
}

.locaton_imgwrap .img {
	margin: 0 0px;
}

.locaton_imgwrap .img img {
	width: 100%;
}

.locaton_imgwrap .img .loc1 {
	background: url(../images/sub/company/status_img01.png) no-repeat center center;
}

.locaton_imgwrap .img .loc2 {
	background: url(../images/sub/company/status_img02.png) no-repeat center center;
}

.locaton_imgwrap .img .loc3 {
	background: url(../images/sub/company/status_img03.png) no-repeat center center;
}

.locaton_imgwrap .img .loc4 {
	background: url(../images/sub/company/status_img04.png) no-repeat center center;
}

.locaton_imgwrap .img .loc5 {
	background: url(../images/sub/company/status_img05.png) no-repeat center center;
}

.locaton_imgwrap .img {
	background: #000;
	transition: transform .5s ease-out;
	transform: scale(0.9);
}

.locaton_imgwrap .img.slick-slide.slick-active.slick-center.slick-current {
	transform: scale(1);
}

.locaton_imgwrap .img.slick-slide img {}

.locaton_imgwrap .img.slick-slide.slick-active.slick-center.slick-current img {}

.location_tablewrap {
	width: 595px;
	margin: 40px auto 0;
}

.location_tablewrap .tablewrap .line:nth-child(1) {
	border-top: 1px solid #D9D9D9
}

.location_tablewrap .tablewrap .line {
	border-bottom: 1px solid #D9D9D9
}

.location_tablewrap .tablewrap .line:nth-child(2n-1) {
	background: #fbfafa
}

.location_tablewrap .tablewrap .line::after {
	content: '';
	clear: both;
	display: block;
}

.location_tablewrap .tablewrap .line .box {
	float: left;
}

.location_tablewrap .tablewrap .line .box:nth-child(1) {
	width: 220px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

.location_tablewrap .tablewrap .line .box:nth-child(2) {
	width: 375px;
	text-align: left;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 28px;
	word-break: break-word;
}

.loc_slider .slick-arrow {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	text-indent: -9999em;
	width: 273px;
	height: 505px;
	background-image: url(../images/sub/company/slider_arrow.png);
	background-position: center;
	position: absolute;
	top: 28px;
	cursor: pointer;
	z-index: 1;
	background-repeat: no-repeat;
	transition: all .3s ease
}

.loc_slider .slick-prev {
	left: 0;
	background-image: url(../images/sub/company/slider_arrow_l.png);
}

.loc_slider .slick-prev:hover {
	background-image: url(../images/sub/company/slider_arrow_l_ac.png);
	transition: all .3s ease
}

.loc_slider .slick-next {
	right: 0;
	background-image: url(../images/sub/company/slider_arrow_r.png);
}

.loc_slider .slick-next:hover {
	transition: all .3s ease;
	background-image: url(../images/sub/company/slider_arrow_r_ac.png);
}


/* status */


/* talent */
.talentwrap {
    width: 1280px;
    margin: 0 auto;
}

.talentwrap .boxwrap {
	width: 1100px;
	height: 874px;
	margin: 0 auto;
}

.talentwrap .boxwrap::after {
	display: block;
	content: '';
	clear: both;
}

.talentwrap .boxwrap .box {
	float: left;
	width: 50%;
	height: 100%;
}

.talentwrap .boxwrap .box.text {
	background: #dddddd;
	color: #000;
	text-align: center;
}

.talentwrap .boxwrap .box.text .textwrap {
	height: 100%;
	padding: 98px 0;
	box-sizing: border-box;
}

.talentwrap .boxwrap .box .slick-arrow {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	text-indent: -9999em;
	width: 60px;
	height: 45px;
	background-image: url(../images/sub/careers/slider_arrow.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	transition: all .3s ease
}

.talentwrap .boxwrap .box .slick-prev {
	bottom: 0px;
	background-position: center -45px;
}

.talentwrap .boxwrap .box .slick-next {
	bottom: 45px;
	background-position: center 0;
}

.talentwrap .boxwrap .box.text h1 {
	height: 179px;
	background-image: url(../images/sub/careers/article.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
	line-height: 42px;
	padding-top: 55px;
	box-sizing: border-box;
	letter-spacing: -0.05em;
	margin-bottom: 40px;
}

.talentwrap .boxwrap .box.text h1 i {
	font-size: 27px;
	display: block;
	font-style: normal;
	letter-spacing: -0.05em;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}

.talentwrap .boxwrap .box.text p {
	font-size: 45px;
	font-weight: 300;
	letter-spacing: -0.05em;
}

.talentwrap .boxwrap .box.text p::after {
	display: block;
	content: '';
	clear: both;
	width: 105px;
	height: 2px;
	background: #a1a1a1;
	margin: 70px auto 150px;
}

.talentwrap .boxwrap .box.text span {
	font-size: 21px;
	line-height: 40px;
	font-weight: 300;
	display: block;
	text-align: left;
	padding-left: 65px;
	box-sizing: border-box;
}

.talentwrap .slick-vertical .slick-slide {
	border: none;
}


/* talent */


/* incruit */

.incruitwrap .great {
	background: url(../images/sub/careers/incruit_img01.png) no-repeat right bottom;
}

.incruitwrap .great_tit {
	padding-left: 140px;
	font-size: 140px;
	font-weight: 300;
	letter-spacing: -0.05em;
	color: #c9c7c7;
	line-height: 100px;
	opacity: 0;
}

.incruitwrap.active .great_tit {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: .2s
}

.incruitwrap .great_tit2 {
	font-size: 100px;
	letter-spacing: -0.05em;
	color: #000000;
	font-weight: 300;
	line-height: 90px;
	opacity: 0;
}

.incruitwrap.active .great_tit2 {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: .4s
}

.incruitwrap .great_tit2 span {
	font-weight: 500
}

.incruitwrap .red_line {
	width: 506px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding-left: 18px;
	font-weight: 200;
	background: url(../images/sub/careers/incruit_img02.png) right center;
	box-sizing: border-box;
	margin-bottom: 25px;
	opacity: 0
}

.incruitwrap.active .red_line {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: .6s;
}

.incruitwrap p.txt {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #5e5e5e;
	opacity: 0
}

.incruitwrap.active p.txt {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: .8s;
}

.incruitwrap.active p.txt.ty02 {
	transition-delay: 1.6s;
}

.incruitwrap .text_box h3 {
	font-size: 37px;
	font-weight: 200;
	letter-spacing: -0.07em;
	color: #000000;
	margin: 70px 0 30px;
	opacity: 0
}

.incruitwrap.active .text_box h3 {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: .8s;
}

.incruitwrap .text_box h3 span {
	font-weight: 500;
	letter-spacing: -0.07em;
}

.incruitwrap .text_box ul {
	margin-bottom: 20px;
}

.incruitwrap .text_box ul::after {
	display: block;
	content: '';
	clear: both;
}

.incruitwrap .text_box li {
	float: left;
	display: block;
	width: 141px;
	height: 141px;
	border-radius: 50%;
	color: #ffffff;
	margin-right: 5px;
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	padding-top: 38px;
	box-sizing: border-box;
	letter-spacing: 0.02em;
	opacity: 0
}

.incruitwrap.active .text_box li:nth-child(1) {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: 1s;
}

.incruitwrap.active .text_box li:nth-child(2) {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: 1.2s;
}

.incruitwrap.active .text_box li:nth-child(3) {
	opacity: 1;
	transition: opacity .2s ease-out;
	transition-delay: 1.4s;
}

.incruitwrap .text_box li span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.incruitwrap .text_box li:nth-child(1) {
	background: #ffcc99
}

.incruitwrap .text_box li:nth-child(2) {
	background: #a8a7a7
}

.incruitwrap .text_box li:nth-child(3) {
	background: #86d9c7;
	margin-right: 0
}

.great_list02 {
	margin-top: 0;
	margin-bottom: 0;
}

.incruitwrap .spiritwrap {
	width: 100%;
	border: 10px solid #f6f6f6;
	box-sizing: border-box;
	padding: 30px 25px;
	margin-bottom: 45px;
	text-align: center;
}

.incruitwrap.active .spiritwrap {
	opacity: 1;
	transition: opacity .2s ease-out;
}

.incruitwrap .spiritwrap p {
	font-size: 20px;
	letter-spacing: 0.02em;
	font-weight: 300;
	color: #5e5e5e;
	line-height: 25px;
}

.incruitwrap .spiritwrap span {
	font-size: 37px;
	line-height: 47px;
	font-weight: 200;
	letter-spacing: 0.02em;
	color: #000000
}

.incruitwrap .spiritwrap span i {
	font-style: normal;
	font-weight: 300
}


.incruitwrap.active .boxwrap {
	opacity: 1;
	transition: opacity .2s ease-out;
}

.great_list02 .boxwrap::after {
	display: block;
	content: '';
	clear: both;
}

.great_list02 .boxwrap .box {
	float: left;
	width: 50%;
}

.great_list02 .boxwrap .box:nth-child(1) {
	padding-left: 95px;
	box-sizing: border-box;
}

.great_list02 .boxwrap .box:nth-child(2) {
	padding-left: 80px;
	box-sizing: border-box;
}

.great_list02 .boxwrap .box:nth-child(1) ul li {
	display: block;
	margin-bottom: 40px;
}

.great_list02 .boxwrap .box:nth-child(1) ul li:last-child {
	margin-bottom: 0px;
}

.great_list02 .boxwrap .box:nth-child(1) ul li p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.035em;
	line-height: 30px;
}

.great_list02 .boxwrap .box:nth-child(1) ul li span {
	padding-left: 16px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.035em;
	line-height: 30px;
}

.great_list02 .boxwrap .box:nth-child(2) a {
	display: block;
	width: 409px;
	height: 134px;
	line-height: 134px;
	font-size: 40px;
	;
	letter-spacing: 0.035em;
	font-weight: 300;
	color: #000;
	background: #e0e0e0;
	padding-left: 55px;
	box-sizing: border-box;
}

.great_list02 .boxwrap .box:nth-child(2) a i {
	display: inline-block;
	background-image: url(../images/sub/careers/arrow_icon.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
	margin-left: 10px;
	height: 24px;
	vertical-align: middle;
}


/* incruit */


/* prd */

.prd_list01 {
	margin-top: 90px;
	margin-bottom: 90px
}

.prd_list01:last-child {
	margin-bottom: 0
}

.prd_list01::after {
	display: block;
	content: '';
	clear: both;
}

.prd_list01 .box {
	float: left;
	width: 50%;
}

.prd_list01 .box.imgsevent {
	float: left;
	width: 50%;
	height: 360px;
}

.prd_list01 .box.text .line:nth-child(1) {
	margin-bottom: 65px;
}

.prd_list01 .box.text {
	padding-right: 150px;
	box-sizing: border-box;
}

.prd_list01 .box.text.ty02 {
	padding-left: 60px;
	padding-right: 0
}

.prd_list01 .box.text .line p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.035em;
}

.prd_list01 .box.text .line span {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-top: 20px;
	line-height: 30px;
	letter-spacing: 0.035em;
}

.prd_list02 {
	margin-top: 90px;
}

.section .full-box.four .prd_list02 .box .textwrap.prd_list04 {
	padding-bottom: 50px;
}

.prd_list02 .box {
	width: 100%;
}


.prd_list02 .box.text .line:nth-child(1) {
	margin-bottom: 65px;
}

.prd_list02 .box.text .line p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.035em;
}

.prd_list02 .box.text .line span {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-top: 20px;
	line-height: 30px;
	letter-spacing: 0.035em;
}

.prd_list02 .box.img {
	margin-bottom: 80px;
}

.prd_list02 .box.img::after {
	display: block;
	content: '';
	clear: both;
}

.prd_list02 .box.img .imgwrap {
	float: left;
	width: 600px;
	height: 360px;
	padding-right: 30px;
	box-sizing: border-box;
}

.prd_list02 .box.img .imgwrap:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 30px;
}

.prd_list02 .box.img .imgwrap img {
	max-width: 100%;
	width: 100%;
}

.prd_list03 ul::after {
	display: block;
	content: '';
	clear: both;
}

.prd_list03 li {
	height: 258px;
	padding: 15px 0;
	float: left;
	width: 400px;
	text-align: center;
	border-right: 1px solid #d3d3d3;
	box-sizing: border-box;
}

.prd_list03 li:last-child {
	border-right: none;
}

.prd_list03 li p {
	margin: 40px 0 15px;
	font-size: 28px;
	letter-spacing: -0.05em;
	color: #999999;
	font-family: 'Buri';
	font-weight: 300
}

.prd_list03 li h5 {
	font-size: 20px;
	letter-spacing: 0.035em;
	font-weight: 400;
	color: #000000;
}

.prd_list03 li h5:after {
	display: block;
	content: '';
	clear: both;
	width: 53px;
	height: 1px;
	background: #000000;
	margin: 20px auto;
}

.prd_list03 li span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.035em;
	color: #666666
}

.prd_list04 table tr td {
	display: table-cell;
	vertical-align: middle;
}

.prd_list04 table {
	width: 100%;
}

.prd_list04 table tr td {
	width: 25%;
	box-sizing: border-box;
}

.prd_list04 table td.last {
	border-right: none;
}

.prd_list04 table tr td {
	height: 80px;
	padding-left: 30px;
	background: #f8f8f8;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	border-right: 1px solid #E3E3E3;
}

.prd_list04 table tr:first-child td {
	line-height: 55px;
	padding-left: 0;
	height: 55px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	background: #666666;
	text-align: center;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid rgba(255, 255, 255, .3)
}

.prd_list05 ul::after {
	display: block;
	content: '';
	clear: both;
}

.prd_list05 li {
	height: 258px;
	padding: 15px 0;
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #d3d3d3;
	box-sizing: border-box;
}

.prd_list05 li:last-child {
	border-right: none;
}

.prd_list05 li p {
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.035em;
	margin: 30px 0 8px
}

.prd_list05 li h5 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.035em;
	color: #999999
}

.prd_list05 li h5:after {
	background: #999999
}

.prd_list05 li span {
	color: #666666;
	font-size: 16px;
	letter-spacing: 0.035em;
	line-height: 20px
}

.prd_list05.ty02 li {
	width: 33%
}


/* research_overview */

.section {
	overflow: hidden;
}

.section .full-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.section:nth-child(1) .fp-scroller {
	width: 100%;
	height: 100%;
}

.section .full-box.first .bgwrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: url(../images/sub/research/overview_img01.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: visualZoom 10s linear forwards;
	animation: visualZoom 10s linear forwards;
}

@keyframes visualZoom {
	0% {
		-webkit-transform: scale(1, 1) rotate(0.01deg);
		transform: scale(1, 1) rotate(0.01deg);
	}
	100% {
		-webkit-transform: scale(1.2, 1.2) rotate(0.01deg);
		transform: scale(1.2, 1.2) rotate(0.01deg);
	}
}

@-webkit-keyframes visualZoom {
	0% {
		-webkit-transform: scale(1, 1) rotate(0.01deg);
		transform: scale(1, 1) rotate(0.01deg);
	}
	100% {
		-webkit-transform: scale(1.2, 1.2) rotate(0.01deg);
		transform: scale(1.2, 1.2) rotate(0.01deg);
	}
}

.section .third .prd_list02.ty02 .box.img .imgwrap {
	opacity: 0
}

.section.active_slide .third .prd_list02.ty02 .box.img .imgwrap,
.section.active .third .prd_list02.ty02 .box.img .imgwrap {
	opacity: 1;
	transition: all .2s ease-out;
}

.section.active_slide .third .prd_list02.ty02 .box.img .imgwrap:nth-child(1),
.section.active .third .prd_list02.ty02 .box.img .imgwrap:nth-child(1) {
	transition-delay: .2s;
}

.section.active_slide .third .prd_list02.ty02 .box.img .imgwrap:nth-child(2),
.section.active .third .prd_list02.ty02 .box.img .imgwrap:nth-child(2) {
	transition-delay: .4s;
}

.section.active_slide .third .prd_list02.ty02 .box.img .imgwrap:nth-child(3),
.section.active .third .prd_list02.ty02 .box.img .imgwrap:nth-child(3) {
	transition-delay: .6s;
}

.section.active_slide .third .prd_list02.ty02 .box.img .imgwrap:nth-child(4),
.section.active .third .prd_list02.ty02 .box.img .imgwrap:nth-child(4) {
	transition-delay: .8s;
}

.section .full-box.second {
	background: #f6f5f5
}

.section .textwrap .solution_list_style li {
	font-size: 18px;
	font-weight: 200;
	padding-left: 20px;
	position: relative;
}

.section .textwrap .solution_list_style li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	left: 6px;
	top: 10px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
}

.section .full-box.first .textwrap {
	position: absolute;
	width: 100%;
	background: #ffffff;
	bottom: 122px;
	left: 0;
	padding-bottom: 28px;
	padding-top: 28px;
}

.section .full-box .special_inverse h1::before {
	background: #000;
}

.section .full-box h1::before {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: .3;
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 30%;
	left: -20px
}

.section .full-box.special_inverse::after {
	background-color: rgba(0, 0, 0, .4);
}

.section .full-box::after {
	display: block;
	width: calc(50% - 616px);
	height: 1px;
	background: rgba(255, 255, 255, .4);
	display: block;
	content: '';
	clear: both;
	position: absolute;
	margin-top: -4px;
	top: 30%;
	left: 0
}

.section .full-box.second::after {
	top: 100px;
	background: #dedede
}

.section .full-box.second h1::before {
	background: #dedede;
	opacity: 1
}

.section .full-box.third::after {
	top: 100px;
	background: #dedede
}

.section .full-box.four::after {
	top: 100px;
	background: #dedede
}

.section .full-box.third h1::before {
	background: #dedede;
	opacity: 1
}

.section .full-box.four h1::before {
	background: #dedede;
	opacity: 1
}

.section .full-box.second::before {
	top: 100px
}

.section .full-box.second h1 {
	top: calc(100px - 38px);
}

.section .full-box.four::before {
	top: 100px
}

.section .full-box.four h1 {
	top: calc(100px - 38px);
}

.section .full-box.third::before {
	top: 100px
}

.section .full-box.third h1 {
	top: calc(100px - 38px);
}

.section .full-box h1 {
	position: absolute;
	top: calc(30% - 38px);
	font-size: 50px;
	font-weight: 300;
	letter-spacing: -0.025em;
	z-index: 1;
}

.section .full-box h1 span {
	display: block;
	font-size: 25px;
	color: inherit;
	text-transform: uppercase;
	font-weight: 200;
	opacity: .4;
}

.section .full-box.first .special_inverse h1 {
	color: #000;
}

.section .full-box.first h1 {
	color: #ffffff
}

.section .full-box.first .textwrap .defalut_width {
	box-sizing: border-box;
	padding: 80px 0;
	background-image: url("../ images/sub/research/research_introduction_bg.png");
	background-size: cover;
	text-align: center;
	width: 1440px;
	box-sizing: border-box;
}

.section .full-box.first .textwrap .textwrap_title {
	position: relative;
	font-size: 62px;
	display: block;
	width: 100%;
	margin: 0 auto;
	letter-spacing: -0.05em;
	box-sizing: border-box;
	line-height: 70px;
	padding-bottom: 47px;
}

.section .full-box.first .textwrap .textwrap_title:after {
	content: "";
	display: block;
	position: absolute;
	top: 44px;
	left: 11px;
	width: calc(100% - 22px);
	height: 0px;
	background-color: #000;
}

.section .full-box.first .textwrap .textwrap_title strong {
	color: #e52828;
	font-weight: 500;
}

.section .full-box.first .textwrap .textwrap_contents {
	display: block;
	font-size: 26px;
	font-weight: 200;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	line-height: 34px;
	text-align: center;
}

.section .full-box.first .textwrap .textwrap_contents i {
	color: #e52828;
	font-weight: 400;
	font-style: normal;
}

.section .full-box.first .textwrap p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.008em;
	color: #000000;
	line-height: 30px;
	margin-bottom: 20px;
}

#fp-nav.right {
	right: 60px;
}

#fp-nav ul li .fp-tooltip.right {
	display: none;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin-bottom: 25px;
	width: 12px;
	height: 12px;
}

#fp-nav ul li a.active span {
	border: 2px solid rgba(0, 0, 0, .2);
	box-sizing: border-box;
	width: 18px;
	background: none;
	height: 18px;
	margin-left: -3px
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 12px;
	height: 12px;
	background: #979797;
	border: none;
}

#fp-nav ul li a span:after,
#fp-nav ul li:not(:last-child) a span:after {
	display: none;
}

#fp-nav ul,
.fp-slidesNav ul {
	padding: 30px 15px;
	background: rgba(0, 0, 0, .1);
	border-radius: 50px
}

#fp-nav ul li:last-child,
.fp-slidesNav ul li:last-child {
	margin-bottom: 0
}

#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border: 2px solid rgba(0, 0, 0, .2);
	box-sizing: border-box;
}


/* <ë°•ìŠ¤ ì›í˜• ë„í˜• ë²„ì „>*/

.field_item_container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.field_item_wrap {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	position: relative;
}

.field_item_wrap:before {
	content: "";
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: #ffffff url(../images/sub/research/overview_img06.png) no-repeat center center;
	text-align: center;
	position: absolute;
	border: 1px solid #e1e1e1;
	left: 50%;
	top: 50%;
	margin-left: -165px;
	margin-top: -165px;
}

.field_item {
	position: absolute;
	width: 250px;
}

.field_item:after {
	content: "";
	display: block;
	width: 58px;
	height: 35px;
	background-repeat: no-repeat;
	position: absolute;
}

.field_item.material:after {
	background-image: url(../images/sub/research/overview_img08.png);
	left: 50%;
	margin-left: -17px;
	top: 87px;
}

.field_item.int:after {
	background-image: url(../images/sub/research/overview_img07.png);
	right: -75px;
	top: 26px;
}

.field_item.plastic:after {
	background-image: url(../images/sub/research/overview_img09.png);
	right: -75px;
	top: 26px;
}

.field_item.bio:after {
	background-image: url(../images/sub/research/overview_img08.png);
	left: -75px;
	top: 26px;
}

.field_item.city:after {
	background-image: url(../images/sub/research/overview_img10.png);
	left: -75px;
	top: 26px;
}

.field_item.material {
	text-align: center;
	left: 50%;
	top: -105px;
	margin-left: -125px;
}

.field_item.int {
	text-align: right;
	left: -292px;
	top: 80px;
}

.field_item.plastic {
	text-align: right;
	left: -225px;
	top: 330px;
}

.field_item.bio {
	text-align: left;
	right: -292px;
	top: 80px;
}

.field_item.city {
	text-align: left;
	right: -225px;
	top: 330px;
}

.field_item_title {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #EF1D25;
}

.field_item_content {
	font-size: 17px;
	font-weight: 300;
	margin-top: 15px;
	display: block;
}

.field_center {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	display: table;
}

.field_center_inner {
	font-size: 25px;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* </ë°•ìŠ¤ ì›í˜• ë„í˜• ë²„ì „>*/

.defalut_width.research_contents .scroll_slider {
	display: none;
	position: relative;
	z-index: 3;
	left: 50px;
	padding-bottom: 20px;
}

.defalut_width.research_contents .scroll_slider .line {
	position: absolute;
	background: #CBE6E9;
	width: 100%;
	left: 0;
	margin-left: -50px;
	height: 1px;
}

.defalut_width.research_contents .scroll_slider .slider-wrap {
	width: 100%;
	margin-left: 0%;
}

.defalut_width.research_contents .scroll_slider .pointer {
	left: 0%;
	width: 48px;
	transform: scale(1, 0.8);
	background: #34A8B3;
	cursor: pointer;
	transition: background .3s ease-out;
	top: -8px;
}

.defalut_width.research_contents .scroll_slider .pointer,
.defalut_width.research_contents .scroll_slider .pointer::after,
.defalut_width.research_contents .scroll_slider .pointer::before {
	border-color: transparent;
}

.defalut_width.research_contents * {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.defalut_width.research_contents .hexagon {
	display: inline-block;
	position: relative;
	line-height: 12px;
	width: 15px;
	height: 12px;
	background: transparent;
	margin: 0px 7px;
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: scale(0.8, 0.9);
}

.defalut_width.research_contents .hexagon:before {
	right: 100%;
	border-right-color: transparent;
	border-top-color: transparent;
	transform: translateX(50%) rotate(45deg) scale(0.6);
}

.defalut_width.research_contents .hexagon:after {
	left: 100%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	transform: translateX(-50%)rotate(45deg) scale(0.6);
}

.defalut_width.research_contents .hexagon:before,
.defalut_width.research_contents .hexagon:after {
	content: '';
	position: absolute;
	top: -3px;
	width: 12px;
	height: 12px;
	background: inherit;
	transform-origin: center;
	z-index: -1;
	border: 3px solid #fff;
}

.prd_list02.ty02 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 200px;
	box-sizing: border-box;
}

.prd_list02.ty02 .box.img .imgwrap {
	height: 580px;
}

.overview_title_highlight {
	color: #C00000 !important;
	font-weight: 600 !important;
}

.prd_list02.ty02 .box.img p {
	margin: 25px 0;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prd_list02.ty02 .box.img span {
	font-size: 17px;
	font-weight: 200;
	line-height: 30px;
	letter-spacing: -0.014em;
	display: block;
	width: 568px;
}


/* prd */

.section .full-box .half_top {
	width: 100%;
	height: 660px;
	background: #f6f5f5
}

.section .full-box .half_bottom {
	width: 100%;
	background: #ebe9e9;
}

.section .full-box.four {
	padding-bottom: 100px
}

.section .full-box.four .prd_list02 {
	margin-top: 0
}

.section .full-box.four .prd_list02 .box {
	padding-top: 270px;
}

.section .full-box.four .half_bottom .prd_list02 .box {
	padding-top: 70px;
}

.section .full-box.four .half_bottom .prd_list02 .box:after {
	content: "";
	display: talbe;
	clear: both;
}

.section .full-box.four .prd_list02 .box::after {
	display: block;
	content: '';
	clear: both;
}

.section .full-box.four .prd_list02 .box .textwrap img {
	max-width: 100%;
}

.section .full-box.four .prd_list02 .box .textwrap {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 30px;
}

.section .full-box.four .prd_list02 .box .textwrap.word_break_box span {
	width: 438px;
}

.section .full-box.four .prd_list02 .box .textwrap.word_break_box2 span {}

.defalut_width.introduction_wrap .banadum_table_title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.035em;
	margin-bottom: 30px;
	margin-top: 30px;
}

.section .full-box.four .prd_list02 .box .textwrap p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.035em;
	margin-bottom: 30px;
}

.section .full-box.four .prd_list02 .box .textwrap span {
	font-size: 18px;
	font-weight: 200;
	display: block;
}

.h122 {
	height: 122px;
}

i.br {
	display: block;
}


/* board */

.news_item {
	width: 100%;
	display: block;
	border-top: 1px solid #e5e5e5;
	position: relative;
	padding: 45px 95px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(../images/board_arrow.png);
	background-position: 96% 30px;
	background-repeat: no-repeat;
}

.news_item.active {
	background: #faf9f9;
}

.news_item:last-child {}

.news_item:after {
	display: block;
	clear: both;
	content: '';
}

.news_num {
	display: block;
	float: left;
	width: 33px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 23px;
}

.news_num .red_block {
	display: inline-block;
	width: 100%;
	height: 70px;
	background: #EC131C;
	margin-bottom: 28px;
}

.news_item:first-child .news_num .red_block {
	background: #adb3a7
}

.news_item:nth-child(2) .news_num .red_block {
	background: #bea990
}

.news_item:nth-child(3) .news_num .red_block {
	background: #ebd1b5
}

.news_num span {
	font-size: 36px;
	color: #dddddd;
}

.news_tit {
	width: 1046px;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 20px;
}

.news_tit::after {
	display: block;
	content: '';
	clear: both;
}

.news_item.active:after {
	background: #faf9f9;
}

.news_tit p {
	font-size: 22px;
	line-height: 40px;
	color: #0b0b0b;
	font-weight: 300;
	width: 920px;
	float: left;
}

.news_tit .date {
	width: 100px;
	line-height: 20px;
	float: right;
	margin-right: 15px
}

.news_item.active {
	background: #faf9f9;
}

.news_item.active {
	background-image: url(../images/board_arrow_open.png);
	background-position: 96% 30px;
	background-repeat: no-repeat;
}

.news_txt {
	width: 1046px;
	transition: height 0.4s ease-out;
	overflow: hidden;
}

.news_txt {
	font-size: 15px;
	font-weight: 200;
	line-height: 22px;
}

.news_txt img {
	max-width: 100%;
}

.page_nation {
	width: 100%;
	padding-top: 90px;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.page_nation span {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-left: -5px;
	box-sizing: border-box;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.page_nation span a {
	color: #333;
	font-size: 17px;
	line-height: 46px;
	display: block;
	width: 100%;
	height: 100%;
}

.bobbing {
	position: absolute;
	animation-name: bobbingAnim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	-webkit-animation-name: bobbingAnim;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
}

.page_nation span:first-of-type {
	margin-left: 0;
	border-left: 1px solid #dddddd
}

.page_nation span.active a {
	background: #f2f2f2;
}

.page_nation span.arrow_1 {
	background: url(../images/sub/board_arrow_01.png) no-repeat center center;
	text-indent: -9999em;
}

.page_nation span.arrow_2 {
	background: url(../images/sub/board_arrow_02.png) no-repeat center center;
	text-indent: -9999em;
}

#fp-nav {
	z-index: 3
}

.contactwrap table {
	width: 100%
}

.contactwrap table tr td {
	line-height: 70px;
	width: 50%;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.contactwrap table tr td:first-child {
	border-right: 1px solid #e5e5e5
}

.contactwrap table tr td {
	color: #000000;
	font-size: 18px;
	letter-spacing: 0.028em;
	text-align: center;
}

.contactwrap table tr:first-child td {
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 0.1em;
	font-weight: 200;
	text-align: center;
	background: #666666
}

.contactwrap table tr td a {
	display: block;
	margin: 0 auto;
	width: 198px;
	height: 43px;
	border: 1px solid #917B61;
	background: #BEA990;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	line-height: 43px
}

.popupwrap {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 737px;
	background: #f5f5f5;
	margin-left: -368px;
	z-index: 5;
}

.popup_wrap .popup_inner.active {
	transform: matrix(1, 0, 0, 1, 0, 0) translateY(-50%);
	transform-style: preserve-3d;
	transition: all 0.65s linear;
	display: block;
}

.popupwrap a.close {
	width: 23px;
	height: 23px;
	background: url(../images/sub/icon_close.png) no-repeat center center;
	position: absolute;
	top: -45px;
	right: 20px;
	display: block;
}

.popupwrap h1 {
	height: 70px;
	box-sizing: border-box;
	padding: 0px 40px;
	line-height: 70px;
	border-bottom: 1px solid #DFDEDE;
	box-sizing: border-box;
	width: 100%;
	background: #EF1D25;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

.popupwrap .content {
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
}

.popupwrap .content textarea#privacy_txt {
	width: 100%;
	background: #ffffff;
	font-size: 14px;
	line-height: 20px;
	border: none;
	height: 73px;
	padding: 20px;
	box-sizing: border-box;
}

.ckbx_container.reservation .ckbx_style {
	color: #000;
}

.ckbx_style {
	height: 25px;
	text-align: right;
	line-height: 1;
	display: block;
	width: auto;
	display: block;
	position: relative;
	color: #656565;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.ckbx_style:after {
	content: "";
	display: table;
	clear: both;
}

.ckbx_container.reservation .ckbx_style input[type=checkbox] {
	top: 3px;
}

.ckbx_style input[type=checkbox] {
	z-index: 1;
	width: 20px;
	opacity: 0;
	border: 0px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 225px;
	cursor: pointer;
}

.ckbx_container.reservation .ckbx_style input[type=checkbox]+label {
	height: 25px;
	line-height: 22px;
}

.ckbx_style input[type=checkbox]+label {
	display: inline-block;
	height: 20px;
	vertical-align: top;
	line-height: 22px;
	padding-left: 29px;
	cursor: pointer;
	margin: 0;
	float: none;
	width: auto;
	font-size: 14px;
	font-weight: 300;
}

.ckbx_style input[type=checkbox]+label input[type='text'] {
	height: 25px !important;
	margin-left: 10px !important;
	width: 300px !important;
	padding: 0 10px !important;
	line-height: 25px !important;
}

.ckbx_container.reservation .ckbx_style input[type=checkbox]+label:before {
	top: 3px;
}

.ckbx_style input[type=checkbox]+label:before {
	content: "";
	position: absolute;
	right: 225px;
	top: 0px;
	width: 18px;
	height: 18px;
	line-height: 22px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.ckbx_style input[type=checkbox]:checked+label:before {
	background: url("../images/checked_ico.png") center center no-repeat;
	background-color: #525252;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.reservation .ckbx_container.reservation {
	padding-left: 0;
}

.reservation .ckbx_container.reservation:not(:last-child) {
	margin-bottom: 10px;
}

.ckbx_container.inquiry {
	padding-left: 100px;
}

.popupwrap .content .line {
	margin-bottom: 5px;
}

.popupwrap .content .line::after {
	display: block;
	content: '';
	clear: both;
}

.popupwrap .content .line label {
	float: left;
	width: 152px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}

.popupwrap .content .line input {
	width: 523px;
	height: 35px;
	line-height: 35px;
	background: #ffffff;
	border: none;
	padding: 0 20px;
	box-sizing: border-box;
}

.popupwrap .content .line p.guide {
	margin-left: 215px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.popupwrap .content .line .inquiry_content {
	height: 118px;
	padding: 25px;
	width: 515px;
	border: none;
	box-sizing: border-box;
}

.popupwrap .send {
	display: block;
	margin: 30px auto 0;
	width: 207px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: #202020;
	outline: 0 none;
	border: 0 none;
	cursor: pointer;
}

.custom_mt100 {
	margin-top: 100px;
}

.indent_transparent {
	color: #F8F8F8;
}

/* talnet */
.talentwrap ul {
    padding-bottom: 100px;
    overflow: hidden;
}
.talentwrap ul li {
    position: relative;
    float: left;
    width: 48%;
    margin-top: 100px;
}

.talentwrap ul li:nth-child(1),
.talentwrap ul li:nth-child(3) {
    margin-right: 4%;
}

.talentwrap ul li:nth-child(1):first-child {
    margin-top: 100px;
}

.talentwrap ul li:nth-child(1) .big_text {

}

.talentwrap ul li:nth-child(2) .big_text {
    width: 67%;
}

.talentwrap ul li:nth-child(3) .big_text {

}

.talentwrap ul li:nth-child(4) .big_text {
    width: 96%;
}


.talentwrap ul li:after {
    content: '';
    display: table;
    clear: both
}

.big_text {
    width:100%;
	text-align:center;
}

.talentwrap ul li:nth-child(1) .big_text {

}

.talentwrap ul li .content_box{
    position: relative;
    width: 100%;
    margin:0 auto;
}



.talentwrap ul li .img_box {
    position: relative;
    float: left;
    z-index: 2;
    width: 100%;
    max-width: 699px;
    margin: 0 auto;
}

.talentwrap ul li .img_box img {
    width:100%;
    max-width: 100%;
}

.talentwrap ul li:nth-child(even) .img_box {
    float:right;
}



.talentwrap ul li .text_box {
    top: 0;
    z-index: 1;
    position: relative;
    right: 0;
    width: 100%;
    padding: 35px 70px 35px 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 22px 43px 0px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    float: left;
}

.talentwrap ul li:nth-child(even) .text_box {
    left:0;
}

.talentwrap ul li:nth-child(even) .text_box h4 {
    text-align: left;
}

.talentwrap ul li:nth-child(even) .text_box p {
    float: right;
    margin-left: 50px;
    text-align: left;
}


.talentwrap ul li .text_box h4 {
    font-family: 'NanumSquare';
    font-size: 40px;
    color: #000;
    font-weight: 200;
    letter-spacing: -0.08em;
    text-align: left;
}

.talentwrap ul li .text_box h4 b {
    font-family: 'NanumSquare';
    letter-spacing: -0.1em;
    font-weight: 300;
    font-size: 60px;
}

.talentwrap ul li .text_box p {
    position: relative;
    margin-top: 30px;
    font-family: 'NanumSquare';
    float: right;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 200;
    text-align: left;
}

.talentwrap ul li .text_box p:before {
    content: '';
    position: absolute;
    left: -28px;
    width: 3px;
    height: 100px;
    background: #000;
}




/* sustainability */
/* esg */

.sustainability .sub_des {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.5px;
	color: rgba(32, 32, 32, 0.76);
	word-break: keep-all;
}

.sustainability .sub_des b {
	font-weight: 500;
}

.sustainability_text1 {
	font-size: 0;
	margin-top: 80px;
}

.sustainability_text1.mt0 {
	margin-top: 0;
}

.sustainability_text1 h3 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	color: #009759;
}

.sustainability_text1 p,
.sustainability_text1 div {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: #4F4F4F;
}

.esg_bg1 {
	background: #F0F8F6;
}

.report_bg1 {
	background: #F6F9FC;
}

.esg_contents1 .esg_contents1_ul1 {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    background: url(../images/sub/sustainability/esg_pt1.png) no-repeat;
    width: 761px;
    height: 273px;
}

.esg_contents1 .esg_contents1_ul1 li {
	text-align: center;
	width:221px;
	height: 221px;
}

.esg_contents1 .esg_contents1_ul1 li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.esg_contents1 .esg_contents1_ul1 li:nth-child(1) > div,
.esg_contents1 .esg_contents1_ul1 li:nth-child(3) > div {
	position: relative;
	top: -26px;
}
.esg_contents1 .esg_contents1_ul1 li:nth-child(2) > div {
	position: relative;
	top: 26px;
}
.esg_contents1 .esg_contents1_ul1 li h4 {
	font-family: 'Play';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
}

.esg_contents1 .esg_contents1_ul1 li p {
	margin-top: 5px;
	font-family: 'Play';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
}

.esg_contents1_text1  {
	position: relative;
	width: 791px;
	height: 144px;
	background: url(../images/sub/sustainability/esg_pt2.png) no-repeat;
	margin:0 auto;
	margin-top: 15px;
}

.esg_contents1_text1 p {
	position: absolute;
	bottom: 22px;
	width: 100%;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -1px;
	color: #2A634B;
}

.esg_contents1_img1 {
	text-align: center;
}

.esg_contents1_ul2 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}

.esg_contents1_ul2 li {
	position: relative;
    width: 25%;
}

.esg_contents1_ul2 li:nth-child(1) {
    left: 46px;
}

.esg_contents1_ul2 li:nth-child(2) {
    
}

.esg_contents1_ul2 li:nth-child(3) {    

}

.esg_contents1_ul2 li:nth-child(4) {
    right: 45px;
}

/* .esg_contents1_ul2 li:nth-child(1) {
	margin-left: 115px;
}

.esg_contents1_ul2 li:nth-child(2) {
	margin-left: 90px;
}

.esg_contents1_ul2 li:nth-child(3) {
	margin-left: 150px;
}
.esg_contents1_ul2 li:nth-child(4) {
	margin-left: 100px;
} */

.esg_contents1_ul2 li div:first-child {
	text-align: center;
}

.esg_contents1_ul2 li div:first-child p {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: -1px;
	color: #000000;
}

.esg_contents1_ul2 li div:first-child p span {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #9F9F9F;
}

/* .esg_contents1_ul2 li div:last-child p {
	position: relative;
	padding-left:24px;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #000000;
}

.esg_contents1_ul2 li div:last-child {
	margin-top: 18px;
}

.esg_contents1_ul2 li div:last-child p::before {
	content:'';
	position: absolute;
	left: 9px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000000;
} */

.esg_contents2 ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.esg_contents2 ul li {
	width: 50%;
	max-width: 461px;
}

.esg_contents2 ul li:nth-child(3),
.esg_contents2 ul li:nth-child(4) {
	margin-top: 100px;
}

.esg_contents2 ul li h4 {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 41px;
	letter-spacing: -1px;
	color: #000000;
}

.esg_contents2 ul li div {
	margin-top: 24px;
}

.esg_contents2 ul li div img {
	max-width: 100%;
}

.esg_contents2 ul li p {
	margin-top: 24px;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -1px;
	color: #000000;
}

/* report */
.report_contents1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.report_contents1 .left {
	width: 50%;
	text-align: center;
}

.report_contents1 .left img {
    max-width: 100%;
    box-shadow: 0px 4px 19px -2px rgb(0 0 0 / 78%);
    -webkit-box-shadow: 0px 4px 19px -2px rgb(0 0 0 / 78%);
    -moz-box-shadow: 0px 4px 19px -2px rgba(0,0,0,0.78);
}

.report_contents1 .right {
	width: 50%;
	text-align: right;
	padding-right: 50px;
	box-sizing: border-box;
}

.report_contents1 .right h4 {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 34px;
	text-align: right;
	letter-spacing: -1px;
	color: #000000;
	margin: 38px 0;
}

.report_contents1 .right ul {
	margin-top: 74px;
}

.report_contents1 .right ul li {
	margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.report_contents1 .right ul li:first-child {
	margin-top: 0;
}

.report_contents1 .right ul li p {
	margin-right: 35px;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	text-align: right;
	letter-spacing: -1px;
	color: #000000;
}

.report_contents1 .right ul li p b 	{
	font-weight: 700;
}

.report_contents1 .right ul li div {
	font-size:0;
}

.report_contents1 .right ul li a.btn.type2 {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    width: 87px;
    height: 20px;
}

.report_contents1 .right ul li a.btn.type2:after {
    content: "";
    height: 100%;
    width: 35px;
    top: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
}

.report_contents1 .right ul li a.btn.type2::before {
	content: "";
    width: 13px;
	height: 10px;
    top: calc(50% - 5px);
    right: calc(35px / 2 - 6.5px);
    z-index: 1;
    position: absolute;
    background: url(../images/sub/sustainability/reports_icon1.svg) center center no-repeat;
    transition: .3s ease;
	background-size: contain;
}


.report a.btn {
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: linear-gradient(to left, #5587C4 50%, #444 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    transition: .3s ease;
  }

  .report a.btn select {
	width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0px;
    opacity: 0;
    z-index: 11;
  }

  .report a.btn.type2 {
    font-weight: 500;
    padding: 7px 20px;
    padding-right: 55px;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0;
    height: 46px;
    width: 212px;
    text-align: center;
  }

  .report a.btn.type2:after {
    content: "";
    height: 100%;
    width: 60px;
    top: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
  }
  .report a.btn.type2:before {
    content: "";
    width: 24px;
    height: 19px;
    top: calc(50% - 9px);
    right: calc(60px / 2 - 12px);
    z-index: 1;
    position: absolute;
    background: url(../images/sub/sustainability/reports_icon1.svg) center center no-repeat;
    transition: .3s ease;
   }
   .report a.btn:hover {
	background-position: left;
   }

   /* ethical */
   .ethical .ethical_contents1 ul {
	background: url(../images/sub/sustainability/ethical_bg1.png) no-repeat;	
	width: 862px;
	height: 330px;
	margin:0 auto;
	margin-top: 150px;
	font-size:0;
	display: flex;
    justify-content: space-between;
   }

   .ethical .ethical_contents1 ul li {
	display: inline-block;
	vertical-align: top;
   }

   .ethical .ethical_contents1 ul li:nth-child(odd) {
	width: 221px;
	height: 221px;	
   }

   .ethical .ethical_contents1 ul li:nth-child(1) {
	position: relative;
	top:54px;
	background: #41B7A2;
	border-radius: 50%;
	filter: drop-shadow(-16px 8px 21px rgba(0, 0, 0, 0.25));
	display: inline-flex;
	align-items: center;
    justify-content: center;		
   }

   .ethical .ethical_contents1 ul li:nth-child(2) {
	position: relative;
    top: 50px;
   }

   .ethical .ethical_contents1 ul li:nth-child(3) {
	position: relative;
    top: 47px;
	background: #009759;
	border-radius: 50%;
	filter: drop-shadow(-16px 8px 21px rgba(0, 0, 0, 0.25));
	display: inline-flex;
	align-items: center;
    justify-content: center;
   }

   .ethical .ethical_contents1 ul li:nth-child(4) {
	position: relative;
    top: 220px;
   }

   .ethical .ethical_contents1 ul li:nth-child(5) {
	position: relative;
	top:54px;
	background: #2A634B;
	border-radius: 50%;
	filter: drop-shadow(-16px 8px 21px rgba(0, 0, 0, 0.25));
	display: inline-flex;
	align-items: center;
    justify-content: center;
   }

   .ethical .ethical_contents1 ul li:nth-child(odd) p {
	font-family: 'Play';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;	
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
   }

   .ethical .ethical_contents1 ul li:nth-child(even) p {
	font-family: 'Play';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;	
	text-align: center;
	letter-spacing: -1px;
	color: rgba(255, 255, 255, 0.7);
   }

   .ethical .ethical_contents1 .flex {
    display: flex;
    justify-content: center;
	margin-top: 70px;
	}

	.ethical .ethical_contents1 .item {
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.025);
		margin: 0 13px;
	}

	.ethical .ethical_contents1 .item div:first-child {
		width:100%;
		display: flex;
		border-bottom: 2px solid #009759;
		padding: 35px 54px;
		box-sizing: border-box;
	}

	.ethical .ethical_contents1 .item div:last-child {
		width:100%;
		box-sizing: border-box;
		padding: 35px 46px;
	}

	.ethical .ethical_contents1 .item h4 {
		font-family: 'Pretendard';
		font-style: normal;
		font-weight: 400;
		font-size: 38px;
		line-height: 46px;		
		letter-spacing: -2px;
		color: #000000;		
	}
	.ethical .ethical_contents1 .item span {
		display: inline-block;
		margin-top:5px;
		margin-left: 10px;
		font-family: 'Pretendard';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;		
		color: #BFBFBF;
		
	}

	.ethical .ethical_contents1 .item p {
		position: relative;
		padding-left:30px;
		font-family: 'Pretendard';
		font-style: normal;
		font-weight: 200;
		font-size: 20px;
		line-height: 34px;
		letter-spacing: -0.5px;
		color: #000000;
	}

	.ethical .ethical_contents1 .item p::before {
		content:'';
		position: absolute;
		left: 12px;
		top: 15px;
		width:5px;
		height:5px;
		background: #000;
		border-radius: 50%;
	}

	.ethical .ethical_contents1 .arr1 {
		margin-top: 35px;
		background: url(../images/sub/sustainability/ethical_arr2.svg) no-repeat;
		width: 100%;
		text-align: center;
		height: 109px;
		background-position-x: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ethical .ethical_contents1 .arr1 p {
		font-family: 'Play';
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 38px;
		text-align: center;
		letter-spacing: -1px;
		color: #FFFFFF;
	}
   

   .ethical_bg1 {
	background: #F0F8F6;
   }

   .ethical .ethical_contents2 ul {
    display: flex;
    justify-content: space-between;
	}

	.ethical .ethical_contents2 ul li a > div {
		position: relative;
		width: 100%;
	}

	.ethical .ethical_contents2 ul li a > div > div {
		text-align: center;
		width: 100%;
		position: absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
	}

	.ethical .ethical_contents2 ul li a > div > div span {
		display: block;
		font-family: 'Pretendard';
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 34px;		
		text-align: center;
		color: #FFFFFF;
	}


	.com__tabbox1 {

	}

	.com__tabbox1 ul {
		display: grid;
		grid-template-columns: repeat(4, 1fr);		
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		width: 100%;
		max-width: 820px;
		height: 60px;		
		margin: 0 auto;
		padding: 8px 12px;
		box-sizing: border-box;
		border-radius: 35px;		
		box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
	}

	.com__tabbox1 ul li {
		
	}

	.com__tabbox1 ul li a {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		font-weight: 400;
		font-style: SemiBold;
		font-size: 18px;		
		line-height: 46px;
		letter-spacing: -2%;
		color: #000;
		border-radius: 100px;
		background: #fff;
		transition: color 0.5s ease, background 0.5s ease;
	}

	/* .com__tabbox1 ul li:hover a, */
	.com__tabbox1 ul li.active a {
		color: #fff;
		background: rgba(237, 21, 68, 1);
		/* font-weight: 600; */
	}

	.product__wrap {
		margin-bottom: 150px;
	}

	.product__title1 {
		text-align: center;
	}

	.product__title1 h2 {		
		margin-top: 80px;
		font-family: 'Pretendard';
		color:  rgba(237, 21, 68, 1);
		font-weight: 600;
		font-style: SemiBold;
		font-size: 33px;		
		line-height: 46px;
		letter-spacing: -2%;
	}

	.product__title1 p {
		font-family: 'Pretendard';
		font-weight: 400;
		font-size: 20px;
		line-height: 46px;
		letter-spacing: -2%;
		color:  rgba(34, 34, 34, 1);
	}

	.product__imgbox1 {
		margin-top: 65px;
		text-align: center;
	}

	.product__desc {
		margin-top: 150px;
	}

	.product__desc__text1 {
		display: flex;
		gap: 60px;
		margin-top: 80px;
	}

	.product__desc__text1:first-child {
		margin-top: 0;
	}

	.product__desc__text1 span {
		border-top: 1px solid rgba(237, 21, 68, 1);
		width: 160px;		
		padding: 5px 0;
		font-weight: 600;		
		font-size: 22px;		
		line-height: 42px;
		letter-spacing: -2%;
		color: rgba(0, 0, 0, 1);
	}

	.product__desc__text1 div {
		width: calc( 100% - 220px );		
	}
	
	.product__desc__text1 div p {		
		font-family: 'Pretendard';
		font-weight: 400;		
		font-size: 18px;		
		line-height: 30px;
		letter-spacing: -2%;
		color: rgba(34, 34, 34, 1);
	}

	.product__desc__text1 div table {
		border-top: 1px solid rgba(34, 34, 34, 0.2);
		border-left: 1px solid rgba(34, 34, 34, 0.2);
		width: 100%;
		margin: 30px 0;
		table-layout: fixed;
	}

	.product__desc__text1 div table th,
	.product__desc__text1 div table td {
		width: 14.2857%;
		border-bottom: 1px solid  rgba(34, 34, 34, 0.2);
	    border-right: 1px solid  rgba(34, 34, 34, 0.2);
		padding: 10px;
		font-family: 'Pretendard';
		font-weight: 400;		
		font-size: 18px;		
		line-height: 30px;
		letter-spacing: -2%;
		text-align: center;
		color: rgba(34,34,34,1);
	}

	.product__desc__text1 div table th {
		background: rgba(242, 239, 239, 1);
	}

	.product__desc__text1 div table th:first-child {		
		background: rgba(34, 34, 34, 0.7);
		color: #fff;
	}

	.product__desc__text1 div table td {
		background: #fff;
	}

	.product__desc__text1 div table td:first-child {		
		background: rgba(237, 21, 68, 1);
		color: #fff;
	}

	.sub__text1 {
		font-family: "Pretendard";
		font-weight: 400;		
		font-size: 20px;		
		line-height: 36px;
		letter-spacing: -2%;
		text-align: center;
	}

	.rd__rect ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 0px;
	}

	.rd__rect ul li a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.rd__rect ul li.active a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;		
		background: rgba(237, 21, 68, 0.9);
	}

	.rd__rect ul li a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.rd__rect ul li a span {
		position: absolute;
		left: 40px;
		top: 40px;
		color: rgba(255, 255, 255, 1);
		font-family: "Pretendard";
		font-weight: 700;		
		font-size: 36px;		
		line-height: 36px;
		letter-spacing: -2%;
	}

	.rd__rect ul li a div {
		position: absolute;
		right: 40px;
		bottom: 40px;
		padding-left: 17px;
		
	}

	.rd__rect ul li a div::before {
		content: '';
		position: absolute;
		width: 2px;
		height: calc(100% - 15px);
		background: #fff;
		left: 0;
		top: 6px;
	}

	.rd__rect ul li a div p {
		font-family: "Pretendard";
		font-weight: 500;		
		font-size: 18px;		
		line-height: 30px;
		letter-spacing: -2%;
		color: #fff;				
	}



/* *1440 */

@media (max-width: 1440px) {
	.section .full-box.first .textwrap .defalut_width {
		width: 80%;
	}
}


/* *1280 */

@media (max-width: 1280px) {
	.section .full-box.four .prd_list02 .box .textwrap.word_break_box span {
		width: auto;
	}
	.defalut_width.research_contents .scroll_slider {
		display: block;
	}
	.defalut_width {
		width: 900px;
		padding: 80px 0 80px;
    }
    .defalut_width3 {
        width: 100%;
    }
	.defalut_width.research_contents {
		overflow: hidden;
	}
	.sub_title {
		font-size: 45px
	}
	.sub_title::after {
		margin-bottom: 50px
	}
	.sub_wrapper {
		height: 200px;
	}
	.sub_wrapper .sub_top h1 {
		padding-top: 70px;
		font-size: 45px;
	}
	.ceowrap .box .block {
		height: 40px;
	}
	.ceowrap .sign {
		margin-top: 0;
	}
	.philosophywrap .philosophy_list1 {
        padding: 50px 135px 70px 123px;
    }
	.philosophywrap .philosophy_list1 h3 {
		font-size: 26px;
		line-height: 38px;
    }
    .philosophywrap .philosophy_list1 h3 b:first-child {
        font-size: 57px;
        left: 102px;
        top: 45px;
    }
    .philosophywrap .philosophy_list1 h3 b:last-child {
        font-size: 57px;
        right: 122px;
        top: 95px;
    }

    .philosophywrap .philosophy_list1 div.img01 {
        top: 115px;
        left: -113px;
        width: 170px;
    }

    .philosophywrap .philosophy_list1 div.img02 {
        right: -94px;
        top: 60px;
        width: 220px;
    }

		.philosophywrap .philosophy_list1 div.text01 {
	    width: 471px;
	    position: relative;
	    left: 50%;
	    top: 50px;
	    transform: translateX(-50%);
		}

		.philosophywrap .philosophy_list1 div.img02 {
			display:none;
		}




	.philosophy_list2 .box {
		width: 293px;
		height: 610px;
		padding: 40px 20px 0
	}
	.philosophy_list2 .box p.tit {
		margin-bottom: 40px;
		font-size: 20px;
	}
	/* .timeline-years__year{
		width: 180px;
	}
	.timeline-years__active-line{
		width: 170px;
	} */
	.timeline-content {
		padding: 0 110px
	}
	.timeline-content .navi p {
		width: 494px;
	}
	.timeline-content .navi_txt {
		font-size: 16px;
	}
	.timeline-content .step .tablewrap .line .box:nth-child(1) {
		width: 125px;
	}
	.timeline-content .step .tablewrap .line .box:nth-child(2) {
		width: 555px;
	}
	.locaton_imgwrap .img img {
		width: 400px;
	}
	.slick-prev {
		left: 60px;
	}
	.slick-next {
		right: 60px;
    }

    .talentwrap ul {
        width: 100%;
        margin:0 auto;
    }

	/* .talentwrap .boxwrap {
		width: 100%;
		height: 800px;
		overflow: hidden;
	}
	.talentwrap .boxwrap .box.text h1 {
		height: 140px;
		font-size: 40px;
		line-height: 35px;
		padding-top: 43px;
		margin-bottom: 40px;
		background-size: contain;
	}
	.talentwrap .boxwrap .box.text p {
		font-size: 35px;
	}
	.talentwrap .boxwrap .box.text p::after {
		margin: 30px auto 100px
	}
	.talentwrap .boxwrap .box.text span {
		font-size: 18px;
		line-height: 36px;
		padding-left: 35px;
	}
	.talentwrap .boxwrap .box.text h1 i {
		font-size: 17px;
    } */



	.great_list02 .boxwrap .box:nth-child(1) {
		padding-left: 30px;
	}
	.great_list02 .boxwrap .box:nth-child(2) {
		padding-left: 30px;
	}
	.great_list02 .boxwrap .box:nth-child(2) a {
		font-size: 33px;
		width: 100%;
	}
	.prd_list01 .box.text {
		padding-right: 50px;
	}
	.prd_list01 .box img {
		max-width: 100%
	}
	.prd_list01 .box.text .line:nth-child(1) {
		margin-bottom: 25px;
	}
	.prd_list01 .box.text .line span {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.prd_list02.ty02 .box.img span {
		width: auto;
	}
	.prd_list02 .box.img .imgwrap {
		width: calc(50% - 4px);
		box-sizing: border-box;
	}
	.prd_list02.ty02 .box.img .imgwrap {
		height: 480px;
	}
	.prd_list02 .box.img .imgwrap img {
		max-width: 100%;
	}
	.prd_list02 .box.img .imgwrap:first-child {
		margin-right: 0;
		margin-right: 4px;
	}
	.prd_list02 .box.img .imgwrap:last-child {
		margin-left: 0;
		margin-left: 4px;
	}
	.prd_list02 .box.img {
		margin-bottom: 45px;
	}
	.prd_list03 li {
		width: 33%;
	}
	.prd_list03 li:last-child {
		width: 34%
	}
	.prd_list02 .box.text .line span {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.prd_list05 li {
		width: 25%;
		padding: 15px 10px;
	}
	.prd_list05 li:last-child {
		width: 25%
	}
	.prd_list05 li h5 {
		font-size: 18px;
	}
	.prd_list05 li span {
		font-size: 15px;
	}
	.prd_list05.ty02 li:last-child {
		width: 33%
	}
	.section .full-box h1 {
		top: 50px;
	}
	.section .full-box.second h1 {
		top: 50px;
	}
	.section .full-box.third h1 {
		top: 50px;
	}
	.section .full-box.four h1 {
		top: 50px;
	}
	.section .full-box::after {
		display: none;
	}
	.section .full-box h1::before {
		display: none;
	}
	.section .full-box.first .textwrap span {
		padding-bottom: 0
	}
	.section .full-box h1 {
		color: #000000;
		font-size: 40px;
	}
	.section .full-box h1 span {
		font-size: 23px;
	}
	.section .full-box.first .textwrap span {
		font-size: 16px;
	}
	.prd_list02.ty02 .box.img p {
		font-size: 18px;
		line-height: 30px;
		font-weight: 500;
		letter-spacing: 0.035em;
	}
	.prd_list02.ty02 .box.img span {
		font-size: 16px;
	}
	.news_tit {
		width: 100%
	}
	.news_item {
		padding: 15px 95px;
	}
	.news_txt {
		width: 100%;
		overflow: hidden;
	}
	.page_nation {
		padding-top: 50px
	}
	.news_tit p {
		width: 100%;
		float: none;
		line-height: 32px;
	}
	.news_tit .date {
		float: none;
		margin-top: 10px;
		margin-right: 0;
		display: block;
	}
	.popupwrap {
		width: 100%;
		margin-left: -50%;
	}
	.popupwrap .content .line p.guide {
		margin-left: 20%;
	}
	.popupwrap .content .line label {
		width: 20%;
	}
	.popupwrap .content .line input {
		width: 80%;
	}
	.popupwrap .content .line .inquiry_content {
		width: 80%;
	}
	.loc_slider .slick-arrow {
		top: 19px;
		width: 230px;
		height: 341px;
    }
    /* talent2 */
    .talentwrap {
        width: 100%;
        margin: 0 auto;
    }
    .talentwrap ul li {
        text-align: center;
        margin-top: 50px;
        width: 100%;
    }
    .talentwrap ul li:nth-child(1):first-child {
        margin-top: 0;
        padding-top: 0;
    }
    .talentwrap ul li .img_box {
        float:initial;
    }
    .talentwrap ul li:nth-child(even) .img_box {
        float:initial;
    }
    .talentwrap ul li:nth-child(even) .text_box {
        left: initial;
    }
    .talentwrap ul li:nth-child(even) .text_box h4 {
        text-align: center;
    }
    .talentwrap ul li .img_box img {
        max-width: 100%;
    }
    .talentwrap ul li:nth-child(3) .big_text {
        left: calc( 50% - 190px );
        top: 100px !important;
    }
    .talentwrap ul li .text_box {
        float: initial;
        max-width: 699px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: -3px;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .talentwrap ul li .big_text {
        width: 80%;
		left: 0;
		right: 0;
		margin: 0 auto;
    }
/*     .talentwrap ul li .big_text img{
        width: 100%;
    } */
    .talentwrap ul li:nth-child(odd) .big_text {
/*         right: 0;
        top: 60px;
        left: unset;
        position: relative; */
		position: static;
    }

    .talentwrap ul li .big_text {
        width: 100%;
    }
    .talentwrap ul li .big_text img {
/*         width: 100% !important; */
	max-width:100%;
    }

    .talentwrap ul li:nth-child(even) .big_text {
/*         left: 0;
        top: 140px;
        position: relative;
        width: 100%; */
		position: static;
    }

    .talentwrap ul li .content_box {
        width: 100%;
    }

    .talentwrap ul li .text_box h4 {
        text-align:center;
        font-size: 40px;
    }

    .talentwrap ul li .text_box h4 b {
        letter-spacing: -0.1em;
        font-weight: 400;
        font-size: 50px;
    }

    .talentwrap ul li .text_box p {
        margin-top: 30px;
        float: right;
        font-size: 20px;
        line-height: 32px;
    }

    .talentwrap ul li .text_box p:before {
        content: '';
        position: absolute;
        left: -18px;
        width: 2px;
        height: 100px;
        background: #000;
    }


    /* ceo */
	.ceowrap .box{
	min-height:auto;
	}
    .ceo_img {
        float: initial;
        width: 100%;
        text-align: center;
        min-height: auto;
    }

    .ceowrap .highlight {
        text-align: center;
        margin-top: 40px;
		padding-top:0;
    }

	/* sustainability */
	/* esg */

	.sustainability .sub_des br,
	.sustainability_text1 p br {
		display: none;
	}

	.esg_contents1_img1 img {
		width: 80%;
	}

	.esg_contents1_ul2 {
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
	}

	.esg_contents1_ul2 li {
		margin: 0;
	}

	.esg_contents1_ul2 li:nth-child(1),
	.esg_contents1_ul2 li:nth-child(2),
	.esg_contents1_ul2 li:nth-child(3),
	.esg_contents1_ul2 li:nth-child(4) {
		margin-left: 0;
	}

	.esg_contents1_ul2 li:nth-child(1) {
    	left: -16px;
	}

	.esg_contents1_ul2 li:nth-child(2) {
    	left: -24px;
	}

	.esg_contents1_ul2 li:nth-child(3) {
		right: -13px;
	}

	.esg_contents1_ul2 li:nth-child(4) {
    	right: -19px;
	}


	.esg_contents2 ul li:nth-child(1),
	.esg_contents2 ul li:nth-child(3) {
		padding-right: 5%;
		box-sizing: border-box;
	}

	.esg_contents2 ul li:nth-child(2),
	.esg_contents2 ul li:nth-child(4) {
		padding-left: 5%;
		box-sizing: border-box;
	}


	/* ethical */
	.ethical_contents2 .sustainability_text1 h3,
	.ethical_contents2 .sustainability_text1 div {
		width: 100%;
	}

	.ethical_contents2 .sustainability_text1 div {
		margin-top: 30px;
	}



}


/* *1024 */

@media (max-width: 1024px) {
	.section .full-box .half_bottom {
		height: auto;
	}
	.section .full-box.four .defalut_width.introduction_wrap .prd_list02 {
		margin-bottom: 0;
	}
	.section .full-box.four .defalut_width.introduction_wrap .prd_list02 .box .textwrap.pt.prd_list04 {
		padding-bottom: 70px;
	}
	.section .full-box.four .defalut_width.introduction_wrap .prd_list02 .box .textwrap.pt {
		padding-top: 0;
	}
	.prd_list02.ty02 .box.img span {
		width: auto;
	}
	.prd_list02.ty02 .box.img .imgwrap {
		height: 460px;
	}

	/* report */
	.report_contents1 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

	.report_contents1 .right {
		width: 50%;
		text-align: center;
		padding-right: 0px;
		box-sizing: border-box;
	}

	.report_contents1 .right h4 {
		text-align: center;
	}

	.report_contents1 .right ul {
		margin-top: 50px;
	}

	.report_contents1 .right ul li {
		margin-top: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.esg_contents1 .esg_contents1_ul1 li:nth-child(1) > div, .esg_contents1 .esg_contents1_ul1 li:nth-child(3) > div {
		position: relative;
		top: -30px;
	}

	.esg_contents1 .esg_contents1_ul1 li:nth-child(2) > div {
		position: relative;
		top: 20px;
	}
	

	.esg_contents1 .esg_contents1_ul1 li {
		text-align: center;
		width: 201px;
		height: 201px;
	}

	
}


/* *960 */

@media (max-width: 960px) {

	.defalut_width {
		width: 708px;
		padding: 50px 0 50px;
    }
    .defalut_width3 {
        width: 100%;
    }
	.sub_title {
		font-size: 40px
	}
	.sub_title::after {
		margin-bottom: 40px
	}
	.philosophywrap .philosophy_list1 {
        padding: 50px 106px 50px 94px;
    }
	.philosophywrap .philosophy_list1 h3 {
		font-size: 21px;
		line-height: 30px;
    }
    .philosophywrap .philosophy_list1 h3 b:first-child {
        font-size: 37px;
        left: 79px;
        top: 45px;
    }
    .philosophywrap .philosophy_list1 h3 b:last-child {
        font-size: 37px;
        right: 122px;
        top: 75px;
    }
	.philosophywrap .philosophy_list1 h5 {
		margin-top: 10px;
		font-size: 14px;
	}
	.philosophywrap .philosophy_list1 {
		margin-bottom: 45px;
    }

    .philosophywrap .philosophy_list1 div.img01 {
        display:none;
    }

    .philosophywrap .philosophy_list1 div.img02 {
        display:none;
    }




	.defalut_width p.sub_txt {
		margin-bottom: 45px;
	}
	.philosophy_list2 .box {
		width: 229px;
		padding: 25px 20px 0;
		height: 640px;
	}
	.philosophy_list2 .box p.tit {
		margin-bottom: 20px;
		height: 60px;
	}
	.timeline-content {
		padding: 0
	}
	.timeline-content .navi p {
		width: 522px;
	}
	.incruitwrap .great {
		background-size: 70%;
	}
	.incruitwrap .great_tit {
		font-size: 105px;
		padding-left: 97px;
		line-height: 83px;
	}
	.incruitwrap .great_tit2 {
		font-size: 74px;
		line-height: 80px;
	}
	.incruitwrap .red_line {
		margin-bottom: 15px;
		padding-left: 15px;
		width: 440px;
		font-size: 16px;
	}
	.incruitwrap p.txt {
		font-size: 16px;
	}
	.incruitwrap .text_box h3 {
		font-size: 37px;
		margin: 40px 0 20px;
	}
	.incruitwrap .text_box li {
		width: 130px;
		height: 130px;
		padding-top: 30px;
	}
	.great_list02 {
		margin-top: 50px;
	}
	.incruitwrap .spiritwrap p {
		font-size: 18px;
		line-height: 16px;
	}
	.incruitwrap .spiritwrap span {
		font-size: 30px;
		line-height: 45px
	}
	.great_list02 .boxwrap .box:nth-child(2) a i {
		background-size: contain;
		width: 98px;
	}
	.great_list02 .boxwrap .box:nth-child(2) a {
		font-size: 25px;
		padding-left: 58px;
	}
	.prd_list05 li {
		width: 50%;
		padding: 20px;
		border-bottom: 1px solid #d3d3d3
	}
	.prd_list05 li:nth-child(2) {
		border-right: none;
	}
	.prd_list05 li:nth-child(3) {
		border-bottom: none;
	}
	.prd_list05 li:last-child {
		width: 50%;
		border-bottom: none;
	}
	.prd_list05.ty02 li:nth-child(2) {
		border-right: 1px solid #d3d3d3;
	}
	.prd_list05.ty02 li:nth-child(1) {
		border-bottom: none;
	}
	.prd_list05.ty02 li:nth-child(2) {
		border-bottom: none;
	}
	.full-width.precision01 {
		background-attachment: unset;
		height: 220px;
		background-position: center;
	}
	.full-width.precision02 {
		background-attachment: unset;
		height: 220px;
		background-position: center;
	}
	.section .full-box.four .prd_list02 .box .textwrap.pt {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.section .full-box .half_bottom {}
	.talentwrap .boxwrap .box.text span {
		padding-left: 15px;
	}
	.loc_slider .slick-arrow {
		width: 135px
	}

	.field_item_container {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		padding: 470px 0 420px 0;
	}

	.field_item_wrap {
		width: 300px;
		height: 300px;
		border-radius: 50%;
		border: 1px solid #e1e1e1;
		position: static;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.field_item_wrap:before {
		content: "";
		width: 230px;
		height: 230px;
		border-radius: 50%;
		background: #ffffff url(../images/sub/research/overview_img06.png) no-repeat center center;
		text-align: center;
		position: absolute;
		border: 1px solid #e1e1e1;
		left: 50%;
		top: 505px;
		margin-left: -115px;
		margin-top: 0;
		background-size: 175px;
	}

	.field_item {
		position: absolute;
		width: 100%;
		box-sizing: border-box;
	}

	.field_item:after {
		content: "";
		display: block;
		width: 58px;
		height: 35px;
		background-repeat: no-repeat;
		position: absolute;
	}

	.field_item.material:after {
		background-image: url(../images/sub/research/overview_img07.png);
		left: auto;
		margin-left: 0;
		top: 22px;
		right: 0;
	}

	.field_item.int:after {
		background-image: url(../images/sub/research/overview_img07.png);
		left: auto;
		margin-left: 0;
		top: 22px;
		right: 0;
	}

	.field_item.plastic:after {
		background-image: url(../images/sub/research/overview_img10.png);
		left: 0;
		top: 26px;
		right: auto;
	}

	.field_item.bio:after {
		background-image: url(../images/sub/research/overview_img07.png);
		left: auto;
		margin-left: 0;
		top: 22px;
		right: 0;
	}

	.field_item.city:after {
		background-image: url(../images/sub/research/overview_img10.png);
		left: 0;
		top: 26px;
		right: auto;
	}

	.field_item.material {
		text-align: right;
		left: 0;
		top: 150px;
		margin-left: 0;
		padding-right: 75px;
	}

	.field_item.int {
		text-align: right;
		left: 0;
		top: 260px;
		padding-right: 75px;
	}

	.field_item.plastic {
		text-align: left;
		left: 0;
		top: 790px;
		padding-left: 75px;
	}

	.field_item.bio {
		text-align: right;
		right: 0;
		top: 374px;
		padding-right: 75px;
	}

	.field_item.city {
		text-align: left;
		right: auto;
		left: 0;
		top: 880px;
		padding-left: 75px;
	}

	.field_item_title {
		display: block;
		font-size: 22px;
		font-weight: 500;
		color: #000000;
	}

	.field_item_content {
		font-size: 17px;
		font-weight: 300;
		margin-top: 15px;
		display: block;
	}

	.field_center {
		width: 230px;
		height: 230px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		top: 506px;
		display: table;
		margin-left: -115px;
	}

	.field_center_inner {
		font-size: 25px;
		font-weight: 500;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	/* sustainability */
	/* esg */
	.sustainability .sub_des {
		font-size: 26px;
		line-height: 1.5;
	}

	.esg_contents1 .esg_contents1_ul1 {
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: space-between;
		background: url(../images/sub/sustainability/esg_pt1.png) no-repeat;
		width: 100%;
		height: 273px;
		background-size: contain;
	}

	.esg_contents1_text1 {
		position: relative;
		width: 100%;
		height: 144px;
		background: url(../images/sub/sustainability/esg_pt2.png) no-repeat;
		margin: 0 auto;
		margin-top: 15px;
		background-size: contain;
	}

	/* ethical */
	.ethical .ethical_contents1 ul {
		position: relative;
		background: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 70px;
		font-size: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}

	.ethical .ethical_contents1 ul:after {
		content: '';
		position: absolute;
		transform: rotate(90deg);
		background: url(../images/sub/sustainability/ethical_bg1.png) no-repeat;
		width: 862px;
		height: 330px;
		top: 267px;
		z-index: -1;
	}

	.ethical .ethical_contents1 .arr1 {
		margin-top: 35px;
		background: url(../images/sub/sustainability/ethical_arr2.svg) no-repeat;
		width: 100%;
		text-align: center;
		height: 88px;
		background-size: contain;		
	}

	.ethical .ethical_contents1 ul li {
		top:0 !important;
		width: 221px;
		height: 221px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}	
	.ethical .ethical_contents1 ul li:nth-child(2),
	.ethical .ethical_contents1 ul li:nth-child(4) {
		position: relative;
		top: 50px;
		background: transparent;
		border-radius: 50%;
		width: 100px;
		height: 100px;
	}

	.ethical .ethical_contents1 ul li:nth-child(2) {	
		left: 70px;
	}

	.ethical .ethical_contents1 ul li:nth-child(4) {	
		right: 70px;
	}

	

}


/* *768 */

@media (max-width: 768px) {
	.section .full-box.four .prd_list02 .box .textwrap.word_break_box span {
		width: auto;
	}
	.prd_list02.ty02 .box.img .imgwrap {
		padding: 0;
	}
	.prd_list02.ty02 .box.img span {
		width: auto;
	}
	.defalut_width.introduction_wrap {
		width: 580px;
	}
	.defalut_width {
		width: 420px;
		padding: 30px 0 30px;
    }

    .defalut_width3 {
		width: 520px;
		padding: 30px 0 30px;
    }

    .talentwrap ul li .content_box {
        width: 85%;
    }


	.sub_title {
		font-size: 35px
	}
	.sub_title::after {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.ceowrap .box {
		width: 100%;
        float: none;
        min-height: auto;
	}
	.ceowrap .box:nth-child(2) {
		padding-left: 0;
		padding-top: 20px;
	}

	.spiritwrap p {
		font-size: 20px;
	}
	.philosophywrap .philosophy_list1 {
        padding: 26px 62px 0 56px;
        margin-top: 70px;
        height: auto;
    }
    .philosophywrap .philosophy_list1:before {
        content: '';
        position: absolute;
        background: url(../images/sub/company/operation_text_bg01.png) no-repeat;
        left: 0;
        top: 0;
        width: 49px;
        height: 46px;
        background-size: cover;
    }
		.philosophywrap .philosophy_list1 div.text01 {
	    width: 100%;
	    position: relative;
	    left: 50%;
	    top: 0;
	    transform: translateX(-50%);
	    font-size: 16px;	    
	    margin-top: 30px;
	}

    .philosophywrap .philosophy_list1:after {
        content: '';
        position: absolute;
        background: url(../images/sub/company/operation_text_bg02.png) no-repeat;
        right: 0;
        bottom: 0;
        width: 49px;
        height: 49px;
        background-size: cover;
    }

	.philosophywrap .philosophy_list1 h3 {
		font-size: 15px;
		line-height: 20px;
    }

    .philosophywrap .philosophy_list1 h3 b:first-child {
        font-size: 20px;
        left: 0;
        top: 0;
        position: relative;
    }

    .philosophywrap .philosophy_list1 h3 b:last-child {
        font-size: 20px;
        right: 0;
        top: 0;
        position: relative;
    }

	.philosophywrap .philosophy_list1 h5 {
		margin-top: 5px;
		font-size: 13px;
	}
	.defalut_width p.sub_txt {
		font-size: 15px;
	}
	.philosophy_list2 .box {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
		height: auto;
		padding: 25px;
	}
	.philosophy_list2 .box:last-child {
		margin-bottom: 0
	}
	.philosophy_list2 {
		margin-bottom: 45px;
	}
	.philosophy_list2 .box p.tit {
		height: auto;
	}
	.philosophy_list2 .box p.txt {
		margin-top: 25px;
	}
	.philosophywrap .spiritwrap.ty02 {
		margin-bottom: 45px;
	}
	.philosophywrap .spiritwrap.ty02:last-child {
		margin-bottom: 45px;
	}
	.philosophy_list3 h2 {
		font-size: 45px;
	}
	.philosophy_list3 p {
		font-size: 20px;
		line-height: 28px;
	}
	.ciwrap {
		padding: 25px 0
	}
	.ciwrap .top_logo {
		width: 100%;
		background-size: 100%;
		height: 85px;
		margin-bottom: 0
	}
	.ciwrap .text_wrap p,
	.ciwrap .text_wrap span {
		margin-top: 45px;
	}
	.full-width {
		padding: 20px 0
	}
	.ciwrap .logo_box {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.ciwrap .logo_box:last-child {
		margin-bottom: 0
	}
	/* .timeline-years__year{
		width: 90px;
		font-size: 16px;
	}
	.timeline-years__active-line{
		width: 68px;
	} */
	.timeline-content .navi a.prev {
		background-size: 200%;
		width: 60px;
		height: 60px;
	}
	.timeline-content .navi a.next {
		width: 60px;
		height: 60px;
		background-size: 200%;
		background-position: -60px center;
	}
	.timeline-content .navi P {
		width: 290px;
		height: 60px;
		line-height: 60px;
		font-size: 40px;
	}
	.timeline-container .imgbox img {
		width: 100%;
		max-width: 100%;
	}
	.timeline-content .step h4 {
		font-size: 45px;
		margin: 35px auto 30px;
	}
	.timeline-content .step .tablewrap .line .box {
		width: 100%;
		float: none;
	}
	.timeline-content .step .tablewrap .line .box:nth-child(1),
	.timeline-content .step .tablewrap .line .box:nth-child(2) {
		width: 100%;
	}
	.timeline-content .step .tablewrap .line .box:nth-child(1) {
		text-align: left;
		padding-left: 10px;
		padding-bottom: 0
	}
	.timeline-content .step .tablewrap .line .box:nth-child(2) {
		padding-left: 10px;
		padding-top: 0
	}
	.location_tablewrap {
		width: 100%;
	}
	.location_tablewrap .tablewrap .line .box:nth-child(1) {
		width: 30%;
	}
	.location_tablewrap .tablewrap .line .box:nth-child(2) {
		width: 70%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.slick-dots {
		text-align: center;
		margin-top: 10px;
	}
	.slick-dots li {
		display: inline-block;
		text-indent: -99999em;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #d9d9d9;
		margin-right: 5px;
	}
	.slick-dots li.slick-active {
		background: #ed1c26
	}
	.locaton_imgwrap .img {
		transform: scale(1);
		margin: 0 10px
	}
	.talentwrap .boxwrap {
		height: 880px;
	}
	.talentwrap .boxwrap .box {
		float: none;
		width: 100%;
		height: 440px;
	}
	.talentwrap .slick-slide img {
		display: block;
		height: 880px;
	}
	.talentwrap .boxwrap .box.text .textwrap {
		padding: 35px 0 0
	}
	.talentwrap .boxwrap .box.text h1 {
		height: 120px;
		font-size: 34px;
		line-height: 30px;
		padding-top: 37px;
		margin-bottom: 20px;
	}
	.talentwrap .boxwrap .box.text p {
		font-size: 28px;
	}
	.talentwrap .boxwrap .box.text p::after {
		width: 70px;
		margin: 15px auto 30px;
	}
	.talentwrap .boxwrap .box.text span {
		padding-left: 25px;
	}
	.incruitwrap .spiritwrap {
		padding: 20px 15px;
	}
	.incruitwrap .great_tit {
		padding-left: 0;
		font-size: 85px
	}
	.incruitwrap .great_tit2 {
		font-size: 69px;
		line-height: 80px;
	}
	.incruitwrap .red_line {
		font-size: 16px;
		width: 100%;
	}
	.incruitwrap p.txt {
		font-size: 16px;
	}
	.incruitwrap .text_box h3 {
		font-size: 35px;
		margin: 20px 0 10px
	}
	.incruitwrap .text_box li {
		width: 120px;
		padding-top: 29px;
		height: 120px;
		font-size: 22px;
	}
	.incruitwrap .text_box li span {
		font-size: 15px;
	}
	i.br {
		display: inline-block;
	}
	.incruitwrap .spiritwrap p {
		font-size: 18px;
		line-height: 25px;
	}
	.incruitwrap .spiritwrap span {
		font-size: 24px;
		line-height: 29px;
		margin-top: 10px;
		display: block;
	}
	.great_list02 .boxwrap .box {
		width: 100%;
		float: none;
	}
	.great_list02 .boxwrap .box:nth-child(1),
	.great_list02 .boxwrap .box:nth-child(2) {
		padding-left: 0;
	}
	.great_list02 .boxwrap .box:nth-child(2) {
		margin-top: 20px
	}
	.great_list02 .boxwrap .box:nth-child(1) ul li {
		margin-bottom: 20px
	}
	.great_list02 .boxwrap .box:nth-child(2) a {
		height: 85px;
		line-height: 85px;
	}
	.incruitwrap .red_line {
		height: 60px;
		background-image: url(../images/sub/careers/incruit_img02_2.png);
	}
	.prd_list01,
	.prd_list02 {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.defalut_width.introduction_wrap .prd_list02 {
		margin-bottom: 0;
	}
	.prd_list01 .box {
		width: 100%;
		float: none;
	}
	.prd_list01 .box.imgsevent {
		width: 100%;
		float: none;
		height: 300px
	}
	.prd_list03 li p {
		font-size: 20px;
	}
	.prd_list03 li h5 {
		font-size: 18px;
	}
	.prd_list03 li span {
		font-size: 15px;
		font-weight: 400;
	}
	.prd_list03 li {
		padding: 15px 5px;
	}
	.introduction_wrap .prd_list04 table tr td {
		text-align: center;
	}
	.prd_list04 table tr td {
		width: 20%;
		padding-left: 0;
		padding: 10px;
		font-size: 15px;
		line-height: 23px;
	}
	.prd_list04 table tr td:nth-child(4) {
		width: 40%;
	}
	.prd_list04 table tr:first-child td {
		line-height: 50px;
		height: 50px;
		font-size: 16px;
		padding: 0
	}
	.spiritwrap.ty02 {
		margin-bottom: 45px;
	}
	.prd_list05 li {
		height: 340px;
		padding: 20px;
	}
	.prd_list05.ty02 li {
		width: 100%;
		border-right: none;
		height: auto;
		padding-bottom: 50px;
		border-bottom: 1px solid #d3d3d3
	}
	.prd_list05.ty02 li:nth-child(1) {
		border-bottom: 1px solid #d3d3d3
	}
	.prd_list05.ty02 li:nth-child(2) {
		border-bottom: 1px solid #d3d3d3;
		border-right: none;
	}
	.prd_list05.ty02 li:nth-child(3) {
		width: 100%;
		border-bottom: none;
	}
	.prd_list01 .box.text.ty02 {
		padding-left: 0;
		padding-top: 20px;
	}
	.prd_list02 .box.img .imgwrap {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		height: 300px;
	}
	.prd_list02 .box.img .imgwrap:last-child {
		margin-bottom: 0
	}
	.prd_list02 .box.img .imgwrap:first-child {
		padding-right: 0
	}
	.prd_list02 .box.img .imgwrap:last-child {
		padding-left: 0
	}
	.news_tit p {
		font-size: 18px;
		line-height: 24px
	}
	.news_item {
		padding: 15px 49px 15px 83px;
	}
	.section .full-box.four .prd_list02 .box {
		padding-top: 185px
	}
	.section .full-box.four .prd_list02 .box .textwrap {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.section .full-box.four .prd_list02 .box .textwrap.prd_list04 {
		margin-bottom: 0px;
	}
	.section .full-box.four .prd_list02 .box .textwrap:last-child {
		margin-bottom: 0;
	}
	.section .full-box.four .half_bottom .prd_list02 .box {
		padding-top: 25px;
	}
	.section .full-box.four .prd_list02 .box .textwrap.pt {
		padding-top: 25px;
	}
	.section .full-box.four .prd_list02 .box .textwrap.word_break_box2 span {
		width: auto;
	}
	.contactwrap table tr td {
		line-height: 60px;
	}
	.contactwrap table tr:first-child td {
		font-size: 20px
	}
	.contactwrap table tr td {
		font-size: 15px;
	}
	.contactwrap table tr td a {
		width: 121px;
		height: 36px;
		line-height: 36px;
	}
	.popupwrap {
		margin-top: -35px;
	}
	.popupwrap .content textarea#privacy_txt {
		height: 120px
	}
	.popupwrap .content .line input {
		height: 50px;
		line-height: 50px;
	}
	.popupwrap .content .line label {
		height: 50px;
		line-height: 50px;
    }

    .talentwrap ul li:nth-child(odd) .big_text {
        right: 0;
        top: 20px;
        left: unset;
    }

    .talentwrap ul li:nth-child(even) .big_text {
        left: 0;
        top: 60px;
    }

    .talentwrap ul li:nth-child(3) .big_text {
        top: 50px !important;
    }

	.ceowrap .box img{
		width:100%;
	}


	/* sustainability */
	/* esg */
	.sustainability_text1 {
		font-size: 0;
		margin-top: 50px;
	}
	.sustainability .sub_des {
		font-size: 17px;
		line-height: 29px;
	}

	.sustainability_text1 h3 {
		width: 100%;
		font-size: 17px;
		line-height: 29px;
	}

	.sustainability_text1 p {
		margin-top: 10px;
		width: 100%;
		font-size: 14px;
		line-height: 26px;
	}
	.esg_contents1 .esg_contents1_ul1 {
		background: url(../images/sub/sustainability/esg_pt1.png) no-repeat;
		width: 73%;
		height: 110px;
		background-size: contain;
		background-position: center;
	}
	.esg_contents1 .esg_contents1_ul1 li {
		text-align: center;
		width: 29%;
		height: 110px;
	}
	.esg_contents1 .esg_contents1_ul1 li:nth-child(1) > div,
	.esg_contents1 .esg_contents1_ul1 li:nth-child(3) > div {
		position: relative;
		top: -12px;
	}

	.esg_contents1 .esg_contents1_ul1 li:nth-child(2) > div {
		position: relative;
		top: 10px;
	}

	.esg_contents1 .esg_contents1_ul1 li h4 {
		font-size: 15px;
		line-height: 1;
	}

	.esg_contents1 .esg_contents1_ul1 li p {
		font-size: 12px;
		line-height: 1;
	}

	.esg_contents1_text1 {
		position: relative;
		width: 100%;
		height: 60px;
		background: url(../images/sub/sustainability/esg_pt2.png) no-repeat;
		margin: 0 auto;
		margin-top: 15px;
		background-size: contain;
		background-position: center;
	}

	.esg_contents1_text1 p {
		bottom: -15px;
		font-size: 16px;
		line-height: 1;
	}

	.esg_contents1_img1 {
		display: none;
	}

	.esg_contents1_ul2 {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.esg_contents1_ul2 li:nth-child(1), .esg_contents1_ul2 li:nth-child(2), .esg_contents1_ul2 li:nth-child(3), .esg_contents1_ul2 li:nth-child(4) {
		margin-left: 0;
		width: 50%;
	}

	.esg_contents1_ul2 li:nth-child(3),
	.esg_contents1_ul2 li:nth-child(4) {
		margin-top: 20px;
	}

	.esg_contents1_ul2 li div:first-child p {
		font-size: 15px;
		line-height: 1;
		text-align: center;
	}
	.esg_contents1_ul2 li div:first-child p span {
		display: block;
		text-align: center;
		margin-top:5px;
		font-size: 14px;
		line-height: 1;
	}

	.esg_contents1_ul2 li div:last-child {
		margin-top: 5px;
	}

	.esg_contents1_ul2 li:nth-child(1),
	.esg_contents1_ul2 li:nth-child(2),
	.esg_contents1_ul2 li:nth-child(3),
	.esg_contents1_ul2 li:nth-child(4) {
		left:0;
		right:0;
	}
	

	.esg_contents2 ul li {
		width: 100%;
	}

	.esg_contents2 ul li h4 {
		font-size: 20px;
		line-height: 1.5;
	}

	.esg_contents2 ul li div {
		margin-top: 10px;
	}

	.esg_contents2 ul li p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.esg_contents2 ul li:nth-child(1), .esg_contents2 ul li:nth-child(3) {
		padding:0;
	}

	.esg_contents2 ul li:nth-child(2), .esg_contents2 ul li:nth-child(4) {
		padding:0;
	}

	.esg_contents2 ul li:nth-child(2),
	.esg_contents2 ul li:nth-child(3),
	.esg_contents2 ul li:nth-child(4) {
		margin-top: 30px;
	}

	/* ethical */	
	.ethical .ethical_contents1 .flex {
		display: flex;
		justify-content: center;	
		flex-direction: column;
		align-items: center;
	}

	.ethical .ethical_contents1 .item {
		margin: 20px 0;
		width: 100%;
	}

	.ethical .ethical_contents1 .item div:first-child {
		padding: 10px 20px;
	}

	.ethical .ethical_contents1 .item h4 {	
		font-size: 20px;
		line-height: 46px;		
	}

	.ethical .ethical_contents1 .item span {		
		margin-top: 10px;
		margin-left: 10px;	
		font-size: 13px;
		line-height: 24px;
		color: #BFBFBF;
	}

	.ethical .ethical_contents1 .item div:last-child {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}

	.ethical .ethical_contents1 .item p {		
		padding-left: 20px;		
		font-size: 15px;
		line-height: 27px;				
	}

	.ethical .ethical_contents1 .item p::before {
		content: '';
		position: absolute;
		left: 6px;
		top: 11px;
		width: 3px;
		height: 3px;
		background: #000;
		border-radius: 50%;
	}

	.ethical .ethical_contents1 .arr1 {
		margin-top: 10px;
		background: url(../images/sub/sustainability/ethical_arr2.svg) no-repeat;
		width: 100%;
		text-align: center;
		height: 37px;
		background-size: contain;
		background-position-x: 50%;
	}

	.ethical .ethical_contents1 .arr1 p {
		font-family: 'Play';
		font-style: normal;
		font-weight: 700;
		font-size: 15px;
		line-height: 1;
		text-align: center;
		letter-spacing: -1px;
		color: #FFFFFF;
	}

	.ethical .ethical_contents2 ul {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}

	.ethical .ethical_contents2 ul li {
		margin-top: 20px;
	}

	.ethical .ethical_contents2 ul li:first-child {
		margin-top:0;
	}

	.ethical .ethical_contents2 ul li a > div {
		position: relative;
		width: 100%;
		margin-top: 0;
	}

	.ethical .ethical_contents2 ul li a > div > div span {
		font-size: 17px;
		line-height: 1.5;		
	}

	.ethical .ethical_contents2 ul li a > div > div {
		margin-top: 0;
	}

	.prd_list01 .box.text {
		padding-right:0;
	}




}


/* *640 */

@media (max-width: 640px) {
	.sub_wrapper {
		margin-top: 82px
	}
	.h122 {
		height: 83px;
	}
	.section .full-box.first .textwrap .defalut_width {
		width: 95%;
	}
	.section .full-box.first .textwrap .textwrap_title {
		font-size: 15px;
		width: 310px;
		padding-bottom: 29px;
	}
	.section .full-box.first .textwrap .textwrap_title:after {
		top: 30px;
	}
	.section .full-box.first .textwrap .textwrap_contents {
		font-size: 14px;
		width: 300px;
    }

    /* talentwrap */
    .talentwrap ul {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .talentwrap ul li .text_box {
        padding: 10px;
    }
    .talentwrap ul li .text_box h4 {
        font-size: 25px;
    }
    .talentwrap ul li .text_box h4 b {
        font-size: 30px;
    }
    .talentwrap ul li .text_box p {
        margin-top: 20px;
        float: unset;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }
    .talentwrap ul li:nth-child(even) .text_box p {
        text-align: center;
        float:unset;
        margin-left:0;
    }
    .talentwrap ul li .text_box p:before {
        display: none;
    }

    .talentwrap ul li {
        text-align: center;
        margin-top: 70px;
    }
    .talentwrap ul li:nth-child(1):first-child {
        margin-top: 40px;
        padding-top: 0;
    }
    .talentwrap ul li:nth-child(1) .big_text {
        right: 0;
        top: 10px !important;
        left: unset;
    }
    .talentwrap ul li:nth-child(odd) .big_text {
        right: 0;
        top: -30px;
        left: unset;
    }

    .talentwrap ul li:nth-child(even) .big_text {
        left: 0;
        top: 0px;
    }

    .talentwrap ul li:nth-child(3) .big_text {
        top: 0px !important;
    }




    /* 경영이념 */
    .oper_bg{
        width: 100%;
        margin:0 auto;
        background: url(../images/sub/company/operation_bg01m.png) no-repeat;
        background-position: 50% 0;
    }

    /* ceo */
    .highlight span {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .ceowrap .box:nth-child(2) {
        margin-top: 0;
    }

	/* report */
	.report_contents1 .left,
	.report_contents1 .right {
		width: 100%;
		text-align: center;
	}

	.report_contents1 .right h4 {
		font-size: 30px;
		line-height: 1.5;
		margin: 20px 0;
	}

	.report_contents1 .right ul li p {
		margin-right: 15px;
		font-size: 16px;
		line-height: 1;
	}


	
	
	


}


/* *480 */

@media (max-width: 480px) {
	.esg_contents1 .esg_contents1_ul1 {
		width: 100%;
	}
	.defalut_width.introduction_wrap {
		width: 300px;
	}
	.defalut_width {
		width: 300px;
	}
	.sub_wrapper {
		height: 120px;
	}
	.sub_wrapper .sub_top h1 {
		font-size: 35px;
		padding-top: 40px
	}
	.sub_title {
		font-size: 25px;
	}
	.sub_title::after {
		width: 80px
	}
	.philosophywrap .philosophy_list1 {
        padding: 25px 16px 0 23px;
        margin-top: 20px;
        /* background-image: url(../images/sub/company/philosophy_img01_m.png); */
    }
	.philosophywrap .philosophy_list1 h5 {
		text-align: center;
	}
	.philosophy_list3 h2 {
		font-size: 35px;
	}
	.philosophy_list3 p {
		font-size: 18px;
		line-height: 26px;
	}
	/* .timeline-years__year{
		width: 60px;
	}
	.timeline-years__active-line{
		width: 47px;
	} */
	.timeline-content .navi P {
		width: 170px;
		height: 60px;
		line-height: 60px;
		font-size: 27px;
	}
	.timeline-container .step {
		margin-top: 25px
	}
	.timeline-content .step h4 {
		font-size: 25px;
		margin: 15px auto 10px;
	}
	.timeline-container {
		margin-top: 40px;
	}
	.timeline-content .step .tablewrap .line .box:nth-child(1) {
		font-size: 20px;
	}
	.talentwrap .boxwrap {
		height: 730px;
	}
	.talentwrap .boxwrap .box {
		float: none;
		width: 100%;
		height: 350px;
	}
	.talentwrap .boxwrap .box.text {
		height: 380px
	}
	.talentwrap .slick-slide img {
		display: block;
		height: 500px;
	}
	.talentwrap .boxwrap .box.text .textwrap {
		padding: 20px 0 0
	}
	.talentwrap .boxwrap .box.text h1 {
		font-size: 29px;
		margin-bottom: 12px;
	}
	.talentwrap .boxwrap .box.text h1 i {
		font-size: 15px;
	}
	.talentwrap .boxwrap .box.text p {
		font-size: 18px;
	}
	.talentwrap .boxwrap .box.text span {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		line-height: 23px;
	}
	.talentwrap .boxwrap .box.text .textwrap:nth-child(3) span {
		padding-left: 15px;
		padding-right: 15px;
	}
	.talentwrap .boxwrap .box.text .textwrap:nth-child(2) span {
		padding-left: 15px;
		padding-right: 15px;
	}
	.incruitwrap .great_tit {
		font-size: 70px;
		line-height: 57px;
	}
	.incruitwrap .great_tit2 {
		font-size: 60px;
		line-height: 72px;
	}
	.incruitwrap .text_box h3 {
		font-size: 25px;
		margin: 15px 0 10px
	}
	.incruitwrap .text_box li {
		float: none;
		margin: 20px auto 20px;
	}
	.incruitwrap .text_box li:nth-child(3) {
		margin-right: auto;
	}
	.incruitwrap .spiritwrap p {
		font-size: 16px;
	}
	.incruitwrap .spiritwrap span {
		font-size: 20px
	}
	.incruitwrap .spiritwrap {
		padding: 10px
	}
	.incruitwrap .spiritwrap {
		margin-bottom: 20px;
	}
	.great_list02 .boxwrap .box:nth-child(1) ul li p {
		font-size: 15px;
	}
	.great_list02 .boxwrap .box:nth-child(1) ul li span {
		font-size: 15px;
		padding-left: 20px;
		line-height: 26px
	}
	.prd_list03 li {
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #d3d3d3;
		padding-bottom: 50px;
	}
	.prd_list03 li:last-child {
		border-bottom: none;
		width: 100%;
	}
	.prd_list05 li:nth-child(3) {
		border-bottom: 1px solid #d3d3d3
	}
	.section .full-box.first {
		height: 950px;
	}
	.section .full-box.first .textwrap {
		top: 0;
		margin-top: 150px;
		bottom: auto;
	}
	.section .full-box h1 {
		font-size: 30px
	}
	.section .full-box h1 span {
		font-size: 20px;
	}
	.prd_list02.ty02 {
		padding-top: 110px;
		padding-bottom: 30px;
	}
	.prd_list02.ty02 .box.img .imgwrap {
		height: auto;
		margin-bottom: 30px;
	}
	.prd_list02.ty02 .box.img .imgwrap:last-child {
		margin-bottom: 0
	}
	.section .full-box.first h1 {
		top: 20px;
	}
	.section .full-box.second h1 {
		top: 20px;
	}
	.section .full-box.third h1 {
		top: 20px;
	}
	#fp-nav.right {
		right: 20px
	}
	.news_item {
		padding: 15px 41px 15px 54px;
	}
	.news_num .red_block {
		display: inline-block;
		width: 100%;
		height: 45px;
		background: #a00033;
		margin-bottom: 13px;
	}
	.news_num {
		display: block;
		float: left;
		width: 23px;
		height: 75px;
		position: absolute;
		top: 0px;
		left: 10px;
	}
	.news_num span {
		font-size: 24px;
		color: #dddddd;
	}
	.news_tit p {
		font-size: 17px;
		line-height: 23px;
	}
	.section .full-box .half_top {
		height: auto;
		padding-bottom: 45px;
	}
	.section .full-box .half_bottom {
		height: auto;
		padding-bottom: 45px;
	}
	.section .full-box.four .prd_list02 .box .textwrap p {
		margin-bottom: 20px;
	}
	.section .full-box.four {
		padding-bottom: 70px;
	}
	.section .full-box.first .bgwrap {
		background-size: 120%
	}
	.contactwrap table tr td a {
		width: 90px;
		height: 30px;
		line-height: 30px;
	}
	.contactwrap table tr td {
		font-size: 14px;
	}
	.popupwrap .content {
		padding: 25px;
	}
	.popupwrap .content textarea#privacy_txt {
		padding: 15px;
		height: 100px
	}
	.ckbx_style {
		margin-bottom: 20px;
		height: 28px;
	}
	.popupwrap .content .line label {
		width: 100%;
		float: none;
		height: 35px;
		line-height: 35px;
	}
	.popupwrap .content .line input {
		width: 100%;
		float: none;
		height: 35px;
		line-height: 35px;
	}
	.popupwrap .content .line p.guide {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.popupwrap .content .line .inquiry_content {
		width: 100%;
		float: none;
	}
	.popupwrap {
		height: auto;
	}
	.popupwrap {
		margin-top: -50px
	}

	/* 인재상 텍스트 크기 맞춤 */
	.talentwrap ul li:nth-child(2) .big_text {
    width: 100%;
	}
	.talentwrap ul li:nth-child(3) .big_text {
    width: 85%;
	}
	.talentwrap ul li:nth-child(4) .big_text {
    width: 100%;
	}

	/* ethical */
	.ethical .ethical_contents1 ul {		
		position: relative;
		background: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: -70px;
		font-size: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		transform: scale(0.7);
	}

	/* ethical */
	.ethical .ethical_contents1 .flex {
		display: flex;
		justify-content: center;
		margin-top: -50px;	
		flex-direction: column;
		align-items: center;
	}

	.sustainability_text1 p .report a.btn.type2 {		
		padding-right: 55px;		
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 0;
		height: 30px;		
	}
	

}
