@font-face {
    font-family: 'Pretendard Variable';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url(../webfonts/woff2/PretendardVariable.woff2) format('woff2-variations')
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
table,
td,
th,
ul {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 15px;
    font-family: 'Pretendard Variable';
    font-weight: 400;
    line-height: 1.25em;
    word-wrap: break-word
}

body,
html {
    font-size: 11px;
}

@media all and (max-width:1100px) {
    html {
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

img,
li {
    border: 0;
    vertical-align: top
}

:focus {
    outline: -webkit-focus-ring-color dotted 1px
}

ul {
    list-style: none
}

a {
    touch-action: manipulation
}

a {
    text-decoration: none;
    color: #222;
    cursor: pointer
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #222
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


body {
    overflow-x: hidden
}



/* ------ header start ------ */

.INSHead {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 150;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

header.INSHead .top-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

header.INSHead h1 a {
    display: block;
    width: 135px;
    height: 27px;
    background: url(../img/ismlogo.png) no-repeat;
}

header.INSHead h1{
    margin-left: 16px;
}

header.INSHead .func {
    margin-right: 16px;
}

.ismlogo {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 100px;
    white-space: nowrap;
}

.func {
    margin: 15px 0;
}

header.INSHead .actions .btn_post {
    background-color: #4a65f6;
    border-color: #4a65f6;
    color: #fff;
}

header.INSHead .actions .btn_signin {
    background-color: #fff;
    border-color: #d4d4d4;
    color: #222;
}

header.INSHead .actions [class^=btn] {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-left: 8px;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}




header.INSHead .gnb-container {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    background-color: #fff;
}

header.INSHead .gnb-container {
    width: 100%;
}

header.INSHead .gnb-container #gnb{
    max-width: 1240px;
    margin: 0 auto;
}


header.INSHead .gnb-container #gnb ul {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    margin: 0 16px;
}

header.INSHead .gnb-container #gnb li {
    font-size: 1.67rem;
    margin-right: 22px;
    cursor: pointer;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
}

nav ul li span a:hover {
    color: #4a65f6;
}

nav ul li span a.active {
    color: #4a65f6;
}


.loderposition{
    position: absolute; left: 50%; top: 0;
    transform: translate(-50%, -50%);
    background: #ffffff;
}


.loader {
    width: 40px;
    height: 7.33px;
    border-radius: 40px;
    color: #4a65f6;
    border: 1.93px solid;
    position: relative;


    display: none; /* 기본적으로 숨김 */
    /* 초기 상태에서 투명하게 설정 */
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* 부드러운 페이드 인 효과 */
}

.loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    width: 25%;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background: currentColor;
    animation: l3 1.35s infinite linear;
}

@keyframes l3 {
    50% {
        left: 100%;
        transform: translateX(calc(-100% - 4px))
    }
}

/* ------ header end ------ */

main {
    margin-top:122px
}

/* ------ main(board) start ------ */
.grid_wrap {
    position: relative;
    box-sizing: border-box;
    margin: 12px auto 0;
    max-width: 1240px
}

.grid_wrap:after {
    display: block;
    clear: both;
    content: ''
}

.grid1 {
    overflow: hidden;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

.main {
    width: 66.66%;
    position: relative;
    float: left;
    transition: .5s
}

.aside {
    width: 33.3333%;
    float: left;
    transition: .5s
}

.container {
    margin-bottom: 45px
}

.comp_board,
.comp_ect_btn,
.comp_expert,
.comp_banner,
.comp_affiliate_subscribe,
.comp_expert_card_info,
.comp_counsel,
.ArticleWrite,
.board_write_speedin
 {
    margin: 8px 12px
}

.comp_board .title_wrap {
    position: relative;
    margin: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.title_wrap .board_wrap_title {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e23;
    padding: 14px 0 10px;
    display: block;
    font-size: 1.7rem;
    letter-spacing: -.5px;
    line-height: 23px
}

.board_wrap_title .board_main {
    font-weight: 600;
    padding-left: 15px;
}

.more_link {
    top: 7px;
    position: absolute;
    right: 0;
    margin: 0;
    display: block;
    margin-left: auto;
    padding: 10px 13px 11px 10px;
    font-size: 1.3rem;
    line-height: 23px;
    letter-spacing: -1px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: 500
}

.ico_more {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-width: 0 0 1.25px 1.25px;
    border-style: solid;
    border-color: #222;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%)
}

.board_content {
    padding: 0px 20px 2px !important
}

.board_content table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

.board_content th:first-child {
    width: 60px
}

.board_content th:nth-child(3) {
    width: 100px
}

.board_content th:nth-child(4) {
    width: 100px
}

.board_content th,
td {
    padding: 8px;
    text-align: center
}

.board_content th {
    border-top: 3px solid #4a65f6;
    border-bottom: 1px solid #d8d8d8;
    padding: 13px 0;
    font-weight: 600
}

.board_content table .board_list_title {
    display: flex;
    align-items: center;
    letter-spacing: -.5px
}

.board_content table .board_list_title a {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000
}

.board_content table .Writer p {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.only-m {
    display: none
}

@media all and (max-width:1100px) {
    .main {
        width: 100%;
        float: none;
        transition: .5s
    }

    .aside {
        width: 100%;
        float: none;
        transition: .5s
    }
}

@media all and (max-width:500px) {
    .only-m {
        font-weight: 300;
        margin-right: 10px;
        display: block;
        font-size: 14px;
        background-color: #eee;
        line-height: 1;
        height: auto;
        padding: 4px;
        border-radius: 3px;
        width: 75px !important;
        text-align: center;
        flex-shrink: 0;
        letter-spacing: 3px;
        color: #222 !important
    }

    .board_content thead {
        display: none
    }

    .board_content tbody {
        display: block
    }

    .board_content tr {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px 0
    }

    .board_content tr:first-child {
        border-top: 3px solid #4a65f6
    }

    .board_content tr:last-child {
        border-bottom: none
    }

    .board_content td {
        display: block;
        text-align: left;
        border: none;
        padding: 5px 10px;
        position: relative;
        display: flex;
        align-items: center;
        transition: .3s
    }

    .board_content table .Writer p {
        max-width: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left
    }

    .board_content {
        padding: 2px 0 0 !important
    }

    .board_wrap_title .board_main {
        padding-left: 0px;
    }

    .comp_board .title_wrap {
        display: block;
        margin: 0; 
    }

}






@media (max-width: 500px) {




    .board_content .td1 {
        font-size: 1.0rem;
        color: #767678;
    }

    .td3 {
        float: left;
        width: auto;
        box-sizing: border-box;
        color: #9096a1;
        font-size: 1.2rem !important;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: -.5px;
        padding-right: 0 !important;
    }

    .td4 {
        float: left;
        max-width: 200px;
        box-sizing: border-box;
        padding-left: 0 !important;
    }

    .td4 p {
        color: #9096a1;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: -.5px;
    }


    .td4::before {
        content: "•";
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-right: 7px;
        margin-left: 7px;
        color: #9096a1;
    }


    .td4::after,
    .board_content tr::after {
        content: " ";
        display: table;
        clear: both;
    }

    .board_content table .board_list_title {
        font-size: 1.525rem;
        font-weight: 500;
    }


}

.comp_expert_title_wrap {
    position: relative;
    padding: 26px 20px 16px;
    text-align: center
}

.expert_title {
    position: relative
}

.title_ptit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    color: #1e1e23;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: -.5px;
    vertical-align: top;
    max-width: 100%
}

.cc_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-top: 9px;
    padding: 0 8px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: -.5px;
    color: #929294
}

.underscore {
    position: relative;
    z-index: 1
}

.underscore:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b7e2f8;
    width: 100%;
    height: .7vh;
    z-index: -1
}

.board_notice {
    color: red
}

@media all and (max-width:500px) {
    .board_notice {
        color: #222
    }
}

.expert_list {
    margin: 0 -11px;
    padding: 0 28px;
}

.expert_item {
    float: left;
    width: 25%
}

.expert_list .expert_a {
    display: block;
    padding: 5px 0;
    text-align: center;
    cursor: pointer
}

.expert_list .expert_item .expert_img {
    display: block;
    width: 58px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s all;
}

.expert_list .expert_item .expert_img:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .12);
}

.expert_list .expert_item .expert_img img {
    border-radius: 50%;
}

.recommendation-king, .answer-king{
    position: relative;
}


/* 추천왕 */
.recommendation-king::before {
    content: '🏆';
    display: block;
    position: absolute;
    left: -13px;
    top: -5px;
    font-size: 18px;
    line-height: 25px;
    background: #d7ffff;
    border-radius: 50%;
}

/* 답변왕 */
.answer-king::before {
    content: '🥇';
    display: block;
    position: absolute;
    left: -13px;
    top: -5px;
    font-size: 18px;
    line-height: 25px;
    background: #f1ffd1;
    border-radius: 50%;
}

.expert_list .expert_item .expert_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 6px 5px 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: -.5px
}

.ExpertName {
    font-size: 1.7rem !important
}

.ExpertName::before {
    content: "✓";
    margin-right: 1px;
    transition: opacity .3s ease 0s, color .3s ease 0s;
    color: #4a65f6
}

.expert_list::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both
}


.delt_number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #767678;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
    line-height: 23px;
    text-align: center;
    padding-bottom: 26px;
}


@media all and (max-width:1100px) {
    .expert_item {
        width: 20%
    }
}


@media all and (max-width:500px) {
    .expert_item {
        width: 25%
    }
}

.paginate-area {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 14px
}

.paginate-area:after {
    content: '';
    display: block;
    clear: both
}

.paginate-area ul {
    display: inline-block;
    padding: 0
}

.paginate-area ul li {
    float: left;
    margin: 0 2px;
    list-style: none
}

.paginate-area ul li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    transition: all .5s;
    font-size: 13px;
    color: #999;
    font-weight: 400
}

.paginate-area ul .dir.prev a {
    background: url(../img/icon_pagination_next.png) center center no-repeat;
    background-size: contain;
    transform: scaleX(-1)
}

.paginate-area ul .dir.next a {
    background: url(../img/icon_pagination_next.png) center center no-repeat;
    background-size: contain
}

.paginate-area ul .dir.prev a:hover {
    background: #e9e9e9 url(../img/icon_pagination_next.png) center center no-repeat;
    background-size: contain;
    transform: scaleX(-1)
}

.paginate-area ul .dir.next a:hover {
    background: #e9e9e9 url(../img/icon_pagination_next.png) center center no-repeat;
    background-size: contain
}

.paginate-area ul li.active a {
    font-weight: 400;
    background: #4a65f6;
    color: #fff;
    border: none;
    border-radius: 2px;
    line-height: 24px;
    height: 24px;
    width: 24px
}

.paginate-area ul li.active a:hover {
    background: #e9e9e9;
    color: #999;
    border: none
}

.paginate-area ul li a:hover {
    background: #e9e9e9
}

.paginate-area ul .dir.last a {
    background: url(../img/icon_pagination_end_next.png) center center no-repeat;
    background-size: contain
}

.paginate-area ul .dir.first a {
    background: url(../img/icon_pagination_end_next.png) center center no-repeat;
    background-size: contain;
    transform: scaleX(-1)
}

.paginate-area ul .dir.last a:hover {
    background: #e9e9e9 url(../img/icon_pagination_end_next.png) center center no-repeat;
    background-size: contain
}

.paginate-area ul .dir.first a:hover {
    background: #e9e9e9 url(../img/icon_pagination_end_next.png) center center no-repeat;
    background-size: contain;
    transform: scaleX(-1)
}

.comp_expert_card_talk {
    max-width: 1240px;
    margin: 0 auto
}

.expert_card_wrap {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    width: 100%;
    max-width: 1240px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.expert_talk_card {
    position: relative
}

.expert_card_list {
    padding: 0 10px 30px
}

.expert_talk_card .expert_keyword {
    position: absolute;
    top: -9px;
    left: 14px;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .2))
}

.expert_talk_card .expert_keyword .etc_text {
    display: inline-block;
    vertical-align: top;
    padding: 2px 12px 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(36.98%, #2d81ff), to(#17c2ec));
    background: -webkit-linear-gradient(left, #2d81ff 36.98%, #17c2ec 100%);
    background: linear-gradient(90deg, #2d81ff 36.98%, #17c2ec 100%);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -.8px;
    color: #fff
}

.expert_talk_card .expert_keyword::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -14px;
    width: 15px;
    height: 33px;
    background-image: url(../img/ins_1298_img_icon.png);
    background-position: 0 -1.4px;
    background-size: 649px 629px;
    background-repeat: no-repeat
}

.expert_talk_card .expert_keyword::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    width: 10px;
    height: 33px;
    background-image: url(../img/ins_1298_img_icon.png);
    background-position: -40.9px -1.5px;
    background-size: 649px 629px;
    background-repeat: no-repeat
}

.expert_card_list .etc_condition {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #efeff0;
    margin: 0 15px
}

.expert_card_list .etc_condition_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 11px 0;
    font-weight: 600;
    font-size: 1.258rem;
    line-height: 1.81rem;
    letter-spacing: -.5px;
    color: #7b7b7b
}


.etc_condition:last-child {
    display: block;
}

.expert_card_list .cst_mw {
    position: relative;
    width: 54px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-right: 12px
}

.expert_card_list .cst_mw img {
    border-radius: 50%;
}

.expert_card_list .cst_mw::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.expert_card_list .cst_tw {
    margin-top: -3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0
}

.expert_card_list .cst_info {
    display: flex
}

.expert_talk_card .cst_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: -.8px
}

.expert_card_list .etc_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 30px 15px 10px
}

.expert_card_list .cst_category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 9px;
    margin-top: 9px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 25px;
    letter-spacing: -.5px;
    color: #7b7b7b;
    background-color: rgba(236, 240, 244, .5)
}

.comp_expert_card_talk .expert_card_list .etc_condition_info .etc_text {
    font-weight: 400;
    color: #929294
}

.comp_expert_card_talk .expert_card_list .etc_condition_info .etc_text:first-child {
    margin-left: 8.5px
}

.expert_card_list .ect_app {
    padding: 0 9px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    line-height: 25px;
    letter-spacing: -.5px;
    margin-right: 12px;
    margin-top: 12px;
    background: linear-gradient(90deg, #2d81ff, #17c2ec, #04ce6d, #7a4ef8, #ffb400, #2d81ff, #17c2ec);
    background-size: 800% 100%;
    animation: changeGradient 8.5s linear infinite
}

.expert_card_list .ect_app a {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 500;
    padding: 0 5px
}

.ect_app .consultation-link:before {
    content: '✓';
    transition: opacity .3s ease, color .3s ease;
    margin-right: 2px
}

.ect_app .consultation-link:hover:before {
    color: coral
}

@keyframes changeGradient {
    0% {
        background-position: 0 50%
    }

    25% {
        background-position: 25% 50%
    }

    50% {
        background-position: 50% 50%
    }

    75% {
        background-position: 75% 50%
    }

    100% {
        background-position: 100% 50%
    }
}

@media all and (max-width:500px) {
    .expert_card_list .ect_app {
        margin-right: 0
    }

    .expert_card_list .ect_app a {
        font-size: 1.258rem
    }
}

.pop_up_talk {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5)
}

.recommendation-king_talk {
    letter-spacing: -.5px;
    color: #7b7b7b;
    font-size: 1.25rem;
    line-height: 2.1rem;
    padding-left: 5px;
}
.recommendation-king_talk::after {
    content: '🏆';
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 1px;
}

.answer-king_talk {
    letter-spacing: -.5px;
    color: #7b7b7b;
    font-size: 1.25rem;
    line-height: 2.1rem;
    padding-left: 5px;
}
.answer-king_talk::after {
    content: '🥇';
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 1px;
}



.close {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
    transition: .4s
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.slide-web-view {
    max-width: 1240px;
    margin: 0 auto;
}

.slide-web-view img {
    width: 100%
}

.slide-mobile-view {
    max-width: 1240px;
    margin: 0 auto;
    display: none;
}

.slide-mobile-view img {
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    color: #222
}

@media all and (max-width:1100px) {
    .slide-web-view, .slide-mobile-view {
        margin-top: 122px
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.585rem;
        font-weight: 800
    }
}

@media all and (max-width:500px) {
    .slide-web-view {
        display: none;
    }

    .slide-mobile-view {
        display: block;
    }
}

.comp_ect_btn_wrap {
    padding: 15.5px 0 11px;
    text-align: center;
    border: 3px solid #e9e9e9;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s
}

.comp_ect_btn_wrap:hover {
    background: #4a65f6;
    border: 3px solid #4a65f6;
    transition: .5s
}

.comp_ect_btn_wrap:hover .typing-effect {
    color: #fff;
    transition: .5s
}

.typing-effect {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 1.825rem
}

.typing-effect::before {
    content: '클릭!👆';
    margin-right: 2px;
    font-weight: 200;
    color: #999
}

.comp_ect_btn_wrap:hover .typing-effect::before {
    color: #fff;
    transition: .5s
}

.typing-effect::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 1em;
    background-color: #222;
    vertical-align: middle;
    margin-left: 2px;
    animation: blink-caret .75s step-end infinite
}

@keyframes blink-caret {

    from,
    to {
        background-color: transparent
    }

    50% {
        background-color: #000
    }
}


@media all and (max-width:1100px) {
    .comp_ect_btn_wrap {
        margin: 0 15px
    }
}
/* ------ main end ------ */





/* ------ footer start ------ */
footer {
    border-top: 1px solid #e2e6e9;
    background-color: #f4f6f8;
    text-align: center
}


.main_footer .mf_tool_wrap {
    overflow: hidden
}


.main_footer .mf_info_wrap {
    padding-top: 36px;
    padding-bottom: 79px
}


.main_footer .mf_info .mf_info_sub_link {
    position: relative;
    display: inline-block;
    padding: 4px 9px 3px;
    color: #929294;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -.5px;
    margin-top: 15px;
}


.main_footer .mf_license {
    margin: 12px 15px 0;
    padding: 7px 20px;
    background-color: rgba(164, 171, 187, .1)
}

.main_footer .mf_license .mfl_list {
    color: #767678;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 20px;
    text-align: left
}

.main_footer .mf_license .mfl_list::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both
}

.main_footer .mf_license .mfl_title {
    color: #929294;
    float: left;
    padding-right: 10px
}

.main_footer .mf_license .mfl_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main_footer {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

.delt_list {
    padding: 7px 15px 10px 35px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -.5px;
    text-align: left
}

.delt_list_title {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 11.5px;
    color: #929294 !important
}

.delt_list ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 20px
}

.delt_list ul li {
    color: #929294 !important;
    font-size: 11px;
    line-height: 14.5px;
}

.delt_in_list {
    list-style-type: circle !important;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0
}


@media all and (max-width:1100px) {
    .main_footer .mf_license {
        margin: 0;
    }

    .delt_list {
        padding-left: 10px;
    }

    .main_footer .mf_info_wrap {
        padding-top: 45px;
    }
}
/* ------ footer end ------ */


/* 각 탭의 내용은 초기에 숨김 */
.tabcontent {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-out, height 0.3s ease-out;
}

/* 활성화된 탭의 내용만 보이도록 설정 */
.tab_active {
    opacity: 1;
    height: auto;
}

.title_wrap .board_wrap_tab_title {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e23;
    padding: 14px 17px 10px 15px;
    display: block;
    font-size: 1.45rem;
    letter-spacing: -.5px;
    line-height: 23px;
    cursor: pointer;
    margin-right: 15px;
    filter: grayscale(1);
    opacity: 0.6;
}

.board_wrap_tab_title .board_main {
    font-weight: 600
}


.board_wrap_tab_title.tab_active {
    color: #1e1e23; /* 활성화된 탭의 글자색 */
    font-size: 1.7rem;
    opacity: 1;
    border: 2px dashed #4a65f6;
    border-bottom: none;
    box-sizing: border-box;
    filter: grayscale(0);
    opacity: 1;
    border-radius: 6px 6px 0 0;
}

.more_btn_m {
    display: none;
}

@media all and (max-width:500px) {

    .more_btn_m {
        display: block;
        text-align: center;
        border-top: 1px solid #ddd;
        padding: 12px 0;
        box-sizing: border-box;
    }
    
    .more_btn_m span {
        color:  #999 !important;
        border-radius: 2px;
        line-height: 24px;
        padding: 4px 10px;
        font-weight: 400;
        transition: all .5s;
    }
    .more_btn_m:hover span {
        background: #e9e9e9;
        transition: all 0.5s;
    }

    .title_wrap .board_wrap_tab_title {
        margin-right: 0px;
    }

    .board_wrap_tab_title.tab_active {
        border: 2px dashed #4a65f6;
        border-bottom: 2px dashed #4a65f6;
        border-radius: 6px;
    }

    
    .board_wrap_tab_title.tab_active:last-child {

        border-bottom: none;
        border-radius: 6px 6px 0 0;

    }
}




.comp_affiliate_subscribe
 .cas_title_wrap {
    position: relative;
    margin: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.comp_affiliate_subscribe
 .cas_title_wrap .cas_title {
    position: relative;
    padding-top: 18px;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e23;
    padding: 14px 0 10px;
    display: block;
    letter-spacing: -.5px;
    line-height: 23px;
}

.comp_affiliate_subscribe
 .cas_btn_select {
    padding: 24px 0 10px 9px;
    color: #767678;
    font-size: 1.4rem;
    letter-spacing: -1px;
    border: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
}

.comp_affiliate_subscribe
 .cas_title_wrap::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}   
.comp_affiliate_subscribe
 .cas_btn_select::before {
    content: "✓";
    margin-right: 5px;
    transition: opacity .3s ease 0s, color .3s ease 0s;
    color: #4a65f6;
}

.comp_affiliate_subscribe
 .cas_channel_title {
    margin: 0 20px;
    padding: 10px 0 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: -1px;
}
.comp_affiliate_subscribe
 .cas_main {
    font-weight: 700;
}

.cas_age_nameB {
    margin-left: 5px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: -.025rem;
    color: #929294;
    text-align: center
}

.comp_affiliate_subscribe
 .cas_age_list {
    padding: 3px 7px 0 11px;
}



.comp_affiliate_subscribe
 .cas_age_item {
    float: left;
    width: 25%;
}

.Membership_Group>li {
    padding-bottom: 18px
}


.comp_common {
    position: relative;
    margin-bottom: 10px
}

.comp_common img {
    border-radius: inherit;
}

.comp_affiliate_subscribe
 .cas_age_mwB {
    position: relative;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.comp_affiliate_subscribe
 img {
    border-radius: inherit;
}

.comp_affiliate_subscribe
 .cas_age_mwB::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
}

.comp_affiliate_subscribe
 {
    background-color: #eef4ff;
    border-radius: 8px;
}


.comp_affiliate_subscribe
 .cas_age_name {
    max-width: 70px;
    margin: 9px auto 0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: -1px;
    color: #929294;
    text-align: center;
}

.comp_affiliate_subscribe
 .cas_age_list+.cas_channel_title {
    padding-top: 20px;
    border-top: 1px solid #9ab2df44;
}

.id_comp_affiliate_subscribe
::after {
    display: table;
}

.comp_affiliate_subscribe
 .cas_age_list::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

@media all and (max-width:1100px) {
    .comp_affiliate_subscribe
 .cas_age_item {
        float: left;
        width: 20%;}

}


@media all and (max-width:500px) {
    .comp_affiliate_subscribe
 .cas_age_item {
        float: left;
        width: 25%;}

}

.comp_expert_card_info > .expert_card_wrap {
    position: static;
    transform: none;
}

.comp_expert_card_info .expert_card_list {
    padding: 30px 10px;
}

.comp_expert_card_info .expert_card_list .etc_condition_info{
    font-size: 1.324rem;
}

.comp_expert_card_info .expert_card_list .etc_condition_info .etc_text {
    font-weight: 400;
    color: #929294;
    padding-left: 10px;
}

.comp_expert_card_info .expert_card_list .etc_condition:last-child .etc_condition_info .etc_text {
    padding-left: 0px;
}


.comp_expert_card_info .expert_card_wrap {
    box-shadow: none;
}

.expert_contents_board > .board_content > table > thead > tr > th:last-child {
    width: 100px !important;
}

.expert_contents_board > .board_content > table > thead > tr > th:first-child {
    width: auto;
}






.comp_counsel .comp_counsel_wrap
 {
    border-radius: 8px;
    background: linear-gradient(135deg, #1199d1 0%, #0c90d2 100%);
}

.comp_counsel .cc_title_wrap {
    position: relative;
    padding: 26px 20px 16px;
    text-align: center;
}

.comp_counsel .comp_counsel_wrap
 .cc_title_wrap {
    padding: 26px 0 111px;
}

.comp_counsel .comp_counsel_wrap
 .cc_title_wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/benner_main_center_bg_01.png) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
    transition: all 0.5s;
}

.comp_expert_card_info .expert_talk_card .cst_info {
    margin-top: 4px;
}

.comp_expert_card_info .expert_card_list .cst_category {
    margin-top: 5px;
}

.comp_counsel .cc_title_wrap .cc_title {
    position: relative;
}

.comp_counsel .cc_title_wrap .cc_title_a {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
    color: #fff;
    cursor: pointer;
}

.cc_title_main_a {
    font-weight: 600;
    letter-spacing: 0.555px;
    font-size: 2.32rem;
    text-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);
}

.name_guard {
    color: coral;
    font-weight: 700;
    transition: all 0.5s;
}

.cc_title_main_a:hover .name_guard{
    color: #fff;
}

.cc_title_main_a:hover #selectLabel {
    color: coral;
    transition: 0.5s;
}


.Notification_selector {
    max-width: 245px;
    text-align: right;
    margin: 0 auto;
    font-size: 1.35rem;
    color: coral;
    font-weight: 600;
}

#selectOptions {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
}

#selectOptions ul {
    margin-top: 8px;
    background: linear-gradient(90deg, #2d81ff88 36.98%, #17c2ec88 100%);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
    height: 150px;
    overflow-y: auto;
}

#selectOptions ul::-webkit-scrollbar {
    width: 10px;  /* 스크롤바의 너비 */
}

#selectOptions ul::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #1a297eab; /* 스크롤바의 색상 */    
    border-radius: 10px;
}

#selectOptions ul::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}

#selectOptions li {
    font-size: 1.75rem;
    padding: 6px 0;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
}


#selectOptions li:hover {
    background: linear-gradient(90deg, #7a4ef8cc 36.98%, #ffb400cc 100%);
    border-radius: 5px;
    transition: all 0.5s;
}

.comp_counsel .cc_title_wrap .cc_ico_arr {
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.671);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08);
    background-color: rgba(255, 255, 255, 0.185);
    transform: rotate(90deg);
    transition: all 0.5s;
}

.comp_counsel .cc_title_wrap .cc_ico_arr::before {
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    right: 19%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-width: 0 0 2.32px 2.32px;
    border-style: solid;
    border-color: coral;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.rotated_btn {
    transform: rotate(-90deg) !important;
    transition: all 0.5s;
}

.comp_counsel .comp_counsel_wrap
 .cc_list_wrap {
    padding-top: 28px;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background-color: #f6fcff;
}

.IndividualBox {
    padding: 0 20px;
}

.IndividualBox dl {
    margin-bottom: 15px;
}

.IndividualBox dt {
    height: 22px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: -0.8px;
    text-align: left;
    color: #2b3f47;
    margin: 0 5px 7px 0;
    font-weight: 600;
}

.IndividualBox dd {
    margin: 0;
    padding: 0;
}

.IndividualBox dt:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #297fff;
    vertical-align: middle;
    margin: 0 7.5px 0 0;
}

.IndividualBox input[type="button"], .IndividualBox input[type="text"], .IndividualBox input[type="email"], .IndividualBox input[type="search"], .IndividualBox input[type="password"], .IndividualBox textarea, .IndividualBox input[type="submit"], .IndividualBox input[type="phone"] {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #e4e4e8;
    font-size: 1.45rem;
    max-width: 100%;
    resize: none;
    box-sizing: border-box;
    padding: 0 14px;
    font-family: inherit;
}

.WriteInput {
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
    font-weight: 500;
    padding: 0;
}

.size-xlarge {
    height: 37px;
}

.IndividualBox dt.not_required:before {
    background: #ccc;
}

.IndividualBox textarea {
    padding: 14px 14px;
    letter-spacing: -.5px;
    line-height: 16px;
}

.file-upload {
    margin-bottom: 15px;
}

.file-upload .upload-hidden {
    width: 100%;
    font-size: 1.25rem;
    color: #9798a1;
    text-align: center;
    border: 1px solid #e4e4e8;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
    padding: 8.5px 0;
    display: inline-flex;
    justify-content: center;
    height: 37px;
    box-sizing: border-box;
}

.file-upload p {
    color: #999;
    font-size: 1.2rem;
    margin: 0.775rem 3%;
    letter-spacing: -1px;
}

.file-upload p span {
    margin-left: 24px;
    line-height: 19px;
}

.file-upload button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.pics_del {
    position: absolute;
    z-index: 10;
    background: url(../img/contact_file_del.png) no-repeat center / cover;
    width: 19px !important;
    height: 19px !important;
    text-indent: -9999px !important;
    border: none;
}
.informationBox {
    background: #f8f8f8;
    color: #999 !important;
    font-size: 1.158rem !important;
    font-weight: 400;
}

.comp_counsel {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    margin-bottom: 10px;
}

.comp_counsel .comp_counsel_wrap .cc_list_wrap .comp_ect_btn {
    margin: 0 28px; padding-bottom: 35px;
}


@media all and (max-width:500px) {
    .comp_counsel {
        border-radius: 0px;
        box-shadow: none;
        margin: 0 0 10px 0;
    }

    .comp_counsel .comp_counsel_wrap{
        border-radius: 0px; 
    }

    .comp_expert_card_info .expert_card_list {
        padding: 30px 0px;
    }

    .comp_counsel .comp_counsel_wrap .cc_list_wrap .comp_ect_btn_wrap {
        margin: 0;
    }

    .comp_counsel .comp_counsel_wrap .cc_list_wrap .comp_ect_btn {
        margin: 0 20px; 
    }
}

.view_container {
    margin-bottom: 48px !important;
}
.board_view_wrap {
    font-weight: 400;
    max-width: 1032px;
    margin: 0 auto;
    padding-top: 48px;
}

.board_view_category {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
}

.board_view_category::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #757575;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    margin-bottom: 4.5px;
    margin-left: 10px;
}

.board_view_title h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 24px;
    color: #222;
    font-weight: 700;
}

.board_view_content{
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Pretendard Variable';
    margin-bottom: 48px;
}


.board_view_content > div:nth-child(1){
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Pretendard Variable';
    margin-bottom: 24px;
}

.board_view_secrethole {
    margin-top: 10px;
    border: 1px dashed #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    color: #929294;
}


.board_view_secrethole_uploadfile {
    border-top: 1px dashed #e0e0e0;
    padding-top: 12px;
    margin-top: 10px;
}

.board_view_secrethole_uploadfile p {
    font-size: 15px;
    font-weight: 600;
}


.board_view_secrethole_uploadfile  .view_file_download {
    color: #3497d9;
    text-decoration: underline;
    font-size: 12px;
}

.board_view_secrethole_uploadfile ul li {
    line-height: 13px;
    margin-bottom: 5px;
}

.board_view_secrethole_uploadfile ul li:last-child {
    margin-bottom: 0px;
}

.board_view_secrethole_uploadfile ul li::before {
    content: "•";
    margin-right: 3px; 
    margin-left: 5px;
    color: #222;
}

.board_view_info_wrap {
    margin-bottom: 24px;
    color: #999;
    font-size: 13px;
}


.board_view_info_wrap > span::before {
    content: "•";
    display: inline-block;
    font-size: 10px;
    margin: 0 4px;
}

.board_view_info_wrap > span:first-child::before {
    content: none;
}

.board_view_benner {
    max-width: 1032px;
    margin: 0 auto;
}

.board_view_benner img {
    width: 100%;
}

.board_view_edit_wrap{
    display: flex;
    justify-content: space-between; /* 양쪽 끝으로 정렬 */
    align-items: center; /* 세로축 중앙 정렬 */
    margin-bottom: 48px;
}

.board_view_edit_left {
    display: flex;
    gap:8px; /* 삭제와 수정 사이의 간격 */
}


.board_view_edit_wrap span {
    display: block;
    color: #929294;
    font-size: 13px;
    font-weight: 400;
    padding: 0 12px;
    height: 32px;
    align-items: center;
    border-radius: 4px;
    line-height: 32px;
    background-color: #f4f6f8;    
    font-weight: 500;
    cursor: pointer;
}


.board_view_secret {
    color: #767678;
    font-size: 15px;
    line-height: 20px;
}

.board_view_secret::before {
    content: '* 해당 영역에 기재된 내용은 타인에게 노출되지 않습니다.';
    color: #a5a5a5;
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
    margin-bottom: 5px;
}


.board_view_article_line {
    height: 6px;
    background-color: #f9f9fb;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .04);
    width: 100%;
}

.board_comment_warp{
    max-width: 1032px;
    margin: 0 auto;
}
.ArticleWrite {
    margin-top: 15px;
}

.ArticleWriteFormSelectBox .select_wrap .selectbox {
    width: 100%;
    height: 45px;
    padding: 0 22px 0 16px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    line-height: 45px;
    background-color: #fff;
    -webkit-appearance: none;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ArticleWriteFormSelectBox .select_wrap {
    position: relative;
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.ArticleWriteFormSubject {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.ArticleWriteFormSubject textarea {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    border-color: rgba(0, 0, 0, .07);
    vertical-align: top;
    resize: none;
    outline: none;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    line-height: 20.5px;
    font-family: 'Pretendard Variable';
    overflow-wrap: break-word; height: 21px;
}

.ArticleForm {
    position: relative;
    padding: 13px 16px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background-color: #f5f6f8;
    margin-top: -1px;
}

.SmartEditor {
    min-height: 400px;
    margin-bottom: 35px;
}

.ArticleForm .message {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 20px;
}


.ArticleWrite .board_view_secrethole textarea{
    -webkit-appearance: none;
    outline: none;
    font-size: 1.45rem;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    font-family: inherit;
    border: none;
}

.board_write_secrethole {
    margin: 24px 0;
}

.Privacy_title {
    font-weight: 700;
    font-size: 16px;
}

.Privacy_title::before {
    content: "|";
    display: inline-block; /* 또는 inline-block */
    background-color: #4a65f6;
    color: #4a65f6;
    margin-right: 3px;
}

@media (max-width: 1100px) {
    .ArticleWrite {
        margin-top: 0px;
    }



}

@media (max-width: 959px) {
    .board_view_wrap {
        padding: 28px 22px 28px 22px;
    }
    .view_container {
        margin-bottom: 32px !important;
    }

    .board_view_category {
        margin-bottom: 16px;
        font-size: 16px;
        font-size: 14px;
        line-height: 22px;
    }

    .board_view_title h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .board_view_content {
        margin-bottom: 32px;
    }

    .board_view_content > div:nth-child(1) {
        font-size: 16px;
        line-height: 30px;
    }

    .board_view_secret {
        font-size: 14px;
        line-height: 18px;
    }

    .board_view_secrethole_uploadfile  .view_file_download {
        font-size: 10.5px;
    }
    
    .board_view_secrethole_uploadfile ul li {
        line-height: 12px;
    }

    .board_view_secret::before {
        font-size: 10.5px;
    }

    .board_view_category::after {
        width: 5px;
        height: 5px;
        border-width: 0 0 1.75px 1.75px;
        margin-bottom: 4px;
        margin-left: 8px;
    }

    .board_view_article_line {
        height: 12px;
    }

    .board_view_edit_wrap {
        margin-bottom: 4px;
    }

    .ArticleWrite .board_view_secrethole textarea{
        font-size: 1.256rem;
    }
    
}

.comp_comment {
    padding: 24px 0;
}

.comp_comment_profile_info_wrap {
    align-items: center;
    display: flex;
    padding: 20px 24px;
    background-color: #f9f9fb;
    border: 1px solid #e8e8ee;
    border-radius: 8px;
}

.comp_comment_img {
    position: relative;
    display: inline-block;
    margin: 7px;
}

.comp_comment_img img {
    border-radius: 50%;
    height: 56px;
    width: 56px;
    border: 2px solid #fff;  /* 첫 번째 테두리 */
    display: block;
    position: relative;
    z-index: 1;
}

.comp_comment_img:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d81ff 5%, #17c2ec 100%); /* 그라데이션 테두리 */
    z-index: 0;
}

.comp_comment_info_wrap {
    margin: 0 20px;
    flex: 1;
}

.comp_comment_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -.8px;
    margin-bottom: 5px;
}

.comp_comment_profile_text{
    font-size: 1.32rem;
    font-weight: 500;
}

.comp_comment_profile_text > span {
    word-break: break-all;
    margin-left: 7px;
}

.comp_comment_profile_text > span::before {
    background-color: #f8e7b7;
}


.comp_comment_app_btn {
    height: 38px;
    width: 76px !important;
    background-color: #4a65f6;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
    font-size: 14px;
    margin-left: 10px;
}

.comp_comment_app_btn:hover {
    height: 38px;
    width: 76px !important;
    background-color: #4a65f6;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
    font-size: 14px;
    margin-left: 10px;
}
.comp_comment_expert {
    font-size: 11px;
    margin-bottom: 3px;
    color: #767678;
}

.comp_comment_profile_text_mobile{
    display: none;
    font-size: 1.25rem;
    margin-top: 8px;
    font-weight: 500;
}

.comp_comment_profile_text_mobile > span {
    word-break: break-all;
    margin-left: 7px;
}

.comp_comment_profile_text_mobile > span::before {
    background-color: #f8e7b7;
}

.comp_comment_text_wrap {
    padding: 24px 24px 12px;
}

.comp_comment_text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: #333;
    white-space: pre-line;
}

.comp_comment_text_info_wrap {
    height: 36px;
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.comp_comment_text_info_wrap div {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 0;
}

.comp_comment_text_info_wrap div::after {
    content: "•";
    margin-left: 5px;
}

.comp_comment_text_info_wrap div:last-child::after {
    content: none;
}

.on_click_btn {
    cursor: pointer;
}

.on_click_btn:hover {
    color: #222;
}


.comment_counsel {
    margin-top: 9px;
    border: 1px solid #d2d2d8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.comment_counsel_box {
    padding: 0 18px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 38px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.comment_counsel_box .comment_counsel_btn {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 -8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment_counsel_box .comment_counsel_btn img {
    border-radius: 50%;
}




.comment_textarea {
    margin: 24px 0;
    padding: 20px 15px;
    border-radius: 6px;
    background-color: #f5f6f8;
}

.comment_textarea.type__open {
    padding: 16px 16px 0;
}

.board_comment > textarea {
    outline: none;
    line-height: 22px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 109px;
    background: #f5f6f8;
    resize: none;
    font-family: 'Pretendard Variable';
}

.comment_textarea .textarea_footer {
    display: -webkit-flex;
    display: flex;
    height: 44px;
    padding-top: 9px;
    box-sizing: border-box;
    border-top: .5px solid #e6e6e6;
}

.comment_textarea .textarea_footer .btn_area {
    margin-left: auto;
}

.comment_textarea .textarea_footer .btn_area button {
    font-family: 'Pretendard Variable';
    width: 50px;
    height: 30px;
    margin-left: 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    box-shadow: none;    
}


.comment_textarea .textarea_footer .btn_area .btn_cencel {
    color: #676767;
    background-color: #e5e7ea;
}

.btn_done {
    color: #0d70da;
    background-color: #ebf2ffee;
    outline: none;
}

.nick_name, .nick_expert_name {
    font-weight: 500;
}

.nick_name::after {
    content: '작성자';
    color: red;
    border: 0.5px solid red;
    padding: 1.5px 5px;
    border-radius: 50px;
    margin-left: 5px;
    font-size: 10.5px;
    font-weight: 500;
}

.nick_expert_name::before {
    content: "✓";
    margin-right: 3px;
    transition: opacity .3s ease 0s, color .3s ease 0s;
    color: #4a65f6;
}

.comment_header .user .thumb {
    min-width: 28px;
    height: 28px;
}

.user .thumb img,  .comment_header .user .thumb:after {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.comment_header .user {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.reply_comment {
    padding-left: 32px;
    padding-right: 6px;
}

.reply_to {
    font-weight: 700;
    padding-right: 4px;
    color: #2761c2;
}

.reply_comment > .txt {
    font-size: 15px;
}

.comp_comment_writer {
    font-size: 11px;
    margin-bottom: 3px;
    color: #767678;
}

.comp_comment_writer_img img {
    border-radius: 50%;
    height: 56px;
    width: 56px;
    border: 2px solid #fff;
    display: block;
    position: relative;
    z-index: 1;
}

.comp_common_borad, .board_write_speedin{
    margin: 24px 12px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06);
    border: 1px solid #e8e8ee;
}
.comp_common_borad .ccb_title_wrap {
    position: relative;
    margin: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.comp_common_borad .ccb_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e23;
    padding: 14px 0 10px;
    display: block;
    font-size: 1.7rem;
    letter-spacing: -.5px;
    line-height: 23px;
}

.comp_common_borad .ccb_more_link {
    position: relative;
    color: #767678;
    display: block;
    margin-left: auto;
    padding: 10px 13px 11px 10px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -1px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.comp_common_borad .ccb_more_link .ico_more {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -7px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #767678;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.comp_common_borad .ccb_title_wrap::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both;
}

.comp_common_borad .ccb_text_list {
    padding: 0 20px 6px;
}

.comp_common_borad .ccb_text_list:last-child {
    padding-bottom: 14px;
}

.comp_common_borad .ccb_text_item {
    border-top: 1px solid #efeff0;
    text-align: left;
}

.comp_common_borad .ccb_text_a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 11px 6px 10px 2px;
    display: block;
    font-size: 1.355rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.5px;
    cursor: pointer;
    color: #333;
}



@media (max-width: 959px) {
    .comp_comment{
        padding: 24px 20px;
    }

    .comp_comment_profile_info_wrap{
        display: flex;
        flex-wrap: wrap;
        padding: 16px 20px;
    }
    .comp_comment_info_wrap {
        margin: 0 12px;
    }

    .comp_comment_profile_text{
        display: none;
    }

    .comp_comment_profile_text_mobile{
        display: block;
        order: 1;
        flex-basis: 100%; 
    }
    .comp_comment_text_wrap {
        padding: 16px 4px 12px;
    }
    .comp_comment_text {
        font-size: 14px;
        line-height: 180%;
    }

    .comment_counsel {
        margin-top: 4px;
    }

    .comment_textarea {
        border-radius: 0;
    }
    .reply_comment > .txt {
        font-size: 13.5px;
        line-height: 18px;
        margin-top: 5px;
    }

    .reply_comment {
        padding: 0px 2px;
    }

    .comp_common_borad {
        margin: 24px 20px;
    }

}

.board_write_speedin .bws_title .bws_logo_editors_pick {
    display: block;
    color: #4a65f6;
    font-size: 1.562rem;
    line-height: 21px;
}

.board_write_speedin .bws_title .bws_logo_editors_pick span {
    font-weight: 700;
}

.board_write_speedin .bws_visual_wrap {
    padding-bottom: 18px;
}

.board_write_speedin .bws_link_vthumb {
    position: relative;
    display: block;
}

.board_write_speedin .bws_vthumb_mw {
    position: relative;
    white-space: nowrap;
}

.board_write_speedin .bws_vthumb_mw::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.board_write_speedin .bws_vthumb_mw::after {
    content: "";
    display: inline-block;
    padding-top: 49.067%;
    vertical-align: top;
}

.board_write_speedin .bws_vthumb_tw {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -.5px;
}

.board_write_speedin .bws_vthumb_tw::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    height: 105px;
}

.board_write_speedin .bws_vthumb_tw .bws_vthumb_sub {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
}

.board_write_speedin .bws_vthumb_tw .bws_vthumb_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    margin-top: 2px;
}

.board_write_speedin .bws_title {
    margin: 0 20px;
    padding: 24px 0 12px;
    line-height: 25px;
}

.m_block {
    display: none;
}

@media (max-width: 1100px) {
    .board_write_speedin {
        margin: 24px 0;
        border-radius: 0;
        box-shadow: none;
        border:  none;
        border-top: 2px soild #e8e8ee;
    }

    .ArticleWrite {
        padding-bottom: 28px;
    }
    .m_block {
        display: block;
    }
}



.top-left {
    width: 50%;
    float: left;
    transition: .5s;
}


.top-right {
    width: 50%;
    float: left;
    transition: .5s;
}

.main-top {
    padding: 20px 12px;
}

.main-top::after {
    content: '';
    display: block;
    clear: both;
}

.main-top_grid {
    margin-top: 122px;
}

@media all and (max-width:1100px) {
    .top-left {
        width: 100%;
        float: none;
        transition: .5s
    }

    .top-right {
        width: 100%;
        float: none;
        transition: .5s
    }
    .main-top_grid {
        margin-top: 122px;
    }

    .main-top .top-left .comp_expert_wrap {
        margin-bottom: 22.5px;
    }
}

.main-top-profile_wrap {
    padding: 20px 24px;
    border: 1px solid #e8e8ee;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.main-top-profile_expert {
    font-size: 11px;
    margin-bottom: 3px;
    color: #767678;
}

.main-top-profile_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -.8px;
    margin-bottom: 5px;
}

.main-top-profile_text {
    font-size: 1.85rem;
    font-weight: 400;
}

.main-top-profile_text > span::before {
    background-color: #ffffff70;
}

.main-top-profile_text > .underscore:before {
    height: .99vh;
}

.underscore {
    position: relative;
    z-index: 1;
}

.main-top-profile_counsel {
    display: inline-block;
    border: 1.85px solid #222;
    padding: 12px 16px;
    margin-top: 13px;
    transition: 0.4s all;
}

.main-top-profile_counsel a {
    color: #222;
    font-weight: 600;
    transition: 0.4s all;
}

.main-top-profile_counsel:hover {
    background-color: #222;
}

.main-top-profile_counsel:hover a{
    color: #fff;
}

.main-top-profile_img {
    position: absolute;
    right: 0;
    bottom: -5px;
}


@media all and (max-width:500px) {
    .main-top-profile_img img{
        opacity: 0.5;
    }

    .main-top-profile_wrap {
        padding: 20px 12px;
        border-radius: 0px;
    }

    .main-top-profile_text {
        font-size: 1.65rem;
        font-weight: 500;
        letter-spacing: -.65px;
    }
}

.main-top-profile { display: none; }
.main-top-profile.main-profile-tab_active { display: block; }








.top-right .message {
    display: flex;
    align-items: center;
    margin: 20px 10px;
    opacity: 0;
    /* 초기 상태는 숨김 */
    transform: translateY(30px);
    /* 아래에서 위로 나타나도록 설정 */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    /* 페이드 인과 이동 효과 */
}


/* 왼쪽 정렬 */
.top-right .message.left {
    justify-content: flex-start;
    /* 왼쪽 끝 정렬 */
}

/* 오른쪽 정렬 */
.top-right .message.right, .last_right {
    justify-content: flex-end;
    /* 오른쪽 끝 정렬 */
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

/* 왼쪽에 꼬리가 있는 말풍선 */
.speech-bubble.left {
    position: relative;
    background: #ffffff;
    /* 흰색 배경 */
    border-radius: .4em;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    /* 말풍선 본체에 그림자 추가 */
    margin-left: 15px;
}

.speech-bubble.left p {
    color: #4a65f6;
    font-weight: 500;
    font-size: 1.252rem;
}

/* 왼쪽 꼬리 */
.speech-bubble.left::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -17px;
    /* 꼬리의 가로 위치 조정 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-right-color: #ffffff;
    /* 꼬리 색상 흰색 */
    border-left: 0;
    border-top: 0;
    border-radius: 5px 0 0 0;
    filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.2));
    /* 삼각형 꼬리 그림자 */
}

/* 오른쪽에 꼬리가 있는 말풍선 */
.speech-bubble.right {
    position: relative;
    background: rgba(164, 171, 187, .1);
    /* 지정된 파란색 배경 */
    border-radius: .4em;
    padding: 15px;
    box-shadow: none;
    /* 그림자 없음 */
    margin-right: 15px;
}

.speech-bubble.right p {
    color: #929294;
    font-size: 1.252rem;
}

/* 오른쪽 꼬리 */
.speech-bubble.right::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    /* 꼬리의 가로 위치 조정 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left-color:rgba(164, 171, 187, .1);
    /* 오른쪽 꼬리 색상 지정된 파란색 */
    border-right: 0;
    border-top: 0;
    border-radius: 0 5px 0 0;
}

/* 페이드업 효과를 위한 클래스 */
.top-right .visible {
    opacity: 1;
    /* 보이도록 설정 */
    transform: translateY(0);
    /* 원래 위치로 이동 */
}



@media all and (max-width:1100px) {
    .speech-bubble.left {
        max-width: 220px;
    }
}




/* 오른쪽에 꼬리가 있는 말풍선 */
.speech-bubble.last_right {
    position: relative;
    background: #d7e2f7;
    /* 지정된 파란색 배경 */
    border-radius: .4em;
    padding: 15px;
    box-shadow: none;
    /* 그림자 없음 */
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s all;
    margin-top: 15px;
}

.speech-bubble.last_right p {
    color: #333;
    font-size: 1.252rem;
    font-weight: 600;
}

/* 오른쪽 꼬리 */
.speech-bubble.last_right::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    /* 꼬리의 가로 위치 조정 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-left-color:#d7e2f7;
    /* 오른쪽 꼬리 색상 지정된 파란색 */
    border-right: 0;
    border-top: 0;
    border-radius: 0 5px 0 0;
}

.speech-bubble.last_right::after {
    content: 'click!';
    position: absolute;
    top: -15px;
    right: 8px;
    font-size: 1rem;
    color: coral;
}

.speech-bubble.last_right:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.last_right img{
    margin-top: 10px;
}




.cgs_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 0 8px;
    font-size: 1.325rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: -.5px;
    color: #929294
}

.tab-panel-grid {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.top-right-title {
    margin-top: 25px;
}



@media all and (max-width:500px) {
    .tab-panel-grid {
        padding: 0;
    }
    .top-right-title {
        margin-top: 45px;
    }
    
}



.board_view_content p {
    font-size: 18px;
     line-height: 34px;
 }


 .flex-direction_row {
    flex-direction: row;
    flex-wrap: wrap; /* 줄 바꿈을 허용 */
}


.Essential_information {
    flex-basis: 100%; /* 새로운 줄로 시작 */
    order: 2;
}



.Essential_information ul:first-child {
    margin-bottom: 7px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #e8e8ee;
}

.Essential_information ul {
    font-weight: 500;
    color: #767678;
    padding: 0 1vw;
    font-size: 13px;
}

.Essential_information ul li:first-child {
    margin-top: 5px;
}

.Essential_information ul li {
    color: #929294;
    font-size: 11.5px;
    margin-left: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.Essential_information_number::before {
    content: '-' ;
    margin-left: 5px;
    margin-right: 5px;

}


.ccb_text_item:last-child{
    text-align: center;

}


.ccb_text_item:last-child a span {
    color: #999;
    font-weight: 300;
}


.board_view_secret p {
    color: #767678;
    font-size: 15px;
    line-height: 20px;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    white-space: pre-wrap !important;    
}


.uploadfile_edit ul li::before {
    display: none;
}
 

.uploadfile_edit ul li p {
    font-weight: 300;
    margin: 0.775rem 0px;
}


.knowhow_view_reply::after {
    display: none;
}


/* home update */


.swiper-pagination-bullet-active {
    width: 2.325rem;
    background: #292929;
    border-radius: 5rem;
}

.slide-home {
    margin: 20px 12px;
}

.slide-hom .tab-panel {
    padding: 0px 20px 2px;
}

.Status_bar {
    background: #fff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 4px;
    letter-spacing: -.5px;
    color: #7b7b7b;
    font-size: 1.25rem;
    line-height: 2.1rem;
    font-weight: 600;
}

.slide-home .main-top-profile_name {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 15px;
}

.slide-home .main-top-profile_text {
    font-size: 2.75rem;
}

.slide-home .main-top-profile_wrap {
    padding: 40px !important;
}

.slide-home .main-top-profile_img img {
    width: 320px; height: 320px;
}

.emphasis-container {
    display: block;
    white-space: pre-wrap;
    /* 줄바꿈을 그대로 유지 */
    word-wrap: break-word;
    /* 긴 단어도 잘리도록 처리 */
}

.emphasis {
    font-weight: 400;
    background-image: linear-gradient(to bottom, transparent 70%, #ffffff75 70%);
    /* 형광펜 효과 */
    background-repeat: no-repeat;
    background-size: 100% 6vh;
    /* 형광펜 두께와 텍스트에 맞게 조정 */
    background-position: bottom;
    /* 형광펜을 텍스트 하단에 배치 */
}

@media (max-width: 1100px) {
    .slide-home {
        margin: 20px 0px 50px;
    }

    .slide-hom .tab-panel {
        padding: 0px 0px 2px;
    }

    .slide-home .main-top-profile_wrap {
        border-radius: 0px;
        border: none;
        padding: 35px 24px !important;
    }

    .slide-home .main-top-profile_text {
        font-size: 2.2rem;
    }

    .slide-home .main-top-profile_img img {
        width: 270px; height: 270px;
    }
}

@media (max-width: 500px) {
    .slide-home .main-top-profile_img img {
        width: 400px; height: 400px;
    }
    .main-top-profile_img{
        bottom: -15px;
        right: -10px;
    }
}

.event_grid_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.event_grid_wrap .event-main {
    width: 66.66%;
    transition: .5s
}

.event_grid_wrap .event-aside {
    width: 33.33%;
    transition: .5s
}

.event-aside .comp_expert_wrap {
    padding: 26px 0;
}

.event-aside .comp_expert {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}


.event-aside .comp_expert {
    margin: 25px 12px;
}

@media (max-width: 1100px) {
    .event_grid_wrap {
        flex-direction: column;
        justify-content: flex-end;
    }

    .event_grid_wrap .event-main {
        width: 100%;
    }

    .event_grid_wrap .event-aside {
        width: 100%;
    }

    .event-aside .comp_expert {
        margin: 45px 0px 8px;
        border-radius: 0;
        box-shadow: none;
        background-color: #ffffff00;
    }

    .event-aside .comp_expert_wrap {
        padding: 0;
    }
}

.card_grid {
    padding: 70px 0;
}

.card_title_box {
    text-align: center;
    margin-bottom: 35px;
}

.card_title_box div {
    font-size: 46px;
    font-weight: 600;
}

.card_title_box p {
    font-size: 22px;
    padding-top: 5px;
    font-weight: 500;
    color: #222;
}

.card_title_box p br {
    display: none;
}

.card_grid ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.card_grid ul li {
    border-radius: 10px;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    margin: 8px 12px;
}

.card_grid ul li div {
    cursor: pointer;
    padding: 20px 0;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
}

.card_grid ul li div:hover {
    transform: translateY(-5px); /* div만 위로 5px 이동 */
}


.card_grid ul li p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.card_grid ul li h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.card_borad div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.card_review {
    background-color: #ffeef3;
}

.card_knowhow {
    background-color: #eaf3ff;
}

.card_borad {
    background-color: #f5ffe9;
}


@media (max-width: 1100px) {
    .card_title_box div {
        font-size: 2.8rem;
    }

    .card_title_box p {
        font-size: 1.7rem;
    }   

    .card_title_box p br {
        display: block;
    }

    .card_title_box {
        margin-bottom: 15px;
    }

    .card_grid ul {
        flex-direction: column;
        padding: 20px 12px;
    }

    .card_grid ul li {
        width: 100%;
    }

    .card_grid ul li img {
        max-width: 175px;
    }    
}

.area_grid {
    display: flex;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    justify-content: center; /* 가운데 정렬 */
}

.area_grid .right, .area_grid .left {
    width: 50%;
}

.area_grid .left {
    text-align: right;
    background-color: #e2f7ef;
}

.area_grid .left > div {
    text-align: left;
    max-width: 620px;
    margin-left: auto;
}

.area_grid .right {
    background-color: #fffee9;
}


.area_grid .right > div {
    max-width: 620px;
}

.area_grid h2 {
    font-size: 26px;
    font-weight: 600;
}

.area_grid p {
    font-size: 1.45rem;
    margin-top: 7px;
    margin-bottom: 35px;
}

.area_grid img {
    width: 300px;
    position: absolute; right: 0; bottom: 0;
    z-index: -1;
}


.area_btn {
    display: inline-block;
    padding: 12px 35px;
    margin-top: 13px;
    transition: 0.4s all;
    background: #fff;
    border-radius: 4px;
}

.area_btn a {
    color: #222;
    font-weight: 600;
    transition: 0.4s all;
}

.area_btn:hover {
    background-color: #222;
}

.area_btn:hover a{
    color: #fff;
}

@media (max-width: 1100px) {
    .area_grid {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .area_grid .right, .area_grid .left {
        width: 100%;
    }

    .area_grid .left > div, .area_grid .right > div {
        margin: 0 auto;
        max-width: 900px;
    }
}


@media (max-width: 500px) {
    .area_grid img {
        opacity: 0.5;
    }    
}

.Membership_Group_title {
    text-align: center;
}

.Membership_Group_title h2{
    font-size: 30px;
    font-weight: 700;
}

.Membership_Group_title p {
    font-size: 1.77rem;
    margin-top: 7px;
    margin-bottom: 25px;
}

.Membership_Group_title p::before {
    content: "✓";
    margin-right: 5px;
    transition: opacity .3s ease 0s, color .3s ease 0s;
    color: #4a65f6;
    font-weight: 600;
}

.slide-Comp .cas_age_item {
    margin: 0 19px; /* 좌우 마진 */
    text-align: center;
    padding-bottom: 18px;
    display: inline-block;
}

.slide-Comp .cas_age_mwB {
    position: relative;
    width: 54px;
    height: 54px;
    margin: 0 auto; /* 중앙 정렬 */
    border-radius: 15px;
    overflow: hidden;
}

.slide-Comp .cas_age_mwB::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
}

.slide-Comp .cas_age_name {
    max-width: 70px;
    margin: 9px auto 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: -1px;
    color: #929294;
    text-align: center;
}

.Membership_Group .comp_channel_title {
    margin: 0 20px;
    padding-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: -1px;
    text-align: center;
}

.Membership_grid {
    padding: 45px 0; 
    background-color: #f2f4fe;
    border-radius: 2rem;   
}

.slide-Comp .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    max-width: 700px;
    top: auto;         
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 8px;
    background-color: rgba(81, 94, 120, 0.12);
}
.slide-Comp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
}

.slide-Comp .swiper-button-prev:after, .slide-Comp .swiper-button-next:after {
    font-size: 2.85rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);

}

.slide-Comp .swiper-button-prev, .slide-Comp .swiper-button-next {
    margin: 0 2rem ;
}


@media (max-width: 1100px) {
    .Membership_grid {
        border-radius: 0;   
    }

    .slide-Comp .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: 80%;
    }

    .slide-Comp .swiper-button-prev, .slide-Comp .swiper-button-next {
        margin: 0 ;
    }
}


.more_btn_m {
    display: block;
    border-top: 1px solid #d8d8d8;
    text-align: center;
    padding: 13px 0;
}

@media (max-width: 500px) {
    .more_btn_m {
        display: block;
        text-align: center;
        border-top: 1px solid #ddd;
        padding: 12px 0;
        box-sizing: border-box;
    }
}



.notice_board_wrap_tab_title {
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e23;
    padding: 14px 17px 10px 15px;
    display: block;
    font-size: 1.45rem;
    letter-spacing: -.5px;
    line-height: 23px;
    cursor: pointer;
    margin-right: 15px;
    filter: grayscale(1);
    opacity: 0.6;
    font-weight: 600;
}

.notice_board_wrap_tab_title.tab_active {
    color: #1e1e23; /* 활성화된 탭의 글자색 */
    font-size: 1.7rem;
    opacity: 1;
    border: 2px dashed #4a65f6;
    border-bottom: none;
    box-sizing: border-box;
    filter: grayscale(0);
    opacity: 1;
    border-radius: 6px 6px 0 0;
}

@media (max-width: 500px) {
    .notice_board_wrap_tab_title {
        margin-right: 0px;
    }
    .notice_board_wrap_tab_title.tab_active {
        border: 2px dashed #4a65f6;
        border-bottom: 2px dashed #4a65f6;
        border-radius: 6px;
    }
    .notice_board_wrap_tab_title.tab_active:last-child {
        border-bottom: none;
        border-radius: 6px 6px 0 0;
    }
}


.Status_box {
    background-color: #d8eaff;
    padding: 26px 28px;
    margin: 8px 0;
    border-radius: 2rem;
}

.Status_logo {
    display: flex;
    align-items: center;
}


.Status_logo p {
    font-size: 22px;
    font-weight: 700;
    padding-left: 13px;
}

.Status_title {
    padding: 20px 0 40px ;
    position: relative;
}

.Status_title h2 {
    font-size: 3.8rem;
    font-weight: 700;
    color: #000;
}

.Status_title p {
    padding-top: 8px;
}

.Status_title p::before {
    content: "✓";
    margin-right: 5px;
    transition: opacity .3s ease 0s, color .3s ease 0s;
    color: #4a65f6;
    font-weight: 600;
}

.Status_btn {
    max-width: 700px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: 0.4s;
}

.Status_btn:hover {
    background-color: #4a65f6;
    color: #fff;
}

.Status_title img {
    position: absolute; bottom: -10px; right: -20px;
    width: 290px;
    opacity: 0.4;
}

@media (max-width: 1100px) {
    .Status_title img {
        min-width: 275px;
    }

    .Status_box {
        margin-top: 25px;
    }
    .Status_btn {
            margin: 0 auto;
    }
    
}


@media (max-width: 500px) {

    .Status_box {
        border-radius: 0;
    }
    
}

/* home end */



/* 250630 counsel update */
.CounselBox input,
.CounselBox select,
.CounselBox textarea,
.CounselBox button {
    box-sizing: border-box;
    font-family: 'Pretendard Variable';
    font-weight: 500;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


.CounselBox .CSInput:focus {
    border: 1px solid #4a65f6;
    outline: none;
    box-shadow: 0 0 0 2px rgba(62, 94, 255, 0.2);
    /* 선택된 느낌 강조 */
}

.CounselBox {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    gap: 1.5%;
    flex-wrap: wrap;
    padding: 0 20px;
    background: #fff;
}

.CounselBox .CSColLeft,
.CounselBox .CSColRight {
    width: calc(50% - 0.75%);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.CounselBox .CSFormGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.CounselBox .CSLabel {
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    font-size: 15px;
    letter-spacing: -0.8px;
    height: 22px;
    line-height: 22px;
}

.CounselBox .CSInput {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 45px;
}

.CounselBox input[type="file"].CSInput {
    padding: 8px;
    font-size: 13px;
    height: auto;
}

.CounselBox textarea.CSInput {
    resize: none;
    min-height: 132px;
}

select.CSselect {
    color: #4A65F6;
    font-weight: 600;
}

select.CSselect option {
    color: #000;
}

.CounselBox .CSRowSplit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CounselBox .CSRowInline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}

.CounselBox .CSRowInline label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1;
}

.CounselBox input[type="radio"],
.CounselBox input[type="checkbox"] {
    vertical-align: middle;
}

.CounselBox .CSFile {
    margin-top: 6px;
}

.CounselBox .CSPrivacyText {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 12px;
    background: #f6f6f6;
    height: 90px;
    overflow-y: auto;
    color: #999 !important;
    font-weight: 600;
    white-space: pre-wrap
}

.CounselBox .CSSubmitArea {
    text-align: right;
    margin-top: 16px;
}

.CSSubmitBtn {
    background-color: #4a65f6;
    color: white;
    border: 2px solid #4a65f6;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.CounselBox button.CSSubmitBtn {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.CSSubmitBtn:hover {
    background-color: #fff;
    color: #4a65f6;
    border-color: #4a65f6;
}

.CSFormGroup label.required::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #4A65F6;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.CSFormGroup label.not_required::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    vertical-align: middle;
    margin: 0 10px 0 0;
}



/* 반응형 처리 */
@media (max-width: 768px) {
    .CounselBox {
        flex-direction: column;
    }

    .CounselBox .CSColLeft,
    .CounselBox .CSColRight {
        width: 100%;
    }

    .CounselBox .CSSubmitArea {
        text-align: center;
    }

    .CounselBox .CSColLeft {
        margin-bottom: 25px;
    }
}


.counselinfo-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(40px, 10vw, 200px);
    margin-bottom: 50px;
}

.counselinfo-title-left {
    flex: 0 0 auto;
    min-width: 300px;
    max-width: 520px;
    margin: 8px 20px;
}

.counselinfo-title-left h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
    margin: 0;
}

.counselinfo-title-right {
    flex: 0 0 auto;
    max-width: 520px;
    min-width: 280px;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin: 8px 20px;
}

.counselinfo-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 40px auto;
    padding: 0;
}

.counselinfo-step {
    position: relative;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}

.counselinfo-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1e2b48;
}

.counselinfo-step img {
    width: 120px;
    height: auto;
}

.counselinfo-step-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 4px;
}

.counselinfo-step-desc {
    font-size: 14px;
    font-weight: 700;
    color: #1e2b48;
}

.counselinfo-number > span {
        font-size: 12.5px;
        font-weight: 300;
        margin-left: 5px;
}

@media (max-width: 1100px) {
    .counselinfo-title {
        flex-direction: column;
        gap: 20px;
    }

    .counselinfo-title-left {
        max-width: 100%;
        margin: 0 auto;
    }

    .counselinfo-title-right {
        max-width: 100%;
    }

    .counselinfo-title-left h2,
    .counselinfo-title-right {
        text-align: center;
    }
}


@media (max-width: 768px) {


  .counselinfo-title-left h2 {
    font-size: 37px;
  }

  .counselinfo-title-right {
    display: none;
  }
}





.faq-wrapper {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Pretendard Variable';
    color: #222;
}

.faq-header {
    text-align: left;
    margin-bottom: 40px;
}

.faq-header p {
    font-size: 32px;
    margin-bottom: 5px;
    color: #333;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: 800;
}

.faq-header h2 .underscore:before {
    height: 1.55vh
}

.faq-item {
    display: grid;
    /* grid-template-columns: 40px 1fr; */
    grid-template-columns: 1fr 100px;
    gap: 16px;
    padding: 24px 12px;
    border-top: 1px solid #ccc;
    /* align-items: start; */
    align-items: center;
    background-color: rgba(255, 255, 255, 0.678);
    flex-direction: row-reverse;
}

.faq-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.faq-item:first-of-type {
    border-top: none;
}

.faq-number {
    font-weight: 700;
    font-size: 22px;
    color: #4A65F6;
    line-height: 1;
}

.faq-content {
    display: flex;
    flex-direction: column;
}

.faq-question {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.faq-answer-title {
    font-weight: 700;
    color: #295bcc;
    font-size: 15px;
    margin-bottom: 4px;
}

.faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    padding-left: 0.1em;
}

.faq-answer p:first-of-type {
    font-size: 18px;
    color: #4a65f6;
    font-weight: 400;
    margin: 5px 0;
}

@media (max-width: 1100px) {
    .faq-wrapper {
        margin: 25px auto;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .faq-header h2 {
        font-size: 20px;
    }

    .faq-header h2 .underscore:before {
        height: 1vh
    }

    .faq-header p {
        font-size: 20px;
    }

    /* .faq-item {
        grid-template-columns: 32px 1fr;
        gap: 12px;
        padding: 20px 12px;
    } */

    .faq-number {
        font-size: 18px;
        padding-top: 1px;
    }

    .faq-question {
        font-size: 15px;
    }

    .faq-answer-title {
        font-size: 14px;
    }

    .faq-answer p {
        font-size: 13px;
    }

    .faq-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 12px;
        gap: 12px;
    }

    .faq-image {
        order: -1;
    }

    .faq-image img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%px;
    }

    .faq-content {
        text-align: center;
    }
}
