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

.fs_50{font-size: 50px; font-weight: 700; line-height: 1; color: #111; }
.fs_22{font-size: 28px; font-weight: 600; color: #111; }
.fs_19{font-size: 19px; 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: 8px; left: 0;}

.dot_wrap{margin-top: 70px;}

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

.top{display: flex; justify-content: space-between; align-items: center; margin-bottom: 70px;}
.dir_btn{display: flex; align-items: center; justify-content: space-between; width: 400px; height: 70px; background-color: #fdb730; border-radius: 10px; box-shadow: 2.2px 3.4px 8px 0 rgba(29, 29, 31, 0.17); color: #fff; padding: 0 30px; transition: .3s;}
.dir_btn span{font-size: 20px; 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: 34px; height: 34px;}
.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{margin-top:23px;}
.table_wrap table{border-collapse: collapse; width: 100%;}
.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;}
