@charset "utf-8";

/* Company Page */
.business{
    padding: 100px 0;
}
.business .biz_top{
    text-align: center;
}
.business .biz_top h2{
    font-size: 43px;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 65px;
}
.business .biz_top .sub_txt .black{
    color: #000;
}
.business .biz_top .sub_txt .bold{
    font-weight: 600;
}
.business .biz_sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.business .biz_sec .biz_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.business .biz_sec .biz_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 회사연혁 */
.history{
	padding-top: 100px;
	padding-bottom: 100px;
}
.history_sec{
    position: relative;
    display: flex;
    justify-content: space-around;
}
.history_sec:before{
	content:'';
	position: absolute;
	top: 167px;
	width:100%;
	height: 6px;
	background: #dadada;
}
.history_sec .history_box:nth-child(1):after{
	display:none;
}
.history_sec .history_box:after{
	content:'';
	position: absolute;
	top: 151px;
	left: -81px;
	display: flex;
	width: 36px;
	height: 37px;
	background: url('../img/company/ic-arrow-right-gray.png') no-repeat;
}
.history_box{
    position: relative;
}
.history_box .history_box_img{
    position: relative;
}
.history_box .history_box_img .round{
    position: absolute;
    display: flex;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    width: 63%;
    height: 63%;
    border-radius: 100%;
    background: rgb(255,221,0, 0.6);
    justify-content: center;
    align-items: center;
    color: #1a4ff1;
    text-shadow: 2px 2px #ffffff;
    font-size: 36px;
    font-weight: 900;
}
.history_box .history_box_img img{
    /* position: absolute; */
}
.history_box .history_box_img img:after{
	content:'';
	display:flex;
	width:80%;
	height:80%;
	background:#999;
}
.history_box .history_txt{
    /* display: flex; */
    /* flex-direction: column; */
}
.history_box .history_txt .point{
	display:flex;
	width: 32px;
	height: 69px;
	background: url('../img/company/ic-down-directdot.png') no-repeat center bottom;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.history_box .history_txt h3{
    font-size: 36px;
    color: #5b5a5a;
    font-weight: 900;
    text-align: center;
}
.history_box .history_txt ul.history_list{
    /* display: flex; */
    width: auto;
    padding-top: 10px;
    flex-direction: column;
}
.history_box .history_txt ul.history_list li{
    font-size: 18px;
    color: #67707f;
}
/* CI 캐릭터 */
.ci-character{}
.ci-character_top{
    margin-bottom: 120px;
}
.ci-character_top_txt p{
    font-size: 30px;
    font-weight: 100;
    color: #000;
}
.ci-character_top_txt p b{
	font-weight:bold
}
.ci-character_top_txt p b.black_bold{
	font-size:50px;
	font-weight:bold;
}
.ci-character_box{}
.ci-section{
    display: flex;
    width: 100%;
    margin-bottom: 150px;
}
.ci-section .ci-box-left{
    width: 50%;
}
.ci-section .ci-box-right{
    width: 50%;
}
.ci-section .ci-box-full{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
.ci-box-right_txt{}
.ci-box-right_txt h3{
    margin-top: 80px;
    margin-bottom: 40px;
}
.ci-box-right_txt p{
    font-size: 24px;
    font-weight: 100;
}
.ci-box-right_txt p .big_txt{
    font-size: 35px;
    font-weight: 900;
}
.ci-box-right_txt p .big_txt_thin{
    font-size: 35px;
}
.ci-box-right_txt p b{
	font-weight:bold;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
/* 조직도 */
.organization{
	
}
.organization_sec{
    padding: 50px 0;
}
.organization_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.organization_box img{}
/* 오시는길 */
.map_wrap {
	width:100%;
	max-width:1500px;
	margin:0 auto;
	margin-bottom:0px;
}
.map_wrap .map_info {
	width:100%;
	margin-top:40px;
}
.map_wrap .map_info .con_box {
	margin-bottom:30px;
}
.map_wrap .map_info .con_box>h2 {
	font-size:21px;
	margin-bottom:10px;
	color: #000;
}
.map_wrap .map_info .con_box>h2:before {
	content:'-';
	display:inline-block;
	font-size:21px;
	margin-right:5px
}
.map_wrap .map_info table {
	width:100%;
	border-top:1px solid #000;
}
.map_wrap .map_info table th {
	padding:0;
	margin:0;
	width:20%;
	text-align:center;
	font-size:18px;
	color: #484747;
	vertical-align:middle;
	font-weight:normal;
	/*background:url('/html/image/arr1.gif')no-repeat 95% 40%;*/
	/* background:#f5f5f5;*/
	border-bottom:1px solid #EEE;
}
.map_wrap .map_info table td {
	width:80%;
	text-align:left;
	font-size:15px;
	color: #7d7c7c;
	vertical-align:top;
	padding: 20px 0 20px 15px;
	border-bottom:1px solid #EEE;
}
.map_wrap .map_info table td>a {
	color:#666;
}
.map_wrap .map_info table td>a:hover {
	color:#000;
}
.map_wrap .map_info table td ul li{
	color:#7d7c7c;
}
.root_daum_roughmap_landing{
	width:100%;
	height: 460px;
}
.root_daum_roughmap .wrap_controllers{
	display:none;
}
.root_daum_roughmap .cont{
	display:none;
}
.info_box {
	display:flex;
	width: 80%;
	justify-content:space-around;
	align-items:center;
	flex-wrap:nowrap;
	margin: 40px auto;
}
.info_box .info_tag {
	display:flex;
	margin-bottom:30px;
	flex-direction:row;
	align-content:space-between;
	justify-content:flex-end;
	align-items:center;
}
.info_box .info_tag li {
	padding:10px
}
.info_box .info_tag li h3 {
	font-size:18px;
	font-weight:900;
	color: #000;
}
.info_box .info_tag li span {
	font-size: 24px
}

/* 반응형 공통 클래스 */
.pc_only{
    display: block;
}
.mo_only{
    display: none;
}
@media (max-width: 768px){
    .pc_only{
        display: none;
    }
    .mo_only{
        display: block;
    }
    .business .biz_sec .biz_box{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
	/* Company Page */
	.business{
	    padding: 0;
	}
	.business .biz_top{
	    padding-top: 30px;
	    text-align: center;
	}
	.business .biz_top h2{
	    font-size: 32px;
	    font-weight: 100;
	    line-height: 1.3;
	    margin-bottom: 35px;
	}
	.business .biz_top .sub_txt .black{
	    color: #000;
	}
	.business .biz_top .sub_txt .bold{
	    font-weight: 600;
	}
	.business .biz_sec{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.business .biz_sec .biz_box{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.business .biz_sec .biz_box img{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	/* 회사연혁 */
	.history{
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.history_sec{
	    position: relative;
	    display: flex;
	    justify-content: space-around;
	    flex-direction: column;
	    padding: 0 20px;
	}
	.history_sec:before{
		content:'';
		position: absolute;
		top: 167px;
		bottom: 50px;
		left: 50%;
		transform: translate(-50%);
		width: 6px;
		height: 85%;
		background: #dadada;
	}
	.history_sec .history_box:nth-child(1):after{
		display:none;
	}
	.history_sec .history_box:after{
		content:'';
		position: absolute;
		top: -54px;
		left: 50%;
		transform: translate(-50%);
		display: flex;
		width: 37px;
		height: 37px;
		background: url(
		'../img/company/ic-arrow-down-gray.png') no-repeat center;
		background-size: 72%;
	}
	.history_box{
	    position: relative;
	    margin-bottom: 70px;
	    background: #fff;
	}
	.history_box .history_box_img{
	    position: relative;
	}
	.history_box .history_box_img .round{
	    position: absolute;
	    display: flex;
	    top: 20%;
	    left: 50%;
	    transform: translate(-50%);
	    width: 63%;
	    height: 63%;
	    border-radius: 100%;
	    background: rgb(255,221,0, 0.6);
	    justify-content: center;
	    align-items: center;
	    color: #1a4ff1;
	    text-shadow: 2px 2px #ffffff;
	    font-size: 36px;
	    font-weight: 900;
	}
	.history_box .history_box_img img{
	    display: flex;
	    width: 100%;
	}
	.history_box .history_box_img img:after{
		content:'';
		display:flex;
		width:80%;
		height:80%;
		background:#999;
	}
	.history_box .history_txt{
	    padding-bottom: 20px;
	    /* flex-direction: column; */
	}
	.history_box .history_txt .point{
		display:flex;
		width: 32px;
		height: 69px;
		background: url('../img/company/ic-down-directdot.png') no-repeat center bottom;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.history_box .history_txt h3{
	    font-size: 36px;
	    color: #5b5a5a;
	    font-weight: 900;
	    text-align: center;
	}
	.history_box .history_txt ul.history_list{
	    /* display: flex; */
	    width: auto;
	    padding-top: 10px;
	    flex-direction: column;
	}
	.history_box .history_txt ul.history_list li{
	    font-size: 18px;
	    color: #67707f;
	}
	/* CI 캐릭터 */
	.ci-character{}
	.ci-character_top{
	    padding-top: 30px;
	    margin-bottom: 70px;
	}
	.ci-character_top_txt p{
	    font-size: 18px;
	    font-weight: 100;
	    color: #000;
	}
	.ci-character_top_txt p b{
		font-weight:bold
	}
	.ci-character_top_txt p b.black_bold{
		font-size: 24px;
		font-weight:bold;
	}
	.ci-character_box{}
	.ci-section{
	    display: flex;
	    width: 100%;
	    margin-bottom: 60px;
	    flex-direction: column;
	    gap: 50px;
	}
	.ci-section img{
		display:block;
		width:100%;
	}
	.ci-section img.pc{
		display:none;
	}
	.ci-section .ci-box-left{
	    width: 100%;
	}
	.ci-section .ci-box-right{
	    width: 100%;
	}
	.ci-section .ci-box-full{
		padding-top: 20px;
	}
	.ci-box-right_txt{}
	.ci-box-right_txt h3{
	    margin-top: 50px;
	    margin-bottom: 20px;
	}
	.ci-box-right_txt p{
	    font-size: 16px;
	    font-weight: 100;
	}
	.ci-box-right_txt p .big_txt{
	    font-size: 24px;
	    font-weight: 900;
	}
	.ci-box-right_txt p .big_txt_thin{
	    font-size: 24px;
	}
	.ci-box-right_txt p b{
		font-weight:bold;
	}
	.text-left{
		text-align:left;
	}
	.text-center{
		text-align:center;
	}
	.text-right{
		text-align:right;
	}
	/* 조직도 */
	.organization{
		padding-top: 0;
	}
	.organization_sec{
	    padding: 50px 0;
	}
	.organization_box{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.organization_box img{
	    display: flex;
	    width: 100%;
	}
	/* 오시는길 */
	.map_wrap {
		width:100%;
		max-width: 100%;
		margin:0 auto;
		margin-bottom:0px;
	}
	.map_wrap .map_info {
		width:100%;
		margin-top:40px;
	}
	.map_wrap .map_info .con_box {
		margin-bottom:30px;
	}
	.map_wrap .map_info .con_box>h2 {
		font-size:21px;
		margin-bottom:10px;
		color: #000;
	}
	.map_wrap .map_info .con_box>h2:before {
		content:'-';
		display:inline-block;
		font-size:21px;
		margin-right:5px
	}
	.map_wrap .map_info table {
		width:100%;
		border-top:1px solid #000;
	}
	.map_wrap .map_info table th {
		padding:0;
		margin:0;
		width: 24%;
		text-align:center;
		font-size:18px;
		color: #484747;
		vertical-align:middle;
		font-weight:normal;
		/*background:url('/html/image/arr1.gif')no-repeat 95% 40%;*/
		/* background:#f5f5f5;*/
		border-bottom:1px solid #EEE;
	}
	.map_wrap .map_info table td {
		width:80%;
		text-align:left;
		font-size:15px;
		color: #7d7c7c;
		vertical-align:top;
		padding: 20px 0 20px 15px;
		border-bottom:1px solid #EEE;
	}
	.map_wrap .map_info table td>a {
		color:#666;
	}
	.map_wrap .map_info table td>a:hover {
		color:#000;
	}
	.map_wrap .map_info table td ul li{
		color:#7d7c7c;
	}
	.root_daum_roughmap{
		width:100% !important;
	}
	.root_daum_roughmap .wrap_controllers{
		display:none;
	}
	.root_daum_roughmap .cont{
		display:none;
	}
	.info_box {
		display:flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.info_box .info_tag {
		display:flex;
		margin-bottom:30px;
		flex-direction:row;
		align-content:space-between;
		justify-content: flex-start;
		align-items:center;
	}
	.info_box .info_tag li {
		padding:10px
	}
	.info_box .info_tag li h3 {
		font-size:18px;
		font-weight:900;
		color: #000;
	}
	.info_box .info_tag li span {
		font-size: 18px;
	}
}