* {margin:0;padding:0;  font-family: 'NanumSquare', sans-serif;   box-sizing: border-box;}
html, body {
    margin: 0;
    height: 100%;
}
a{text-decoration: none !important; color:#000;}
a:link {text-decoration: none !important; color:#000;}
a:visited {text-decoration: none !important; color:#000;}
a:active {text-decoration: none !important; color:#000;}
a:hover {text-decoration: none !important; color:#000;}
li{ list-style:none; }

.main_wrap{
	height:100%;
	width:100%;
	position:relative;
	float:left;
}
.menu{
	 width:100%;
	 color:#fff;
	 text-align:center;
}
.menu ul{
	width:285px;
	margin:0 auto;
	padding-top:34px;
	height:54px;
	padding-left:0px;
	cursor:pointer;
}

.menu ul li{
	text-align:center;
	float:left;
	font-size:20px;
	line-height:23px;
	letter-spacing:-0.8px;
	margin-right:44px;
	font-weight:400;
}

.menu ul li:nth-child(3){
	margin-right:0px;
}
.small{
	position:absolute;
	top:27px;
	left:20%;
}
.small img{
	width:120px;
}
.main_content{
	width:100%;
	text-align:center;
	position:absolute;
	color:#fff;
	font-size:60px;
	font-weight:bold;
	top:40%;
	line-height:64px;
	font-family: Arial;
}
.scroll{
	position:absolute;
	text-align:center;
	bottom:60px;
	width:100%;
}
.intro{
	width:100%;
	float:left;
	height:2000px;
	padding-top:90px;
}
.intro .ttl{
	font-size:50px;
	line-height:58px;
	letter-spacing:7.5px;
	font-weight:800;
	text-align:center;
}
.intro .info{
	border-radius:3px;
	background-color:#f5f5f5;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:50px;
	width:1150px;
	margin:0 auto;
	margin-top:90px;
	height:150px;
}
.intro .sub{
	font-size:32px;
	line-height:36px;
	letter-spacing:-1.28px;
	font-weight:800;
	text-align:center;
	width:100%;
	margin-top:70px;
}
.info1{
	width:1200px;
	margin:0 auto;
	padding-top:70px;
	height:420px;
}

.info2{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:560px;
	margin-bottom:50px;
}

.dot{
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #686868;
}

.five{
	width:100%;
	background-color:#000;
	float:left;
	height:400px;
	background-repeat:no-repeat;
	background-size:cover;
}

.five_wrap{
	width:1000px;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:70px;
}

.five_wrap h2{
	font-size:32px;
	letter-spacing:-1.28px;
	color:#fff;
	font-weight:800;
	text-align:center;
	width:100%;
	padding-bottom:70px;
	float:left;
}

.btns{
	float:left;
	width:160px;
	height:160px;
	border:1px solid #fff;
	border-radius:10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border: solid 1px #ffffff;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	text-align:Center;
	margin-right:50px;
	font-size:20px;
	letter-spacing:-0.8px;
	color:#fff;
	line-height:30px;
	font-weight:500;
	display:flex;
	align-items:center;
	    justify-content: center;
}
.btns:nth-child(6){
	margin-right:0px;
}

.stock{
	width:100%;
	padding-top:100px;
	float:left;
	padding-bottom:100px;
}

.stock h2{
	width:100%;
	text-align:center;
	font-size:32px;
	letter-spacing:-1.28px;
	line-height:32px;
	font-weight:800;
	margin-bottom:100px;
}
.clients{
	width:100%;
	padding-top:120px;
	float:left;
	background-color:#f0f0f0;
}
.clients h2{
	width:100%;
	text-align:center;
	margin-bottom:45px;
}
.logo_wrap{
	max-width:1200px;
	margin:0 auto;
	width:100%;
    display: grid;

    grid-template-columns: repeat(6, 1fr); /* 데스크톱에서 한 줄에 6개 */
    max-width: 1200px;
    margin: 0 auto;

}
.logos{
	text-align:center;
	cursor:pointer;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos img{
	width:140px;
}
.contact{
	float:left;
	width:100%;
	height:1000px;
	background-color:black;
	position:relative;
}
.contact .backimg{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	color:#fff;
}
.black{
  width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.45);
    position:absolute;
	z-index:1;
	color:#fff;
}
.black .ttl{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:50px;
	padding-top:130px;
	letter-spacing: 7.5px;
	font-weight:800;
}
.black .sub_ttl{
	text-align:center;
	padding-top:43px;
	font-size:24px;
	letter-spacing: -0.96px;
	font-weight:500;
}
.form{
	width:1200px;
	margin:0 auto;
	height:440px;
	margin-top:100px;
}
.form .info{
	width:580px;
	float:left;
	height:100%;
}

.form .info p{
	margin-bottom:14px;
	color:#fff;
	font-size:16px;
	letter-spacing: -0.6px;
	font-weight:300;
}	

.form_list input{
	width:100%;
	float:left;
	margin-bottom:14px;
	padding:10px;
	border-radius:2px;
	opacity: 0.95;
	border:0px;
	background-color: #ffffff;
	font-size:16px;
}

.form_list textarea{
	width:100%;
	float:left;
	margin-bottom:14px;
	padding:10px;
	border:0px;
	border-radius:2px;
	opacity: 0.95;
	background-color: #ffffff;
	height:150px;
	font-size:16px;
}

.sbtn{
	width:40px;
	text-align:center;
	padding:12px 50px;
	background-color:#000;
	margin:0 auto;
	border-radius:2px;
	font-size: 15px;
	letter-spacing:-0.6px;
	font-weight:700;
	cursor:pointer;
}

.footer{
	width:100%;
	float:left;
	background-color:#282828;
	padding-top:40px;
	padding-bottom:28px;
}
.footer_wrap{
	width:1200px;
	margin:0 auto;
}
.wrap1_info{
font-size:22px; line-height:35px; letter-spacing:-0.88px; 
}
.info1 img{width:100%; max-width:660px;}
.info1_sub{ float:left; max-width:540px; padding-top:90px; width:100%; }

.info2 img{width:100%;max-width:660px;}
.info2_sub{ float:right; padding-top:190px; width:390px; }

.info2_sub p {width:100%; color:#555; line-height:30px; font-size:16px; letter-spacing:-0.64px; font-weight:500; max-width:390px; margin-top:25px;}
.info2_sub .ttl{font-size:28px; font-weight:700; line-height:40px; letter-spacing:-1.12px;}

.five_wrap{width:100%; max-width:1000px;}

.mobile{display:none;}

.process_wrap{width:100%; max-width:1200px; margin:0 auto;}
@media only screen and (max-width: 768px) {
	
		.five{    background-position: center}

	html, body{width:100%;}
	.main_wrap{padding:16px;    box-sizing: border-box; }
	.small{
		position:relative;
		width:100%;
		left:0;
		top:0;
		text-align:center;
	}
	.menu ul{width:100%;margin:0px;text-align:center; display:flex; justify-content: space-around;}
	.menu ul li{margin-right:0px;}
	.main_content{font-size:24px; position:relative; top:30%; line-height:60px; word-break: keep-all;}
	.scroll{display:none;}
	.intro .info{max-width:100%; width:100%; height:auto;  margin-top:30px;  box-sizing: border-box; padding:40px; display:flex; flex-direction:column;}
	.wrap1_info{margin-top:30px; font-size:16px;}
	
	.info1{width:100%; padding:16px;}
	.border{display:none;}
	.info1_sub{padding-top:30px;}
	.info2{margin-bottom:30px; padding:16px;}
	.info2_sub{width:100%; padding-top:30px;display:flex; justify-content:center; flex-direction:column; font-size:1px;}

	.intro .ttl{text-align:center; font-size:36px;}
	.intro{height:auto; padding-top:30px;}
	.five{height:auto;}
     .btns {
		width: 100%;
        box-sizing: border-box; /* 패딩과 보더를 너비에 포함 */
        display: flex; /* 플렉스 박스 레이아웃 */
        align-items: center; /* 세로 중앙 정렬 */
        justify-content: center; /* 가로 중앙 정렬 */
        text-align: center; /* 텍스트 중앙 정렬 */
		margin-bottom:30px;
    }
	.five_wrap{text-align:center; padding:32px;}
	.five_wrap h2{padding-bottom:30px;}
	.stock{padding-top:30px; padding-bottom:30px;}
	.stock h2{margin-bottom:30px;}
	.pc{display:none;}
	.process_wrap{max-width:100%;}
	.mobile{display:flex; padding:16px; width:100%; max-width:100%;}
	.process_wrap .mobile img {max-width:100%; width:100%;}
	.process_wrap .mobile p{margin-bottom:10px; font-size:16px; }
	.process_wrap .mobile .title{font-size:26px; font-weight:bold;}
	.process_wrap .mobile .info .txt{ border-bottom:1px solid #E3E3E3 ; border-left:1px solid #E3E3E3; border-right:1px solid #E3E3E3; padding:10px;  margin-bottom:20px; line-height:1.4}

	.logo_wrap{  display: grid; grid-template-columns: repeat(2, 1fr); /* 모바일에서 2개의 열 */
	grid-template-rows: auto; /* 자동으로 높이 조정 */
	gap: 10px; /* 로고 간격 */ padding:16px; margin-bottom:50px !important;}
	.logos{width:100%; height:150px; border:0px;}
	#logo_title{margin-bottom:30px !important;}
	.footer_wrap{width:100%; padding:16px;}
	.footer_wrap div {margin-bottom:10px;}
	.form{width:100%;  padding:16px; margin-top:50px;}
	.form .info {width:100%; margin-top:50px;}
	.contact{height:1500px;}

	.black .ttl{padding-top:50px;}
	.sbtn{background-color:#fff; color:#000;}
}
