.ias-tpl-header{
    z-index: 99;
}
.container{
    width: 100%;
    clear: both;
    padding-top: 3.125vw;
    line-height: 1.5;
}
.container .wrap{
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.container .title{
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 36px;
    line-height: 1;
    color: #000;
    clear: both;
    font-weight: bold;
}
.container .con_max{
    width: 100%;
    position: relative;
    margin-bottom: 134px;
}
.container .elevator-container{
    max-width: 26%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.container .elevator-container.active{
    top: 8.3333vw;
    position: fixed;
}
.container .elevator-container.on{
    bottom: 0;
    position: absolute;
    top: auto;
}
.container .elevator-container .elevator-item{
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-size: 12px;
    padding-bottom: 24px;
    line-height: 24px;
    color: #7f7f7f;
    box-sizing: border-box;
    cursor: pointer;
    border-left: 2px solid #e7e7e7;
    padding-left: 19px;
    width: fit-content;
}
.container .elevator-container .elevator-item:hover{
    padding-left: 23px;
}
.container .elevator-container .elevator-item.active{
    font-weight: bold;
    color: #000;
    position:relative;
}
.container .elevator-container .elevator-item.active::before{
    content:"";
    position: absolute;
    width: 2px;
    height: calc(100% - 24px);
    left: -2PX;
    top: 0;
    background: #000;
}
.container .elevator-container .elevator-item:last-child{
    padding-bottom:0;
}
.container .elevator-container .elevator-item:last-child::before{
    content:"";
    height:100%;
}
.container .text-column{
    width: 100%;
    box-sizing: border-box;
    padding-left: 26%;
}
.container .text-column .txt{
    width: 100%;
}
.container .text-column h2{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 24px;
}
.container .text-column h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 24px;
}
.container .text-column p{
    font-size: 12px;
    color: #000;
    margin-bottom: 24px;
}
.container .text-column .table{
    font-size: 12px;
    color: #000;
    margin-bottom: 24px;
}
.container .text-column .table table{
    border:1px solid;
}
.container .text-column .table table td{border-bottom: 1px solid;border-left: 1px solid;padding: 0.5vw;}
.container .text-column .table table td:first-child{
    border-left:0;
}
.container .text-column .table table tr:last-child td{
    border-bottom: 0;
}
.container .text-column .table table th{border-left: 1px solid;padding: 0.5vw;border-bottom: 1px solid;}
.container .text-column .table table th:first-child{
    border-left:0;
}
.container .text-column a{
    font-size: 12px;
    text-decoration: none;
    color: #0000ee;
    border-bottom: 1px solid #666;
}
.container .text-column a:hover{
    color: #c9282c;
}
@media (max-width: 900px) {
    .ias-mobile-tpl-header{
        background-color: rgba(0, 0, 0, 0.85) !important;
    }
    .container .elevator-container{
        display: none;
    }
    .container .title{
        font-size: 4.8vw;
        padding-top: 21.5333vw;
        padding-bottom: 8.5333vw;
    }
    .container .text-column{
        padding-left: 0;
    }
    .container .text-column h2{
        font-size: 4.2667vw;
        margin-bottom: 3.2vw;
    }
    .container .text-column h3{
        font-size: 3.7333vw;
        margin-bottom: 3.2vw;
    }
    .container .text-column p{
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
    }
    .container .text-column a{
        font-size: 3.2vw;
   }
    .container .text-column .table{
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
    }
}