.term-wrap > header {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 1rem;
}

.term-wrap > header div {
    padding: 0 0 6px;
    gap: 16px;
    height: 100%;
    text-align: left;
    position: relative;
}
.term-ver-text {
    font-size: 1.8rem;
}
.btn_select {
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    font-size: 1.6rem;
    line-height: 1.6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.term-wrap .term-history-wrap {
    display: flex;
    justify-content: center;
    padding: 0;
}
.term-wrap .term-history-wrap .btn-term-history {
    padding: 0.5rem 2rem !important;
    height: auto !important;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
}
.term-start-date {
    font-size: 1.6rem;
}

.btn_term_history_arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg); /* 기본: 오른쪽 화살표 */
    transition: transform 0.3s ease;
    margin-top: -4px;
}

.btn_term_history_arrow.open {
    margin-top: 4px;
    transform: rotate(-135deg); /* 열린 상태: 아래쪽 화살표 */
}

.term_tit {
    font-size: 2rem;
    padding: 80px 0;
    text-align: center;
}
.term_tit h2 {
    font-size: 5rem;
    font-weight: 600;
}

.term-wrap header {
    position: static;
    z-index: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@supports (-webkit-touch-callout: none) {
    .term-wrap > header div h4 {
        margin-bottom: 8px;
    }
}
.term-wrap > header div p {
    font-size: 1.6rem;
    line-height: 1;
    height: 100%;
    display: inline-block;
}

@media (max-width: 768px) {
    .term-wrap > header .term-history-wrap {
        position: relative;
    }
    .term_tit h2 {
        font-size: 3rem;
    }
    .term_tit {
        font-size: 2rem;
        padding: 120px 0 40px;
        text-align: center;
    }
    .term-ver-text {
        font-size: 1.6rem;
    }
    .term-wrap > header div {
        padding: 0 0 6px;
        gap: 16px;
        height: auto;
        text-align: left;
        position: relative;
    }
}
.term-wrap > header .term-history-wrap .term-history-list {
    display: none;
    width: 100%;
    min-width: 200px;
    max-height: 105px;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px solid #707070;
    padding: 10px 15px;
    background-color: #fff;
}
@media (max-width: 768px) {
    .term-wrap > header .term-history-wrap .term-history-list {
        position: absolute;
        top: 60px;
    }
}
.term-wrap > header .term-history-wrap .term-history-list.active {
    display: block;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
}
.term-wrap > header .term-history-wrap .term-history-list li button {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    cursor: pointer;
    border: none;
    background: #fff;
}

.term-wrap > header .term-history-wrap .term-history-list li button.active {
    background-color: #f9f9f9;
}
.term-wrap > footer {
    position: fixed;
    right: 20px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 30px;
}
.term-wrap > footer a {
    text-decoration: none;
    outline: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    cursor: pointer;
}
.term-wrap > footer a .fas {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px !important;
}
.btn_totop i {
    color: #fff;
}
.term-body {
    padding: 16px;
    margin-top: 32px;
}
.term-body .agree_title_top {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 48px;
    font-weight: bold;
}
.term-body .agree_title_sub {
    margin-top: 32px;
    font-size: 20px;
}
.term-body .agree_content {
    padding: 8px;
}
.term-body .frt_top_num {
    font-size: 16px;
    padding-left: 4px;
    margin-top: 1rem;
    line-height: 1.4;
}
.term-body .frt_top_num:nth-of-type(1) {
    margin-top: 0;
}
.term-body .frt_num {
    margin: 0 8px 0 4px;
}
.term-body .agree_content_ol {
    padding-left: 16px;
    font-size: 14px;
    line-height: 2;
}
.term-body .frt_top {
    font-size: 14px;
    line-height: 1.4;
}
.term-body .agree_mng_box {
    padding: 8px 0;
}
.term-body .agree_mng_box li {
    padding: 2px 0 !important;
    margin-left: 0px !important;
}
.term-body .frt_table_wrap {
    margin: 4px 0;
    display: block;
}
.term-body .frt_table_wrap .frt_table {
    width: 100%;
    margin-left: -12px;
}
.term-body .frt_table_wrap .frt_table tr:first-child {
    border-top: none;
}
.term-body .frt_table_wrap .frt_table tr th {
    padding: 10px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
    background-color: #efefef;
}
.term-body .frt_table_wrap .frt_table tr td {
    padding: 10px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    line-height: 20px;
}
.term-body .frt_table_nh {
    width: 100%;
    margin-left: 0;
}
.term-body .frt_table_nh tr:first-child {
    border-top: none;
}
.term-body .frt_table_nh tr th {
    padding: 10px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
    background-color: #e2e2e2;
}
.term-body .frt_table_nh tr td {
    padding: 10px;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    line-height: 20px;
}
.term-body .frt_table_tit {
    padding: 15px 10px;
    background-color: #c9c9c9;
}
.term-body .agree_guide_tip {
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
}
.term-body .agree_guide_tip .agree_guide_tip_tit {
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}
.term-body .section {
    font-size: 1rem;
    line-height: 1.2;
}
.term-body .section h1 {
    font-size: 1.5rem;
    padding: 32px 0 4px 0;
}
.term-body .section h2 {
    font-size: 1.6rem;
    padding: 24px 0 4px 0;
}
.term-body .section h3 {
    font-size: 1.3rem;
    padding: 16px 0 4px 0;
}
.term-body .section h4 {
    font-size: 1.2rem;
    padding: 8px 0 4px 0;
}
.term-body .section h5 {
    font-size: 1.1rem;
    padding: 8px 0 4px 0;
}
.term-body .section > div {
    line-height: 1.4;
}

.privacy_mainicon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.privacy_mainicon_list figure {
    width: 25%;
    text-align: center;
    padding: 8px;
}
@media (max-width: 768px) {
    .privacy_mainicon_list figure {
        margin: 0;
        width: 40%;
    }
}
.privacy_mainicon_list figcaption {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: left;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.privacy_mainicon_list figcaption strong {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 500;
}
.privacy_mainicon_list figcaption ul {
    list-style-type: disc;
    margin: 0;
    margin-top: -12px;
}
.privacy_mainicon_list figcaption ul li {
    list-style: none;
    font-weight: 300;
    word-break: break-all;
} /*# sourceMappingURL=term.css.map */
