@charset "utf-8";



/*table*/
.sub-table-wr{width:100%;margin-bottom: 5vh;}
.sub-table-wr table{width:100%;border-top: 2px solid #437fd6;text-align:center;border-collapse:collapse;}
.sub-table-wr table tr{border-bottom:1px solid #ddd;}
.sub-table-wr table th{background: #f5f9ff;color: #437fd6;font-size:17px;font-weight:700;padding: 15px 0;border-right:1px solid #ddd;}
.sub-table-wr table th:last-child{border-right:0;}
.sub-table-wr table td{border-right:1px solid #ddd;font-size: 16px;font-weight:500;padding: 15px 10px;color: #293b55;width: 10%;}
.sub-table-wr table td:last-child{border-right:0;}

@media screen and (max-width:650px){
	.sub-table-wr{overflow-x: scroll;}
}

/* sub navigation */
#sub-navi {
	width: 100%;
}

#sub-navi .nav-top-wr {
	margin: 0 auto;
	background: #1c3149;
}

#sub-navi .nav-top-wr .home {
	display: block;
	width: 60px;
	height: 60px;
	border-left: 1px solid #60626a;
	border-right: 1px solid #60626a;
	font-size: 25px;
	line-height: 58px;
	text-align: center;
	color: #fff;
}

#sub-navi .nav-top-wr .nav_ul {}

#sub-navi .nav-top-wr .nav_ul li {
	position: relative;
	float: left;
	min-width: 230px;
	padding: 0 25px;
	height: 60px;
	border-right: 1px solid #60626a;
	cursor: pointer;
}

#sub-navi .nav-top-wr .nav_ul li .nav_1a {
	display: block;
	font-size: 17px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-weight: 400;
}

#sub-navi .nav-top-wr .nav_ul li .nav_1a::after {
	content: '';
	display: block;
	position: absolute;
	top: 27px;
	right: 15px;
	width: 12px;
	height: 12px;
	background: url('../img/sub/sub-arr-w.png')no-repeat;
}

#sub-navi .nav-top-wr .nav_ul li ul {
	position: relative;
	display: none;
	position: absolute;
	top: 60px;
	left: -1px;
	border-left: 1px solid #e3e3e3;
	z-index: 10;
}

#sub-navi .nav-top-wr .nav_ul li ul li {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	transition: 0.3s;
	background: #fff;
	/* line-height: 60px; */
	height: 50px;
}

#sub-navi .nav-top-wr .nav_ul li ul li:hover {
	background: #f5f5f5
}

#sub-navi .nav-top-wr .nav_ul li ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #000;
}

#sub-navi .nav-list-wr {
	/* position: relative; */
}

#sub-navi .nav-list-wr .page-ttl {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	padding: 50px 0 20px;
}

#sub-navi .nav-list-wr .menu {
	line-height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#sub-navi .nav-list-wr .menu ul{text-align:center;background: #525252;display: flex;justify-content: center;flex-wrap: wrap;}
#sub-navi .nav-list-wr .menu ul li{display:inline-block;position:relative}
#sub-navi .nav-list-wr .menu ul li.active{background: #fd7700;}

#sub-navi .nav-list-wr .menu ul li:first-child{border-left:1px solid rgba(255,255,255,0.2);}
#sub-navi .nav-list-wr .menu ul li{border-right: 1px solid rgba(255,255,255,0.2);font-size: 17px;color: #fff;flex: 0 1 230px;}
#sub-navi .nav-list-wr .menu ul li a{color: #fff;display: block;}
#sub-navi .nav-list-wr .menu ul li.active a{border-bottom: 2px solid #ffffff;display:block;margin:0 10px;font-weight: 700;}

#sub-navi .tab-list {
	position: relative;
	background: #fff;
}

#sub-navi .tab-list .page-ttl {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	padding: 50px 0 20px;
}

#sub-navi .tab-list .menu {
	/* max-width:1400px; */
	/* margin:0 auto; */
	overflow: hidden;
	line-height: 58px;
}

#sub-navi .tab-list .menu ul {
	text-align: center;
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#sub-navi .tab-list .menu ul li {
	position: relative;
	display: table-cell;
	width: 15%;
}

#sub-navi .tab-list .menu ul li a {
	display: block;
	position: relative;
	border: 1px solid #2c95d2;
	color: #2c95d2;
}

#sub-navi .tab-list .menu ul li.active a {
	background: #2c95d2;
	color: #fff;
}

#sub-navi .tab-sub-visual {
	width: 100%;
	height: 219px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}

#sub-navi .tab-sub-visual.visual01 {
	background-image: url('../img/sub/tab-sub-visual01.jpg')
}

#sub-navi .tab-sub-visual.visual02 {
	background-image: url('../img/sub/tab-sub-visual02.jpg')
}

#sub-navi .tab-sub-visual.visual03 {
	background-image: url('../img/sub/tab-sub-visual03.jpg')
}

#sub-navi .tab-sub-visual.visual04 {
	background-image: url('../img/sub/tab-sub-visual04.jpg')
}

#sub-navi .tab-sub-visual.visual05 {
	background-image: url('../img/sub/tab-sub-visual05.jpg')
}

#sub-navi .tab-sub-visual .tab-sub-txt {
	color: #fff;
	text-align: center;
}

#sub-navi .tab-sub-visual .tab-sub-txt .t01 {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
}

#sub-navi .tab-sub-visual .tab-sub-txt .ttl {
	font-size: 25px;
}

#sub-navi .tab-sub {
	background: #f5f5f5
}

#sub-navi .tab-sub ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0 25px;
}

#sub-navi .tab-sub ul li {
	font-size: 18px;
	padding: 0 10px;
}

#sub-navi .tab-sub.sub01 ul li {
	width: calc(100%/6);
}

#sub-navi .tab-sub.sub02 ul li {
	width: calc(100%/5);
}

#sub-navi .tab-sub.sub03 ul li {
	width: calc(100%/5);
}

#sub-navi .tab-sub.sub04 ul li {
	width: calc(100%/3);
}

#sub-navi .tab-sub.sub05 ul li {
	width: calc(100%/4);
}

#sub-navi .tab-sub ul li a {
	display: block;
	position: relative;
	color: #838383;
	padding: 20px 0;
}

#sub-navi .tab-sub ul li a:before {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 0px;
	height: 0px;
	border-top: 5px solid #2c95d2;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transform: translateX(-50%);
}

#sub-navi .tab-sub ul li a:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #aeaeae;
	left: 0;
	bottom: 0;
}

#sub-navi .tab-sub ul li.active a {
	color: #2c95d2
}

#sub-navi .tab-sub ul li.active a:before {
	display: block
}

#sub-navi .tab-sub ul li.active a:after {
	background: #2c95d2
}


@media screen and (max-width:1600px) {
	#sub-navi .nav-list-wr .navi_bg {
		width: 100%
	}
}

@media screen and (max-width:1400px) {
	#sub-navi {}

	#sub-navi .nav-top-wr {
		padding: 0 20px;
	}

	#sub-navi .nav-list-wr .menu ul li a {
		/* padding: 0 30px; */
	}
}

@media screen and (max-width: 1300px) {
	#sub-navi {
		background-position: center -50px;
	}

	#sub-navi .nav-top-wr .home {
		width: 50px;
		height: 50px;
		line-height: 48px;
	}

	#sub-navi .nav-top-wr .nav_ul li {
		height: 50px;
	}

	#sub-navi .nav-top-wr .nav_ul li .nav_1a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	#sub-navi .nav-list-wr .menu {
		line-height: 50px;
	}

	#sub-navi .nav-list-wr .menu ul li {
		padding: 0 10px;
	}

	#sub-navi .nav-list-wr .menu ul li a {
		padding: 0 25px;
		font-size: 16px;
		font-weight: 400;
	}

	#sub-navi .tab-list .menu {
		line-height: 48px;
	}

	#sub-navi .tab-list .menu ul li a {
		font-size: 16px
	}

	#sub-navi .tab-sub-visual {
		height: 160px
	}

	#sub-navi .tab-sub-visual .tab-sub-txt .t01 {
		font-size: 14px;
	}

	#sub-navi .tab-sub-visual .tab-sub-txt .ttl {
		font-size: 22px;
	}

	#sub-navi .tab-sub ul {
		padding: 0px 20px 20px;
	}

	#sub-navi .tab-sub ul li {
		font-size: 16px;
	}

	#sub-navi .tab-sub ul li a {
		padding: 15px 0;
	}
}

@media screen and (max-width:1024px) {
	#sub-navi .nav-list-wr .page-ttl {
		padding: 40px 0 15px;
		font-size: 26px;
	}

	#sub-navi .nav-list-wr .menu ul li a {
		font-size: 14px;
		padding: 0 15px;
	}

	#sub-navi .tab-list .menu ul li.long {
		width: auto
	}

	#sub-navi .tab-list .menu ul li a {
		font-size: 14px
	}

	#sub-navi .tab-list .menu ul li a.long {
		font-size: 13px;
		padding: 0 3px;
	}

	#sub-navi .tab-sub ul {
		width: 600px;
	}

	#sub-navi .tab-sub ul li {
		font-size: 15px;
	}

	#sub-navi .tab-sub ul li a {
		padding: 10px 0 8px;
	}

	#sub-navi .tab-sub ul li a:after {
		height: 3px;
	}

	#sub-navi .tab-sub.sub01 ul li {
		width: calc(100%/3);
		padding: 0 15px;
	}
}

@media screen and (max-width:768px) {
	#sub-navi {
		padding: 50px 0 0;
		height: auto;
		padding: 0;
	}

	#sub-navi .nav-list-wr .menu {
		float: none;
		text-align: center
	}

	#sub-navi .tab-sub-visual {
		height: 120px
	}

	#sub-navi .tab-sub-visual .tab-sub-txt .t01 {
		font-size: 13px;
	}

	#sub-navi .tab-sub-visual .tab-sub-txt .ttl {
		font-size: 18px;
	}

	#sub-navi .tab-sub ul {
		width: 500px;
	}

	#sub-navi .tab-sub ul li {
		font-size: 14px;
	}
	#sub-navi .nav-list-wr .menu ul li a::after{
		display: none;
	}
}

@media screen and (max-width:500px) {
	#sub-navi {
		/* padding:30px 0 0 */
	}

	#sub-navi .nav-list-wr .menu ul li {
		display: none
	}

	#sub-navi .nav-list-wr .menu ul li.active {
		display: block
	}

	#sub-navi .nav-list-wr .menu ul li.active::after {
		display: none
	}

	#sub-navi .tab-list .menu {
		line-height: 33px;
	}

	#sub-navi .tab-list .menu ul {
		width: 150px;
		padding: 20px 0;
	}

	#sub-navi .tab-list .menu ul li {
		width: 100%
	}

	#sub-navi .tab-sub ul {
		width: 230px;
		padding: 10px 0;
	}

	#sub-navi .tab-sub ul li {
		width: 100% !important;
	}

	#sub-navi .tab-sub ul li a {
		display: inline-block;
		padding: 5px 0 3px;
	}

	#sub-navi .tab-sub ul li a:before {
		left: auto;
		right: -20px;
		transform: translate(0, -50%);
		bottom: auto;
		top: 50%;
		border-right: 0;
		border-left: 8px solid #2c95d2;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}

	#sub-navi .tab-sub ul li a:after {
		display: none;
	}
}


/* mobile sub */
.m-menu {
	display: none;
	/* padding-top: 10px; */
}

.m-menu .mnav-ul {}

.m-menu .mnav-ul li .mnav-1a {
	display: block;
	background: #525252;
	font-size: 15px;
	color: #fff;
	height: 50px;
	line-height: 48px;
	font-weight: 400;
	cursor: pointer;
	padding: 0 25px;
	letter-spacing: -2px;
	position: relative;
}

.m-menu .mnav-ul li .mnav-1a>span {
	display: block;
	content: '';
	position: absolute;
	background: url('../img/sub/nav_con.png')no-repeat center;
	right: 15px;
	top: 50%;
	width: 16px;
	height: 12px;
	margin-top: -6px;
	transition: all 0.5s;
}

.m-menu .mnav-ul li .mnav-1a .on {
	transform: rotate(180deg);
}

.m-menu .mnav-ul li ul {
	position: relative;
	display: none;
	position: absolute;
	top: 51px;
	left: -1px;
	z-index: 10;
	width: calc(100% + 2px);
	border: 1px solid #e3e3e3;
	padding: 15px 30px;
	background: #fff;
}

.m-menu .mnav-ul li ul li {
	border-bottom: 0;
	border-right: 0;
	transition: 0.3s;
	background: #fff;
	padding: 3px 0;
}

.m-menu .mnav-ul li ul li a {
	display: block;
	/* line-height: 1; */
	color: #6c6c6c;
	letter-spacing: -1px;
	font-size: 14px;
	word-break: keep-all;
	line-height: 25px;
}

.m-menu .mnav-ul li ul li a:hover {
	color: #165e8b;
	font-weight: bold;
	text-decoration: underline;
}


@media screen and (max-width:768px) {
	.pc-menu {
		display: none
	}

	.m-menu {
		display: block;
		top: 100px;
		z-index: 100;
		position: relative;
	}
}

@media screen and (max-width: 480px) {
	.m-menu {
		top: 140px;
	}
}


/* sub page */
.bold {font-weight: 700;}
 
.wr-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.sub-page {
	border-bottom: 1px solid #ddd;
}

.mo-only {
	display: none;
}

.pc-only {
	display: block;
}

@media (max-width:1024px) {
	.sub-page {
		padding: 25px 0;
	}
}

@media (max-width:768px) {
	.sub-page {
		padding: 20px 0;
	}
}

/* 준비중 */

.sub-page.pre {
	width: 100%;
	text-align: center;
}

.sub-page.pre img {
	width: 100%;
	max-width: 1000px;
}

.bg-gray {
    background: #f2f2f2;
}

/********************** sub1 회사소개 **********************/

/*sub1_1*/
.sub1_1{}
.sub1_1 .sub-half-card-wr{width:100%;}
.sub1_1 .sub-half-card-wr .card-line{width:100%;display:flex;flex-wrap:wrap;justify-content:center;position: relative;align-items: center;}
.sub1_1 .sub-half-card-wr .half-card{width:50%;overflow: hidden;text-align: center;}
.sub1_1 .sub-half-card-wr .half-card img{width: auto;height: 100%;}
.sub1_1 .sub-half-card-wr .half-t-card{width:50%;padding: 100px 50px;color: #303030;}
.half-t-card .h-c-ttl{font-size:30px;font-weight: 700;padding-bottom:20px;position: relative;}
.half-t-card .h-c-ttl span{font-weight:700;}
.half-t-card .h-c-ttl .sec-txt{font-size:23px;padding: 10px 0 20px;}
.half-t-card .h-c-txt{line-height:30px;word-break:keep-all;padding-top: 30px;}
.blue-bold{color:#294d8a; font-size:20px; border-bottom:2px solid #407bbd; position:relative;}
.blue-bold:after{content:'';display:block;position:absolute;width: 115%;height:2px;background:#407bbd;bottom: -8px;}

.yyyl{font-size:20px;font-weight:300}
.hhh{font-size:23px;padding: 20px 0;margin-top: 25px;border: 3px solid #f2f2f2;}
.ttt{text-align:center;padding:85px 0}

.page-top {
    text-align: center;
    padding: 80px 0;
}

.sec01-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sub1_1 #sec01 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.sec01-con {
    width: 100%;
    border-right: 1px solid #e3e3e4;
    max-width: 325px;
    text-align: center;
}

.h-c-ttl p {
    font-size: 23px;
    border-bottom: 1px;
}

.sec01-con p {font-size: 20px;font-weight: 700;padding-top: 20px;}

.sec03-txt {
    letter-spacing: 44px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff20;
    position: absolute;
    bottom: -60%;
    width: 100%;
    margin: 0 auto;
    transform: translateY(100%);
}

.sec03-con:after {
    content: '';
    display: block;
    width: 70px;
    margin: 35px auto;
    height: 1px;
    color: #fff;
    background: #fff;
}

.half-t-card .h-c-ttl:after {
    display: block;
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background: #000000;
    left: 0;
    bottom: 0;
}

.sec04-tit {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 90px;
}

.sub1_1 #sec04 {
    margin: 70px 0 130px;
}

.sec04-top {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px;
}
.sec04-top img {
    border: 1px solid #d6d6d6;
}

.sec04-btm {
    background: #f2f2f2;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}


.circle-img {
    display: inline-block;
    animation: rotate 10s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sub-wr .sub-banner{position:relative;}
.sub-wr .sub-banner .banner-wr{overflow: hidden;}
.sub-wr .sub-banner .banner-wr img{width:100%;/* height: 150px; */object-fit: cover;}
.sub-wr .sub-banner .txt-wr{position:absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%);color: #fff;text-align: center;}
.sub-wr .sub-banner .txt-wr .bn-top{font-size: 18px;letter-spacing: 2px;padding-bottom: 10px;position: relative;opacity: 0.8;}
.sub-wr .sub-banner .txt-wr .bn-top:after{display:block;content:'';position:absolute;width: 180px;height:1px;background: rgba(255,255,255,0.6);left: 50%;bottom: 0;transform: translateX(-50%);}
.sub-wr .sub-banner .txt-wr .bn-ttl{padding: 0 0 10px;font-size: 55px;/* text-shadow: 2px 2px 15px rgba(0,0,0,0.4); */color: #ffffff29;font-weight: 800;letter-spacing: 22px;}
.sub-wr .sub-banner .txt-wr .bn-txt{font-size: 20px;font-weight: 700;line-height: 28px;letter-spacing: 5px;}
.sub-wr .txt_center {text-align: center;}

@media screen and (max-width: 1024px){
	.sub-wr .sub-banner .txt-wr .bn-ttl{font-size: 33px;}
}

@media screen and (max-width:768px){
    .sub1_1 .sub-half-card-wr .half-card{width: 100%;}
    .sub1_1 .sub-half-card-wr .half-card img{width: 100%;height: auto;}
    .sub1_1 .sub-half-card-wr .half-t-card{width:100%;padding: 50px;padding-top: 35px;}
	.sub-wr .sub-banner .txt-wr .bn-ttl{font-size: 24px;letter-spacing: 12px;}
	.sub-wr .sub-banner .txt-wr .bn-txt{font-size: 16px;}
}

@media screen and (max-width:650px){
.hhh{
    font-size: 18px;
}
	.sec01-con p{
    font-size: 16px;
}
}

@media screen and (max-width:500px){
    .sub1_1 .sub-half-card-wr .half-t-card{padding: 30px 0px;}
.sec03-txt{
    letter-spacing: 4px;
    font-size: 20px;
}
.sec01-con{border:none;}
	.sub-wr .sub-banner .txt-wr .bn-ttl{
    font-size: 20px;
    letter-spacing: 6px;
}
	.sub-wr .sub-banner .banner-wr img{height: 150px;}
}

@media screen and (max-width:450px){
    .half-t-card .h-c-ttl{font-size:23px}

}

@media screen and (max-width:375px){
.half-t-card .h-c-txt{padding-bottom:30px}

}

@media screen and (max-width:320px){

}





/*연혁 SUB1_2*/

.history{padding: 100px 0;}
.history .con-wr:after{display:block;position:absolute;content:'';width:100%;height:30%;z-index: -1;bottom: 0;left: 0;}

.history .add-img{position:absolute;}
.history .add-img.img01{left: 70%;top: 30%;}
.history .add-img.img02{left: 30%;top: 50%;}
.history .add-img.img03{left: 60%;bottom: 10px;}

.history .his-ul{position:relative}

.history .his-ul li{padding: 15px 0;position:relative;}
/* .history .his-ul li:before{display:block;position:absolute;width: 1px;height: 100%;background: #d0d0d0;top: 20px;left:50%;transform: translateX(-50%);} */
.history .his-ul li:last-child:before{}
.history .his-ul li:after{display:block;position:absolute;content:'';width: 15px;height: 15px;background: #d0d0d0;border-radius:100%;top: 15px;left: 50%;transform: translateX(-50%);}


  .history_line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #ddd;
	}
  
  .history_line .bar {
	display: block;
	width: 2px;
	background-color: #d0d0d0;
	height: 100%;
	transform-origin: bottom center;
	position: absolute;
	bottom: 0;
	}
.history .his-ul li .his-bx{width:50%;overflow: hidden;}
.history .his-ul li .his-bx .year{font-size:24px;color: #fd7700;font-weight:bold;width: 130px;position: relative;}
.history .his-ul li .his-bx .info{clear:both;padding:15px 35px}
.history .his-ul li .his-bx .info .txtln{position:relative;padding: 3px 10px;}
.history .his-ul li .his-bx .info .txtln:after{display:block;position:absolute;content:'';width:3px;height:3px;background: #1f4a7c;top: 17px;transform:translateY(-50%);}
.history .his-ul li .his-bx .info .txtln .month{color:#1f4a7c;font-weight: 500;}
.history .his-ul li .his-bx .info .txtln .txt{color: #000000;font-size: 17px;}

.history .his-ul li:nth-child(2n+1){text-align:right;}
.history .his-ul li:nth-child(2n+1) .his-bx{/* padding-right:20px; */}
.history .his-ul li:nth-child(2n+1) .his-bx .year{float: right;padding-right: 35px;}
.history .his-ul li:nth-child(2n+1):after{}
.history .his-ul li:nth-child(2n+1) .his-bx .info{float: right;}
.history .his-ul li:nth-child(2n+1) .his-bx .info .txtln{}
.history .his-ul li:nth-child(2n+1) .his-bx .info .txtln:after{right:0;}

.history .his-ul li:nth-child(2n){text-align:left;}
.history .his-ul li:nth-child(2n) .his-bx{margin-left:50%;/* padding-left:20px; */}
.history .his-ul li:nth-child(2n) .his-bx .year{float: left;padding-left: 35px;}
.history .his-ul li:nth-child(2n):after{}
.history .his-ul li:nth-child(2n) .his-bx .info{float: left;}
.history .his-ul li:nth-child(2n) .his-bx .info .txtln{}
.history .his-ul li:nth-child(2n) .his-bx .info .txtln:after{left:0}

.history .fgfg{position: relative; background:url('../img/sub/sub1_2_background01.png')no-repeat center bottom}

.history span.txt {
    line-height: 150%;
    font-size: 17px;
}

.history .con-wr {
    padding: 50px 0;
}

@media (max-width:1650px){
	.history .add-img.img02{display:none;}
}

@media (max-width:1300px){
	.history .con-wr:before{height: 600px;width: 100%;}
	.history .his-ul li:after{top: 11px;}
	.history .his-ul li .his-bx .year{width: 100px;font-size: 20px;}
	.history .his-ul li:nth-child(2n+1) .his-bx .year{padding-right: 25px;}
	.history .his-ul li:nth-child(2n) .his-bx .year{padding-left:25px;}
	.history .his-ul li .his-bx .info .txtln{font-size:15px;}
	.history .his-ul li .his-bx .info .txtln:after{top: 15px;}
}

@media (max-width: 1024px){
	.history .con-wr{padding: 50px 20px;}
}

@media (max-width: 920px){
	.history .con-wr:before{height: 500px;}
	.history .his-ul li:after{top: 10px;width: 18px;height: 18px;border-width: 4px;}
	.history .his-ul li .his-bx .year{width: 80px;font-size: 18px;}
	.history .his-ul li:nth-child(2n+1) .his-bx .year{padding-right: 15px;}
	.history .his-ul li:nth-child(2n) .his-bx .year{padding-left:15px;}
	.history .his-ul li .his-bx .info{width:calc(100% - 80px)}
	.history .his-ul li .his-bx .info .txtln{font-size: 14px;line-height: 18px;padding: 3px 8px;}
	.history .his-ul li .his-bx .info .txtln:after{top: 13px;}
}

@media (max-width:768px){
	.history .con-wr:before{height: 400px;}
	.history .con-wr{padding: 30px 20px;}
	.history .add-img.img01{display:none;}
	.history .add-img.img03{display:none;}
	.history .his-ul li .his-bx .year{float:none;width:100%;}
	.history .his-ul li .his-bx .info{float:none;width:100%;padding-top:10px}
	.history .his-ul li:nth-child(2n+1) .his-bx .info{padding-right:20px}
	.history .his-ul li:nth-child(2n) .his-bx .info{padding-left:20px}
}

@media (max-width:500px){
	.history .con-wr:before{display:none;}
	.history .his-ul li:before{left:0}
	.history .his-ul li{padding-left:20px;}
	.history .his-ul li:after{left:0}
	.history .his-ul li .his-bx{width:100%;}
	.history .his-ul li .his-bx .info{padding:15px 0 !important;}
	.history .history_line{display:none;}
	.history .his-ul li:nth-child(2n+1){text-align:left;}
	.history .his-ul li:nth-child(2n+1) .his-bx{/* padding-right:20px; */}
	.history .his-ul li:nth-child(2n+1) .his-bx .year{padding-right:0;}
	.history .his-ul li:nth-child(2n+1):after{}
	.history .his-ul li:nth-child(2n+1) .his-bx .info .txtln{}
	.history .his-ul li:nth-child(2n+1) .his-bx .info .txtln:after{right:auto;left:0;}
.history{
    padding: 30px 0;
}
	
	.history .his-ul li:nth-child(2n) .his-bx{margin-left:0;}
	.history .his-ul li:nth-child(2n) .his-bx .year{padding-left:0;}
}


/* ttl */

.sub-ttl-wr{font-size: 27px;text-align:center;color: #000000;font-weight: bold;padding-top: 60px;}
.sub-ttl-wr p{position:relative;display: inline-block;}
.sub-ttl-wr p:after{display:block;content:'';position:absolute;width: 60px;height: 60px;background: #f6f6f6;border-radius:100%;left: -50px;top: -30px;z-index: -1;}

@media (max-width:768px){
	.sub-ttl-wr{font-size:25px;}
}

@media (max-width:500px){
	.sub-ttl-wr{font-size:20px;}
}


/*sub4_1*/
.sub-wr.process .bvbv {
    display: flex;
    padding: 20px 0;
}

.sub-wr.process .tttr{
    width: 50%;
}
.sub-wr.process .imgimg
{
    width: 50%;
    overflow: hidden;
}

.sub-wr.process .imgimg img{
	    transition: scale 400ms;
}

.sub-wr.process .imgimg img:hover
{scale: 110%;}


.sub-wr.process .tttr-step {
    font-size: 20px;
    font-weight: 700;
    color: #7a7a7a;
}

.sub-wr.process .tttr-step span {
    font-size: 40px;
    font-weight: 700;
    color: #ffcc9e;
}

.sub-wr.process .main-txt {
    font-size: 23px;
    color: #303030;
    font-weight: 700;
    padding-bottom: 40px;
}

.sub-wr.process .main-txt span {
    font-size: 18px;
    color: #7a7a7a;
    padding-left: 10px;
}

.sub-wr.process .sub-txt {
    font-size: 17px;
    line-height: 25px;
}

.sub-wr.process .sub-ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 50px 0;
}

li.bvbv:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 83%;
    background: #f1f1f1;
    left: -23px;
    top: 60px;
}

.concon {
    position: relative;
}

.sub-wr.process {
    padding: 0 20px;
}

li.bvbv:after {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #d0d0d0;
    border-radius: 100%;
    left: -30px;
    transform: translateY(200%);
    content:'';
    z-index: 1;
}

li.bvbv:last-child::before{display:none;}

@media (max-width:1650px){

}

@media (max-width:1300px){

}

@media (max-width: 1024px){
.sub-wr.process .bvbv{flex-wrap: wrap;margin: 0 100px;}
	.sub-wr.process .tttr{
    width: 100%;
}
	.sub-wr.process .imgimg{width:100%;text-align: center;}
.sub-wr.process .sub-txt{
    padding-bottom: 40px;
}
}

@media (max-width: 920px){

}

@media (max-width:768px){
	.sub-wr.process .bvbv{
    margin: 0 40px;
}

}

@media (max-width:500px){
	.sub-wr.process{padding-left: 15px;}
	li.bvbv:after{display:none;}
	li.bvbv:before{display:none;}
}


@media (max-width:425px){
	.sub-wr.process .bvbv{
    margin: 0;
}
	.sub-wr.process .main-txt span{font-size:14px}
	.sub-wr.process .main-txt{
    font-size: 17px;
}
	.sub-wr.process .tttr-step span{font-size:27px}
	.sub-wr.process .tttr-step{
    font-size: 16px;
}
}
