@charset "utf-8";@import '//fonts.googleapis.com/css?family=Roboto:400,700';@import '../../../nariya/css/ionicons/css/ionicons.min.css';@import '../../../nariya/css/g5.css';@import '../../../nariya/css/mask.css';body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000
}

h1,h2,h3,h4,h5,h6,.en {
    font-family: roboto,sans-serif
}

.wrapper {
    background: #fff;
    height: 100%
}

@media all and (max-width: 991px) {
    .responsive .wrapper {
        overflow-x:hidden
    }
}

.boxed.wrapper {
    box-shadow: 0 0 6px #999;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999
}

.nt-container,.nt-container-wide {
    margin: 0 auto
}

@media all and (min-width: 992px) {
    .responsive .boxed-a.wrapper .nt-container.px-xl-0 {
        padding-left:1.5rem!important;
        padding-right: 1.5rem!important
    }

    .responsive .boxed-b.wrapper {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.no-responsive .boxed-b.wrapper {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

@media all and (max-width: 1199px) {
    .no-responsive .wrapper.wided .nt-container.px-xl-0 {
        padding-left:1.5rem!important;
        padding-right: 1.5rem!important
    }

    .no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }
}

#nt_loader {
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 10000
}

#nt_loader .loader {
    margin: -25px 0 0 -25px;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    position: absolute;
    z-index: 10001
}

#nt_lnb ul {
    list-style: none;
    margin: 0
}

#nt_lnb ul>li {
    float: left;
    padding: 0 13px
}

#nt_lnb ul>li::after {
    font-family: dotum;
    font-weight: 400;
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -15px
}

#nt_lnb ul>li:first-child {
    padding-left: 0
}

#nt_lnb ul>li:last-child {
    padding-right: 0
}

#nt_lnb ul>li:last-child::after {
    content: "";
    margin-right: 0
}

#nt_lnb ul>li>a {
    float: left;
    white-space: nowrap
}

#nt_lnb .dropdown-toggle::after {
    color: #ccc
}

#header_mo {
    box-shadow: 0 5px 5px -2px rgba(50,60,70,.15);
    -webkit-box-shadow: 0 5px 5px -2px rgba(50,60,70,.15);
    -moz-box-shadow: 0 5px 5px -2px rgba(50,60,70,.15);
    background: #fff
}

#header_mo h3 {
    position: relative
}

@media (max-width: 767px) {
    #header_mo h3 {
        display: flex;
        align-items: center;
        height: 60px; /* 필요 시 조정 */
    }

    #header_mo_search {
        margin-left: auto; /* 오른쪽 끝으로 밀어냄 */
    }

    #logo_img {
        max-width: 180px;
        height: auto;
        display: block;
    }
}

#header_mo_search {
    font-size: 22px;
    line-height: 3
}

#header_mo_alarm {
    position: relative;
    margin-top: 9px;
    line-height: 1
}

#header_mo_alarm .icon_header_mo_bell {
    width: 20px
}

#header_mo_alarm #header_mo_alarm_cnt {
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    top: -4px;
    left: 10px;
    line-height: 1;
    min-width: 10px;
    padding: 4px 5px 3px;
    background: #db3232;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px -2px #ababab;
    -webkit-box-shadow: 0 4px 4px -2px #ababab;
    -moz-box-shadow: 0 4px 4px -2px #ababab;
    white-space: nowrap;
    vertical-align: baseline
}

#nt_search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

#nt_search .tcontent {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

#nt_search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff
}

#nt_search .closebtn:hover {
    color: #ccc
}

#nt_search input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff
}

#nt_search input[type=text]:hover {
    background: #f1f1f1
}

#nt_search button {
    float: left;
    width: 20%;
    padding: 15px;
    font-size: 17px;
    border: none;
    cursor: pointer
}

#nt_menu {
    position: relative;
    z-index: 20
}

#nt_menu .nt-container,#nt_menu .me-list .me-li,#nt_menu .sub-1dul,#nt_menu .sub-1dli {
    position: relative
}

#nt_menu .sub-slide {
    display: none;
    visibility: visible
}

#nt_menu .sub-icon::after {
    font-family: fontawesome;
    float: right;
    position: relative;
    content: "\f105"
}

#nt_menu .me-icon {
    width: 4rem;
    text-align: center
}

#nt_menu .me-a {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000
}

#nt_menu .me-li.on .me-a,#nt_menu .me-li:hover .me-a {
    color: #ff4500
}

#nt_menu .sub-2div {
    left: 100%;
    top: 0;
    position: absolute;
    z-index: 22;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

#nt_menu .sub-2dul {
}

#nt_menu .sub-2dli {
}

#nt_menu .sub-2da {
    display: block;
    color: #000;
    border-bottom: 1px solid #eee
}

#nt_menu .sub-2dli.on .sub-2da,#nt_menu .sub-2dli:hover .sub-2da {
    color: #000;
    background: #fafafa;
    border-color: #eee;
    font-weight: 700
}

#nt_menu .sub-2line {
    display: block;
    color: #000;
    font-weight: 700;
    background: #f5f5f5
}

.nt-menu .sub-1div {
    position: absolute;
    left: 0;
    z-index: 21;
    width: auto;
    text-align: left;
    top: 100%;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.nt-menu .sub-1div::before {
    left: 50%;
    margin-left: -8px
}

.nt-menu .sub-1dul {
    margin: 0 auto
}

.nt-menu .sub-1da {
    display: block;
    color: #000;
    border-bottom: 1px solid #eee
}

.nt-menu .sub-1line {
    position: relative;
    display: block
}

.nt-menu .sub-1dli.on .sub-1da,.nt-menu .sub-1dli:hover .sub-1da {
    color: #000;
    background: #f5f5f5;
    border-color: #eee;
    font-weight: 700
}

.nt-menu .sub-1line {
    color: #000;
    font-weight: 700;
    background: #fafafa
}

.nt-menu .me-sh {
    padding: .59rem 1rem
}

.nt-menu-full .me-ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: rgba(255,255,255)
}

.nt-menu-full .me-li {
    margin-right: -1px
}

.nt-menu-full .nav-full {
    box-shadow: 0 5px 5px -2px rgba(50,60,70,.15);
    -webkit-box-shadow: 0 5px 5px -2px rgba(50,60,70,.15);
    -moz-box-shadow: 0 5px 5px -2px rgba(50,60,70,.15)
}

.nt-menu-full .sub-full {
    display: none;
    visibility: visible
}

.nt-menu-full .sub-1div {
    text-align: left;
    padding: 1rem 0;
    border: 1px solid #eee
}

.nt-menu-full .me-li:hover .sub-1div {
    background: #fdfdfd
}

.nt-menu-full .sub-1da {
    color: #000
}

.nt-menu-full .sub-1line {
    position: relative;
    display: block;
    background: #f5f5f5;
    font-weight: 700
}

.nt-menu-full .sub-1dli.on .sub-1da,.nt-menu-full .sub-1dli:hover .sub-1da {
    color: #ff4500;
    font-weight: 700
}

.nt-menu-full .sub-1div .me-sh {
    display: block;
    padding: .25rem 1.25rem
}

.nt-menu-full .sub-2div .me-sh {
    padding: .59rem 1rem
}

#nt_sticky_wrap.me-sticky {
    position: fixed;
    width: 100%;
    z-index: 900;
    left: 0;
    top: 0
}

#nt_sticky_wrap.me-sticky .header-logo {
    width: auto;
    height: 40px
}

@media all and (min-width: 992px) {
    #nt_sticky_wrap.me-sticky #header_pc {
        box-shadow:0 5px 5px -2px rgba(50,60,70,.15);
        -webkit-box-shadow: 0 5px 5px -2px rgba(50,60,70,.15);
        -moz-box-shadow: 0 5px 5px -2px rgba(50,60,70,.15)
    }

    .wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav {
        margin: 0 auto!important
    }

    .wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav {
        margin: 0 0 0 auto!important
    }

    .wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav {
        margin: 0 auto 0 0!important
    }
}

#nt_menu_mobile .d-block.on {
    color: #fff;
    background: rgba(0,0,0,.2)
}

#nt_menu_mobile .gra {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 1.25rem;
    height: 100%
}

#nt_menu_mobile .gra-left-primary {
    left: 0
}

#nt_menu_mobile .gra-right-primary {
    right: 0
}

#nt_menu_mobile .gra-left-white {
    left: 0;
    background: linear-gradient(to left,rgba(0,0,0,0) 0,#fff 60%)
}

#nt_menu_mobile .gra-right-white {
    right: 0;
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#fff 60%)
}

#hd h1,#hd_h1 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#nt_title {
    position: relative;
    overflow: hidden
}

#nt_title .nt-container {
    position: relative;
    z-index: 2
}

#nt_title .page-title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.4
}

#nt_title .breadcrumb-item+.breadcrumb-item::before {
    font-family: dotum;
    font-weight: 400;
    content: ">"
}

#nt_title a {
    background: 0 0!important
}

.pt-nav-wrap {
    margin-right: -2px
}

.pt-nav {
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    z-index: 10
}

@media all and (max-width: 767px) {
    .responsive #nt_title .page-title {
        font-size:24px
    }
}

@media all and (max-width: 575px) {
    .responsive #nt_title .page-title {
        font-size:22px
    }
}

#nt_wing .nt-container {
    position: relative;
    overflow: visible!important
}

#nt_wing img {
    max-width: 100%
}

#nt_wing .wing-left,#nt_wing .wing-right {
    position: absolute;
    width: 160px
}

#nt_wing .wing-left {
    left: -180px
}

#nt_wing .wing-right {
    right: -180px
}

.boxed-b #nt_wing .wing-left {
    left: -200px
}

.boxed-b #nt_wing .wing-right {
    right: -200px
}

#nt_footer .nt-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nt_footer .nt-links ul>li {
    float: left;
    padding: 0 13px
}

#nt_footer ul>li:first-child {
    padding-left: 0
}

#nt_footer ul>li:last-child {
    padding-right: 0
}

#nt_footer .nt-links ul>li::after {
    font-family: dotum;
    font-weight: 400;
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -15px
}

#nt_footer .nt-links ul>li:last-child::after {
    content: ""
}

#nt_footer .nt-links ul>li>a {
    color: #333;
    white-space: nowrap
}

@media all and (max-width: 991px) {
    .responsive #nt_footer .nt-links ul>li {
        float:none;
        display: inline-block
    }
}

h3.h3 {
    padding: 0;
    margin: 0;
    font-weight: 700
}

hr.hr::before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    line-height: 1px;
    background-color: #ddd
}

hr.hr {
    display: block;
    position: relative;
    height: 3px;
    border: none;
    line-height: 1px;
    padding: 0;
    margin: 0
}

hr.hr::after {
    width: 4rem;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1px
}

@media all and (max-width: 575px) {
    .responsive h3.h3 {
        padding-left:1rem;
        padding-right: 1rem
    }

    .responsive hr.hr::after {
        left: 1rem
    }
}

.na-list li {
    line-height: 1.92
}

.na-list .na-line {
    border-bottom: 1px solid #efefef
}

.is-pc .na-list .na-line {
    padding-bottom: .15rem;
    margin-bottom: .15rem
}

.is-mobile .na-list .na-line {
    padding-bottom: .2rem;
    margin-bottom: .25rem
}

.f-h1 {
    font-size: 18px!important
}

.owl-slider.owl-nav-top .owl-nav {
    position: absolute;
    right: 0;
    top: -3.75rem;
    z-index: 3
}

.owl-slider.owl-nav-bottom .owl-nav {
    text-align: center
}

.owl-slider.owl-nav-right .owl-nav {
    text-align: right
}

.owl-slider .owl-carousel .owl-nav button {
    outline: none!important;
    width: auto!important;
    padding: .35rem .75rem!important;
    margin: 0!important;
    border: 1px solid #ddd!important;
    background: #fff!important;
    color: #ccc!important;
    line-height: 1.2!important
}

.owl-slider .owl-carousel .owl-nav button:hover {
    background: #f5f5f5!important
}

.owl-slider .owl-carousel .owl-nav button.owl-prev {
    border-right: 0!important
}

.owl-slider.owl-nav-lg .owl-carousel .owl-nav button {
    padding: .5rem 1rem!important
}

.main_sd_list {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    padding: 5px;
    padding-right: .75rem!important;
    padding-left: .75rem!important;
    margin: 0;
    margin-bottom: 10px
}

.slider-nav-top .owl-slider.owl-nav-both .owl-nav button.owl-prev {
    float: left;
    border: 1px solid #ddd!important
}

.owl-slider.owl-nav-both .owl-nav button.owl-next {
    float: right
}

.owl-slider.owl-nav-both .owl-nav:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.owl-slider.owl-nav-title .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    z-index: 1
}

.owl-slider.owl-nav-title .owl-nav button {
    border: 0!important;
    background: 0 0!important;
    color: rgba(255,255,255,.5)!important;
    line-height: 1!important
}

.owl-slider.owl-nav-title .owl-nav button:hover {
    background: 0 0!important;
    color: #fff!important
}

.owl-slider.owl-nav-title .owl-nav button.owl-prev {
    position: absolute;
    left: 80px;
    top: 0;
    font-size: 80px!important
}

.owl-slider.owl-nav-title .owl-nav button.owl-next {
    position: absolute;
    right: 80px;
    top: 0;
    font-size: 80px!important
}

@media(max-width: 1399px) {
    .owl-slider.owl-nav-title .owl-nav button.owl-prev {
        left:30px
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-next {
        right: 30px
    }
}

@media(max-width: 1199px) {
    .owl-slider.owl-nav-title .owl-nav {
        margin-top:-35px
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-prev {
        left: 20px;
        font-size: 70px!important
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-next {
        right: 20px;
        font-size: 70px!important
    }
}

@media(max-width: 767px) {
    .owl-slider.owl-nav-title .owl-nav {
        margin-top:-30px
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-prev {
        left: 15px;
        font-size: 60px!important
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-next {
        right: 15px;
        font-size: 60px!important
    }
}

@media(max-width: 575px) {
    .owl-slider.owl-nav-title .owl-nav {
        margin-top:-25px
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-prev {
        left: 10px;
        font-size: 50px!important
    }

    .owl-slider.owl-nav-title .owl-nav button.owl-next {
        right: 10px;
        font-size: 50px!important
    }
}

.owl-slider .owl-carousel .owl-item .sv_wrap img {
    display: inline-block!important;
    width: auto!important
}

@media all and (min-width: 768px) {
    .pagination-top {
        position:absolute;
        top: -4.1rem;
        right: 0;
        margin: 0!important;
        z-index: 1
    }

    .pagination-top.pagination-sm {
        top: -3.6rem
    }

    .pagination-top.pagination-lg {
        top: -5.2rem
    }
}

@media all and (max-width: 767px) {
    .pagination-top {
        justify-content:center!important
    }
}

.tooltip .tooltip-inner {
    font-size: 1rem!important
}

.custom-checkbox .custom-control-label::before,.custom-checkbox .custom-control-label::after,.custom-radio .custom-control-label::before,.custom-radio .custom-control-label::after {
    top: .15rem!important;
    width: 1.4rem!important;
    height: 1.4rem!important
}

.custom-checkbox .custom-control-label span,.custom-radio .custom-control-label span {
    cursor: pointer;
    padding-left: .5rem!important
}

.custom-switch .custom-control-label::before,.custom-switch .custom-control-label::after {
    margin-top: 2px
}

.btn-lg {
    padding: 10px 16px;
    border-radius: 3px;
    line-height: 1.33;
    font-size: 18px
}

.btn-lg i {
    top: 3px;
    font-size: 24px;
    position: relative
}

.col-form-label {
    font-weight: 700
}

.page-link,.page-link:hover,.page-link:focus {
    color: #333
}

.na-round,.view_image img,.pretty-embed img {
    border-radius: .3rem!important
}

.is-square .na-round,.is-square .view_image img,.is-square .pretty-embed img,.is-square .btn,.is-square .alert,.is-square .nav-link,.is-square .form-control,.is-square .input-group-prepend,.is-square .input-group-append,.is-square .input-group-text,.is-square .custom-file-label,.is-square .custom-file-label:after,.is-square .custom-select,.is-square .label,.is-square .progress,.is-square .pagination li a,.is-square .list-group-item {
    border-radius: 0!important
}

#main_banner {
    margin: 60px 0 50px
}

.main_banner_title {
    text-align: center;
    border: 1px solid rgba(0,0,0,.125);
    padding: 20px 5px 5px;
    border-radius: 10px;
    margin-bottom: 15px
}

.main_banner_title h2 {
    margin-bottom: 28px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    color: #dc3545;
    font-weight: 700;
    line-height: 24px
}

.main_banner_title .icon_main_banner_title {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px
}

.main_banner_title .icon_main_banner_title:first-child {
    margin-right: 5px
}

.main_banner_title .icon_main_banner_title:last-child {
    margin-left: 5px
}

.main_banner_title h2 span {
    color: #dc3545
}

.main_banner_title2 {
    color: #666;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 15px;
    border: 1px solid #dcdfe5;
    border-radius: 10px;
    padding: 30px 40px
}

.main_banner_img {
    margin-top: 15px
}

@media(max-width: 767px) {
    .main_banner_title h2 {
        font-size:22px;
        margin-bottom: 10px
    }

    .main_banner_title .icon_main_banner_title:first-child {
        margin-right: 0
    }

    .main_banner_title .icon_main_banner_title:last-child {
        margin-left: 0
    }

    .main_banner_title .icon_main_banner_title img {
        width: 70%
    }
}

#nt_body {
    margin-top: 15px;
    margin-bottom: 30px
}

#nt_footer {
    background: #f8f9fa!important;
    padding: 30px 0
}

#nt_footer .nt-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#nt_footer .nt-links ul>li {
    float: left;
    padding: 0 13px
}

#nt_footer ul>li:first-child {
    padding-left: 0
}

#nt_footer ul>li:last-child {
    padding-right: 0
}

#nt_footer .nt-links ul>li::after {
    font-family: dotum;
    font-weight: 400;
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -15px
}

#nt_footer .nt-links ul>li:last-child::after {
    content: ""
}

#nt_footer .nt-links ul>li>a {
    color: #333;
    white-space: nowrap
}

@media all and (max-width: 991px) {
    .responsive #nt_footer .nt-links ul>li {
        float:none;
        display: inline-block
    }
}

#ft_center_1 {
    font-size: 13px
}

#ft_center_1>div {
    margin-bottom: 3px
}

#ft_center_2 {
    font-size: 20px;
    font-weight: 700
}

#ft_center_2>div {
    margin-bottom: 17px
}

#ft_center_2>div:last-child {
    margin-bottom: 0
}

#ft_center_2>div span:last-child {
    margin-left: 5px
}

#ft_copyright {
    font-size: 12px;
    color: #333;
    margin-top: 30px
}

#ft_btn .btn_ft {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    transition: background .15s
}

#ft_btn .btn_ft:last-child {
    margin-bottom: 0
}

#ft_btn .btn_ft i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

#ft_btn #btn_ft_cscenter {
    background: #dc3545;
    color: #fff
}

#ft_btn #btn_ft_cscenter:hover {
    background: #005bbc
}

#ft_btn #btn_ft_device_change {
    background: #333;
    color: #ccc
}

#ft_btn #btn_ft_device_change:hover {
    background: #2a2a2a
}

#ft_btn #btn_ft_cscenter i {
}

#ft_btn #btn_ft_device_change i {
    color: #dc3545
}

@media(max-width: 992px) {
    #ft_logo,#ft_center_1,#ft_center_2,#ft_copyright {
        margin-bottom:20px
    }

    #ft_center_2 {
        font-size: 18px
    }

    #ft_copyright {
        margin-top: 0
    }
}

@media(max-width: 576px) {
    #nt_footer {
        padding:30px 15px
    }
}

.cnt_r .top_nav {
    margin-bottom: 20px
}

.cnt_r .top_nav .nav {
    display: grid;
    grid-template: auto/repeat(3,1fr);
    -webkit-align-items: flex-start;
    align-items: flex-start;
    grid-gap: 20px 20px;
    gap: 20px 20px
}

.cnt_r .top_nav .nav li {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 10px rgba(204,204,204,.25)
}

.cnt_r .top_nav .nav li a {
    display: inline-block;
    position: relative
}

.cnt_r .top_nav .nav li a img {
    width: 100%
}

.cnt_r .top_nav .nav li:nth-child(1) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(1) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(1) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(2) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(2) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(2) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(3) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(3) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(3) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(4) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(4) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(4) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(5) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(5) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(5) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(8) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(8) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(8) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(6) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(6) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(6) a:hover:after {
    visibility: visible;
    opacity: 1
}

.cnt_r .top_nav .nav li:nth-child(7) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: ""
}

.cnt_r .top_nav .nav li:nth-child(7) a:after {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dc3545;
    background-size: cover;
    display: block;
    content: "";
    z-index: 5;
    top: 0;
    transition: all .3s;
    left: 0;
    position: absolute
}

.cnt_r .top_nav .nav li:nth-child(7) a:hover:after {
    visibility: visible;
    opacity: 1
}

.show_box {
}

.show_box .main_line_2,.show_box .main_line_3 {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 10px rgba(204,204,204,.25);
    border-radius: 10px;
    overflow: hidden
}

.show_box .main_line_1 {
    margin-bottom: 10px;
    max-height: 310px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 0 10px rgba(204,204,204,.25);
    border-radius: 10px;
    overflow: hidden
}

.show_box .main_line_2 {
    padding: 20px;
    box-sizing: border-box
}

.show_box .main_line_3 {
    padding: 20px;
    box-sizing: border-box
}

.show_box .main_line_3 {
    background-position-x: 821px
}

.show_box .main_line_2>h3 {
    margin-bottom: 28px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #dc3545;
    font-weight: 700;
    line-height: 24px
}

.show_box .main_line_3>h3 {
    margin-bottom: 36px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #dc3545;
    font-weight: 700;
    line-height: 24px
}

.show_box .main_line_2 ul {
    display: grid;
    grid-template: auto/repeat(4,1fr);
    -webkit-align-items: flex-start;
    align-items: flex-start;
    grid-gap: 10px 10px;
    gap: 10px 10px;
    text-align: center
}

.show_box .main_line_2 ul li {
    max-width: 225px;
    width: 100%
}

.show_box .main_line_2 ul li span.icon {
    display: inline-block;
    margin-bottom: 16px
}

.show_box .main_line_2 ul li .info h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 18px;
    justify-content: center;
    margin-bottom: 16px;
    color: #000
}

.show_box .main_line_2 ul li .info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444
}

.show_box .main_line_3>ul {
    display: grid;
    grid-template: auto/repeat(2,1fr);
    -webkit-align-items: flex-start;
    align-items: flex-start;
    grid-gap: 28px 20px;
    gap: 28px 20px
}

.show_box .main_line_3>ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 82px;
    padding: 4px 0
}

.show_box .main_line_3>ul li .icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 20px;
    height: 82px
}

.show_box .main_line_3>ul li .info {
}

.show_box .main_line_3>ul li .info h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 8px
}

.show_box .main_line_3>ul li .info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444
}

.mb {
    display: none
}

@media(max-width: 990px) {
    .show_box .main_line_2,.show_box .main_line_3 {
        max-height:310px
    }
}

@media(max-width: 600px) {
    .mb {
        display:block
    }

    .cnt_r .top_nav .nav {
        grid-gap: 5px 5px;
        gap: 5px 5px;
        grid-template: auto/repeat(2,1fr)
    }
}

@media(max-width: 575px) {
    #nt_body {
        padding:0 10px
    }
}

@media(max-width: 500px) {
    .show_box .main_line_1,.show_box .main_line_2,.show_box .main_line_3 {
        height:auto
    }

    .show_box .main_line_2 {
        height: auto;
        max-height: initial
    }

    .show_box .main_line_2 ul {
        grid-template: auto/repeat(2,1fr)
    }

    .show_box .main_line_2 ul li .info h4 {
        font-size: 13px
    }

    .show_box .main_line_2 ul li .info p {
        font-size: 14px
    }

    .show_box .main_line_3 {
        height: auto;
        max-height: initial
    }

    .show_box .main_line_3>ul li {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 4px 0;
        text-align: center;
        align-items: center
    }

    .show_box .main_line_3>ul li .icon {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-right: 0;
        height: auto;
        margin-bottom: 10px
    }

    .show_box .main_line_3>ul li .info {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
}

.main_explain_title_wrap {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #dcdfe5;
    border-radius: 10px
}

.main_explain_title,.main_explain_title h2,.main_explain_title h3 {
    font-size: 34px;
    font-weight: 700;
    /* letter-spacing: -.28rem; */
    text-align: center
}

.main_explain_title h2,.main_explain_title h3 {
    display: inline
}

.main_explain_title2 {
    color: #666;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .main_explain_title,.main_explain_title h2,.main_explain_title h3 {
        font-size:26px
    }
}

.main_explain_con_wrap {
    margin-bottom: 15px
}

#row-area-content .main_explain_con_wrap:last-child {
    margin-bottom: 0
}

.main_explain_con_div {
    position: relative;
    padding-top: 35px
}

.main_explain_con_wrap .main_explain_con_div:first-child {
    padding-top: 0
}

.main_explain_con_title {
    position: relative;
    padding: 10px 40px;
    border-radius: 0 30px 30px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    word-break: break-all;
    line-height: 1.4;
    z-index: 1;
    text-align: left
}

.main_explain_con_title h3,.main_explain_con_title h4 {
    display: inline;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit
}

.main_explain_con {
    position: relative;
    padding: 30px 40px;
    z-index: 1;
    text-align: left
}

.main_explain_con>div {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: -.04rem
}

.main_explain_con>div:first-child {
    margin-top: 0
}

.main_explain_con>div strong {
    position: relative;
    font-size: 28px;
    line-height: 1.5;
    z-index: 1
}

.main_explain_con .main_explain_con_inner_end {
    text-align: left;
    color: #666;
    font-size: 14px;
    letter-spacing: -.04rem
}

.main_explain_con_img {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.main_explain_con>div ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0
}

.main_explain_con>div ul li {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: -.04rem
}

.main_explain_con>div ul li:first-child {
    margin-top: 0
}

.main_explain_con>div ul li span.main_explain_con_num_icon {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon2 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #1bcdfa;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon3 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #fe642e;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon4 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon5 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon6 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon7 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #1e73be;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_num_icon8 {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #824bb9;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
    font-weight: 700;
    vertical-align: middle;
    *margin-top: 2px;
    margin-right: 10px;
    padding-right: 1px
}

.main_explain_con>div ul li span.main_explain_con_list_img {
    min-width: 175px
}

.main_explain_con>div ul li span.main_explain_con_list_img img {
    max-width: 100%
}

.main_explain_con>div ul li h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.footer_text_1_1 {
    background: url(/img/main_back1.png) no-repeat;
    background-size: cover;
    background-position: center
}

.footer_text_1_2 .main_explain_con_title {
    background: #dc3545;
    color: #fff
}

.footer_text_1_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #dc3545
}

#main_con_3 {
    overflow: visible;
    margin-top: 15px
}

#main_con_3_1 {
    padding-top: 35px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #dcdfe5;
    border-bottom: 0
}

#main_con_3_1 .main_explain_con_title {
    background: #000;
    color: #fff;
    font-size: inherit;
    font-weight: inherit
}

#main_con_3_1 .main_explain_con>div strong span {
    color: #251965
}

#main_con_3_1 .main_explain_con_img {
    top: -54px
}

#main_con_3_2 {
    overflow: hidden
}

#main_con_3_2 .main_explain_con_title {
    background: #e33030
}

#main_con_3_2 {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    border: 1px solid #dcdfe5
}

#main_con_3_2 .main_explain_con_img {
    top: -75px;
    right: 50px
}

#main_con_3_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #e33030
}

#main_con_3_2 .main_explain_con .main_explain_con_inner_end {
    color: #999
}

#main_con_3_1 h3 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.28rem;
    margin-bottom: 30px;
    text-align: center
}

#main_con_4_1 {
    background: url(/img/main_back1.png) no-repeat;
    background-size: cover;
    background-position: center
}

#main_con_4_2 .main_explain_con_title {
    background: #dc3545;
    color: #fff
}

#main_con_4_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #dc3545
}

#main_con_5_1 {
    background: url(/img/main_back2.png) no-repeat;
    background-size: cover;
    background-position: center
}

#main_con_5_2 .main_explain_con_title {
    background: #0e21a0;
    color: #fff
}

#main_con_5_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #0e21a0
}

#main_con_6_1 {
    background: url(/img/main_back3.png) no-repeat;
    background-size: cover;
    background-position: center
}

#main_con_6_2 .main_explain_con_title {
    background: #9d44c0;
    color: #fff
}

#main_con_6_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #9d44c0
}

#main_con_7_1 {
    background: url(/img/main_back4.png) no-repeat;
    background-size: cover;
    background-position: center
}

#main_con_7_2 .main_explain_con_title {
    background: #da0c81;
    color: #fff
}

#main_con_7_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #da0c81
}

#main_con_7_3 .main_explain_con_title {
    background: #ff9b82;
    color: #fff
}

#main_con_7_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
    background: #ff9b82
}

@media(max-width: 767px) {
    .main_banner_title {
        text-align:center;
        border: 1px solid #dcdfe5;
        border-radius: 10px;
        margin-bottom: 15px
    }
}

@media(max-width: 767px) {
    .main_explain_title2 {
        color:#666;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 30px;
        padding: 10px
    }
}

@media(max-width: 767px) {
    .main_explain_con {
        position:relative;
        padding: 20px;
        z-index: 1;
        text-align: left
    }
}

@media(max-width: 767px) {
    #main_con_3_1 h3 {
        font-weight:700;
        margin-bottom: 30px;
        text-align: center;
        font-size: 22px;
        letter-spacing: 0
    }
}

@media(max-width: 767px) {
    .main_explain_con>div strong {
        position:relative;
        font-size: 18px;
        line-height: 1.5;
        z-index: 1
    }
}

@media(max-width: 767px) {
    #main_con_3_1 .main_explain_con_title {
        background:#000;
        color: #fff
    }
}
