/*==========================================================
                        C U S T O M
==========================================================*/
.under main {
    padding-top: 0;
}

.under footer {
    margin-top: 629px;
}

.under main .btn a {
    line-height: 1.5em;
    text-align: center;
}

.under main p {
    margin-bottom: 35px;
}

.under main p.mb0 {
    margin-bottom: 0;
}

.under main .image_l {
    float: left;
    margin: 0 40px 0 0;
    border-radius: 20px;
    overflow: hidden;
}

.under main .image_r {
    float: right;
    margin: 0 0 0 30px;
    border-radius: 20px;
    overflow: hidden;
}

.under main .center img {
    border-radius: 20px;
}


/* 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
}

.under main .mb100 {
    margin-bottom: 100px
}

.under main .mb120 {
    margin-bottom: 120px
}

.under main .mb150 {
    margin-bottom: 150px
}

/* 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
}

/*==========================================================
                        H E A D I N G
==========================================================*/
.under main h2,
.under main h3,
.under main h4,
.under main h5,
.under main h6,
.under main .ovn_content h3,
.under main .ovn_content h4,
.under main .ovn_content h5,
.under main .ovn_content h6 {
    font-weight: bold;
}

.under main h2 {
    margin-bottom: 0;
}

.under main h3,
.under main .ttl3,
.under main .ovn_content h3 {
    font-size: 54px;
    color: var(--mcolor);
    letter-spacing: 0.05em;
    margin-bottom: 22px;
}

.under main h4,
.under main .ttl4,
.under main .ovn_content h4 {
    font-size: 30px;
    line-height: 1.35em;
    color: #000;
    margin-bottom: 30px;
}

.under main h5,
.under main .ttl5,
.under main .ovn_content h5 {
    font-size: 24px;
    color: var(--scolor);
    margin-bottom: 20px;
}

.under main h6,
.under main .ovn_content h6 {
    font-size: 22px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
}

.under main h6::before {
    width: 2px;
    height: calc(100% - 10px);
    top: 7px;
    left: 0;
    content: '';
    background: var(--mcolor);
    position: absolute;
}

/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
    padding: 0 0 80px 0;
}

.under main section {
    padding: 0 0 110px;
    margin-bottom: 0
}

.under main section:last-child {
    padding: 0
}

/* LINK + BUTTON TOP */
.under main .link {
    text-decoration: underline;
    color: var(--mcolor);
    text-underline-offset: 3px;
}

/*============ TOP INFO ============ */
.under main #top_info {
    width: 100%;
    height: 580px;
    margin: 0 auto;
    position: relative;
    background: #dde8f7;
}

.under main #top_info::before {
    background: url('../images/top_info_ic.png') center /1160px no-repeat;
    width: 1160px;
    height: 1010px;
    position: absolute;
    top: -430px;
    right: -190px;
    content: '';
    z-index: 0;
    pointer-events: none;
}

.under main #top_info .inner {
    padding-left: 335px;
    padding-top: 160px;
    display: flex;
    height: 100%;
    position: unset;
    align-items: flex-start;
}

.under main #top_info .big_ttl {
    font-size: 48px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.under main #top_info .img {
    position: absolute;
    top: 200px;
    left: calc(50% - 325px);
    border-radius: 40px 0 0 40px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    width: 1300px;
}

/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main .en {
    font-family: var(--en);
}

.under main #topic_path {
    margin-bottom: 90px
}

.under main #topic_path ul {
    display: block;
    padding: 13px 0
}

.under main #topic_path li {
    display: inline;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
}

.under main #topic_path li:not(:last-child)::after {
    content: ">";
    position: relative;
    display: inline-block;
    margin: 0 5px 0 8px;
    top: 1px;
    pointer-events: none;
    font-size: 15px;
    color: var(--txt);
    font-family: var(--font-main);
}

.under main #topic_path li {}

.under main #topic_path li a {
    text-underline-offset: 2px;
    color: var(--mcolor);
}

/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.under main .list_anchor .btn {
    margin: 0 5px 15px;
}

.under main .list_anchor .btn.active a {
    color: var(--mcolor);
    background: #fff;
    pointer-events: none;
}

.under main .list_anchor .u_btn.active a::before {
    border-color: transparent transparent transparent var(--mcolor);
}

.under main .list_anchor .u_btn a {
    width: 100%;
}

.under main .under_main {
    position: relative;
}

.under main .under_main::before {
    background: url('../images/circle_page.png') center /cover no-repeat;
    width: 962px;
    height: 962px;
    position: absolute;
    top: 80px;
    left: calc(50% - 1086px);
    content: '';
    z-index: 0;
    pointer-events: none;
}

.under main .under_main .inner {
    position: relative;
    width: 1460px;
    max-width: 100%;
}

/* .under main .under_anc {
    position: absolute;
    left: calc(50% - 687px);
    top: -380px;
    z-index: 10;
    width: 300px;
}
 */

.under main .under_anc {
    position: fixed;
    left: 3.75vw;
    top: 150px;
    z-index: 10;
    width: 25vw;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid var(--mcolor);
}

.under main .under_anc.active {
    position: fixed;
    top: 150px;
}

.under main .under_anc p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 24px;
    padding-bottom: 21px;
    padding-left: 2px;
    letter-spacing: 0.1em;
    color: var(--mcolor);
    position: relative;
}

.under main .under_anc p::before {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 100%;
    height: 2px;
    background: url('../images/ic_dotted.png') repeat-x;
    content: '';
}

.under main .under_anc ul {}
.under main .under_anc li a{
    color: var(--mcolor);
}
.under main .under_anc li.active a {
    color: var(--txt);
    cursor: default;
    pointer-events: none;
}


.under main .ovn_content p,
.under main .under_content p {
    line-height: 1.875em;
    letter-spacing: 0.01em;
    font-weight: 500;
}


.under main .list_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.under main .list_btn .btn,
.under main .list_btn .u_btn {
    margin: 0 20px 20px
}

.under main .u_btn {}

.under main .u_btn a {
    background: var(--mcolor);
    width: 420px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border: 2px solid var(--mcolor);
    transition: all ease 0.3s;
    border-radius: 999px;
    line-height: 1.5em;
    padding: 5px;
}

.under main .u_btn a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0px 3px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    transition: all ease 0.3s;
}

.under main .u_btn.center a {
    margin-left: auto;
    margin-right: auto;
}

/*==========================================================
                        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 th {
    background: var(--sscolor);
    color: #fff;
    padding: 14px 10px;
    border-color: var(--scolor);
    font-weight: 500;
    line-height: 1.5em;
}

.under main table.th_bg2 th,
.under main table th.bg2 {
    background: #eef4fb;
    color: var(--sscolor);

}

.under main table td {
    background: #fff;
    padding: 14px;
    border-color: var(--scolor);
    font-weight: 500;
    line-height: 1.875em;
}
.under main table td.no_border{border: none}
.under main table td.bg1 {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.under main table td.bg1,
.under main table td.bg3 {
    background: #f7f7f7;
}

.under main table img {
    display: block;
    margin: auto;
}

.under main table.bd_none td {
    border: none;
}

/*============ LIST ============ */
/* LIST 01 */
.under main .list01,
.under main .ovn_content ul {
    margin-bottom: 30px;
}

.under main .list01 li,
.under main .ovn_content ul li {
    display: block;
    padding-left: 20px;
    margin-bottom: 19px;
    position: relative;
}

.under main .list_step .list01 li {
    color: #000;
}

.under main .list01 li::before,
.under main .ovn_content ul li::before {
    background: var(--scolor);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    border-radius: 50%;
}

.under main .list01.mb10 {
    margin-bottom: 10px;
}

.under main .under_anc .list01 li {
    padding-left: 0;
    counter-increment: li;
}

.under main .under_anc .list01 li a {
    padding-left: 27px;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.5em;
    padding-right: 30px;
    width: 100%;
}
.under main .under_anc .list01 li a::after{
    width: 20px;
    height: 20px;
    background: url('../images/ic-right.png') center /6px no-repeat var(--mcolor);
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    border-radius: 50%;
}

.under main .under_anc .list01 li::before {
    left: 10px;
    top: 3px;
    background: none;
    content: counter(li);
    color: var(--mcolor);
    font-weight: bold;
}

.under main .under_anc li.active::before{color: var(--txt);}

/* LIST 02 */
.under main .list02,
.under main .ovn_content ol {
    margin-bottom: 30px;
}

.under main .list02 li,
.under main .ovn_content ol li {
    counter-increment: li;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.under main .list02 li::before,
.under main .ovn_content ol 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: 1px;
    background-color: var(--mcolor);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 22px;
    padding: 0 0 2px;
}

.ovn_content del {
    text-decoration: line-through;
}

/* LIST CHECK */
.under main .list_check {
    margin-bottom: 30px;
}

.under main .list_check li {
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    position: relative
}

.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 {
    margin-bottom: 30px;
    border-bottom: 1px solid #dde8f7;
    padding-bottom: 0px;
}

.under main .list_faq dt {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.5em;
}

.under main .list_faq dt::before {
    width: 22px;
    height: 2px;
    position: absolute;
    top: 34px;
    right: 0;
    content: '';
    background: var(--scolor);
}

.under main .list_faq dt::after {
    width: 2px;
    height: 22px;
    position: absolute;
    top: 24px;
    right: 10px;
    content: '';
    background: var(--scolor);
    transition: all ease 0.3s;
}

.under main .list_faq dt.open::after {
    transform: rotate(90deg);
}

.under main .list_faq dt.open {
    color: var(--mcolor);
}

.under main .list_faq dd {
    position: relative;
    display: flex;
    padding: 20px;
    background: #dde8f7;
    display: none;
}

.under main .list_faq dd p:empty {
    display: none;
}

.under main .list_faq dt span,
.under main .list_faq dd span {
    width: 50px;
    height: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    background: var(--mcolor);
    color: #fff;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    font-size: 24px;
}

.under main .list_faq dd span {
    color: var(--mcolor);
    border: 2px solid var(--mcolor);
    background: #fff;
    flex-shrink: 0;
    margin-top: 5px;
}

/* LIST STEP */
.under main .list_step dl {
    margin-bottom: 100px;
    padding: 37px 40px 40px;
    position: relative;
    background: var(--mcolor);
}

.under main .list_step dl:not(:last-child)::before {
    position: absolute;
    bottom: -80px;
    left: calc(50% - 150px);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 150px 0px 150px;
    border-color: #fce0d3 transparent transparent transparent;
}

.under main .list_step dl .sec_contact_group.contact_com .contact_tel {
    background: #efefef;
}

.under main .list_step dl:last-child {
    margin-bottom: 0
}

.under main .list_step dt {
    background: var(--mcolor);
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.333em;
    color: #fff;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
}

.under main .list_step dt span {
    background: #fce0d3;
    color: var(--mcolor);
    font-size: 26px;
    line-height: 1em;
    padding: 7px 10px 7px;
    margin-right: 25px;
    flex-shrink: 0;
    position: relative;
    top: 3px;
}

.under main .list_step dd {
    padding: 30px 30px 28px;
    background: #fff;
    line-height: 1.5em;
}

.under main .list_step dd .label {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--scolor);
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
}

.under main .list_step dd .label span {
    display: flex;
    margin-right: 16px;
    background: var(--scolor);
    color: #fff;
    flex-shrink: 0;
    font-size: 16px;
    height: 34px;
    align-items: center;
    letter-spacing: 0;
    padding: 7px 12px 9px 11px;
}

/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
    position: relative;
    padding: 53px 20px 61px;
    margin-bottom: 50px;
    background: #dde8f7;
}

.under main .frame01::before {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    content: '';
    background: #dde8f7;
    border-radius: 40px 0 0 40px;
}

.under main .frame01::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    background: #dde8f7;
    pointer-events: none;
}

.under main .frame01.mb30 {
    margin-bottom: 30px;
}

/* FRAME PICKUP */
.under main .frame_pick {
    padding: 40px;
    margin-bottom: 50px;
    background: #e54100;
}

.under main .frame_pick .pick_ttl {
    color: #fff;
    font-size: 30px;
    line-height: 1.333em;
    position: relative;
    padding-left: 110px;
    font-weight: 500;
    margin-bottom: 30px;
    min-height: 80px;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.under main .frame_pick .pick_ttl span {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #e54100;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background: #fad9cc;
    line-height: 1.15em;
    flex-shrink: 0;
}

.under main .frame_pick .pick_content {
    background: #fff;
    padding: 35px 40px;
}

/* 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;
}

.under main .flex_3col {
    display: flex;
    flex-wrap: wrap;
}

.under main .flex_3col li {
    padding: 20px;
    border-radius: 20px;
    background: #98bbe8;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
}

.under main .flex_3col li .en {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1em;
}

.under main .flex_3col li .en span {
    font-size: 32px;
    display: inline-block;
    line-height: 1em;
    background: #fff;
    color: var(--mcolor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.under main .flex_3col li .center {
    margin-bottom: 15px;
}

.under main .flex_3col li .btn {
    width: 100%;
    margin-bottom: 0;
}

.under main .flex_3col li .btn a {
    width: 100%;
    height: 70px;
    border-radius: 999px;
    background: url('../images/icon_arrow_right.svg') no-repeat right 10px top 28px /22px #538ed9;
    font-size: 16px;
}

/* ===========  OVN DETAIL ===========  */
.under main .ovn_content p a {
    text-decoration: underline;
    color: var(--blue);
}

.under main .ovn_content .img img {
    max-height: 400px;
    max-width: 600px;
}

.under main .ovn_content .aligncenter {
    margin: 0 auto 25px;
    display: table;
}

.under main .ovn_content .infor_page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.under main .ovn_content .cate {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--mcolor);
    color: #fff;
    margin-right: 20px;
}

.under main .ovn_content .date {
    font-size: 18px;
    font-weight: bold;
}

.under main .ovn_content .image_l {
    width: 440px;
    max-width: 100%;
}

.under main .list_3img {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
}

.under main .list_3img li {
    padding: 5px;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
    border: 2px solid var(--scolor);
    text-align: center;
}



.under main .policy_box {
    height: 200px;
    overflow: auto;
    border: 1px solid var(--mcolor);
    padding: 15px;
    margin-bottom: 15px;
}

/*overnote*/
.list_ovn:not(.list_ovn_related) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.list_ovn_item {
    width: calc((100% - 60px) / 2);
    position: relative;
    padding: 70px 40px 40px;
    margin: 0 0 60px;
    z-index: 2;
}

.list_ovn_item>a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.list_ovn_item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 42px);
    border: 1px #98bbe8 solid;
    border-radius: 20px;
    top: 42px;
    left: 0;
    z-index: -2;
}

.list_ovn_item:after {
    content: '';
    position: absolute;
    width: calc(100% - 80px);
    height: 10px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    pointer-events: none;
    z-index: -1;
}

.list_ovn_item .cate {
    width: 300px;
    height: 70px;
    background: #dde8f7;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #538ed9;
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 4px;
    letter-spacing: -0.025em;
    position: absolute;
    left: calc(50% - 150px);
    top: 0;
}

.list_ovn_item .cate span:nth-last-child(-n+3) {
    font-size: 60%;
    margin-top: 18px;
}

.list_ovn_item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gray);
    border-radius: 20px;
    overflow: hidden;
    height: 445px;
    margin-bottom: 20px;
}

.list_ovn_item .img img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_ovn_item .date {
    font-size: 24px;
    font-weight: 500;
    color: #2b70ba;
    margin-bottom: 10px;
}

.list_ovn_item .big {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_ovn_item .tag span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1b5c96;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
    font-size: 18px;
    padding: 7px 10px 9px;
    margin-bottom: 4px;
}

/* ===========  PAGINATION OVN ===========  */
.under main .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0
}

.under main .pagination li {
    margin: 0 10px
}

.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;
    border-radius: 5px;
}

.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
}

.works_ovn_box {
    display: flex;
    width: 1430px;
    background: rgb(222 232 248 / 50%);
    border-radius: 20px;
    max-width: 100%;
}

.works_ovn_img {
    width: 100%;
    height: 500px;
}

.works_ovn_thumb {
    width: 100%;
    height: 220px;
    margin: 20px 0 0;
}

.works_ovn_thumb .slick-arrow,.works_ovn_img .slick-arrow{
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
}

.works_ovn_thumb .slick-arrow::before,.works_ovn_img .slick-arrow::before{
    font-size: 30px;
    color: #000;
}

.works_ovn_thumb .slick-prev,.works_ovn_img .slick-prev{left: -30px;}
.works_ovn_thumb .slick-next,.works_ovn_img .slick-next{right: -30px;}
.works_ovn_thumb .works_ovn_img_item{position: relative;}
.works_ovn_thumb .works_ovn_img_item.slick-current::before{
    background: var(--mcolor);
    opacity: 0.6;
    position: absolute;top: 0;
    left: 0;width: 100%;height: 100%;content: '';
    z-index: 10;
    pointer-events: none;

}
.works_ovn_thumb .works_ovn_img_item.slick-current,
.works_ovn_thumb .works_ovn_img_item.slick-current:hover{
    pointer-events: none;
}

.works_ovn_img.slick-initialized .slick-slide {
    display: flex;
    background: var(--gray);
    height: auto;
    justify-content: center;
    align-items: center;
}
.works_ovn_thumb .works_ovn_img_item  img,
.works_ovn_img.slick-initialized .slick-slide img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_ovn_img .slick-track {
    display: flex;
    height: 100%;
}

.works_ovn_img .slick-list {
    height: 100%;
}

.works_ovn_thumb .works_ovn_img_item {
    margin: 0 5px;
    cursor: pointer;
    height: auto;
    aspect-ratio: 62/50;
}


.works_ovn_main {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.works_ovn_right {
    width: 620px;
    height: 740px;
    max-width: 100%;
}

.under main .works_ovn_cate {
    display: inline-block;
    background: var(--mcolor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.under main .works_ovn_name {
    color: var(--scolor);
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}

.works_ovn_info {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-top: auto;
    width: 100%;
}

.works_ovn_info:not(:last-child) {
    margin-bottom: 30px;
}

.works_ovn_info li {
    display: flex;
    background: url(../images/line2.png) repeat-x left bottom / auto 2px;
    padding: 15px 0;
}

.works_ovn_info li:first-child {
    background: url(../images/line2.png) repeat-x left top / auto 2px, url(../images/line2.png) repeat-x left bottom / auto 2px;
    padding: 15px 0;
}

.works_ovn_info li .tit {
    color: #2b70ba;
    font-weight: 700;
    flex-shrink: 0;
    width: 210px;
}

.works_ovn_tag {
    display: flex;
    flex-wrap: wrap;
}

.works_ovn_tag span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1b5c96;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: -0.06em;
    padding: 7px 10px 9px;
}

.ovn_contentt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ovn_contentt_item {
    width: calc((100% - 60px) / 2);
}

.ovn_content_img img {
    max-height: 400px;
}

.under main section.ovn_full {
    width: 100%;
}

.list_ovn_related {
    margin: 40px -30px 0;
}

.list_ovn_related .slick-track {
    display: flex;
}

.list_ovn_related.slick-initialized .slick-slide {
    margin: 0 30px !important;
    height: auto;
}

.list_ovn_related .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.list_ovn_related .slick-dots li button {
    background: var(--gray);
    border-radius: 50%;
}

.list_ovn_related .slick-dots li {
    margin: 0 10px;
}

.list_ovn_related .slick-dots li.slick-active button {
    background: var(--mcolor);
}

.under main .btn_list .is_none a {
    background-image: none;
}

.under main .btn_list .is_prev a {
    background-image: url("../images/icon_arrow_left.svg");
    background-position: left 28px top 34px;
}

.under main .btn_list .btn a {
    max-width: 100%;
}

.under main .btn_list .btn .txt {
    display: block;
    padding: 0 30px 0 70px;
}

.under main .btn_list .is_next .txt {
    padding: 0 70px 0 30px;
}

.under main .btn_list .is_prev .en {
    display: block;
    text-align: right;
}

.under main .btn_list .btn .tit {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_info li a {
    background: url(../images/line2.png) repeat-x left top / auto 2px, url(../images/icon_arrow_blue.png) no-repeat right 10px center / 30px;
    padding: 36px 90px 30px 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.list_info li:last-child a {
    background: url(../images/line2.png) repeat-x left top / auto 2px, url(../images/line2.png) repeat-x left bottom / auto 2px, url(../images/icon_arrow_blue.png) no-repeat right 10px center / 30px;
}

.list_info li .date {
    font-weight: 700;
    font-family: var(--en);
    color: #2b70ba;
    margin-bottom: 12px;
}

.list_info li .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.list_info {
    margin-bottom: 50px;
}

.under_area_list .img {
    width: 580px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.under_area_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.under_area_list.sec06_item>div .info dl dd {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.works_ovn_price {
    font-size: 24px;
    font-weight: 500;
}

.works_ovn_price .num {
    font-size: 160%;
    font-weight: 700;
}

#estate_detail .works_ovn_img.slick-initialized .slick-slide img {
    max-height: 500px;
}

#estate_detail .works_ovn_info li .tit {
    width: 80px;
}


.under_main .ft_tel {
    flex-direction: column;
    height: auto;
    border-radius: 9999px;
    padding: 15px;
}

.under_main .ft_tel_txt {
    
}

.under_main .ft_tel p {
    color: #fff;
    align-items: center;
}

/* FOOTER TOP */
.sec03_item .item_l {
    padding-top: 161px;
}
.under#contact .contact_fix{display: none}

/* 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;
}