@font-face{
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing:border-box;
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}
.index{
	position:relative;
	width:100%;
	max-height: 1080px;
	height:1080px;
	overflow:hidden;
	border-bottom: 5px solid #93091a;
}
header{
	height: 80px;
	position: fixed;
	z-index:1000;
	width: 100%;
	background:#fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
header .logo{
	position: absolute;
	top: 10px;
	left: 30px;
}
header .logo a{
	display:inline-block;
	width: 200px;
	height:50px;
	margin-top:10px;
}
header .logo a img{
	width: 100%;
}
header .menu{
	position: absolute;
	right:20px;
}
header .menu ul{
	display:flex;
	margin-top: 10px;
}
header .menu ul li{
	margin: 0 10px;
	font-size: 18px;
}
header .menu ul li a{
	display:block;
	height: 50px;
	line-height: 50px;
	color:#000;
}
header .menu ul li a:hover{
	font-weight:800;
}
#mobile-close{
	width: 30px;
	height: 30px;
	background:url(../../images/profile/mobile-menu-close.svg) no-repeat;
	background-size: contain;
}
.mobile-menu{
	position:fixed;
	right:0;
	width: 300px;
	height: 100%;
	z-index:100;
	background:#fff;
	padding: 20px;
	font-size: 18px;
	right:-300px;
	transition: all 0.3s ease;
	
}
.mobile-menu.view{
	right:0;
	box-shadow:0px 0px 40px rgba(0,0,0,0.2);
}
.mobile-menu ul li{
	border-bottom:1px solid #ddd;
	height: 40px;
	line-height: 40px;
}
.mobile-menu ul li a{
	color:#000;
}
.index01-bg{
	width:100%;
	height:100%;
	background:url(../../images/profile/main-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.titlen{
	position: absolute;
	top:50%;
	left:100px;
	transform:translate(0%,-50%);
}
.titlen h3{
	font-family:'Pretendard';
	font-size: 48px;
	margin-top:50px;
}
.titlen h3:before{
	content:'';
	display:block;
	width:50px;
	height:50px;
	background:url(../../images/profile/pa1.png) no-repeat;
}
.titlen h3:after{
	content:'';
	display:block;
	width:50px;
	height:50px;
	background:url(../../images/profile/pa2.png) no-repeat;
	right:0;
	position:absolute;
}
.titlen #logo{
	width:250px;
	height: 50px;
	background:url(../../images/profile/logo.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.index01-bg2{
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(../../images/profile/main-im1.png)no-repeat;
	z-index:10;
}
.subject-title{
	background:#93091A;
	height:60px;

}
.subject-title:before{
	content:'';
	display:block;
	width:300px;
	height:60px;
	position:absolute;
	left:0;
	top:0;
	background:#c21e2d;
}
.subject-title:after{
	content:'';
	display:block;
	width:300px;
	height:60px;
	position:absolute;
	right:0;
	top:0;
	background:#c21e2d;
}
.title-ins{
	width:350px;
	height:350px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-45%);
	z-index:100;
	background:url(../../images/profile/title-ba1.png)no-repeat;
	background-position:bottom;
	background-size:contain;
	align-content:center;
	font-size: 36px;
	font-family:'Pretendard';
	font-weight:600;
}
.title-ins span{
	display:block;
	font-size:24px;
}




#index02,
#index06,
#index061,
#index10{
	background:url(../../images/profile/info-bg.jpg) no-repeat;
	background-size:cover;
	background-position: center;
}
#index03{
	background:url(../../images/profile/sub-bg1.jpg) no-repeat;
	background-size:cover;
	background-position: center;
}
#index04,
#index05,
#index07,
#index08{
	background:url(../../images/profile/sub-bg2.jpg) no-repeat;
	background-size:cover;
	background-position: center;
}
#index09{
	background:url(../../images/profile/cert-bg.jpg) no-repeat;
	background-size:cover;
	background-position: center;
}



.left-history-bg{
	background:url(../../images/profile/history-bg.png) no-repeat;
	width:50%;
	height: 100%;
	position:absolute;
	
}
.history{
	width:100%;
}
.history > ul{
	left:50%;
	border-left: 4px dashed #000;
	padding-top: 200px;
}
.history > ul > li{
	display:flex;
	font-family:'Pretendard';
	left:-200px;
	margin-bottom: 20px;
	
}
.history > ul > li > h5{
	
	font-family:'Pretendard';
	font-size: 60px;
	margin-right: 120px;
	position:relative;
	width: 150px;
}
.history > ul > li > h5:before{
	width: 50px;
	height:50px;
	content:'';
	display:block;
	position:absolute;
	background:#c21e2d;
	right:-75px;
	transform:rotate(45deg);
	border-radius: 15px;
	top:15px;
}
.history > ul > li > ul {
	margin-top: 20px;
}
.history > ul > li > ul > li{
	font-size:24px;
	margin-bottom: 10px;
	font-family:'Pretendard';
	font-weight:800;
}
.zojik{
	width:100%;
	text-align: center;
	margin-top: 200px;
} 
.table-info{
	padding: 0 80px;
	margin-top: 120px;
}
.table-info .logo{
	width:250px;
	height: 50px;
	background:url(../../images/profile/logo.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.table-info table{
	width:100%;
	text-align:center;
	margin-top:30px;
	border-collapse:collapse;
	font-family:'Pretendard';
}
.table-info table thead th{
	background:#c21e2d;
	color:#fff;
	height:50px;
	font-size: 21px;
}
.table-info table tbody tr{
	background:#fff;
}
.table-info table tbody tr:nth-child(2n){
	background:#fafafa;
}
.table-info table tbody td{
	height:60px;
	font-size: 18px;
	font-weight:600;
}
.table-info-inner.half{
	display:flex;
	gap:30px;
}
.cert-img ul{
	display:flex;
	text-align: center;
	justify-content:center;
	gap: 60px;
	margin-top:200px;
}
.cert-img ul li{
	width:30%;
	height:720px;
	position:relative;
	overflow:hidden;
	border-radius:30px;
	border:10px solid #c21e2d;
}
.cert-img ul li img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	height:100%;
}
.info-list{
	position:absolute;
	bottom:0;
	width:100%;
	font-family:'Pretendard';
}
.info-list .list-tit,
.info-list .list-cont{
	display:flex;
}
.left, .right{
	width:50%;
}
.info-list .list-tit{
	text-align:center;
	margin-bottom: 50px;
}
.info-list .list-tit h3{
	font-size:68px;
}
.info-list .list-cont .left{
	background:#c21e2d;
	height:400px;
	color:#fff;
	padding: 40px;
	align-content:center;
}
.info-list .list-cont .right{
	background:#8d0919;
	color:#fff;
	padding: 40px;
	align-content:center;
}
.info-list .list-cont .left > ul > li > ul{
	display:flex;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.info-list .list-cont .left > ul > li > ul > li:first-child{
	width:30%;
	font-size:24px;
	font-weight: 800;
}
.info-list .list-cont .left > ul > li > ul > li:last-child{
	font-size:22px;
}
.info-list .list-cont .right > ul{
	display:flex;
}
.info-list .list-cont .right > ul > li:first-child{
	width: 20%;
	font-size: 24px;
	font-weight:800;
}
.info-list .list-cont .right > ul > li > ul > li{
	font-size:21px;
	line-height: 32px;
}
.factory{
	width: 90%;
	margin: 0 auto;
	margin-top: 200px;
}
.factory > ul{
	display:flex;
	flex-wrap:wrap;
	gap:4%;
}
.factory > ul > li{
	width: 48%;
	height: 300px;
	margin-bottom: 50px;
	overflow:hidden;
	border-radius: 20px;
}
.factory > ul > li .pic,
.pic-list > ul > li .pic{
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	position:relative;
}
.factory > ul > li .pic img,
.pic-list > ul > li .pic img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
.pic-list > ul > li .pic span{
	position:absolute;
	bottom:0;
	right:0;
	padding: 10px;
	background:#fff;
	border-radius:20px 0px 0px 0px;
	font-family:'Pretendard';
}
.factory-info{
	background:#fff;
	height: 100%;
	font-family:'Pretendard';
	padding: 20px;
}
.factory-tit{
	font-size:36px;
	font-weight: 800;
	position:relative;
	margin-bottom: 20px;
}
.factory-tit:before{
	display:block;
	content:'';
	background:#be1d2c;
	width: 150px;
	height: 5px;
	position: absolute;
	left:0;
	bottom:-10px;
}
.factory-cont > ul > li > ul{
	display:flex;
}
.factory-cont > ul > li > ul > li:first-child{
	width:10%;
	font-size: 18px;
	font-weight:800;
}
.factory-cont > ul > li > ul > li{
	font-size:18px;
	padding: 4px 0px;
}
.feed{
	background:#c21e2d;
	color:#fff;
	margin-top: 10px;
	padding: 10px;
	font-size:14px;
	border-radius: 14px;
}
.pic-list{
	width: 90%;
	margin: 0 auto;
	margin-top: 200px;
}
.pic-list > ul{
	display:flex;
	flex-wrap:wrap;
	gap: 2%;
}
.pic-list > ul > li{
	width:32%;
	height: 300px;
	overflow:hidden;
	border-radius: 20px;
	margin-bottom: 30px;
}
#logo-bottom{
	width:250px;
	height: 50px;
	background:url(../../images/profile/logo.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	margin: 0 auto;
	margin-top: 300px;
}

.company-info{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
}
.company-info > ul{
	display:flex;
}
.company-info > ul > li{
	width: 50%;
	height: 400px;
}
.right-in{
	overflow:hidden;
}
.right-in img{
	height:120%;
}
.right-in img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.right-in .thumb{
	position:relative;
	height:100%;
}
.left-in{
	background:#ae5d5d;
	color:#fff;
	padding: 20px;
	justify-content:center;
	align-content:center;
}
.left-in img{
	width:50px;
	vertical-align:middle;
}
.left-in li.t span{
	font-size:28px;
	font-family:'Pretendard';
	font-weight:800;
	margin-left: 30px;
}
.left-in li.c{
	padding-left:80px;
}
.left-in li.c p{
	font-size: 20px;
	margin-bottom: 30px;
}
@media all and (max-width: 1200px){
	.company-info{
		width: 90%;
		
	}
}
@media all and (max-width: 1024px){
	#mobile-button{
		width: 30px;
		height:30px;
		background:url(../../images/profile/mobile-menu.svg) no-repeat;
		background-size: contain;
		right:30px;
		top: 20px;
		position:absolute;
	}
	header .menu{
		display:none;
	}
	.zojik{
		padding: 20px;
		margin-top :150px;
	}
	.zojik img{
		width :100%;
	}
}
@media all and (max-width:768px){
	.titlen h3{
		font-size: 36px;
		margin-top: 20px;
	}
	.title-ins{
		width: 200px;
		height: 200px;
		font-size: 24px;
	}
	.subject-title{
		height: 30px;
	}
	.subject-title:before,
	.subject-title:after{
		width:50px;
		height: 30px;
	}
	.titlen{
		left:20px;
		z-index:100;
		top:70%;
	}
	.titlen h3:before,.titlen h3:after{
		width:30px;
		height:30px;
		background-size:contain;
	}
	.factory > ul > li{
		width: 100%;
	}
	.table-info-inner.half{
		width: 100%;
		display:block;
	}
	.cert-img{
		padding: 60px;
	}
	.cert-img ul{
		display:block;
		margin-bottom:50px;
	}
	.cert-img ul li{
		width: 100%;
		height: 500px;
		margin-bottom:50px;
	}
	.cert-img ul li img{
		
	}
	.pic-list > ul{
		width: 100%;
		display:block;
	}
	.pic-list > ul > li{
		width: 100%
	}
	.info-list .list-tit h3{
		font-size: 24px;
	}
	.info-list img{
		width: 60px;
	}
	.info-list .list-cont .left > ul > li > ul{
		display:block;
	}
	 .index{
		 height: auto;
		 max-height:unset;
	 }
	.table-info table thead th{
		font-size:16px;
	}
	.table-info table tbody td{
		font-size: 14px;
	}
	.table-info{
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.factory-tit{
		font-size: 24px;
	}
	.title-ins span{
		font-size :15px;
	}
	.history > ul > li > h5{
		font-size:24px;
		margin-right: 100px;
		width: 60px;
	}
	.history > ul > li > ul{
		margin-top:0;
	}
	.history > ul > li{
		left:-110px;
	}
	.history > ul > li > ul > li{
		font-size: 14px;
	}
	#index01{
		height:750px;
	}
	.index01-bg2{
		background-size:cover;
		width:80%;
		z-index:0;
	 
	}
	#index02{
		height: 800px;
	}
	.info-list .list-cont .right > ul > li > ul > li{
		font-size: 14px;
		line-height: 24px;
	}
	.info-list .list-cont .right > ul > li:first-child{
		font-size: 16px;
		width: 100%;
	}
	.info-list .list-cont .right > ul{
		display:block;
	}
	.info-list .list-cont .left > ul > li > ul > li:first-child{
		width:100%;
		font-size: 16px;
	}
	.info-list .list-cont .left > ul > li > ul > li:last-child{
		font-size: 14px;
	}
	.info-list .list-cont .left,
	.info-list .list-cont .right{
		padding: 20px;
		height: 300px;
	}
	.left-history-bg{
		width:100%;
		opacity:0.1;
	}
	#index03 {
		background:none;
	}
	.history > ul > li > h5:before{
		width: 20px;
		height: 20px;
		right: unset;
		left: 100px;
		top:5px;
	}
 
	#mobile-button{
		top:15px;
		right: 15px;
		width:20px;
		height: 20px;
	}
	header .logo{
		left:15px;
	}
	header .logo a{
		width: 150px;
		height:30px;
		margin:0;
	}
	header{
		height: 50px;
	}
	#logo-bottom{
		width:150px;
		height: 30px;
		margin-top: 140px;
	}
	.company-info{
		margin-bottom:100px;
	}
	.company-info > ul{
		flex-wrap:wrap;
	}
	.company-info > ul > li{
		width:100%;
		height: 300px;
	}
	.left-in img{
		width:30px;
	}
	.left-in li.t span{
		font-size: 24px;
	}
	.left-in li.c{
		padding-left: 60px;
	}
	.left-in li.c p{
		font-size: 16px;
	}
}
@media all and (max-width: 480px){
	.factory-cont > ul > li > ul > li:first-child{
		width: 20%;
		font-size: 14px;
	}
	.factory-cont > ul > li > ul > li{
		font-size:14px;
	}
	.factory > ul > li{
		height: 270px;
		margin-bottom:10px;
	}
	.titlen #logo{
		width: 160px;
		height:30px;
	}
	.titlen h3{
		font-size: 24px;
	}
	#index02{
		height: 600px;
	}
	.history > ul{
		width:100%;
		left:25%;
	}
	.history > ul > li{
		 
		left:-80px;
	}
	.history > ul > li > h5{
		margin-right: 50px;
	}
	.history > ul > li > ul{
		width:50%;
	}
	.history > ul > li > h5:before{
		left:70px;
	}
	.cert-img ul li{
		height: 460px;
	}
	.cert-img{
		padding: 20px;
	}
	.pic-list > ul > li{
		height: 200px;
	}
	.table-info-inner{
		width: 100%;
		overflow-y:hidden;
	}
	.table-info-inner table{
		width: 500px;
	}
	.table-info .logo{
		width: 160px;
		height: 30px;
	}
	.feed{
		font-size: 12px;
	}
	.index01-bg2{
		height:60%;
	}
	#index01{
		height: 750px;
	}
}