.index.terms-popup.terms_sign{
    position: fixed;
    top:-100%;
    left:0;right:0;bottom:0;
    transition: all 0.2s ease;
    z-index: 201;
}
.index.terms-popup.terms_sign:not(.open){
    height: 0;
    overflow: hidden;
}
.index.terms-popup.terms_sign:not(.open) .hd, .index.terms-popup.terms_sign:not(.open) .ft{
    position: absolute;
}
.index.terms-popup.terms_sign:not(.open) .ft{
    bottom:-100%;
}
.index.terms-popup.terms_sign.open{
    top:0;
    overflow-y: scroll;
}
.index.terms-popup.terms_sign .hd .hd-logo, .index.full-popup .hd .hd-logo{
    justify-content: flex-start;
    padding-left: 15px;
}

.index.terms-popup.terms_sign .index-body .index-container{
    padding:0 15px 15px; font-size:12px;
    line-height: 160%;
    min-height: calc(100% - 50px);
    background: #f6f6f6;
}

.index.terms-popup.terms_sign .index-body .index-container table {
    font-size: 12px;
    margin:10px 0;
}

.index.terms-popup.terms_sign .index-body .index-container .chart1 {
    border-top: 1px solid #333;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.index.terms-popup.terms_sign .index-body .index-container .chart1 td {
    background: #eee;
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #bdbdbd;
    width: 150px;
}

.index.terms-popup.terms_sign .index-body .index-container .chart1 td + td {
    border-left: 1px solid #bdbdbd;
    padding: 7px;
    text-align: left;
    background: #fff;
    width: auto;
}

.index.terms-popup.terms_sign .index-body .index-container .chart2 {
    border-top: 1px solid #333;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.index.terms-popup.terms_sign .index-body .index-container .chart2 th {
    background: #eee;
    text-align: center;
    padding: 7px;
    border-bottom: 1px solid #bdbdbd;
    width: 150px;
}

.index.terms-popup.terms_sign .index-body .index-container .chart2 th + th {
    border-left: 1px solid #bdbdbd;
}

.index.terms-popup.terms_sign .index-body .index-container .chart2 tr td:first-child {
    width: 30%;
    text-align: left;
}

.index.terms-popup.terms_sign .index-body .index-container .chart2 td {
    padding: 7px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
}

.index.terms-popup.terms_sign .index-body .index-container .chart2 td + td {
    border-left: 1px solid #bdbdbd;
    width: 35%;
}

.index.terms-popup.terms_sign .index-body .index-container h2 {
    font-size: 14px;
}

.index.terms-popup.terms_sign .index-body .index-container h1 {
    font-size: 18px;
}

.index.terms-popup.terms_sign .index-body .index-container h1, .index.terms-popup.terms_sign .index-body .index-container h2{
    padding:15px 0;
}

.index.terms-popup.terms_sign .index-body .index-container ul {
    list-style-type: hangul-consonant;
}

.index.terms-popup.terms_sign .index-body .index-container ul li + li {
    padding-top: 3px;
}
.index.terms-popup.terms_sign .index-body .index-container p+p{
    padding-top:3px;
}
.terms_sign .hd{
    position: fixed;
    background: #146ebe;
    color:#fff;
    width:100%;
    top:0;
    z-index: 100;
}
.terms_sign .ft{
    position: fixed;
    background: #fff;
    color:#fff;
    width:100%;
    border-top:1px solid #bdbdbd;
    bottom:0;
    z-index: 100;
    transition: all 0.5s ease;
}
.terms_sign .ft .ft_wr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.terms_sign .hd .hd_wr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.terms_sign .hd .hd_wr .hd-bars, .terms_sign .hd .hd_wr .hd-home{
    width:50px;
    font-size:24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms_sign .hd .hd_wr > div:not(.hd-logo) i{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}
.terms_sign .hd .hd-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding:0;
    width:calc(100% - 100px);
    height:100%;
    font-size:20px;
}
.terms_sign .hd .hd-logo a{
    color:#fff;
    display: block;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    font-weight: bold;
}
.terms_sign .hd .hd-logo > img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.terms_sign .hd .hd-logo a{
    display: block;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
        overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.index:not(.main).terms_sign .hd .hd_wr .hd-logo{
    width:calc(100% - 50px);
}