.pc_br,
.pc_img {
	display: block;
}
.m_br,
.m_img {
	display: none;
}

/* 글씨 올라오는 효과 */
.slide_up {
	position: relative;
	height: 52px;
	overflow: hidden;
}
.slide_up span {
	display: block;
}

/* [s] header */
header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 99px;
	transition: background 0.3s;
	z-index: 100;
}
.h_logo {
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	display: block;
	width: 126px;
	height: 55px;
	background: url("../img/logo_white.png") no-repeat center / contain;
	text-indent: -9999px;
	transition: background 0.5s;
}
header.active {
	background: #fff;
}
header.active .h_logo {
	background: url("../img/logo_blue.png") no-repeat center / contain;
}
header.active li {
	color: #707070;
}
header.active li.active {
	color: #111111;
}
.h_nav_pc {
	display: flex;
	justify-content: space-between;
	width: 50%;
	max-width: 771px;
}
.h_nav_pc li {
	position: relative;
	height: 100%;
	font-weight: 700;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	transition: color 0.5s;
}
.h_nav_pc li.active {
	color: #ffffff;
}
.h_nav_pc li.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 3px;
	background: #005bc6;
}
.h_nav_depth {
	position: absolute;
	bottom: -264px;
	left: 0;
	display: none;
	width: 100%;
	height: 264px;
	background: #ffffff;
	z-index: -1;
}
.h_nav_depth > li {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background: #ffffff;
	backdrop-filter: blur(10px);
	border-top: 1px solid #eaeaea;
}
.h_nav_depth > li .bg {
	position: relative;
	width: calc((100% - 771px) / 2);
	height: 100%;
	z-index: 1;
}
.h_nav_depth > li:nth-of-type(1) .bg {
	background: url("../img/h_gnb_01.png") center / cover;
}
.h_nav_depth > li:nth-of-type(2) .bg {
	background: url("../img/h_gnb_02.png") center / cover;
}
.h_nav_depth > li:nth-of-type(3) .bg {
	background: url("../img/h_gnb_03.png") center / cover;
}
.h_nav_depth > li:nth-of-type(4) .bg {
	background: url("../img/h_gnb_04.png") center / cover;
}
.h_nav_depth > li:nth-of-type(5) .bg {
	background: url("../img/h_gnb_05.png") center / cover;
}
.h_nav_depth > li:nth-of-type(6) .bg {
	background: url("../img/h_gnb_06.png") center / cover;
}
.h_nav_depth > li .bg h2 {
	position: absolute;
	top: 63px;
	right: 72px;
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
}
.h_nav_depth > li .depth_01 {
	flex: 1;
	display: flex;
	gap: 54px;
	padding: 63px 82px;
}
.h_nav_depth > li .depth_01 > li {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.h_nav_depth > li .depth_01 > li h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #111111;
	cursor: default;
}
.h_nav_depth > li .depth_02 {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.h_nav_depth > li .depth_02 > li {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #6f6f6f;
	transition: color 0.3s;
}
.h_nav_depth > li .depth_02 > li:hover {
	color: #005bc6;
}
.h_toggle {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 68px;
	height: 68px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 4px 4px 16px rgba(137, 155, 190, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	cursor: pointer;
}
.h_toggle .dot_wp {
	position: relative;
	width: 18px;
	height: 18px;
}
.h_toggle .dot_wp span {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: #002d72;
	border-radius: 2px;
}
.h_toggle .dot_wp span:nth-of-type(1) {
	top: 0;
	left: 0;
}
.h_toggle .dot_wp span:nth-of-type(2) {
	top: 0;
	right: 0;
}
.h_toggle .dot_wp span:nth-of-type(3) {
	bottom: 0;
	left: 0;
}
.h_toggle .dot_wp span:nth-of-type(4) {
	bottom: 0;
	right: 0;
}

.site_map {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #002d72;
	z-index: 110;
}
.site_map .bg {
	position: absolute;
	top: 50%;
	left: 57%;
	transform: translate(-50%, -50%);
	width: 62%;
}
.site_map .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99px;
}
.site_map .h_toggle {
	background: #011b43;
	box-shadow: 4px 4px 16px rgba(137, 155, 190, 0.2);
	backdrop-filter: blur(10px);
}
.site_map .h_toggle span {
	background: #005bc6;
}
.site_map .depth_01 {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1598px;
	color: #ffffff;
}
.site_map .depth_01 > li {
	display: flex;
	flex-direction: column;
	gap: 68px;
}
.site_map .depth_01 > li > a {
	font-weight: 700;
	font-size: 34px;
	line-height: 30px;
}
.site_map .depth_02 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.site_map .depth_02 > li {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.site_map .depth_02 > li > a {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.site_map .depth_03 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.site_map .depth_03 > li > a {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.4);
	transition: color 0.3s;
}
.site_map .depth_03 > li > a:hover {
	color: #3ac5ec;
}

/* [e] header */

/* [s] footer */
footer {
	width: 100%;
	border-top: 2px solid #f9f9f9;
}
footer .big_inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 68px;
	height: 200px;
}
footer .f_logo {
	display: block;
	width: 126px;
	height: 55px;
	margin-top: -13px;
	background: url("../img/logo_blue.png") no-repeat center / contain;
	text-indent: -9999px;
}
footer .txt {
	width: calc(100% - 681px);
}
footer .txt .address {
	display: flex;
	gap: 24px;
}
footer .txt .address li {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
footer .txt .address li b {
	font-weight: 600;
}
footer .txt .info {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
footer .txt .copy {
	display: flex;
	margin-top: 8px;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #6a6a6a;
}
footer .txt .copy span {
	margin: -1px 2px 0 0;
	font-size: 12px;
}
footer .moter_logo {
	position: absolute;
	top: 65px;
	right: 231px;
	width: 126px;
}
footer .moter_logo.mo {
	display: none;
}
footer .family_site {
	position: relative;
	width: 221px;
	height: 56px;
	margin-top: -14px;
	background: #f9f9f9;
	border-radius: 10px;
	cursor: pointer;
}
footer .family_site .depth_01 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	display: none;
}
footer .family_site h4 {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 24px;
	font-weight: 600;
	font-size: 16px;
	color: #002c5f;
}
footer .family_site h4::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%) rotate(90deg);
	width: 10px;
	height: 2px;
	background: #002c5f;
}
footer .family_site h4::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	background: #002c5f;
}

.pc_family_popup_wp .popup_cont {
	display: flex;
	flex-direction: column;
	max-width: 1612px;
	max-height: 602px;
}
.pc_family_popup_wp .top_wp {
	width: 100%;
	height: 141px;
	padding: 74px 58px 0;
	border-bottom: 1px solid #eaeaea;
}
.pc_family_popup_wp .top_wp h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	color: #002d72;
}
.pc_family_popup_wp .bottom_wp {
	flex: 1;
	width: 100%;
	padding: 0 26px;
}
.pc_family_popup_wp .bottom_wp .depth_01 {
	display: flex;
	width: 100%;
	height: 100%;
}
.pc_family_popup_wp .bottom_wp .depth_01 > li {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 40px 5px 0 32px;
	border-right: 1px solid #eaeaea;
}
.pc_family_popup_wp .bottom_wp .depth_01 > li:last-of-type {
	border-right: none;
}
.pc_family_popup_wp .bottom_wp .depth_01 > li h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
}
.pc_family_popup_wp .bottom_wp .depth_02 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.pc_family_popup_wp .bottom_wp .depth_02 > li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6f6f6f;
	transition: color 0.3s;
}
.pc_family_popup_wp .bottom_wp .depth_02 > li:hover {
	color: #3e3e3e;
}
.pc_family_popup_wp .bottom_wp .depth_02 > li a {
	transition: border 0.3s;
}
.pc_family_popup_wp .bottom_wp .depth_02 > li:hover a {
	border-bottom: 1px solid #3e3e3e;
}

/* [e] footer */

/* [s] main */
header.h_main {
}
header.h_main .h_logo {
	background: url("../img/logo_blue.png") no-repeat center / contain;
}
header.h_main li {
	color: #707070;
}
header.h_main li.active {
	color: #111111;
}

.main_sect {
	overflow: hidden;
}

.main {
	position: relative;
	width: 100%;
	height: 51vw;
	background: #eff3f8;
	overflow: hidden;
}
.circle_wp {
	position: absolute;
	top: 150px;
	left: 49%;
	transform: translateX(-50%);
	width: 19vw;
	height: 19vw;
}
.circle_wp .big_circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #80a0d3;
	border-radius: 50%;
}
.circle_wp .small_circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.circle_wp .small_circle span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 12px;
	height: 12px;
	background: #005bc6;
	border-radius: 50%;
}

.main .txt {
	padding-top: 16vw;
}
.main .txt h2 {
	position: relative;
	margin-top: 48px;
}
.main .txt h2 .slide_up:nth-of-type(1),
.main .txt h2 .slide_up:nth-of-type(2) {
	height: 78px;
	overflow-y: hidden;
}
.main .txt h2 .slide_up:nth-of-type(1) span,
.main .txt h2 .slide_up:nth-of-type(2) span {
	font-weight: 800;
	font-size: 58px;
	line-height: 78px;
	letter-spacing: -0.01em;
}
.main .txt h2 .slide_up:nth-of-type(3) {
	height: 40px;
	overflow-y: hidden;
	margin-top: 16px;
}
.main .txt h2 .slide_up:nth-of-type(4) {
	height: 68px;
	overflow-y: hidden;
}
.main .txt h2 .slide_up span.gray {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.01em;
	color: #bec6d8;
}

.main .slide_page_wp {
	position: relative;
	bottom: none;
	left: none;
	display: flex;
	gap: 10px;
	margin-top: 165px;
}
.main .slide_page_wp .swiper-pagination {
	position: relative;
	width: 20px;
}
.main .slide_page_wp .swiper-pagination .swiper-pagination-bullet {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}
.main .slide_page_wp .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	top: 0;
	left: 0;
}
.main
	.slide_page_wp
	.swiper-pagination
	.swiper-pagination-bullet:nth-of-type(1)::after {
	content: "01";
}
.main
	.slide_page_wp
	.swiper-pagination
	.swiper-pagination-bullet:nth-of-type(2)::after {
	content: "02";
}
.main
	.slide_page_wp
	.swiper-pagination
	.swiper-pagination-bullet:nth-of-type(3)::after {
	content: "03";
}
.main
	.slide_page_wp
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	display: block;
}
.main .slide_page_wp .line {
	margin: 3px 0 0 3px;
	width: 16px;
	height: 1px;
	background: #aaa;
	transform: matrix(-0.5, 0.87, 0.87, 0.5, 0, 0);
}
.main .slide_page_wp p.en {
	margin-top: -9px;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #aaaaaa;
}
.main_slide {
	position: absolute;
	top: 149px;
	right: -23vw;
	display: flex;
	width: 77.4vw;
	z-index: 3;
}
.main_slide .swiper {
	width: 38.7vw;
	height: 38.7vw;
	box-shadow: 50px 50px 80px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}
.main_slide .swiper .swiper-slide video,
.main_slide .swiper .swiper-slide img {
	width: 38.7vw;
	height: 38.7vw;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.main_slide .swiper .swiper-slide .contrast {
	filter: contrast(150%);
}
.main_slide .swiper .swiper-slide.swiper-slide-next video,
.main_slide .swiper .swiper-slide.swiper-slide-next img {
	opacity: 0;
	transition: opacity 2s;
}
.main_slide .swiper .swiper-slide.swiper-slide-active video,
.main_slide .swiper .swiper-slide.swiper-slide-active img {
	opacity: 1;
	transition: opacity 2s;
}
.main_slide .swiper_main_sub {
	opacity: 0.2;
}
.main_slide .swiper-button-prev,
.main_slide .swiper-button-next {
	position: absolute;
	width: 78px;
	height: 78px;
	background: rgba(255, 255, 255, 0.6) url("../img/main_slide_arrow.png")
		no-repeat center / contain;
	backdrop-filter: blur(5px);
	border-radius: 50%;
	transition: background-color 0.3s;
}
.main_slide .swiper-button-prev:hover,
.main_slide .swiper-button-next:hover {
	background-color: #fff;
}
.main_slide .swiper-button-prev {
	left: 0;
	top: 50%;
	transform: translate(-50%, -20%);
}
.main_slide .swiper-button-next {
	left: 38.7vw;
	right: none;
	top: 50%;
	transform: translate(-50%, -20%) scaleX(-1);
}
.main_slide .swiper-button-prev::after,
.main_slide .swiper-button-next::after {
	display: none;
}

.main_sect .big_ttl {
	font-weight: 700;
	font-family: "Pretendard Variable";
}
.main_sect .big_ttl .slide_up {
	display: inline-block;
}

.main_sect .view_more {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
	width: 104px;
	margin-top: 56px;
}
/* .main_sect .view_more::before{content:'';position:absolute;top:50%;right:0;transform:translate(0,-50%);width:42px;height:42px;border: 1px solid #EAEAEA;border-radius:50%;transition: transform .3s;}
.main_sect .view_more:hover::before{transform:translate(0,-50%) scale(1.2);} */
.main_sect .view_more span {
	position: relative;
	background: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.01em;
}
.main_sect .view_more .arrow {
	width: 11px;
}
.main_sect .view_more svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	stroke-dasharray: 163;
	stroke-dashoffset: 163;
}
.main_sect .view_more:hover svg {
	animation: mainSvgBtn 1s linear forwards;
}

.main_sect01 {
	position: relative;
	background: #002d72;
	border-radius: 380px 0px 0px 0px;
	overflow: visible;
}
.main_sect01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eff3f8;
	z-index: -1;
}
.main_sect01 > .inner {
	display: flex;
	justify-content: space-between;
	padding-top: 211px;
}
.main_sect01 .mini_ttl {
	color: #3ac5ec;
}
.main_sect01 .bg_wp {
	width: 461px;
}
.main_sect01 .bg_wp .sticky {
	position: -webkit-sticky; /* 사파리 브라우저 지원 */
	position: sticky;
	top: 310px;
	left: 0;
	padding: 0px 0 500px;
}
.main_sect01 .bg_wp .big_ttl {
	width: 461px;
	color: #fff;
}
.main_sect01 .scroll_wp {
	position: relative;
	display: flex;
	justify-content: end;
	padding: 0 0 350px;
}
.main_sect01 .scroll_wp .scroll_ul {
	position: relative;
	width: 829px;
}
.main_sect01 .scroll_wp li {
	position: relative;
	display: flex;
	width: 100%;
}
.main_sect01 .scroll_wp li:nth-of-type(even) {
	justify-content: end;
}
.main_sect01 .scroll_wp li img {
	width: calc(50% - 15px);
}
.main_sect01 .scroll_wp li .cont {
	position: absolute;
	bottom: -140px;
	width: calc(50% - 15px);
	height: 140px;
	padding: 40px 35px;
}
.main_sect01 .scroll_wp li .cont h5 {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
}
.main_sect01 .scroll_wp li .cont p {
	margin-top: 18px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #eaeaea;
}
.main_sect01 .scroll_wp .bg_logo {
	position: absolute;
	bottom: 350px;
	right: -06vw;
	width: 28.125vw;
}

.main_sect02 {
	position: relative;
	height: 980px;
	background: #f9f9f9;
	z-index: 1;
}
.main_sect02 .inner {
	position: relative;
}
.main_sect02 .ttl_wp {
	padding: 219px 0 0 641px;
}
.main_sect02 .mini_ttl {
	color: #002d72;
}
.main_sect02 .slide_wp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_sect02 .swiper_main02_mini {
	display: none;
	position: absolute;
	top: 125px;
	left: 0;
	width: 124px;
	height: 124px;
	background: rgba(255, 255, 255, 0.4);
	border: 1px dashed #7ba7ec;
	backdrop-filter: blur(10px);
	border-radius: 50%;
	overflow: visible;
}
.main_sect02 .swiper_main02_mini .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-size: 80px;
	color: rgba(0, 91, 198, 0);
}
.main_sect02 .swiper_main02_mini .swiper-slide-active {
	color: #005bc6;
}
.main_sect02 .swiper_main02_mini .circle_wp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;
}
.main_sect02 .swiper_main02_mini .circle_wp .big_circle {
	border: none;
}
.main_sect02 .swiper_main02_sub {
	position: absolute;
	top: 142px;
	left: 0;
	width: 546px;
}
.main_sect02 .swiper_main02_sub .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main_sect02 .swiper_main02_sub .swiper-slide::after {
	display: none;
	content: "";
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	width: 73px;
	height: 27px;
}
.main_sect02 .swiper_main02_sub .swiper-slide.slide01::after {
	background: url("../img/main_sect02_page01.png") no-repeat center / contain;
}
.main_sect02 .swiper_main02_sub .swiper-slide.slide02::after {
	background: url("../img/main_sect02_page02.png") no-repeat center / contain;
}
.main_sect02 .swiper_main02_sub img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.main_sect02 .swiper_main02_sub .swiper-pagination {
	display: none;
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.6);
}
.main_sect02 .swiper_main02_sub .swiper-pagination-total {
	position: relative;
	color: rgba(0, 0, 0, 0);
}
.main_sect02 .swiper_main02_sub .swiper-pagination-total::after {
	content: "2";
	position: absolute;
	top: -3px;
	left: 0;
	color: rgba(255, 255, 255, 0.6);
}
.main_sect02 .swiper_main02_sub .swiper-pagination .swiper-pagination-current {
	color: #ffffff;
}
.main_sect02 .swiper_main02 {
	padding: 20px 0 80px;
	margin: 373px -160px 0 425px;
	overflow: visible;
}
.main_sect02 .swiper_main02 .swiper-slide {
	width: 546px;
	height: 348px;
	padding: 64px;
	background: #f8f8f8;
	border-radius: 60px;
	transition: opacity 1s, background 1s;
}
.main_sect02 .swiper_main02 .swiper-slide-active {
	background: #ffffff;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.15);
	transition: opacity 0.2s, background 1s;
}
.main_sect02 .swiper_main02 .swiper-slide-prev {
	opacity: 0;
}
.main_sect02 .swiper_main02 .swiper-slide-duplicate-next {
	opacity: 0;
	transition: none;
}
.main_sect02 .swiper_main02 .swiper-slide-next {
	color: #aaaaaa;
}
.main_sect02 .swiper_main02 .swiper-slide-next a span {
	background: #f8f8f8;
}
.main_sect02 .swiper_main02 .swiper-slide-next a .arrow {
	filter: grayscale(1);
	opacity: 0.3;
}
.main_sect02 .swiper_main02 h4 {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
}
.main_sect02 .swiper_main02 p {
	width: 100%;
	height: 96px;
	margin-top: 16px;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
}
.main_sect02 .swiper_main02 .swiper-slide[aria-label="1 / 3"] p {
	max-width: 334px;
}
.main_sect02 .swiper_main02 .swiper-slide[aria-label="2 / 3"] p {
	max-width: 409px;
}
.main_sect02 .swiper_main02 .swiper-slide[aria-label="3 / 3"] p {
	max-width: 306px;
}
.main_sect02 .swiper-button-prev,
.main_sect02 .swiper-button-next {
	position: absolute;
	width: 58px;
	height: 58px;
	background: rgba(255, 255, 255, 0.6) url("../img/main_slide_arrow.png")
		no-repeat center / contain;
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	transition: background-color 0.3s;
	outline: none;
}
.main_sect02 .swiper-button-prev:hover,
.main_sect02 .swiper-button-next:hover {
	background-color: #fff;
}
.main_sect02 .swiper-button-prev {
	left: 0;
	top: 50%;
	transform: translate(-50%, -55%);
}
.main_sect02 .swiper-button-next {
	left: calc(50% - 20px);
	right: none;
	top: 50%;
	transform: translate(-50%, -55%) scaleX(-1);
}
.main_sect02 .swiper-button-prev::after,
.main_sect02 .swiper-button-next::after {
	display: none;
}

.main_sect03 {
	display: none;
	padding: 160px 0;
}
.main_sect03 .inner {
	display: flex;
	gap: 149px;
}
/* .main_sect03 .ttl_wp{width: 276px;} */
.main_sect03 .big_ttl {
	font-family: "Urbanist", sans-serif;
	line-height: 54px;
}
.main_sect03 .view_more {
	margin-top: 71px;
}
.main_sect03 .cont_wp {
	flex: 1;
}
.main_sect03 .main_story_ul {
	display: flex;
	flex-direction: column;
}
.main_sect03 .main_story_ul li {
	padding: 40px 0;
	border-bottom: 1px solid #f3f3f3;
}
.main_sect03 .main_story_ul li:first-of-type {
	padding-top: 0;
}
.main_sect03 .main_story_ul li:last-of-type {
	padding-bottom: 0;
	border: none;
}
.main_sect03 .main_story_ul li a {
	display: flex;
	gap: 80px;
}
.main_sect03 .main_story_ul li .date_wp {
	width: 61px;
}
.main_sect03 .main_story_ul li .date_wp h2 {
	font-weight: 200;
	font-size: 54px;
	line-height: 54px;
	text-align: center;
}
.main_sect03 .main_story_ul li .date_wp p {
	margin-top: 19px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.main_sect03 .main_story_ul li .txt_wp {
	flex: 1;
}
.main_sect03 .main_story_ul li .txt_wp h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}
.main_sect03 .main_story_ul li .txt_wp p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #515151;
}

.bg_gray {
	background: #f9f9f9;
}
.main_sect04 {
	position: relative;
	background: #002d72;
	border-radius: 380px 0px 0px 0px;
	overflow: hidden;
}
.main_sect04 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 380px 0px 0px 0px;
	object-fit: cover;
	object-position: center;
	opacity: 0.3;
}
.main_sect04 .cont_wp {
	position: relative;
	padding: 182px 0;
	background: linear-gradient(180deg, rgba(0, 45, 114, 0) 0%, #002d72 74.08%);
	background-blend-mode: normal, lighten;
}
.main_sect04 .mini_ttl {
	color: #3ac5ec;
	text-align: center;
}
.main_sect04 .big_ttl {
	height: 64px;
	overflow-y: hidden;
	margin-top: 19px;
	font-weight: 700;
	font-size: 42px;
	line-height: 64px;
	color: #ffffff;
	text-align: center;
}
.main_sect04_ul {
	display: flex;
	gap: 59px;
	margin-top: 104px;
}
.main_sect04_ul li {
	position: relative;
	flex: 1;
	height: 399px;
	padding: 54px;
	background: rgba(16, 69, 159, 0.76);
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.15);
	border-radius: 60px;
	overflow: hidden;
}
.main_sect04_ul li p {
	position: relative;
	width: 100%;
	max-width: 220px;
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: #ffffff;
}
.main_sect04_ul li span {
	position: relative;
	display: block;
	margin-top: 16px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}
.main_sect04_ul li svg {
	position: absolute;
	max-width: 90%;
}
.main_sect04_ul li:nth-of-type(1) svg {
	bottom: -81px;
	right: -88px;
	stroke-dasharray: 650;
}
.main_sect04_ul li:nth-of-type(2) svg {
	bottom: -54px;
	right: -20px;
	stroke-dasharray: 918;
}
.main_sect04_ul li:nth-of-type(3) svg {
	bottom: -5px;
	right: -14px;
	stroke-dasharray: 650;
}

.main_sect05 {
	background: url("../img/main_sect05_bg.png") center / cover;
}
.main_sect05 a {
	display: block;
	padding: 124px 0 156px;
}
.main_sect05 .mini_ttl {
	color: #3ac5ec;
}
.main_sect05 .big_ttl {
	margin-top: 34px;
	color: #ffffff;
}
.main_sect05 .big_ttl .slide_up {
	display: block;
	margin-top: 12px;
}
.main_sect05 .big_ttl .slide_up:first-of-type {
}

/* [e] main */

/* [s] sub 공통 */

/* sub bnr */
.sub_bnr_sect {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	height: 494px;
}
.sub_bnr_sect .depth_ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.sub_bnr_sect .depth_ul li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}
.sub_bnr_sect .depth_ul li img {
	width: 18px;
	margin-top: 2px;
}
.sub_bnr_sect .depth_ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: rgba(231, 231, 231, 0.6);
	border-radius: 50%;
}
.sub_bnr_sect .depth_ul li:last-of-type {
	color: #ffffff;
}
.sub_bnr_sect .depth_ul li:last-of-type::after {
	display: none;
}
.sub_bnr_sect .ttl {
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	color: #ffffff;
}
.sub_link_wp {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: rgba(255, 255, 255, 0.1);
}
.sub_link_wp .link_ul {
	display: flex;
	height: 100%;
}
.sub_link_wp .link_ul li {
	flex: 1;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
}
.sub_link_wp .link_ul li.active {
	background: #005bc6;
}
.sub_link_wp .link_ul li a {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.sub_bnr_01 {
	background: url("../img/sub_bnr_01.png") center / cover;
}
.sub_bnr_02 {
	background: url("../img/sub_bnr_02.png") center / cover;
}
.sub_bnr_03 {
	background: url("../img/sub_bnr_03.png") center / cover;
}
.sub_bnr_04 {
	background: url("../img/sub_bnr_04.png") center / cover;
}
.sub_bnr_05 {
	background: url("../img/sub_bnr_05.png") center / cover;
}
.sub_bnr_06 {
	background: url("../img/sub_bnr_06.png") center / cover;
}
.sub_bnr_07 {
	background: url("../img/sub_bnr_07.png") center / cover;
}
.sub_bnr_08 {
	background: url("../img/sub_bnr_08.png") center / cover;
}
.sub_bnr_09 {
	background: url("../img/sub_bnr_09.png") center / cover;
}
.sub_bnr_10 {
	background: url("../img/sub_bnr_10.png") center / cover;
}
.sub_bnr_11 {
	background: url("../img/sub_bnr_11.png") center / cover;
}
.sub_bnr_12 {
	background: url("../img/sub_bnr_12.png") center / cover;
}
.sub_bnr_13 {
	background: url("../img/sub_bnr_13.png") center / cover;
}

/* sub page */
.first_sect {
	padding-top: 140px;
}
.sub_sect:last-of-type {
	padding-bottom: 160px;
}
.mini_ttl {
	font-weight: 800;
	font-family: "Urbanist", "Pretendard Variable", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #005bc6;
	letter-spacing: -0.01em;
}
.big_ttl {
	margin-top: 26px;
	font-weight: 800;
	font-family: "Urbanist", "Pretendard Variable", sans-serif;
	font-size: 42px;
	line-height: 64px;
	letter-spacing: -0.01em;
}

/* popup */
.popup_wp {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.5);
	z-index: 110;
}
.popup_cont {
	position: relative;
	width: 90%;
	height: 90%;
	background: #ffffff;
	border-radius: 20px;
}
.popup_cont .close_btn {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.popup_cont .close_btn span {
	display: block;
	position: absolute;
	top: 49%;
	left: -2px;
	width: 20px;
	height: 2px;
	background: #111111;
}
.popup_cont .close_btn span:nth-of-type(1) {
	transform: rotate(45deg);
}
.popup_cont .close_btn span:nth-of-type(2) {
	transform: rotate(-45deg);
}

/* board */
.board_top {
	margin-bottom: 38px;
}
.board_top .inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.board_top .total_wp {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #bdbdbd;
}
.board_top .total_wp span {
	color: #111111;
}
.board_top .total_wp b {
	font-weight: 700;
}
.search_wp {
	display: flex;
	justify-content: end;
	gap: 10px;
	height: 54px;
}
.search_wp select {
	width: 176px;
	padding: 0 20px;
	background: url("../img/select_arrow.png") no-repeat calc(100% - 20px) center /
		14px auto;
	border: 1px solid #111111;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #111;
	outline: none;
	appearance: none;
}
.search_wp select::expand {
	display: none;
}
.search_wp .search_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 405px;
	padding: 0 15px 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.search_wp .search_box input {
	width: calc(100% - 24px);
	height: 100%;
	border: none;
	outline: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}
.search_wp .search_box button {
	width: 24px;
}
.search_wp .search_box button img {
	width: 100%;
}
.only_select select {
	border-radius: 0;
}

.page_num_wp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-top: 70px;
}
.page_num_wp .arrow {
	width: 8px;
	height: 13px;
	background: url("../img/page_arrow.png") no-repeat center / contain;
}
.page_num_wp .arrow.rgt {
	transform: scaleX(-1);
}
.page_num_wp ul {
	display: flex;
	gap: 32px;
}
.page_num_wp li {
	position: relative;
	font-weight: 400;
	font-size: 16px;
}
.page_num_wp li.active {
	border-bottom: 2px solid #005bc6;
	font-weight: 700;
	color: #005bc6;
}

/* 게시물 없을 때 */
.no_notice {
	display: flex;
	align-items: center;
	padding: 0 26px;
	font-weight: 400;
	font-size: 16px;
}
.no_news {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 260px;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	font-weight: 400;
	font-size: 16px;
}

/* [e] sub 공통 */

/* [s] 회사소개 */

/* 사업소개 */
.business_sect01 {
	padding-bottom: 191px;
}
.business_sect01 .mini_ttl {
	width: 88px;
}
.business_sect01 .svg_event {
	display: none;
}
.business_info_wp {
	display: flex;
	align-items: center;
	width: 100%;
	height: 380px;
	margin-top: 64px;
	background: url("../img/business_info_wp_bg.png") center / cover;
	border-radius: 20px;
}
.business_info_wp li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
}
.business_info_wp li svg {
	stroke-dasharray: 500;
}
.business_info_wp li h4 {
	margin-top: 23px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}
.business_info_wp li h3 {
	margin-top: 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
}

.business_art00 {
	height: 980px;
	padding: 140px 0;
	background: url("../img/overview_bg.png") center top 31% / cover;
	background-attachment: fixed;
}
.business_art00 .mini_ttl {
	color: #3ac5ec;
}
.business_art00 .big_ttl {
	color: #fff;
}
.business_art00 p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 170%;
	color: #fff;
}

.business_art02 {
	display: flex;
	justify-content: space-between;
	margin-top: 176px;
}
.business_art02 .txt p {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 502px;
	margin-top: 24px;
}
.business_art02 .txt p b {
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
}
.business_art02 .txt p span {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
}
.business_art02 .img {
	width: calc(50% - 20px);
	object-fit: cover;
	border-radius: 20px;
}

.business_sect02 {
	position: relative;
	padding-top: 156px;
	background: #f9f9f9;
}
.business_sect02 .bg_txt {
	position: absolute;
	top: -152px;
	left: 0;
	width: 100%;
	height: 192px;
	overflow: hidden;
}
.business_sect02 .bg_txt .scroll_txt {
	position: absolute;
	left: 600px;
	width: 1686px;
	height: 100%;
	font-weight: 800;
	font-size: 160px;
	line-height: 191px;
	color: #f8f8f8;
}
.business_sect02 .kor_ttl {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.business_sect02 .cont {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}
.business_vision_ul {
	display: flex;
	gap: 20px;
	height: 400px;
	margin-top: 48px;
}
.business_vision_ul > li {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.business_vision_ul > li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.business_vision_ul > li:hover .txt_box {
	top: 0;
}
.business_vision_ul > li .txt_box {
	position: absolute;
	top: 286px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 42px 60px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	color: #fff;
	transition: top 0.5s;
}
.business_vision_ul > li .txt_box h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
}
.business_vision_ul > li .txt_box h3 {
	margin-top: 42px;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
}
.business_vision_ul > li .txt_box ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 12px;
	margin-top: 26px;
}
.business_vision_ul > li .txt_box li {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #f8f8f8;
}
.business_vision_ul > li .txt_box li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -12px;
	width: 4px;
	height: 4px;
	background: #d9d9d9;
	border-radius: 50%;
}

/* 연혁 */
.history_sect01 .inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.history_sect01 .left .big_ttl {
	line-height: 60px;
}
.history_sect01 .right {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 830px;
}
.history_sect01 .right .bg {
	width: 100%;
	height: 450px;
	background: url("../img/history_img.png") center / cover;
	border-radius: 20px;
}
.history_sect01 .right .year_ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.history_sect01 .right .year_ul > li {
	display: flex;
	gap: 70px;
}
.history_sect01 .right .year_ul .year {
	width: 97px;
	font-family: "Urbanist", "Pretendard Variable", sans-serif;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
}
.history_sect01 .right .month_ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.history_sect01 .right .month_ul > li {
	display: flex;
}
.history_sect01 .right .month_ul > li h5 {
	width: 83px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}
.history_sect01 .right .month_ul > li p {
	width: calc(100% - 65px);
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
}

/* CI소개 */
.ci_sect h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.ci_sect article {
	margin-top: 140px;
}
.ci_sect article:first-of-type {
	margin-top: 24px;
}
.ci_sect article:first-of-type h4 {
	margin-top: 0;
}
.ci_sect h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
}
.ci_sect h4 {
	margin-top: 16px;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}
.ci_sect .logo_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 72px 0 78px;
	margin-top: 48px;
	background: #f9f9f9;
	border-radius: 20px;
}
.ci_sect .logo_box .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.ci_sect .logo_box .logo img {
	width: 80%;
	max-width: 405px;
}
.ci_sect .logo_box .cont {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 50%;
}
.ci_sect .logo_box .cont p {
	width: 90%;
	max-width: 570px;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}
.ci_sect .logo_box .cont .down_wp {
	display: flex;
	gap: 16px;
}
.ci_sect .logo_box .cont .down_wp a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 220px;
	height: 62px;
	padding: 0 24px;
	background: #ffffff;
	border: 1px solid #002d72;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	color: #002d72;
	transition: background 0.3s, color 0.3s;
}
.ci_sect .logo_box .cont .down {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background: #f9f9f9 url("../img/down_navy.png") no-repeat center / 12px auto;
	border-radius: 50%;
	transition: background 0.3s;
}
.ci_sect .logo_box .cont .down_wp a:hover {
	background: #002d72;
	color: #ffffff;
}
.ci_sect .type_wp {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
.ci_sect .type_box {
	position: relative;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 296px;
	border: 1px solid #eaeaea;
	border-radius: 20px;
}
.ci_sect .type_box h5 {
	position: absolute;
	top: 40px;
	left: 40px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}
.ci_sect .type_box.en img {
	width: 241px;
}
.ci_sect .type_box.kr img {
	width: 314px;
}
.ci_sect .color_wp {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
.ci_sect .color_box {
	display: flex;
	gap: 40px;
	width: 100%;
	max-width: 688px;
	padding: 48px;
	border: 1px solid #eaeaea;
	border-radius: 20px;
}
.ci_sect .color_box .box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 115px;
	background: #002d72;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
}
.ci_sect .color_box .cont {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.ci_sect .color_box .cont h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #002d72;
	letter-spacing: -0.02em;
}
.ci_sect .color_box .cont p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #515151;
}

/* 사업장 */
.map_sect01 .inner {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.map_sect01 .right {
	display: flex;
	flex-direction: column;
	gap: 64px;
	width: 1113px;
}
.map_sect01 .right .bg {
	width: 100%;
	height: 450px;
	background: url("../img/map_bg.png") center / cover;
	border-radius: 20px;
}
.map_sect01 .right .map_ul {
	display: flex;
	gap: 87px;
}
.map_sect01 .right .map_ul > li {
	display: flex;
}
.map_sect01 .right .map_ul .ttl {
	width: 120px;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
}
.map_sect01 .right .cont {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.map_sect01 .right .cont > p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.map_sect01 .right .tel_ul {
	display: flex;
	flex-direction: column;
}
.map_sect01 .right .tel_ul > li {
	display: flex;
	gap: 8px;
}
.map_sect01 .right .tel_ul h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 34px;
}
.map_sect01 .right .tel_ul p {
	font-weight: 400;
	font-size: 16px;
	line-height: 34px;
	color: #444444;
}

/* CEO 메세지 */
.greet_sect .big_ttl {
	width: 100%;
	max-width: 793px;
}
.greet_sect .img {
	width: 100%;
}
.greet_sect .cont {
	display: flex;
	gap: 65px;
	margin-top: 56px;
}
.greet_sect .cont p {
	flex: 1;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	word-break: break-all;
}
.greet_sect .cont p b {
	font-weight: 700;
}
.greet_sect .name {
	margin-top: 32px;
	text-align: right;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
}
.greet_sect .name span {
	display: block;
	font-weight: 400;
	font-size: 16px;
}

/* 경영이념 */
.value_sect h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.value_sect h3 {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}

.value_sect01 {
	padding-bottom: 270px;
	overflow: hidden;
}
.value_sect01 .cont_wp {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 59px;
	border: 2px dashed #aebfd9;
	border-radius: 190px;
}
.value_sect01 .cont_wp li {
	position: relative;
}
.value_sect01 .cont_wp li .circle_big {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 380px;
	background: #f8f8f8;
	border-radius: 50%;
}
.value_sect01 .cont_wp li .circle_mini {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;
	height: 65%;
	border-radius: 50%;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.value_sect01 .cont_wp li:nth-of-type(1) .circle_mini {
	background: #002d72;
}
.value_sect01 .cont_wp li:nth-of-type(2) .circle_mini {
	background: #005bc6;
}
.value_sect01 .cont_wp li:nth-of-type(3) .circle_mini {
	background: #3ac5ec;
}
.value_sect01 .cont_wp li p {
	position: absolute;
	bottom: -116px;
	left: 50%;
	transform: translateX(-50%);
	width: 291px;
	height: 84px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.value_sect01 .cont_wp .dot {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background: #002d72;
	border-radius: 50%;
	z-index: 1;
}
.value_sect01 .cont_wp .dot.dot_top {
	top: 0;
	left: 190px;
	animation: valueCircleTop 14s linear infinite;
}
.value_sect01 .cont_wp .dot.dot_bottom {
	top: 100%;
	left: calc(100% - 190px);
	animation: valueCircleBtm 14s linear infinite;
}
.value_sect01 .cont_wp .dot_wp {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 380px;
	border-radius: 50%;
}
.value_sect01 .cont_wp .dot_wp.dot_left {
	animation: valueCircleLeft 14s linear infinite;
}
.value_sect01 .cont_wp .dot_wp.dot_left .dot {
	top: 0;
	left: 50%;
}
.value_sect01 .cont_wp .dot_wp.dot_right {
	animation: valueCircleRight 14s linear infinite;
}
.value_sect01 .cont_wp .dot_wp.dot_right .dot {
	top: 100%;
	left: 50%;
}

.value_sect02 {
	padding: 140px 0 158px;
	background: #f9f9f9;
}
.value_sect02 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}
.value_sect02 li {
	width: calc((100% - 16px * 4) / 5);
	padding: 32px 32px 36px;
	background: #ffffff;
	border-radius: 20px;
}
.value_sect02 li h5 {
	font-family: "Urbanist";
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #d9d9d9;
	letter-spacing: 0.05em;
}
.value_sect02 li .img_wp {
	position: relative;
	margin-top: 40px;
	width: 68px;
	height: 52px;
}
.value_sect02 li .img_wp img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.value_sect02 li:nth-of-type(even) .img_wp img:nth-of-type(2) {
	animation: valueAni 2s infinite ease-in-out forwards;
}
.value_sect02 li:nth-of-type(odd) .img_wp img:nth-of-type(2) {
	animation: valueAni 3s 1s infinite ease-in-out forwards;
}
.value_sect02 li h4 {
	margin-top: 40px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.value_sect02 li p {
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #444444;
	word-break: break-all;
}

/* [e] 회사소개 */

/* [s] 안전보건 */

.safe_sect01 .inner {
	display: flex;
}
.safe_sect01 .ttl {
	position: relative;
	width: 40%;
}
.safe_sect01 .ttl h2 {
	position: relative;
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.safe_sect01 .ttl img {
	position: absolute;
	bottom: 0;
	right: -10%;
	width: 110%;
}
.safe_sect01 .cont {
	width: 60%;
	height: 467px;
	border-radius: 20px;
	overflow: hidden;
	isolation: isolate;
}
.safe_sect01 .cont .swiper {
	width: 100%;
	height: 100%;
}
.safe_sect01 .cont .swiper-slide {
	padding: 86px;
	color: #ffffff;
}
.safe_sect01 .cont .swiper-slide.bg01 {
	background: url("../img/safe_sect01_li01.png") center / cover;
}
.safe_sect01 .cont .swiper-slide.bg02 {
	background: url("../img/safe_sect01_li01.png") center / cover;
}
.safe_sect01 .cont .swiper-slide.bg03 {
	background: url("../img/safe_sect01_li03.png") center / cover;
}
.safe_sect01 .cont h5 {
	font-weight: 600;
	font-size: 14px;
	line-height: 34px;
}
.safe_sect01 .cont h3 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
}
.safe_sect01 .cont h4 {
	margin-top: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.safe_sect01 .cont .swiper-pagination {
	display: flex;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
}
.safe_sect01 .cont .swiper-pagination-bullet {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	background: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	opacity: 1;
}
.safe_sect01 .cont .swiper-pagination-bullet-active {
	background: #005bc6;
}

.safe_sect02 {
	margin-top: 33px;
}
.safe_sect02 h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
}
.safe_sect02 ol {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin-top: 32px;
}
.safe_sect02 li {
	width: 263px;
}
.safe_sect02 li h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
}
.safe_sect02 li p {
	margin-top: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #444444;
}

.safe_sect03 {
	padding: 180px 0;
	margin-top: 140px;
	background: #f9f9f9;
}
.safe_sect03 img {
	width: 100%;
}
.safe_sect03 .mo_bg {
	display: none;
}

.safe_sect04 {
	margin-top: 140px;
}
.safe_sect04 .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 76px;
}
.safe_sect04 .ttl_wp {
	position: -webkit-sticky; /* 사파리 브라우저 지원 */
	position: sticky;
	top: 200px;
	left: 0;
}
.safe_sect04 .ttl_wp h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.safe_sect04 .ttl_wp p {
	margin-top: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
}
.safe_sect04 .cont_wp {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 830px;
}
.safe_sect04 .cont h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
}
.safe_sect04 .cont h4 {
	margin-top: 8px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.safe_sect04 .safety_ol {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	margin-top: 46px;
}
.safe_sect04 .safety_ol li {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: calc((100% - 40px) / 3);
}
.safe_sect04 .safety_ol li img {
	width: 100%;
	border-radius: 20px;
}
.safe_sect04 .safety_ol li .txt_wp {
	display: flex;
	align-items: center;
	gap: 8px;
}
.safe_sect04 .safety_ol li .txt_wp .num {
	font-family: "Urbanist";
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
}
.safe_sect04 .safety_ol li .txt_wp p {
	font-weight: 400;
	font-size: 16px;
	color: #444444;
}
.safe_sect04 .safety_cert {
	display: flex;
	gap: 20px;
	margin-top: 46px;
}
.safe_sect04 .safety_cert img {
	width: calc(50% - 10px);
	border-radius: 20px;
}

/* [e] 안전보건 */

/* [s] 인재채용 */

/* 채용전형 */
.proc_sect .inner {
	display: flex;
	flex-direction: column;
	gap: 140px;
}
.proc_sect h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.proc_sect ol {
	display: flex;
	gap: 27px;
	margin-top: 40px;
}
.proc_sect li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1px;
	width: 210px;
	height: 108px;
	border-radius: 100px;
	text-align: center;
}
.proc_sect li:nth-of-type(odd) {
	background: #f3f3f3;
}
.proc_sect li:nth-of-type(even) {
	background: #e6eaf1;
}
.proc_sect li:last-of-type {
	background: #002d72;
}
.proc_sect li:last-of-type h3 {
	color: #ffffff;
}
.proc_sect li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -37px;
	width: 46px;
	height: 46px;
	background: url("../img/arrow_gray.png") no-repeat center / 9px auto;
	border: 1px solid #f3f3f3;
	border-radius: 50%;
	z-index: -1;
}
.proc_sect li:last-of-type::after {
	display: none;
}
.proc_sect li h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #002d72;
}
.proc_sect li p {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #6f6f6f;
}

/* 채용공고 */
.notice_sect01 {
	margin-bottom: 20px;
}
.notice_sect01 .inner {
	display: flex;
	align-items: end;
	gap: 24px;
}
.notice_sect01 h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.notice_sect01 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 47px;
}

.notice_sect02 .nav {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.notice_sect02 .nav .inner {
	display: flex;
	height: 64px;
}
.notice_sect02 .nav li {
	width: 25%;
	font-weight: 500;
	font-size: 18px;
	color: #aaaaaa;
}
.notice_sect02 .nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.notice_sect02 .nav li.active {
	position: relative;
	font-weight: 700;
	color: #005bc6;
}
.notice_sect02 .nav li.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #005bc6;
}
.notice_sect02 .list_wp {
	margin-top: 64px;
	border: 1px solid #eaeaea;
	border-bottom: none;
}
.notice_sect02 .list_wp li {
	height: 95px;
	border-bottom: 1px solid #eaeaea;
}
.notice_sect02 .list_wp li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 54px;
	width: 100%;
	height: 100%;
	padding: 0 27px;
}
.notice_sect02 .list_wp li .box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 94px;
	height: 38px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
}
.notice_sect02 .list_wp li .box.new {
	background: #002d72;
}
.notice_sect02 .list_wp li .box.career {
	background: #005bc6;
}
.notice_sect02 .list_wp li .box.contract {
	background: #353535;
}
.notice_sect02 .list_wp li h4 {
	width: calc(100% - 470px);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.notice_sect02 .list_wp li p {
	width: 270px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	text-align: right;
}

/* 채용공고 view */
.view2_sect {
	padding: 140px 0 158px;
}
.view2_sect .ttl_wp {
	padding-bottom: 48px;
	border-bottom: 1px solid #eaeaea;
}
.view2_sect .ttl_wp h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.view2_sect .ttl_wp p {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #121212;
}
.view2_sect .cont_wp {
	width: 100%;
	padding: 64px 0;
}
.view2_sect .cont_wp .go_link {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 40px;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	color: #005bc6;
}
.view2_sect .cont_wp .go_link img {
	width: 11px;
}
.view2_sect .nav_wp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #eaeaea;
}
.view2_sect .nav_wp .nav a {
	display: flex;
	align-items: center;
	gap: 16px;
}
.view2_sect .nav_wp .arrow {
	width: 9px;
	height: 18px;
	background: url("../img/page_arrow.png") no-repeat center / contain;
	transition: background 0.3s;
}
.view2_sect .nav_wp .txt {
	font-weight: 500;
	font-size: 16px;
	transition: color 0.3s;
}
.view2_sect .nav_wp .next .arrow {
	transform: scaleX(-1);
}
.view2_sect .nav_wp .list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #000000;
	font-weight: 500;
	font-size: 16px;
}

/* 팀 업무소개 */
.team_sect h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.team_sect .tab_link_wp {
	display: none;
}
.team_sect .tab_contents_wp {
	margin-top: 48px;
	border-top: 1px solid #f3f3f3;
}
.team_sect .tab_contents {
	display: flex;
	padding: 48px 0;
	border-bottom: 1px solid #f3f3f3;
}
.team_sect .tab_contents h3 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 20%;
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
}
.team_sect .tab_contents h3 span {
	font-family: "Urbanist";
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
}
.team_sect .tab_contents > p {
	flex: 1;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #444444;
}
.team_sect .tab_contents .cont_wp {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 80%;
}
.team_sect .tab_contents .cont {
	display: flex;
	gap: 16px;
}
.team_sect .tab_contents .cont li {
	position: relative;
	width: calc((100% - 16px * 4) / 5);
	height: 192px;
	padding: 32px;
	background: #f9f9f9;
	border-radius: 20px;
	transition: width 0.3s, background 0.3s;
	cursor: pointer;
}
.team_sect .tab_contents .cont li h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	transition: color 0.3s;
}
.team_sect .tab_contents .cont li p {
	margin-top: 11px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	opacity: 0;
}
.team_sect .tab_contents .cont li .plus_ico {
	position: absolute;
	bottom: 26px;
	right: 26px;
	width: 14px;
	height: 12px;
	background: url("../img/team_arrow.png") no-repeat center / contain;
}
/* .team_sect .tab_contents .cont li .plus_ico span{position:absolute;top:50%;left:0;transform:translateY(-50%);display:block;width:100%;height:2px;background:#AAAAAA;}
.team_sect .tab_contents .cont li .plus_ico span:last-of-type{transform:translateY(-50%) rotate(90deg);} */
.team_sect .tab_contents .cont li.active {
	width: calc((100% - 16px * 4) / 5 * 2 + 16px);
	background: #f3f8ff;
}
.team_sect .tab_contents .cont li.active h4 {
	color: #005bc6;
}
.team_sect .tab_contents .cont li.active p {
	opacity: 1;
	transition: opacity 0.3s 0.15s;
}
.team_sect .tab_contents .cont li.active .plus_ico {
	display: none;
}

/* 인사제도 */
.pers_sect h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.pers_sect article {
	margin-top: 40px;
}
.pers_sect .box_wp {
	position: relative;
	display: flex;
	gap: 20px;
}
.pers_sect .box {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	padding: 0 40px;
	border-radius: 10px;
}
.pers_sect .box:nth-of-type(1) {
	background: #f9f9f9;
}
.pers_sect .box:nth-of-type(2) {
	background: #f3f8ff;
}
.pers_sect .box h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}
.pers_sect .box .detail_wp {
	display: flex;
	gap: 16px;
	width: 100%;
	margin-top: 28px;
}
.pers_sect .box .detail {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	border-radius: 10px;
	font-family: "Urbanist";
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
}
.pers_sect .box .detail.g1 {
	background: #7bd3f3;
}
.pers_sect .box .detail.g2 {
	background: #30ace2;
}
.pers_sect .box .detail.g3 {
	background: #0f599b;
}
.pers_sect .box .detail.g4 {
	background: #002d72;
}

.pers_sect .new-box-wp {
	display: flex;
	gap: 20px;
}
.pers_sect .new-box-wp .box {
	font-weight: 600;
	font-size: 18px;
}
.pers_sect .new-box-wp.v1 .box {
	color: #fff;
}
.pers_sect .new-box-wp.v1 .box:nth-of-type(1) {
	background: #005bc6;
}
.pers_sect .new-box-wp.v1 .box:nth-of-type(2) {
	background: #002d72;
}
.pers_sect .new-box-wp.v2 .box {
	background: #e6eaf1;
}

.pers_sect01 article {
	display: flex;
	flex-direction: column;
	gap: 139px;
}
.pers_sect01 .box_wp::after {
	content: "";
	position: absolute;
	bottom: -59px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 62px;
	height: 21px;
	background: url("../img/pers_after.png") no-repeat center / contain;
}
.pers_sect01 .box {
	height: 294px;
}
.pers_sect01 .box h3 {
	position: absolute;
	top: 40px;
	left: 40px;
}
.pers_sect01 .box ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 468px;
	margin: 30px auto 0;
}
.pers_sect01 .box li .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #ffffff;
	border-radius: 50%;
}
.pers_sect01 .box li .circle img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}
.pers_sect01 .box li h4 {
	margin-top: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.pers_sect01 .result_wp {
	display: flex;
	gap: 10px;
}
.pers_sect01 .result_wp li {
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 84px;
	border-radius: 100px;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
}
.pers_sect01 .result_wp li:nth-of-type(odd) {
	background: #353535;
}
.pers_sect01 .result_wp li:nth-of-type(even) {
	background: #002d72;
}

.pers_sect02 {
	margin-top: 140px;
}
.pers_sect02 article {
	position: relative;
}
.pers_sect02 h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
}
.pers_sect02 .box {
	margin-top: 24px;
}
.pers_sect02 .type02 .box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	padding: 0;
	background: #005bc6;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.pers_sect02 .pers_bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 1080px;
}
.pers_sect02 .m_pers_bg {
	display: none;
}
.pers_sect02 .bar_wp {
	display: flex;
	width: 100%;
	height: 84px;
	margin-top: 24px;
	border-radius: 10px;
	overflow: hidden;
}
.pers_sect02 .bar {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	color: #002d72;
}
.pers_sect02 .bar:first-of-type {
	background: #f3f3f3;
}
.pers_sect02 .bar:last-of-type {
	background: #002d72;
	color: #ffffff;
}
.pers_sect02 .type01 .bar:first-of-type {
	width: 65%;
}
.pers_sect02 .type01 .bar:last-of-type {
	width: 35%;
}
.pers_sect02 .type02 .bar {
	width: 25%;
}
.pers_sect02 .type02 .bar:nth-of-type(2) {
	background: #e6eaf1;
}
.pers_sect02 .type02 .bar:nth-of-type(3) {
	background: #b5c5e1;
}

/* 복리후생 */
.wel_sect h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.wel_sect ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
.wel_sect li {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: calc((100% - 60px) / 4);
	padding: 44px 41px;
	background: #f9f9f9;
	border-radius: 20px;
}
.wel_sect .img {
	width: 60px;
	height: 60px;
}
.wel_sect .img img {
	width: 100%;
}
.wel_sect .txt h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.wel_sect .txt p {
	margin-top: 16px;
	word-break: break-all;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #444444;
}

/* [e] 인재채용 */

/* [s] 투자정보 */

/* 전자공고 */
.ann_sect .sort_ul {
	display: flex;
	border-bottom: 1px solid #eaeaea;
}
.ann_sect .sort_ul > li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	font-weight: 400;
	font-size: 16px;
}
.ann_sect .sort_ul > li:nth-of-type(1) {
	width: 123px;
}
.ann_sect .sort_ul > li:nth-of-type(2) {
	flex: 1;
}
.ann_sect .sort_ul > li:nth-of-type(3) {
	width: 227px;
}
.ann_sect .sort_ul > li:nth-of-type(4) {
	width: 180px;
}
.ann_sect .sort_ul.ttl {
	border-top: 2px solid #111;
}
.ann_sect .sort_ul.ttl > li {
	font-weight: 600;
}
.ann_sect .list_wp .sort_ul > li:nth-of-type(2) {
	justify-content: start;
}
.ann_sect .list_wp .sort_ul > li:nth-of-type(4) {
	gap: 10px;
}
.ann_sect .list_wp .sort_ul .down {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background: #f9f9f9 url("../img/down_black_s.png") no-repeat center / 12px
		auto;
	border-radius: 50%;
	transition: background 0.3s;
}
.ann_sect .list_wp .sort_ul .down:hover {
	background: #005bc6 url("../img/down_white.png") no-repeat center / 12px auto;
}
.ann_sect .list_wp .no_data {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

/* 요약재무제표 */
.finan_sect .ttl {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.finan_sect .ttl:first-of-type {
	margin-top: 0;
}
.finan_sect h2 {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 32px;
	width: 100%;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
}
.finan_sect h2 span {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.finan_sect .table_wp {
	margin-top: 40px;
}
.finan_sect table {
	width: 100%;
	text-align: center;
}
.finan_sect table tr {
	height: 70px;
}
.finan_sect table th,
.finan_sect table td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e8eaee;
	font-size: 16px;
}
.finan_sect table th {
	font-weight: 500;
	color: #354b6b;
}
.finan_sect table th.bl {
	border-left: 1px solid #e8eaee;
}
.finan_sect table td {
	font-weight: 400;
}
.finan_sect table td:last-of-type {
	border-bottom: none;
}
.finan_sect table tr:last-of-type td:last-of-type {
	border-bottom: 1px solid #e8eaee;
}
.finan_sect table thead th {
	background: #354b6b;
	border-right: 1px solid #576e92;
	border-bottom: 1px solid #354b6b;
	font-weight: 600;
	color: #ffffff;
}
.finan_sect table thead .year_th {
	width: 29%;
}
.finan_sect table thead th:last-of-type {
	border-right: none;
}
.finan_sect table tbody .bg_sky {
	background: #f3f8ff;
}
.finan_sect table tbody .bg_sky.border-no {
	border-right: none;
}
.finan_sect table tbody .bg_sky.ml span {
	display: block;
	transform: translateX(-14%);
}
.finan_sect table tbody .bg_gray {
	background: #eef2f8;
	color: #354b6b;
}
.finan_sect .preparing {
	padding: 100px 0;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
}

/* 정기보고서 */
.report_sect01 .inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 40px;
}
.report_sect01 .ttl {
	flex: 1;
}
.report_sect01 h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.report_sect01 p {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}

.report_sect02 {
	margin-top: 40px;
}
.report_sect02 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.report_sect02 li {
	position: relative;
	width: calc((100% - 60px) / 4);
	height: 258px;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 20px;
	transition: background 0.3s, border 0.3s;
}
.report_sect02 li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px;
}
.report_sect02 p {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #002d72;
	transition: color 0.3s;
}
.report_sect02 h3 {
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	transition: color 0.3s;
}
.report_sect02 .down {
	position: absolute;
	bottom: 32px;
	right: 32px;
	width: 46px;
	height: 46px;
	background: #f9f9f9 url("../img/down_black.png") no-repeat center / 20px auto;
	border-radius: 50%;
}
.report_sect02 li:hover {
	background: #002d72;
	border: 1px solid #005bc6;
}
.report_sect02 li:hover p {
	color: #ffffff;
}
.report_sect02 li:hover h3 {
	color: #ffffff;
}
.report_sect02 li:hover .down {
	background: #f9f9f9 url("../img/down_blue.png") no-repeat center / 20px auto;
}
.report_sect02 li.no_data {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: none;
}
.report_sect02 li.no_data:hover {
	background: #f9f9f9;
	border: none;
}

/* [e] 투자정보 */

/* [s] 홍보센터 */

/* ISC NEWS */
.news_sect ul {
	display: flex;
	flex-wrap: wrap;
	gap: 56px 20px;
}
.news_sect li {
	width: calc((100% - 40px) / 3);
}
.news_sect li .img_wp {
	width: 100%;
	height: 260px;
	border-radius: 20px;
	overflow: hidden;
}
.news_sect li .img_wp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: width 0.3s, height 0.3s, transform 0.3s;
}
.news_sect li:hover .img_wp img {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: translate(-5px, -5px);
}
.news_sect li h3 {
	margin-top: 24px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #005bc6;
}
.news_sect li h2 {
	margin-top: 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.view_sect {
	padding: 140px 0 150px;
}
.view_sect .ttl_wp {
	padding-bottom: 36px;
	border-bottom: 2px solid #111;
}
.view_sect .ttl_wp h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
}
.view_sect .ttl_wp ul {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 20px;
}
.view_sect .ttl_wp li {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}
.view_sect .ttl_wp li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translate(50%, -50%);
	width: 4px;
	height: 4px;
	background: #e7e7e7;
	border-radius: 50%;
}
.view_sect .ttl_wp li:last-of-type::after {
	display: none;
}
.view_sect .cont_wp {
	width: 1114px;
	max-width: 100%;
	padding: 58px 0;
	margin: 0 auto;
}
.view_sect .nav_wp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1114px;
	max-width: 100%;
	padding-top: 43px;
	margin: 0 auto;
	border-top: 1px solid #eaeaea;
}
.view_sect .nav_wp .nav a {
	display: flex;
	gap: 30px;
}
.view_sect .nav_wp .arrow {
	width: 9px;
	height: 18px;
	background: url("../img/view_prev.png") no-repeat center / 100% auto;
	transition: background 0.3s;
}
.view_sect .nav_wp .txt h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	transition: color 0.3s;
}
.view_sect .nav_wp .txt h5 {
	width: 470px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}
.view_sect .nav_wp .next .arrow {
	transform: scaleX(-1);
}
.view_sect .nav_wp .next .txt {
	text-align: right;
}
.view_sect .nav_wp .nav:hover .arrow {
	background: url("../img/view_prev_hover.png") no-repeat center / 100% auto;
}
.view_sect .nav_wp .nav:hover .txt h4 {
	color: #005bc6;
}
.view_sect .nav_wp .list {
	width: 58px;
	height: 58px;
	background: #f9f9f9;
	border-radius: 50%;
}
.view_sect .nav_wp .list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.view_sect .nav_wp .list img {
	width: 18px;
}

/* E-사보 */
.enews_sect ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.enews_sect li {
	position: relative;
	width: calc((100% - 60px) / 4);
	height: 464px;
	border-radius: 20px;
	overflow: hidden;
}
.enews_sect li .img_wp {
	width: 100%;
	height: 100%;
}
.enews_sect li .img_wp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.enews_sect li .txt_wp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background 0.5s;
}
.enews_sect li .txt_wp .logo {
	display: block;
	width: 96px;
	margin: 51px auto 0;
	opacity: 0;
	transition: opacity 0.5s;
}
.enews_sect li .down_wp {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 75px;
	padding: 0 30px 0 24px;
	background: rgba(0, 0, 0, 0.4);
}
.enews_sect li .down_wp h2 {
	width: calc(100% - 34px);
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
}
.enews_sect li .down_wp .down {
	width: 34px;
	height: 34px;
	background: rgba(249, 249, 249, 0.3) url("../img/down_black.png") no-repeat
		center / 11px auto;
	border-radius: 50%;
	transition: background 0.5s;
}
.enews_sect li:hover .txt_wp {
	background: linear-gradient(180deg, #005bc6 0%, rgba(0, 91, 198, 0) 42.56%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.enews_sect li:hover .txt_wp .logo {
	opacity: 1;
}
.enews_sect li:hover .down_wp {
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s;
}
.enews_sect li:hover .down_wp .down {
	background: #f9f9f9 url("../img/down_black.png") no-repeat center / 11px auto;
}

/* 사회공헌 */
.sc_sect01 {
	padding: 140px 0;
	background: #f9f9f9;
}
.sc_sect01 .txt_wp {
	text-align: center;
}
.sc_sect01 .txt_wp h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}
.sc_sect01 .txt_wp h2 {
	margin-top: 26px;
	font-weight: 800;
	font-size: 42px;
	line-height: 64px;
}
.sc_sect01 .txt_wp .polygon {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 464px;
	height: 84px;
	margin: 40px auto 0;
	background: url("../img/sc_polygon.png") no-repeat center / contain;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #6f6f6f;
}
.sc_sect01 .sc_ul {
	display: flex;
	gap: 20px;
	margin-top: 54px;
}
.sc_sect01 .sc_ul > li {
	width: calc((100% - 40px) / 3);
	padding: 56px;
	background: #ffffff;
	border-radius: 20px;
}
.sc_sect01 .sc_ul > li h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #aaaaaa;
}
.sc_sect01 .sc_ul > li h4 {
	margin-top: 40px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #005bc6;
}
.sc_sect01 .sc_ul > li p {
	max-width: 288px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #444444;
}
.sc_sect01 .mini_ul {
	margin-top: 16px;
}
.sc_sect01 .mini_ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #6f6f6f;
}

.sc_sect02 {
	padding: 140px 0 166px;
	background: #002d72;
}
.sc_sect02 h2 {
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
}
.sc_sect02 .move_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 64px 10px;
	margin-top: 80px;
}
.sc_sect02 .move_ul li {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 425px;
}
.sc_sect02 .move_ul li .box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	width: 244px;
	height: 130px;
	border-radius: 65px;
}
.sc_sect02 .move_ul li .box img {
	width: 47px;
}
.sc_sect02 .move_ul li .box h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}
.sc_sect02 .move_ul li .box h3 b {
	display: block;
	font-weight: 700;
}
.sc_sect02 .move_ul li:nth-of-type(1) .box {
	background: #eb613b;
}
.sc_sect02 .move_ul li:nth-of-type(2) .box {
	background: #fcc900;
}
.sc_sect02 .move_ul li:nth-of-type(3) .box {
	background: #669c1b;
}
.sc_sect02 .move_ul li:nth-of-type(4) .box {
	background: #4659a6;
}
.sc_sect02 .move_ul li:nth-of-type(5) .box {
	background: #7c0477;
}
.sc_sect02 .move_ul li:nth-of-type(6) .box {
	background: #00a2d8;
}
.sc_sect02 .move_ul li .txt {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.sc_sect02 .move_ul li .txt h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}
.sc_sect02 .move_ul li .txt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #99abc7;
}

.sc_sect03 {
	padding: 140px 0;
}
.sc_sect03 h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
}
.sc_sect03 h3 {
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
}
.sc_sect03 .box_wp {
	display: flex;
	align-items: center;
	gap: 64px;
	padding: 60px;
	margin-top: 48px;
	background: #f9f9f9;
	border-radius: 20px;
}
.sc_sect03 .box_wp .box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 487px;
	height: 260px;
	background: #ffffff;
	border-radius: 20px;
}
.sc_sect03 .box_wp .box img {
	width: 68%;
	height: 80%;
	object-fit: contain;
}
.sc_sect03 .box_wp .cont_ul {
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.sc_sect03 .box_wp .cont_ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
.sc_sect03 .box_wp .cont_ul li .blue {
	font-weight: 600;
	color: #002d72;
}

/* [e] 홍보센터 */

/* 기타 */

/* 홈페이지 준비중 */
.prepare_wp {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background: #002d72;
}
.prepare_scroll {
	position: absolute;
	left: 0;
	width: 100%;
	height: 111px;
}
.prepare_scroll.top {
	top: 0;
}
.prepare_scroll.btm {
	bottom: 0;
}
.prepare_scroll .simply-scroll {
	width: 100%;
	height: 100%;
}
.prepare_scroll .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 100%;
}
.prepare_scroll .simply-scroll .simply-scroll-list {
	width: 100%;
	height: 100%;
}
.prepare_scroll .simply-scroll .simply-scroll-list li {
	width: 1220px;
	height: 100%;
}
.prepare_scroll .simply-scroll .simply-scroll-list li img {
	height: 100%;
}
.prepare_cont {
	text-align: center;
}
.prepare_cont img {
	width: 183px;
}
.prepare_cont h2 {
	margin-top: 41px;
	font-weight: 700;
	font-size: 56px;
	line-height: 93px;
	color: #ffffff;
}
.editor_cont span {
	word-break: break-all;
}
.cont_box {
	margin-bottom: 160px;
}
.sub_tab {
	margin-top: 140px;
	margin-bottom: 80px;
}
.sub_tab .select_box {
	display: none;
}
.sub_tab .tab_wp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.policy_tab .tab_wp {
	justify-content: flex-start;
}
.sub_tab .tab_wp li {
	width: 16.666%;
	border-bottom: 1px solid #eaeaea;
}
.sub_tab .tab_wp li a {
	display: block;
	padding: 24px 0;
	font-size: 18px;
	color: #aaa;
	text-align: center;
}
.sub_tab .tab_wp li a.active {
	font-weight: 700;
	color: #005bc6;
	border-bottom: 2px solid #005bc6;
}
.policy_btn_wp {
	display: flex;
	margin-top: 40px;
	gap: 16px;
}
.policy_btn {
	display: flex;
	align-items: center;
	padding: 0 80px 0 24px;
	width: 203px;
	height: 56px;
	font-size: 16px;
	border-radius: 8px;
}
.policy_btn.last {
	color: #787878;
	border: 1px solid #eaeaea;
	background: url("../img/policy_btn_off.svg") center right 24px / 24px
		no-repeat;
}
.policy_btn.new {
	color: #002d72;
	border: 1px solid #002d72;
	background: url("../img/policy_btn_on.svg") center right 24px / 24px no-repeat;
}
.strategy_cont {
	margin-top: 140px;
	margin-bottom: 160px;
}
.strategy_cont h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 600;
	color: #111;
}
.ethic_cont .cont_img img,
.process_cont .cont_img img {
	width: 100%;
}
.cont_img img:last-of-type {
	display: none;
}
.ethic_cont h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #111;
}
.ethic_cont .cont_img {
	margin-bottom: 40px;
}
.ethic_cont .cont_txt {
	margin-bottom: 80px;
	line-height: 1.5;
}
.ethic_cont .cont_txt h3 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
	color: #111;
}
.ethic_cont .cont_txt p {
	font-size: 20px;
}
.ethic_cont .cont_txt p:first-of-type {
	margin-bottom: 24px;
}
.ethic_wp h3 {
	margin-bottom: 40px;
	font-size: 32px;
	color: #111;
	text-align: center;
}
.ethic_list {
	display: flex;
	justify-content: space-between;
}
.ethic_list li {
	width: 260px;
	padding: 24px;
	font-size: 16px;
	border-radius: 8px;
	color: #444;
	background: #f3f3f3;
}
.ethic_list li:nth-child(odd) {
	background: #e6eaf1;
}
.ethic_list li span {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #111;
}
.ethic02_cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.ethic02_cont .cont_txt {
	width: 486px;
}
.ethic02_cont h3 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
}
.ethic02_cont p {
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	line-height: 1.5;
}
.ethic02_cont .cont_list {
	display: flex;
}
.ethic02_cont .cont_list ul {
	width: 50%;
}
.ethic02_cont .cont_list li {
	margin-bottom: 12px;
	font-size: 16px;
	color: #444;
}
.ethic02_cont02 {
	padding-bottom: 160px;
}
.ethic02_cont02 .cont_txt {
	margin-bottom: 40px;
}
.ethic02_cont02 h3 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
}
.ethic02_cont02 .sub_tit {
	margin-bottom: 24px;
	font-size: 20px;
}
.ethic02_cont02 h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
.ethic02_cont02 .sub_txt p {
	margin-bottom: 8px;
	font-size: 16px;
}
.ethic02_cont02 .sub_txt span {
	font-weight: 600;
}
.ethic02_cont02 .sub_txt small {
	display: block;
	font-size: 14px;
	color: #767676;
}
.ethic02_cont02 .cont_txt:nth-of-type(7) .sub_txt:first-of-type {
	margin-bottom: 24px;
}
.ethic02_cont02 .cont_txt:nth-of-type(7) .sub_txt:nth-of-type(2) {
	margin-bottom: 40px;
}
.manager {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 20px;
	line-height: 1.5;
}
.manager span {
	font-size: 24px;
	font-weight: 600;
}
.process_cont .cont_txt {
	display: flex;
	justify-content: space-between;
}
.process_cont .cont_left,
.process_cont02 .cont_txt {
	width: 486px;
}
.process_cont small {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 800;
	color: #002d72;
}
.process_cont h3 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
}
.process_cont p {
	font-size: 20px;
	line-height: 1.7;
}
.process_cont .cont_right {
	display: flex;
	gap: 20px;
}
.process_cont .cont_right > div {
	width: 405px;
	padding: 40px;
	border-radius: 20px;
	background: #f9f9f9;
}
.process_cont .cont_right h4 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 1.5;
}
[class*="process_cont"] li,
.process02_cont .cont_wp p,
.process02_cont03 p,
.process02_cont03 .sub_txt p {
	font-size: 16px;
	color: #444;
	line-height: 1.7;
}
.process_cont .cont_right span {
	display: block;
	font-size: 14px;
	color: #ff0000;
}
.process_cont02 {
	margin-bottom: 40px;
}
.process_cont02 .cont_inner {
	display: flex;
	gap: 80px;
}
.process_cont02 .cont_inner:first-of-type {
	margin-bottom: 80px;
}
.process_cont02 h3,
.process02_cont .cont_txt h3,
.process02_cont03 h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
}
.process_cont03 {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-bottom: 160px;
}
.process_cont03 h3 {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 600;
}
.process_cont03 .cont_inner {
	display: flex;
	gap: 40px;
}
.process_cont03 h4 {
	margin-bottom: 8px;
	font-size: 20px;
}
.process02_cont .cont_tit {
	margin-bottom: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}
.process02_cont h2 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
}
.process02_cont p {
	font-size: 20px;
	line-height: 1.7;
}
.process02_cont .cont_txt {
	margin-bottom: 24px;
}
.process02_cont .cont_txt p {
	font-size: 16px;
	color: #444;
}
.process02_cont .cont_icon {
	width: 60px;
	height: 60px;
	margin-bottom: 24px;
}
.process02_cont .cont_wp {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.process02_cont .cont_wp li {
	padding: 40px;
	width: 334px;
	border-radius: 20px;
	background: #f9f9f9;
}
.process02_cont .cont_wp span {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.process02_cont02 {
	margin-bottom: 80px;
}
.process02_cont02 .cont_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.process02_cont02 .cont_top span {
	font-size: 20px;
}
.process02_cont02 .cont_top select {
	width: 180px;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #111;
	border-radius: 8px;
	appearance: none;
	background: url("../img/arrow_icon.svg") center right 24px / 24px no-repeat;
}
.relative_txt {
	width: 100%;
	padding: 40px;
	border: 1px solid #eaeaea;
}
.process02_cont03 {
	padding-bottom: 160px;
}
.process02_cont03 .cont_txt,
.process02_cont03 .cont_img {
	margin-bottom: 40px;
}
.process02_cont03 .cont_txt:first-of-type + .cont_img {
	margin-bottom: 80px;
}
.process02_cont03 h4 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
}
.pc .editor_cont.mobile {
	display: none;
}
.mob .editor_cont.pc {
	display: none;
}
.editor_cont.mobile img {
	width: 100%;
}
@media screen and (max-width: 720px) {
	.inner .cont_img img {
		width: 100%;
	}
	.sub_bnr_13 {
		background: url("../img/sub_bnr_13_mb.png") center / cover;
	}
	.sub_tab .tab_wp,
	.cont_img img:first-of-type {
		display: none;
	}
	.sub_tab {
		position: relative;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: calc(100vw * (160 / 360));
	}
	.sub_tab .select_box {
		width: 100%;
		position: absolute;
		top: calc(100vw * (64 / 360));
		display: block;
		cursor: pointer;
		z-index: 1;
		background: #fff;
	}
	.sub_tab .select_wp {
		display: none;
	}
	.sub_tab .select_box.active .select_wp,
	.cont_img img:last-of-type {
		display: block;
		margin: 0 auto;
	}
	.sub_tab .select_box span {
		display: block;
		padding: 13px 16px;
		font-size: 14px;
		border: 1px solid #eaeaea;
		background: url("../img/arrow_icon.svg") center right 16px / 20px no-repeat;
	}
	.sub_tab .select_wp {
		border: 1px solid #eaeaea;
	}
	.sub_tab .select_wp a {
		display: block;
		padding: 13px 16px;
		font-size: 14px;
	}
	.strategy_cont {
		margin-top: calc(100vw * (64 / 360));
	}
	.strategy_cont h2 {
		margin-bottom: calc(100vw * (32 / 360));
		font-size: calc(100vw * (26 / 360));
	}
	.ethic_cont h2 {
		margin-bottom: calc(100vw * (32 / 360));
		font-size: calc(100vw * (26 / 360));
	}
	.ethic_cont .cont_txt h3 {
		font-size: calc(100vw * (20 / 360));
	}
	.ethic_cont .cont_txt p,
	.process02_cont p,
	.manager {
		font-size: calc(100vw * (16 / 360));
	}
	.ethic_cont .cont_txt {
		margin-bottom: calc(100vw * (48 / 360));
	}
	.ethic_wp h3 {
		margin-bottom: calc(100vw * (32 / 360));
		font-size: calc(100vw * (24 / 360));
	}
	.ethic_list {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: calc(100vw * (10 / 360));
	}
	.ethic_list li {
		width: 100%;
	}
	.cont_box {
		margin-bottom: calc(100vw * (70 / 360));
	}
	.ethic02_cont {
		flex-direction: column;
		gap: calc(100vw * (24 / 360));
	}
	.ethic02_cont .cont_txt {
		width: 100%;
	}
	.ethic02_cont h3 {
		margin-bottom: calc(100vw * (16 / 360));
		font-size: calc(100vw * (26 / 360));
	}
	.ethic02_cont p {
		margin-bottom: calc(100vw * (24 / 360));
		padding-bottom: calc(100vw * (24 / 360));
		font-size: calc(100vw * (14 / 360));
	}
	.ethic02_cont .cont_list li {
		font-size: calc(100vw * (14 / 360));
		margin-bottom: calc(100vw * (8 / 360));
	}
	.ethic02_cont02 {
		padding-bottom: calc(100vw * (70 / 360));
	}
	.ethic02_cont02 h3,
	.process_cont h3,
	.process02_cont h2 {
		margin-bottom: calc(100vw * (16 / 360));
		font-size: calc(100vw * (20 / 360));
	}
	.ethic02_cont02 .sub_tit {
		font-size: calc(100vw * (16 / 360));
		margin-bottom: calc(100vw * (24 / 360));
	}
	.ethic02_cont02 h4 {
		margin-bottom: calc(100vw * (8 / 360));
		font-size: calc(100vw * (14 / 360));
		font-weight: 500;
	}
	.ethic02_cont02 .sub_txt p {
		margin-bottom: calc(100vw * (8 / 360));
		font-size: calc(100vw * (14 / 360));
	}
	.manager span {
		font-size: calc(100vw * (20 / 360));
	}
	.process_cont .cont_txt {
		flex-direction: column;
		gap: calc(100vw * (24 / 360));
	}
	.process_cont small {
		margin-bottom: calc(100vw * (8 / 360));
		font-size: calc(100vw * (14 / 360));
	}
	.process_cont p {
		font-size: calc(100vw * (14 / 360));
	}
	.process_cont .cont_left,
	.process_cont02 .cont_txt {
		width: 100%;
	}
	.process_cont .cont_right {
		flex-direction: column;
		gap: calc(100vw * (10 / 360));
	}
	.process_cont .cont_right > div {
		width: 100%;
		padding: calc(100vw * (24 / 360));
	}
	.process_cont .cont_right h4 {
		margin-bottom: calc(100vw * (8 / 360));
		font-size: calc(100vw * (16 / 360));
	}
	.process_cont03,
	.process02_cont03 {
		gap: calc(100vw * (48 / 360));
		padding-bottom: calc(100vw * (70 / 360));
	}
	[class*="process_cont"] li,
	.process02_cont .cont_wp p,
	.process02_cont03 p,
	.process02_cont03 .sub_txt p {
		font-size: calc(100vw * (14 / 360));
	}
	.process_cont02 .cont_inner,
	.process_cont03 .cont_inner {
		flex-direction: column;
		gap: calc(100vw * (24 / 360));
	}
	.process_cont03 h3 {
		margin-bottom: calc(100vw * (24 / 360));
		font-size: calc(100vw * (20 / 360));
	}
	.process_cont03 h4 {
		margin-bottom: calc(100vw * (8 / 360));
		font-size: calc(100vw * (16 / 360));
		font-weight: 400;
	}
	.process02_cont p br {
		display: none;
	}
	.process02_cont .cont_tit {
		padding-bottom: calc(100vw * (32 / 360));
		margin-bottom: calc(100vw * (48 / 360));
	}
	.process_cont02 h3,
	.process02_cont .cont_txt h3,
	.process02_cont03 h3 {
		margin-bottom: calc(100vw * (16 / 360));
		font-size: calc(100vw * (20 / 360));
	}
	.process02_cont .cont_txt p {
		font-size: calc(100vw * (14 / 360));
	}
	.process02_cont .cont_wp {
		flex-direction: column;
		gap: calc(100vw * (10 / 360));
		margin-bottom: calc(100vw * (48 / 360));
	}
	.process02_cont .cont_wp li {
		width: 100%;
		padding: calc(100vw * (24 / 360));
	}
	.process02_cont .cont_icon {
		width: calc(100vw * (60 / 360));
		height: calc(100vw * (60 / 360));
		margin-bottom: calc(100vw * (24 / 360));
	}
	.process02_cont .cont_wp span {
		margin-bottom: calc(100vw * (16 / 360));
		font-size: calc(100vw * (16 / 360));
	}
	.process02_cont02 .cont_top {
		flex-direction: column;
	}
	.process02_cont02 .cont_top select {
		width: 100%;
		padding: calc(100vw * (16 / 360)) calc(100vw * (24 / 360));
		margin-top: calc(100vw * (16 / 360));
		font-size: calc(100vw * (16 / 360));
		border-radius: calc(100vw * (8 / 360));
		background: url(../img/arrow_icon.svg) center right calc(100vw * (24 / 360)) /
			calc(100vw * (24 / 360)) no-repeat;
	}
	.relative_txt {
		padding: calc(100vw * (24 / 360));
	}
}
