.excutive-wrap {display: flex;gap: 30px;}
.excutive-wrap .right {max-width: 374px;width: 100%;}
.excutive-wrap .right img {width: 100%;height: 100%;object-fit: cover;}
.excutive-wrap .left {flex: 1;}

/* 입학 > 입학안내 */
.page_adm_ceo .box_grid.box03 .tbl_st th, .page_adm_ceo .box_grid.box03 .tbl_st td {padding-top:9px;padding-bottom:9px;}
.adm_schedule {list-style:none;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px 10px;}
.adm_schedule li {padding:10px 30px;height:101px;border:1px solid #e5e5e5;background-color:#fafafa;box-sizing:border-box;font-size:20px;color:#535353;border-radius:101px;display:flex;justify-content:space-between;align-items:center;gap:0 30px;}
.adm_schedule li .txt1 {font-weight:700;}
.adm_schedule li .txt2 {min-width:125px;font-weight:300;display:flex;justify-content:space-between;align-items:center;gap:0 33px;}
.adm_schedule li .txt2:after {content:"";display:block;width:12px;height:21px;background:url(../images/arrow_mint.png) no-repeat 0 0;}
.adm_schedule li .txt2 em {font-style:normal;display:inline-block;}
.adm_schedule.type {grid-template-columns:repeat(2, 1fr);gap:20px;}
.adm_schedule.type li {border-radius:20px;gap:0 20px;}
.adm_schedule.type li .txt2 {display:block;}
.adm_schedule.type li .txt2:after {display:none;}
.adm_schedule.type li .txt2 .fs_s {display:block;font-size:15px;}
.adm_schedule.type li .mark-p {display: block;}
.bul_bar {list-style:none;}
.bul_bar li {position:relative;padding-left:10px;}
.bul_bar li:before {content:"-";position:absolute;top:-2px;left:0;}


@media (max-width: 1024px) {
	.excutive-wrap {flex-direction: column-reverse;}
	.excutive-wrap .right {margin: 0 auto;}

}

@media (max-width: 768px) {
	.adm_schedule.type {grid-template-columns:repeat(1, 1fr);}
	.adm_schedule li {padding: 10px 20px;height: auto;}
	.adm_schedule li .txt1 {font-size: 18px;}
}

@media (max-width: 400px) {
	.adm_schedule li {flex-direction: column;align-items: flex-start;}
	.adm_schedule.type li {gap: 10px 20px;}
}