.right_wing_box {
    top: 33.7em;
}

#container {
    position: relative;
    width: 100%;
    min-width: 1903px;
}

.sub_visual {
    position: relative;
    width: 100%;
    max-width: 1903px;
    margin: 0 auto;
}

.sub_visual a img {
    width: 100%;
}

.sub_menu_box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 20px auto;
}

.sub_menu_box h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

.breadcrumb {
    position: absolute;
    top: -20px;
    left: 0;
    font-weight: 300;
    font-size: 12px;
}

.breadcrumb dt, .breadcrumb dd {
    display: inline-block;
    width: auto;
    color: #a0a0a0;
    margin: 0 3px;
    vertical-align: top;
    font-weight: 300;
}

.fa-chevron-right {
    color: #c3c3c3;
    font-size: 12px;
    vertical-align: top;
    margin-top: 2px;
}

.sub_menu_box ul {
    width: 100%;
    padding: 1em;
    border: 1px solid #e5e5e5;
}

.sub_menu_box ul li {
    display: inline-block;
    width:232px;
    margin-left: -2px;
}

.sub_menu_box ul li a {
    display: block;
    text-align: center;
    color: #777;
    padding: 0.7em;
    font-size: 16px;
}

.sub_menu_box ul li a:hover {
    color: #212121;
    font-weight: 500;
}

.sub_menu_on {
    color: #de284a !important;
    font-weight: 500;
}

.sub_content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sub_content h2 {
    display: none;
}

.sub_search_box {
    position: relative;
    width: 100%;
    padding: 1.5em;
    text-align: center;
    background: #f6f6f6;
}

.sub_search_area select, .sort_select_box select {
    padding: 1.1em 2em;
    border: 1px solid #ececec;
    color: #515151;
}

.sub_search_area input {
    padding: 1em 1em 1.1em 1em;
    border: 1px solid #ececec;
    color: #515151;
    vertical-align: top;
}

#keyword {
    width: 40%;
}

#searchBtn {
    padding: 1.1em 2em;
    background: #de284a;
    border: 1px solid #de284a;
    color: #fff;
    margin-left: 5px;
    vertical-align: top;
}

#searchBtn:hover {
    background: #900e26;
    border-color: #900e26;
}

.sub_table_box {
    position: relative;
    width: 100%;
    margin: 20px 0 60px 0;
}

.sort_select_box {
    position: relative;
    padding-bottom: 20px;
    text-align: right;
}

.sub_table_box table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}

.sub_table_box table tr th {
    padding: 1.5em;
    border-bottom: 1px solid #ececec;
    background: #fbfbfb;
    font-weight: 400;
}

.sub_table_box table tr td {
    padding: 1.5em;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
}

.sub_table_box table tr:last-child td {
    border-bottom: 0;
}

.list_hover:hover {
    background: rgb(249, 253, 222);
    cursor: pointer;
}

.text-center {
    width: 100%;
    text-align: center;
    margin: 1em 0;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    cursor: pointer;
}

.pagination li a {
    color: #ddd;
}

.pagination li a.active {
    color: #212121;
}

.sub_table_detail_box {
    position: relative;
    width: 100%;
    color: #777;
}

.table_detail_title {
    position: relative;
    width: 100%;
    padding: 1.5em 1em;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #ececec;
}

.table_detail_title li, .table_detail_adm li, .table_detail_day li {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.table_detail_title li {
    font-size: 18px;
    color: #212121;
    word-break: break-all;
}

.table_detail_title img {
    margin-right: 0.5em;
}

.table_detail_title b {
    font-weight: 300;
    color: #777;
    font-size: 14px;
    margin-left: 1em;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
}

.table_detail_adm {
    position: relative;
    width: 100%;
    background: #f6f6f6;
    border-bottom: 1px solid #ececec;
    padding: 1em;
}

.table_detail_adm li:nth-child(2) {
    color: #212121;
    padding-left: 0.5em;
}

.table_detail_day {
    position: absolute;
    right: 1em;
}

.table_detail_day li {
    padding: 0 5px;
}

.table_detail_day li:nth-child(2) {
    color: #777;
}

.table_detail_content {
    position: relative;
    width: 100%;
    min-height: 150px;
    padding: 1em;
    border-bottom: 1px solid #7b7b7b;
}

.table_detail_content p img {
    max-width: 100%;
}

.table_detail_btn {
    position: relative;
    width: 100%;
    padding: 1em 0;
    margin-bottom: 2em;
    text-align: center;
}

.table_detail_btn table {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}

.table_detail_btn table tr {
    border: 1px solid #ececec;
    cursor: pointer;
}

.table_detail_btn table tr th {
    background: #f6f6f6;
    border-right: 1px solid #ececec;
    padding:1em;
    font-weight:400;
    width:8%;
}

.table_detail_btn table tr td {
    text-align:left;
    padding-left:1em;
}

.table_detail_btn table tr:hover td {
    color:#de284a;
}

.table_detail_btn button {
    padding: 1em 1.5em;
    border: 1px solid #ececec;
    background: #f6f6f6;
    cursor: pointer;
}

.table_detail_btn_list {
    margin: 0 5px;
    background: #de284a !important;
    color: #fff;
    border: 1px solid #de284a !important;
}

.chk_password {
    width: 400px;
    margin: 11% auto;
    padding: 1em;
}

.chk_password h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 1em;
}

.chk_password input {
    width: 100%;
    padding: 1em;
    border: 1px solid #ececec;
    margin-bottom: 1em;
}

.chk_password button {
    width: 100%;
    padding: 1em;
    display: block;
    margin-bottom: 0.5em;
    border: 1px solid #ececec;
    background: #f6f6f6;
}

.button_point_bg {
    background: #de284a !important;
    border: 1px solid #de284a !important;
    color: #fff;
}