@import url("https://webfontworld.github.io/kopus/KoPubWorldBatang.css");
@import url("https://webfontworld.github.io/kopus/KoPubWorldDotum.css");
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
/*font-family:'KoPubWorldBatang';font-family:'KoPubWorldDotum';*/
/*css 추가*/
html,body {
	font-size:16px
}
;
.mo-header,.mobileGnbWrap,.btnAllmenu {
	display: none;
}
.mo-header {
	/* display:flex;*/
	justify-content:space-between;
	align-items:center;
	position:fixed;
	width:100%;
	padding:15px 30px;
	box-sizing:border-box;
	top:0;
	left:0;
	background-color:#fff;
	/*box-shadow:0 1px 10px rgba(0,0,0,0.1);*/
	z-index:99;
	transition:all 0.3s ease-in-out;
	/*영역확인*/
	background-color:transparent;
	display:none;
}
.mo-logo {
	display:block;
	width:150px;
	height:48px;
	background-image:url("/images/logo_white.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.mo-header.sub {
	background-color:rgba(255,255,255,0.9) !important;
	box-shadow:0 1px 10px rgba(0,0,0,0.1);
}
.mo-header.sub .mo-logo {
	background-image:url('/images/logo_black.png') !important;
}

/*pc 햄버거버튼*/
.btnAllmenu2 {
	position:fixed;
	width:32px;
	height:32px;
	font-size:0;
	background-color:transparent;
	cursor:pointer;
	right:30px;
	top:30px;
}
.btnAllmenu2 .bar_top,.btnAllmenu2 .bar_mid,.btnAllmenu2 .bar_bot {
	display:block;
	position:absolute;
	right:0;
	width:40px;
	height:3px;
	background-color:#F92828;
	transform-origin:top right;
	transition:all 0.3s ease-in-out;
}
.btnAllmenu2 .bar_top {
	top:5px;
	width:32px;
}
.btnAllmenu2 .bar_mid {
	top:15px;
	display:block;
	width:25px;
}
.btnAllmenu2 .bar_bot {
	bottom:5px;
	display:block;
	width: 32px;
}
/* 전체메뉴
.sy_wrap {
	background:#144B86;
	z-index:9999;
	right:0;
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	display:none;
}
.sy_inner {
	max-width:1200px;
	margin:150px auto;
}
.logo_wrap {
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:30px;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.logo_w img {
	width:225px;
}
.close_ss {
	background-color:#fff;
	width:max-content;
	border-radius:400%;
	display:flex;
	align-items:center;
	cursor:pointer;
}
.close_s {
	transition:all 0.5s;
}
.close_ss:hover .close_s {
	transform:rotate(180deg);
}
.dep4 {
	display:block;
	font-size:1.06rem;
	color:#fff;
	margin-top:30px;
	line-height:2.5;
}
.dep3 {
	display:flex;
	justify-content:space-evenly;
	font-size:1.25rem;
	font-weight:bold;
	text-align:center;
}
.dep4>li>a {
	color:#fff;
	font-weight:300;
	position:relative;
}
.dep3>li>a {
	color:#fff;
	transition:all .4s;
}
.dep3>li {
	margin:20px;
}
.dep4>li a {
	transition:all .4s;
}
.dep3>li a:hover {
	color:#ff8d92;
}
.dep4>li a::after {
	content:"";
	position:absolute;
	width:0;
	height:2px;
	background-color:#ff8d92;
	bottom:0px;
	left:0;
	transition:all .3s ease-out;
}
.dep4>li a:hover::after {
	width:100%;
}
.dep4>li a:hover {
	color: #ff8d92;
}
 */

/* 모바일 햄버거버튼 */
.btnAllmenu {
	position:relative;
	width:32px;
	height:32px;
	font-size:0;
	background-color:transparent;
	cursor:pointer;
}
.btnAllmenu .bar_top,.btnAllmenu .bar_mid,.btnAllmenu .bar_bot {
	display:block;
	position:absolute;
	right:0;
	width:40px;
	height:3px;
	background-color:#F92828;
	transform-origin:top right;
	transition:all 0.3s ease-in-out;
}
.btnAllmenu .bar_top {
	top:5px;
	width:32px;
}
.btnAllmenu .bar_mid {
	top:15px;
	display:block;
	width:25px;
}
.btnAllmenu .bar_bot {
	bottom:5px;
	display:block;
	width:32px;
}
.mobileGnbWrap {
	width:100%;
	height:auto;
	position:relative;
	z-index:99999;
}
.mobileGnbWrap .bBg {
	display:none;
	background-color:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:fixed;
	z-index:99998;
}
.mobileGnbWrap .m-navbox {
	position:fixed;
	right:-100%;
	top:0;
	width:60%;
	height:100vh;
	overflow-y:scroll;
	background-color:#F92828;
	z-index:99999;
	transition:all 0.5s;
}
.mobileGnbWrap .m-navbox.on {
	right:0;
}
.mobileGnbWrap .m-navbox .mn-top {
	position:relative;
	height:90px;
}
.mobileGnbWrap .m-navbox .mn-top .closeBtn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20px;
	width:30px;
	height:30px;
}
.mobileGnbWrap .m-navbox .mn-top .closeBtn a {
	display:block;
	width:100%;
	height:100%;
}
.mobileGnbWrap .m-navbox .mn-top .closeBtn .lnr-cross {
	font-size:35px;
	color:#fff;
}
.mobileGnbWrap .m-navbox .m-nav>li {
	position:relative;
}
.mobileGnbWrap .m-navbox .m-nav>li>a {
	display:block;
	height:50px;
	line-height:50px;
	color:#fff;
	font-family:'Pretendard';
	border-bottom:1px solid rgba(255,255,255,0.2);
	text-indent:20px;
	font-size:1rem;
	font-weight:500;
	text-align:left;
}
.mobileGnbWrap .m-navbox .m-nav>li .lnr {
	display:none;
	position:absolute;
	top:19px;
	right:24px;
	font-size:1rem;
	color:#fff;
}
.mobileGnbWrap .m-navbox .m-nav>li .lnr-chevron-down {
	display:block;
}
.mobileGnbWrap .m-navbox .m-nav>li.on .lnr-chevron-down {
	display:none;
}
.mobileGnbWrap .m-navbox .m-nav>li.on .lnr-chevron-up {
	display:block;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2 {
	display:none;
	padding:0 0 0 24px;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2>li {
	position:relative;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2>li:before {
	content:"";
	display:block;
	width:4px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2>li>a {
	display:block;
	height:40px;
	line-height:40px;
	font-size:0.875rem;
	text-indent:20px;
	color:#fff;
	font-family:'Pretendard';
	transform:skew(0.03deg);
	text-align:left;
}
.mo-member__wrap {
	display:flex;
	padding:20px;
	justify-content:end;
}
.mo-member__wrap a {
	color:#fff;
	font-family:'Pretendard';
	display:flex;
	align-items:center;
}
.mo-member__wrap a::before {
	content:"";
	display:block;
	width:4px;
	height:4px;
	background-color:#fff;
	border-radius:100%;
	margin:0 8px;
}
.mo-member__wrap a:first-child::before {
	display: none;
}
/* header */
.header {
	width:100%;
	box-sizing:border-box;
	z-index:9999;
	overflow:hidden;
	height:100px;
	/*background-color:#fff;*/
	position:fixed;
	top:0;
	background-color:transparent;
	transition:height 0.3s ease-in-out,background-color 0.3s ease-in-out,margin 0.3s ease-in-out,top 1s ease-in-out;
	/*영역확인*/
}
.header_bg_rgba {
	background-color: rgba(255,255,255,0.7);
}
.header-center {
	width:100%;
	display:flex;
	align-items:center;
	padding:0 40px;
	box-sizing:border-box;
	justify-content:space-between;
	/*background-color:#fff;*/
	/*영역확인*/
	background-color:transparent;
}
.header .logo {
	display:block;
	/*width:260px;*/
	width:220px;
	height:64px;
	/*background-image:url("/images/gls_logo.png");*/
	background-image:url("/images/logo_white.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition:background-image 0.3s ease-in-out;
}
.gnb .logo_li {
	height:100%;
	display:flex;
	align-items:center;
}
.gnb_wrap {
	/*width:1200px;*/
	width:73%;
	height:100px;
	/*-position:relative;-text-align:center;*/
	margin:auto;
}
.gnb {
	height:100%;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.header ul,.header li {
	list-style:none;
	margin:0;
	padding: 0;
}
.header a {
	color:#000;
	text-decoration:none;
	/*font-family:"KoPubWorldDotum";*/
	font-family:'Pretendard';
	font-size:24px;
	font-weight:500;
	transition:all 0.1s ease;
}
.gnb .dep1 {
	font-size:0;
	/*display:flex;justify-content:center;align-items: center;*/
	display:flex;
	align-items:center;
	justify-content:center;
}
.gnb .dep1>li {
	position:relative;
	/*padding:35px 45px 0;*/
	padding:0 40px;
	font-size:1.25rem;
	width:auto;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.gnb .dep1>a {
	display:inline-block;
	width:100%;
	height:100%;
	font-size:22px;
	color:#212121;
	transition:color 0.2s linear;
	font-weight:500;
}
.gnb .dep1>li a {
	font-size:24px;
	font-family:'Pretendard';
	font-weight:500;
}
.gnb .dep2 {
	width:100%;
	position:absolute;
	top:100px;
	left:0;
	height:100%;
	opacity:0;
	transition:opacity 0.5s;
	font-size:0;
	padding-top:24px;
}
.gnb .dep2 li {
	margin-bottom:20px;
	text-align:center;
	letter-spacing:0px;
	color:#212121;
	/*font-family:"KoPubWorldDotum";*/
}
.gnb .dep2 li a {
	font-size:20px;
	color:#000;
	font-family:'Pretendard';
	font-weight: 500;
}
.header.over {
	/*background-color:#fff;*/
	background-color:rgba(255,255,255,0.7);
}
.header.over .header-center {
	border-bottom:1px solid #ddd;
}
/*.header.over .logo,.header.down .logo,.header.sub .logo{background-image: url("/images/logo_top_color.png");}*/
.header a {
	color:#212121;
}
.header.over:before {
	opacity:1;
}
.header.over {
	height:400px;
	box-shadow:0 1px 10px rgba(0,0,0,0.3);
}
.header.over .gnb .dep2 {
	opacity:1;
}
.header.over .dep1_a {
	color:#212121;
}
.dep1>li>a.dep1_a:hover {
	color:#F92828 !important;
}
.header.over .dep2 li a {
	color:#0f1015;
}
.header.over .dep2 li a:hover {
	color:#F92828;
}
.gnb .dep1 .dep1_a:before {
	display:block;
	position:absolute;
	top:100px;
	left:50%;
	width:0;
	height:2px;
	background-color:#F92828;
	content:"";
	transform:translateX(-50%);
	transition:width 0.2s ease-in-out;
}
.header.over .gnb .dep1 li:hover .dep1_a:before {
	width:100%;
}
.header.down {
	background-color:#fff;
	box-shadow:0 1px 10px rgba(0,0,0,0.1);
}
.header.sub {
	background-color:rgba(255,255,255,0.9) !important;
}
.header.sub .logo {
	background-image:url('/images/logo_black.png') !important;
}
.header.sub .gnb .dep1>li>a {
	color:#212121 !important;
}
.header.sub_etc .logo {
	background-image: url("/images/logo_black.png");
}
/*hy_gnb*/
.header-center {
	position:relative;
}
.header-center>div.eyeon_mall {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:198px;
	height:100px;
	text-align:center;
}
.header-center>div.eyeon_mall a {
	position:relative;
	width:100%;
	height:100%;
	padding:57px 32px 19px 0;
	background-color:#F92828;
	color:#fff;
	font-size:20px;
	font-weight:700;
	font-family:'Pretendard';
}
.header-center>div.eyeon_mall a:before {
	display:block;
	position:absolute;
	content:"";
	left:50%;
	top:18px;
	width:37px;
	height:33px;
	background-image:url("/images/mall_quick_icon1.png");
	transform:translateX(-50%)
}
.header-center>div.eyeon_mall a:after {
	display:block;
	position:absolute;
	content:"";
	right:12px;
	bottom:16px;
	width:30px;
	height:30px;
	background-image: url("/images/mall_quick_icon2.png");
}
/********************* 퀵배너***********************/
#atx-catalog-nav {
	width:60px;
	position:fixed;
	bottom:0;
	right:10px;
	z-index:9;
}
.nav-quick {
	display:block;
	width:70px;
	height:70px;
	background-color:#0D325A;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.nav-quick2 {
	background-color:#CF141C;
	height:258px;
	margin-bottom:0px;
	writing-mode:vertical-lr;
	transform:rotate(180deg);
	color:#fff;
	font-weight:bold;
	font-size: 1.25rem;
}
/********************* main***********************/
.page01 {
	width:100%;
	height:100vh;
	/*background-image:url("/images/glsmain_background.jpg");*/
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:-2;
	/*메인_비주얼	background-image:url("/images/main_visual.jpg");*/
	/*백*/
	/*background-color:#000;*/
}
.line-gr {
	width:100%;
	-position:absolute;
	display:flex;
	justify-content:space-around;
}
.line {
	width:1px;
	height:100vh;
	background-color:rgba(255,255,255,0.3);
	position:relative;
}
.line2 {
	position:relative;
}
.line2 span {
	position:absolute;
	width:5px;
	height:5px;
	background-color:rgba(255,255,255,0.4);
	border-radius:100px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	animation-name:moove;
	animation-duration:7s;
	animation-direction:alternate;
	animation-iteration-count:infinite;
	animation-fill-mode:backwards;
}
.line3 {
	position:relative;
}
.line3 span {
	position:absolute;
	width:5px;
	height:5px;
	background-color:rgba(255,255,255,0.4);
	border-radius:100px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	animation-name:moove;
	animation-duration:9s;
	animation-direction:alternate;
	animation-iteration-count:infinite;
	animation-fill-mode:backwards;
}
.line4 {
	position:relative;
}
.line4 span {
	position:absolute;
	width:5px;
	height:5px;
	background-color:rgba(255,255,255,0.4);
	border-radius:100px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	animation-name:moove;
	animation-duration:11s;
	animation-direction:alternate;
	animation-iteration-count:infinite;
	animation-fill-mode:backwards;
}
.line5 {
	position:relative;
}
.line5 span {
	position:absolute;
	width:5px;
	height:5px;
	background-color:rgba(255,255,255,0.4);
	border-radius:100px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	animation-name:moove;
	animation-duration:13s;
	animation-direction:alternate;
	animation-iteration-count:infinite;
	animation-fill-mode:backwards;
}
@keyframes moove {
	0% {
			bottom:0px;
	}
	100% {
			bottom:100%;
	}
}
/*.main_left{width:50%;color:#fff;display:flex;justify-content:center;flex-direction:column;align-items:flex-end;margin-top:70px;margin-right:80px;position:relative;z-index:10;}.main_right{position:absolute;height:100%;}.main_wrap{width:100%;height:100%;/*	position:absolute;top:60%;transform:translateY(-60%);	display:flex;z-index: 2;}*/
/*.page01::after{position:absolute;width:100%;height:484px;background-color:#0D325A;content:"";display:block;top:58%;transform:translateY(-58%);left:0px;z-index: 1;}*/
.box_bg {
	position:absolute;
	width:100%;
	/*height:484px;*/
	background-color:#0D325A;
	/*top:58%;transform:translateY(-58%);*/
	left:0px;
	z-index:1;
	/*영역확인*/
	background-color:transparent;
	height:100%;
}
.main_tlt {
	font-size:3.125rem;
	font-weight:bold;
}
.main_tlt_2 {
	font-size:1.25rem;
}
.main_txt {
	width:377px;
	display:flex;
	flex-direction:column;
	gap:25px;
}
.bar_wraper {
	max-width:1600px;
	width:100%;
	position:relative;
	margin:0 auto;
}
.bar_wrap {
	position:absolute;
	bottom:90px;
	left:5%;
	transform:translateX(-5%);
	z-index:10;
	display:flex;
	align-items:center;
	gap:20px;
}
.bar {
	width:250px;
	height:2px;
	background:#aaaaaa;
	position:relative;
}
.back {
	display:inline-block;
	width:0%;
	height:100%;
	background:rgba(255,255,255,255);
	position:absolute;
	top:0;
	left:0;
}
.animation {
	animation:3.3s start linear;
}
@keyframes start {
		 0% {
		width:0%
	}
		 100% {
		width:100%
	}
}
.swiper-btn {
	width:44px;
	height:44px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
}
.swiper-stop {
	background-image:url("/images/gls_stop.png");
	position:absolute;
	top:50px;
	right: 20px;
}
/*section01*/
#section01 .main_visual_slider,#section01 .main_visual {
	height:100%;
}
#section01 .main_visual {
	position:relative;
	overflow:hidden;
}
#section01 .slick-slide>div {
	font-size:0
}
#section01 .main_visual .mani_visual_img {
	max-width:100%;
	height: 100vh;
	/*full js height에 맞추기 위해서*/
}
#section01 .main_visual .mani_visual_img img {
	width:100%;
	height:100vh;
	/*full js height에 맞추기 위해서*/
	object-fit:cover !important;
	opacity:1 !important;
}
#section01 .main_visual .main_visual_txt {
	position:absolute;
	top:50%;
	left:16%;
	text-align:left;
	transform:translateY(-50%);
}
#section01 .main_visual .main_visual_txt h2 {
	font-size:30px;
	color:#fff;
	font-weight:500;
	width:700px;
	padding-bottom:20px;
	border-bottom:2px solid #fff;
	font-family:'Pretendard';
	margin-bottom:20px;
}
#section01 .main_visual .main_visual_txt p.main_sub_txt {
	font-size:50px;
	color:#fff;
	font-family:'Pretendard';
	font-weight:500;
}
#section01 .main_visual .main_visual_txt p.main_sub_txt span {
	font-size:60px;
	color:#fff;
	font-family:'Pretendard';
	font-weight:700;
}
#section01 .main_visual .main_visual_txt p.main_sub_txt span>span {
	color: #F92828
}
/* progress bar */
.slider-progress {
	position:absolute;
	top:62%;
	left:16.5%;
	width:120px;
	height:3px;
	background:rgba(255,255,255,0.3);
	margin:50px auto;
}
.slider-progress .progress{
	width:0%;
	height:3px;
	background: #fff;
}
/*arrow*/
#section01 .main_arrow_prev,#section01 .main_arrow_next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:99999;
	cursor:pointer;
}
#section01 .main_arrow_prev {
	left:12%;
}
#section01 .main_arrow_next {
	right: 12%;
}
/*ani*/
#section01 .main_visual_slider .slick-slide img {
	width:100%;
	transition:all 1s cubic-bezier(0.7,0,0.3,1);
}
#section01 .main_visual_slider .slick-slide.slick-active img {
	transform:scale(1);
	animation:slickAni 3.5s 1 ease-in-out forwards;
}
@keyframes slickAni {
	from {
		transform:scale(1.3) translate(0px);
	}
	to {
		transform:scale(1.0) translate(0px);
	}
}
@-webkit-keyframes slickAni {
	from {
		transform:scale(1.3) translate(0px);
	}
	to {
		transform:scale(1.0) translate(0px);
	}
}
.txt1 {
	animation:txt1 0.3s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
@keyframes txt1 {
	0% {
			transform:translateY(-50px);
			opacity:0;
	}
	 100% {
			transform:translateY(0);
			opacity: 1;
	}
}
/********************* sect02***********************/
.sect02 {
	display: flex;
}
.sect02 .left {
	width:45%;
	height:100vh;
	/*background-image:url("/images/glsimg01.jpg");*/
	background-image:url("/images/products_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.sect02 .right {
	width:55%;
	height:100vh;
	/*background-image:url("/images/glsimg02.jpg");*/
	background-image:url("/images/products_bg2.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
	/*display:flex;*/
	/*justify-content:center;*/ 	/*align-items:center;*/
}
/* 채용정보,공지사항&FAQ */
.sect02 .right .notice {
	width:70%;
}
.sect02 .right .notice .tit {
	margin-bottom:2vh;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}
.sect02 .right .notice .tit .arrows {
	cursor:pointer;
}
.sect02 .right .notice .tit dl {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	gap:10px;
}
.sect02 .right .notice .tit dt {
	font-size:2.5rem;
	color:#333;
	font-weight:700;
	line-height:1;
}
.sect02 .right .notice .tit dd {
	font-size:1.3rem;
	color:#6A6A6A;
}
.sect02 .right .notice .tit dd a {
	display:flex;
	position:relative;
}
.sect02 .right .notice .tit dd p {
	margin-right:8px;
	color:#9f9f9f;
}
.sect02 .right .notice .tit .fa-angle-double-right {
	font-size:24px;
	color:#9f9f9f;
}
.sect02 .right .notice .tit dd a::after {
	content:"";
	position:absolute;
	width:0;
	height:2px;
	background-color:#1d64b0;
	bottom:0px;
	left:;
	-transform:translateX(-50%);
	transition:all .3s ease-out;
}
.sect02 .right .notice .tit dd a:hover::after {
	width:100%;
}
.sect02 .right .notice .tit dd:hover p {
	color:#333;
}
.sect02 .right .notice .tit dd:hover .fa-angle-double-right {
	color:#333;
}
.sect02 .right .notice .list {
	border-top:1px solid #333333;
}
.sect02 .right .notice .list li {
	border-bottom:1px solid #e1e1e1;
}
.sect02 .right .notice .list a {
	padding:20px 0;
	display:flex;
	align-items:center;
}
.sect02 .right .notice .list .date {
	flex-shrink:0;
	text-align:center;
	width:130px;
}
.sect02 .right .notice .list .date p {
	line-height:1;
	font-size:1.2rem;
	font-weight:bold;
	color:#CF141C;
}
.sect02 .right .notice .list .date span {
	font-size:1rem;
}
.sect02 .right .notice .list .txt {
	padding:0 16px;
	overflow:hidden;
	text-align:left;
}
.sect02 .right .notice .list .txt dt,.sect02 .right .notice .list .txt dd {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sect02 .right .notice .list .txt dt {
	font-size:1.2rem;
}
.sect02 .right .notice .list .txt dd {
	margin-top:8px;
	font-weight:300;
}
.sect02 .right .notice .list a:hover .date p {
	color:#0D325A;
}
.sect02 .right .notice .list a:hover {
	background:#f9f9f9;
}
.sect02 .right .notice .list a:hover .txt dt {
	color: #222222;
}
/*hy_sect02*/
/**/
.sect02 .right {
	z-index:99;
	position:relative;
}
.sect02 .right .title_sect02 {
	text-align:right;
	padding-top:200px;
	padding-right:100px;
}
.sect02 .right .title_sect02 h2 {
	font-size:32px;
	font-weight:700;
	font-family:'Pretendard';
	color:#F92828;
	margin-bottom:10px;
}
.sect02 .right .title_sect02 h3 {
	font-size:45px;
	font-weight:500;
	font-family:'Pretendard';
	color:#333;
	margin-bottom:76px;
}
.sect02 .right .title_sect02 h3 span {
	font-size:55px;
	font-weight:700;
	font-family:'Pretendard';
	color:#000;
}
.sect02 .right .title_sect02 p {
	font-size:30px;
	font-weight:400;
	font-family:'Pretendard';
	color:#8b8b8b;
	position:relative;
	z-index:-9;
}
.sect02 .right .title_sect02 p:before {
	display:block;
	position:absolute;
	top:-44px;
	right:0;
	width:95px;
	height:4px;
	background-color:#333;
	content:"";
}
.sect02 .right ul {
	position:absolute;
	top:120px;
	left:-80px;
}
.sect02 .right li {
	width:480px;
	height:120px;
	line-height:90px;
	margin-bottom:10px;
	padding:0 50px;
	border-radius:20px;
	transition:all 0.3s ease-out;
}/*수정전20240119*/
.sect02 .right li:hover {
	background-color:#F92828;
	border-radius:20px;
	box-shadow:7px 7px 10px rgba(0,0,0,0.25);
	transition:all 0.3s ease-out;
}
.sect02 .right li a {
	position:relative;
	width:100%;
	text-align:right;
}
.sect02 .right li a p {
	font-size:40px;
	font-weight:700;
	font-family:'Pretendard';
	color:#fff;
	text-shadow:-1px 0px #646464,0px 1px #646464,1px 0px #646464,0px -1px #646464;
}
.sect02 .right li a span {
	font-size:20px;
	font-weight:500;
	font-family:'Pretendard';
	color:#fff;
	position:absolute;
	bottom:-40px;
	right:0;
	display:none;
	transition:all 0.3s ease-out;
}/*수정전20240119
/*수정후20240119
.sect02 .right li {
	width:470px;
	height:102px;
	line-height:80px;
	margin-bottom:10px;
	padding:0 50px;
	border-radius:20px;
	transition:all 0.3s ease-out;
	cursor:pointer;
}
.sect02 .right li a p {
	font-size:32px;
	font-weight:700;
	font-family:'Pretendard';
	color:#fff;
	text-shadow:-1px 0px #646464,0px 1px #646464,1px 0px #646464,0px -1px #646464;
}
.sect02 .right li a span {
	font-size:18px;
	font-weight:500;
	font-family:'Pretendard';
	color:#fff;
	position:absolute;
	bottom:-35px;
	right:6px;
	display:none;
	transition:all 0.3s ease-out;
}*/
/*////////////////////////*/
.sect02 .right li:hover a span {
	display:block;
	transition:all 0.3s ease-out;
}
.sect02 .right li:hover a:before {
	display:block;
}
.sect02 .right li a:before {
	display:none;
	position:absolute;
	top:20px;
	left:-18px;
	width:80px;
	height:80px;
	background-image:url("/images/products_arrow.png");
	content:"";
}
/*.sect02 .right li a p{width:100%;line-height:130px;font-weight:700;font-size:40px;color:#fff;text-shadow:-1px 0px #646464,0px 1px #646464,1px 0px #646464,0px -1px #646464;}.sect02 .right li a span{color:green;font-size:20px;font-weight:500;font-family:"Pretendard Variable",Pretendard,sans-serif;text-shadow: none;}*/
/********************* sect03***********************/
.page03 {
	/*display:flex;align-items:center;justify-content:center;background-image:url("/images/glsimg04.jpg");*/
	background-image:url("/images/company_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
.sect03 {
	width:1400px;
	height:100vh;
	margin:auto;
	/*display:flex;*/
	/*padding-top:50px;*/
	padding-top:186px;
}
.sect03>.left02 {
	width:50%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.sect03>.left02 h1 {
	font-size:3.5rem;
	position:relative;
	font-weight:bold;
	margin-bottom:40px;
}
.sect03>.left02 h1::after {
	position:absolute;
	width:12px;
	height:12px;
	background-color:#ED434A;
	content:"";
	display:block;
	bottom:20px;
	right:140px;
	border-radius:100px;
}
.sect03>.left02 .text {
	font-size:1.1rem;
	line-height:1.8;
}
.sect03>.right02 {
	/*width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;*/
}
.vect_gr {
	display:flex;
	gap: 30px;
}
.hexagon {
	width:232px;
	height:269px;
	background-image:url("/images/Vector.png");
	background-repeat:no-repeat;
	transition:all 0.4s ease-in-out;
	position:relative;
	/* 추가된 부분 */
	cursor:pointer;
}
.hexagon .hoveroff .bar {
	width:23px;
	height:3px;
	background-color:#CF141C;
}
.hexagon .hoveroff {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	height:269px;
	gap:20px;
	justify-content: center;
}
.hexagon .hoveron {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	height:269px;
	gap:20px;
	justify-content:center;
	position:absolute;
	/* 추가된 부분 */
	top:0;
	/* 추가된 부분 */
	left:0;
	/* 추가된 부분 */
	opacity:0;
	/* 추가된 부분 */
	transition:opacity 0.4s ease-in-out;
	/* 추가된 부분 */
}
.hexagon .hoveron .nameko {
	color:#fff;
	font-size:1.5rem;
	text-align:center;
}
.hexagon .hoveron .nameko span {
	font-size:1.25rem;
}
.hexagon .hoveroff .namee {
	font-size:1.5rem;
}
.hexagon:hover {
	background-image:url("/images/Vector02.png");
	transition:all 0.4s ease-in-out;
	animation:ani-move 0.4s ease-in-out forwards;
}
.hexagon:hover .hoveroff {
	opacity:0;
	/* 마우스 오버 시 .hoveroff를 숨김 */
}
.hexagon:hover .hoveron {
	opacity:1;
	/* 마우스 오버 시 .hoveron을 표시 */
}
@keyframes ani-move {
	60% {
			-webkit-transform:scale3d(0.9,0.9,1);
			transform:scale3d(0.9,0.9,1);
	}
	85% {
			-webkit-transform:scale3d(1.1,1.1,1);
			transform:scale3d(1.1,1.1,1);
	}
	100% {
			-webkit-transform:scale3d(1,1,1);
			transform: scale3d(1,1,1);
	}
}
/*hy_sect03*/
.sect03__inner {
	width:1200px;
	margin:0 auto;
}
.sect03 .title_ h2 {
	font-size:32px;
	font-family:'Pretendard';
	font-weight:700;
	color:#F92828;
	margin-bottom:10px;
}
.sect03 .title_ h3 {
	font-size:32px;
	font-family:'Pretendard';
	font-weight:500;
}
.sect03 .title_ h3 span {
	font-size:42px;
	font-weight:700;
	color:#F92828;
}
.sect03 ul {
	margin-top:73px;
	font-size:0;
	text-align:center;
}
.sect03 ul li {
	display:inline-block;
	width:320px;
	margin-right:70px;
	border-radius:20px;
	height:410px;
	vertical-align:top;
	cursor:pointer;
}
.sect03 ul li:last-child {
	margin-right:0;
}
.sect03 ul li>div {
	text-align:center;
	padding:80px 0;
}
.sect03 ul li>div p {
	color:#222;
	font-size:20px;
	padding-bottom:30px;
	font-weight:500;
}
.sect03 ul li>div .tit_ {
	font-size:35px;
	font-weight:700;
}
.sect03 ul li:hover {
	background:#F92828;
}
.sect03 ul li:hover>div p {
	color:#fff;
}
.sect03 ul li span {
	margin:0 auto 15px;
	display:block;
	width:124px;
	height:104px;
	background-position:0 0;
	background-repeat:no-repeat;
	transition:all 0.6s;
}
.sect03 ul li:hover span {
	background-position:0 -104px;
}
.sect03 ul li.bg1 span {
	background-image:url("/images/company_icon1.png");
}
.sect03 ul li.bg2 span {
	background-image:url("/images/company_icon2.png");
}
.sect03 ul li.bg3 span {
	background-image: url("/images/company_icon3.png");
}

#section03 .sect03 .title_ h3 br.company_br{display:none;}

/********************* sect04***********************/
.page04 {
	/*display:flex;align-items:center;justify-content:center;*/
	/*background-image:url("/images/glsimg05.jpg");*/
	background-image:url("/images/features_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
.sect04 {
	/*width:1400px;*/
	width:1200px;
	height:100vh;
	margin:auto;
	/*display:flex;*/
	padding-top:197px;
}
.sect04>.left03 {
	width:100%;
	text-align:center;
	/*display:flex;flex-direction:column;justify-content:center;align-items:center;*/
}
.sect04>.left03 h1 {
	font-size:3.5rem;
	position:relative;
	font-weight:bold;
	margin-bottom:40px;
}
/*.sect04>.left03 h1::after{position:absolute;width:12px;height:12px;background-color:#ED434A;content:"";display:block;bottom:20px;right:210px;border-radius: 100px;}*/
.sect04>.left03 .text {
	font-size:1.1rem;
	line-height: 1.8;
}
.sect04>.right03 {
	/*width:50%;*/
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:relative;
}
.turn {
	position:absolute;
	top:100px;
	right:-30px;
	animation:rotate_image 6s linear infinite;
	transform-origin:50% 50%;
}
@keyframes rotate_image {
	100% {
		transform:rotate(360deg);
	}
}
.sv_slidebx {
	width:640px;
	height:530px;
	background-color:#0D325A;
	position:relative;
}
.mySwiper {
	width:640px;
	overflow:hidden;
}
.mySwiper .swiper-slide {
	width:640px;
	background-position:center;
	background-size:cover;
}
.txt__gr {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	height:530px;
	color:#fff;
	gap:30px;
	margin-left:30px;
	padding-top:30px;
}
.txt__gr .txt_01 {
	font-size:1.25rem;
	font-weight:bold;
}
.txt__gr .txt_02 {
	font-size:2rem;
	font-weight:bold;
}
.txt__gr .txt_03 {
	font-size:1.125rem;
	text-align:left;
}
.more {
	display:flex;
	gap:10px;
}
.biglogo {
	position:absolute;
	bottom:0;
	right:0;
}
.slide_btn {
	cursor:pointer;
	display:flex;
	margin-top: 150px;
}
/*hy_sect04*/
/********************************************/
.sect04>.left03 h1 {
	font-family:'Pretendard';
	color:#000 !important;
	font-size:40px;
	font-weight:500;
	margin-bottom:50px;
}
.sect04>.left03 h1 span {
	font-family:'Pretendard';
	color:#F92828;
	font-size:45px;
	font-weight:700;
}
.sect04 ul {
	width:100%;
	margin:0 auto;
	font-size:0
}
.sect04 li {
	display:inline-block;
	width:285px;
	height:500px;
	margin-right:20px;
}
.sect04 li:last-child {
	margin-right:0px;
}
.sect04>.left03 h1::after {
	position:absolute;
	width:5px;
	height:182px;
	background-color:#F92828;
	content:"";
	display:block;
	top:-196px;
	left:50%;
}
/*.sect04 h1{opacity:0;transform:translateY(-50px);-webkit-transform:translateY(-50px);transition:all 0.8s cubic-bezier(0.250,0.460,0.450,0.940);}.sect04.active h1.an1{opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px);}.sect04 ul li{opacity:0;transform:translateY(-50px);-webkit-transform:translateY(-50px);transition:all 0.8s cubic-bezier(0.250,0.460,0.450,0.940);}.sect04.active ul li.an2{opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px);transition-delay:0.4s;}.sect04.active ul li.an2+li{transition-delay:0.6s;}.sect04.active ul li.an2+li+li{transition-delay: 0.8s;}*/
/********************* sect05***********************/
.page05 {
	display:flex;
	/*align-items:center;*/
	justify-content:center;
	/*background-image:url("/images/glsimg09.jpg");*/
	background-color:#f5f5f5;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
/*.page05::after{position:absolute;width:100%;height:360px;background-color:#144B86;content:"";display:block;bottom:0px;left: 0px;}*/
.box_bg2 {
	position:absolute;
	/*width:100%;*/
	width:80%;
	height:409px;
	/*background-color:#144B86;*/
	background-color:#F92828;
	bottom:0px;
	right:0px;
	border-radius:140px 0 0 0;
}
.sect05 {
	/*width:65%;*/
	width:100%;
	height:100vh;
	margin:auto;
	padding-top:50px;
	display:flex;
	align-items:center;
}
.sect05>.left04 {
	width:100%;
	height:100%;
	display:flex;
	/*flex-direction:column;*/
	align-items:flex-start;
	gap:50px;
}
.sect05>.left04 h1 {
	font-size:32px;
	font-family:'Pretendard';
	color:#F92828;
	font-weight:700;
	position:relative;
	margin-bottom:40px;
}
/*.sect05>.left04 h1::after{position:absolute;width:12px;height:12px;background-color:#ED434A;content:"";display:block;bottom:20px;right:50px;border-radius:100px;}.sect05>.left04 .text{font-size:1.1rem;line-height: 1.8;}*/
/*hy_sect*/
.sect05 {
	padding-top:180px;
}
.sect05_inner {
	width:100%;
	height:100%;
	margin:0 auto;
	display:flex;
}
.sect05_inner .sect05_title {
	width:32%;
	padding:0 70px;
}
.sect05_inner .sect05_swiper {
	width:68%;
	padding:110px 0;
	overflow:hidden;
}
.sect05_inner .sect05_title h2 {
	font-size:32px;
	font-family:'Pretendard';
	color:#F92828;
	font-weight:700;
	margin-bottom:15px;
}
.sect05_inner .sect05_title h3 {
	font-size:45px;
	font-family:'Pretendard';
	color:#333;
	font-weight:500;
	line-height:60px;
	margin-bottom:90px;
}
.sect05_inner .sect05_title h3 span {
	font-size:55px;
	font-family:'Pretendard';
	color:#000;
	font-weight:700;
}
.sect05_inner .sect05_title p {
	font-size:30px;
	font-family:'Pretendard';
	color:#8b8b8b;
	font-weight:400;
	position:relative;
}
.sect05_inner .sect05_title p:before {
	display:block;
	position:absolute;
	top:-44px;
	left:0;
	width:95px;
	height:4px;
	background-color:#333;
	content:"";
}
.sect05_inner .swiper-container-horizontal>.swiper-scrollbar {
	width:70%;
	left:32%;
	bottom:10%;
	background-color:#fff;
}
.sect05_inner .swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #000;
}
.sec05_br{display:none}

/********************* sect06***********************/
.page06 {
	display:flex;
	position: relative;
}
.sect06 {
	width:100%;
	height:100vh;
	margin:auto;
	display:flex;
	justify-content:flex-end;
	/*gap:100px;*/
	gap:20px;
}
.sect06>.left05 {
	width:50%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	/*align-items:flex-end;*/
	gap:100px;
	position:relative;
	/*margin-top:50px;*/
	background-image:url("/images/support_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.page06::after {
	position:absolute;
	width:100%;
	height:520px;
	/*background-color:#0D325A;*/
	content:"";
	display:block;
	bottom:0px;
	right:0px;
	z-index:-2;
}
.contact_bx {
	color:#fff;
}
.contact_wrap {
	display:flex;
	flex-direction:column;
	gap:100px;
}
.contact_bx_in {
	gap:10px;
	display:flex;
	flex-direction:column;
}
.contact_name {
	width:540px;
	background-color:rgba(255,255,255,0.2);
	padding:10px 10px;
}
.contact_num {
	width:100%;
	background-color:rgba(255,255,255,0.2);
	padding:10px 10px;
}
.contact_write {
	width:100%;
	background-color:rgba(255,255,255,0.2);
	padding:10px 10px 120px 10px;
}
/*input[type="checkbox"]{display: none;}*/
input[type="checkbox"]+label {
	display:inline-block;
	width:14px;
	height:14px;
	border:1px solid #fff;
	position:relative;
	color:#fff;
	text-align:center;
	line-height:21px;
	cursor:pointer;
}
input[id="check1"]:checked+label {
	background-color:#fff;
	font-weight:100;
}
.aa_a {
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.aa {
	display:flex;
	gap:10px;
}
.aa2 {
	display:flex;
	justify-content:space-around;
}
.aa2_1 {
	background-color:#CF141C;
	width:200px;
	height:50px;
	display:flex;
	justify-content:space-around;
	align-items:center;
	gap:40px;
	cursor:pointer;
}
.sect06>.left05 h1 {
	font-size:3.5rem;
	position:relative;
	font-weight:bold;
	margin-bottom:40px;
}
.sect06>.left05 h1::after {
	position:absolute;
	width:12px;
	height:12px;
	background-color:#ED434A;
	content:"";
	display:block;
	bottom:20px;
	right:340px;
	border-radius:100px;
}
.sect06>.left05 .text {
	font-size:1.1rem;
	line-height: 1.8;
}
.sect06>.right05 {
	width:50%;
	height:100vh;
	background-color:#fff;
	/*background-image:url("/images/glsimg10.png");background-repeat:no-repeat;background-size:cover;background-position:center;*/
	display:flex;
		justify-content:center;
		align-items:center;
}
/* *채용정보,공지사항&FAQ * */
.sect06 .right05 .notice {
	width:88%;
	/*padding-bottom:28%;*/
}
.sect06 .right05 .notice .tit {
	margin-bottom:2vh;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}
.sect06 .right05 .notice .tit .arrows {
	cursor:pointer;
}
.sect06 .right05 .notice .tit dl {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-between;
	gap: 10px;
}
.sect06 .right05 .notice .tit dt {
	/*font-size:2.5rem;*/
	font-family:'Pretendard';
	font-size:48px;
	color:#333;
	font-weight:700;
	line-height:1;
}
.sect06 .right05 .notice .tit dd {
	font-family:'Pretendard';
	font-size:22px;
	color:#6A6A6A;
	font-weight:400;
}
.sect06 .right05 .notice .tit dd a {
	display:flex;
	position:relative;
}
.sect06 .right05 .notice .tit dd p {
	margin-right:8px;
	color:#9f9f9f;
}
.sect06 .right05 .notice .tit .fa-angle-double-right {
	font-size:24px;
	color:#9f9f9f;
}
.sect06 .right05 .notice .tit dd a::after {
	content:"";
	position:absolute;
	width:0;
	height:2px;
	background-color:#1d64b0;
	bottom:0px;
	left:;
	-transform:translateX(-50%);
	transition:all .3s ease-out;
}
.sect06 .right05 .notice .tit dd a:hover::after {
	width:100%;
}
.sect06 .right05 .notice .tit dd:hover p {
	color:#333;
}
.sect06 .right05 .notice .tit dd:hover .fa-angle-double-right {
	color:#333;
}
.sect06 .right05 .notice .list {
	border-top:1px solid #333333;
}
.sect06 .right05 .notice .list li {
	border-bottom:1px solid #e1e1e1;
}
.sect06 .right05 .notice .list a {
	padding:20px 0;
	display:flex;
	align-items:center;
}
.sect06 .right05 .notice .list .date {
	flex-shrink:0;
	text-align:center;
	width:130px;
}
.sect06 .right05 .notice .list .date p b {
	font-family:'Pretendard';
	line-height:1;
	font-size:24px;
	font-weight:700;
	color:#F92828;
	/*font-size:1.2rem;font-weight:bold;color:#CF141C;*/
}
.sect06 .right05 .notice .list .date span {
	font-family:'Pretendard';
	font-size:24px;
}
.sect06 .right05 .notice .list .txt {
	padding:0 16px;
	overflow:hidden;
	text-align:left;
}
.sect06 .right05 .notice .list .txt dt,.sect06 .right05 .notice .list .txt dd {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sect06 .right05 .notice .list .txt dt {
	font-family:'Pretendard';
	font-size:24px;
	color:#333;
}
.sect06 .right05 .notice .list .txt dd {
	margin-top:8px;
	font-weight:300;
}
.sect06 .right05 .notice .list a:hover .date p {
	color:#0D325A;
}
.sect06 .right05 .notice .list a:hover {
	background:#f9f9f9;
}
.sect06 .right05 .notice .list a:hover .txt dt {
	color: #222222;
}
/*hy_sect06*/
.sect06 .left05 {
	padding-left:80px;
}
.sect06 .left05 .sec06_title {
}
.sect06 .left05 .sec06_title h2 {
	font-size:32px;
	font-family:'Pretendard';
	font-weight:700;
	color:#F92828;
	margin-bottom:15px;
}
.sect06 .left05 .sec06_title h3 {
	font-size:45px;
	font-weight:500;
	font-family:'Pretendard';
	color:#333;
	margin-bottom:76px;
}
.sect06 .left05 .sec06_title h3 span {
	font-size:55px;
	font-weight:700;
	font-family:'Pretendard';
	color:#000;
}
.sect06 .left05 ul {
	width:758px;
	height:200px;
	font-size:0;
	transform:translate(0,50%)
}
.sect06 .left05 ul li {
	display:inline-block;
	width:170px;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	margin-right:26px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	transition:all 0.3s ease-out;
}
.sect06 .left05 ul li:last-child {
	margin-right:0;
}
.sect06 .left05 ul li p {
	font-size:22px;
	font-family:'Pretendard';
	font-weight:500;
	color:#000;
	margin-bottom:18px;
}
.sect06 .left05 ul li p.more_sec06 {
	font-size:16px;
	font-family:'Pretendard';
	font-weight:700;
	color:#000;
	margin-bottom:0px;
	transition:all 0.3s ease-out;
}
.sect06 .left05 ul li span {
	margin:25px auto 15px;
	display:block;
	width:60px;
	height:60px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.sect06 .left05 ul li.sec06_ico1 span {
	background-image:url("/images/support_icon1.png");
}
.sect06 .left05 ul li.sec06_ico2 span {
	background-image:url("/images/support_icon2.png");
}
.sect06 .left05 ul li.sec06_ico3 span {
	background-image:url("/images/support_icon3.png");
}
.sect06 .left05 ul li.sec06_ico4 span {
	background-image:url("/images/support_icon4.png");
}
.sect06 .left05 ul li:hover {
	box-shadow:0 0 0 6px #F92828 inset;
	transition:all 0.3s ease-out;
}
.sect06 .left05 ul li:hover p.more_sec06 {
	color: #F92828
}
/********************* 효과들**********************/
.effFade {
	position:relative;
	opacity:0;
	transition:all 0.5s;
}
.effFade2 {
	opacity:0;
	transition:all 1s;
}
.effFade3 {
	opacity:0;
	transition:all 1s;
}
.effLeft {
	position:relative;
	left:-100px;
	opacity:0;
	transition:all 1s;
}
.effLeft2 {
	position:relative;
	left:-100px;
	opacity:0;
	transition:all 1s;
}
.effLeft3 {
	position:relative;
	left:-100px;
	opacity:0;
	transition:all 1s;
}
.effLeft4 {
	position:relative;
	left:-100px;
	opacity:0;
	transition:all 1s;
}
.effLeft5 {
	position:relative;
	left:-100px;
	opacity:0;
	transition:all 1s;
}
.effRight {
	position:relative;
	left:50px;
	opacity:0;
	transition:all 1.2s;
}
.effRight2 {
	position:relative;
	left:50px;
	opacity:0;
	transition:all 1.2s;
}
.effTop {
	position:relative;
	top:-50px;
	opacity:0;
	transition:all 1.2s;
}
.effBottom {
	position:relative;
	top:20px;
	opacity:0;
	transition:all 1s;
}
.effBottom2 {
	position:relative;
	top:50px;
	opacity:0;
	transition:all 1s;
}
.effBottom3 {
	position:relative;
	top:50px;
	opacity:0;
	transition:all 1s;
}
.effBottom4 {
	position:relative;
	top:50px;
	opacity:0;
	transition:all 1s;
}
.effAction {
	top:0 !important;
	left:0 !important;
	bottom:0 !important;
	opacity:1 !important;
}
.effAction2 {
	opacity:1 !important;
}
.effDelay0 {
	transition-delay:0.05s
}
.effDelay2 {
	transition-delay:0.2s
}
.effDelay4 {
	transition-delay:0.4s
}
.effDelay6 {
	transition-delay:0.6s
}
.effDelay8 {
	transition-delay:0.8s
}
.effDelay10 {
	transition-delay:1s
}
.effDelay12 {
	transition-delay:1.2s
}
.effDelay14 {
	transition-delay:1.4s
}
.effDelay16 {
	transition-delay:1.6s
}
.effDelay18 {
	transition-delay:1.8s
}
.effDelay20 {
	transition-delay:2s
}
.effDelay22 {
	transition-delay:2.2s
}
.effDelay24 {
	transition-delay:2.4s
}
.effDelay26 {
	transition-delay:2.6s
}
.effDelay28 {
	transition-delay:2.8s
}
.effDelay30 {
	transition-delay:3s
}
.effDelay32 {
	transition-delay:3.2s
}
.effDelay34 {
	transition-delay:3.4s
}
.effDelay36 {
	transition-delay:3.6s
}
.effDelay38 {
	transition-delay:3.8s
}
.effDelay40 {
	transition-delay:4s
}
.effDelay42 {
	transition-delay:4.2s
}
.effDelay44 {
	transition-delay:4.4s
}
.effDelay46 {
	transition-delay:4.6s
}
.effDelay48 {
	transition-delay:4.8s
}
.effDelay50 {
	transition-delay:5s
}
.effDelay52 {
	transition-delay:5.2s
}
.effDelay54 {
	transition-delay:5.4s
}
.effDelay56 {
	transition-delay:5.6s
}
.effDelay58 {
	transition-delay:5.8s
}
.effDelay60 {
	transition-delay: 6s
}
/********************* footer***********************/
.footer {
	width:100%;
	background-color:#EBEEF1;
	color:#212121;
}
.footer__inner {
	width:1200px;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.foot__logo {
	display:flex;
	/*flex-direction:column;*/
	/*align-items:flex-end;*/
	/*padding-right:73px;*/
	/*border-right:1px solid #ccc;*/
}
.bb {
	display:flex;
	gap:10px;
	font-weight:bold;
	align-items:center;
	transition:all 0.5s;
	cursor:pointer;
}
.bb:hover {
	color:#CF141C;
}
.bb_b {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.bb_3 {
	display:flex;
	gap: 70px;
}
.foot__address {
	display:flex;
	flex-direction:column;
	/*gap:20px;*/
	justify-content:center;
	color:#787878;
}
.bb_2 {
	display:flex;
	justify-content:flex-end;
	gap:20px;
	/*padding:20px 0 50px 0;*/
	cursor:pointer;
}
.bb_2_1 {
	font-weight:bold;
}
.bb_4 {
	background-color:#E1E5E9;
	width:100%;
	text-align:center;
	padding:15px 0;
	margin-top: 40px;
}
/*hy_footer*/
.footer {
	background-color:#fff;
	border-top:1px solid #ccc;
	padding:94px 0;
}
.foot__logo {
	align-items:center;
	justify-content:space-between;
	width:100%;
	border-bottom:1px solid #333;
	padding-bottom:20px;
}
.foot_img img{width:100%;}
.bb_2>div {
	font-size:18px;
	font-weight:500;
	color:#333;
	font-family:'Pretendard';
}
.bb_3 {
	flex-direction:column;
	width:100%;
	gap:30px;
}
.bb_4 {
	background-color:#fff;
	text-align:left;
	margin-top:20px;
}
.foot__address>div {
	font-size:18px;
	font-weight:500;
	color:#333;
	font-family:'Pretendard';
	padding-bottom: 18px;
}
/************************** 오른쪽 배너**************************/
.right_quick {
	position:fixed;
	top:50%;
	right:0;
	transform:translateY(-50%);
	z-index:999;
}
.right_quick_inner {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.right_quick_inner .quick_top {
	border-radius:13px 0 0 0;
	overflow:hidden;
}
.right_quick_inner .quick_bottom {
	border-radius:0 0 0 13px;
	overflow:hidden;
}
.topBtn {
	position:fixed;
	bottom:4%;
	right:5%;
	border-radius:50%;
	background:#CF141C;
	cursor:pointer;
	z-index:999;
	width:60px;
	height:60px;
}
.topBtn a {
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
	/*padding:19px 22px;*/
	color:#fff;
}
.lnr {
	font-family:Linearicons-Free;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}