/*서브페이지 공통*/

#main_content {
    margin: 0 auto;
    width: 1300px;
    padding: 50px;
    background-color: #fff;
}

.title {
    font-size: 23px;
    font-weight: bold;
}

.sub_box {
    margin: 50px auto;
    width: 1100px;
    font-size: 16px;
}


/*Overview*/

.ui.cell.table.overview tr td {
    font-size: 16px;
    line-height: 30px;
    border-right: 1px solid #ddd;
}

.ui.cell.table.overview tr td:nth-child(1) {
    font-weight: 600;
}

.ui.cell.table.overview tr td:nth-child(2) {
    border-right: none;
}


/*Venue*/

.venue_img img {
    width: 100%;
}


/*Committee*/

.ui.top.menu {
    padding-top: 20px;
}

.ui.top.menu .item {
    width: 50%;
    font-size: 16px;
    text-align: center;
    display: block;
}

.ui.top.menu .active.item {
    color: #fff;
    background-color: #004f56;
}

.ui.cell.table.committee thead th {
    text-align: center;
}

.ui.cell.table.committee tbody tr td {
    font-size: 15px;
    border-right: 1px solid #ddd;
}

.ui.cell.table.committee tbody tr:nth-child(1) td:nth-child(1) {
    font-weight: bold;
}

.ui.cell.table.international tbody tr:nth-child(2) td:nth-child(2) {
    text-align: center;
    line-height: 30px;
}

.ui.cell.table.committee tbody tr td:nth-child(1) {
    text-align: center;
}

.ui.cell.table.committee tbody tr td:last-child {
    border-right: none;
}


/*Info*/

.ui.cell.table.reg_deadline {
    width: 700px;
}

.ui.cell.table.reg_deadline tbody tr td:nth-child(1) {
    background-color: #f2f2f2;
}

.reg_text {
    line-height: 30px;
}

.reg_list {
    margin-top: 40px;
    line-height: 30px;
}

.reg_list .reg_tit {
    margin: 30px 0 10px;
    font-weight: bold;
}

.reg_list .reg_p {
    line-height: 30px;
}

.reg_list .reg_p b {
    color: red;
}

.reg_list ul {
    padding-left: 20px;
}

.reg_list ul li {
    list-style: disc;
}

.ui.cell.table.fee {
    width: 900px;
}

.ui.cell.table.fee tbody tr td {
    text-align: center;
    border-right: 1px solid #ddd;
}

.ui.cell.table.fee tbody tr td:last-child {
    border-right: none;
}

.ui.cell.table.fee tbody tr:nth-child(1) td {
    font-weight: bold;
    text-align: center;
    background-color: #f2f2f2;
}

.ui.cell.table.fee tbody tr:nth-child(2) td:nth-child(1),
.ui.cell.table.fee tbody tr:nth-child(3) td:nth-child(1),
.ui.cell.table.fee tbody tr:nth-child(4) td:nth-child(1) {
    text-align: left;
    line-height: 30px;
}

.reg_btn_wrap {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.reg_btn_wrap div:nth-child(1) {
    padding-bottom: 30px;
}

.reg_btn_wrap .ui.button {
    width: 330px;
    font-size: 17px;
}

.reg_btn_wrap .ui.teal.button,
.reg_btn_wrap .ui.blue.button {
    margin-right: 20px;
}