/*Content CSS*/
#admission1{overflow: hidden;}
#admission1 sup{font-size: 12px;}
section > article{padding: 50px 0;}
section > article:nth-child(even){background-color: #f7f7f7;}
.sub_inner{width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto;}

.fs_50{font-size: 30px; font-weight: 700; line-height: 1; color: #111; }
.fs_22{font-size: 18px; font-weight: 600; color: #111; line-height: 1.4;}
.fs_19{font-size: 16px; font-weight: 600; color: #111; }
.dot{position: relative; padding-left: 15px;}
.dot::before{content: ''; display: block; width: 8px; height: 8px; background-color: #fdb730; position: absolute; top: 5px; left: 0;}

.dot_wrap{margin-top: 40px;}

.fs_17{font-size: 14px; font-weight: 400; line-height: 24px; color: #111;}

.top{margin-bottom: 40px; text-align: center;}
.dir_btn{display: flex; align-items: center; justify-content: space-between; width: 100%; height: 40px; background-color: #fdb730; border-radius: 10px; box-shadow: 2.2px 3.4px 8px 0 rgba(29, 29, 31, 0.17); color: #fff; padding: 0 15px; transition: .3s; margin-top: 15px;}
.dir_btn span{font-size: 15px; font-weight: 700;}
.dir_btn i{display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 50%; box-shadow: 1.1px 1.7px 6px 0 rgba(29, 29, 31, 0.12); width: 30px; height: 30px;}
.dir_btn i::before{content: ''; display: block; width: 16px; height: 15px; background: url('../img/link_icon.png') 50% / cover no-repeat; position: absolute; transition: .3s;}
.dir_btn:hover{background-color: #000;}
.dir_btn:hover i::before{background-image: url('../img/link_icon_b.png');}
.table_wrap{overflow-x: scroll;}
.table_wrap table{border-collapse: collapse; width: 100%; min-width: 750px;}
.table_wrap table th{background-color: #fffdf8; border: solid 1px #ddd; font-weight: 600; padding: 12.5px 10px;}
.table_wrap table td{background-color: #fff; border: solid 1px #ddd; padding: 15.5px 10px; text-align: center;}
.table_wrap + p{margin-top: 15px;}

i.xi-arrows-h{display: block; text-align: right; font-size: 25px; }
