/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
    margin-bottom: 10px
}
.under main .mb15 {
    margin-bottom: 15px
}
.under main .mb20 {
    margin-bottom: 20px
}
.under main .mb25 {
    margin-bottom: 25px
}
.under main .mb30 {
    margin-bottom: 30px
}
.under main .mb40 {
    margin-bottom: 40px
}
.under main .mb50 {
    margin-bottom: 50px
}
.under main .mb60 {
    margin-bottom: 60px
}
.under main .mb70 {
    margin-bottom: 70px
}
.under main .mb80 {
    margin-bottom: 80px
}
.under main .mb90 {
    margin-bottom: 90px
}
/* MT */
.under main .mt10 {
    margin-top: 10px
}
.under main .mt15 {
    margin-top: 15px
}
.under main .mt20 {
    margin-top: 20px
}
.under main .mt25 {
    margin-top: 25px
}
.under main .mt30 {
    margin-top: 30px
}
.under main .mt40 {
    margin-top: 40px
}
.under main .mt50 {
    margin-top: 50px
}
.under main .mt60 {
    margin-top: 60px
}
.under main .mt70 {
    margin-top: 70px
}
.under main .mt80 {
    margin-top: 80px
}
.under main .mt90 {
    margin-top: 90px
}
/* MAX_W */
.under main .max_w200 {
    width: 100%;
    max-width: 200px
}
.under main .max_w250 {
    width: 100%;
    max-width: 250px
}
.under main .max_w300 {
    width: 100%;
    max-width: 300px
}
.under main .max_w350 {
    width: 100%;
    max-width: 350px
}
.under main .max_w500 {
    width: 100%;
    max-width: 500px
}
.under main .max_w600 {
    width: 100%;
    max-width: 600px
}
.under main .max_w700 {
    width: 100%;
    max-width: 700px
}
.under main .max_w800 {
    width: 100%;
    max-width: 800px
}
.under main .max_w900 {
    width: 100%;
    max-width: 900px
}
/* MIN-W */
.under main .min_w200 {
    min-width: 200px
}
.under main .min_w250 {
    min-width: 250px
}
.under main .min_w300 {
    min-width: 300px
}
.under main .min_w350 {
    min-width: 350px
}
.under main .min_w500 {
    min-width: 500px
}
.under main {
    background: url("../images/bg_line_un.png") no-repeat center top 490px/1958px;
}
.under main p {
    font-weight: 500;
}
.under main .bold {
    font-weight: 900;
    margin-bottom: 1em;
    font-size: 20px;
}
.under main p:not([class]) {
    overflow: hidden;
}
.under main .u_editor p:not([class]) {
    overflow: inherit;
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main .list_faq dt, .under main .list_step dt {
    font-family: var(--f-noto-ser);
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6 {
    margin-bottom: 30px;
    font-weight: 500;
}
.under main h2, .under main .un_ttl2 {
    font-size: 60px;
    margin-bottom: 0;
    color: #fff;
}
.under main .u_editor h3, .under main .un_ttl3 {
    font-size: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 0 35px;
    position: relative;
    /*display: table;*/
    margin: 0 auto 35px;
    width: fit-content;
    word-break: break-all;
}
.under main .un_ttl3:before, .under main .un_ttl3:after, .under main .u_editor h3:before, .under main .u_editor h3:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 38px;
    background: #074e8f;
    transform: rotate(30deg);
    top: calc(50% - 15px);
}
.under main .un_ttl3:before, .under main .u_editor h3:before {
    left: 0;
}
.under main .un_ttl3:after, .under main .u_editor h3:after {
    right: 0;
}
.under main .un_ttl4, .under main .u_editor h4 {
    font-size: 44px;
    color: #074e8f;
    margin-bottom: 20px;
}
.under main .un_ttl5, .under main .u_editor h5 {
    font-size: 32px;
    /* display: table; */
    background: url(../images/bg_h5.svg) no-repeat right top 17px / 20px;
    padding-right: 30px;
    margin-bottom: 22px;
    width: fit-content;
}
.under main .un_ttl6, .under main .u_editor h6 {
    font-size: 28px;
    position: relative;
    color: var(--mcolor);
    margin-bottom: 15px;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 120px
}
.under main section {
    padding: 0 0 80px;
    margin-bottom: 0
}
.under main section:last-child {
    padding: 0
}
.under main ol li {
    list-style: decimal;
}
/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 3px;
}
/*============ TOP INFO ============ */
.under main #top_info {
    height: 500px;
    width: 100%;
    margin: 0 auto;
    background: url('../images/top_info_bg.jpg') no-repeat center /cover;
}
.under main #top_info .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 100%;
    padding-left: 105px;
    padding-top: 90px;
    max-width: 1920px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
    margin-bottom: 30px
}
.under main #topic_path ul {
    display: block;
    padding: 10px 0
}
.under main #topic_path li {
    display: inline;
    position: relative;
}
.under main #topic_path li:not(:last-child)::after {
    content: ">";
    position: relative;
    display: inline-block;
    margin: 0 5px 0 10px;
    top: -1px;
    pointer-events: none;
}
.under main #topic_path li a {
    color: var(--mcolor);
    text-underline-offset: 3px;
    text-decoration: underline;
}
/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.under main .list_anchor .btn {
    margin: 0 10px 15px
}
.under main .list_anchor:last-child {
    margin-bottom: -15px;
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td {
    vertical-align: top
}
.under main table.tb_fix {
    table-layout: fixed;
}
.under main table {
    margin-bottom: 30px;
}
.under main table.mailform th, .under main table th {
    background: var(--mcolor);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.under main table.mailform th span {
    color: #fff
}
.under main table.mailform td .info {
    color: var(--mcolor)
}
.under main table {
    border: 1px #074e8f solid;
}
.under main table td {
    border-color: #6a95bc;
    background: #f3f6f9;
}
.under main table th, .under main table td {
    padding: 12px;
    font-weight: 500;
    border-left: none;
}
.under main table tr th:last-child, .under main table tr td:last-child {
    border-right: none;
}
.under main table tr:last-child td, .under main table tr:last-child th {
    border-bottom: none;
}
.under main table tr:first-child td, .under main table tr:first-child th {
    border-top: none;
}
.under main table tr td:nth-child(even) {
    background: #fff;
}
.under main table img {
    display: block;
    margin: auto;
}
.under main table th {
    border-color: var(--mcolor);
    border-right-color: #6a95bc;
}
.under main table tr th:first-child {
    border-left-color: var(--mcolor);
}
.under main table tr th:last-child {
    border-right-color: var(--mcolor);
}
.under main table.mailform th, .under main table.tb_block th {
    border-color: var(--mcolor);
    border-bottom-color: #6a95bc;
}
.under main table.mailform tr:first-child th, .under main table.tb_block tr:first-child th {
    border-top-color: var(--mcolor);
}
.under main table.mailform tr:last-child th, .under main table.tb_block tr:last-child th {
    border-bottom-color: var(--mcolor);
}
.under main table.tb1 th {
    border-bottom: 1px #6a95bc solid;
}
.under main table.tb1 tr td {
    background: #fff;
}
.under main table tr td.td1 {
    background: #f3f6f9;
    text-align: center;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
    margin-bottom: 30px;
}
.under main .list01 li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
}
.under main .list01 li::before {
    background: url("../images/icon_list.svg") no-repeat left top/16px;
    width: 16px;
    height: 9px;
    position: absolute;
    top: 14px;
    left: 0;
    content: ''
}
/* LIST 02 */
.under main .list02 {
    margin-bottom: 30px;
}
.under main .list02 li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    list-style: none;
}
.under main .list02 li::before {
    content: counter(li);
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: 0;
    top: 6px;
    background-color: var(--mcolor);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
}
/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}
.under main .list_check li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
}
.under main .list_check li::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 15px;
    border: solid var(--mcolor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* LIST FAQ */
.under main .list_faq {
    margin-bottom: 30px;
}
.under main .list_faq dl {
    background: #e1eaf2;
    padding: 15px;
    margin-bottom: 50px
}
.under main .list_faq dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted var(--mcolor);
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.under main .list_faq dt span {
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: #fff;
    border: 1px solid var(--mcolor);
    color: var(--mcolor);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
    flex-shrink: 0;
}
.under main .list_faq dd {
    position: relative;
    padding-left: 56px;
    min-height: 62px;
    font-weight: 500;
}
.under main .list_faq dd span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--mcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    font-family: var(--f-noto-ser);
    font-size: 18px;
    padding-bottom: 3px;
}
/* LIST STEP */
.under main .list_step .list_step_box {
    margin-bottom: 60px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.under main .list_step .list_step_box:not(:last-child)::before {
    background: url('../images/ic-step.png') center /cover no-repeat;
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: -45px;
    left: calc(50% - 40px);
    content: '';
}
.under main .list_step .list_step_box {
    background: #e1eaf2;
    padding: 25px;
}
.under main .list_step_tt {
    background: var(--mcolor);
    font-size: 20px;
    margin-bottom: 20px;
    font-family: var(--f-noto-ser);
    color: #fff;
    display: flex;
    align-items: center;
}
.under main .list_step_tt span {
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    padding: 30px;
    background-color: #e1eaf2;
    margin-bottom: 50px;
    /*color: #fff;*/
}
.under main .frame01 .list01 li a {
    margin-left: -25px;
    padding-left: 25px;
    position: relative;
}
.under main .stoc_ttl, .under main .box_toc p {
    background: var(--mcolor);
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-family: var(--f-noto-ser);
    color: #fff;
    text-align: center;
}
/* FRAME 02 */
.under main .frame02 {
    padding: 50px 35px;
    background: var(--mcolor);
    color: #fff;
    margin-bottom: 50px;
}
.under main .frame02.cta .bold {
    font-size: 22px;
    margin-bottom: 15px;
}
/* FRAME PICKUP */
.under main .frame_pick {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}
.under main .frame_pick:before, .under main .frame_pick:after {
    position: absolute;
    content: "";
}
.under main .frame_pick:before {
    width: 4000px;
    height: 100%;
    left: calc(50% - 2000px);
    top: 0;
    background: var(--mcolor);
    z-index: -1;
}
.under main .frame_pick:after {
    background: url("../images/line_pick.png") no-repeat center;
    width: 100vw;
    height: 680px;
    left: -19vw;
    bottom: 0;
    z-index: -1;
}
.under main .frame_pick .pick_ttl {
    display: flex;
    justify-content: center;
}
.under main .frame_pick .pick_ttl .lg {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--f-noto-ser);
    margin-bottom: 10px;
    margin-right: 18px;
}
.under main .frame_pick .pick_ttl .en {
    font-size: 24px;
    font-family: var(--f-en);
    letter-spacing: 0.1em;
    padding: 0 15px;
    position: relative;
}
.under main .frame_pick .pick_ttl .en:before, .under main .frame_pick .pick_ttl .en:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    transform: rotate(30deg);
    top: 7px;
}
.under main .frame_pick .pick_ttl .en:before {
    left: 0;
}
.under main .frame_pick .pick_ttl .en:after {
    right: 0;
}
/* IFRAME BOX */
.under main .box_map {
    width: 100%;
    height: 400px
}
.under main .box_ytb {
    width: 900px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/9;
    max-width: 100%;
}
.under main .box_map iframe, .under main .box_ytb iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/* ===========  OVN ===========  */
.under main .ovn_list {
    margin-top: 50px;
}
.under main .ovn_list dl {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc
}
.under main .ovn_list dt {
    display: flex;
    align-items: center;
    width: 150px
}
.under main .ovn_list dt img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.under main .ovn_list dd {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
}
.under main .ovn_list dd a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.under main .ovn_detail_ct img {
    max-width: 800px;
    max-height: 600px;
}
/* ===========  PAGINATION ===========  */
.under main .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0
}
.under main .pagination li {
    margin: 0 5px;
}
.under main .pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid var(--mcolor);
    background: #fff;
    display: flex;
    color: var(--mcolor);
    justify-content: center;
    align-items: center;
}
.under main .pagination li:hover a, .under main .pagination li.active a {
    background: var(--mcolor);
    color: #fff;
}
.under main .pagination li.active a {
    pointer-events: none;
}
.under main .pagination li.disabled {
    display: none
}
/* ===========  PAGINATION WP ===========  */
.under main .wp_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.under main .wp_pagination > span, .under main .wp_pagination a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    transition: all 0.3s;
    padding: 5px;
    border: 1px #ccc solid;
    font-size: 14px;
    background: #ccc;
}
.under main .wp_pagination a {
    color: var(--txt)
}
.under main .wp_pagination > span {
    background: var(--mcolor);
    border: 1px var(--mcolor) solid;
    color: #fff;
}
/*==========================================================
                     EDITOR WORDPRESS + ovn
==========================================================*/
.u_editor::after {
    content: "";
    display: table;
    clear: both;
}
.u_editor div, .u_editor * {
    font-size: 16px;
}
.u_editor .clearfix:not(:last-child) {
    margin-bottom: 40px;
}
/* Blockquote */
.u_editor blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    color: var(--txt);
    font-style: italic;
}
.u_editor blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
/* Caption */
.u_editor .wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.u_editor .wp-caption:last-child {
    margin-bottom: 0;
}
.u_editor .wp-caption img {
    margin: 0 auto;
    border: 0;
}
.u_editor .wp-caption-text {
    font-size: 16px;
    color: var(--txt);
    margin-top: 0.5em;
    font-weight: 500;
}
/* Horizontal line */
.u_editor hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}
/* Text align */
.u_editor .has-text-align-center {
    text-align: center;
}
.u_editor .has-text-align-right {
    text-align: right;
}
.u_editor .has-text-align-left {
    text-align: left;
}
/* Gutenberg-specific */
.u_editor .wp-block-image {
    margin: 1.5em 0;
}
.u_editor .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 1.5em 0;
}
.u_editor .wp-block-quote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
}
.u_editor .wp-block-quote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #999;
}
.u_editor .wp-block-table td, .u_editor .wp-block-table th {
    border: 1px solid #ccc;
    padding: 0.5em;
}
.alignright, .alignleft {
    margin-bottom: 30px;
    max-width: 300px !important
}
.aligncenter {
    display: block !important;
    margin: 0 auto
}
.under main .u_editor img {
    height: auto !important;
    width: auto !important;
}
@media screen and (min-width: 751px) {
    .alignleft {
        float: left;
        margin-right: 30px;
    }
    .alignright {
        float: right;
        margin-left: 30px;
    }
}
@media screen and (max-width: 750px) {
    .alignleft, .alignright {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
/* RESET */
.under main table:last-child, .under main .list_faq:last-child, .under main .list_faq dl:last-child, .under main .list01:last-child, .under main .list01 li:last-child, .under main .list02:last-child, .under main .list02 li:last-child, .under main .list_check:last-child, .under main .list_check li:last-child, .under main .list_step:last-child, .under main .list_step dl:last-child, .under main section p:last-child, .under main p:last-child, .under main .frame01:last-child, .under main .frame02:last-child, .under main .frame_pick:last-child {
    margin-bottom: 0
}
.under main .btn_blue a {
    width: 290px;
    height: 60px;
    background: url(../images/arrow_w.svg) no-repeat right 12px center / 6px var(--mcolor);
    color: #fff;
}
.under main .btn_blue.active a {
    pointer-events: none;
    background-color: #666;
}
.under main .btn_blue.active a:hover {
    opacity: 1;
}
.under main .boxh5 {
    padding: 110px 0;
    margin: 0;
    background: #e1eaf2;
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
}
.under main .boxh5:before {
    position: absolute;
    content: "";
    background: #e1eaf2;
    width: 4000px;
    left: calc(50% - 2000px);
    top: 0;
    height: 100%;
    z-index: -1;
}
.under main .btn_link {
    display: table;
}
.under main .un_stl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.under main .btn_lg a {
    width: 100%;
    max-width: 300px;
    height: 60px;
    justify-content: center;
    padding-left: 0;
}
.under main .un_list_bnr {
    display: flex;
    flex-wrap: wrap;
    background: #e1eaf2;
    padding: 20px 20px 5px;
}
.under main .un_list_bnr li {
    width: calc(33.333% - 10px);
    height: 90px;
    margin-bottom: 15px;
}
.under main .un_list_bnr li a, .under main .bnr_full a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: var(--f-noto-ser);
    text-align: center;
    background: url("../images/arrow_w_lg.svg")var(--scolor) no-repeat right 20px center/8px;
}
.under main .bnr_full a {
    height: 90px;
    max-width: 600px;
    margin: 0 auto;
    background: url("../images/arrow_w_lg.svg")#333 no-repeat right 20px center/8px;
}
.under main .box_staff {
    display: flex;
    align-items: flex-start;
}
.under main .staff_img {
    width: 337px;
    flex-shrink: 0;
    margin-right: 50px;
}
.under main .un_contact_tel {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.under main .un_contact_tel a {
    font-size: 36px;
    padding-left: 30px;
}
.under main .un_contact_tel a:before {
    width: 21px;
    height: 27px;
    top: 3px;
}
/*OVN*/
.under main .list_case {
    display: flex;
    flex-wrap: wrap;
}
.under main .list_case .case_item {
    width: calc(50% - 40px);
    margin-bottom: 60px;
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 15px;
}
.under main .list_case .case_item .img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}
.under main .list_case .case_item .cate {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 15px;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
}
.under main .list_case .case_item .big {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.under main .list_case .case_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.under main .list_case .case_item:not(:nth-child(2n)) {
    margin-right: 80px;
}
.under main .list_case th, .under .list_case table td {
    padding: 5px;
}
.under main .list_case .case_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.under main .btn_list {
    position: relative;
}
.under main .btn_list .is_prev a {
    text-align: right;
}
.under main .btn_list .is_prev a span {
    background: url("../images/arrow_blue_l.svg") no-repeat left center/5.5px;
    padding-right: 0;
}
.under main .btn_list .is_none a {
    text-align: center;
}
.under main .btn_list .is_none a span {
    background: none;
    padding-right: 0;
}
.under main .list_big {
    width: 900px;
    max-width: 100%;
    aspect-ratio: 3/2;
    height: 600px;
    overflow: hidden;
    margin: 0 auto 50px;
}
.under main .list_big.slick-initialized {
    overflow: inherit;
}
.under main .list_big li {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    background: #f1f3f5;
    overflow: hidden;
    aspect-ratio: 3/2;
}
.under main .list_thumb {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.under main .list_thumb li {
    width: 220px;
    margin: 0 10px;
    height: auto;
    aspect-ratio: 3/2;
    transition: all ease 0.3s;
    cursor: pointer;
}
.under main .list_big li img, .under main .list_thumb li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}
.under main .list_thumb li.slick-current, .under main .list_thumb li.is-current {
    pointer-events: none;
    position: relative;
}
.under main .list_thumb li:not(.is-current):hover {
    opacity: 0.8;
}
.under main .list_thumb li.slick-current::before, .under main .list_thumb li.is-current::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mcolor);
    opacity: 0.5;
    content: '';
    z-index: 2;
}
/* NEWS */
.under main .list_ovn {}
.under main .list_ovn .ovn_item {
    display: flex;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 15px;
    align-items: center;
    position: relative;
}
.under main .list_ovn .ovn_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.under main .list_ovn .ovn_item .img {
    width: 240px;
    height: auto;
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
}
.under main .list_ovn .ovn_item .img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.under main .list_ovn .ovn_item .info_box {
    flex-grow: 1;
}
.under main .list_ovn .ovn_item .info_box .date {
    margin-bottom: 15px;
}
.under main .list_ovn .ovn_item .info_box .big {
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.under main .center_post {
    display: table;
    margin: 0 auto 30px;
}
.under main .center_post img {
    max-height: 500px;
    max-width: 100%;
    width: auto;
}