* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'S-Core Dream';
}
html {
	font-size:20px;
	overscroll-behavior: contain;
	overflow-x:hidden;
}
body {
	scroll-behavior: smooth;
	overflow-x:hidden;
}
body.scrollLock {
	overflow:hidden;
	overscroll-behavior: none;
}
.mob_br {
	display:none;
}
.flex_wrapper,.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav .logo {
	display:-webkit-inline-flex;
	display:inline-flex;
	align-items:center;
}
nav .logo img {
	width:13.6rem;
}
nav .logo em {
	display:inline-block;
	width:1px;
	height:1.85rem;
	background:#000;
	opacity:0.3;
	margin:0 0.75rem;
}
nav .logo span {
	font-size:1.1rem;
	color:#000;
	font-weight:bold;
}
nav.hide,.head_area.hide {
	animation: navHide ease 0.3s;
	animation-fill-mode: both;
}
@keyframes navHide {
	from {
		top:0
	}
	to {
		top:-120px;
	}
  }

nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:2rem 0;
	z-index: 5;
}
nav::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:6.3rem;
	width:100%;
	background:rgba(255,255,255,0.5);
	backdrop-filter: blur(15px) brightness(1.6);
	-webkit-backdrop-filter: blur(15px) brightness(1.6);
	z-index: -1;
}
nav.hide::after {
	display:none;
}
nav.active {
	position:fixed;
	transition: background 0.3s;
}
nav.active ul li a {
	color:#333333;
}
nav.active .menu_btn {
	display:block;
}
nav ul.flex_wrapper {
	float:right;
	gap:2rem;
}
nav ul.flex_wrapper>li {
	text-align:center;
	position:relative;
	height:2rem;
}
nav ul.flex_wrapper>li:nth-child(1) {
	width:10rem;
}
nav ul.flex_wrapper>li:nth-child(2) {
	width:6rem;
}
nav ul.flex_wrapper>li:nth-child(3) {
	width:7rem;
}
nav ul.flex_wrapper>li:nth-child(4) {
	width:7rem;
	/* display:none; */
}
/* nav ul.flex_wrapper>li:nth-child(4) .sub_menu li:first-child {
	display:none;
} */
nav ul.flex_wrapper li a {
	color:#000;
	font-size:1.15rem;
	font-weight:700;
	display:inline-block;
	border-bottom:4px solid transparent;
	line-height:1.8;
	font-family: 'PLAY';
	letter-spacing: -0.075rem;
}
nav ul.flex_wrapper>li.on>a,nav ul.flex_wrapper>li.active>a {
	border-bottom:4px solid #FF0000;
}
nav>a {
	float:left;
}
nav .menu_btn {
	float:right;
	margin-top:13px;
	display:none !important;
}
nav ul.flex_wrapper .sub_menu {
	width:100%;
	margin-top:4.2rem;
	display:none;
}
nav ul.flex_wrapper .sub_menu li {
	margin-bottom:0.15rem;
}
nav ul.flex_wrapper .sub_menu li a{
	color:#333333;
	font-weight:500;
	font-size:1rem;
	white-space: nowrap;
	font-family:'S-Core Dream';
}
nav ul.flex_wrapper .sub_menu li a img {
	margin:0 0 0.5rem 0.3rem;
	width:0.9rem;
}
.sub_menu_bg {
	height:17rem;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	display:none;
	z-index: -1;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(30px) brightness(1.2);
	-webkit-backdrop-filter: blur(30px) brightness(1.2);
}
.top_btn {
	position:fixed;
	right:4%;
	bottom:2rem;
	width:4rem;
	height:4rem;
	text-align:center;
	z-index: 5;
	opacity: 0;
	transition: 0.7s ease-in-out;
}
.top_btn img {
	display:block;
	width:4.3rem;
}
/* ------------- 모바일 네비게이션 --------- */

/*head_area*/
.head_area {position: fixed;top:0;width:100%;z-index: 150;box-sizing: border-box;display:none;background:rgba(255,255,255,0.6);backdrop-filter:blur(15px) brightness(1.5);-webkit-backdrop-filter:blur(15px) brightness(1.5);}
.header_top{width:100%;padding:2rem 0;}
.header_top .wrap_1230 { width:100%;padding:0 5%;box-sizing:border-box;}
.head_area .logo_area{display:inline-block ;}
.head_area .logo {display: inline-block;vertical-align:middle; width:22.8rem;height:1.8rem;}
.head_area .logo a {display:block; width:100%; height:100%; background:url(../img/common/m_logo.png) no-repeat;background-size:contain;}
.head_mask{width:100%;height: 100dvh;background:rgba(255,255,255,0.6);backdrop-filter:blur(15px) brightness(1.5);-webkit-backdrop-filter:blur(15px) brightness(1.5);position:fixed;z-index:120;display:none;overflow:hidden;}
.head_mask.on{display:block}
.head_area .head_bottom{display: none;width:100%;}
.head_area .head_bottom.active{display: block; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); width:100%;}
.head_area .lnb{box-sizing: border-box;width:90%;margin:auto;}
.head_area .lnb > li{box-sizing: border-box;width:100%;text-align: center;margin-top: 2.3rem;padding-bottom: 2.5rem;border-bottom: 1px solid rgba(188,188,188,0.3);}
.head_area .lnb > li:last-child{border-bottom: 0;}
/* .head_area .lnb > li:last-child .lnb_sub li:first-child { display:none;} */
.head_area .lnb > li > a {display:block;text-align: center;font-weight:700;font-size:1.6rem;color:#fff;position: relative;}
.head_area .lnb > li > a h2{font-size: 1.8rem;display:inline-block;color: #000;}
.head_area .lnb_sub {overflow:hidden;position:relative;height:auto;z-index:10;display:none;background:#C80101;padding:2.5rem;top:2.5rem;width:112%;margin-left:-5.6%}
.head_area .lnb_sub > li {margin-bottom:1rem;padding:0;}
.head_area .lnb_sub > li:last-child { margin-bottom:0;}
.head_area .lnb_sub a {display:block;color:#fff;font-weight:500;font-size:1.6rem;text-align:center}
.head_area .lnb_sub a.on {color:#00B4E5}
.head_area .lnb_sub a img { width:1.4rem;margin:0 0 0.5rem 0.5rem;}
.head_area .lnb_sub_bg {display:none;position:absolute;top:90px;left:0;z-index:1;width:100%;height:auto;background:rgba(255,255,255,0.1);}
.head_area .lnb_sub_bg > a {display:block;width:100%;height:auto;text-indent:-9999px;cursor:default}
.head_area .lnb_sub_bg.on{display: block;}
.head_area.active{background:rgba(0,0,0,1)}
.btn_site{display: inline-block;font-weight:700;font-size:16px;color:#333333;line-height: 1;position: absolute;right:30px;bottom:30px;box-sizing: border-box;opacity: 0.8;}
.btn_site a{display:inline-block;color:#333333;font-size: 16px;font-weight: 700;}
.btn_site a em{width:34px;height: 10px;background: url(../img/index/ico_site.png) 0 0 no-repeat;margin-left: 5px;display: inline-block;vertical-align: bottom;}
.head_area.scrollHd { background:none;backdrop-filter: none;-webkit-backdrop-filter: none;}
.head_area.scrollHd .header_top { background:none;}
.head_area.scrollHd .hamburger .line,.head_area.active .hamburger .line { background:black;}

.hamburger{position: absolute;right:5%;top:1.8rem}
.hamburger .line{width: 1.7rem;height: 2px;background-color: #000;display: block;margin: 0.4rem auto;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}
.hamburger.is-active .line { background:#000;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(0.5rem) rotate(45deg);-ms-transform: translateY(0.5rem) rotate(45deg);-o-transform: translateY(0.5rem) rotate(45deg);transform: translateY(0.5rem) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-0.6rem) rotate(-45deg);-ms-transform: translateY(-0.6rem) rotate(-45deg);-o-transform: translateY(-0.6rem) rotate(-45deg);transform: translateY(-0.6rem) rotate(-45deg);}


/* .head_area .lnb > li:nth-child(3) {
    border-bottom: 0;
}
.head_area .lnb > li:last-child {
	display:none;
} */

footer {
	background:#191919;
	padding:2.5rem 0;
	position:relative;
	font-family:'Play';
}
footer .d-flex {
	align-items:center;
	gap:1rem;
	max-width:1620px;
	width:90%;
	margin:auto;
}
footer .d-flex>img:first-child {
	border-right:1px solid rgba(255,255,255,0.2);
	padding-right:1rem;
	width:13rem;
}
footer .d-flex>div {
	font-size:0.8rem;
	color:#fff;
	font-weight:300;
	flex-grow:1;
}
footer .d-flex ol {
	display:flex;
	align-items:center;
	justify-content: flex-start;
	gap:1rem;
}
footer .d-flex ol li {
	position:relative;
}
footer .d-flex ol li:first-child {
	font-family: 'S-Core Dream';
	font-weight:300;
}
footer .d-flex ol li::after {
	content:'';
	display:block;
	width:1px;
	height:0.7rem;
	opacity:0.5;
	position:absolute;
	right:-0.5rem;
	top:50%;
	transform:translate(0,-50%);
	background:#fff;
}
footer .d-flex ol li:last-child::after {
	display:none;
}
footer .d-flex ol li b {
	font-weight:600;
}
footer select {
	background:#313131;
	color:#fff;
	padding:0.8rem;
	width:15rem;
}
.wrap_1620 {
	max-width:1620px;
	width:100%;
	margin:0 auto;
	/* border:1px solid pink; */
}
.wrap_1280 {
	max-width:1220px;
	width:90%;
	margin:0 auto;
}
.wrap_1024 {
	max-width:1024px;
	width:100%;
	margin:0 auto;
}
.detail_layer {
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	top:0;
	left:0;
	z-index: 12;
	text-align:center;
	padding-top:3.75rem;
	display:none;
}
.detail_layer .wrap_1200 {
	position:relative;
}
.detail_layer .close {
	cursor:pointer;
	margin-bottom:20px;
}
.detail_layer .cont {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:900px;
	width:90%;
	max-height:600px;
}
.detail_layer .img_area img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.detail_layer .img_area .swiper-button-prev {
	position:absolute;
	left:0px;
	top:50%;
	transform:translate(0,-50%);
	width:50px;
	height:50px;
	background:url(../img/memory/ico_prev.png) no-repeat 50%;
}
.detail_layer .img_area .swiper-container {
	width:860px;
}
.swiper-button-next:after ,
.swiper-button-prev:after {
	content:'' !important;
}
.detail_layer .img_area .swiper-button-next {
	position:absolute;
	right:0px;
	top:50%;
	transform:translate(0,-50%);
	width:50px;
	height:50px;
	background:url(../img/memory/ico_next.png) no-repeat 50%;
}

.banner {
	text-align:center;
	padding:11rem 5rem 7rem;
	color:#fff;
	background:url(../img/anniversary/banner_interview.jpg) no-repeat center;
	background-size:cover;
}
.banner .category {
	align-items:center;
	justify-content: center;
	gap:1.7rem;
}
.banner .category li {
	position:relative;
}
.banner .category li:last-child {
	font-weight:500;
	font-size:0.85rem;
}
.banner .category li::after {
	content :'';
	display:block;
	position:absolute;
	right:-0.85rem;
	top:50%;
	width:0.2rem;
	height:0.4rem;
	background:url(../img/common/ico_arrow_r.png) no-repeat center;
	background-size:contain;
	transform:translate(0,-50%);
}
.banner .category li:last-child::after {
	display:none;
}
.banner .category li:nth-child(2) {
	font-family:'PLAY';
	font-weight:400;
}
.banner .category .home {
	margin-bottom:0.2rem;
	width:1rem;
}
.banner .banner_tit {
	font-size:4.5rem;
	padding-bottom:1rem;
	border-bottom:2px solid #FF0000;
	display:inline-block;
	max-width:1220px;
	width:90%;
	font-weight:600;
	line-height:1.3;
}
.banner .banner_subtit {
	font-size:1.6rem;
	font-weight:500;
}
.tab_wrapper {
	/* border-bottom:1px solid #DCDCDC; */
	height:150px;
	background: rgb(255,255,255);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 89px, rgba(0,0,0,0.1) 89px,rgba(0,0,0,0) 100%);
	position:relative;
}
.tab_wrapper.sticky {
	position:fixed;
	top:0;
	z-index: 5;
}
.tab_wrapper .scroll_indicator {
	position:absolute;
	left:0;
	top:91px;
	width:100%;
	height:5px;
	background:pink;
}
.scroll_indicator .scroll_bar {
	height:5px;
	background:hotpink;
	width:0%;
}
.tab_list {
	display:flex;
	justify-content: space-between;
	position:relative;
	border-bottom:2px solid #D8D8D8;
	padding:0 5%;
}
.tab_list::after {
	content:'';
	display:block;
	width:0px;
	height:2px;
	position:absolute;
	width:12.5%;
	left:0;
	bottom:-2px;
	background:#00AEEF;
}
.tab_list li {
	width:20%;
	text-align:center;
	position:relative;
}
.tab_list li a {
	font-size:20px;
	font-weight:500;
	color:#221E1F;
	padding:18px 0;
	display: inline-block;
	position:relative;
	line-height: 1.1;
}
.tab_list li a em {
	display:block;
	width:12px;
	height:12px;
	border-radius:6px;
	background:#D8D8D8;
	position:absolute;
	bottom:-6px;
	left:50%;
	transform:translate(-50%,0);
	z-index: 2;
}
.tab_list li a span {
	display:block;
	font-size:28px;
	font-family:'DIN Condensed'
}
.tab_list li.on a {
	color:#00AEEF;
}
.tab_list li.on em {
	background:#00AEEF;
}
.tab_list li.on a:after {
	content:'';
	width:28px;
	height:28px;
	border-radius:14px;
	background:#00AEEF;
	opacity: 0.4;
	position:absolute;
	bottom:-14px;
	left:50%;
	transform:translate(-50%,0);
}
.tab_list li .scroll_bar {
	width:0px;
	height:2px;
	position:absolute;
	left:50%;
	bottom:-2px;
	background:#00AEEF;
}

#tab_trigger2 {
	transform:translate(0,-3.1rem);
}
.tab_nav {
	margin:0 auto;
	background:#C80101;
	color:#fff;
	padding:1.3rem 0;
	width:100%;
	z-index: 3;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	border-radius:1rem;
	transform:translate(0,-50%) scale(0.85,0.85);
	font-size:1.4rem;
}
.tab_nav.sticky {
	border-radius:0;
	position:fixed;
	top:0;
	transform:translate3d(0%,0%,0) scale(1,1) !important;
	font-size: 1.1rem !important;
    padding: 1.1rem 0 !important;
}
.tab_nav ul {
	display:flex;
	align-items: center;
	justify-content: center;
	gap:6.5rem;
}
.tab_nav ul li{
	position:relative;
}
.tab_nav li::after {
	content:'';
	display:block;
	width:1px;
	height:100%;
	background:#fff;
	opacity:0.3;
	position:absolute;
	right:-3.75rem;
	top:0;
}
.tab_nav li:last-child::after {
	display:none;
}
.tab_nav li a{
	display:inline-block;
	text-align:center;
	color:#fff;
	position:relative;
}
.tab_nav li.on a {
	font-weight:600;
}
.tab_nav li.on a::after {
	content:'';
	display:block;
	background:#fff;
	width:0.3rem;
	height:0.3rem;
	position:absolute;
	left:50%;
	top:-0.4rem;
	transform:translate(-50%,0);
	border-radius:0.5rem;
}
.mob_tab_nav {
	background:#C80101;
	display:none;
	z-index: 3;
}
.mob_tab_nav.sticky {
	position:fixed;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
}
.mob_tab_nav a {
	font-size:1.3rem;
	color:#fff;
	width:100%;
	display:block;
	margin:auto;
}
.mob_tab_nav .swiper-slide {
	width:auto !important;
	text-align:center;
	position:relative;
	padding:1.6rem 0;
}
.mob_tab_nav .swiper-slide:last-child {
	margin-right:0 !important;
}
.mob_tab_nav .swiper-slide.active a {
	font-weight:bold;
}
.mob_tab_nav .swiper-slide.active a::after {
	content:'';
	display:block;
	background:#fff;
	width:0.3rem;
	height:0.3rem;
	position:absolute;
	left:50%;
	top:1rem;
	transform:translate(-50%,0);
	border-radius:0.5rem;
}
.mob_tab_nav .swiper-slide a::before {
	content:'';
	display:block;
	width:1px;
	height:1.9rem;
	background:#fff;
	opacity:0.3;
	position:absolute;
	right:-30px;
	top:1.5rem;
}
.mob_tab_nav .swiper-slide:last-child a::before {
	display:none;
}

.interview_wrap {
	display:flex;
	display:-webkit-flex;
	border-radius:1rem;
	overflow:hidden;
}
.interview_wrap .left {
	width:60%;
}
.interview_wrap .left img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.interview_wrap .right {
	width:40%;
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background:#F2F2F2;
	padding:7rem 2rem 2.5rem;
}
.interview_wrap .right img {
	width:1.9rem;
}
.interview_wrap .right h3 {
	font-size:1.8rem;
	color:#000;
	letter-spacing: -0.1rem;
	width:100%;
	font-weight:600;
}
.interview_wrap .right .name {
	font-size:0.75rem;
	font-weight:500;
	color:#000000;
	border-top:0.2rem solid #FF0000;
	padding-top:1rem;
	width:100%;
	line-height:2;
}
.interview_wrap .right .name b {
	font-size:1.1rem;
	font-weight:700;
	letter-spacing: 0.2rem;
}
.qa_list + .d-flex {
	gap:2rem;
}
.qa_list + .d-flex sdl{
	flex-grow:1;
}
.qa_list + .d-flex > img {
	border-radius:1rem;
	width:calc(50% - 2rem);
}
.qa_list dt,.qa_list dd {
	position:relative;
	padding-left:2.25rem;
	font-size:1rem;
	line-height:1.8;
	word-break:keep-all;
	letter-spacing: -0.04rem;
}
.qa_list .img_dd {
	padding-left:0;
}
.qa_list .img_dd img {
	border-radius:1rem;
	max-width:100%;
}
.qa_list strong {
	color:#0071BC
}
.qa_list dt {
	color:#816A6A;
	font-weight:500;
	margin-bottom:1.2rem;
}
.qa_list dd {
	color:#000;
	font-weight:500;
	margin-bottom:3.2rem;
	text-align:justify;
}
.qa_list .icon {
	display:block;
	width:1.75rem;
	height:1.75rem;
	border-radius:2rem;
	font-weight:500;
	font-size:1rem;
	text-align:center;
	line-height:1.75rem;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
}
.qa_list dt .icon {
	background:#816A6A;
}
.qa_list dd .icon {
	background:#000;
}
.qa_list .float_img {
	float:right;
	margin-left:2rem;
	padding-left:0;
}
.qa_list .float_img img {
	width:30.5rem;
	border-radius:1rem;
}

#bg_video {
	width:100%;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	z-index: -1;
	display:none;
}
#bg_video video {
	min-width:100%;
	min-height:100vh;
	width: auto;
    height: auto;
}
#bg_video.sticky {
	display:block;
}
#congMessage .cont {
	padding:3rem 0 5rem;
}
#congMessage .post_ul {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	gap:1rem;
}
#congMessage .cont ul li {
	position:relative;
	color:#000;
	margin-bottom:2rem;
	width:calc((100% - 2rem) / 3);
}
#congMessage .cont ul li::after {
	content:'';
	display:block;
	padding-top:100%;
}
#congMessage .cont ul li:first-child,
#congMessage .cont ul li:nth-child(9) {
	background:url(../img/anniversary/postit_01.png) no-repeat 50%;
	background-size:contain;
}
#congMessage .cont ul li:nth-child(2),
#congMessage .cont ul li:nth-child(7) {
	background:url(../img/anniversary/postit_02.png) no-repeat 50%;
	background-size:contain;
}
#congMessage .cont ul li:nth-child(3),
#congMessage .cont ul li:nth-child(8) {
	background:url(../img/anniversary/postit_03.png) no-repeat 50%;
	background-size:contain;
}
#congMessage .cont ul li:nth-child(4),
#congMessage .cont ul li:nth-child(11) {
	background:url(../img/anniversary/postit_04.png) no-repeat 50%;
	background-size:contain;
}
#congMessage .cont ul li:nth-child(5),
#congMessage .cont ul li:nth-child(12) {
	background:url(../img/anniversary/postit_05.png) no-repeat 50%;
	background-size:contain;
}
#congMessage .cont ul li:nth-child(6),
#congMessage .cont ul li:nth-child(10) {
	background:url(../img/anniversary/postit_06.png) no-repeat 50%;
	background-size:contain;
}

#congMessage .cont ul li h4 {
	font-size:1.1rem;
	font-weight:600;
	line-height:1.6;
	position:absolute;
	top:1.5rem;
	left:1.5rem;
}
#congMessage .cont ul li h4 span {
	font-weight:500;
	font-size:0.7rem;
	display:inline-block;
	margin-left:0.5rem;
}
#congMessage .cont ul li p {
	color:#000;
	font-size:0.8rem;
	font-weight:500;
	line-height:1.8;
	overflow:hidden;
	position:absolute;
	top:4.5rem;
	left:1.6rem;
	width:calc(100% - 2.3rem);
	padding-right:1.5rem;
	height:calc(100% - 7rem);
	word-break : keep-all;
}
#congMessage .more_btn {
	background:#FF0000;
	text-align:center;
	color:#fff;
	border-radius:1rem;
	padding:1rem 0;
	width:100%;
	font-size:1.25rem;
	font-weight:600;
}
#congMessage .more_btn img {
	margin:0 0 0.5rem 0.4rem;
	width:1rem;
}
#congMessage .ul_wrap {
	display:none;
}
#congMessage .ul_wrap:first-child {
	display:block;
}


/* ------------- history --------------- */
.popup_back {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index: 4;
	left:0;
	top:0;
	display:none;
}
.popup_back .popup_cont {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.popup_back .popup_cont .img_detail {
	max-width:90vw;
	max-height :80dvh;
}
.popup_back .pop_close {
	width:2rem;
	position:absolute;
	right:0;
	top:-4rem;
	cursor:pointer;
}
.History .banner {
	background:url(../img/history/majorHistory/majorHistory_bg.jpg) no-repeat 50%;
	background-size:cover;
}
#majorHistory .more_btn {
	position:absolute;
	z-index: 2;
	right:4%;
	bottom:10rem;
	display:none;
}
#majorHistory .more_btn img {
	width:6.5rem;
}
#majorHistory div[class^=tab0] {
	display:none;
	padding:0;
}
#majorHistory div[class^=tab0].on {
	display:block;
}
#majorHistory .gallery-box {
	background:#000;
	position:relative;
}
#majorHistory .control-wrap {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	z-index: 3;
}
#majorHistory button[class^=slick-gallery] img {
	width:2.8rem;
	cursor:pointer;
}
#majorHistory button[class*=slick-thumb] img {
	width:3.4rem;
	cursor:pointer;
}
#majorHistory button[class^=slick-gallery-next] {
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
#majorHistory .thumb_wrap {
	background:#000000;
	position:relative;
	padding:0.8rem 0;
}
#majorHistory .thumb_wrap .wrap_1620 {
	width:calc(100% - 15rem);
}
#majorHistory button[class*=slick-thumb-prev]{
	position:absolute;
	left:3rem;
	top:50%;
	transform:translate(0,-50%);
	cursor:pointer;
}
#majorHistory button[class*=slick-thumb-next]{
	position:absolute;
	right:3rem;
	top:50%;
	transform:translate(0,-50%);
	cursor:pointer;
}
#majorHistory .gallery-thumb-box .slick-slide img {
	width:100%;
	height:100%;
	object-fit: cover;
}
#majorHistory .gallery-thumb-box .slick-slide .thumb_on {
	display:none;
}
#majorHistory .gallery-thumb-box .slick-current img {
	display:none;
}
#majorHistory .gallery-thumb-box .slick-current .thumb_on {
	display:block;
}
#majorHistory div[class*=gallery-thumb-swiper] .slick-slide{
	margin:0 0.35rem;
	cursor:pointer;
}
#majorHistory .swiper-slide {
	position:relative;
}
#majorHistory .swiper-slide .wrap_1620 {
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	flex-direction: column;
	position:absolute;
	height:100%;
	left:50%;
	top:0;
	transform:translate(-50%,0);
}
#majorHistory .swiper-slide .slide_bg {
	width:100%;
	min-height: 40rem;
    object-fit: cover; 
    object-position: center;
}
#majorHistory .swiper-slide .wrap_1620 .year {
	font-size:6rem;
	color:#ffff;
	opacity:0.6;
	font-weight:bold;
	letter-spacing:-0.4rem;
	margin-bottom:0.4rem;
}
#majorHistory .swiper-slide .text{
	flex-direction:column;
	border-left:0.25rem solid #FF0000;
	gap:1.7rem;
	padding-left:0.5rem;
}
#majorHistory .swiper-slide .text h3 {
	color:#fff;
	font-size:1.8rem;
	font-weight:600;
	line-height:1.4;
	word-break: keep-all;
}
#majorHistory .swiper-slide .text p {
	font-size:0.9rem;
	font-weight:500;
	color:#fff;
	opacity:0.8;
}

#thenNow .tab_nav ul {
	gap:3rem;
}
#thenNow .tab_nav li::after {
	right:-1.5rem;
}

#historyChange .cont {
	padding:3rem 0 5rem;
}
#historyChange .swiper-container {
	position:relative;
	padding-bottom:2rem;
}
#historyChange .swiper-container .swiper-slide {
	height:auto;
}
.History .swiper-pagination {
	bottom:0 !important;
}
.History .swiper-pagination-bullet-active {
	background:#FF0000 !important;
	border:none !important;
}
.History .swiper-pagination-bullet {
	background:#fff;
	border:2px solid #777777;
	opacity:1;
	margin:0 0.5rem;
	width:0.6rem;
	height:0.6rem;
	border-radius:1rem;
}
#historyChange .swiper-slide {
	background:#F2F2F2;
	border-radius:1rem;
	padding:2rem 3.8rem 3.5rem;
	text-align:center;
	color:#000;
}
#historyChange .swiper-slide img {
	border-radius:1rem;
	width:100%;
}
#historyChange .swiper-slide .num {
	font-size:1.5rem;
	border-bottom:0.2rem solid #FF0000;
	display:inline-block;
	font-weight:700;
	line-height:1.2;
	margin:1rem 0 0.75rem;
}
#historyChange .swiper-slide h4 {
	font-size:1.25rem;
	margin-bottom:1rem;
}
#historyChange .swiper-slide p {
	font-size:0.9rem;
	color:#333;
	line-height:1.7;
	word-break:keep-all;
}
.swiper-navigation .swiper-button-next{
	right:0;
	left:auto;
	width:auto;
}
.swiper-navigation .swiper-button-prev {
	left:0;
	right:auto;
	width:auto;
}
.swiper-navigation img {
	width:2.8rem;
}
#footprint .cont {
	padding:3rem 0 5rem;
}
#footprint .swiper-wrap {
	background:#F2F2F2;
	border-radius:1rem;
	text-align:center;
	padding:2.5rem 4rem 1.3rem;
	position:relative;
	overflow:hidden;
}
#footprint .swiper-slide ul {
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	gap:0.7rem;
	overflow:hidden;
}
#footprint .swiper-slide ul li {
	position:relative;
}
#footprint .swiper-slide img {
	margin-right:-2%;
	width:12.75rem;
	max-width:100%;
}
#footprint .swiper-slide .img_wrap {
	position:relative;
	display:inline-block;
}
#footprint .swiper-slide .more_btn{
	display:block;
	width:4.2rem;
	position:absolute;
	right: 4%;
    bottom:0.8rem;
}
#footprint .swiper-slide p {
	font-size:1rem;
	color:#000;
	font-weight:500;
	margin-top:1rem;
}
#footprint .swiper-slide p small {
	display:block;
	font-size:0.8rem;
}
#footprint .swiper-pagination {
	left:50%;
	transform:translate(-50%,0);
	bottom:auto !important;
}

.Highlight .banner {
	background: url(../img/highlight/banner_highlight.jpg) no-repeat center;
    background-size: cover;
}
#infographic .cont {
	background:#F2F2F2;
	padding:3rem 0 8rem;
}
#infographic .cont .wrap_1620 {
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	flex-wrap:wrap;
	gap:3rem;
}
#infographic article {
	background:#fff;
	text-align:center;
	border-radius:1rem;
	padding:0 3rem 3rem 3rem;
}
#infographic .info_tit {
	font-weight:600;
	font-size:2rem;
	color:#000;
}
#infographic .info_tit::before {
	content:'';
	display:block;
	width:0.2rem;
	height:2.9rem;
	margin:0 auto 0.5rem;
	background:#FF0000;
}
#infographic p.detail {
	font-weight:500;
	color:#000;
	font-size:1rem;
	margin-top:0.25rem;
}
#infographic .art1_cont {
	position:relative;
}
#infographic .art1_cont .bg {
	max-width:100%;
}
#infographic .art1 img[class^=line] {
	width:0;
	object-fit: cover;
}
#infographic .art1 img.left {
	object-position:right;
}
#infographic .art1 img.right {
	object-position:left;
}
#infographic .art1 img.bottom {
	object-position:top;
}
#infographic .art1 img.top {
	object-position:bottom;
}
#infographic .art1 .line01 {
	position: absolute;
    top: 32.5%;
    max-width: 9%;
    right: 79.8%;
    height: 11%;
}
#infographic .art1 .line02 {
	position: absolute;
    top: 6.9%;
    left: 20%;
    max-width: 63.5%;
    height: 40%;
}
#infographic .art1 .line03 {
	position: absolute;
    top: 44%;
    right: 80.7%;
    max-width: 4.5%;
	height:3.7%;
}
#infographic .art1 .line04 {
	position: absolute;
	top: 43%;
	left: 20%;
	max-width: 5.4%;
	max-height: 43%;
}
#infographic .art1 .line05 {
	position: absolute;
    top: 44%;
    left: 83.2%;
    max-width: 2.95%;
	height:3.3%;
}
#infographic .art1 .line06 {
	position: absolute;
	top: 2%;
	right: 16.5%;
	max-width: 70.3%;
	height: 82.6%;
}
#infographic .art1 .line07 {
	position: absolute;
    top: 37.7%;
    right: 27.6%;
    max-width: 14.7%;
    height: 21.75%;
}
#infographic .art1 .line08 {
	position: absolute;
	top: 44.5%;
	right: 19%;
	max-width: 21.0%;
	height: 36.4%;
}
#infographic .art1 .line09 {
	position: absolute;
	top: 45.5%;
	right: 16.9%;
	max-width: 24.3%;
	hei;
	height: 36.5%;
}
#infographic .art1 .line10 {
	position: absolute;
    top:47%;
    left: 72.3%;
    max-width: 13.7%;
    height: 12.8%;
}
#infographic .art1 .line11 {
	position: absolute;
    top: 37.8%;
    left: 59.6%;
    max-width: 24.1%;
    max-height: 13.9%;
}
#infographic .art1 img[class*=point] {
	width:0.45rem;
}
#infographic .point1 {
	position:absolute;
	left: 15.1%;
    top: 53%;
	display:none;
}
#infographic .point2 {
	position: absolute;
    left: 18.92%;
    top: 46.5%;
}
#infographic .point3 {
	position: absolute;
    left: 19.9%;
    top: 42.5%;
}
#infographic .point4 {
	position: absolute;
    right: 27.3%;
    top: 58.9%;
}
#infographic .point5 {
	position: absolute;
    right: 18.95%;
    top: 44.2%;
}
#infographic .point6 {
	position: absolute;
    right: 18.2%;
    top: 51%;
	display:none;
}
#infographic .point7 {
	position: absolute;
    right: 16.4%;
    top: 46.5%;
}
#infographic .art2 .graph_wrap {
	position:relative;
	/* border:1px solid black; */
	right:0;
	top:0;
	display:inline-block;
}
#infographic .art2 .graph_wrap img {
	max-width:100%;
}
#infographic .art2 ul.d-flex {
	align-items: baseline;
    width: 99.5%;
    position: absolute;
    left: 50%;
    bottom: 11%;
    transform: translate(-50%, 0);
	height:90%;
}
#infographic .art2 ul li{
	width:2%;
	width: 2%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
	gap:1rem;
	align-self: stretch;
}
#infographic .art2 ul li .bar {
	background:url(../img/highlight/art2_bar.png) no-repeat bottom center;
	max-height:1rem;
	min-height:1rem;
	position:relative;
	height:1rem;
	background-size:cover;
}
#infographic .art2 ul li .bar.barActive {
	animation-name:barActive;
	animation-duration: 4s;
	animation-fill-mode: forwards;
}
#infographic .art2 ul li .bar::after {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	background:url(../img/highlight/art2_bar.png) no-repeat top center;
	position:absolute;
	left:0;
	top:0;
	transform:translate(0,-50%);
	z-index: 2;
	background-size:cover;
}
#infographic .art2 ul li span{
	writing-mode: vertical-lr;
	transform:rotate(180deg) translate(8%,0px);
	font-weight:bold;
	font-size:1rem;
	color:#961526;
}
#infographic .art2 span.counter29 {
	font-size:1.35rem;
	color:#FF0000 !important;
	transform:rotate(180deg) translate(-15%,0px);
}

@keyframes barActive {
	0% {
	  height:1rem;
	}
  
	100% {
	  height:100%;
	}
  }
  

#infographic .art2 ul li:nth-child(1) .bar.barActive {
	max-height:8.3%;
} 
#infographic .art2 ul li:nth-child(2) .bar.barActive {
	max-height:9.8%;
}
#infographic .art2 ul li:nth-child(3) .bar.barActive {
	max-height:11%;
} 
#infographic .art2 ul li:nth-child(4) .bar.barActive {
	max-height:14%;
}
#infographic .art2 ul li:nth-child(5) .bar.barActive {
	max-height:13%;
}
#infographic .art2 ul li:nth-child(6) .bar.barActive {
	max-height:15.5%;
}
#infographic .art2 ul li:nth-child(7) .bar.barActive {
	max-height:17.5%;
}
#infographic .art2 ul li:nth-child(8) .bar.barActive {
	max-height:17.7%;
}
#infographic .art2 ul li:nth-child(9) .bar.barActive {
	max-height:19.7%;
}
#infographic .art2 ul li:nth-child(10) .bar.barActive {
	max-height:22.5%;
}
#infographic .art2 ul li:nth-child(11) .bar.barActive {
	max-height:26.4%;
}
#infographic .art2 ul li:nth-child(12) .bar.barActive {
	max-height:26.7%;
}
#infographic .art2 ul li:nth-child(13) .bar.barActive {
	max-height:26.9%;
}
#infographic .art2 ul li:nth-child(14) .bar.barActive {
	max-height:32.2%;
}
#infographic .art2 ul li:nth-child(15) .bar.barActive {
	max-height:35.4%;
}
#infographic .art2 ul li:nth-child(16) .bar.barActive {
	max-height:24.8%;
}
#infographic .art2 ul li:nth-child(17) .bar.barActive {
	max-height:32.8%;
}
#infographic .art2 ul li:nth-child(18) .bar.barActive {
	max-height:41%;
}
#infographic .art2 ul li:nth-child(19) .bar.barActive {
	max-height:50.4%;
}
#infographic .art2 ul li:nth-child(20) .bar.barActive {
	max-height:53.3%;
}
#infographic .art2 ul li:nth-child(21) .bar.barActive {
	max-height:49.9%;
}
#infographic .art2 ul li:nth-child(22) .bar.barActive {
	max-height:50%;
}
#infographic .art2 ul li:nth-child(23) .bar.barActive {
	max-height:49.9%;
}
#infographic .art2 ul li:nth-child(24) .bar.barActive {
	max-height:53.4%;
}
#infographic .art2 ul li:nth-child(25) .bar.barActive {
	max-height:51.3%;
}
#infographic .art2 ul li:nth-child(26) .bar.barActive {
	max-height:53.4%;
}
#infographic .art2 ul li:nth-child(27) .bar.barActive {
	max-height:46%;
}
#infographic .art2 ul li:nth-child(28) .bar.barActive {
	max-height:53%;
}
#infographic .art2 ul li:nth-child(29) .bar.barActive {
	max-height:64.5%;
}
#infographic .art2 ul li:nth-child(30) .bar.barActive {
	max-height:70%;
} 

#infographic .art3 .art3_graph_wrap {
	position:relative;
}
#infographic .art3 .employee_box {
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	background:#F2F2F2;
	border-radius:1rem;
	padding:1.5rem 1rem;
	font-weight:600;
	font-size:1.2rem;
	color:#000;
}
#infographic .art3 .employee_box h4 {
	font-size:1.3rem;
	font-weight:800;
	margin-top:0.5rem;
}
#infographic .art3 .employee_box h4 span{
	font-size:1.7rem;
	color:#FF0000;
	display:inline-block;
	width:4.5rem;
	text-align:right;
}
#infographic .art3 .graph_wrap span {
	font-weight:800;
}
#infographic .art3 .graph_wrap {
	position:relative;
	/* border:1px solid black; */
	display:inline-block;
}
#infographic .art3 img {
	max-width:100%;
}
#infographic .art3 div[class^=text] {
	text-align:center;
	position:absolute;
}
#infographic .art3 .text1 {
	transform: translate(50%, -50%);
    top: 35%;
    right: 31%;
}
#infographic .art3 .text2 {
	transform: translate(-50%, 50%);
	bottom: 31%;
    right: 40%;
}
#infographic .art3 .text3 {
	transform: translate(-50%, 50%) rotate(-13deg);
    bottom: 42.5%;
    left: 12.5%;
	text-align:left;
}
#infographic .art3 .text4 {
	transform: translate(-50%, 50%) rotate(-9deg);
    bottom: 46%;
    left: 11.5%;
	text-align:left;
}
#infographic .art3 .text5 {
	transform: translate(50%, -50%);
    top: 45%;
    left: 1%;
}
#infographic .art3 .text6 {
	transform: translate(50%, -50%);
    top: 31.5%;
    left: 4.5%;
}
#infographic .art3 .text7 {
	transform: translate(-50%, -50%);
    top: 20.5%;
    left: 22.5%;
}
#infographic .art3 .text8 {
	transform: translate(-50%, -50%);
    top: 13.5%;
    left: 35.5%;
}
#infographic .art3 .text9 {
	transform: translate(-50%, -50%);
    top: 9%;
    left: 44%;
}
#infographic .art3 div[class^=text] h4 {
	font-size:0.9rem;
	font-weight:600;
	color:#fff;
	line-height:1.3;
}
#infographic .art3 span[class^=counter] {
	color:#fff;
	font-size:1.75rem;
	line-height:1.2;
}
#infographic .art3 span.counter1 {
	font-size:3rem;
}
#infographic .art3 span.counter2 {
	font-size:2.5rem;
}
#infographic .art3 span.counter3,
#infographic .art3 span.counter4 {
	font-size:1.1rem;
}
#infographic .art3 span.counter5 {
	font-size:1.75rem;
}
#infographic .art3 span.counter6 {
	font-size:1.3rem;
}
#infographic .art3 span.counter7 {
	font-size:1.75rem;
}
#infographic .art3 span.counter8 {
	font-size:1.3rem;
	display:inline-block;
	margin-left:2rem;
}
#infographic .art3 span.counter9 {
	font-size:1.3rem;
}

#infographic .art3 div.text3 h4,
#infographic .art3 div.text4 h4 {
	font-size:0.7rem;
	display:inline-block;
}
#infographic .art3 div.text6 h4,
#infographic .art3 div.text8 h4,
#infographic .art3 div.text9 h4 {
	font-size:0.8rem;
}


.loading {
	width: 100%;
	height: 100%;
	position:absolute;
	left:0;
	top:0;
  }
  
  .loading svg {
	display: block;
	width: 100%;
	height: 100%;
  }
  
  .circle {
	transform: rotate(-90deg);
	transform-origin: center;
	stroke-dasharray: 1040;
    stroke-dashoffset: 1038;
  }
 .art4 .left .circle_wrap.active .circle{
	animation: circle_4 2s ease-in-out forwards;
  }
  
  
  @keyframes circle_4 {
	0% {
	  stroke-dashoffset: 1038;
	}
  
	100% {
	  stroke-dashoffset: 0;
	}
  }
  
  @keyframes check_4 {
	0% {
	  stroke-dashoffset: 1040;
	}
  
	100% {
	  stroke-dashoffset: 2200;
	}
  }
  
#infographic .art4 .d-flex {
	align-items: flex-end;
	justify-content: space-around;
}
#infographic .art4 .left .circle_wrap {
	display:inline-block;
	padding:1rem;
	position:relative;
	width:21rem;
	max-width:100%;
	margin-bottom:0.4rem;
}
#infographic .art4 .left .circle_wrap::after {
	content:'';
	display:block;
	padding-top:100%;
}
#infographic .art4 .left .circle_wrap .bg {
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	opacity:0;
}
#infographic .art4 .left .circle_wrap.active .bg{
	animation:fadeIn 1.4s ease;
	animation-delay:0.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@keyframes fadeInUp {
	from {
		opacity:0;
		transform:translate(-50%,-30%);
	}
	to {
		opacity:1;
		transform:translate(-50%,-50%);
	}
}

#infographic .art4 .shadow {
	max-width:30%;
	display:block;
	margin: 0 auto 1rem;
}
#infographic .art4 p{
	color:#000;
	font-size:1.4rem;
	font-weight:600;
}
#infographic .art4 p b{
	font-weight:800;
	font-size:1.5rem;
}
#infographic .art4 p .counter{
	color:#FF0000;
	font-size:5rem;
	font-weight:800;
	letter-spacing:-0.2rem;
	line-height:1.3;
}
  
#infographic .art4 .right .circle_wrap {
	/* border:1px solid black; */
	display:inline-block;
	position:relative;
	padding:1rem;
	width:21rem;
}
#infographic .art4 .right .inner {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
#infographic .art4 .right .inner .car {
	position:absolute;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:29%;
}
#infographic .art4 .right .inner.active {
	animation:carMove 6s linear;
	animation-iteration-count: infinite;
}
@keyframes carMove{
	0% {
		transform:translate(-50%,-50%) rotate(0deg);
	}
	50% {
		transform:translate(-50%,-50%) rotate(-180deg);
	}
	100% {
		transform:translate(-50%,-50%) rotate(-360deg);
	}
}
#infographic .art4 .right img {
	max-width:100%;
}
#infographic .art4 .right .shadow {
	max-width:30%;
	display:block;
	margin: 0.5rem auto 1rem;
}
#infographic .AniLeft {
	animation-name:AniLeft;
	animation-duration : 4s;
	animation-fill-mode: forwards;
}
#infographic .AniRight {
	animation-name:AniLeft;
	animation-duration : 4s;
	animation-fill-mode: forwards;
}
#infographic .AniBottom {
	animation-name:AniLeft;
	animation-duration : 4s;
	animation-fill-mode: forwards;
}
@keyframes AniLeft {
	from {
		width:0;
	}
	to {
		width:100%;
	}
}
@keyframes AniBottom {
	from {
		height:0;
	}
	to {
		height:100%;
	}
}
@keyframes AniTop {
	from {
		height:0;
	}
	to {
		height:100%;
	}
}

.mob_tab_nav .swiper-wrapper {
	justify-content: center;
}
#Anniversary #bg_video {
	display:block;
}
div[class^=tab0] {
	padding:7.6rem 0 5rem;
	display:none;
}
div[class^=tab0].on {
	display:block !important;
}
.iframe_wrapper {
	margin:0 auto;
	text-align:center;
}


#majorHistory .mob_tab_nav .swiper-wrapper {
	justify-content: center;
}


.mb_15 { margin-bottom:0.75rem;}
.mb_20 { margin-bottom:1rem;}
.mb_30 { margin-bottom:1.5rem;}
.mb_40 { margin-bottom:2rem;}
.mb_45 { margin-bottom:2.25rem;}
.mb_50 { margin-bottom:2.5rem;}
.mb_60 { margin-bottom:3rem;}
.mb_70 { margin-bottom:3.5rem;}
.mb_85 { margin-bottom:4.25rem;}
.mb_140 { margin-bottom:7rem;}

@media screen and (max-width: 1680px) {
	html {
		font-size:18px;
	}
	.wrap_1620 {
		width:90%;
	}
}
@media screen and (max-width: 1440px) {
	html {
		font-size:16px;
	}
	.tab_list li a {
		font-size:19px;
	}
	.qa_list + .d-flex > img {
		width:calc(30% - 2rem);
		object-fit:cover;
	}
}
@media screen and (max-width:1280px) {
	html {
		font-size:14px;
	}
	footer select {
		display:none;
	}
	#infographic .art4 p .counter {
		font-size:4.3rem;
	}
	#infographic .art2 .graph_wrap {
		min-height:calc(50vw + 11rem);
		background:url(../img/highlight/art2_bg.png) no-repeat bottom center;
		background-size:100%;
	}
	#infographic .art2 .graph_wrap img {
		opacity: 0;
	}
	#infographic .art2 ul.d-flex {
		height:100%;
	}
}
@media screen and (max-width : 1024px) {
	nav {
		display:none;
	}
	.head_area {
		display:block;
	}
	.tab_nav {
		padding:1.6rem 0;
	}
	.tab_nav ul {
		gap:4rem;
	}
	.tab_nav li a {
		font-size:1.3rem;
	}
	.tab_nav li::after {
		right:-2rem;
		height:1.3rem;
		top:0.3rem;
	}
	.qa_list .float_img img {
		width:20rem;
	}

	#congMessage .cont ul li h4 span {
		display:block;
		margin-left:0;
		margin-top:0.2rem;
	}
	#congMessage .cont ul li p {
		height:calc(100% - 8rem);
		top:5.4rem;
	}
	#historyChange .swiper-slide p br{
		display:none;
	}
	#footprint .swiper-slide ul {
		flex-wrap:wrap;
	}
	#infographic .art3 .employee_box {
		position:relative;
		margin-top:1.5rem;
	}
	.interview_wrap .right {
		width:45%;
	}
	.interview_wrap .right h3 .last_br {
		display:none;
	}
	#infographic .art2 .graph_wrap {
		min-height:calc(65vw + 11rem);
	}
	#infographic .art2 ul.d-flex {
		bottom:7.3%;
		height:110%
	}
	#infographic .art4 .d-flex {
		flex-direction: column;
		align-items: center;
		gap: 3rem;
	}

	footer .d-flex {
		flex-direction: column;
		align-items:flex-start;
	}
	footer .d-flex>img:first-child {
		border-right:0;
	}
	footer .d-flex ol li:first-child::after {
		display:none;
	}
	footer .d-flex >div {
		border-top:1px solid rgba(255,255,255,0.2);
		padding-top:1rem;
		width:100%;
	}
	footer .d-flex ol {
		flex-wrap:wrap;
		gap:0 1rem;
	}
	footer .d-flex ol li:first-child {
		width:100%;
	}
}
@media screen and (max-width:768px) {
	html {
		font-size:12px;
	}
	.hamburger.is-active .line:nth-child(1) {
		-webkit-transform: translateY(0.6rem) rotate(45deg);
		-ms-transform: translateY(0.6rem) rotate(45deg);
		-o-transform: translateY(0.6rem) rotate(45deg);
		transform: translateY(0.6rem) rotate(45deg);
	}
	.swiper-navigation img {
		width:2.5rem;
	}
	.mob_br {
		display:inline-block;
	}
	.web_br {
		display:none;
	}
	.banner {
		padding:10.5rem 0 5rem;
	}
	.banner .banner_tit {
		font-size:3.5rem;
	}
	.tab_nav {
		display:none;
	}
	.mob_tab_nav {
		display:block;
	}
	.mob_tab_nav.sticky + .cont {
		padding-top:4.5rem;
	}
	div[class^=tab0] {
		padding-top:3rem;
	}
	.interview_wrap {
		flex-direction: column;
	}
	.interview_wrap .left,.interview_wrap .right {
		width:100%;
	}
	.tab02 .qa_list dd:nth-child(4) {
		word-break: break-all;
	}
	.interview_wrap .right {
		align-items: center;
		text-align:center;
		padding:2rem 3.7rem;
	}
	.interview_wrap .right img.mb_140 {
		margin-bottom:1.5rem;
	}
	.interview_wrap .right h3 .last_br {
		display:block;
	}
	#congMessage .cont ul li {
		width: calc((100% - 2rem) / 2);
	}
	#congMessage .post_ul {
		justify-content: space-around;
	}

	.History .swiper-pagination-bullet {
		border:1px solid #777;
	}
	#historyChange .swiper-slide {
		padding:2rem 2.5rem;
	}
	#historyChange .swiper-slide .num {
		margin:1.5rem 0 0.75rem;
	}
	#historyChange .swiper-slide img {
		border-radius:1rem;
		width:100%;
		min-height:13rem;
		object-fit:cover;
		object-position: center;
	}
	#majorHistory .thumb_wrap .wrap_1620 {
		width:calc(100% - 11rem);
	}
	#majorHistory .gallery-thumb-box .slick-slide img {
		min-height:7rem;
		object-fit: contain;
	}
	#majorHistory button[class*=slick-thumb-prev] {
		left:1.5rem;
	}
	#majorHistory button[class*=slick-thumb-next] {
		right:1.5rem;
	}
	#majorHistory .swiper-slide .wrap_1620 {
		top:auto;
		bottom:4rem;
		height:auto;
	}
	#majorHistory .more_btn {
		display:block;
	}
	#footprint .swiper-slide ul {
		gap:0.7rem 1rem;
		justify-content: flex-start;
	}
	#footprint .swiper-slide ul li {
		width:calc(50% - 0.7rem);
	}
	#infographic .art1 img[class*=point] {
		width:0.3rem;
	}
	#infographic .art2 {
		padding-right:2rem;
		padding-left:2rem;
	}
	#infographic .art2 ul li span {
		font-size:0.8rem;
		transform:rotate(180deg) translate(-19%,0px);
	}
	#infographic .art4 p .counter {
		font-size: 3rem;
	}
	#infographic .art2 span.counter29 {
        transform: rotate(180deg) translate(-65%, 0px);
        font-size: 1.2rem;
    }
}
	
@media screen and (max-width:640px) {
	.qa_list .float_img {
		float:none;
		margin-bottom:3.2rem;
	}
	.qa_list .float_img img {
		width:100%;
	}
}
@media screen and (max-width:600px) {
	#thenNow .mob_tab_nav .swiper-wrapper {
		justify-content:flex-start;
		margin:0 20px ;
	}
}
@media screen and (max-width:480px) {
	html {
		font-size:10px;
	}
	.mob_tab_nav .swiper-slide a::before {
		right:-20px;
	}
	#majorHistory .thumb_wrap .wrap_1620 {
		width:calc(100% - 8rem);
	}
	#majorHistory button[class*=slick-thumb-prev] {
		left:0.5rem;
	}
	#majorHistory button[class*=slick-thumb-next] {
		right:0.5rem;
	}
	#infographic .art1 img[class*=point] {
		width:0.2rem;
	}
}
