@charset "utf-8";
@import url(common.css);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* 클래스 css */
*{margin:0;padding:0;box-sizing:border-box;font-size:inherit;font-weight:normal;}
body{
	width:100%;
	height: 100%;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	background-color: #F5F5F5;
	color: black;
	transition: background-color 0.5s ease;
}
html{height:100%;}
ul{list-style:none;}
p {word-break: keep-all;}
a{text-decoration:none;color:inherit;}
section{
	background: white;
	min-height: 100dvh;
	max-height:fit-content;
	position: relative;
	z-index: 2;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
select{
    appearance: none;
    background: url(/images/intro/title_detail_show.png) 98% center no-repeat;
}
/*애니메이션용*/
img {transition: transform 0.5s ease, opacity 0.5s ease;}

.cf:after {content: "";display: block;clear: both}

/**** 공통 ****/
#wrap{
	width: 100%;
	height:100%;
}


/* 헤더 */
#wrap #header{
	width:100%;
	background-color:#fff;
	height: 8.891vh;
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	transition: 0.3s;
	box-shadow:1px 1px 5px #ddd;
}
#wrap #header.on{
	position: fixed;
	top:0;
	left: 0;
	height: 81px;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow:1px 1px 5px #ddd;
}
#wrap .m_header{
	display:none;
}
#wrap #header .header_in{
	width: 1280px;
	height:81px;
	margin:0 auto;
	position:relative;
	top:0px;
	left: 0;
}
#wrap #header .header_in>h1{
	position: absolute;
	left:0;
	top:0;
	margin:18px 0 0 15px;
	z-index:9999;
}
#wrap #header .header_in>h1>a{
	display: flex;
    align-items: center;
    gap:5px;
}
#iiyyawaiting{
	width: 195px;
	margin-top: 5px;
}
#wrap #header .header_in .lang:before{
	display:block;
	content:"";
	position:absolute;
	top:calc(50% - 4px);
	left:50%;
	width:1px;
	height:9px;
	background:#3333
}
#wrap #header .header_in .lang{
	position: absolute;
	bottom:4px;
	right:15px;
	margin-top:20px;
	z-index:999;	
}
#wrap #header .header_in .lang>a{
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	width:30px;
	cursor:pointer;
	color:#ccc;	
}
 #wrap #header .header_in .lang .lineAni.on{
	color:#333;
}
/* nav */
#wrap #header .header_in>nav{
	position: absolute;
	top:0;
	right:100px;
	margin-top:20px;
}
#wrap #header .header_in>nav>ul{
	margin:0 auto;
}
#wrap #header .header_in li{
	width:auto;
	line-height:70px;
	position:relative;
	margin:0 15px;
}
/*nav 호버  */
 #wrap #header .header_in li:after{
	content:"";
	display:block;
	width:0; 
	height:10px;
	background:#0005;
	position:absolute;
	bottom:9px;
	left:0px;
	transition:0.3s;
	margin:0 auto;
	cursor:point;
} 
#wrap #header .header_in li:hover:after{
	content:"";
	display:block;
	width:100%; 
	height:10px;
	background:#0005;
	position:absolute;
	bottom:9px;
	left:0px;
	transition:0.3s;
	margin:0 auto;
	cursor:point;	
} 
#wrap #header .header_in li img{
	width:150px;
	margin-top:13px;
}
#wrap #header .header_in li a{
	font-size: 16px;
	display:block;
	color:#333;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	position:relative;
	z-index:9999;
}
/* 모바일 헤더 */
#wrap .drop_menu2{
	display: none;
}
#wrap .top_btn{
	display: none;
}
/* 헤더 끝 */

/* container main */
#wrap #container{
	width:100%;
	z-index:3;
}

#wrap #container .mainVi{
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
#wrap #container .mainVi .bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#wrap #container .mainVi .bg video{
	position:absolute;
	top:45%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	transform:translateX(-50%) translateY(-50%);
}
/* container1 */
#container1{
	background-image:url("/homepage/9/images/con1_bg.png");
/* 	background-attachment: fixed; */
	background-position: center;
	background-size: cover;
	height: 1080px;
	color: #fff;
}
#container1>.c01{
	width:1280px;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
}

#container1 .con1_text{
	position:absolute;
	top:300px;
	left:15px;
	width:38%;
}
#container1 .con1_text .con1_iiyya img{
	display:block;
	width:100%;
}
#container1 .con1_text .text>p{
	text-align:left;
	color:#222;
}
#container1 .con1_text .text>p:nth-of-type(1){
	margin-top:50px;
	font-weight:bold;
	letter-spacing:2px;
	font-size:20px;	
}
#container1 .con1_text .text>p:nth-of-type(2){
	margin-top:10px;
	letter-spacing:-1px;
	font-size:16px;	
	margin-bottom:80px;
}
/* c1 앱버튼 */
#container1 .con1_text .text>.app_btn:after{
	content:"";
	display:block;
	clear:both;
}
#container1 .con1_text .app_btn>div{
	float:left;
	width:50%;	
}
#container1 .con1_text .app_btn>div:nth-of-type(1){
	padding-right:15px;
}
#container1 .con1_text .app_btn>div:nth-of-type(2){
	padding-left:15px;
}
#container1 .con1_text .app_btn>div>a{
	display:block;
	line-height:50px;
	border:1px solid #2226;
	color:#222;
	cursor:pointer;
}
#container1 .con1_text .app_btn>div>a:hover{
	background:#222;
	color:#fff;
}
/* container2  */
#container2{
	width:100%;
	height: 100vh;
	background-image:url("/homepage/9/images/con2_bg.png");
 	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 1080px;
	color: #fff;
}
#container2>.c02{
	width:1280px;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
}
#container2>.c02>.con2_title{
	padding-top:200px;
}
#container2>.c02>.con2_title>h2{
	font-size:16px;
	margin-bottom:10px;
}
#container2>.c02>.con2_title>h3{
	font-size:36px;
	font-weight:bold;
	margin-bottom:100px;
}
#container2>.c02>.con2_inner:after{
	content:"";
	display:block;
	clear:both;
}
#container2>.c02>.con2_inner>div{
	float:left;
	width:33.333%;
	padding:0 15px;
	position:relative;
	top:0;
	left:0;
	border-radius:10%;
}
#container2>.c02>.con2_inner img{
	display:block;
	width:85%;
	filter: brightness(0.30) drop-shadow(2px 4px 6px #ddd);
	border-radius:10%;
	cursor:pointer;
	transition:all 0.3s linear;
	margin:auto;
}
#container2>.c02>.con2_inner>div:hover img{
	transform:scale(1.1);
	overflow:hidden;
}
#container2>.c02>.con2_inner>div>p:nth-of-type(1){
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#fff;
}
#container2>.c02>.con2_inner>div>p:nth-of-type(1)>a{
	display:block;
	cursor:pointer;
}
#container2>.c02>.con2_inner>div>p:nth-of-type(2)>a{
	display:block;
	cursor:pointer;
	font-weight:bold;
}
#container2>.c02>.con2_inner>div>p:nth-of-type(2){
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
/* container3  */
#container3{
	width:100%;
	height: 100vh;
}
#container3>.c03{
	width:1280px;
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
}
#container3>.c03 .con3_inner{
	padding:0 15px;
}
#container3>.c03:after{
	content:"";
	display:block;
	clear:both;
}
#container3>.c03 .con3_inner>div{
	float:left;
	width:50%;
	height:100vh;
}
#container3>.c03 .con3Vi{
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
#container3>.c03 .con3Vi .bg{
	position:absolute;
	top:0;
	left:32px;
	right:0;
	bottom:0;
	overflow:hidden;
	width:90%;
	height:600px;
	margin:auto 0;
	border-radius:10%;
}
#container3>.c03 .con3Vi .bg video{
	position:absolute;
	top:50%;
	left:50%;
	min-width:104%;
	min-height:104%;
	width:100%;
	height:100%;
	transform:translateX(-49%) translateY(-50%);
	overflow:hidden;
	padding:0 15px 0 0;	
}
#container3>.c03 .con3_text{
	text-align:right;
	height:100vh;
}
#container3>.c03 .con3_text>div{
	margin-top:220px;	
}
#container3>.c03 .con3_text>div>p:nth-of-type(1){
	font-size:20px;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom:40px;	
}
#container3>.c03 .con3_text>div>h2{
	font-size:46px;
	font-weight:bold;
	line-height:55px;
	margin-bottom:75px;
	word-break:keep-all;
}
#container3>.c03 .con3_text>div>h3{
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;

}
#container3>.c03 .con3_text>div>p:nth-of-type(2){
	font-size:15px;
	letter-spacing:-1px;
	margin-bottom:100px;
	padding-left:300px;
}
#container3>.c03 .con3_text>div>div a:hover{
	background:#222;
	color:#fff;
	
}
#container3>.c03 .con3_text>div>div a{
	display:block;
	width:200px;
	text-align:center;
	border:1px solid #2225;
	line-height:50px;
	margin-left:auto;
	cursor:pointer;
	
}

/* 네비게이션 */
#wrap #container .location{
	text-align: left;
	width:100%;
	background-color:#eeeeee;
	margin-top:50px;
}
#wrap #container .location ol > li > a > img{
	width: 16px;
	height: 16px;
}
#wrap #container .location ol li a:hover{
	text-decoration: none;
	cursor: pointer;
}
#wrap #container .content{
	width: 70%;
	height: 100%;
	margin: 0 auto;
}
/**** 공통 끝 ****/

/* 인사말 */
#wrap #container .greeting_cont{
	width:100%;
	height:600px;
	background:url(/homepage/1/images/greeting_bak.jpg) 0 0 no-repeat;
}
#wrap #container .content .aside .about{
	width:80%;
	font-size:25px;
	font-weight:bold;
	color:#ffffff;
}

#wrap #container .content .aside .about_txt{
	font-size:16px;
	margin-top:30px;
	color:#ffffff;
}

/* 비전 */
#wrap #container .vision_cont{
	width:100%;
	background-color:#ffffff;
}
#wrap #container .vision_cont::after{
	display:block;
	content:"";
	clear:both;
}
#wrap #container .vision_cont .vision_txt{
	width:100%;
}
.vision_txt h1{
	font-size: 35px;
    margin-bottom: 40px;
    color: #696969;
    text-align:left;
}
.vision_txt p{
	font-size:20px;
	margin-bottom:20px;
}
.vision_txt p.vision_tit{
	font-size:20px;
	font-weight:bold;
}
#wrap #container .vision_cont .vision_img{
	width:100%;
}
	.vision_img .vision1{
		width:100%;
		margin:100px 0 0 0;
	}
	.vision_img .vision1 li{
		text-align:center;
		border:5px solid #eeeeee;
		border-radius:5px;
		padding:30px 50px;
		width:fit-content;
		margin:0 auto;
	}
	.vision_img .vision1 li a{
		font-weight:bold;
		font-size:28px;
	}
	.vision_img .vision3{
		width:100%;
		margin-top:20px;
		position:relative;
	}
	.vision_img .vision3::after{
		clear:both;
		display:block;
		content:"";
	}
	.vision_img .vision3 li{
		width:33.3%;
		float:left;
		text-align:center;
		position:relative;
	}
	.vision_img .vision3 li a{
		display:block;
		width:100%;
		float:left;
		font-size:16px;
		font-weight:bold;
	}
	.vision_img .vision3 li a.vision_tit{
		margin-top:20px;
	}
	.vision_img .vision2{
		width:100%;
		height:150px;
		background:url(/homepage/1/images/line.png) center top no-repeat;
		background-size:67%;
	}
/* 비전 끝 */

/* 연혁 */
#wrap #container .history_cont{
	width:100%;
	background-color:#eeeeee;
	padding-bottom:50px;
	margin:50px 0;
}
.history_p::after{
	clear:both;
	display:block;
	content:"";
}
.history_p h1{
	font-size: 35px;
    margin-bottom: 80px;
    color: #696969;
    text-align:center;
}
.history_txt .history_in{
	width:100%;
}
.history_txt .history_in1,
.history_txt .history_in2{
	width:50%;
	float:left;
}
.history_txt .history_in::after{
	display:block;
	content:"";
	clear:both;
}
.history_txt ul{
	width:320px;
	margin:0 auto;
}
.history_txt ul li{
	width:100%;
}
.history_txt ul li.year{
	text-align:left;
	margin-bottom:40px;
	padding-bottom:10px;
	border-top:2px solid #004d82;
	width:100%;
}
.history_txt ul li.year a{
	font-size:40px;
	font-weight:500;
	width:100%;
}
.history_txt ul li::after{
	clear:both;
	display:block;
	content:"";
}
.history_txt ul li{
	margin-bottom:10px;
}
.history_txt ul li span{
	font-weight:bold;
	color:#0073cf;
	font-size:16px;
	width:15%;
	float:left;
	text-align:center;
}
.history_txt ul li a{
	font-size:16px;
	width:85%;
	float:left;
} 
/* 연혁 끝 */

/* CI */
#wrap #container .ci_cont{
	width:100%;
	background-color:#ffffff;
	padding-bottom:50px;
	margin:50px 0;
}
.ci_wrap h1{
	font-size: 35px;
    margin-bottom: 80px;
    color: #696969;
    text-align:left;
}
.ci_wrap{
	width:100%;
}
.ci_wrap::after{
	display:block;
	content:"";
	clear:both;
}
.ci_wrap ul.ci_img{
	width:40%;
	float:left;
}
.ci_wrap ul.ci_txt{
	width:60%;
	float:left;
}
.ci_wrap ul.ci_txt{
	padding:30px;
	min-height:400px;
	height:auto;
}
.ci_wrap ul.ci_img::after{
	display:block;
	content:"";
	clear:both;
}
.ci_wrap ul.ci_img li.black{
	background-color:#eeeeee;
	width:100%;
	height:200px;
	float:left;
	text-align:center;
}
.ci_wrap ul.ci_img li.white{
	background-color:#3a3a3a;
	width:100%;
	height:200px;
	float:left;
	text-align:center;
}
.ci_wrap ul.ci_img li img{
	margin-top:80px;
}
.ci_wrap ul.ci_txt li{
	margin-bottom:20px;
}
.ci_wrap ul.ci_txt li:last-child{
	margin-bottom:0;
}
.ci_wrap ul.ci_txt li.color_tit a{
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}
.ci_wrap ul.ci_txt li a{
	font-size:20px;
	line-height:30px;
}
.ci_wrap ul.ci_txt li a span{
	font-weight:bold;
	color:#0073cf;
}

/* CI 끝 */

/* 오시는 길 */
.directions_cont{
	background-color:#f8f8f8;
}
.directions_wrap h1{
	font-size: 35px;
    margin-bottom: 80px;
    color: #696969;
    text-align:left;
}
#wrap #container .content .aside .directions_wrap .right_side{
	width:100%;
}
#wrap #container .content .aside .directions_wrap .right_side ul.contact_map::after{
	clear:both;content:"";display:block;
}
.directions_wrap .right_side ul.contact_map iframe{
	width:100%;
	text-align:center;
}
/* .directions_wrap .right_side ul.contact_map li{
	width:calc(50% - 5px);
	float:left;
	height:350px;
	background-color:gray;
} */
.directions_wrap .right_side ul.contact_map li:first-child{
	margin-right:10px;
}
.directions_wrap .right_side .contact_info{
	width:100%;
	margin-top:50px;
}
.directions_wrap .right_side .contact_info ul{
	margin-bottom:20px;
}
.directions_wrap .right_side .contact_info ul::after{
	clear:both;content:"";display:block;
}
.directions_wrap .right_side .contact_info ul li.contact_tit{
	width:20%;
	float:left;
}
.directions_wrap .right_side .contact_info ul li.contact_tit a{
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.directions_wrap .right_side .contact_info ul li.contact_cont{
	width:80%;
	float:left;
}
.directions_wrap .right_side .contact_info ul li.contact_cont a{
	font-size:16px;
	display:block;
	color:#696969;
}
/* 오시는 길 끝*/

/* 이야 솔루션 */
.machine_wrap h1{
	font-size: 35px;
    margin-bottom: 80px;
    color: #696969;
    text-align:left;
}
/* 이야 솔루션 끝*/

/* 이야 */
#wrap #container .iiyya_cont{
	width:100%;
	height:100vh;
	background:url(/homepage/1/images/iiyya_bak.jpg) 0 0 no-repeat;
	background-size:cover;
}
.iiyya_cont ul{
	width:100%;
}
.iiyya_cont ul.iiyya_txt li{
	text-align:center;
}
.iiyya_cont ul.iiyya_txt li a{
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
}
.iiyya_cont ul.iiyya_txt2{
	margin-top:70px;
	position:relative;
}
.iiyya_cont ul.iiyya_txt2::after{
	display:block;
	content:"";
	clear:both;
}
.iiyya_cont ul.iiyya_txt2 li{
	width:50%;
	float:left;
	text-align:center;
	height:200px;
	position:relative;
	padding:10px;
	
}
.iiyya_cont ul.iiyya_txt2 li a.txt_box{
	display:block;
	margin-top:30px;
}
.iiyya_cont ul.iiyya_txt2 li a.box{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	opacity:.5;
	border:1px solid #ffffff;
	border-right:none;
}
.iiyya_cont ul.iiyya_txt2 li a.box2,
.iiyya_cont ul.iiyya_txt2 li a.box4{
	border-right:1px solid #ffffff;
}
.iiyya_cont ul.iiyya_txt2 li a.box1,
.iiyya_cont ul.iiyya_txt2 li a.box2{
	border-bottom:none;
}
.iiyya_cont ul.iiyya_txt2 li.center_box{
	position:absolute;
	top:30%;
	left:43%;
	width:150px;
	height:150px;
	border-radius:100%;
	background:rgba(255,255,255,0.8);
}
.iiyya_cont ul.iiyya_txt2 li.center_box img{
	margin-top:50px;
}
.iiyya_cont ul.iiyya_txt2 li a{
	font-size:20px;
	color:#ffffff;
}
#wrap #container .content .aside .extinguishing_wrap:after{
	clear:both;display:block;content:"";
}
	.extinguishing_wrap .link{
		width:100%;
	}
	.extinguishing_wrap .link li{
		display:inline;
	}
	.extinguishing_wrap .iiyya_tab{
		width:100%;
	}
	.extinguishing_wrap .iiyya_tab a.iiyya_link{
		font-size:14px;
		text-decoration:underline;
		margin-bottom:10px;
		cursor:pointer;
	}
	.extinguishing_wrap .iiyya_tab a.iiyya_link:hover{
		color:#0073cf;
		font-weight:bold;
	}
	.extinguishing_wrap .iiyya_tab ul{
		margin-bottom:20px;
		border-bottom:1px solid #eeeeee;
		padding-bottom:10px;
	}
	.extinguishing_wrap .iiyya_tab ul::after{
		clear:both;display:block;content:"";
	}
		.extinguishing_wrap .iiyya_tab ul li{
			text-align:center;
			padding:0 15px;
			cursor:pointer;
			display:inline-block;
			width:95px;
			height:75px;
			position:relative;
		}
		.extinguishing_wrap .iiyya_tab ul li a{
			font-size:13px;
			position:absolute;
			bottom:0;
			left:0;
			width:100%;
			text-align:center;
		}
		.extinguishing_wrap .iiyya_tab ul li.on a{
			color:#0073cf;
			font-weight:bold;
		}
		.extinguishing_wrap .iiyya_tab ul li.food_tab{
			background:url(/homepage/1/images/food_icon.jpg) top center no-repeat;
		}
		.extinguishing_wrap .iiyya_tab ul li.food_tab.on{
			background:url(/homepage/1/images/food_icon_on.jpg) top center no-repeat;
		}
		.extinguishing_wrap .iiyya_tab ul li.lodge_tab{
			background:url(/homepage/1/images/lodge_icon.jpg) top center no-repeat;
		}
		.extinguishing_wrap .iiyya_tab ul li.lodge_tab.on{
			background:url(/homepage/1/images/lodge_icon_on.jpg) top center no-repeat;
		}
	.extinguishing_wrap .iiyya_food{
		width:100%;
	}
	.extinguishing_wrap .iiyya_food::after{
		display:block;
		clear:both;
		content:"";
	}
	.extinguishing_wrap .iiyya_food ul{
		width:calc(33.3% - 10px);
		height:100px;
		border:1px solid #eeeeee;
		float:left;
		margin-right:15px;
	}
	.extinguishing_wrap .iiyya_food ul:last-child{
		margin-right:0;
	}
	.extinguishing_wrap .iiyya_food ul li{
		width:100%;
	}
	
/* 이야 끝 */


#wrap #container .content .sidebar{
	width: 20%;
	height: 100%;
}
#wrap #container .content .sidebar h3{
	font-weight: bold;
	font-size: 18px;
	padding:10px 0 10px;
	border-bottom: 2px solid #6f6a6c;
}
#wrap #container .content .sidebar a:hover{
	text-decoration: none;
	font-weight: bold;
}
/* #wrap #container .content .sidebar ul{ } */
#wrap #container .content .sidebar ul li{
	border-bottom: 1px solid #ddd;
	padding:10px 0 10px;
}
#wrap #container .content .sidebar ul li.on a{
	color:#fff;
	font-weight:bold;
}
#wrap #container .content .sidebar ul li.on{
	background-color:#005b98;
}

/* 푸터 */
#wrap #footer{
	background-color:#ddd;
	width:100%;
	height:200px;
}
#wrap .footer_area{
	width:1280px;
	margin:0 auto;
	
}
#wrap #footer li,
#wrap #footer a{
	color:#222;
}
#wrap #footer>.footer_area:after{
	display:block;
	content:"";
	clear:both;
}
#wrap #footer .footer_logo{
	width:15%;	
	float:left;
}
#wrap #footer .footer_logo img{
	margin-top:20%;
}
#wrap #footer .company{
	width:60%;
	float:left;
}
#wrap #footer .company small{
	color:#999999;
}
#wrap #footer .family_site{
	width:25%;
	float:left;
}
#wrap #footer .company, 
#wrap #footer .family_site{
	margin-top: 30px;
	line-height: 15px;
}
#wrap #footer .footer_select{
	height:25px;
	width: 99px;
	padding-left: 4px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	cursor:pointer;
}
#wrap #footer .family_site a{
	padding:3px 5px;
	border:1px solid #cccccc;
	margin-right:10px;
	vertical-align:middle;
	font-weight:500;
}
#wrap #footer .family_site a:hover{
	font-weight:bold;
}
#wrap #footer .company p > small{
	color: #ddd;
}
#wrap #footer .company a:hover{
	text-decoration: none;
	font-weight: bold;
}
#wrap #footer .copyright{
	margin-top: 20px;
	color: #6f6a6c;
	margin-bottom: 20px;
}

/* list.jsp css 이동 */
/* 섹션 분리 */
#about{
	background: rgb(240, 240, 240);
    align-content: center;
    min-height: fit-content;
    padding: 100px 0;
}

#intro-type{
	background: rgb(240, 240, 240);
    min-height: 100dvh;
    max-height: fit-content;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#benefit1{
	background: rgb(240, 240, 240);
    align-content: center;
    height: FIT-CONTENT;
    padding:100px 0px;
}
#benefit2{
    align-content: center;
    height: FIT-CONTENT;
    padding:100px 0px;
    }
#price{
	background: rgb(240, 240, 240);;
    align-content: center;
    padding: 50px 0px;
}
#price-waiting, #NFC{
    align-content: center;
    padding: 50px 0px;
}
#howto{
	background-color:lightgray;
    align-content: center;
     height: FIT-CONTENT;
    padding:100px 0px;
}
#agreepay{
	 background: rgb(240, 240, 240);
    align-content: center;
     height: FIT-CONTENT;
    padding:100px 0px;
}
#product-info{
    align-content: center;
      height: FIT-CONTENT;
    padding:100px 0px;
}
#pos{
  align-content: center;
    height: FIT-CONTENT;
    padding:100px 0px;
}
#customer-advertisement{
    align-content: center;
     height: FIT-CONTENT;
    padding:100px 0px;
}
#intro-video{
	align-content: center;
    height: FIT-CONTENT;
    padding: 50px 0px;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: center;
}
.inquiry{
    height: FIT-CONTENT;
    padding:100px 0px;
    align-content: center;
    background: rgb(240, 240, 240);
}

#main_content_benefit1, #NFC-content{
    width: 100%;
    max-height: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 15%;
}

#main_phrase_background {
	width: 900px;
	height: 91px;
	border-radius: 20px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 3%;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
}

#main_phrase_title {
	width: 30%;
}

.main_phrase {
	font-size: 55px;
	font-weight: 700;
	position: relative;
	top: -1rem;
}

.main_emphasis {
	font-size: 55xp;
	color: #6F58A3;
	font-weight: 700;
}

.main_line {
	font-size: 55px;
	font-weight: 700;
	text-decoration: underline;
}

#emphasis {
	font-size: 55px;
	font-weight: 700;
	text-emphasis-style: dot;
	text-emphasis-color: #6F58A3;
	position: relative;
}

.bottom_btn {
	display: inline-grid;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 1000;
}

.bottom_btn>a>img {
	padding: 5px;
	 width: 80%; 
}

.bottom_btn>a>picture>img {
	padding: 5px;
	width: 80%;
}

.main_content {
	width: 100%;
	max-height: fit-content;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.text_btn {
	display: inline-block;
	width: fit-content;
	margin: 1rem 10px;
	height: 55px;
	background-color: #6F58A3;
	font-size: 36px;
	border-radius: 33.5px;
	color: white;
}

.btn_inner_text {
	padding: 0 2rem;
}

.sub_phrase {
	font-size: 35px;
	font-weight: 700;
}

.sub_line {
	font-size: 35px;
	font-weight: 700;
	text-decoration: underline;
}

.sub_emphasis {
	background: white;
	font-size: 35px;
	color: #6F58A3;
	font-weight: 700;
	padding: 0px 10px;
	word-break: auto-phrase;
    border-radius: 10px;
}

.agreement_wrapper {
	padding: 100px 100px;
	margin: 100px 100px;
}

.product_wrapper {
	padding: 150px;
}

.product_msg_1 {
	font-size: 65px;
	margin-left: 28px;
	font-weight: 700;
	vertical-align: 0;
}

.product_img {
	width: 17%;
	margin-bottom: -20px;
	margin-right: 11px;
	vertical-align: 0;
}

.fee_div_wrapper {
	font-size: 25px;
	border: 3px solid #6F58A3;
	border-radius: 35px;
	background: white;
	font-weight: 900;
	padding: 80px 30px;
	margin: 80px 400px;
	position: relative;
}

.fee_text_btn {
	display: inline-block;
	background-color: #6F58A3;
	font-size: 24px;
	border-radius: 33.5px;
	color: white;
	padding: 0px 12px;
	position: absolute;
	top: 20px;
	left: 30px;
}

.payment_internet {
	float: right;
	font-weight: 700;
}

.msg_1, .msg_2 {
	font-size: 35px;
	font-weight: 700;
}

.admin_img_1, .admin_img_2 {
	background: white;
}

.admin_img_1 {
	background: white;
	margin: 80px 400px;
}

.admin_img_2 {
	margin: 40px 400px;
}

.admin_msg_4 {
	font-size: 25px;
	font-weight: 600;
}

.sns_wrapper {
	padding: 150px;
}
.sns_logo_img{
	padding: 0 0.5%;
}

.msg_first {
	padding: 50px;
}

.msg_1, .msg_2 {
	font-size: 35px;
	font-weight: 700;
}

.msg_2 {
	font-size: 35px;
	background: white;
}

.msg_3_wrapper {
	padding: 50px 0px 150px 0px;
}

.msg_3 {
	font-size: 25px;
	border: 3px solid #6F58A3;
	border-radius: 35px;
	background: white;
	font-weight: 700;
	padding: 10px 30px;
}

.msg_3_color {
	color: #6F58A3;
	font-size: 25px;
	background: white;
	font-weight: 700;
}

.msg_4 {
	font-size: 35px;
	font-weight: 900;
	padding-top: 50px;
}

.sub_line_color {
	font-size: 35px;
	font-weight: 700;
	text-decoration: underline;
	color: #6F58A3;
}

.youtube_wrapper {
	padding: 150px;
}

.youtube_content {
	margin: 50px 0;
	width: -webkit-fill-available;
	
}

.youtube_title {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 15px;
}

.bottom_arrow {
	vertical-align: 0;
}

.msg_1 .msg_2 {
	font-size: 25px;
}

.msg_2 {
	border: 1px solid white;
	color: #6F58A3;
}
.main_title_color {
	font-size: 7dvh;
	font-weight: 800;
	color: #6F58A3;
}

.main_title_color_bg {
	font-size: 80px;
	font-weight: 800;
	color: #6F58A3;
	background-color: white;
}

.main_title_color_line {
	font-size: 7dvh;
	font-weight: 800;
	color: #6F58A3;
	text-decoration: underline;
	text-underline-position: under;
}

.sub_title {
	font-size: 64px;
	font-weight: 700;
}

.sub_title_line {
	font-size: 64px;
	font-weight: 700;
}

.sub_title_color {
	font-size: 64px;
	font-weight: 700;
	color: #6F58A3;
	background-color: white;
}
#main_price{
 display:inline-block;
}
.main_price_img{
 display:flex;
}

.tf-v1-popover-button {
	bottom: 100px !important;
	right: 10% !important;
	
}
.youtube-container{
    width: inherit;
    max-height: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#youtube{
	border-radius: 20px;
    border: 1px solid gainsboro;
}
/* 애니메이션 효과 */
body.scroll-active {
    background-color: #000;
    color: #fff;
}

#order-graph,
#order-live {
    opacity: 0;
    transform: scale(0.5); /* 초기 크기는 50%로 설정 */
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    display: block;
    margin: 200px auto; /* 상.하단에 200px 마진 추가 */
    max-width: 64%; /* 이미지를 화면의 절반 크기로 설정 */
}

#order-graph.visible,
#order-live.visible {
    opacity: 1;
    transform: scale(1.5); /* 이미지를 확대 */
    /* max-width: 100%; */ 
}

#pos {
    transition: background-color 1s ease-in-out, color 1s ease-in-out;
}

#pos.entered {
    background-color: black;
    color: white;
}

#pos.entered p, 
#pos.entered span, 
#pos.entered div {
    color: white !important; /* 텍스트 색상을 흰색으로 변경 */
}
#pos.entered .sub_emphasis {
    color: #6F58A3 !important;
    background: none;
     /* .sub_emphasis 클래스의 텍스트 색상을 초기 값으로 유지 */
}

/* FAQ */
.faq-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px 30%;
}
.main_content_faq_title{
   width: 100%;
    max-height: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
}
.main_content_faq{
   width: 100%;
    max-height: fit-content;
    margin: 10px auto;
    display: block;
    border-bottom: 2px solid #6F58A3;
}
.faq-question{
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.faq-answer{
   font-size: 20px;
    font-weight: 500;
    text-align: left;
    display: none; /* 초기에는 숨김 */
    padding: 3%;
    overflow-wrap: break-word;
}
.sub_emphasis_faq{
    background: white;
    font-size: 45px;
    color: #6F58A3;
    font-weight: 700;
    text-align: start;
}
.faq-toggle-button {
    width: 3dvh;
    margin-left: 10px
   
}
.show {
	display: block !important;
    background-color: rgba(244, 244, 244, 0.5); /* #f4f4f4 색상에 50% 투명도 적용 */
    margin-top: 5px 0px;
    width: 100%;
    border-radius: 0 0 5px 5px;
    line-height: 1.5;
}

.faq-toggle-button.closed {
	content: url(/homepage/9/images/lang_button_hide.svg);
}
.faq-toggle-button.opened {
	content: url(/homepage/9/images/lang_button_show.svg);
}

/* 문의 상담 */
.inquiry-detail{
   font-size: 28px;
    display: flex;    
    margin: 20px 0;
}
.inquiry-main{
    width: 50%;
    padding: 30px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#inquiry-content{
    display: inline-table;
    padding-left: 0;
    width: 90%;
}

.main-field{
   width: inherit;
    height: inherit; 
}
.inquiry-input-box{
	background: #ECECEC;
    border-radius: 5px;
    border: none;
    height: 5dvh;
    padding-left: 13px;
   font-size: 138%;
    color: black;
    font-weight: 600;
    width: 100%;
}
.inquiry-checkbox {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5%;
}
.inquiry-checkbox input[type="checkbox"] {
    display: none;
}
.inquiry-checkbox input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 2px;
}
.inquiry-checkbox input[type="checkbox"]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    font-weight: 800;
    color: #6F58A3;
    background: #ffffff;
    line-height: 18px;
    text-align: center;
}  
.inquiry-checkbox input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 12px;
    top: 0px;
    left: 0px;
    background: #fff;
    border: 1px solid #6F58A3;
    border-radius: 3px;
}
#region{
	border: 1px solid #ddd;
    font-size: 17px;
    margin-right: 60px;
    padding-left: 14px;
    width: 100px;
    height: 42px;
    border-radius: 5px;
    background: white url(/homepage/9/images/title_detail_show.png) 85% center no-repeat;
}
.title-img{
	width: 22%;
}
.title-ment{
    font-size: 300%;
    font-weight: 800;
    color: black;
    font-family: 'Pretendard';
}
.inquiry-ment{
  margin-right: 24px;
    font-weight: 600;
}
.detail-title{
    font-weight: 700;
    width: 300px;
    text-align: justify;
}
#inquiry-region{
    width: 80px;
}
.inquiry-ment-container{
  margin-top: 15px
}
.direct_button{
 cursor: pointer;
}

.con0_iiyya {
	padding-top: 125px;
	padding-bottom: 44px;
}

.color-section {
	background-color: rgba(219, 219, 219, .24);
	width: 100%;
	height: fit-content;
	padding: 40px 0px;
}

.text {
	width: 50%;
	align-content: center;
	margin-bottom: 5dvh;
}
/* #process2-waiting{
	padding-top: 200px;
}
#process3-waiting{
	padding-top: 400px;
}

#process4-waiting{
	padding-top: 600px;
} */
.waiting-process-list{
	justify-content: space-evenly;
    padding: 50px 200px;
}



#process3{
	padding-top: 200px;
}

#process4{
	padding-top: 400px;
}

.process_list {
	row-gap: 200px;
}
.waiting-container {
       background-color: rgb(240, 240, 240) !important;
}

.background_effect {
	/* background-color: rgb(240, 240, 240); */
	background-color:lightgray; 
	padding: 30px 0px;
	width: 100%;
}

#agreepay > .main_content > img {
	height: 100px;
	padding: 15px;
}
#iiyyaorder-price{
	 width: 50%;
}


#video-wrapper {
    width: 47dvh;
    height: 60dvh;
    overflow: hidden;
    border-radius: 20px;
}

.main-slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






/* 애니메이션 적용  */
#iiya_mainImg_web {
    position: relative;
    display: inline-block; /* img 요소가 컨테이너 역할을 하도록 */
}

#iiya_mainImg_web::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

#iiya_mainImg_web:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    0% {
        left: -75%; /* 시작 위치를 설정 */
        opacity: 1;
    }
    40% {
        left: 25%; /* 중간 위치를 설정 */
        opacity: 1;
    }
    100% {
        left: 125%; /* 종료 위치를 설정 */
        opacity: 0;
    }
}

@keyframes shine {
    0% {
        left: -75%; /* 시작 위치를 설정 */
        opacity: 1;
    }
    40% {
        left: 25%; /* 중간 위치를 설정 */
        opacity: 1;
    }
    100% {
        left: 125%; /* 종료 위치를 설정 */
        opacity: 0;
    }
}
.waiting-use  {
    max-width:80%; /* 이미지의 최대 너비를 805px로 제한 */
    height: auto; /* 이미지의 비율을 유지하며 자동으로 높이 조정 */
}
.waiting-img{
	width: 25%;
    display: flex;
    justify-content: center;
}
.SV-logo-wrapper{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}
#iiyya-SV-logo{
	height: 30px;
    width: auto;
    margin-top: 5px;
}
.main-content-ment{
	background: white;
    width: auto;
    box-sizing: border-box;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: 700;
    border: 3px solid #6F58A3;
    border-radius: 40px;
    display: flex;
    gap: 10px;
}
.main-content-ment > span{
	color:#6F58A3;
	font-weight: 700;
}	
.QR-ment{
	background: none;
}
.combination-img{
	width: 62.5vw;
}
#SV-section{
  background-color: lightgray;
}
#combination-section > div{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vh;
    margin: 50px 0px;
}
.contents_wrap{
	margin-top: 8.891vh;
	box-sizing: border-box;
    padding: 10px 50px 50px 50px;
    background: white;
}
.policy_warp > h1 {
	font-size: 30px;
    color: black;
    font-weight: 700;
}
.contents_wrap > section {
	display: flex;
}
.term_txt{
  font-size: 15px;
  text-align: justify;
}

.term_txt > ol{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
dt {
	font-size:17px;
}
.term_p{
	margin: 10px 0px 50px 0px;
}