@media screen and (min-width: 751px) {
    .lightbox, .lightboxOverlay {
        min-width: var(--container);
    }
    .under main .image_l {
        float: left;
        margin: 0 50px 0 0
    }
    .under main .image_r {
        float: right;
        margin: 0 0 0 50px
    }
    /* BUTTON OVN DETAIL */
    .under main .btn_list {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .under main .btn_list .is_prev {
        position: absolute;
        top: 0;
        left: 0;
    }
    .under main .btn_list .is_next {
        position: absolute;
        top: 0;
        right: 0;
    }
    .under main .btn_list .btn a {
        width: 360px;
    }
    .under main .btn_list .is_prev a:hover {
        background: url(../images/arrow_w_l.png) no-repeat left 27px center / 20px var(--mcolor);
    }
    /* HOVER */
    .under main #topic_path li a:hover {
        text-decoration: underline
    }
    .under main .bnn a:hover, .under main #topic_path li.icon_home a:hover {
        opacity: 0.7;
    }
    .under main .ovn_list dl:hover, .over:hover {
        opacity: 0.8;
    }
    .under main .link:not(a[target=_blank]):hover {
        color: var(--scolor);
    }
    .under main .btn.is_none a:hover {
        background: var(--mcolor);
    }
    .hidden {
        overflow: hidden;
    }
    .under main .list_anchor.list_3anchor .btn a {
        width: 370px;
    }
    .under main table td.bor_bt_l {
        border-bottom-left-radius: 10px;
        border-left: 1px var(--mcolor) solid !important;
    }
    .under main #content .inner {
        width: 1200px;
    }
    .under main #top_info .inner {
        padding-bottom: 40px;
    }
    .under main table.tb_block.tb2 th {
        border-bottom: none;
    }
    .under main table.tb_block.tb2 tr th:not(:last-child) {
        border-right-color: #fff;
    }
}
@media screen and (min-width: 751px) and (max-width: 1800px) {
    .under main #top_info {
        padding-top: 130px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1450px) {
    .under main #top_info {
        padding-top: 110px;
    }
}
@media screen and (max-width: 750px) {
    .under main #content {
        padding: 0 0 80px
    }
    .under main section {
        padding: 0 0 60px;
    }
    .under main .image_r, .under main .image_l {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 auto 30px !important
    }
    /*==========================================================
                  C U S T O M
  ==========================================================*/
    /*  TOP INFO  */
    .under main #top_info {
        height: 250px;
        padding-top: 60px;
    }
    .under main #topic_path {
        margin-bottom: 15px
    }
    .under main #topic_path li, .under main #topic_path li a {
        font-size: 14px;
    }
    .under main #topic_path ul {
        padding: 10px 0 25px;
    }
    /*============ HEAD TITLE ============ */
    .under main h2 {
        font-size: 26px;
    }
    .under main h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .under main h4 {
        font-size: 22px;
        padding: 10px 15px;
        margin-bottom: 25px;
    }
    .under main h5 {
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .under main h6 {
        font-size: 18px;
    }
    /*============ TABLE ============ */
    .under main table {
        margin-bottom: 30px
    }
    .under main table td, .under main table th {
        padding: 12px 8px;
    }
    .under main table.tb_block tr {
        display: flex;
        flex-direction: column
    }
    .under main table.tb_block tr:not(:last-child) th {
        border-bottom: none
    }
    .under main table.tb_block td + td {
        border-top: none;
    }
    .under main table.tb_block tr:last-child td:last-child, .under main table.mailform tr:last-child td:last-child {
        border-bottom-left-radius: 10px;
    }
    .under main table.mailform tr:last-child th {
        border-bottom-left-radius: 0px;
    }
    .under main table.mailform tr:first-child td {
        border-top-right-radius: 0px;
    }
    .under main table.mailform tr #h_en1245939490 {
        border-top-right-radius: 0px;
    }
    .under main table.tb_block tr:first-child th:first-child, .under main table.mailform tr:first-child th:first-child, .under main table.tb_block.tb2 tr:nth-child(2) th:first-child {
        border-top-right-radius: 10px;
    }
    .under main table.tb_block.tb2 tr:nth-child(2) th:first-child {
        border-top-left-radius: 10px;
    }
    .under main table.tb_block.tb2 tr:nth-child(2) td {
        border-right: 1px var(--mcolor) solid;
        border-left: 1px var(--mcolor) solid;
    }
    .under main table th, .under main table td.td1 {
        font-size: 20px;
    }
    .under main .tb_scroll table th, .under main .tb_scroll table td.td1 {
        font-size: 17px;
    }
    .under main table.td2 tr:nth-child(2) th {}
    .under main table.tb_block th, .under main table.tb_block td {
        width: 100%;
    }
    .under main table.tb_block tr td:not(:last-child) {
        border-right: none;
    }
    .under main table.tb_block tr td:last-child {
        border-top-right-radius: 0px;
    }
    .under main table.tb_block tr:last-child th {
        border-bottom-left-radius: 0px;
    }
    .under main table.tb_block tr:not(:last-child) td {
        border-bottom: none;
    }
    .under main table.tb_block tr td:not(:first-child), .under main table.mailform tr td:not(:first-child) {
        border-left: 1px var(--mcolor) solid;
    }
    /* TABLE SCROLL */
    .under main .tb_scroll {
        overflow: scroll;
    }
    .under main .tb_scroll:not(:last-child) {
        margin-bottom: 30px;
    }
    .under main .tb_scroll table {
        width: 800px;
    }
    .under main .tb_note {
        margin-bottom: 10px;
        color: #999;
    }
    /*============ LIST ============ */
    .under main .list01 {}
    .under main .list01 li::before {
        width: 12px;
        height: 12px;
        top: 7px;
    }
    .under main .list02 li::before {
        width: 23.5px;
        height: 23.5px;
        top: 2px;
        font-size: 12px;
    }
    .under main .list01 li {}
    .under main .list02 {}
    .under main .list02 li {}
    .under main .list02 li::before {}
    .under main .list_check {}
    .under main .list_check li {}
    /* LIST FAQ */
    .under main .list_faq dl {
        margin-bottom: 30px;
        padding: 15px
    }
    .under main .list_faq dt span {
        position: relative;
    }
    .under main .list_faq dt {
        font-size: 16px;
        padding-bottom: 13px;
    }
    /* List STEP */
    .under main .list_step dl {
        margin-bottom: 20px;
        padding-bottom: 40px
    }
    /*============ FRAME ============ */
    .under main .frame01 {
        padding: 20px 15px;
        border-width: 2px;
    }
    .under main .frame02 {
        padding: 20px 15px;
    }
    .under main .frame_pick {
        padding: 30px 15px
    }
    /*============ ORTHER ============ */
    .under main .box_map {
        height: 250px
    }
    /*============ OVN ============ */
    .under main .ovn_detail_ct img {
        max-width: 100%;
        max-height: 300px;
    }
    .bor1 img {
        border-radius: 20px;
    }
    .under main .center_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .under main .list_anchor .btn {
        width: 100%;
        max-width: 320px;
    }
    .under main .btn a {
        width: 100%;
        background-position: right 10px center;
    }
    .under main .list_anchor .btn a {
        height: 66px;
    }
    .under main .list_img li:not(:last-child) {
        margin-right: 20px;
    }
    .under main .list_img.list_3img li:not(:last-child) {
        margin-right: 10px;
    }
    .under main .list_img {
        margin-bottom: 20px;
    }
    .under main .staff_box {
        flex-direction: column;
    }
    .under main .staff_l {
        margin: 0 auto 20px;
    }
    .under main .box_policy {
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid var(--mcolor);
    }
    .under main .un_contact_tel a {
        font-size: 32px;
        background-size: 21px auto;
        background-position: left top 9px;
        padding-left: 28px;
    }
    .under main .h_contact_tel .time .tt {
        width: 78px;
        font-size: 14px;
    }
    .under main .btn_list {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .under main .btn_list li {
        margin: 0 auto 20px
    }
    .under main .btn_list li:last-child {
        margin-bottom: 0;
    }
    .under main .frame_staff_tt1, .under main .frame_staff_tt2 {
        text-align: center;
        width: 100%;
    }
    .under main .frame_staff_tt1 {
        font-size: 120%;
    }
    .under main .frame_staff .img {
        margin-bottom: 0px !important;
    }
    .under main .frame_staff {
        padding: 25px 15px 25px;
    }
    .under main .frame_staff .btn a {
        margin: 0 auto;
        width: 250px;
    }
    .under main .frame_staff .f_md {
        font-size: 110%;
    }
    .under main .ovn_list dl {
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
    }
    .under main .ovn_list dl:not(:last-child) {
        margin-bottom: 30px;
    }
    .under main .ovn_list dd {
        width: 100%;
    }
    .under main .ovn_list dt {
        width: 100%;
        height: 240px;
        margin-right: 0;
        justify-content: center;
        margin-bottom: 10px;
    }
    .under main .ovn_list dd .date {
        margin-bottom: 0;
    }
    .under main .ovn_list dd .des {
        margin-top: 11px;
    }
    .under main .ovn_list dd a {
        font-size: 20px;
    }
    .under main .ovn_list {
        margin-top: 30px;
    }
    .u_editor img {
        max-width: 100%;
        height: auto !important;
        width: auto !important;
        max-height: 300px;
        float: none !important;
        margin: 0 auto 25px !important;
        display: table;
    }
    .under main .ovn_list dt img {
        margin-right: 0;
    }
    .u_editor img, .under main .center_post img {
        border-radius: 20px;
    }
}
/* IPHONE 14 */
@media screen and (max-width: 440px) {
    /*============ ORTHER ============ */
    /*============ OVN ============ */
    .under .ovn_list dl {
        flex-wrap: wrap;
    }
    .under .ovn_list dd {
        width: 100%;
    }
    .under .ovn_list dt img {
        top: inherit;
    }
    .under main .ovn_list dt {
        height: 200px;
    }
    .under main .list_img.list_3img.bor1 img {
        border-radius: 10px;
    }
}
/* IPHONE 6 */
@media screen and (max-width: 360px) {
    .under main h2 {
        font-size: 24px;
    }
    .under main .btn a {
        font-size: 14px;
    }
    .under main .un_bnr1 a .lg {
        font-size: 24px;
    }
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}