.content-container{
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
    min-height: 500px;
    display: inline-block;
}

.content-container section .swiper-mobile, .content-container section .swiper-pc {
    display: none!important;
}

.l-column {
    width: 1400px;
    padding-top: 60px!important;
}
.l-column, .sub__cover {
    margin-left: auto!important;
    margin-right: auto!important;
}

.sub_title_banner, .sub_title_board, .sub_title_faq, .sub_title_helpdesk {
    position: relative;
}
.sub__summary {
    min-width: 1400px;
}
.sub__summary, .sub__summary .titles, .sub__summary__in {
    margin-left: auto;
    margin-right: auto;
}
.sub_title_helpdesk .titles {
    width: 1600px;
}
.th__helpdesk_group, .th__helpdesk_group * {
    box-sizing: border-box;
}

.th__helpdesk_group {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 40px!important;
}
.th__helpdesk_group .latest-row {
    display: flex;
    gap: 30px;
    margin: 80px auto 0;
    align-items: stretch;
}
.th__helpdesk_group .latest-row.col-2>div {
    width: calc(50% - 15px);
}

.th__helpdesk_group .latest-row>div {
    width: 100%;
}
.th__helpdesk_group .latest-row .card, .th__helpdesk_group .latest-row .card-latest {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    padding: 30px;
    min-height: 100%;
}
.th__helpdesk_group .latest-row .card-latest hgroup {
    display: flex;
    margin-bottom: 20px;
}
.th__helpdesk_group .latest-row .card-latest hgroup h2 {
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.th__helpdesk_group .latest-row .card-latest hgroup h2 a {
    display: flex;
    align-items: center;
}
.th__helpdesk_group .latest-row .card-latest hgroup h2 a span {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.8px;
}
.th__helpdesk_group .latest-row .card-latest hgroup h2 strong {
    color: #393434;
}
.th__helpdesk_group .latest-row .card-latest hgroup h2 a i {
    color: #999;
    font-size: 12px;
    margin-left: 6px;
}
.th__helpdesk_group .latest-row .card .card-body .card-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}
.th__helpdesk_group .latest-row .card .card-body .card-title>*, .th__helpdesk_group .latest-row .card-latest hgroup h2 strong {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.7px;
}
.th__helpdesk_group .latest-row .card .card-body .card-title>span {
    color: #0085ff;
}
.th__helpdesk_group .latest-row .card {
    background: #f9f9f9;
}
.th__helpdesk_group .latest-row .card .card-body>p {
    color: #747474;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.th__helpdesk_group .latest-row .card .card-body .card-time {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.th__helpdesk_group .latest-row .card .card-body .card-call {
    display: flex;
    width: 100%;
    padding: 0 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #0085ff;
    background: #0085ff;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1px;
}
.th__helpdesk_group .latest-row .card .card-body .card-button {
    display: flex;
    align-items: center;
    gap: 5px;
}
.th__helpdesk_group .latest-row .card .card-body .card-button a.go-link-kakao {
    background: #fff;
    color: #0085ff;
}

.th__helpdesk_group .latest-row .card .card-body .card-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 58px;
    border-radius: 4px;
    border: 1px solid #0085ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.7px;
}
.th__helpdesk_group .latest-row .card .card-body .card-button>* {
    flex: 1 0 0%;
    width: 50%;
}
.th__helpdesk_group .latest-row .card .card-body .card-button a.go-link-qa {
    background: #0085ff;
    color: #fff;
}
.th__helpdesk_group .latest-row .card .card-body .card-time>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    word-break: keep-all;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.8px;
    padding-left: 10px;
}
.th__helpdesk_group .latest-row .card .card-body .card-time>p::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.8px;
}
.th__helpdesk_group .latest-row .card-latest ul.items {
    display: flex;
    flex-direction: column;
}
.th__helpdesk_group .latest-row .card-latest ul.items li {
    min-height: 48px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a>div {
    display: flex;
    align-items: center;
    gap: 30px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a>div>div:first-child {
    width: 65px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a>div>div:last-child {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a .regdate {
    color: #747474;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.8px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.notice a>div>div:first-child span {
    color: #1a8361;
    border: 1px solid #39b18a;
}

.th__helpdesk_group .latest-row .card-latest ul.items li a>div>div:first-child span {
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    display: inline-flex;
    padding: 0 10px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #0085ff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.8px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.notice a>div>div:last-child strong {
    color: #1a8361;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a>div>div:last-child strong {
    color: #393434;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.8px;
}
.th__helpdesk_group .latest-row .card-latest ul.items {
    display: flex;
    flex-direction: column;
}
.th__helpdesk_group .latest-row.faq-item .card-latest ul.items li.collapsible {
    border-bottom: solid 1px #dbdbdb;
}

.th__helpdesk_group .latest-row.faq-item .card-latest ul.items li {
    min-height: 60px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible {
    position: relative;
    background: 0 0;
    cursor: pointer;
}
.th__helpdesk_group .latest-row .card-latest ul.items li {
    min-height: 48px;
}
.table_board tbody tr.collapsible td, ul.items .collapsible {
    background: url(/img/icon_down.png) no-repeat 100% 50% #fff;
    background-position-x: 1320px;
    cursor: pointer;
}
.th__helpdesk_group .latest-row.faq-item .card-latest ul.items li a {
    height: 59px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible>a {
    position: relative;
}
.th__helpdesk_group .latest-row .card-latest ul.items li a>div {
    display: flex;
    align-items: center;
    gap: 30px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible>a strong {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #393434;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.8px;
    gap: 10px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible>a strong .icon_q {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    color: #0085ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.9px;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible>a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(/img/icon_arrow_bottom.svg);
    transform: rotate(0deg);
    transition: transform .3s;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible .collapsible_content {
    display: none;
    border: 0;
    border-radius: 10px;
    background: #f9f9f9;
    padding: 30px;
}
ul.items .collapsible_content {
    padding: 30px;
    display: none;
    overflow: hidden;
    background-color: #f3f3f3;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible .collapsible_content p {
    color: #393434;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -.8px;
}
.th__helpdesk_group .latest-row.faq-item .card-latest ul.items li.collapsible.active {
    border-bottom: 0;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible.active {
    border: 0;
}
.th__helpdesk_group .latest-row .card-latest ul.items li.collapsible.active .collapsible_content {
    display: block;
}
