@charset "utf-8";

/* css 이 아래부터 가져가세요 */
.sub_visual {
	height: 300px;
	background: #aaa;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.sub_visual .inner {
	display: table;
	height: 100%;
	margin: 0 auto;
}

.sub_visual .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.sub_visual .text h2 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 0em;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: left;
}

.sub_visual .text p {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0em;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 20px;
}

.sub_visual .sub_path {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	font-size: 0;
	letter-spacing: -4px;
	border-top: 0;
	border-bottom: 0;
}

.sub_visual .sub_path:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.sub_visual .sub_path>* {
	float: left;
}

.sub_visual .sub_path a.home {
	width: 60px;
	background: #406DB9;
	display: block;
	font-size: 0;
	letter-spacing: -4px;
	text-align: center;
	padding: 21px;
	box-sizing: border-box;
}

.sub_visual .sub_path a.home:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.sub_visual .sub_path a.home i {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 2px);
	height: 7px;
	margin: 1px;
	background: #fff;
}

.sub_visual .sub_path a.home span {
	display: none;
}

.sub_visual .sub_path [class^='depth'] {
	width: calc(50% - 30px);
	max-width: 326px;
	position: relative;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.sub_visual .sub_path [class^='depth']>p {
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	letter-spacing: 0.075em;
	font-weight: 400;
	padding: 0 50px 0 30px;
	position: relative;
	overflow: hidden
}

.sub_visual .sub_path [class^='depth']>p:before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	display: block;
	width: 12px;
	height: 6px;
	background: url('/img/sub_visual_arrow.png') no-repeat center center / contain;
}

.sub_visual .sub_path [class^='depth'] ul {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 100%;
	padding: 20px 0;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.sub_visual .sub_path [class^='depth'] ul li a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	color: #666;
	letter-spacing: 0.075em;
	font-weight: 400;
}


/* .sub_visual .sub_path::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	margin: 0 auto;
	height: 1px;
	background-color: #DCDCDC;
} */

.sub_visual_line {
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #DCDCDC;
	top: calc(100% + 60px);
}


/* .sub_tab{margin-top:40px;} */
.sub_tab .inner {
	margin: 0 auto;
}

.sub_tab ul {
	font-size: 0;
	letter-spacing: -4px;
	text-align: center;
}

.sub_tab ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(16.6666% - 10px);
	height: 60px;
	margin: 5px;
}

.sub_tab ul li a {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #222;
	letter-spacing: 0em;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.sub_tab ul li a span {
	display: table-cell;
	vertical-align: middle;
}

.sub_tab ul li:hover a {
	color: #fff;
	background: #444;
}

.sub_tab ul li.on a {
	color: #fff;
	background: #444;
}

.sub_tab ul.grid2 li {
	width: calc(50% - 10px);
}

.sub_tab ul.grid3 li {
	width: calc(33.333333% - 10px);
}

.sub_tab ul.grid4 li {
	width: calc(25% - 10px);
}

.sub_tab ul.grid5 li {
	width: calc(20% - 10px);
}

.sub_tab ul.grid6 li {
	width: calc(16.666666% - 10px);
}

.sub_tab ul.grid7 li {
	width: calc(14.285714% - 10px);
}

.sub_tab ul.grid8 li {
	width: calc(12.5% - 10px);
}

.sub_tab ul.grid9 li {
	width: calc(11.111111% - 10px);
}

.sub_tab ul.grid10 li {
	width: calc(10% - 10px);
}

@media all and (max-width:1400px) {
	.sub_tab ul.grid7 li {
		width: calc(25% - 10px);
	}

	.sub_tab ul.grid8 li {
		width: calc(25% - 10px);
	}

	.sub_tab ul.grid9 li {
		width: calc(25% - 10px);
	}

	.sub_tab ul.grid10 li {
		width: calc(25% - 10px);
	}
}

@media all and (max-width:1000px) {
	.sub_tab ul.grid7 li {
		width: calc(33.3333334% - 10px);
	}

	.sub_tab ul.grid8 li {
		width: calc(33.3333334% - 10px);
	}

	.sub_tab ul.grid9 li {
		width: calc(33.3333334% - 10px);
	}

	.sub_tab ul.grid10 li {
		width: calc(33.3333334% - 10px);
	}
}

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	position: relative;
	/* 	position: absolute;  */
	background-color: white;
	z-index: 1000;
	width: calc(100% - 22px);
}

/* 회사소개 */
/* 회사소개 */
.sub_tit_yo h2 {
	color: #222;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.zig_con_yo {
	display: flex;
	justify-content: space-between;
	gap: 86px;
	align-items: center;
}

.zig_txt_yo {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.zig_txt_yo p {
	color: #555;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	word-break: auto-phrase;
}

.zig_txt_yo p b {
	font-weight: 700;
}

.zig_tit_yo h2 {
	color: #222;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	line-height: 42px;
}

.zig_tit_yo h2 span {
	color: #406DB9;
	font-weight: 600;
}

.br_pc_only {
	display: block;
}

.br_mb_only {
	display: none;
}

.zigone_txt_yo {
	margin-top: 100px;
}

.zigone_txt_yo p {
	color: #222;
	text-align: end;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.f_icon_yo {
	display: flex;
	align-items: center;
	gap: 6px;
}

.f_icon_yo img {
	width: 100%;
}

@media all and (max-width:1400px) {
	.zig_con_yo {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 60px;
	}
}

@media all and (max-width:700px) {
	.br_pc_only {
		display: none;
	}

	.br_mb_only {
		display: block;
	}
}

/* 오시는 길 */
.map_double_box {
	display: flex;
	gap: 40px;
}

.map_tit_yo h2 {
	color: #222;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.map_txt {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.map_txt_yo {
	display: flex;
	gap: 5px;
}

.map_txt_yo .blue_txt_yo {
	color: #406DB9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.map_txt_yo p {
	color: #555;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.map_tit_yo img {
	width: 100%;
}

@media all and (max-width:1000px) {
	.map_double_box {
		flex-direction: column;
	}
}

/* filter - housing */
.housing_line {
	background: #DCDCDC;
	height: 1px;
	width: 100%;
	margin: 50px 0;
}

.blue_logo_tit {
	display: flex;
	gap: 10px;
	align-items: center;
}

.blue_logo_tit h2 {
	color: #222;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.blue_logo_tit h2 span {
	color: #406DB9;
}

.housing_box p {
	color: #555;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

/* 입자크기 */
.housing_box .particle_mini_txt {
	color: #555;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

@media all and (max-width:700px) {
	.housing_box .particle_mini_txt {
		font-size: 15px;
	}
}


/* 퀵메뉴 */
.quick_menu_yo {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding: 15px 0; */
	width: 90px;
	height: 130px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 85%;
	transform: translateY(-50%);
	z-index: 1000;

}

.top_quick {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	padding: 15px;
}

.top_quick p {
	color: #555;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.top_btn_yo {
	background: #406DB9;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

.top_btn_yo p {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.big_img_yo {
	/* text-align: center; */
}

.pyo_txt_box.border {
	border: 1px solid #406DB9;
	padding: 45px 65px;
}

.pyo_txt_box h2 {
	color: #406DB9;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.pyo_txt_box p {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	color: #999;
}

.pyo_txt_box b {
	color: #333;
}




@media all and (max-width:800px) {
	.pyo_txt_box.border {
		padding: 20px;
	}
}


/* 250423 추가 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.ceo_old {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 52px;
	margin-bottom: 120px;
}

/* .ceo_old > div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
} */

.ceo_old .ceo_left_yo {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
}

.ceo_old .ceo_right_yo {
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}


.ceo_old>div:last-child {
	padding: 22px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.ceo_old>div:last-child div {
	text-align: center;
}

.ceo_old>div:last-child div button {
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: center;
	margin-top: 3rem;
}

.ceo_old a {
	color: #888;
	text-align: center;
	font-size: 16px;


}


.ceo_old a:hover {
	color: #406DB9;
}


.ceo_old h5 {
	font-size: 32px;
	font-weight: 400;
	color: #222;
}

.ceo_old p {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	/* 147.826% */
}

/* 20250430 추가 */
.zig_con.daepyo_cus .zig_tit_yo h2 {
	color: #222;
	font-family: 'Pretendard';
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zig_con.daepyo_cus .zig_txt_yo p {
	color: #555;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}


/* 20250514 추가 */
.ceo_line {
	border: 4px solid #3A3A3A;
	margin-top: 50px;
	width: 65%;
	margin-left: auto;
}

.ceo_line .zig_con_yo {
	padding: 40px 74px;
}

.zig_con .zig_txt_yo.ceo_hi p {
	font-size: 28px;
}

.new_ceo_tit {
	color: #222;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.ceo_line .zig_con .zig_txt_yo.ceo_hi p {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	/* 131.818% */
	text-align: left;
}

@media all and (max-width:1200px) {
	.ceo_old {
		flex-direction: column;
	}

	.ceo_old .ceo_left_yo,
	.ceo_old .ceo_right_yo {
		width: 100%;
	}

	.ceo_line {
		width: 100%;
	}

	.ceo_line .zig_con_yo {
		padding: 20px 30px;
	}
}


/* 20250612 추가 */
/* 상품 상세 페이지 */
.prod_inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.prod_inner_padding {
	padding: 120px 0;
}

.prod_top_tit {
	border-radius: 4px;
	background: #406DB9;
	padding: 12px 16px;
	margin-bottom: 40px;
}

.prod_top_tit h1 {
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 40px */
	letter-spacing: -0.4px;
}

.flex_box_yo ul {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.flex_box_yo.two ul li {
	width: calc(50% - 20px);
}

.flex_box_yo.two ul li img {
	width: 100%;
	height: 100%;
}

.flex_box_yo.four ul {
	gap: 20px;
}

.flex_box_yo.four ul li {
	width: calc(25% - 15px);
}

.flex_box_yo.two_wide ul {
	gap: 20px;
}
.flex_box_yo.two_wide ul li {
	width: calc(50% - 10px);
}



.sub_tit_box .prod_sub_tit {
	border-radius: 8px 8px 0px 0px;
	background: #F0F3F7;
	padding: 0 30px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_tit_box .prod_sub_tit h2 {
	color: #222;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 24px */
	letter-spacing: 0.12px;
}

.sub_tit_box p {
	border-radius: 0px 0px 8px 8px;
	border: 1px solid var(--GREY-, #E6E6E6);
	padding: 0 36px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	letter-spacing: 0.16px;
}

.prod_inner section {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 67px;
}

.prod_underline_tit {
	width: fit-content;
	display: flex;
	margin: 0 auto;
	margin-top: 67px;
	margin-bottom: 80px;
}

.prod_underline_tit h3 {
	color: #222;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 32px */
	letter-spacing: -0.16px;
	position: relative;

}

.prod_underline_tit h3:after {
	border-radius: 2px;
	background: #406DB9;
	height: 4px;

	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;

}

.gae_yo_tit {
	display: flex;
	gap: 8px;
	align-items: center;
}

.gae_yo_tit h4 {
	color: #222;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 28px */
	letter-spacing: 0.07px;
}

.prod_gae_yo_wrapper {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.prod_gae_yo {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.prod_gae_yo p {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	letter-spacing: 0.16px;
	position: relative;
	padding-left: 15px;
}

.prod_gae_yo>p::after,
.prod_gae_yo>div>p::after,
.table_wrapper p::after {
	content: '·';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 23px;
	margin-top: -2px;
}

.prod_gae_yo table {
	width: 100%;
	border: 1px solid #E6E6E6;
	white-space: nowrap;
	
}

.prod_inner section:last-child {
	border-bottom: 0;
}

.blue_table {
	background: #406DB9;
	text-align: center;
	padding: 16px 8px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #e6e6e6;
}

.blue_table.last {
	border-bottom: unset;
	border-right: unset;
}

.head_tr td:not(.blue_table) {
	background: #F0F3F7;
	text-align: center;
	border: 1px solid #E6E6E6;
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.prod_gae_yo table tr td:not(.blue_table) {
	text-align: center;
	border: 1px solid #E6E6E6;
	color: var(--GREY-700, #444);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.16px;
	padding: 8px;
}

.prod_gray_img_box {
	border-radius: 8px;
	background: var(--GREY-70, #F6F6F6);
	padding: 40px;
}

.prod_gray_img_box p {
	color: #222;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 16px */
	margin-top: 15px;
}

.prod_gray_img_box img {
	border-radius: 5px;
}

.gray_table_bg {
	background: #F0F3F7;
}

.table_blue_tit {
	color: #406DB9;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	letter-spacing: 0.16px;
}

.table_wrapper .pyo_gray_txt {
	color: var(--GREY-400, #8E8E8E);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 22.4px */
	letter-spacing: 0.14px;
	margin-top: 8px;
}

.tuek_box { 
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.tuek_tit h5{
	color: #406DB9;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.tuek_con {
	color: #222;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.14px;
	margin-top: 8px;
}

@media all and (max-width:920px) {
	.mb_160px {
		width: 160px;
	}

	.mb_110px {
		width: 110px;
	}

	.prod_inner {
		width: 93.75%;
	}

	.flex_box_yo.two ul li {
		width: 100%;
	}

	.prod_gray_img_box {
		padding: 20px;
	}

	.table_wrapper {
		overflow-x: auto;
	}
}

@media all and (max-width:768px) {
	.flex_box_yo.four ul li {
		width: calc(50% - 10px);
	}

	.flex_box_yo.four ul li img,
	.flex_box_yo.two_wide ul li,
	.flex_box_yo.two_wide ul li img
	 {
		width: 100%;
	}

}