#main {
    padding-top: 80px;
    min-height: 100vh;
    min-height: 100dvh;
}
@media screen and (max-width: 1299px) {
    #main {
        padding-top: 67px;
    }
}
@media screen and (max-width: 639px) {
    #main {
        padding-top: 54px;
    }
}
#main .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 280px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .fv {
        height: 240px;
    }
}
@media screen and (max-width: 1079px) {
    #main .fv {
        height: 210px;
    }
}
@media screen and (max-width: 859px) {
    #main .fv {
        height: 180px;
    }
}
@media screen and (max-width: 639px) {
    #main .fv {
        height: 150px;
    }
}
#main .fv .fv_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .fv_bg .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .fv_bg .photo .photo_container {
    background-color: #c9c9c9;
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 859px) {
    #main .fv .fv_bg .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
#main .fv .fv_bg .photo::after {
    content: "";
    display: inline-block;
    opacity: 0.35;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .fv_bg.fadeElem .photo::after {
    opacity: 0;
}
#main .fv .fv_bg.fadeIn .photo::after {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0.35;
}
#main .fv .page_title {
    position: relative;
}
#main .fv .page_title h1 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
#main .fv .page_title h1 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .fv .page_title h1 {
        font-size: 27px;
        line-height: 36.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .fv .page_title h1 {
        font-size: 18px;
        line-height: 24px;
    }
}
#main .fv .section_bg {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .fv .section_bg img {
    width: 100%;
    height: auto;
}
#main .fv .section_bg {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
#main .fv .section_bg.hide {
    opacity: 0;
}
#main .nav_tab {
    margin: 70px auto 0;
    width: 1200px;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab {
        margin-top: 55px;
        width: 92vw;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab {
        margin-top: 40px;
    }
}
#main .nav_tab .nav_tab_ul {
    display: -ms-grid;
    display: grid;
}
#main .nav_tab .nav_tab_ul li .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    height: 46px;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul li .btn {
        width: 310px;
        height: 45px;
        border-radius: 22.5px;
    }
}
@media screen and (max-width: 1079px) {
    #main .nav_tab .nav_tab_ul li .btn {
        width: 300px;
    }
}
@media screen and (max-width: 859px) {
    #main .nav_tab .nav_tab_ul li .btn {
        width: 290px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul li .btn {
        height: 44px;
        border-radius: 22px;
    }
}
#main .nav_tab .nav_tab_ul li .btn::before {
    content: "";
    display: inline-block;
    background-color: #ffffff;
    border-radius: 23px;
    border: 1px solid #c6171e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul li .btn::before {
        border-radius: 22.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul li .btn::before {
        border-radius: 22px;
    }
}
#main .nav_tab .nav_tab_ul li .btn::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .nav_tab .nav_tab_ul li .btn .text,
#main .nav_tab .nav_tab_ul li .btn .arrow {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
    position: relative;
    z-index: 1;
}
#main .nav_tab .nav_tab_ul li .btn .text span,
#main .nav_tab .nav_tab_ul li .btn .arrow span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul li .btn .text,
    #main .nav_tab .nav_tab_ul li .btn .arrow {
        font-size: 17px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul li .btn .text,
    #main .nav_tab .nav_tab_ul li .btn .arrow {
        font-size: 14px;
    }
}
#main .nav_tab .nav_tab_ul li .btn .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
#main .nav_tab .nav_tab_ul li .btn .arrow {
    -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 7px;
}
#main .nav_tab .nav_tab_ul li .btn.inactive {
    pointer-events: none;
}
#main .nav_tab .nav_tab_ul li .btn.inactive::before {
    background-color: #cccccc;
    border: none;
}
#main .nav_tab .nav_tab_ul li .btn.inactive .text,
#main .nav_tab .nav_tab_ul li .btn.inactive .arrow {
    color: #ffffff;
}
@media screen and (min-width: 1079px) {
    #main .nav_tab .nav_tab_ul li:hover .btn:not(.inactive)::after {
        opacity: 1;
    }
}
@media screen and (min-width: 1079px) {
    #main .nav_tab .nav_tab_ul li:hover .btn:not(.inactive) .text {
        color: #ffffff;
    }
}
@media screen and (min-width: 1079px) {
    #main .nav_tab .nav_tab_ul li:hover .btn:not(.inactive) .arrow {
        color: #ffffff;
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
#main .nav_tab .nav_tab_ul li.active {
    pointer-events: none;
}
#main .nav_tab .nav_tab_ul li.active .btn::after {
    opacity: 1;
}
#main .nav_tab .nav_tab_ul li.active .btn .text {
    color: #ffffff;
}
#main .nav_tab .nav_tab_ul li.active .btn .arrow {
    color: #ffffff;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}
#main .nav_tab .nav_tab_ul {
    -ms-grid-columns: auto 50px auto;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
}
@media screen and (max-width: 1299px) {
    #main .nav_tab .nav_tab_ul {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}
@media screen and (max-width: 1079px) {
    #main .nav_tab .nav_tab_ul {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
@media screen and (max-width: 859px) {
    #main .nav_tab .nav_tab_ul {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .nav_tab .nav_tab_ul {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        row-gap: 20px;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
}
#main .section {
    margin: 20px auto 0;
    padding-top: 50px;
    width: 1200px;
    position: relative;
    -webkit-transition: left 0s 0.5s, opacity 0.5s;
    transition: left 0s 0.5s, opacity 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -200vw;
}
@media screen and (max-width: 1299px) {
    #main .section {
        margin-top: 15px;
        padding-top: 40px;
        width: 92vw;
    }
}
@media screen and (max-width: 639px) {
    #main .section {
        margin-top: 10px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
#main .section .section_title h2 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0em;
    font-weight: 700;
    color: #c6171e;
}
#main .section .section_title h2 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section .section_title h2 {
        font-size: 25px;
        line-height: 35.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title h2 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}
#main .section .section_title::after {
    content: "";
    display: inline-block;
    margin-top: 12px;
    width: 100px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#fa1f0c), to(#ffe200));
    background: linear-gradient(to right, #fa1f0c, #ffe200);
}
@media screen and (max-width: 1299px) {
    #main .section .section_title::after {
        width: 85px;
        height: 3px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title::after {
        margin-top: 15px;
        width: 70px;
        height: 2px;
    }
}
#main .section .section_title.fadeElem h2 {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
#main .section .section_title.fadeElem::after {
    width: 0;
}
#main .section .section_title.fadeIn h2 {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
#main .section .section_title.fadeIn::after {
    -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
    transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
    width: 100px;
}
#main .section .section_title_sub {
    margin-top: 30px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_title_sub {
        margin-top: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title_sub {
        margin-top: 20px;
    }
}
#main .section .section_title_sub p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section .section_title_sub p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section .section_title_sub p {
        font-size: 13.5px;
        line-height: 1.7em;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_title_sub p {
        font-size: 13px;
        text-align: center;
    }
}
#main .section .section_search {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search {
        margin-top: 30px;
    }
}
#main .section .section_search .name .title,
#main .section .section_search .category .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    width: 100%;
    height: 36px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .title,
    #main .section .section_search .category .title {
        padding: 0 20px;
        height: 34px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .title,
    #main .section .section_search .category .title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 10px;
        height: 32px;
    }
}
#main .section .section_search .name .title::before,
#main .section .section_search .category .title::before {
    content: "";
    display: inline-block;
    background-color: #717171;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_search .name .title .text,
#main .section .section_search .category .title .text {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #ffffff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    position: relative;
}
#main .section .section_search .name .title .text span,
#main .section .section_search .category .title .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .title .text,
    #main .section .section_search .category .title .text {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .title .text,
    #main .section .section_search .category .title .text {
        font-size: 14px;
    }
}
#main .section .section_search .name .content,
#main .section .section_search .category .content {
    margin-top: 25px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .content,
    #main .section .section_search .category .content {
        margin-top: 22.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .content,
    #main .section .section_search .category .content {
        margin-top: 20px;
    }
}
#main .section .section_search .name .content .name_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 984px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .content .name_ul {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        row-gap: 15px;
        width: 795px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section .section_search .name .content .name_ul {
        width: 550px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .content .name_ul {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        row-gap: 10px;
        width: 322px;
    }
}
@media screen and (max-width: 419px) {
    #main .section .section_search .name .content .name_ul {
        width: 295px;
    }
}
#main .section .section_search .name .content .name_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 25px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .content .name_ul li {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .content .name_ul li {
        padding: 9px 15px;
    }
}
#main .section .section_search .name .content .name_ul li::before {
    content: "";
    display: inline-block;
    border-radius: 18px;
    border: 1px solid #c6171e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .content .name_ul li::before {
        border-radius: 17px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .content .name_ul li::before {
        border-radius: 15px;
    }
}
#main .section .section_search .name .content .name_ul li::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    content: "";
    display: inline-block;
    border-radius: 18px;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .content .name_ul li::after {
        border-radius: 17px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .content .name_ul li::after {
        border-radius: 15px;
    }
}
#main .section .section_search .name .content .name_ul li .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    z-index: 1;
}
#main .section .section_search .name .content .name_ul li .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .name .content .name_ul li .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .name .content .name_ul li .text {
        font-size: 12px;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .name .content .name_ul li:hover::after {
        opacity: 1;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .name .content .name_ul li:hover .text {
        color: #ffffff;
    }
}
#main .section .section_search .name .content .name_ul li.active::after {
    opacity: 1;
}
#main .section .section_search .name .content .name_ul li.active .text {
    color: #ffffff;
}
#main .section .section_search .category {
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category {
        margin-top: 30px;
    }
}
#main .section .section_search .category .content .container {
    margin: 0 auto;
    width: 984px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container {
        width: 795px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section .section_search .category .content .container {
        width: 550px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category .content .container {
        max-width: 400px;
        width: 100%;
    }
}
#main .section .section_search .category .content .container .selsect_wrap {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 600px;
    height: 36px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap {
        width: 500px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section .section_search .category .content .container .selsect_wrap {
        width: 450px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category .content .container .selsect_wrap {
        width: 100%;
    }
}
#main .section .section_search .category .content .container .selsect_wrap::before {
    content: "";
    display: inline-block;
    border: 1px solid #c6171e;
    border-radius: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap::before {
        border-radius: 17px;
    }
}
#main .section .section_search .category .content .container .selsect_wrap::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    content: "";
    display: inline-block;
    border-radius: 18px;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap::after {
        border-radius: 17px;
    }
}
#main .section .section_search .category .content .container .selsect_wrap input,
#main .section .section_search .category .content .container .selsect_wrap button,
#main .section .section_search .category .content .container .selsect_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#main .section .section_search .category .content .container .selsect_wrap .select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 0 30px;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    color: #c6171e;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    position: relative;
    cursor: pointer;
    z-index: 1;
}
#main .section .section_search .category .content .container .selsect_wrap .select span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap .select {
        padding: 0 25px;
        font-size: 16px;
        line-height: 34px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category .content .container .selsect_wrap .select {
        padding: 0 20px;
        font-size: 14px;
    }
}
@media screen and (max-width: 419px) {
    #main .section .section_search .category .content .container .selsect_wrap .select {
        font-size: 12px;
    }
}
#main .section .section_search .category .content .container .selsect_wrap .select option.default {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    color: #4d4d4d;
}
#main .section .section_search .category .content .container .selsect_wrap .select option.default span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap .select option.default {
        font-size: 13px;
        line-height: 34px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category .content .container .selsect_wrap .select option.default {
        font-size: 12px;
    }
}
#main .section .section_search .category .content .container .selsect_wrap .select option {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    color: #c6171e;
}
#main .section .section_search .category .content .container .selsect_wrap .select option span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap .select option {
        font-size: 16px;
        line-height: 34px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category .content .container .selsect_wrap .select option {
        font-size: 14px;
    }
}
@media screen and (max-width: 419px) {
    #main .section .section_search .category .content .container .selsect_wrap .select option {
        font-size: 12px;
    }
}
#main .section .section_search .category .content .container .selsect_wrap .select:focus {
    outline: none;
}
#main .section .section_search .category .content .container .selsect_wrap .arrow {
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    width: 10px;
    height: 10px;
    border-right: 2px solid #c6171e;
    border-bottom: 2px solid #c6171e;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 11px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .category .content .container .selsect_wrap .arrow {
        width: 9px;
        height: 9px;
        top: 12px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .category .content .container .selsect_wrap .arrow {
        width: 8px;
        height: 8px;
        top: 13px;
        right: 15px;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .category .content .container .selsect_wrap:hover::after {
        opacity: 1;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .category .content .container .selsect_wrap:hover .select {
        color: #ffffff;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .category .content .container .selsect_wrap:hover .arrow {
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
}
#main .section .section_search .keyword {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .keyword {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .keyword {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        row-gap: 20px;
        margin-top: 30px;
    }
}
#main .section .section_search .keyword .title {
    padding: 0 30px;
    height: 36px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .keyword .title {
        padding: 0 20px;
        height: 34px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .keyword .title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        padding: 0 10px;
        height: 32px;
    }
}
#main .section .section_search .keyword .title::before {
    content: "";
    display: inline-block;
    background-color: #717171;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_search .keyword .title .text {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#main .section .section_search .keyword .title .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .keyword .title .text {
        font-size: 16px;
        line-height: 34px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .keyword .title .text {
        font-size: 14px;
        text-align: center;
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
    }
}
#main .section .section_search .keyword #word_search {
    padding: 8px 20px;
    height: 36px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    border: 1px solid #717171;
    border-left: none;
    border-right: none;
}
#main .section .section_search .keyword #word_search span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .keyword #word_search {
        padding: 7.5px 15px;
        height: 34px;
        font-size: 15px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .keyword #word_search {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        height: 32px;
        font-size: 14px;
        border-top: none;
    }
}
#main .section .section_search .keyword #word_search:focus {
    outline: none;
}
#main .section .section_search .keyword .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 36px;
    cursor: pointer;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .keyword .btn {
        width: 80px;
        height: 34px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section .section_search .keyword .btn {
        width: 70px;
    }
}
@media screen and (max-width: 859px) {
    #main .section .section_search .keyword .btn {
        width: 60px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .keyword .btn {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        height: 32px;
    }
}
#main .section .section_search .keyword .btn::before {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: "";
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #c6171e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_search .keyword .btn::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section .section_search .keyword .btn .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    color: #c6171e;
    position: relative;
    z-index: 1;
}
#main .section .section_search .keyword .btn .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .keyword .btn .text {
        font-size: 15px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .keyword .btn .text {
        font-size: 14px;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .keyword .btn:hover::after {
        opacity: 1;
    }
}
@media screen and (min-width: 1079px) {
    #main .section .section_search .keyword .btn:hover .text {
        color: #ffffff;
    }
}
#main .section .section_search .result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .result {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .result {
        margin-top: 25px;
    }
}
#main .section .section_search .result .container .text {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
}
#main .section .section_search .result .container .text span {
    font-weight: 600;
}
#main .section .section_search .result .container .text.fadeIn {
    opacity: 1;
}
#main .section .section_search .result .arrow {
    margin-top: 25px;
    width: 16px;
    height: 8px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section .section_search .result .arrow {
        margin-top: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_search .result .arrow {
        margin-top: 15px;
    }
}
#main .section .section_search .result .arrow svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #c6171e;
    stroke-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
#main .section .section_content {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .section .section_content {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .section .section_content {
        margin-top: 30px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
}
#main .section.section_exhibitor .section_content .thumb_ul > li {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    left: -200vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 164px 1fr;
    grid-template-columns: 164px 1fr;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li {
        -ms-grid-columns: 150px 1fr;
        grid-template-columns: 150px 1fr;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li {
        -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr;
    }
}
@media screen and (max-width: 419px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li {
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 105px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth {
        height: 100px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth {
        height: auto;
        min-height: 90px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth {
        min-height: 80px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth::before {
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .title span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .title {
        padding-bottom: 9px;
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .title {
        padding-bottom: 8px;
        font-size: 12px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .title.hide {
    display: none;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .num {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 30px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    position: relative;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .num span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .num {
        font-size: 28px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .num {
        font-size: 26px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_m {
    font-size: 26px;
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_m span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_m {
        font-size: 24px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_m {
        font-size: 22px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_s {
    font-size: 18px;
    font-weight: 700;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_s span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_s {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .booth .num.num_s {
        font-size: 14px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    padding: 18px 40px 0;
    height: 105px;
    background-color: #f4f4f4;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content {
        padding: 20px 30px 0;
        height: 100px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content {
        padding: 20px 25px;
        height: auto;
    }
}
@media screen and (max-width: 859px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content {
        padding: 15px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .name .jp {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .name .jp span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content .name .jp {
        font-size: 19px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content .name .jp {
        font-size: 16px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .name .en {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 7px;
    font-size: 11px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .name .en span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content .name .en {
        font-size: 10px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content .name .en {
        font-size: 9px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .head {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .head span {
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .head br {
    display: none;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .head span.thumb_hide {
    display: none;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content .btn {
        bottom: 15px;
        right: 25px;
    }
}
@media screen and (max-width: 1079px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .content .btn {
        display: none;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .btn .text,
#main .section.section_exhibitor .section_content .thumb_ul > li .content .btn .arrow {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .btn .text span,
#main .section.section_exhibitor .section_content .thumb_ul > li .content .btn .arrow span {
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .content .btn .arrow {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 5px;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .category {
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 10px;
}
@media screen and (max-width: 859px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .category {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .category {
        margin-top: 15px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .category .category_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .category .category_ul {
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
        row-gap: 8px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li .category .category_ul {
        -webkit-column-gap: 6px;
           -moz-column-gap: 6px;
                column-gap: 6px;
        row-gap: 6px;
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li .category .category_ul li {
    padding: 4px 15px 6px;
    height: 20px;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
#main .section.section_exhibitor .section_content .thumb_ul > li .category .category_ul li span {
    font-weight: 600;
}
#main .section.section_exhibitor .section_content .thumb_ul > li.setPos {
    position: relative;
    left: 0;
}
#main .section.section_exhibitor .section_content .thumb_ul > li.fadeIn {
    opacity: 1;
}
@media screen and (min-width: 1079px) {
    #main .section.section_exhibitor .section_content .thumb_ul > li:hover .content .btn .arrow {
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
#main .section.section_exhibitor .section_content .thumb_ul > li.inactive {
    pointer-events: none;
}
#main .section.section_exhibitor .section_content .thumb_ul > li.inactive .content .btn {
    display: none;
}
#main .section.section_news .section_content .thumb_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 40px;
}
@media screen and (max-width: 1079px) {
    #main .section.section_news .section_content .thumb_ul {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}
#main .section.section_news .section_content .thumb_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto 1fr;
    grid-template-rows: auto auto auto auto 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
#main .section.section_news .section_content .thumb_ul li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
#main .section.section_news .section_content .thumb_ul li > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
#main .section.section_news .section_content .thumb_ul li > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
#main .section.section_news .section_content .thumb_ul li > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}
#main .section.section_news .section_content .thumb_ul li > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li {
        padding: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li {
        padding: 20px;
    }
}
#main .section.section_news .section_content .thumb_ul li::before {
    content: "";
    display: inline-block;
    background-image: url("../img/news_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 20px 0 20px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_news .section_content .thumb_ul li .title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}
#main .section.section_news .section_content .thumb_ul li .title .category {
    padding: 9px 15px;
    min-width: 100px;
    height: 30px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .title .category {
        padding: 8px 15px;
        height: 28px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .title .category {
        padding: 7px 15px;
        height: 26px;
    }
}
#main .section.section_news .section_content .thumb_ul li .title .category::before {
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .section.section_news .section_content .thumb_ul li .title .category .text {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    position: relative;
}
#main .section.section_news .section_content .thumb_ul li .title .category .text span {
    font-weight: 600;
}
#main .section.section_news .section_content .thumb_ul li .title .date {
    -ms-grid-column-align: end;
        justify-self: end;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 500;
    position: relative;
}
#main .section.section_news .section_content .thumb_ul li .title .date span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .title .date {
        font-size: 12.5px;
        line-height: 25px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .title .date {
        font-size: 11px;
        line-height: 20px;
    }
}
#main .section.section_news .section_content .thumb_ul li .name {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 20px;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
    position: relative;
}
#main .section.section_news .section_content .thumb_ul li .name span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .name {
        font-size: 17.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .name {
        font-size: 15px;
    }
}
#main .section.section_news .section_content .thumb_ul li .head {
    padding-top: 20px;
    position: relative;
}
#main .section.section_news .section_content .thumb_ul li .head::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .head::before {
        display: none;
    }
}
#main .section.section_news .section_content .thumb_ul li .head h4 {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .section.section_news .section_content .thumb_ul li .head h4 span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .head h4 {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .head h4 {
        padding-top: 0;
        font-size: 12px;
    }
}
#main .section.section_news .section_content .thumb_ul li .body {
    padding-top: 15px;
    position: relative;
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .body {
        padding-top: 20px;
    }
}
#main .section.section_news .section_content .thumb_ul li .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main .section.section_news .section_content .thumb_ul li .body p span {
    font-weight: 400;
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .body p {
        font-size: 12px;
    }
}
#main .section.section_news .section_content .thumb_ul li .btn {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .btn {
        margin-top: 15px;
    }
}
#main .section.section_news .section_content .thumb_ul li .btn .text,
#main .section.section_news .section_content .thumb_ul li .btn .arrow {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    color: #c6171e;
}
#main .section.section_news .section_content .thumb_ul li .btn .text span,
#main .section.section_news .section_content .thumb_ul li .btn .arrow span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .btn .text,
    #main .section.section_news .section_content .thumb_ul li .btn .arrow {
        font-size: 11.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .btn .text,
    #main .section.section_news .section_content .thumb_ul li .btn .arrow {
        font-size: 11px;
    }
}
#main .section.section_news .section_content .thumb_ul li .btn .arrow {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 5px;
    font-size: 10px;
    line-height: 12px;
}
@media screen and (max-width: 1299px) {
    #main .section.section_news .section_content .thumb_ul li .btn .arrow {
        font-size: 9.5px;
        line-height: 11.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .section.section_news .section_content .thumb_ul li .btn .arrow {
        font-size: 9px;
        line-height: 11px;
    }
}
#main .section.section_news .section_content .thumb_ul li.fadeElem::before {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
#main .section.section_news .section_content .thumb_ul li.fadeIn::before {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
@media screen and (min-width: 1079px) {
    #main .section.section_news .section_content .thumb_ul li:hover .btn .arrow {
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
#main .section.setPos {
    -webkit-transition: opacity 0.5s, left 0s;
    transition: opacity 0.5s, left 0s;
    position: relative;
    left: 0;
}
#main .section.fadeIn {
    opacity: 1;
}
#main .popup {
    -webkit-transition: left 0s 1s, right 0s 1s;
    transition: left 0s 1s, right 0s 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 200vw;
    right: 0;
    overflow: hidden;
    z-index: 110;
}
#main .popup > .bg {
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
    opacity: 0;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}
#main .popup .popup_container {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: relative;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}
@media screen and (max-width: 859px) {
    #main .popup .popup_container {
        margin-top: 60px;
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
    }
}
#main .popup .popup_container .popup_content {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 130px 0;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup .popup_container .popup_content {
        padding: 100px 0;
    }
}
@media screen and (max-width: 859px) {
    #main .popup .popup_container .popup_content {
        padding: 10px 0 70px;
    }
}
#main .popup .popup_container .popup_content .popup_content_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .popup .close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
@media screen and (max-width: 1299px) {
    #main .popup .close {
        width: 35px;
        height: 35px;
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup .close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 4vw;
    }
}
#main .popup .close::before, #main .popup .close::after {
    content: "";
    display: inline-block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 45px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 1299px) {
    #main .popup .close::before, #main .popup .close::after {
        width: 40px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup .close::before, #main .popup .close::after {
        width: 35px;
    }
}
#main .popup .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#main .popup .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1079px) {
    #main .popup .close:hover::before, #main .popup .close:hover::after {
        background-color: #999999;
    }
}
#main .popup.active {
    -webkit-transition: left 0s 0s, right 0s 0s;
    transition: left 0s 0s, right 0s 0s;
    left: 0;
    right: 0;
}
#main .popup.active > .bg {
    -webkit-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s;
    opacity: 0.85;
}
#main .popup.active .popup_container {
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
    opacity: 1;
}
#main .popup.active .close {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul {
    margin: 0 auto;
    padding: 50px;
    max-width: 1200px;
    width: calc(100vw - 200px);
    background-color: #ffffff;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul {
        padding: 40px;
        width: calc(100vw - 150px);
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul {
        padding: 30px 4vw;
        width: 92vw;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li {
    position: absolute;
    top: -1000vh;
    left: -1000vw;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60px 1fr 60px auto;
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title {
        -webkit-column-gap: 45px;
           -moz-column-gap: 45px;
                column-gap: 45px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        row-gap: 30px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title {
        row-gap: 20px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 100px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth {
        width: 125px;
        height: 80px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth {
        width: 100px;
        height: 60px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth::before {
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .title span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .title {
        padding-bottom: 7px;
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .title {
        padding-bottom: 4px;
        font-size: 12px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .title.hide {
    display: none;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 30px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    position: relative;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num {
        font-size: 28px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num {
        font-size: 26px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_m {
    font-size: 24px;
    font-weight: 600;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_m span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_m {
        font-size: 22px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_m {
        font-size: 20px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_s {
    font-size: 18px;
    font-weight: 700;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_s span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_s {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .booth .num.num_s {
        font-size: 14px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .jp {
    font-size: 30px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .jp span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .jp {
        font-size: 24px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .jp {
        font-size: 18px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .en {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .en span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .en {
        font-size: 12.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .name .en {
        font-size: 10px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category {
    margin-top: 15px;
}
@media screen and (max-width: 859px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category {
        margin-top: 20px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category .category_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category .category_ul {
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
        row-gap: 8px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category .category_ul {
        -webkit-column-gap: 6px;
           -moz-column-gap: 6px;
                column-gap: 6px;
        row-gap: 6px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category .category_ul li {
    padding: 4px 15px 6px;
    height: 20px;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .content .category .category_ul li span {
    font-weight: 500;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .logo {
    width: 160px;
    height: 80px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .logo {
        width: 124px;
        height: 62px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .logo {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .logo {
        width: 90px;
        height: 45px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_title .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content {
    margin-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content {
        margin-top: 40px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content {
        margin-top: 30px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 60px 1fr;
    grid-template-columns: 150px 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section {
        -ms-grid-columns: 140px 45px 1fr;
        grid-template-columns: 140px 1fr;
        -webkit-column-gap: 45px;
           -moz-column-gap: 45px;
                column-gap: 45px;
        margin-top: 35px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section {
        -ms-grid-columns: 130px 40px 1fr;
        grid-template-columns: 130px 1fr;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section {
        -ms-grid-columns: 120px 35px 1fr;
        grid-template-columns: 120px 1fr;
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    position: relative;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title::before, #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #c6171e;
    position: absolute;
    left: 0;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title::before {
    top: 0;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title::after {
    bottom: 0;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title .text {
    padding: 19px 0 21px;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title .text span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title .text {
        padding: 14px 0 16px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section > .title .text {
        padding: 9px 0 11px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content {
        margin-top: 15px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_jp h3,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_jp h3 span,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en h3 span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_jp h3,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en h3 {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_jp h3,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en h3 {
        font-size: 15px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en {
    padding-top: 40px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en {
        padding-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .head_en {
        padding-top: 20px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en {
    padding-top: 25px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en {
        padding-top: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en {
        padding-top: 15px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp p,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp p span,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp p,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en p {
        font-size: 13.5px;
        line-height: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_jp p,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .body_en p {
        font-size: 13px;
        line-height: 23px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo {
    width: 400px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo {
        width: 60%;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo {
        width: 100%;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo img {
    margin-top: 40px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo img {
        margin-top: 35px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo img {
        margin-top: 30px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo.photo_M {
    width: 600px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo.photo_M {
        width: 80%;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo.photo_M {
        width: 100%;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo.photo_L {
    width: 780px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo.photo_L {
        width: 100%;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_highlights .content .photo.photo_SS {
    width: 200px;
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_list .content {
        margin-top: 15px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_list .content p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_list .content p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_list .content p {
        font-size: 13.5px;
        line-height: 22px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_list .content p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content {
        margin-top: 15px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    padding: 14px 0 16px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li {
        -ms-grid-columns: 170px 1fr;
        grid-template-columns: 170px 1fr;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li {
        -ms-grid-columns: 150px 1fr;
        grid-template-columns: 150px 1fr;
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li {
        -ms-grid-columns: 130px 1fr;
        grid-template-columns: 130px 1fr;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li:nth-of-type(1)::before {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li:nth-last-of-type(1)::after {
        display: none;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .title,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .title span,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content span {
    font-weight: 500;
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .title,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content {
        text-align: center;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content {
    overflow-wrap: anywhere;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content {
        font-size: 13.5px;
        line-height: 22px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content {
        padding-top: 10px;
        font-size: 13px;
        line-height: 20px;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
@media screen and (min-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .detail_section.detail_section_info .content .info_ul li .content a:hover {
        color: #c6171e;
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    margin-top: 40px;
    margin-left: 210px;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .movie {
    padding-top: 55.6962025316%;
    width: 100%;
    position: relative;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .movie .movie_container {
    background-color: #c9c9c9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a {
    -webkit-transition: background 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1px;
    width: 100%;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #c6171e;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a .text,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a .arrow {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #c6171e;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a .text span,
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a .arrow span {
    font-weight: 600;
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a .arrow {
    -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.3s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 5px;
    font-size: 14px;
    line-height: 16px;
}
@media screen and (min-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a:hover {
        background-color: #c6171e;
    }
}
@media screen and (min-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a:hover .text,
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a:hover .arrow {
        color: #ffffff;
    }
}
@media screen and (min-width: 1079px) {
    #main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li .detail_content .other .pdf .btn a:hover .arrow {
        -webkit-transform: translateX(5px);
                transform: translateX(5px);
    }
}
#main .popup.popup_exhibitor .popup_container .popup_content .detail_ul > li.active {
    position: relative;
    top: 0;
    left: 0;
}
#main .popup.popup_news .popup_container .detail_ul {
    margin: 0 auto;
    padding: 50px;
    max-width: 1200px;
    width: calc(100vw - 200px);
    background-color: #ffffff;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul {
        padding: 40px;
        width: calc(100vw - 150px);
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news .popup_container .detail_ul {
        padding: 30px 4vw;
        width: 92vw;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 60px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    position: absolute;
    top: -1000vh;
    left: -1000vw;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li {
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news .popup_container .detail_ul > li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .booth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 40px;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .booth {
        width: 140px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .booth {
        width: 130px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .booth::before {
    content: "";
    display: inline-block;
    background: linear-gradient(30deg, #f00 50%, #ffe200 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .booth .text {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .booth .text span {
    font-weight: 600;
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .date {
    margin-top: 12px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .date {
        margin-top: 11px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .date {
        margin-top: 10px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .date .text {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: center;
}
#main .popup.popup_news .popup_container .detail_ul > li .news_title .date .text span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .date .text {
        font-size: 11.5px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .date .text {
        text-align: left;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li .news_title .date .text {
        font-size: 11px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content {
        margin-top: 20px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .name {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .name span {
    font-weight: 700;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .name {
        font-size: 21px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .name {
        font-size: 18px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .head {
    margin-top: 20px;
    position: relative;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .head::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .head h4 {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 28px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0em;
    font-weight: 600;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .head h4 span {
    font-weight: 600;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .head h4 {
        padding-top: 20px;
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .head h4 {
        padding-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 30px 1fr;
    grid-template-columns: 400px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding-top: 50px;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-top: 30px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .body p {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: justify;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .body p span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .body p {
        font-size: 13.5px;
        line-height: 23.5px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .body p {
        font-size: 13px;
        line-height: 23px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .photo {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    width: 100%;
    position: relative;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .photo img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .news_content .photo img {
        margin-top: 30px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    margin-top: 40px;
    padding: 15px 0;
    position: relative;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link {
        -ms-grid-columns: 180px 1fr;
        grid-template-columns: 180px 1fr;
        margin-top: 35px;
    }
}
@media screen and (max-width: 1079px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link {
        -ms-grid-columns: 160px 1fr;
        grid-template-columns: 160px 1fr;
    }
}
@media screen and (max-width: 859px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link {
        -ms-grid-columns: 140px 1fr;
        grid-template-columns: 140px 1fr;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link::before, #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link::before {
    top: 0;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link::after {
    bottom: 0;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .title,
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0em;
    font-weight: 500;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .title span,
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content span {
    font-weight: 500;
}
@media screen and (max-width: 1299px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .title,
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content {
        font-size: 13px;
    }
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .title,
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content {
        font-size: 12px;
        line-height: 18px;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .title {
    text-align: center;
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content {
    overflow-wrap: anywhere;
}
@media screen and (max-width: 639px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content {
        margin-top: 10px;
        text-align: center;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
@media screen and (min-width: 1079px) {
    #main .popup.popup_news .popup_container .detail_ul > li > .news_content .link .content a:hover {
        color: #c6171e;
    }
}
#main .popup.popup_news .popup_container .detail_ul > li.active {
    position: relative;
    top: 0;
    left: 0;
}
/*# sourceMappingURL=style.css.map */