body {
	font-size: 1.4rem;
	color: #fff;
}

.gate_section {
	position: relative;
	/* height: calc(100vh - 110px); */
	height: 100vh;
}

.video_box {
	position: relative;
	height: 100%;
}

.main_video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.replay_btn_wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

.replay_btn {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.replay_btn img {
	width: 50px;
	height: 50px;
}

.replay_btn span {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.video_box {
		position: relative;
		overflow: hidden;
	}
	.main_video {
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
	}
}

.greeting_box {
	height: 100%;
	background-color: #fff;
	padding: 0;
}

/* .close_popup:before,
.close_popup:after {
    background-color: #000;
} */

.swiper_wrap {
	height: 100%;
}

.swiper_btn_wrap {
	height: 100%;
}

.swiper-container {
	height: calc(100% - 60px);
	padding: 40px;
}

.swiper-wrapper {
	height: 100%;
}

.swiper-slide {
	height: 100%;
	padding: 20px;
	color: #fff;
}

.card_cont {
	height: 100%;
	background-image: url("../imgs/gate/bg1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	padding: 20px;
}

.card_text {
	margin-bottom: 30px;
}

.sub_title {
	margin-bottom: 10px;
}
.scroll_bottom {
	width: 40px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
/* hpBtn_section */

.hpBtn_section {
	margin-top: 0;
	position: relative;
	padding: 20px 0;
}
.scroll_top {
	display: block;
	width: 40px;
	margin: 0 auto 20px;
	cursor: pointer;
}
.gate_list ul {
	margin: 0 auto;
}

.gate_list li {
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	/* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center bottom;
	overflow: hidden;
}

/* .gate_list li:nth-of-type(1) {
    background-image: url("../imgs/gate/panel1.png");
}

.gate_list li:nth-of-type(2) {
    background-image: url("../imgs/gate/panel3.png");
} */

.gate_list li:nth-of-type(3) {
	/* background-image: url("../imgs/gate/panel2.png"); */
	margin-bottom: 0;
}

.gate_list li .bg_img {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.gate_list li:nth-of-type(1) .bg_img {
	background-image: url("../imgs/gate/panel1.jpg");
}

.gate_list li:nth-of-type(2) .bg_img {
	background-image: url("../imgs/gate/panel2.jpg");
}

.gate_list li:nth-of-type(3) .bg_img {
	background-image: url("../imgs/gate/panel3.jpg");
}

.company {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.gate_list li:nth-of-type(1) .company {
	margin-bottom: 33px;
}

.sub_tag {
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.btn_box {
	display: flex;
	justify-content: center;
}

.btn {
	position: relative;
	margin-right: 10px;
	margin-left: 0;
	padding: 12px;
}
.btn:hover {
	background-color: #000;
	color: #fff;
}
.btn:last-of-type {
	margin-right: 0;
}

.btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 36px);
	transform: translate(-50%, -50%);
	z-index: 2;
}

/* greetingModal */

.close_popup {
	right: 20px;
}

.modal_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.modal_bg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #eefafc;
}

.modal_bg img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.modal_content {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 0px;
	width: 100%;
	margin-right: 0;
	padding: 0 20px;
}

.sub_nav {
	padding: 0 !important;
}

.sub_nav ul {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	overflow-x: auto;
	-ms-overflow-style: none;
}

.sub_nav ul::-webkit-scrollbar {
	display: none;
}

.sub_nav li {
	position: relative;
	padding: 23px 0;
	white-space: nowrap;
}
/* .sub_nav li:first-of-type {
	padding-left: 20px;
} */
.sub_nav_active:after,
.sub_nav_active:hover:after,
.sub_nav_active:focus:after {
	bottom: 16px;
}

.modal_content h2 {
	font-size: 2rem;
	line-height: 1.2;
	padding-bottom: 25px;
	font-weight: 800;
}

.modal_content h3 {
	font-size: 1.8rem;
	padding-bottom: 30px;
}

.modal_content h4 {
	font-size: 1.4rem;
	padding-bottom: 10px;
}

.modal_content b {
	font-weight: 900;
}

#ethicalManageModal .content {
	height: calc(100vh - 200px);
	min-height: 385px;
}

#ethicalManageModal .tab_content {
	overflow-y: auto;
	height: 100%;
}
#humanManageModal .content {
	height: calc(100vh - 200px);
	min-height: 385px;
}

#humanManageModal .tab_content {
	overflow-y: auto;
	height: 100%;
}
#esgManageModal .content {
	height: calc(100vh - 200px);
	min-height: 385px;
}

#esgManageModal .tab_content {
	overflow-y: auto;
	height: 100%;
}

#tab1 {
	display: block;
}

/*
#tab2,
#tab3 {
	display: none;
}
#hTab1 {
	display: block;
}

#hTab2 {
	display: none;
}

#eTab1 {
	display: block;
}

#eTab2,
#eTab3 {
	display: none;
}
*/

.modal_text,
.modal_link {
	padding-bottom: 30px;
}

#tab1 .modal_text {
	padding-bottom: 0;
}
#hTab1 .modal_text {
	padding-bottom: 0;
}
#eTab1 .modal_text {
	padding-bottom: 0;
}

.chap_list,
.chap {
	padding-bottom: 10px;
}

.chap:last-of-type,
.chap:last-of-type .art_cont:last-of-type {
	padding-bottom: 0;
}

.modal_link_btn {
	font-size: 1.4rem;
	color: #707070;
	line-height: 1.5;
	cursor: pointer;
	font-weight: 700;
}

.modal_link_btn:hover,
.modal_link_btn:focus {
	color: #333;
}

.modal_text p {
	font-size: 1.2rem;
	line-height: 1.7;
	padding-bottom: 20px;
}

.modal_text p:last-of-type {
	padding-bottom: 0;
}

.modal_sign span {
	font-size: 1.2rem;
}

.modal_sign img {
	width: 145px;
	height: auto;
	margin-bottom: -18px;
	margin-left: -13px;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	/* user-drag: none; */
	-ms-user-drag: none;
	-o-user-drag: none;
	-moz-user-drag: -moz-none;
	-khtml-user-drag: none;
	-webkit-user-drag: none;
}

.imgResize img {
	/*width: 280px;*/
	width: 100%;	
	height: auto;	
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	/* user-drag: none; */
	-ms-user-drag: none;
	-o-user-drag: none;
	-moz-user-drag: -moz-none;
	-khtml-user-drag: none;
	-webkit-user-drag: none;
}

.art_cont {
	counter-reset: circle-num;
	padding-bottom: 30px;
}

.art_cont li {
	font-size: 1.2rem;
	line-height: 1.7;
}

.art_cont .number {
	margin-left: 20px;
	list-style: decimal;
}

.art_cont .circle_num {
	position: relative;
	margin-left: 14px;
}

.art_cont .circle_num:before {
	content: counter(circle-num);
	counter-increment: circle-num;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 11px;
	height: 11px;
	font-size: 70%;
	position: absolute;
	top: 4px;
	left: -14px;
	font-weight: 500;
}

.art_cont .hyphen {
	margin-left: 11px;
	list-style-type: " - ";
}

.arrow_btn {
	position: absolute;
	left: 50%;
	bottom: 34px;
	transform: translateX(-50%);
	z-index: 2;
	display: block;
	cursor: pointer;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
	body {
		position: relative;
	}
	.gate_section {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}
	.greeting_box {
		padding: 30px;
	}
	/* .close_popup {
        display: none;
        right: 40px;
        top: 40px;
    } */
	.scroll_bottom {
		width: auto;
	}
	.swiper-container {
		height: 100%;
		padding: 0;
	}
	.swiper-slide {
		width: 25%;
		padding: 0;
	}
	.swiper-slide:nth-of-type(1) {
		width: 50%;
	}
	.card_cont {
		padding-top: 20vmin;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}
	.card_text {
		text-align: right;
		line-height: 2.5;
	}
	.swiper-slide:nth-of-type(1) .card_text {
		width: 50%;
	}
	.sign_box {
		display: flex;
		align-items: center;
	}
	.sub_title {
		margin-right: 5px;
	}
	.hpBtn_section {
		padding: 0;
	}
	.scroll_top {
		width: auto;
	}
	.gate_list {
		max-width: 1440px;
		display: flex;
		align-items: flex-end;
		margin: 0 auto;
	}
	.gate_list li {
		height: 720px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 0;
		margin-right: 20px;
		padding: 30px;
		border-radius: 10px;
		transition: all 300ms ease;
		box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
	}
	.gate_list li:last-of-type {
		margin-right: 0;
	}
	.gate_list li .bg_img:before {
		display: block;
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 300ms ease;
	}

	.company {
		font-size: 3rem;
	}
	.sub_tag {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.gate_list li:hover {
		color: #000;
	}
	.gate_list li:hover .bg_img:before {
		background-color: rgba(255, 255, 255, 0.6);
	}
	.btn {
		background-color: #000;
		border-color: #000;
		color: #fff;
	}

	/* modal */
	.modal_bg img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: auto;
		height: 100%;
		max-height: 953px;
		min-height: 740px;
	}
	#greetingModal .modal_content {
		position: absolute;
		z-index: 2;
		/* top: 18.5%; */
		top: 6.5vw;
		left: 53%;
		width: auto;
		max-width: 600px;
		margin-right: 80px;
	}
	#ethicalManageModal .modal_content {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 50px;
		padding-top: 10px;
		box-sizing: border-box;
	}
	#humanManageModal .modal_content {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 50px;
		padding-top: 10px;
		box-sizing: border-box;
	}
	#esgManageModal .modal_content {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 50px;
		padding-top: 10px;
		box-sizing: border-box;
	}
	.modal_content h2 {
		max-width: 530px;
		font-size: 3rem;
		line-height: 1.3;
		padding-bottom: 30px;
	}
	.modal_content h3 {
		font-size: 2.4rem;
	}
	.modal_content h4 {
		font-size: 1.9rem;
	}
	#ethicalManageModal .content {
		/* margin-top: 30px; */
		height: calc(100% - 110px);
		min-height: calc(100% - 110px);
	}
	#ethicalManageModal .tab_content {
		overflow-y: auto;
		height: 100%;
	}
	
	#humanManageModal .content {
		height: calc(100% - 110px);
		min-height: calc(100% - 110px);
	}
	
	#humanManageModal .tab_content {
		overflow-y: auto;
		height: 100%;
	}
	
	#esgManageModal .content {
		height: calc(100% - 110px);
		min-height: calc(100% - 110px);
	}
	
	#esgManageModal .tab_content {
		overflow-y: auto;
		height: 100%;
	}
	.modal_link_btn {
		font-size: 1.9rem;
		cursor: pointer;
	}
	.modal_text p {
		font-size: 1.8rem;
		line-height: 1.7;
		padding-bottom: 30px;
	}
	#greetingModal .modal_text p:nth-of-type(1) {
		max-width: 490px;
	}
	#ethicalManageModal .modal_text p {
		font-size: 1.7rem;
		padding-bottom: 15px;
	}
	#ethicalManageModal .modal_text p span {
		display: inline;
	}
	#humanManageModal .modal_text p {
		font-size: 1.7rem;
		padding-bottom: 15px;
	}
	#humanManageModal .modal_text p span {
		display: inline;
	}
	#esgManageModal .modal_text p {
		font-size: 1.7rem;
		padding-bottom: 15px;
	}
	#esgManageModal .modal_text p span {
		display: inline;
	}
	.chap p {
		font-size: 1.7rem;
		line-height: 1.7;
	}
	.art_cont li {
		font-size: 1.7rem;
	}
	/* //////////// */
	.art_cont .number {
		margin-left: 30px;
	}
	.art_cont .circle_num {
		margin-left: 22px;
	}
	.art_cont .circle_num:before {
		width: 16px;
		height: 16px;
		font-size: 80%;
		top: 6px;
		left: -22px;
	}
	.art_cont .hyphen {
		margin-left: 16px;
	}
	/* //////////////// */
	.modal_sign span {
		font-size: 1.8rem;
		font-weight: 800;
	}
	.modal_sign img {
		width: 266px;
		margin-bottom: -25px;
		margin-left: -30px;
	}
	.arrow_btn {
		display: none;
	}
	
	.imgResize img {
		width: 876px;		
	}
}

@media screen and (min-width: 1367px) {
	#ethicalManageModal .modal_text p span {
		display: block;
	}
	#ethicalManageModal .modal_text p {
		padding-bottom: 30px;
	}
	#humanManageModal .modal_text p span {
		display: block;
	}
	#humanManageModal .modal_text p {
		padding-bottom: 30px;
	}
	#esgManageModal .modal_text p span {
		display: block;
	}
	#esgManageModal .modal_text p {
		padding-bottom: 30px;
	}
}
