﻿/********** Sub **********/

/* 서브페이지 배경 start */
.sub_common_bg
{
	position:relative;
	width:100%;
	height:516px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sub_common_bg:after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.sub_common_bg.bg_type01
{
	background:url(/assets/_user/images/common/sub_bg1.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type02
{
	background:url(/assets/_user/images/common/sub_bg2.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type02_1
{
	background:url(/assets/_user/images/common/sub_bg2_1.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type02_2
{
	background:url(/assets/_user/images/common/sub_bg2_2.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type02_3
{
	background:url(/assets/_user/images/common/sub_bg2_3.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type02_4
{
	background:url(/assets/_user/images/common/sub_bg2_4.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type03
{
	background:url(/assets/_user/images/common/sub_bg3.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type04
{
	background:url(/assets/_user/images/common/sub_bg4.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type05
{
	background:url(/assets/_user/images/common/sub_bg5.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg.bg_type06
{
	background:url(/assets/_user/images/common/sub_bg6.png) no-repeat center center;
	background-size:cover;
}
.sub_common_bg .text_wrap
{
	position:relative;
	text-align:center;
	color:#fff;
	z-index:1;
	padding:0 20px;
}
.sub_common_bg .text_wrap h2
{
	font-size: 50px;
	letter-spacing:-2.5px;
	font-weight: 700;
}
.sub_common_bg .text_wrap p
{
	margin-top:15px;
	font-size:18px;
	letter-spacing:-1.26px;
	line-height:1.4;
	font-weight: 300;
}

.sub_title_wrap
{
	position:relative;
	width:100%;
	margin-top:120px;
}
.sub_title_wrap.mypage h4{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sub_title_wrap.mypage h4 a{
	letter-spacing: -0.8px;
	color: #252525;
	font-size: 16px;
	font-weight: 500;
	padding: 13px 25px 12px;
	border: 2px solid #252525;
}
.sub_title_wrap.center
{
	text-align:center;
}
.sub_title_wrap h3
{
	color:#0B63AE;
	letter-spacing:2.86px;
	font-size: 20px;
	font-weight: 500;
}
.sub_title_wrap h4
{
	margin-top:24px;
	color:#252525;
	letter-spacing:-2.25px;
	font-weight: 600;
	font-size: 45px;
	line-height: 1.35;
	word-break: keep-all;
}
.sub_title_wrap p
{
	margin-top:18px;
	color:#999999;
	letter-spacing:-1.26px;
	line-height:1.6;
	font-size: 18px;
	font-weight: 300;
}
.sub_contents
{
	position:relative;
	width:100%;
	padding-bottom:200px;
}
.sub_contents.padding_bottom_0{
	padding-bottom: 0;
}
@media screen and (max-width:1360px)
{
	.sub_common_bg
	{
		height:460px;
	}
	.sub_common_bg .text_wrap h2
	{
		font-size:45px;
	}
	.sub_common_bg .text_wrap p
	{
		font-size:17px;
		margin-top:12px;
	}
}
@media screen and (max-width:1279px)
{
	.sub_title_wrap
	{
		margin-top:100px;
	}
	.sub_title_wrap h4
	{
		font-size:40px;
		margin-top:20px;
	}
	.sub_title_wrap p
	{
		font-size:17px;
	}

	.greet_wrap
	{
		margin-top:40px;
	}
	.greet_wrap .image_wrap
	{
		height:500px;
	}
	.greet_wrap .text_wrap
	{
		padding:20px 70px 0;
	}
}

@media screen and (max-width:1024px)
{
	.sub_common_bg .text_wrap h2
	{
		font-size:40px;
	}
	.sub_common_bg .text_wrap p
	{
		font-size:16px;
		letter-spacing:-1px;
	}

	.sub_title_wrap
	{
		margin-top:60px;
	}
	.sub_title_wrap h3
	{
		font-size:18px;
		text-indent: 2px;
	}
	.sub_title_wrap h4
	{
		font-size: 28px;
		margin-top:16px;
	}
	.sub_title_wrap p
	{
		font-size:16px;
	}

	.sub_contents
	{
		padding-bottom:150px;
	}

	.greet_wrap
	{
		margin-top:35px;
	}
	.greet_wrap .image_wrap
	{
		height:380px;
	}
	.greet_wrap .text_wrap
	{
		padding:10px 20px;
		margin:0;
	}
	.greet_wrap .text_wrap p,
	.greet_wrap .text_wrap .writer
	{
		font-size:16px;
		letter-spacing:-1px;
	}
	.greet_wrap .text_wrap p span
	{
		margin-top:30px;
	}
	.greet_wrap .text_wrap .writer
	{
		margin-top:35px;
	}
}

@media screen and (max-width:767px)
{
	.sub_common_bg
	{
		height:280px;
	}
	.sub_common_bg .text_wrap h2
	{
		font-size:28px;
		letter-spacing:-2px;
	}
	.sub_common_bg .text_wrap p
	{
		font-size:13px;
		letter-spacing:-0.06px;
		margin-top:10px;
	}

	.sub_title_wrap
	{
		margin-top:40px;
	}
	.sub_title_wrap h3
	{
		font-size:16px;
	}
	.sub_title_wrap h4
	{
        font-size: 20px;
		margin-top:10px;
		letter-spacing: -2px;
	}
	.sub_contents.mypage .sub_title_wrap h4{
		margin-top: 0;
	}
	.sub_title_wrap h4 br
	{
		display:none;
	}
	.sub_title_wrap p
	{
		font-size:15px;
		margin-top:12px;
	}
	.sub_title_wrap p br
	{
		display:none;
	}

	.sub_contents
	{
		padding-bottom:100px;
	}

	.greet_wrap
	{
		margin-top:20px;
	}
	.greet_wrap .image_wrap
	{
		height:250px;
	}
	.greet_wrap .text_wrap
	{
		padding:0 10px;
	}
	.greet_wrap .text_wrap p,
	.greet_wrap .text_wrap .writer
	{
		font-size:15px;
		line-height:1.5;
	}
	.greet_wrap .text_wrap p span
	{
		margin-top:20px;
	}
}
/* 서브페이지 배경 end */











/* subMenu start */
.submenu
{
	position: absolute;
	bottom: 0;
	left: calc((100% - 1437px) / 2);
	width: calc(50% + 1437px / 2);
	height: 70px;
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	z-index: 1000;
	transition: 0.3s;
}
.submenu > *
{
	height:100%;
}
.submenu .layout
{
	display:flex;
	align-items:center;
	height:100%;
	margin:0;
}
.submenu .home
{
	display:block;
	height:100%;
}
.submenu .home img
{
	height:100%;
}
.submenu > .layout > ul
{
	display:flex;
	height:100%;
	align-items:center;
}
.submenu > .layout > ul > li
{
	width:300px;
	height:100%;
}
.submenu > .layout > ul > li > a
{
	position:relative;
	display:flex;
	align-items:center;
	height:100%;
	font-size:18px;
	font-weight:300;
	color:#fff;
	letter-spacing:-1.26px;
	line-height:1.3;
	padding:0 40px 0 30px;
	transition:all .3s;
}
.submenu > .layout > ul > li > a:after
{
	content:'';
	position:absolute;
	top:31px;
	right:18px;
	width:15px;
	height:9px;
	background:url(/assets/_user/images/common/submenu_arrow.svg) no-repeat center center;
	background-size:15px;
	transition:all .3s;
}
.submenu > .layout > ul > li > a.no_arrow:after{
	display: none;
}
.submenu > .layout > ul > li > a.active
{
	background:#0B63AE;
}
.submenu > .layout > ul > li > a.active:after
{
	transform:rotate(180deg);
}
.submenu > .layout > ul > li > ul
{
	display:none;
}
.submenu > .layout > ul > li > ul > li > a
{
	display:flex;
	align-items:center;
	height:70px;
	background:#F6F6F6;
	padding:0 30px;
	font-size:18px;
	font-weight:300;
	color:#AFAFAF;
	letter-spacing:-1.26px;
	border-top:1px solid #EBE7E7;
	line-height:1.4;
}
.submenu > .layout > ul > li > ul > li:last-child > a
{
	border-bottom:1px solid #EBE7E7;
}

.submenu.scroll_on
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#333;
	padding-left: calc((100% - 1437px) / 2);
}
.submenu.scroll_up_down{
	top: 100px;
}

@media screen and (max-width:1279px)
{
	.submenu
	{
		/* left:185px */
		/* width:calc(100% - 185px); */
	}
	.submenu,
	.submenu > .layout > ul > li > ul > li > a
	{
		height:65px;
	}
	.submenu > .layout > ul > li
	{
		width:240px;
	}
	.submenu > .layout > ul > li > a,
	.submenu > .layout > ul > li > ul > li > a
	{
		padding:0 20px;
	}
	.submenu > .layout > ul > li > a:after
	{
		top:29px;
	}
	.submenu.scroll_up_down{
		top: 74px;
	}
}

@media screen and (max-width:1024px)
{
	.submenu
	{
		height:60px;
		left:0;
		width:100%;
	}
	.submenu .home
	{
		margin:0;
	}
	.submenu > .layout > ul
	{
		width:100%;
	}
	.submenu > .layout > ul > li
	{
		width:33.333334%;
	}
	.submenu > .layout > ul > li > a,
	.submenu > .layout > ul > li > ul > li > a
	{
		font-size:15px;
	}
	.submenu, .submenu > .layout > ul > li > ul > li > a
	{
		height:60px
	}
	.submenu > .layout > ul > li > a:after
	{
		width:13px;
		height:7px;
		background-size:13px;
	}
}

@media screen and (max-width:767px)
{
	.submenu
	{
		height:50px;
		backdrop-filter:none;
		background:#fff;
		box-shadow:0px 3px 4px rgba(0, 0, 0, 0.02);
		transition:all .3s;
	}
	.submenu .layout
	{
		padding:0;
	}
	.submenu .home
	{
		display:none;
	}
	.submenu > .layout > ul,
	.submenu > .layout > ul li
	{
		width:100%;
	}
	.submenu > .layout > ul > li:not(:last-child)
	{
		display:none;
	}
	.submenu > .layout > ul > li > a
	{
		color:#fff;
		font-size:16px;
		font-weight:400;
		background:#0B63AE;
		padding-top: 2px;
	}
	.submenu > .layout > ul > li > a.active
	{
		color:#fff;
	}
	.submenu,
	.submenu > .layout > ul > li > ul > li > a
	{
		height:50px;
	}
	.submenu > .layout > ul > li > a:after{
		top: 22px;
	}
	.submenu.scroll_up_down{
		top: 54px;
	}
}
/* subMenu end */





/* Sub > 오시는 길 start */
.company_location_wrap
{
	position:relative;
	width:100%;
	margin-top:70px;
}
.company_location_wrap .root_daum_roughmap
{
	width:100% !important;
}
.info_list
{
	margin-top:80px;
	padding:0 20px;
}
.info_list li
{
	display:flex;
	align-items:center;
}
.info_list li > *
{
	height:64px;
	display:flex;
	align-items:center;
	line-height:1.4;
}
.info_list li .title
{
	position:relative;
	flex-basis:175px;
	flex-shrink:0;
	font-size: 18px;
	color:#000000;
	letter-spacing:-0.9px;
	border-bottom:1px solid #000;
	text-align:center;
	justify-content:center;
}
.info_list li .conts
{
	font-size:18px;
	color:#666666;
	letter-spacing:-0.9px;
	padding-left:20px;
	border-bottom:1px solid #DBD9D3;
	flex-grow:1;
}
.company_location_wrap .way_wrap{
	display: flex;
	flex-direction: column;
}
.company_location_wrap .way_wrap > div{
	padding-top: 80px;
}
.company_location_wrap .way_wrap > div .tit{
	letter-spacing: -2.1px;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 30px;
	border-bottom: 1px solid #252525;
	position: relative;
}
/* .company_location_wrap .way_wrap > div .tit::before{
	content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 18%;
    height: 2px;
    background-color: #000;
} */
.company_location_wrap .way_wrap .bus{

}
.company_location_wrap .way_wrap .bus .con{
	display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #E9E9E9;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.company_location_wrap .way_wrap .bus .con::before{
	content: "";
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #E9E9E9;
}
.company_location_wrap .way_wrap .bus .con .box{

}
.company_location_wrap .way_wrap .bus .con .box .text{
	letter-spacing: -0.9px;
	color: #252525;
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.4;
}
.company_location_wrap .way_wrap .bus .con .box .info{
	padding-top: 32px;
	padding-bottom: 34px;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.company_location_wrap .way_wrap .bus .con .box .info .item{
	display: flex;
	align-items: center;
}
.company_location_wrap .way_wrap .bus .con .box .info .item .tag{
	width: 44px;
	height: 25px;
	background-color: orange;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.65px;
}
.company_location_wrap .way_wrap .bus .con .box .info .item .tag.blue{
	background-color: #395CB4;
}
.company_location_wrap .way_wrap .bus .con .box .info .item .tag.green{
	background-color: #50A232;
}
.company_location_wrap .way_wrap .bus .con .box .info .item .tag.yellow{
	background-color: #DF9F08;
}
.company_location_wrap .way_wrap .bus .con .box .info .item .num{
	letter-spacing: 0px;
	color: #666666;
	font-size: 18px;
	margin-left: 10px;

}
.company_location_wrap .way_wrap .subway{

}
.company_location_wrap .way_wrap .subway .con{
	padding-top: 32px;
	padding-bottom: 34px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 1px solid #E9E9E9;
	display: flex;
	align-items: center;
}
.company_location_wrap .way_wrap .subway .con .text:nth-of-type(1){
	letter-spacing: 0px;
	color: #666666;
	font-size: 18px;
	margin-right: 10px;
}
.company_location_wrap .way_wrap .subway .con .text:nth-of-type(2){
	letter-spacing: 0px;
	color: #0B63AE;
	font-size: 18px;
}
@media screen and (max-width:1400px){
	.info_list
	{
		padding:0;
		margin-top:35px;
	}
	.info_list li > *
	{
		height:70px;
		line-height:1.5;
	}
	.info_list li .title
	{
		flex-basis:165px
	}
	.info_list li .title,
	.info_list li .conts
	{
		font-size:17px;
	}
}
@media screen and (max-width:1279px)
{
	.company_location_wrap
	{
		margin-top:50px;
	}
	.company_location_wrap .wrap_map
	{
		height:550px !important
	}
	.info_list
	{
		margin-top:40px;
	}
	.info_list li .title,
	.info_list li .conts
	{
		font-size:16px;
	}
	.company_location_wrap .way_wrap .bus .con{
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
	.company_location_wrap .way_wrap .bus .con::before{
		display: none;
	}
	.company_location_wrap .way_wrap .bus .con .box .info{
		padding-top: 0;
	}
	.company_location_wrap .way_wrap .subway .con{
		padding-left: 0;
		padding-right: 0;
	}
	.company_location_wrap .way_wrap .bus .con .box .info .item .tag{
		min-width: 44px;
	}
}

@media screen and (max-width:1024px)
{
	.company_location_wrap
	{
		margin-top:20px;
	}
	.company_location_wrap .wrap_map
	{
		height:450px !important
	}
	.info_list li .title
	{
		flex-basis:140px;
	}
}

@media screen and (max-width:767px)
{
	.company_location_wrap .wrap_map
	{
		height:280px !important
	}
	.info_list
	{
		margin-top:0px;
	}
	.info_list li
	{
		flex-flow:column wrap;
	}
	.info_list li > *
	{
		height:auto;
	}
	.info_list li .title
	{
		flex-basis:100%;
		width:100%;
		padding:15px 0;
		margin-top: 20px;
	}
	.info_list li .conts
	{
		padding:15px 10px;
		padding-bottom: 14px;
		text-align:left;
	}
	.info_list li .title,
	.info_list li .conts
	{
		font-size:15px;
		width:100%
	}
	.company_location_wrap .way_wrap > div .tit{
		font-size: 20px;
		padding-bottom: 15px;
	}
	.company_location_wrap .way_wrap .bus .con .box .info .item .num{
		font-size: 15px;
	}
	.company_location_wrap .way_wrap > div{
		padding-top: 50px;
	}
	.company_location_wrap .way_wrap .bus .con .box .text{
		font-size: 17px;
		padding-bottom: 12px;
	}
	.company_location_wrap .way_wrap .bus .con .box .info{
		padding-bottom: 25px;
		gap: 16px 0;
	}
	.company_location_wrap .way_wrap .subway .con .text:nth-of-type(1){
		font-size: 16px;
	}
	.company_location_wrap .way_wrap .subway .con .text:nth-of-type(2){
		font-size: 16px;
	}
	.company_location_wrap .way_wrap > div .tit::before{
		display: none;
	}
	.company_location_wrap .way_wrap .bus .con .box .info .item .tag{
		height: 23px;
		padding-top: 1px;
	}
	.company_location_wrap .way_wrap .subway .con{
		padding-bottom: 32px;
	}
}
/* Sub > 오시는 길 end */





/* Sub > 로그인 약관동의 */
.member_agress_wrap .provision_layout{
	margin-top: 70px;
}
@media screen and (max-width:767px){
	.member_agress_wrap .provision_layout{
		margin-top: 40px;
	}
}





/* CEO 인사말 */
.ceo_page{
	
}
.sub_placeholder_section{
	padding-top: 75px;
}
.sub_placeholder_box{
	padding: 48px;
	border: 1px solid #e6ebf1;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.sub_placeholder_label{
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: #0B63AE;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.sub_placeholder_box h5{
	margin-top: 18px;
	color: #252525;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -1.6px;
	line-height: 1.35;
}
.sub_placeholder_box p{
	margin-top: 18px;
	color: #666;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: -0.9px;
}
.sub_placeholder_grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 32px;
}
.sub_placeholder_card{
	min-height: 180px;
	padding: 32px 28px;
	border: 1px solid #e6ebf1;
	background: #fff;
}
.sub_placeholder_card h6{
	color: #252525;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -1.1px;
	line-height: 1.4;
}
.sub_placeholder_card p{
	margin-top: 14px;
	color: #666;
	font-size: 17px;
	line-height: 1.7;
	letter-spacing: -0.85px;
}
.company_ceo .ceo_message_wrap{
	padding-top: 75px;
}
.company_ceo .ceo_message_wrap .ceo_message_visual{
	font-size: 0;
}
.company_ceo .ceo_message_wrap .ceo_message_visual img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.company_ceo .ceo_message_wrap .ceo_message_body{
	position: relative;
	max-width: 930px;
	padding: 65px;
	margin: 0 auto;
	transform: translateY(-65px);
	z-index: 1;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.company_ceo .ceo_message_wrap .ceo_message_body p{
	letter-spacing: -0.9px;
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
}
.company_ceo .ceo_message_wrap .ceo_message_body .ceo_signature{
	letter-spacing: -0.9px;
	color: #666666;	
	font-size: 18px;
	line-height: 1.8;
	text-align: right;
}
.company_ceo .ceo_message_wrap .ceo_message_body .ceo_signature strong{
	color: #252525;
	font-weight: 600;
}
@media screen and (max-width:767px){
	.sub_placeholder_section{
		padding-top: 35px;
	}
	.sub_placeholder_box{
		padding: 28px 22px;
	}
	.sub_placeholder_box h5{
		font-size: 24px;
		letter-spacing: -1.2px;
	}
	.sub_placeholder_box p{
		font-size: 16px;
	}
	.sub_placeholder_grid{
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 20px;
	}
	.sub_placeholder_card{
		min-height: auto;
		padding: 24px 20px;
	}
	.sub_placeholder_card h6{
		font-size: 20px;
	}
	.sub_placeholder_card p{
		font-size: 16px;
	}
	.company_ceo .ceo_message_wrap{
		padding-top: 35px;
	}
	.company_ceo .ceo_message_wrap .ceo_message_body{
		padding: 20px 0;
		transform: translateY(0);
	}
	.company_ceo .ceo_message_wrap .ceo_message_body p{
		font-size: 16px;
	}
}




/* 회사연혁 start */
.company_history{

}
.company_history .img_wrap{
	margin-top: 40px;
	font-size: 0;
}
.company_history .img_wrap img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.company_history{

}
.company_history .ul_1{
	padding-left: 125px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
}
.company_history .ul_1 .li_1{
	position: relative;
	display: flex;
	padding-bottom: 61px;
}
.company_history .ul_1 .li_1::before{
	content: "";
	position: absolute;
	top: 0;
	left: 281px;
	width: 1px;
	height: 100%;
	background-color: #E3E3E3;
}
.company_history .ul_1 .li_1:first-of-type::before{
	top: 30px;
}
.company_history .ul_1 .li_1 .year{
	letter-spacing: 0px;
	color: #39352B;
	font-size: 45px;
	font-weight: 700;
}
.company_history .ul_1 .li_1 .ul_2{
	display: flex;
	flex-direction: column;
	padding-left: 90px;
	padding-top: 20px;
}
.company_history .ul_1 .li_1:first-of-type .ul_2:first-of-type{
	/* padding-top: 0;
	margin-top: 20px; */
}
.company_history .ul_1 .li_1 .ul_2 .li_2{
	display: flex;
	align-items: flex-start;
	gap: 71px;
	padding-bottom: 31px;
}
.company_history .ul_1 .li_1 .ul_2 .li_2 .month{
	position: relative;
	letter-spacing: 0px;
	color: #39352B;
	font-weight: 700;
	font-size: 20px;
	width: 45px;
	min-width: 45px;
}
.company_history .ul_1 .li_1 .ul_2 .li_2 .month::before{
    content: "";
    position: absolute;
    top: 10px;
    right: -38px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0B63AE;
}
.company_history .ul_1 .li_1 .ul_2 .li_2 .text_wrap{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.company_history .ul_1 .li_1 .ul_2 .li_2 .text_wrap .text{
	letter-spacing: -0.9px;
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}
@media screen and (max-width:1280px){

}
@media screen and (max-width:1024px){
	.company_history .ul_1{
		padding-left: 0;
	}

}
@media screen and (max-width:767px){
	.company_history .ul_1{
		padding-top: 40px;
	}
	.company_history .ul_1 .li_1 .year{
		font-size: 23px;
	}
	.company_history .ul_1 .li_1 .ul_2{
		padding-top: 12px;
		padding-left: 50px;
	}
	.company_history .ul_1 .li_1::before{
		left: 216px;
	}
	.company_history .ul_1 .li_1 .ul_2 .li_2{
		gap: 35px;
	}
	.company_history .ul_1 .li_1 .ul_2 .li_2 .month{
		font-size: 16px;
	}
	.company_history .ul_1 .li_1 .ul_2 .li_2 .text_wrap .text{
		font-size: 16px;
	}
	.company_history .ul_1 .li_1 .ul_2 .li_2 .month::before{
		top: 8px;
		right: -17px;
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width:500px){
	.company_history .ul_1 .li_1{
		flex-direction: column;
		padding-bottom: 37px;
	}
	.company_history .ul_1 .li_1 .ul_2{
		padding-left: 0;
		padding-top: 20px;
	}
	.company_history .ul_1 .li_1::before{
		display: none;
	}
}
/* 회사연혁 end */





/* 인증현황 start */
.company_certifications{

}
.company_certifications .list{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.company_certifications .list li{
	width: calc(25% - 38px);
	padding: 30px;
	border: 1px solid #EEEEEE;
}
.company_certifications .list li:hover{
	border: 1px solid #0B63AE;
}
.company_certifications .list li .img_wrap{

}
.company_certifications .list li .img_wrap img{

}
.company_certifications .list li .img_wrap .text{
	padding-top: 25px;
	letter-spacing: -1.26px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width:1300px){
	.company_certifications .list{
		gap: 30px;
	}
	.company_certifications .list li{
		width: calc(33.3333% - 20px);
	}
}
@media screen and (max-width:1024px){
	.company_certifications .list li .img_wrap .text{
		font-size: 16px;
	}
	.company_certifications .list li{
		padding: 22px;
	}
}
@media screen and (max-width:767px){
	.company_certifications .list li{
		width: calc(50% - 8px);
		padding: 13px;
	}
	.company_certifications .list{
		gap: 15px;
		margin-top: 40px;
	}
}

/* 인증현황 end */





/* 사업영역 start */
.business_overview{
	
}
.business_overview .banner_img{
	margin-top: 70px;
}
.business_overview .list{
	margin-top: 70px;
}
.business_overview .list .title{
	letter-spacing: -2.1px;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
}
.business_overview .list .list_ul{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 50px;
}
.business_overview .list .list_ul li{

}
.business_overview .list .list_ul li img{

}
.business_overview .list .list_ul li .text{
	text-align: center;
	letter-spacing: -0.9px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width:767px){
	.business_overview .list .list_ul li{
		width: 100%;
		display: flex;
        flex-direction: column;
		align-items: center;
	}
	.business_overview .list .list_ul li img{
		width: 75%;
	}
	.business_overview .list .title{
		font-size: 24px;
	}
	.business_overview .banner_img {
		max-width: 100%;
		overflow: scroll;
	}
	.business_overview .banner_img img{
		width: 700px;
		max-width: none;
	}
}
/* 사업영역 end */




/* 전경 및 약도 start */
.location_directions{}
.location_directions .map_wrap{
	margin-top: 70px;
}
.location_directions .map_wrap .root_daum_roughmap{
	width: 100%;
}
.location_directions .map_wrap .root_daum_roughmap .cont{
	display: none;
}
.location_directions .info_text{
	margin-top: 55px;
	padding: 0 125px;
}
.location_directions .info_text dl{
	margin-bottom: 10px;
	display: flex;
}
.location_directions .info_text dl dt{
	width: 175px;
	letter-spacing: -0.9px;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #101414;
	padding: 20px 0;
}
.location_directions .info_text dl dd{
	width: calc(100% - 175px);
	letter-spacing: -0.9px;
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #DBD9D3;
	padding: 20px 0;
}
@media screen and (max-width:767px){
	.location_directions .map_wrap{
		margin-top: 33px;
	}
	.location_directions .map_wrap .root_daum_roughmap{

	}
	.location_directions .map_wrap .root_daum_roughmap .wrap_map{
		height: 230px !important;
	}
	.location_directions .info_text{
		padding: 0;
		margin-top: 10px;
	}
	.location_directions .info_text dl dt{
		width: 65px;
		text-align: left;
		font-size: 16px;
	}
	.location_directions .info_text dl dd{
		width: calc(100% - 65px);
		font-size: 16px;
		line-height: 1.5;
	}
}
/* 전경 및 약도 end */