/* 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;
}

.about_con > .left > div {
	display: flex;
	flex-flow: column;
	gap: 40px;
	padding: 50px 0;
}

.about_con > .left > div:first-child {
	padding-top: 0px;
	border-bottom: 1px solid #666666;
}

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

.about_con > .left > div > p {
	display: flex;
	flex-flow: column;
	font-size: 20px;
	line-height: 34px;
	word-break: keep-all;
	gap: 10px;
	font-family: 'Roboto', 'Pretendard',sans-serif;
}
.about_con > .left > div > p > span {
	display: flex;
	flex-flow: row nowrap;	
}

.about_con > .left > div > p > span > span.tit {
	min-width: 90px;
	color: #760004;
	font-weight: 600;
}

.about_con > .left > div > p > span > span {
	line-height: 1.4;
}

.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 ul {
	display: flex;
	flex-flow: column;
}

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

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

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

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

.about_con > .right .con02 ul {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.about_con > .right .con02 ul li {	
	width: 33.33334%;
}

.about_con > .right .con02 ul li:last-child {	
	border-left: 1px solid #E3E3E3;
}

.about_con > .right .con02 ul li.total {
	background: #F6FAFC;
}

.about_con > .right .con02 dl {
	display: flex;
	flex-flow: column;
	font-size: 20px;
	line-height: 30px;
	width: 100%;	
	text-align: center;
	font-weight: 400;
}

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

.about_con > .right .con02 dl dd {	
	padding: 18px 0;
}

.about_con > .right .con03 ul.conlist {
	display: flex;
	flex-flow: column;
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.about_con > .right .con03 ul.conlist > li:first-child {
	border-bottom: 1px solid #666666;
}

.about_con > .right .con03 ul.conlist > li.total {
	background: #F6FAFC;
}

.about_con > .right .con03 ul.conlist > li.total > div {
	display: flex;
	flex-flow: row nowrap;
	padding: 18px 25px 18px 0;
    justify-content: right;
    gap: 20px;
    font-weight: 500;
	color: #222;
	font-size: 20px;
}

.about_con > .right .con03 ul.conlist ul {
	display: flex;
	flex-flow: row nowrap;
}

.about_con > .right .con03 ul.conlist ul li {
	width: 8.333%;
	border-right: 1px solid #E3E3E3;
}

.about_con > .right .con03 ul.conlist ul li:last-child {
	border-right: 0px;
}

.about_con > .right .con03 ul.conlist dl {
	display: flex;
	flex-flow: column;
	font-size: 20px;
}

.about_con > .right .con03 ul.conlist dl dt {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    border-bottom: 1px solid #666;
	line-height: 22px;
	text-align: center;
}

.about_con > .right .con03 ul.conlist dl dd {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.about_con > .right .con04 .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ºñÀ² ¡æ 9 ¡À 16 = 0.5625 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.about_con > .right .con04 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@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;
	}

	.about_con > .left > div {
		gap: 20px;
		padding: 40px 0;
	}

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

	.about_con > .left > div > 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 ul li {
		padding: 15px 0;
	}

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

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

	.about_con > .right .con02 dl {
		font-size: 18px;
		line-height: 25px;
	}
	
	.about_con > .right .con02 dl dt,
	.about_con > .right .con02 dl dd {
		padding: 15px 0;
	}

	.about_con > .right .con03 ul.conlist dl {
		font-size: 18px;
	}

	.about_con > .right .con03 ul.conlist dl dt {
		height: 62px;
		line-height: 20px;
	}

	.about_con > .right .con03 ul.conlist dl dd {
		height: 50px;
	}

	.about_con > .right .con03 ul.conlist > li.total > div {
		padding: 15px 20px 15px 0;
		font-size: 18px;
	}
}

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

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

	.about_con > .left > div > 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 .con01 ul li {
        padding: 12px 0;
    }

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

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

	.about_con > .right .con02 dl dt, 
	.about_con > .right .con02 dl dd {
        padding: 12px 0;
    }

	.about_con > .right .con03 ul.conlist dl {
        font-size: 17px;
    }

	.about_con > .right .con03 ul.conlist dl dt {
        height: 57px;
        line-height: 18px;
    }

	.about_con > .right .con03 ul.conlist dl dd {
        height: 45px;
    }

	.about_con > .right .con03 ul.conlist > li.total > div {
        padding: 12px 15px 12px 0;
        font-size: 17px;
        gap: 15px;
    }
}

@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%;
    }

	.about_con > .left > div {
        gap: 10px;
        padding: 25px 0;
    }

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

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

	.about_con > .left > div > p > br {
		display: none;
	}

	.about_con > .left > div > p > span {
		flex-flow: column;
		justify-content: center;
	}

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

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

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

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

	.about_con > .right .con02 dl dt, 
	.about_con > .right .con02 dl dd {
        padding: 10px 0;
    }

	.about_con > .right .con03 ul.conlist dl {
        font-size: 16px;
    }

	.about_con > .right .con03 ul.conlist dl dt {
        height: 50px;
        line-height: 16px;
    }

	.about_con > .right .con03 ul.conlist dl dd {
        height: 40px;
    }

	.about_con > .right .con03 ul.conlist > li.total > div {
        padding: 10px 15px 10px 0;
        font-size: 16px;
        gap: 10px;
    }
}

@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: 5px;
    }

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

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

	.about_con > .right .con03 div {
		width: 100%;
		overflow-x:  auto;
	}

	.about_con > .right .con03 ul.conlist {
		width: 650px;
	}
}
/* 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::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;
}

.org_top { 
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	gap: 35px;
	padding-bottom: 50px;
}

.org_top::after { 
	position: absolute;
	content: '';
	width: calc(100% - 250px);
	height: 1px;
	background: #CBCACE;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

.org_top .box {
	position: relative;
	width: 250px;
	border: 1px solid #CBCACE;
	background: #FFF;
}

.org_top .box::after { 
	position: absolute;
	content: '';
	width: 1px;
	height: 50px;
	background: #CBCACE;
	left: 50%;
	transform: translateX(-1px);
	bottom: -50px;
}

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

.org_middle01 .box::after {
	position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    top: -51px;
    left: 50%;
    transform: translateX(-1px);
    background: #CBCACE;
}

.org_middle02 {
	position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 50%;
    align-self: flex-end;
    justify-content: end;
    gap: 50px;
}

.org_middle02::before {
	position: absolute;
	content: '';
    width: 1px;
    height: calc(100% + 100px);
    top: -50px;
    left: 0px;
    background: #CBCACE;
}

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

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

.org_middle02 .keeper {
	font-weight: 600;
	border: 1px solid #D0DBF9;
	background: #E8EEFF;
	width: 230px;
	z-index: 1;
}

.org_bottom {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

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

.org_bottom .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;
}
@media screen and (max-width: 1400px){
	.orgCon .inner_layout {
		width: 100%;
		max-width: none;
	}

	.org_top {
		width: 100%;
	}

	.org_top::after {
		width: 82.35%;
		left: calc(50% - 1px);
	}
}

@media screen and (max-width: 1200px){
	.org_box {
		gap: 30px;
	}
	
	.org_box .box {
		padding: 25px 20px;
		font-size: 18px;
	}

	.org_top {
		gap: 15px;
		padding-bottom: 30px;
	}

	.org_top::after {
        width: 81.1%;
    }

	.org_top .box::after {
		height: 30px;
		bottom: -30px;
	}

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

	.org_middle01 .box,
	.org_bottom .box {
		width: 200px;
	}

	.org_middle02 {
		gap: 30px;
	}

	.org_middle02::before {
		height: calc(100% + 60px);
		top: -30px;
	}

	.org_middle02 .committee {
		padding: 25px 30px;
	}

	.org_middle02::after {
		width: 150px;
	}

	.org_middle02 .keeper {
		width: 180px;
	}
}

@media screen and (max-width: 900px){
	.org_box .box {
        padding: 20px 15px;
        font-size: 16px;
        min-width: auto;
    }

	.org_box {
        gap: 25px;
    }

	.org_top {
        gap: 5px;
        padding-bottom: 25px;
    }

	.org_top::after {
        width: 80.55%;
    }

	.org_top .box::after {
        height: 25px;
        bottom: -25px;
    }

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

	.org_middle01 .box, 
	.org_bottom .box {
        width: 180px;
    }

	.org_middle02 {
        gap: 20px;
    }

	.org_middle02::before {
        height: calc(100% + 50px);
        top: -25px;
    }

	.org_middle02 .committee {
		gap: 8px;
		border-radius: 25px;
		padding: 20px 15px;
	}

	.org_middle02 .keeper {
        width: 120px;
    }

}

@media screen and (max-width: 650px){

	.org_box .box {
        padding: 15px 5px;
        min-width: auto;
        width: 200px;
    }

	.org_top {
		flex-flow: column;
		align-items: center;
		border: 1px solid #e5ebf4;
        width: auto;
        padding: 10px;
        border-radius: 30px;
        background: #fbfcfe;
	}

	.org_top::after {
		display: none;
	}

	.org_top .box::after {
        display: none;
    }

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

	.org_middle02::after {
		top: 30px;
	}

	.org_middle02 .committee,
	.org_middle02 .keeper {
        width: 150px;
    }
}

@media screen and (max-width: 370px){
	.orgCon .inner_layout {
        display: flex;
    }

	.org_box {
        width: 100%;
		align-items: self-start;
    }

	.org_box .box {
        min-width: auto;
    }

	.org_middle02 {
        width: 70%;
    }
}

/* organization end */