.c-table--dl dl dt {
    font-weight: 500
}
@media screen and (min-width: 1025px) {
    body {
        min-width: 1200px;
    }
    
    
}

@media screen and (min-width: 1200px) {
    
    .p_header {
        top: auto;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .p_header_inner {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .p_header_menu {

        left: 220px;
        display: flex;
        height: 70px;
        padding: 3px 20px;
        border-radius: 30px;
        background: #fff;
        font-size: 1.2rem !important;
        line-height: 1.6rem;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .p_header_menu_item{
        height: 100%;
        transition: opacity 0.2s linear;
    }
    .p_header_menu_item a.is_active{
        background: #E5E5E5;
    }
    .header-menu{
        display: none
    }
    .c-table--dl {
        display: table;
        width: 100%;
        margin-bottom: 50px;
        border-top: 1px solid #E5E5E5
    }
    .c-table--dl dl{
        display: table-row;
    }
    
    .c-table--dl dl dt {
        display: table-cell;
        width: 400px;
        padding: 40px 20px 40px 30px;
        background: #f8f9fa;
        font-size: 1.2rem;
        font-weight: 500 !important;
        line-height: 1.8;
        vertical-align: top;
        border-left: 1px solid #dcdcdc;
        border-bottom:1px dotted #dee2e6
    }
    .c-table--dl dl dd {
        display: table-cell;
        width: 10px;
        padding: 30px 20px 30px 30px;
        vertical-align: middle;
        font-size: 1.0rem;
        border-bottom:1px dotted #dee2e6
    }
    .dd_button{
        text-align: center;
        padding:0px !important;
        width:120px !important;
        border-right:1px solid #dcdcdc
    }
    
    .p_header.is-min {
        margin-top: -80px;
      }
   .headerMenuBtn {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .video_item{
        width: 100% !important;
    }
    .stepDiv{
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .video_item{
        width: 49%;
    }
    .stepDiv{
        width: 33%;
    }
}
@media screen and (max-width: 767px) {

    .banner0_content{
        width:90% !important;
    }
    .phone-pb20{
        padding-bottom: 20px !important;
    }
    
    .newsUL li .newsLine span.newsType{
        flex:0 0 60px;
        width:60px;
        font-size: 0.8rem;
        margin-right: 5px !important;
    }
    .newsUL li .newsLine span.newsDate{
        flex:0 0 70px;
        width: 70px;
        font-size: 0.8rem;
    }
    .newsUL li .newsLine span.newsMark{
        flex:0 0 40px;
        width: 40px;
        margin-right: 5px !important;
    }
    .newsUL li .newsLine span.newsMarkFont{
        font-size: 0.8rem;
    }
    
    .contactMenu .qaBt{
        width:100%
    }
    
    .title2{
        font-size: 18px
    }
    .title4{
        font-size: 18px
    }
    .fontB{
        font-size: 1.0rem !important
    }
    .altana_gamen_content{
        font-size: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .row_center{
        width:100%;
    }
    .sitemapNav{
        width:50%
    }
    .phoneMenuLi a.is_active{
        background: #E5E5E5
    }
    .banner0_content{
        width:90%;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
    }
    .banner0_bt {
        width: 70%;
        height: 50px;
    }
    .phone-pt70{
        padding-top: 70px !important;
    }
    .topNav{
        margin-top: 10px;
    }
    .p_header {
        position: fixed;
        top: 0;
    }
    .sitemapNav{
        width:100%
    }
    .contactDiv .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .contactDiv .contactNav{
        width:100%
    }
    .p_header.is-min {
        margin-top: -80px;
    }
    .Menu_bar {
        display: none !important;
    }
    .headerMenuBtn {
        display: flex !important;
    }
    .headerMenuBtn {
        position: relative;
        width: 60px;
        height: 60px;
        cursor: pointer;
        display: block;
        z-index: 9999;
    }
    
    .headerMenuBtn_icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block;
        width: 26px;
        height: 2px;
        background: #001b51;
        transition: background 0.2s ease;
    }
    .headerMenuBtn_icon::before {
        transform: translateY(-6px);
    }
    .headerMenuBtn_icon::after {
        transform: translateY(6px);
    }
    .headerMenuBtn_icon::before,
    .headerMenuBtn_icon::after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        background: #001b51;
        transition: transform 0.2s ease;
        transform-origin: center;
    }


    /* active X */
    .headerMenuBtn_icon.active::before {
        transform: translateY(0) rotate(45deg);
    }

    .headerMenuBtn_icon.active::after {
        transform: translateY(0) rotate(-45deg);
    }

    .headerMenuBtn_icon.active {
        background: transparent;
    }
    .header_navBtn02_icon.active {
        background: transparent;
    }
    .header-menu {
        position: fixed;
        right: -1200px;
        top: 64px;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
        transition: right 0.35s ease;
        padding-top: 20px;
        z-index: 9998;
    }
    .header-menu.active {
        right: 0;
    }
    
    .phoneMenu li a {
        display: flex !important;
        align-items: center;
        gap: 12px;
        padding: 10px 20px;
    }
    .phoneMenu li a span {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .phoneMenu{
        padding: 0;
    }
    .phoneMenuLi{
        border-bottom: 1px dotted #e3e3e3;
        margin-bottom: 6px;
        
    }
    .phoneMenuLi .dropdown-menu {
        border: none;
    }
    .phoneMenuLi .dropdown-menu .dropdown-submenu{
        padding-left: 30px
    }
    .phoneMenuLi .dropdown-menu .dropdown-submenu a.is_active{
        background: #E5E5E5;
    }
    .phoneMenuLi a{
        padding-left: 20px
    }
    .phoneMenuLi .dropdown-menu.show {
        display: block;
        position: relative;
        background-color: #F1F1F1;
        font-size: 14px !important;
      }
    .dropdown-menu > .dropdown {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        display: none;
        position: absolute;
        z-index: 1050;
      }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 9997;
        display: flex;
    }

    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    
}

