@charset "utf-8";

/* ==================================================
	body 공통 속성
================================================== */
/* 기본 폰트 및 사이즈 설정 */
html {
	font-size: 10px;
}

body {
	font-size: 1.8rem;
	font-family: 'Pretendard','SUIT', '돋움', 'Dotum', '굴림', 'Gulim', 'Lucida Grande', 'Tahoma', 'Verdana', 'AppleGothic', 'UnDotum', 'sans-serif';
	font-weight: 400;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
	word-break: keep-all;
	color: #000000;
	background: #fff
}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

/* ==================================================
	폰트
================================================== */
/* SUIT */
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('font/suit/SUIT-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('font/suit/SUIT-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('font/suit/SUIT-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('font/suit/SUIT-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: url('font/suit/SUIT-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: url('font/suit/SUIT-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: url('font/suit/SUIT-Heavy.woff2') format('woff2');
}

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('font/pretendard/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('font/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('font/pretendard/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('font/pretendard/woff2/Pretendard-Medium.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('font/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('font/pretendard/woff2/Pretendard-Light.woff2') format('woff2'), url('font/pretendard/woff/Pretendard-Light.woff') format('woff');
}

/* 본고딕 - 중문 */
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Noto_Sans_SC_Regular'), local('NotoSansSC-Regular'), url('font/Noto_Sans_SC_Regular.woff') format('woff');
	}
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Noto_Sans_SC_Medium'), local('NotoSansSC-Medium'), url('font/Noto_Sans_SC_Medium.woff') format('woff');
	}
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Noto_Sans_SC_Bold'), local('NotoSansSC-Bold'), url('font/Noto_Sans_SC_Bold.woff') format('woff');
	}
/* ==================================================
	스킵네비게이션
================================================== */
#skipnavi a {
	display: block;
	position: absolute;
	top: -1000px;
	left: 0;
	width: 100%;
	height: 1px;
	color: #222;
	overflow: hidden;
	z-index: 99999999;
}

#skipnavi a:focus,
#skipnavi a:hover,
#skipnavi a:active {
	top: 0px;
	left: 0;
	background-color: #e9e9e9;
	padding: 7px 0 5px;
	height: auto;
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

/* ==================================================
	반응형
================================================== */
.showPc {
	display: block;
}

.showTa {
	display: block;
}

.showMo {
	display: none;
}

.showTaMo {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:1100px) {
	.showPc {
		display: none;
	}

	.showTa {
		display: block;
	}

	.showMo {
		display: none;
	}

	.showTaMo {
		display: block;
	}
}

@media screen and (max-width:640px) {
	.pcArea {
		display: none;
	}

	.showPc {
		display: none;
	}

	.showTa {
		display: none;
	}

	.showMo {
		display: block;
	}

	.showTaMo {
		display: block;
	}
}

/* ==================================================
	레이아웃 큰박스
================================================== */
#wrap {
	position: relative;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	height: auto !important;
	background-position: center top;
	overflow-x: hidden;
}

/* ==================================================
	컨텐츠
================================================== */
#container {
	clear: both;
	position: relative;
	min-width: 320px;
}

.cont_detail {
	padding-top: 11rem;
	padding-bottom: 12rem;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1360px;
	padding: 0 25px;
	margin: 0 auto;
}

/* 모바일CSS */
@media screen and (max-width:1100px) {
	.cont_detail {
		padding-top: 10rem;
		padding-bottom: 11rem;
	}
}

@media screen and (max-width:800px) {
	.cont_detail {
		padding-top: 9rem;
		padding-bottom: 10rem;
	}
}

@media screen and (max-width:480px) {
	.cont_detail {
		padding-top: 7rem;
		padding-bottom: 8rem;
	}

	.inner {
		padding: 0 15px;
	}
}


/* ==================================================
	비주얼
================================================== */
.sub_visual {
	position: relative;
	height: 48rem;
/*	margin-top: 90px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sub_visual .tt {
	margin-top: 5rem;
	font-size: 6.5rem;
	font-weight: 700; 
/*	line-height: 1.5;*/
	color: #fff;
	text-align: center;
	transform: translate3d(0, 150%, 0);
	animation: fadeInUp 1s 0s ease-in-out;
	animation-delay: 0s;
	animation-fill-mode: both;
/*	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);*/
}

.visual_about {
	background: url("../images/about/sub_visual.jpg") no-repeat center center / cover;
}

.visual_business {
	background: url("../images/business/sub_visual.jpg") no-repeat center center / cover;
}

.visual_rnd {
	background: url("../images/rnd/sub_visual.jpg") no-repeat center center / cover;
}

.visual_facility {
	background: url("../images/facility/sub_visual.jpg") no-repeat center center / cover;
}

.visual_customer {
	background: url("../images/customer/sub_visual.jpg") no-repeat center center / cover;
}

/* 애니메이션 */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 150%, 0);
	}

	to {
		opacity: 1;
		transform: translateZ(0);
	}
}

/* 모바일CSS */
@media screen and (max-width:1100px) {
	.sub_visual {
		height: 38rem;
	}
	
	.sub_visual .tt {
		font-size: 5.5rem;
	}

	.sub_visual .tt span {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:800px) {

	/* Sub Visual */
	.sub_visual {
		height: 26rem;
	}

	.sub_visual .tt {
		font-size: 3.4rem;
	}

	.sub_visual .tt span {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:640px) {

	/* Sub Visual */
	.sub_visual {
		height: 24rem;
	}
	
	.sub_visual .tt span {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:480px) {

	/* Sub Visual */
	.sub_visual {
		height: 21rem;
	}

	.sub_visual .tt {
		font-size: 3.0rem;
	}
}


/* ==================================================
	스크롤탑
================================================== */
.btn_top {
	display: block;
	overflow: visible;
	position: fixed;
	right: 10px;
	bottom: 38px;
	z-index: 50;
	width: 48px;
	height: 48px;
	opacity: 0;
	transition: opacity 0.5s;
}

.btn_top.on {
	opacity: 1;
}

.btn_top:before,
.btn_top:after {
	display: block;
	content: '';
	position: absolute;
	animation: moveTop 1s ease infinite alternate;
}

.btn_top:before {
	left: -6px;
	top: -6px;
	z-index: 20;
	width: 60px;
	height: 60px;
	background-color: rgba(12, 124, 124, 0.2);
	border-radius: 30px;
}

.btn_top:after {
	left: -12px;
	top: -12px;
	z-index: 10;
	width: 72px;
	height: 72px;
	background-color: rgba(12, 124, 124, 0.1);
	border-radius: 36px;
}

.btn_top .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	width: 48px;
	height: 48px;
	background-color: rgb(12, 124, 124);
	background-image: url('../images/common/btn_top.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 24px;
	text-indent: -9999px;
	transition: 0.3s;
}

/* 애니메이션 */
@keyframes moveTop {
	from {
		opacity: 0;
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

/* 모바일CSS */
@media all and (min-width:0) and (max-width:1399px) {
	.btn_top {
		right: 20px;
		bottom: 15px;
	}

	.btn_top {
		bottom: 28px;
		width: 38px;
		height: 38px;
	}

	.btn_top:before {
		width: 50px;
		height: 50px;
	}

	.btn_top:after {
		width: 62px;
		height: 62px;
	}

	.btn_top .icon {
		width: 38px;
		height: 38px;
	}

}

@media all and (min-width:1280px) {
	.btn_top:hover:before {
		background-color: rgba(230, 0, 45, 0.2);
	}

	.btn_top:hover:after {
		background-color: rgba(230, 0, 45, 0.1);
	}

	.btn_top:hover .icon {
		background-color: #e6002d;
	}
}

/* ==================================================
	카피라이터
================================================== */
#footerW {
	clear: both;
	width: 100%;
	padding: 0;
	border-top: solid 1px #E0E0E0;
}

#footer_content {
	max-width: 1360px;
	margin: 0 auto;
	padding: 50px 25px;
    text-align: center;
	color: #000000;
}

#footer_content:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.copy_number{
	display: flex;
    justify-content: center;
	gap: 38px;
}

.copy_number li{
	position: relative;
}

.copy_number li::after{
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: -19px;
    width: 1px;
    height: 13px;
    background-color: #6D6D6D;
}

.copy_number li:last-child:after{
    display: none;
}

.copy_number a.tnum {
/*   font-weight: 300;*/
	color: #000000;
	text-decoration: none;
}

.copyright {
	margin-top: 1.4rem;
	font-size: 1.6rem;
	color: #000000;
}

/* 모바일CSS */
@media screen and (max-width:1100px) {
	#footer_content {
		padding: 45px 25px;
	}

	.copy_add{
		font-size: 1.7rem;
	}

	.copy_number {
		gap: 26px;
	}

	.copy_number li::after {
		top: calc(50% - 5px);
		right: -13px;
		height: 10px;
	}

	.copyright {
		margin-top: 1.1rem;
		font-size: 1.5rem;
	}
}

@media all and (max-width:800px) {
	
	#footer_content {
		padding: 40px 25px
	}

	.copy_add{
		font-size: 1.6rem;
		word-break: keep-all;
	}

	.copy_number {
		display: grid;
		gap: 0;
	}

	.copy_number li::after {
		display: none;
	}

	.copyright {
		margin-top: 0.8rem;
		font-size: 1.4rem;
	}
}