/* about  */
.aboutCon {
	margin-top: 30px;
}

.about_top {
	position: relative;
	display: flex;
	flex-flow: row nowrap;

}

.about_top > .txt {
	position: absolute;
	top: 135px;
	left: 210px;
	z-index: 1;
}

.about_top > .txt > img {
	display: block;
}

.about_top > .img {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	z-index: 0;
}

.about_top > .img > img {
	display: block;
	width: 100%;	
}

.about_con {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 80px;
	align-items: start;
	justify-content: space-between;
}

.about_con > .left {
	position: sticky;
	display: flex;
	flex-flow: column;
    top: 40px;
	width: 390px;
	gap: 40px;
}

.about_con > .left > h2 {
	display: flex;
	flex-flow: column;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.about_con > .left > p {
	font-size: 20px;
	line-height: 34px;
	word-break: keep-all;
}

.about_con > .right {
	display: flex;
	flex-flow: column;
	width: calc(100% - 540px);
	gap: 70px;
}

.about_con > .right .con {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.about_con > .right .con h3 {
	font-size: 27px;
	font-weight: 700;
	color: #760004;
	line-height: 27px;
}

.about_con > .right .con01 .mv_box {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.about_con > .right .con01 .mv_box .box {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	border: 1px solid #707070;
	border-radius: 35px;
	padding: 5px;
	align-items: center;
}

.about_con > .right .con01 .mv_box .box02 {
	align-items: self-start;
}

.about_con > .right .con01 .mv_box .box h4 {
	background: #305484;
	color: #fff;
	width: 130px;
	font-size: 20px;
	line-height: 1.1;
	border-radius: 30px;
	padding: 18px 0;
	display: flex;
	justify-content: center;
    align-items: center;
	font-weight: 600;
}

.about_con > .right .con01 .mv_box .box div {
	width: calc(100% - 150px);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.about_con > .right .con01 .mv_box .box02 div {
	padding-top: 10px;
	padding-bottom: 10px;
}

.about_con > .right .con01 .mv_box .box04 {
	flex-flow: column;
	gap: 5px;
}

.about_con > .right .con01 .mv_box .box04 div {
	display: flex;
	flex-flow: row nowrap;
    width: 100%;
	gap: 20px;
	align-items: stretch;
}

.about_con > .right .con01 .mv_box .box04 .title {
	background: #E9F3FF;
	border: 1px solid #E0E9F5;
	color: #222222;
	display: flex;
    align-self: stretch;
}

.about_con > .right .con01 .mv_box .box04 .list {
	width: calc(100% - 165px);
	font-size: 18px;
	line-height: 22px;
	word-break: keep-all;
}

.box04 .list ul {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}

.box04 .list ul li {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 25%;
	gap: 0px;
	padding: 0 20px;
}

.box04 .list ul li:not(:last-child)::after {
	position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    background: #DEDEDE;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.box04 .top .list {
	border-bottom: 1px solid #707070;
}

.box04 .top .list ul li {
	text-align: center;
	justify-content: center;
}

.box04 .bottom .list ul li {
	padding-top: 5px;
	padding-bottom: 30px;
}

.box04 .bottom .list ul li span {
	border-bottom: 1px solid #DEDEDE;
	padding: 10px 0;
}

.box04 .bottom .list ul li span:last-child {
	border-bottom: 0px;
}

.about_con > .right .con02 ul {
	display: flex;
	flex-flow: column;
}

.about_con > .right .con02 ul li {
	border-bottom: 1px solid #666666;
	padding: 18px 0;
}

.about_con > .right .con02 dl {
	display: flex;
	flex-flow: row nowrap;
	font-size: 20px;
	line-height: 30px;
}

.about_con > .right .con02 dl dt {
	font-weight: 600;
	width: 135px;
}

.about_con > .right .con02 dl dd {
	font-weight: 400;
}


.about_con > .right .con03 ul {
	display: flex;
	flex-flow: column;
}

.about_con > .right .con03 ul li {
	border-bottom: 1px solid #666666;
	padding: 18px 0;
}

.about_con > .right .con03 dl {
	display: flex;
	flex-flow: row nowrap;
	font-size: 20px;
	line-height: 30px;
}

.about_con > .right .con03 dl dt {
	font-weight: 600;
	width: 210px;
}

.about_con > .right .con03 dl dd {
	font-weight: 400;
}


@media screen and (max-width: 1380px){
	.about_con > .right {
		width: calc(100% - 460px);
	}
}

@media screen and (max-width: 1200px){
	.about_top > .txt {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.about_con {
		margin-top: 60px;
	}

	.about_con > .left {
		top: 40px;
		width: 330px;
		gap: 25px;
	}

	.about_con > .left > h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.about_con > .left > p {
		font-size: 18px;
		line-height: 30px;
	}

	.about_con > .right {
		width: calc(100% - 400px);
	}

	.about_con > .right .con h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.about_con > .right .con {
		gap: 15px;
	}

	.about_con > .right .con01 .mv_box .box {
		gap: 15px;
		border-radius: 30px;
	}

	.about_con > .right .con01 .mv_box .box h4 {
		width: 110px;
		font-size: 18px;
		padding: 15px 0;
	}

	.about_con > .right .con01 .mv_box .box div {
		width: calc(100% - 125px);
		font-size: 18px;
		line-height: 22px;
	}

	.about_con > .right .con01 .mv_box .box04 {
		gap: 5px;
	}

	.about_con > .right .con01 .mv_box .box04 div {
		width: 100%;
		gap: 15px;
	}

	.about_con > .right .con01 .mv_box .box04 .list {
		width: calc(100% - 135px);
		font-size: 17px;
		line-height: 21px;
	}

	.box04 .list ul li {
		padding: 0 13px;
	}

	.box04 .bottom .list ul li span {
		padding: 8px 0;
		word-break: break-all;
	}


	.about_con > .right .con02 ul li {
		padding: 15px 0;
	}

	.about_con > .right .con02 dl {
		font-size: 18px;
		line-height: 25px;
	}

	.about_con > .right .con02 dl dt {
		width: 115px;
	}


	.about_con > .right .con03 ul li {
		padding: 15px 0;
	}

	.about_con > .right .con03 dl {
		font-size: 18px;
		line-height: 25px;
	}

	.about_con > .right .con03 dl dt {
		width: 160px;
	}
}

@media screen and (max-width: 1024px){
	.about_con > .left {
        width: 300px;
        gap: 20px;
    }

	.about_con > .left > h2 {
        font-size: 32px;
        line-height: 40px;
    }

	.about_con > .left > p {
        line-height: 27px;
    }

	.about_con > .right {
        width: calc(100% - 350px);
		gap: 50px;
    }

	.about_con > .right .con h3 {
        font-size: 20px;
        line-height: 20px;
    }
	
	.about_con > .right .con02 ul li {
        padding: 12px 0;
    }

	.about_con > .right .con02 dl {
        font-size: 17px;
        line-height: 23px;
    }

	.about_con > .right .con03 ul li {
        padding: 12px 0;
    }

	.about_con > .right .con03 dl {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 900px){
	.about_top > .txt {
        max-width: 300px;
        width: 80%;
    }

	.about_con {
        flex-flow: column;
        gap: 30px;
		margin-top: 30px;
    }

	.about_con > .left {
		position: relative;
		top: auto;
        width: 100%;
        gap: 10px;
    }

	.about_con > .left > h2 {
        font-size: 25px;
        line-height: 35px;
		flex-flow: row wrap;
        gap: 0px 8px;
		justify-content: center;
    }

	.about_con > .left > p {
        text-align: center;
		line-height: 24px;
        font-size: 17px;
    }

	.about_con > .right {
        width: 100%;
        gap: 40px;
    }

	.about_con > .right .con01 .mv_box .box {
        border-radius: 28px;
    }

	.about_con > .right .con01 .mv_box .box h4 {
		border-radius: 25px;
	}

	.about_con > .right .con01 .mv_box .box h4 {
        width: 100px;
        font-size: 17px;
        padding: 12px 0;
    }

	.about_con > .right .con01 .mv_box .box div {
        width: calc(100% - 115px);
        font-size: 17px;
    }

	.about_con > .right .con01 .mv_box .box04 div {
        width: 100%;
        gap: 10px;
    }

	.about_con > .right .con01 .mv_box .box04 .list {
        width: calc(100% - 115px);
        font-size: 16px;
        line-height: 20px;
    }

	.about_con > .right .con02 ul li {
        padding: 10px 0;
    }

	.about_con > .right .con02 dl {
        font-size: 16px;
        line-height: 20px;
    }

	.about_con > .right .con03 ul li {
        padding: 10px 0;
    }

	.about_con > .right .con03 dl {
        font-size: 16px;
        line-height: 20px;
    }
}


@media screen and (max-width: 650px){
	.about_con > .right .con01 .mv_box {
		overflow-x: auto;
	}

	.about_con > .right .con01 .mv_box .box {
		width: 700px;
	}
}

@media screen and (max-width: 500px){
	.aboutCon {
		margin-top: 10px;
	}

	.about_top > .txt {
        max-width: 250px;
		width: 70%;
    }

	.about_top > .img {
		border-radius: 10px;
	}

	.about_con > .left > h2 {
        font-size: 22px;
        line-height: 30px;
        gap: 0px 5px;
    }

	.about_con > .left > p {
        line-height: 20px;
        font-size: 16px;
    }

	.about_con > .right .con02 dl dt {
        width: 90px;
    }

	.about_con > .right .con03 dl {
        flex-flow: column;
		gap: 5px;
    }

	.about_con > .right .con03 dl dt {
        width: 100%;
    }
}
/* about end */


/* organization */
.orgCon {
	margin-top: 30px;
}

.org_box > * {
	transition: 0.3s;
}
 
.org_box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.org_box::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 370px;
    top: 0px;
    left: 50%;
    transform: translateX(-1px);
    background: #CBCACE;
	z-index: 0;
}

.org_box .box {
	padding: 30px 25px;
	border-radius: 80px;
	min-width: 160px;
	text-align: center;
	font-weight: 600;
	color: #000;
	position: relative;
	font-size: 20px;
}

.org_box .box.box_tit {
	border: 1px solid #31275A;
	background: #FFF;
	width: 300px;
}

.org_top { 
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	gap: 35px;
	z-index: 1;
}

.org_top .box {
	position: relative;
	width: 300px;
	background: linear-gradient(135deg, #8a8dff, #ffb067);
	color: #FFF;	
}

.org_top01 .box {
	background: #760004;
	border: 1px solid rgba(0,0,0,0.1);
}

.org_middle {
	position: relative;
	display: flex;
    flex-flow: row nowrap;
    width: 60%;
    justify-content: space-between;
    align-items: center;
	margin: -60px 0 -10px;
}

.org_middle::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-1px);
    background: #CBCACE;
}

.org_middle .box {
	display: flex;
	flex-flow: column;
	line-height: 1;
	gap: 13px;
	font-weight: 500;
	border: 1px solid #CBCACE;
	background: #EBEAEF;
	border-radius: 40px;
	padding: 32px 45px;
	z-index: 1;
}

.org_bottom {
	position: relative;
	display: flex;
    flex-flow: row nowrap;
    /* justify-content: space-between; */
    width: 100%;
	padding-top:50px;
	gap: 35px;
}

.org_bottom::before {
	position: absolute;
    content: '';
    width: 68.4%;
    height: 1px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #CBCACE;
}

.org_bottom .b_box {
	position: relative;
	display: flex;
    flex-flow: column;
    gap: 50px;
	padding-top: 50px;
	margin-top: -50px;
	width: calc(33.33334% - 23px);
}

.org_bottom .box {
	position: relative;
	min-width: auto;
	display: flex;
    flex-flow: column;
	border: 1px solid #CBCACE;
    background: #FFF;
	gap: 13px;
	border-radius: 50px;
	font-weight: 400;
}

.org_bottom .box.box_tit {
	width: 100%;
	font-weight: 600;
}

.org_bottom .b_box .box {
	width: 100%;
}

.org_bottom .box::after {
	position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    top: -51px;
    left: 50%;
    transform: translateX(-1px);
    background: #CBCACE;
	z-index: 0;
}
@media screen and (max-width: 1400px){
	.orgCon .inner_layout {
		width: 100%;
		max-width: none;
	}

	.org_bottom {
		column-gap: 20px;
	}

	.org_bottom::before {
        width: 67.7%;
    }	

	.org_bottom .box,
	.org_bottom .box.box_tit {
		min-width: auto;
	}

	.org_bottom .b_box {
		width: calc(33.33334% - 13px);
	}		
}

@media screen and (max-width: 1200px){
	.org_box {
		gap: 30px;
	}

	.org_middle {
		width: 80%;
		margin: -40px 0 0px;
	}

	.org_bottom {
		padding-top: 30px;
	}

	.org_bottom .b_box {
		gap: 30px;
	}

	.org_bottom .box::after {
		height: 30px;
		top: -31px;
	}
}

@media screen and (max-width: 970px){	
	.org_box {
        gap: 25px;
    }

	.org_box::after {
        height: 245px;
    }

	.org_box .box {
		padding: 20px 15px;
		font-size: 16px;
		min-width: auto;
		font-weight: 500;
		gap: 10px;
	}
	
	.org_top .box {
		 width: 180px;
	}

	.org_middle {
		margin: -30px 0 -5px;
	}

	.org_middle .box {
		border-radius: 25px;
	}

	.org_bottom {
        padding-top: 25px;
		column-gap: 12px;
    }

	.org_bottom .box {
		border-radius: 30px;
	}

	.org_bottom::before {
        width: 67.6%;
    }

	.org_bottom .box::after {
        height: 25px;
        top: -26px;
    }

	.org_bottom .b_box {
		width: calc(33.33334% - 6px);
        gap: 25px;
		padding-top: 25px;
	    margin-top: -25px;
    }
	
}

@media screen and (max-width: 650px){
	.org_box::after {
        height: 212px;
    }

	.org_box .box {
		padding: 15px 5px;
		width: 135px;
		gap: 7px;
		word-break: break-all;
	}

	.org_top .box {
        width: 130px;
    }

	.org_bottom {
        padding-top: 15px;
        column-gap: 8px;
    }

	.org_bottom .box::after {
        height: 15px;
        top: -16px;
    }

	.org_bottom .b_box {
        width: calc(33.3334% - 1px);
        gap: 15px;
        padding-top: 15px;
        margin-top: -15px;		
    }

}

@media screen and (max-width: 600px){
	.org_middle {
        width: 100%;
    }

	.org_bottom {
        column-gap: 5px;
    }

	.org_bottom::before {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
		width: 67.2%;
    }

	.org_bottom .box {
        border-radius: 15px;
		font-size: 15px;
		letter-spacing: -1px;
    }

}

@media screen and (max-width: 425px){
	.orgCon .inner_layout {
		overflow-x: auto;
	}

	.org_box {
        width: 450px;
    }

	.org_box::after {
        height: 226px;
		transform: translateX(-2px);
    }

	.org_middle {
        margin: -20px 0 0px;
    }

	.org_bottom::before {
        width: 67.8%;
    }

	.org_bottom .box {
        border-radius: 20px;
    }
}

/* organization end */