/* greetings */
.greeings .inner_layout {
	position: relative;
	display: flex;
	gap: 90px;
	justify-content: space-between;
	align-items: start;
	margin-top: 80px;
}

.greeings .con_txt {
	display: flex;
	flex-flow: column;
	gap: 25px;
	width: 860px;
}

.greeings .con_txt > .con_txt01 {
	display: flex;
	flex-flow: column;
	font-size: 40px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 20px;
}

.greeings .con_txt > .con_txt01 > span {
	color: #760004;
	margin-right: 5px;
}

.greeings .con_txt > .con_txt02 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 600;
}

.greeings .con_txt > .con_txt03 {
	display: flex;
	flex-flow: column;
	gap: 30px;
}

.documents .con_txt03 {
    line-height:1.4;
}

.greeings .con_txt > .con_txt03 > span {
	font-size: 20px;
	line-height: 34px;
}

.greeings .con_photo {
	position: sticky;
    top: 20px;
}

.greeings .con_photo > .photo {
	position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.greeings .con_photo > .photo > .img {

}

.greeings .con_photo > .photo > .txt {
	position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: flex-end;
    color: #FFF;
    font-size: 20px;
}

.greeings .con_photo > .photo > .txt > span {

}

.greeings .con_photo > .photo > .txt > span + span {

}

@media screen and (max-width: 1200px){
	.greeings .inner_layout {
		gap: 50px;
	}

	.greeings .con_photo > .photo > .img {
		width: 300px;
	}

	.greeings .con_photo > .photo > .txt {
		right: 25px;
		bottom: 20px;
		gap: 7px;
		font-size: 18px;
	}

	.greeings .con_photo > .photo > .txt > span + span {
		width: 90%;
	}

	.greeings .con_txt {
		gap: 20px;
		width: 100%;
	}

	.greeings .con_txt > .con_txt01 {
		font-size: 35px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.greeings .con_txt > .con_txt02 {
		font-size: 23px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 900px){
	.greeings .inner_layout {
        gap: 40px;
    }
	.greeings .con_txt > .con_txt01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 6px;
    }
	.greeings .con_txt > .con_txt02 {
        font-size: 21px;
    }
	.greeings .con_txt > .con_txt03 > span {
		font-size: 18px;
		line-height: 30px;
	}
	.greeings .con_photo > .photo > .img {
        width: 230px;
    }
}

@media screen and (max-width: 700px){
	.greeings .inner_layout {
        gap: 30px;
        flex-wrap: wrap-reverse;
        justify-content: center;
		margin-top: 20px;
    }

	.greeings .con_txt {
        gap: 15px;
    }
	.greeings .con_txt > .con_txt01 {
		font-size: 25px;
        line-height: 1.2;
        margin-bottom: 0px;
        flex-flow: row wrap;
        justify-content: center;
        gap: 0px;
        text-align: center;
    }

	.greeings .con_txt > .con_txt02 {
        font-size: 20px;
        text-align: center;
    }

	.greeings .con_txt > .con_txt03 {
		gap: 15px;
	}

	.greeings .con_txt > .con_txt03 > span {
        line-height: 26px;
    }

	.greeings .con_photo {
		position: relative;
		top: 0;
	}

	.greeings .con_photo > .photo > .txt {
        right: auto;
        bottom: 15px;
        gap: 7px;
        font-size: 16px;
        align-items: center;
        width: 100%;
    }

	.greeings .con_photo > .photo > .txt > span {
		width: 100%;
		text-align: center;
	}

	.greeings .con_photo > .photo > .txt > span + span {
        width: 70%;
    }
}

@media screen and (max-width: 500px){
	.greeings .con_txt > .con_txt01 {
		font-size: 23px;
    }
	
	.greeings .con_txt > .con_txt03 {
        word-break: break-all;
        text-align: justify;
    }
}
/* greetings end */


/* corporation */
/* caritas */
.caritas_con {
	padding-top: 0px;
	margin-bottom: -150px;
}

.corporation01 {
	position: relative;
    width: 100%;
    background: url(/assets/images/introduce/corporation01_bg.png) no-repeat;
    background-position: center bottom -1px;
    background-size: cover;
	padding-top: 100px;
	min-height: 1160px;
}

.corporation01_txt {
	display: flex;
    flex-flow: column;
    align-items: center;
	gap: 70px;	
}
.corporation01_txt > span {transition: 0.3s;}
.corporation01_txt > p {
	display: flex;
    flex-flow: column;
    gap: 10px;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    max-width: 950px;
    width: 100%;
}
.corporation01_txt > p > span {}
.corporation01_slogan {
	position: absolute;
    bottom: 180px;
    right: 30%;
}

@media screen and (max-width: 1400px){
	.caritas_con {
		margin-left: -30px;
        width: calc(100% + 60px);
	}
}

@media screen and (max-width: 1280px){
	.corporation01 {
		padding-top: 60px;
		min-height: 950px;
	}

	.corporation01_txt {
		gap: 50px;
	}

	.corporation01_txt > span {
		width: 120px;
	}
	.corporation01_txt > p {
		gap: 7px;
		font-size: 20px;
		line-height: 32px;
		max-width: 850px;
	}

	.corporation01_slogan {
		bottom: 130px;
		right: 20%;
	}
}

@media screen and (max-width: 1200px){
	.caritas_con {
		margin-bottom: -100px;
	}
}

@media screen and (max-width: 860px){
	.caritas_con {
		margin-left: -20px;
        width: calc(100% + 40px);
        margin-bottom: -80px;
    }
	.corporation01 {
		padding-top: 50px;
		min-height: 700px;
	}

	.corporation01_txt {
        gap: 40px;
    }

	.corporation01_txt > span {
        width: 100px;
    }

	.corporation01_txt > p {
		gap: 7px;
		font-size: 18px;
		line-height: 29px;
		max-width: none;
		width: 85%;
	}

	.corporation01_slogan {
        bottom: 100px;
        right: 15%;
        width: 280px;
    }
}

@media screen and (max-width: 768px){
	.caritas_con {
		margin-bottom: -50px;
	}
}

@media screen and (max-width: 600px){
	.corporation01 {
        padding-top: 40px;
    }

	.corporation01 {
		background-size: cover;
		min-height: auto;
        padding-bottom: 220px;
	}

	.corporation01_txt > span {
        width: 80px;
    }

	.corporation01_txt > p {
        font-size: 17px;
        line-height: 27px;
    }

	.corporation01_slogan {
        bottom: 60px;
        right: 50%;
        transform: translateX(50%);
        width: 50%;
    }
}

@media screen and (max-width: 550px){
	.corporation01 {
        background-size: 150%;
    }

	.caritas_con {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

}

/* caritas end */

/* mission */
.mission_con {	
}

.mission_box {
	position: relative;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	padding-bottom: 97px;	
}

.mission_box .mission_txt {
	display: flex;
    flex-flow: column;
    gap: 25px;
	width: calc(100% - 650px);
}

.mission_box .mission_txt > h2 {
	font-size: 40px;
	font-weight: 600;
	color: #222;
}
.mission_box .mission_txt > h2 > span{
	font-size: 23px;
	font-weight: 600;
	margin-left: 15px;
	color: #274177;
	line-height: 1.4;
}

.mission_box .mission_txt > p {
	display: flex;
    flex-flow: column;
	font-size: 20px;
    line-height: 1.6;
	gap: 30px;
}

.mission_box .mission_txt > p > span {}

.mission_box .mission_txt > p > span > span {
	font-size: 18px;
}

.mission_box .mission_slogan {
	display: flex;
    flex-flow: column;
    width: 510px;
	aspect-ratio: 1 / 0.78431;
	border-radius: 100px;
    background: linear-gradient(139deg, #888EEC, #FFA661);
	padding: 65px 20px 0;
    gap: 60px;
    align-items: center;
	transition: 0.3s;
}

.mission_box .mission_slogan > h2 {
	font-size: 30px;
    font-weight: 200;
    color: #FFF;
}

.mission_box .mission_slogan > h2 > span {
	font-weight: 600;
}

.mission_box .mission_slogan > span {}

.mission_box .title_line {
	position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
}

.value_box {
	margin-top: 115px;
	display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	gap: 35px;
}

.value_box > h2 {
	font-size: 40px;
	font-weight: 600;
	color: #222;
}

.value_box > div {
	width: 100%;
    border: 1px solid #222;
    border-radius: 20px;
    box-shadow: 0 8px 18px #0000000D;
	padding: 50px 30px;
}

.value_box > div > ul {
	display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;
}

.value_box > div > ul > li {
	padding: 0 20px;
	border-left: 1px solid #eee;
	display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    gap: 15px;
	word-break: keep-all;
	justify-content: space-between;
}

.value_box > div > ul > li:first-child {
	border-left: none;
}

.value_box > div > ul > li:nth-child(1),
.value_box > div > ul > li:nth-child(6),
.value_box > div > ul > li:nth-child(7) {
	width: 153px;
}

.value_box > div > ul > li:nth-child(2),
.value_box > div > ul > li:nth-child(4) {
	width: 195px;
}

.value_box > div > ul > li:nth-child(3) {
	width: 205px;
}

.value_box > div > ul > li:nth-child(5) {
	flex: 1;
}

.value_box > div > ul > li > span {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 27px;
	color: #222;
	min-height: 108px;
    display: flex;
    align-items: center;
}

.value_box > div > ul > li > span + span {
	color: #8B0000;
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
	min-height: 70px;
	align-items: start;
}

.rule_box {
	margin-top: 130px;
	transition: 0.3s;
}

.rule_box > ul {
	display: flex;
    flex-flow: row wrap;
    width: 100%;
	transition: 0.3s;
}

.rule_box > ul > li {
	display: flex;
    flex: 1 0 calc(100% / 5);
	width: 20px;
	min-height: 170px;
    flex-flow: column;
    border: 1px solid #DCDCDC;
    margin-right: -1px;
    margin-bottom: -1px;
	padding: 0 25px;
	justify-content: center;
    text-align: center;
	align-items: center;
	gap: 10px;
	background: #FFF;
	transition: 0.3s;
}

.rule_box > ul > li > span {
	display: flex;
	flex-flow: column wrap;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 24px;
	word-break: keep-all;
}

.rule_box > ul > li > span + span {
	font-size: 16px;
	color: #848484;
	font-weight: 300;
	line-height: 21px;
}

.rule_box > ul > li:hover {
	background: #8D5D5E;
}

.rule_box > ul > li:hover > span {	
	color: #FFF;
}

.rule_box > ul > li:hover > span + span {
	color: #D6BCBC;
}

.rule_box > ul > li.title {
	background: #760004;
	border: 1px solid #760004;
	font-size: 30px;
	color: #FFF;
	font-weight: 600;
}

@media screen and (max-width: 1400px){
	.mission_box .mission_txt {
		width: calc(100% - 580px);
	}
}

@media screen and (max-width: 1330px){
	.value_box > div {
		padding: 30px 30px;
	}

	.value_box > div > ul {
		flex-wrap: wrap;
	}

	.value_box > div > ul > li {
		padding: 30px 10px;
		gap: 10px;
	}

	.value_box > div > ul > li:not(:nth-child(5)) {
		width: 25%;
	}

	.value_box > div > ul > li:nth-child(n+5) {
		border-top: 1px solid #eee;
	}

	.value_box > div > ul > li:nth-child(5) {
		border-left: 0px;
	}
	
	.value_box > div > ul > li > span br {
		display: none;
	}
	
	.value_box > div > ul > li > span,
	.value_box > div > ul > li > span + span {
		min-height: auto;
		margin: 0px;
	}
}

@media screen and (max-width: 1280px){
	.mission_box {
		gap: 50px;
	}

	.mission_box .mission_txt {
		flex: 1;
        width: auto;
    }

	.mission_box .mission_txt > p {
		font-size: 18px;
		line-height: 1.5;
		gap: 20px;
	}
	
	.mission_box .mission_txt > p > span {
		text-align: justify;
	}

	.mission_box .mission_slogan {
		width: 450px;
        border-radius: 90px;
        padding: 0px 20px 0;
        gap: 40px;
        justify-content: center;
	}

	.mission_box .mission_txt > h2,
	.value_box > h2 {
		font-size: 30px;
	}

	.mission_box .mission_slogan > span {
		width: 60%;
	}

	.mission_box .title_line {
		bottom: 20px;
	}

	.value_box {
		margin-top: 55px;
	}
}

@media screen and (max-width: 1200px){
	.value_box > div {
        padding: 20px 20px;
    }

	.value_box > div > ul > li {
        padding: 20px 10px;
    }

	.value_box > div > ul > li > span {
		font-size: 18px;
		line-height: 24px;
	}

	.value_box > div > ul > li > span + span {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
	}
}

@media screen and (max-width: 1100px){	
	.mission_box .mission_slogan {
        width: 390px;
        border-radius: 70px;
        padding: 0px 20px 0;
        gap: 35px;
        justify-content: center;
    }

	.mission_box .title_line {
        bottom: 0px;
    }

	.rule_box > ul > li {
		padding: 0 10px;
		gap: 5px;
	}

	.rule_box > ul > li.title {
		font-size: 25px;
	}
}

@media screen and (max-width: 900px){	
	.mission_box {
		flex-flow: column;
		gap: 30px;
		padding-bottom: 40px;
	}

	.mission_box .mission_slogan {
        width: 100%;
        aspect-ratio: auto;
        border-radius: 30px;
        padding: 30px 10px 50px;
        gap: 20px;
    }

	.mission_box .mission_slogan > h2 {
        font-size: 22px;
    }

	.mission_box .mission_slogan > span {
        width: 217px;
    }

}

@media screen and (max-width: 768px){	
	.mission_box .mission_txt > p {
        gap: 12px;
        word-break: break-all;
    }
	.mission_box .mission_txt > p > span {
        font-size: 17px;
        letter-spacing: -0.3px;
    }

	.mission_box .mission_txt > p > span > span {
		font-size: 16px;
	}

	.value_box > div > ul > li:not(:nth-child(5)) {
        width: 50%;
    }
	.value_box > div > ul > li:nth-child(5) {
        width: 100%;
		flex: auto;
    }

	.value_box > div > ul > li:nth-child(n+3) {
		border-top: 1px solid #eee;
	}

	.value_box > div > ul > li:nth-child(3),
	.value_box > div > ul > li:nth-child(6) {
		border-left: 0px;
	}

	.value_box > div > ul > li > span {
        font-size: 17px;
    }

	.value_box > div > ul > li > span + span {
        font-size: 15px;
        min-height: auto;
    }

	.rule_box {
		margin-top: 90px;
	}

	.rule_box > ul > li.title {
        font-size: 22px;
    }

	.rule_box > ul > li {
		flex: 1 0 calc(100% / 3);
		min-height: 140px;
	}

	.rule_box > ul > li > span {
		font-size: 17px;
	}

	.rule_box > ul > li > span + span {
		font-size: 15px;
		line-height: 18px;
	}
}

@media screen and (max-width: 767px){
	.mission_box .mission_txt > h2 {
		display: flex;
		flex-flow: column;
		gap: 5px;
	}

	.mission_box .mission_txt > h2 > span {
		font-size: 20px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 600px){
	.mission_box .mission_txt > h2,
	.value_box > h2 {
		font-size: 27px;
	}

	.mission_box .mission_txt {
		gap: 15px;
	}

	.mission_box .mission_txt > h2,
	.value_box > h2 {
		font-size: 25px;
	}

	.mission_box .mission_txt > h2 > span {
		font-size: 18px;
	}

	.mission_box .mission_slogan {
        border-radius: 20px;
        padding-bottom: 30px;
    }

	.value_box {
		margin-top: 10px;
		gap: 15px;
	}

	.rule_box {
		margin-top: 50px;
	}

	.rule_box > ul > li {
        flex: 1 0 calc(100% / 2);
        min-height: auto;
		padding: 15px 10px;
    }

	.rule_box > ul > li.title {
        font-size: 20px;
        flex: 0 0 100%;
    }

	.rule_box > ul > li > span > br {
		display: none;
	}

	.mission_box .title_line {
        display: none;
    }
}

@media screen and (max-width: 500px){
	.mission_box {
        gap: 20px;
		padding-bottom: 0px;
    }

	.mission_box .mission_txt {
		gap: 15px;
	}

	.mission_box .mission_txt > p {
        font-size: 17px;
        line-height: 1.4;
        gap: 12px;
    }

	.value_box {
		margin-top: 50px;
		gap: 15px;
	}
	
	.mission_box .mission_txt > h2,
	.value_box > h2 {
		font-size: 23px;
	}

	.value_box > div {
        padding: 13px 13px;
    }

	.value_box > div > ul > li {
        padding: 12px 7px;
		gap: 5px;
		justify-content: center;
    }

	.value_box > div > ul > li > span {
        font-size: 16px;
    }

	.value_box > div > ul > li > span + span {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px){
	.mission_box .mission_slogan > span {
        width: 70%;
    }

	.rule_box > ul > li {
        padding: 13px 3px;
    }
	.rule_box > ul > li > span {
        font-size: 16px;
        line-height: 20px;
    }
	.rule_box > ul > li > span + span {
        font-size: 14px;
        line-height: 17px;
    }
}

/* mission end */

/* history */
.history_con {}

.info_box {}

.info_box > .info_txt01 {
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 90px;
}

.info_box > .info_txt01 > div {
	display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

.info_box > .info_txt01 > div > span {
	font-size: 20px;
    font-weight: 600;
}

.info_box > .info_txt01 > div > span + span {
	font-weight: 400;
}

.info_box > .info_txt02 {
	display: flex;
    flex-flow: row nowrap;
    gap: 100px;
	border-top: 1px solid #EFEFEF;
	margin-top: 40px;
	justify-content: center;
	padding: 17px 0;
	box-shadow: 0 14px 12px -12px rgba(0, 0, 0, 0.05);
}

.info_box > .info_txt02 > div {
	display: flex;
    flex-flow: row nowrap;
    gap: 13px;
	align-items: center;
	font-size: 20px;
	font-weight: 400;	
}

.info_box > .info_txt02 > div > span { 	
	border-radius: 14px;
}

.info_box > .info_txt02 > div > span > img { 	
	display: block;
	width: 100%;
}

.info_box > .info_txt02 > div > span + span {}

.info_box > .info_txt02 > div.txt01 > span:first-child { background: #3766A4; }
.info_box > .info_txt02 > div.txt02 > span:first-child { background: #3791A4; }
.info_box > .info_txt02 > div.txt03 > span:first-child { background: #37A458; }

.history_box {
	display: flex;
    flex-flow: column;
    margin-top: 80px;
    gap: 35px;
    align-items: center;
}

.history_box > h2 {
	font-size: 40px;
	font-weight: 600;
	color: #222;
}

.history_box > ul {
	display: flex;
    width: 100%;
    flex-flow: row wrap;
    gap: 20px 30px;
}

.history_box > ul > li {
	display: flex;
	flex: 0 1 calc(100% / 4 - 23px);
	flex-flow: column;
    align-items: center;
	justify-content: center;
    text-align: center;
	padding: 35px;
	gap: 15px;
	background: #F8F8F8;
	border-radius: 20px;
	min-height: 152px;
}

.history_box > ul > li > h3 {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	line-height: 27px;
}

.history_box > ul > li > span {
	font-size: 18px;
	color: #222;
	font-weight: 300;
	line-height: 25px;
}

.history_box > ul > li:first-child {
	background: #EAEEF5;
}

.history_box > ul > li:last-child {
	background: #0F347E;
}

.history_box > ul > li:last-child > h3,
.history_box > ul > li:last-child > span {
	color: #FFF;
}

@media screen and (max-width: 1400px){
	.info_box > .info_txt01 {
		flex-wrap: wrap;
		gap: 15px 90px;
	}

	.info_box > .info_txt02 {
		flex-wrap: wrap;
		gap: 15px 100px;
	}
}

@media screen and (max-width: 1280px){
	.history_box > h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px){
	.info_box > .info_txt01 > div > span {
		font-size: 18px;
	}

	.info_box > .info_txt02 {
		gap: 5px 50px;
		margin-top: 25px;
	}

	.info_box > .info_txt02 > div {
		gap: 10px;
		font-size: 18px;
	}

	.info_box > .info_txt02 > div > span:first-child {
		border-radius: 12px;
		width: 35px;
		aspect-ratio: 1 / 1;
	}

	.history_box {
		margin-top: 50px;
		gap: 25px;
	}

	.history_box > ul {
		gap: 15px 20px;
	}

	.history_box > ul > li {
		flex: 0 1 calc(100% / 4 - 15px);
		padding: 27px;
		gap: 10px;
		min-height: auto;
		aspect-ratio: 1 / 0.7;
	}

	.history_box > ul > li > h3 {
		font-size: 17px;
		line-height: 25px;
	}

	.history_box > ul > li > span {
		font-size: 17px;
		line-height: 22px;
	}
}

@media screen and (max-width: 860px){
	.history_box > ul > li {
        flex: 0 1 calc(100% / 2 - 10px);
        aspect-ratio: auto;
    }
}

@media screen and (max-width: 767px){
	.info_box > .info_txt01 {
        gap: 8px;
    }

	.info_box > .info_txt01 > div {
		width: 100%;
		padding: 0 15px;
		gap: 10px;
	}

	.info_box > .info_txt01 > div > span {
        font-size: 17px;
    }

	.info_box > .info_txt01 > div > span:first-child {
        width: 85px;
    }

	.info_box > .info_txt01 > div > span + span {
		flex: 1;
		word-break: break-all;
	}

	.info_box > .info_txt02 {
        margin-top: 18px;
		gap: 5px 40px;
    }

	.info_box > .info_txt02 > div {
        gap: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 630px){
	.info_box > .info_txt01 > div {
		padding: 0 5px;
	}

	.info_box > .info_txt01 > div > span {
        font-size: 16px;
    }

	.info_box > .info_txt01 > div > span:first-child {
        width: 75px;
    }

	.info_box > .info_txt02 {
		padding: 10px 5px;
		gap: 2px;
	}

	.info_box > .info_txt02 > div {
        width: 100%;
    }

	.info_box > .info_txt02 > div > span:first-child {
        border-radius: 10px;
        width: 27px;
    }

	.history_box > h2 {
        font-size: 25px;
    }

	.history_box > ul {
        gap: 10px;
    }

	.history_box > ul > li {
        padding: 15px 10px;
		flex: 0 1 calc(100% / 2 - 5px);
		gap: 7px;
		border-radius: 15px;
    }

	.history_box > ul > li > h3 {
        font-size: 16px;
        line-height: 23px;
    }

	.history_box > ul > li > span {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 500px){
	.history_box > h2 {
        font-size: 23px;
    }
}

@media screen and (max-width: 370px){
	.history_box > ul > li {
        flex: 0 1 100%;
        border-radius: 10px;
    }
}

/* history end */

/* organization */
.organization_con {}

.org_box > * {
	transition: 0.3s;
}

.org_box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 70px;
}

.org_box::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	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;
}

.level {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 120px;
	align-items: center;
}

.level::before {
	position: absolute;
	content: '';
	width: 200px;
	height: 1px;
	background: #CBCACE;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% - 1px), -1px);
}

.org_top { 
	margin-right: 370px;
}

.org_top .left_box {
	background: #E8EEFF;
	border: 1px solid #D0DBF9;
	width: 250px;
}

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

.org_top .gradient-box::after {
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	top: 0px;
	left: 0px;
	border-radius: 40px;
	z-index: 1;
}

.org_top .double-title {
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 28px;
	margin-top: 28px;
}

.org_middle {
	margin-left: 370px;
}

.org_middle .center-box {
	border: 1px solid #31275A;
	background: #FFF;
	width: 300px;
}

.org_middle .right-box {
	border: 1px solid #CBCACE;
	background: #EBEAEF;
	width: 250px;
}

.org_bottom {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 120px;
	padding-top: 50px;
}

.org_bottom::before {
	position: absolute;
	content: '';
	width: calc(100% - 300px); 
	height: 50px;
	border: 1px solid #CBCACE;
	border-bottom: 0px;
	top: 0px;
}

.org_bottom .box {
	width: 300px;
	border: 1px solid #CBCACE;
	background: #FFF;
	padding: 31px;
}

.org_bottom .box > span {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	padding: 0px;
	color: #000000;
}

.org_bottom .box > a > img {
	display: block;
    width: 45px;
}

@media screen and (max-width: 1200px){
	.org_box {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}

	.level {
		gap: 50px;
	}

	.org_top {
		margin-right: 295px;
	}

	.org_middle {
		margin-left: 295px;
	}

	.org_bottom {
		gap: 30px;
		width: 100%;
	}
}

@media screen and (max-width: 950px){
	.org_box .box {
		padding: 25px 15px;
		font-size: 18px;
	}

	.org_top .left_box {
		width: 170px;
	}

	.org_top .gradient-box {
		width: 200px;
		padding: 35px 25px;
		border-radius: 30px;
	}

	.org_top .gradient-box::after {
		border-radius: 30px;
	}

	.org_top .double-title {
		padding-top: 18px;
		margin-top: 18px;
	}

	.org_middle .center-box {
		width: 200px;
	}

	.org_middle .right-box {
		width: 170px;
	}

	.org_bottom .box > a > img {
		width: 35px;
	}

	.org_top {
		margin-right: 220px;
	}

	.org_middle {
		margin-left: 220px;
	}

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

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

	.org_bottom {
		padding-top: 30px;
	}

	.org_box .box {
        padding: 20px 10px;
        font-size: 16px;
    }

	.org_bottom .box > a > img {
        width: 30px;
    }

	.org_top .gradient-box {
        width: 170px;
        border-radius: 20px;
    }

	.org_top .gradient-box::after {
        border-radius: 20px;
    }

	.org_top .double-title {
        padding-top: 15px;
        margin-top: 15px;
    }

	.org_bottom {
        gap: 15px;
        width: 100%;
    }

	.level {
        gap: 30px;
    }

	.org_middle .center-box {
        width: 170px;
    }
	
	.org_top .left_box,
	.org_middle .right-box {
        width: 140px;
    }

	.org_top {
        margin-right: 190px;
    }

	.org_middle {
        margin-left: 190px;
    }

	.org_bottom .box {
        padding: 15px 10px;
        width: calc(100% / 3 - 10px);
    }
}

@media screen and (max-width: 600px){
	.org_bottom {
        flex-flow: column;
        gap: 9px;
		align-items: center;
		padding-top: 0px;
    }

	.org_bottom .box {
		width: 100%;
    }

	.org_bottom .box > a > img {
        width: 25px;
    }

	.org_top .gradient-box {
        width: 160px;
        border-radius: 15px;
    }

	.org_top .gradient-box::after {
        border-radius: 15px;
    }

	.level {
        gap: 20px;
		width: 100%;
    }

	.org_box {
        gap: 20px;
    }

	.org_top .left_box, 
	.org_middle .right-box {
        width: 100px;
    }

	.org_middle .center-box {
        width: 160px;
    }

	.org_box .box {
        padding: 12px 5px;
        font-size: 15px;
		min-width: auto;
    }

	.org_middle {
        margin-left: 0px;
		justify-content: flex-start;
    }

	.org_top {
		margin-right: 0px;
        flex-flow: row-reverse;
		justify-content: left;
    }

	.org_bottom::before {
        display: none;
    }

	.org_box::before {
		height: 60%;
		left: 81px;
		transform: none;
	}

	.level::before {
		width: 100px;
		left: 150px;
	}
}

/* organization end */
/* corporation end */


/* way */
.way_map {
	display: flex;
    justify-content: center;
}
.root_daum_roughmap .wrap_controllers {
    display: none;
}

.root_daum_roughmap .cont {
    display: none;
}
.root_daum_roughmap_landing {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    border: 0px !important;
	background: none !important;
}

.way .inner_layout {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 45px;
	align-items: center;
}

.way_address {
	display: flex;
    flex-flow: column;
    gap: 10px;
}

.way_address > span {
	font-size: 28px;
	font-weight: 400;
}

.way_address > span.title {
	font-size: 23px;
	font-weight: 600;
}

.btn_map_list {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 30px;
}

.btn_map_list > a {
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 30px;	
}

.btn_map_list > a:nth-child(1)::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.btn_map_list > a:nth-child(1)::after {
	border: 1px solid rgba(255,255,255,0.4);
}

.btn_map_list > a:nth-child(2)::after {
	border: 1px solid rgba(255,255,255,0.6);
}

.btn_map_list > a:nth-child(3)::after {
	border: 1px solid rgba(255,255,255,1.0);
}

@media screen and (max-width: 1750px){
	.way_map {
		padding: 0 30px;
	}
}

@media screen and (max-width: 1400px){
	.way_map {
		padding: 0px;
	}
}

@media screen and (max-width: 1300px){
	.root_daum_roughmap .wrap_map {
		height: 500px !important;
	}

	.way .inner_layout {
		margin-top: 35px;
	}

	.btn_map_list {
		gap: 20px;
	}

	.btn_map_list > a {
		width: 90px;
		aspect-ratio: 1 / 1;
	}
}

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

	.way_address > span.title {
		font-size: 18px;
	}

	.way_address > span {
		font-size: 23px;
	}

	.btn_map_list {
		gap: 13px;
	}

	.btn_map_list > a {
		width: 80px;
	}
}

@media screen and (max-width: 767px){
	.root_daum_roughmap_landing {
		border-radius: 15px;
	}

	.root_daum_roughmap .wrap_map {
		height: 350px !important;
	}

	.way .inner_layout {
		margin-top: 30px;
        flex-flow: column;
        gap: 25px;
        text-align: center;
    }

	.way_address {
		gap: 7px;
	}
	.way_address > span.title {
        font-size: 17px;
    }
	.way_address > span {
        font-size: 20px;
    }

	.btn_map_list > a {
        width: 70px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}
}

@media screen and (max-width: 500px){
	.way_address > span.title {
        font-size: 16px;
    }
	.way_address > span {
        font-size: 18px;
    }
}
/* way end */