/* 상단 타이틀 */
.sub_title_wrap {
    width: 1140px;
    margin: auto;
    padding: 80px 0 86px;
}
.sub_title_wrap .title_text {
    font-size: 46px;
    font-weight: 700;
    line-height: 59.8px;
    letter-spacing: -0.04em;
}
.sub_title_wrap .sub_text {
    margin-top: 24px;
    color: #99989e;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: -0.02em;
}

/* 레이아웃 */
.container.subpage {
    padding-bottom: 180px;
}
.container.subpage .column_main {
    width: 1140px;
    margin: auto;
}

/* 도입 문의 */
.introductory_inquiry .section {
    width: 1140px;
    margin: auto;
    padding-bottom: 180px;
}
.introductory_inquiry .section .tab_btn_wrap {
    display: flex;
    gap: 10px;
    padding-bottom: 25px;
}

.introductory_inquiry .section .tab_contents {
    display: none;
    padding: 40px 0 25px;
    border-top: 1px solid #ededed;
}
.introductory_inquiry .section .tab_contents.on {
    display: block;
}
.introductory_inquiry .section .tab_contents h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    letter-spacing: -0.04em;
}
.introductory_inquiry .section .tab_contents .form_group_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .flex-row {
    width: 465px;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .flex-row > div {
    width: 50%;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .form_group.checkbox {
    margin-bottom: 22px;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap {
    margin-bottom: 10px;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap:last-child {
    margin-bottom: 0;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1140px;
    padding: 20px 20px 30px;
    border-radius: 6px;
    background: #f5f5f7;
    box-sizing: border-box;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents {
    margin-top: 10px;
    padding-left: 30px;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents p {
    margin-top: 10px;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents strong {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents b {
    color: #666;
    font-weight: 500;
}
.introductory_inquiry .section .bot_text {
    margin: 34px 0 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.introductory_inquiry .section .send_btn_wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    border-top: 1px solid #ededed;
}
.introductory_inquiry .section .send_btn_wrap button {
    width: 160px;
    height: 50px;
    border-radius: 6px;
    background: #32323266;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
    opacity: 1;
}

/* 공지사항 */
.notice .sub_title_wrap {
    padding: 80px 0 120px;
}

/* 자료실 */
.archive .sub_title_wrap {
    padding: 80px 0;
}
.archive .slide_down_wrap {
    margin-top: 30px;
}
.archive .tb_list tr td:nth-child(2) {
    font-family: 'Noto Sans KR';
    color: #99989e;
}

/* FAQ */
.faq .sub_title_wrap {
    padding: 80px 0;
}

.faq .sub_title_wrap .title_text {
    font-family: 'SUIT';
}

.faq .slide_down_wrap {
    margin-top: 35px;
}

.slide_down_wrap li:first-child .click_area {
    border-top: 1px solid #ededed;
}

.slide_down_wrap .click_area {
    display: flex;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.slide_down_wrap .click_area:hover .main_text {
    color: #ff6114;
}
.slide_down_wrap .click_area .type_text {
    width: 155px;
    color: #ff6114;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.02em;
}
.slide_down_wrap .click_area .main_text {
    flex: 1;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    transition: 0.3s;
}
.slide_down_wrap .click_area .main_text::after {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/common/ic_arrow_down.svg) 0 0 / cover no-repeat;
}
.slide_down_wrap .click_area.open .main_text::after {
    transform: translateY(-50%) rotate(180deg);
}
.slide_down_wrap .click_area .main_text::before {
    display: block;
    content: 'Q';
    position: absolute;
    left: 0;
    font-family: 'SUIT';
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.slide_down_wrap .hidden_area {
    display: none;
    background-color: #f5f5f7;
}
.slide_down_wrap .hidden_area .main_text {
    position: relative;
    width: calc(100% - 155px);
    margin-left: 155px;
    padding: 20px 20px 50px 30px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    box-sizing: border-box;
}
.slide_down_wrap .hidden_area .main_text::before {
    display: block;
    content: 'A';
    position: absolute;
    left: 0;
    font-family: 'SUIT';
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}

/* 투자 요약 */
.investment {
    padding-bottom: 150px;
}
.investment .sub_title_wrap {
    padding: 80px 0 100px;
}

.investment .visual_box {
    width: 1442px;
    height: 420px;
    margin: auto;
    background: url(../images/ir/investment_visula.png) center center / cover no-repeat;
}

.investment .section {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: auto;
}
.investment .section.section_1 {
    width: 1140px;
    margin: 60px auto;
}
.investment .section.section_1 li {
    display: flex;
    flex-direction: column;
    width: 369px;
}
.investment .section.section_1 .top_text {
    width: fit-content;
    color: #99989e;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
}
.investment .section.section_1 .title_text {
    width: fit-content;
    margin: 30px 0 20px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    transition: 0.3s;
}
.investment .section.section_1 .title_text:hover {
    border-bottom: 1px solid #1d1d1f;
}
.investment .section.section_1 .list_wrap {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}

.investment .section.section_1 .list_wrap .list_text {
    margin-bottom: 7px;
}
.investment .section.section_1 .list_wrap .list_text a {
    color: #666;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}
.investment .section.section_1 .list_wrap .list_text a:hover {
    border-bottom: 1px solid #666;
}
.investment .section.section_1 .list_wrap .list_text:last-child {
    margin-bottom: 0;
}

.investment .section.section_2 li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 369px;
    height: 160px;
    padding: 20px;
    border-radius: 12px;
    box-sizing: border-box;
}

.investment .section.section_2 li.card1 {
    background: #e9e9ea;
}

.investment .section.section_2 li.card2 {
    color: #fff;
    background: #ff6114;
}

.investment .section.section_2 li.card3 {
    color: #fff;
    background: #323232;
}
.investment .section.section_2 li.card1 .bot_text a {
    color: #1d1d1f;
}
.investment .section.section_2 li.card2 .bot_text a,
.investment .section.section_2 li.card3 .bot_text a {
    color: #fff;
}

.investment .section.section_2 li .title_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: -0.02em;
}

.investment .section.section_2 li .bot_text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    letter-spacing: -0.02em;
}

.investment .section.section_2 li .bot_text a {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.investment .section.section_2 li .bot_text a::after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 5px;
    transition: 300ms;
}

.investment .section.section_2 li .bot_text:hover a {
    opacity: 0.8;
}

.investment .section.section_2 li.card3 .bot_text:hover a {
    opacity: 1;
}

.investment .section.section_2 li.card1 .bot_text:hover a {
    color: #ff6114;
}

.investment .section.section_2 li.card1 .bot_text:hover a {
    color: #ff6114;
}

.investment .section.section_2 li.card1 .bot_text a::after {
    background: url(../images/common/ic_arrow_long_right_black.svg) 0 0 / cover no-repeat;
}

.investment .section.section_2 li.card1 .bot_text:hover a::after {
    background: url(../images/common/ic_arrow_long_right_orange.svg) 0 0 / cover no-repeat;
}
.investment .section.section_2 li.card2 .bot_text a::after {
    background: url(../images/common/ic_arrow_long_right_white.svg) 0 0 / cover no-repeat;
}
.investment .section.section_2 li.card3 .bot_text a::after {
    background: url(../images/common/ic_arrow_long_right_white.svg) 0 0 / cover no-repeat;
}
.investment .section.section_2 li.card3 .bot_text:hover a {
    color: #ff6114;
}
.investment .section.section_2 li.card3 .bot_text:hover a::after {
    background: url(../images/common/ic_arrow_long_right_orange.svg) 0 0 / cover no-repeat;
}

/* 재무정보 */
.finance .only_web {
    display: block;
}
.finance .only_mo {
    display: none;
}
.finance {
    padding-bottom: 180px;
}
.finance .sub_title_wrap {
    padding: 80px 0 80px;
}
.finance .selectbox_wrap {
    display: none;
    margin: auto 0 auto auto;
}
.finance .selectbox_wrap.on {
    display: flex;
}
.finance .section_wrap {
    width: 1140px;
    margin: auto;
}
.finance .section_wrap .title_wrap {
    display: flex;
    margin-bottom: 20px;
}
.finance .section_wrap .title_wrap .title_text {
    margin-bottom: 0;
}
.finance .section_wrap .title_wrap .selectbox_wrap {
    margin-left: 20px;
}
.finance .section_wrap .title_text {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    letter-spacing: -0.02em;
}
.finance .section_wrap .section_1 {
    display: flex;
    gap: 8px;
    margin-bottom: 50px;
}
.finance .section_wrap .graph_wrap {
    display: flex;
    justify-content: space-between;
}

.finance .section_wrap .graph_wrap > li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 22px;
    border-top: 1px solid #464646;
}
.finance .section_wrap .graph_wrap .top_text_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.finance .section_wrap .graph_wrap .top_text_box .left_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
}
.finance .section_wrap .graph_wrap .top_text_box .right_text {
    color: #99989e;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.02em;
    text-align: left;
}
.finance .section_wrap .graph_wrap .graph_box {
    position: relative;
    padding: 0 0 41px 46px;
}
.finance .section_wrap .graph_wrap .graph_box .graph {
    position: relative;
    width: 324px;
    height: 248px;
}

.finance .section_wrap .graph_wrap .graph_box .graph .bg {
    width: 100%;
    height: 100%;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #ff6114;
}
.finance .section_wrap .graph_wrap .graph_box .graph .bg > div {
    width: 100%;
    height: 20%;
    border-top: 1px solid #dadada;
    background-color: #f5f5f7;
    box-sizing: border-box;
}
.finance .section_wrap .graph_wrap .left_text_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: -56px;
    top: -12px;
    font-family: 'SUIT';
    font-size: 12px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: right;
    width: 50px;
    height: 111%;
}
.finance .section_wrap .graph_wrap .graph_box .year_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.finance .section_wrap .graph_wrap .graph_box .year_wrap li {
    position: relative;
    width: 60px;
    text-align: center;
}
.finance .section_wrap .graph_wrap .graph_box .year_wrap li .year_text {
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 100%;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}
.finance .section_wrap .graph_wrap .graph_box .year_wrap li .line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 44px;
    height: 100px;
    color: #fff;
    font-family: 'SUIT';
    font-size: 11px;
    font-weight: 600;
    line-height: 16.5px;
    text-align: center;

    background-color: #ff6114;
}

.finance .section_wrap .section_3 {
    margin-top: 80px;
}

.finance table {
    position: relative;
    width: 100%;
}
.finance table thead,
.finance table tbody,
tr {
    border-collapse: collapse;
}
.finance table::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #464646;
}
.finance table th,
.finance table td {
    height: 45px;
    border: 1px solid #dadada;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}
.finance table th {
    font-family: 'SUIT';
}
.finance table tr:first-child th {
    font-family: 'Noto Sans KR';
}
.finance table tr td:first-child {
    border-left: 0;
    font-family: 'Noto Sans KR';
}
.finance table tr :last-child {
    border-right: 0;
}
.finance table .first {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.finance table thead tr:first-child th {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.finance table tbody tr td:first-child {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.finance table.odd_table tbody tr:nth-child(even) {
    background-color: #f5f5f7;
}

.finance .section_wrap .section_4 {
    margin-top: 80px;
}
.finance .section_wrap .section_4 .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.finance .section_wrap .section_4 .title_wrap .title_text {
    margin-bottom: 0;
}
.finance .section_wrap .title_wrap .unit_text {
    margin-left: auto;
    margin-top: auto;
    color: #99989e;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.02em;
}
.finance .section_wrap .title_wrap ul {
    display: flex;
    gap: 20px;
    color: #99989e;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.02em;
}

.finance .section_wrap .section_4 table {
    margin-top: 50px;
}

.finance .section_wrap .section_4 table.mt_0 {
    margin-top: 0;
}

.finance .section_wrap .section_4 table.double_table tbody tr:nth-child(3n + 1) {
    background-color: #f5f5f7;
}

/* 주가 정보 */
.stock {
    padding-bottom: 180px;
}
.stock .sub_title_wrap {
    padding: 80px 0;
}

.stock .section_wrap {
    width: 1140px;
    margin: auto;
}

.stock .section_wrap .section {
    margin-bottom: 80px;
}
.stock .section_wrap .section:last-child {
    margin-bottom: 0;
}

.stock .section_wrap .section_1 .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.stock .section_wrap .section_1 .title_wrap .title_text_wrap {
    display: flex;
    align-items: center;
}

.stock .section_wrap .section_1 .title_wrap .title_text_wrap .title_text {
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    letter-spacing: -0.02em;
}

.stock .section_wrap .section_1 .title_wrap .title_text_wrap .refresh_btn {
    width: 28px;
    height: 28px;
    margin-left: 12px;
    background: url(../images/ic_refresh.svg) 0 0 / cover no-repeat;
    text-indent: -9999px;
}

.stock .section_wrap .section_1 .title_wrap .time {
    color: #99989e;
    font-family: 'SUIT';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
}
.stock .section_wrap .section_1 .gray_box {
    margin-top: 20px;
    padding: 30px 40px;
    border-radius: 16px;
    background-color: #f5f5f7;
}
.stock .section_wrap .section_1 .gray_box .top_text {
    display: block;
    width: 56px;
    height: 26px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    background-color: #0000000d;
}
.stock .section_wrap .section_1 .gray_box .info_wrap {
    display: flex;
    justify-content: space-between;
    height: 70px;
    margin-top: 5px;
}
.stock .section_wrap .section_1 .gray_box .info_wrap li {
    width: 33.3333%;
    padding-left: 30px;
    border-left: 1px solid #0000001a;
    box-sizing: border-box;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_1 {
    display: flex;
    align-items: center;
    padding-left: 0;
    border-left: 0;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .price {
    font-family: 'SUIT';
    font-size: 46px;
    font-weight: 700;
    line-height: 59.8px;
    letter-spacing: -0.02em;
    text-align: left;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .won {
    margin: 0 10px 0 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    letter-spacing: -0.02em;
    text-align: left;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .up {
    width: 16px;
    height: 11px;
    background: url(../images/ic_polygon_up.svg) 0 0 / cover no-repeat;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .down {
    width: 16px;
    height: 11px;
    background: url(../images/ic_polygon_down.svg) 0 0 / cover no-repeat;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl {
    display: flex;
    align-items: center;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl dt {
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.02em;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl dd {
    display: flex;
    align-items: center;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl dd .up {
    width: 12px;
    height: 6px;
    margin-right: 5px;
    background: url(../images/ic_polygon_up.svg) 0 0 / 100% auto;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl dd .down {
    width: 12px;
    height: 6px;
    margin-right: 5px;
    background: url(../images/ic_polygon_down.svg) 0 0 / 100% auto;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_3 {
    display: flex;
    justify-content: space-between;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl dt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.02em;
    text-align: left;
}
.stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl dd {
    font-family: 'SUIT';
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
}
.stock .section_wrap .section_4 .table_wrap table tr td:nth-child(odd) {
    font-family: 'Noto Sans KR';
}
.stock .section_wrap .sub_title_text {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    letter-spacing: -0.04em;
    text-align: left;
}
.stock .section_wrap table {
    position: relative;
    width: 100%;
    border-top: 1px solid #464646;
}
.stock table::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #464646;
}
.stock .section_wrap table th,
.stock .section_wrap table td {
    height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
}
.stock .section_wrap table th {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.stock .section_wrap table tr :first-child {
    border-left: 0;
}
.stock .section_wrap table tr :last-child {
    border-right: 0;
}
.stock .section_wrap table td {
    font-family: 'SUIT';
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
}
.stock .section_wrap table td.cr {
    color: #ff4545;
}
.stock .section_wrap table td.cb {
    color: #3076ff;
}
.stock .section_wrap table td.cr .arrow {
    display: inline-block;
    width: 11px;
    height: 9px;
    margin-right: 6px;
    background: url(../images/ic_polygon_up.svg) 0 0 / 100% auto no-repeat;
}
.stock .section_wrap table td.cb .arrow {
    display: inline-block;
    width: 11px;
    height: 9px;
    margin-right: 6px;
    background: url(../images/ic_polygon_down.svg) 0 0 / 100% auto no-repeat;
}

/* 자료실 */
.archive .tab_contents_wrap {
    margin-top: 50px;
}
.card_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.card_wrap li {
    width: calc(33.333% - 13px);
    height: 180px;
    border-radius: 12px;
    border: 1px solid #f5f5f7;
    background-color: #f5f5f7;
    transition: 0.3s;
}
.card_wrap li.new {
    border: 1px solid #ffdfd0;
    background: #6d6d6d;
}
.card_wrap li.new .card_title {
    color: #ffffff;
}
.card_wrap li.new .bot_box .date {
    color: #dadada;
}
.card_wrap li.new .bot_box .down_btn {
    border: none;
    background: url(../images/ic_down_active.svg) center center / 32px 32px no-repeat;
}
.card_wrap li.new:hover .bot_box .date {
    color: #909090;
}
.card_wrap li.new .bot_box .down_btn:hover {
    background: url(../images/ic_down2_hover2.svg) center center / 32px 32px no-repeat;
}
.card_wrap li:hover {
    border: 1px solid #f5f5f5;
    background-color: #fff;
}
.card_wrap li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.card_wrap li .card_title {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1d1d1f;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    transition: 0.3s;
}
.card_wrap li:hover .card_title {
    color: #ff6114;
}
.card_wrap li .main_text {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}
.card_wrap li .main_text p,
.card_wrap li .main_text span {
    color: #666666 !important;
}
.card_wrap li .bot_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.card_wrap li .bot_box .date {
    color: #909090;
    font-family: 'SUIT';
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
}
.card_wrap li .bot_box .down_btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: url(../images/ic_down2.svg) center center / 32px 32px no-repeat;
    text-indent: -9999px;
    transition: 0.3s;
}
.card_wrap li .bot_box .down_btn:hover {
    background: url(../images/ic_down2_hover.svg) center center / 32px 32px no-repeat;
}
.archive .tab_contents_wrap .tb_bottom_area {
    margin-top: 40px;
}

/* 게시판 상세 */
.board_view {
    width: 944px;
    margin: auto;
}
.board_view .title_wrap {
    display: flex;
    flex-direction: column;
    padding: 80px 0 50px;
}
.board_view .title_wrap .title_text {
    width: 752px;
    margin: auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: center;
}
.board_view .title_wrap .date_wrap {
    display: flex;
    margin: 20px auto 0;
}
.board_view .title_wrap .left_text {
    margin-right: 20px;
    color: #c6c6c6;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}
.board_view .title_wrap .date_text {
    color: #c6c6c6;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}
.board_view .main_view {
    padding: 50px 0 80px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ededed;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}

.board_view .main_view img {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
}
.board_view .main_view .down_btn {
    display: flex;
    margin-top: 40px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #dadada;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: center;
    transition: 0.3s;
}
.board_view .main_view .down_btn:hover {
    border: 1px solid #ff6114;
    color: #ff6114;
}
.board_view .main_view .down_btn::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background: url(../images/ic_down.svg) 0 0 / cover no-repeat;
    transition: 0.3s;
}
.board_view .main_view .down_btn:hover::after {
    background: url(../images/ic_down_hover2.svg) 0 0 / cover no-repeat;
}
.board_view .move_list_btn {
    display: flex;
    align-items: center;
    margin: 20px auto 0;
    height: 44px;
    padding: 0 20px 0 12px;
    border: 1px solid #c6c6c6;
    border-radius: 44px;
    color: #1d1d1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
    transition: 0.3s;
}

.board_view .move_list_btn::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 4px;
    transform: rotate(-180deg);
    background: url(../images/common/ic_arrow_long_right_black.svg) 0 0 / cover no-repeat;
    transition: 0.3s;
}

.board_view .move_list_btn:hover {
    color: #ff6114;
    border: 1px solid #ff6114;
}

.board_view .move_list_btn:hover::before {
    background: url(../images/common/ic_arrow_long_right_orange.svg) 0 0 / cover no-repeat;
}

.board_view .other_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.board_view .other_list li {
    height: 69px;
    background: #f5f5f7;
    border-radius: 8px;
}
.board_view .other_list li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}
.board_view .other_list li a .head_text {
    color: #99989e;
    width: 120px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}
.board_view .other_list li a .title_text {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}
.board_view .other_list li a .date_text {
    flex: 0 0 auto;
    margin-left: auto;
    color: #99989e;
    font-family: 'SUIT';
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: right;
}

/* 뉴스 */
.news .section_top {
    padding: 80px 0;
    background: #f5f5f7;
}
.news .section_top .section_container {
    width: 1140px;
    margin: auto;
}
.news .section_top .section_container .top_title_text {
    font-size: 46px;
    font-weight: 700;
    line-height: 59.8px;
    letter-spacing: -0.04em;
    text-align: left;
}
.news .section_top .section_container .main_news {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.news .section_top .section_container .main_news .img_box {
    position: relative;
    overflow: hidden;
    width: 542px;
    height: 285px;
    border-radius: 10px;
}
.news .section_top .section_container .main_news .img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.news .section_top .section_container .main_news .text_box {
    width: 542px;
}
.news .section_top .section_container .main_news .text_box img {
    display: none;
}
.news .section_top .section_container .main_news .text_box .news_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    letter-spacing: -0.02em;
    text-align: left;
}
.news .section_top .section_container .main_news .text_box .news_main_text {
    margin-top: 20px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    text-align: left;
}
.news .section_top .section_container .main_news .text_box .news_main_text p,
.news .section_top .section_container .main_news .text_box .news_main_text span {
    color: #666666 !important;
}
.news .section_top .section_container .main_news .text_box .date_text {
    margin-top: 20px;
    color: #99989e;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}
.news .scetion_list {
    width: 1140px;
    margin: 80px auto 0;
}
.news .scetion_list .tab_btn_wrap {
    margin-bottom: 30px;
}
.news .scetion_list .tab_btn_wrap .selectbox_wrap {
    margin-left: auto;
}
.news .card_wrap li {
    height: 260px;
}
.news .scetion_list .card_wrap li .card_title {
    font-size: 16px;
}
.news .scetion_list .more_view_btn {
    display: block;
    width: 120px;
    height: 44px;
    margin: 36px auto 0;
    border: 1px solid #0000004d;
    border-radius: 44px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
    transition: 0.3s;
}
.news .scetion_list .more_view_btn:hover {
    color: #ff6114;
    border: 1px solid #ff6114;
}
.announcement .tb_bottom_area {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .container.subpage {
        padding-bottom: 80px;
    }
    .sub_title_wrap {
        width: 100%;
        padding: 40px 16px;
    }
    .sub_title_wrap .title_text {
        font-size: 26px;
        line-height: 33.8px;
        letter-spacing: -0.04em;
    }
    .sub_title_wrap .sub_text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 19.5px;
    }

    /* 도입 문의 */
    .introductory_inquiry .tab_btn_wrap .tab_btn {
        padding: 0 20px;
    }
    .introductory_inquiry .section {
        width: 100%;
        padding: 0 16px 80px;
        box-sizing: border-box;
    }
    .introductory_inquiry .section .tab_contents h4 {
        display: none;
    }
    .introductory_inquiry .section .tab_contents {
        padding: 0;
    }
    .form_group {
        flex-direction: column;
    }
    .form_group_wrap .form_label {
        height: auto;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18.2px;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap {
        margin-top: 20px;
        gap: 20px;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .flex-row {
        width: 100%;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .form_group.checkbox {
        margin-bottom: 0;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .checkbox_box span::after {
        display: none;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree {
        width: 100%;
        margin-top: 10px;
        padding: 20px;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents {
        padding: 0;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents strong {
        font-size: 14px;
    }
    .introductory_inquiry .section .tab_contents .form_group_wrap .checkbox_wrap.terms_agree .terms_contents p {
        font-size: 14px;
    }
    .introductory_inquiry .section .bot_text {
        margin: 30px 0;
        font-size: 14px;
        line-height: 18.2px;
    }
    .introductory_inquiry .section .send_btn_wrap button {
        width: 100%;
        height: 44px;
        font-size: 14px;
    }

    /* 공지사항 */
    .notice .sub_title_wrap {
        padding: 40px 16px 46px;
    }
    .container.subpage .column_main {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    /* 게시판 목록 */
    .notice .tb_list {
        display: block;
    }
    .notice .tb_list thead {
        display: none;
    }
    .notice .tb_list tbody {
        display: flex;
        flex-direction: column;
    }
    .notice .tb_list tbody tr {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
        border-bottom: 1px solid #ededed;
    }
    .notice .tb_list tbody th,
    .notice .tb_list tbody td {
        position: absolute;
        left: 0;
        bottom: 15px;
        height: auto;
        padding: 0;
        border: none;
        font-size: 13px;
        line-height: 16.9px;
    }
    .notice .tb_list tbody .tit {
        position: static;
        padding: 0;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .notice .tb_list tbody .tit a {
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        height: 100%;
        padding: 18px 0 42px;
        box-sizing: border-box;
    }

    /* FAQ */
    .faq .sub_title_wrap {
        padding: 40px 16px 46px;
    }
    .container.subpage.faq .column_main {
        padding: 0;
    }
    .faq .tab_btn_wrap {
        padding: 0 16px;
    }
    .faq .tab_btn_wrap .tab_btn {
        min-width: 100px;
    }
    .faq .slide_down_wrap {
        margin-top: 20px;
        padding: 0 16px;
    }
    .slide_down_wrap .click_area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        height: auto;
        padding: 16px 43px 16px 0;
    }
    .slide_down_wrap .click_area .type_text {
        margin-bottom: 10px;
        font-size: 13px;
        font-size: 700;
        line-height: 16.9px;
    }
    .slide_down_wrap .click_area .main_text {
        flex: none;
        position: static;
        padding-left: 0;
        font-size: 15px;
        line-height: 21px;
    }
    .slide_down_wrap .click_area .main_text::before {
        display: none;
    }
    .slide_down_wrap .click_area .main_text::after {
        right: 2px;
    }
    .slide_down_wrap .hidden_area .main_text {
        width: 100%;
        margin-left: 0;
        padding: 16px;
        font-size: 15px;
    }
    .slide_down_wrap .hidden_area .main_text::before {
        display: none;
    }

    /* 투자 요약 */
    .investment .sub_title_wrap {
        padding: 40px 16px 62px;
    }
    .investment .section {
        width: 100%;
    }
    .investment .visual_box {
        width: 100%;
        height: 200px;
        background: url(../images/ir/m_investment_visula.png) center center / cover no-repeat;
    }
    .investment .section.section_1 {
        width: 100%;
        flex-direction: column;
        margin: 30px auto 60px;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .investment .section.section_1 li {
        width: 100%;
        margin-bottom: 40px;
    }
    .investment .section.section_1 li:last-child {
        margin-bottom: 0;
    }
    .investment .section.section_1 .top_text {
        font-size: 13px;
        line-height: 16.9px;
    }
    .investment .section.section_1 .title_text {
        font-size: 18px;
        margin: 10px 0;
    }
    .investment .section.section_1 .list_wrap .list_text a {
        color: #666;
    }
    .investment .section.section_2 {
        display: flex;
        flex-direction: column;
        padding: 0 16px;
        box-sizing: border-box;
        gap: 10px;
    }
    .investment .section.section_2 li {
        width: 100%;
        height: 140px;
    }
    .investment .section.section_2 li .title_text {
        line-height: 23.4px;
        letter-spacing: -0.04em;
    }
    .investment .section.section_2 li .bot_text {
        font-size: 13px;
        line-height: 16.9px;
    }

    /* 재무정보 */
    .finance .only_web {
        display: none;
    }
    .finance .only_mo {
        display: block;
    }
    .finance .sub_title_wrap {
        padding: 40px 16px 46px;
    }
    .finance .section_wrap {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .finance .section.section_2,
    .finance .section.section_3,
    .finance .section.section_4 {
        padding: 0 16px;
    }
    .finance .section_wrap .title_text {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.04em;
    }
    .finance .section_wrap .section_1 {
        margin-bottom: 30px;
        padding: 0 16px;
    }
    .finance .section_wrap .section_1 .tab_btn_wrap .tab_btn {
        width: 100px;
    }
    .finance .section_wrap .graph_wrap {
        flex-direction: column;
    }
    .finance .section_wrap .graph_wrap .graph_box {
        padding-bottom: 24px;
    }
    .finance .section_wrap .graph_wrap > li {
        border: none;
        padding-top: 20px;
    }
    .finance .section_wrap .graph_wrap .top_text_box {
        margin-bottom: 15px;
    }
    .finance .section_wrap .graph_wrap > li:first-child {
        padding-top: 40px;
    }
    .finance .section_wrap .graph_wrap .graph_box .graph {
        width: 100%;
        height: 200px;
    }
    .finance .section_wrap .graph_wrap .top_text_box .right_text {
        font-size: 12px;
    }
    .finance .section_wrap .graph_wrap .left_text_box {
        top: 0;
        height: 102%;
        font-size: 13px;
    }
    .finance .section_wrap .graph_wrap .graph_box .year_wrap {
        justify-content: space-between;
        padding: 0 10%;
        box-sizing: border-box;
    }
    .finance .section_wrap .graph_wrap .graph_box .year_wrap li .year_text {
        bottom: -23px;
        font-size: 13px;
        line-height: 16.9px;
    }
    .finance .section_wrap .section_2 {
        margin-bottom: 60px;
    }
    .finance .section_wrap .section_3 {
        margin-top: 0;
    }
    .finance .table_wrap {
        overflow: auto;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 10px;
        white-space: nowrap;
    }
    .finance .section_wrap .section_4 table.table_2 {
        margin-top: 0;
    }
    .finance table th,
    .finance table td {
        height: 36px;
        padding: 0 10px;
        font-size: 13px;
    }
    .finance table tbody tr td:first-child {
        font-size: 13px;
    }
    .finance table thead tr:first-child th {
        font-size: 13px;
        font-weight: 700;
    }
    .finance table thead {
        background-color: #f5f5f7;
    }
    .finance .section_wrap .section_4 {
        margin-top: 60px;
    }
    .finance .section_wrap .section_4 .title_wrap {
        align-items: center;
        margin-bottom: 0;
    }
    .finance .section_wrap .title_wrap ul {
        font-size: 13px;
    }
    .finance .selectbox_wrap {
        width: 100px;
    }
    .finance .selectbox_wrap .selectbox_btn {
        width: 100%;
    }
    .finance .section_wrap .title_wrap {
        align-items: center;
    }
    .finance .section_wrap .title_wrap .unit_text {
        margin: 0;
        margin-left: auto;
        font-size: 13px;
    }
    .stock .sub_title_wrap {
        padding: 40px 16px 46px;
    }
    .stock .section_wrap {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .stock .section_wrap .section {
        margin-bottom: 60px;
    }
    .stock .section_wrap .section_1 {
        padding: 0;
    }
    .stock .section_wrap .section_1 .title_wrap .title_text_wrap .title_text {
        font-size: 22px;
        line-height: 28.6px;
        letter-spacing: -0.04em;
    }
    .stock .section_wrap .section_1 .title_wrap .time {
        font-size: 13px;
        line-height: 16.9px;
    }
    .stock .section_wrap .section_1 .gray_box {
        padding: 25px 20px 20px;
        border-radius: 6px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap li {
        padding: 0;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_1 {
        width: 50%;
        height: 47px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .up {
        width: 12px;
        height: 8px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_2 {
        width: 50%;
        height: 47px;
        padding-left: 15px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl {
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl dt {
        width: auto;
        font-size: 13px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_2 dl:last-child dd {
        padding-left: 17px;
        font-size: 15px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_3 {
        width: 100%;
        margin-top: 25px;
        padding-top: 20px;
        border: none;
        border-top: 1px solid #0000001a;
    }
    .stock .section_wrap .section_1 .gray_box .top_text {
        display: none;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .price {
        font-size: 30px;
        line-height: 39px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_1 .won {
        font-size: 15px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl dt {
        font-size: 13px;
        line-height: 16.9px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl dd {
        margin-top: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18.2px;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl:nth-child(2) dd {
        color: #ff4545;
    }
    .stock .section_wrap .section_1 .gray_box .info_wrap .info_3 dl:nth-child(3) dd {
        color: #3076ff;
    }
    .stock .section_wrap .sub_title_text {
        margin-bottom: 20px;
        padding: 0;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.04em;
    }
    .stock .section_wrap table th,
    .stock .section_wrap table td {
        height: 36px;
        font-size: 13px;
        padding: 0 10px;
    }
    .stock .section_wrap .table_wrap {
        overflow: auto;
        white-space: nowrap;
        padding: 0 0 10px;
    }
    .table_wrap::-webkit-scrollbar {
        height: 14px;
    }
    .table_wrap::-webkit-scrollbar-thumb {
        background: #909090; /* 스크롤바의 색상 */
        border-width: 4px 2px 4px 2px;
        border-style: solid;
        border-color: #f5f5f7;
        border-radius: 6px;
    }
    .table_wrap::-webkit-scrollbar-track {
        background: #f5f5f7; /*스크롤바 뒷 배경 색상*/
    }
    .stock .section_wrap .section_3 .table_wrap table {
        width: max-content;
        min-width: 100%;
    }
    .stock .section_wrap .section_3 .table_wrap table th,
    .stock .section_wrap .section_3 .table_wrap table td {
        width: 90px;
    }
    .stock .section_wrap .section_5 .table_wrap table {
        width: max-content;
        min-width: 100%;
    }
    .stock .section_wrap .section_5 .table_wrap table th,
    .stock .section_wrap .section_5 .table_wrap table td {
        width: 100px;
    }

    /* 자료실 */
    .archive .sub_title_wrap {
        padding: 40px 16px 46px;
    }
    .archive .tab_btn_wrap {
        padding: 0;
    }
    .archive .tab_contents_wrap {
        margin-top: 20px;
    }
    .card_wrap {
        gap: 10px;
    }
    .card_wrap li {
        width: 100%;
        height: 150px;
    }
    .card_wrap li .card_title {
        font-size: 18px;
    }
    .card_wrap li .main_text {
        -webkit-line-clamp: 2;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        letter-spacing: -0.02em;
        text-align: left;
    }
    .card_wrap li .bot_box .date {
        font-size: 13px;
        font-weight: 600;
        line-height: 16.9px;
    }
    /* 공고 */
    .archive .tab_btn {
        width: 100px;
    }
    .archive .tb_list {
        display: block;
        border-top: 1px solid #dadada;
    }
    .archive .tb_list thead {
        display: none;
    }
    .archive .tb_list tbody {
        display: flex;
        flex-direction: column;
    }
    .archive .tb_list tbody tr {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
        border-bottom: 1px solid #ededed;
    }
    .archive .tb_list tbody th,
    .archive .tb_list tbody td {
        position: absolute;
        left: 0;
        height: auto;
        padding: 0;
        border: none;
        font-size: 13px;
        line-height: 16.9px;
    }
    .archive .tb_list tbody tr td:nth-child(2) {
        bottom: 36px;
        color: #909090;
        font-size: 14px;
        line-height: 18.2px;
    }
    .archive .tb_list tbody tr td:nth-child(3) {
        bottom: 15px;
    }
    .archive .tb_list tbody .tit {
        position: static;
        height: auto;
        padding: 0;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }
    .archive .tb_list tbody .tit a {
        display: flex;
        height: 100%;
        padding: 18px 0 64px;
        box-sizing: border-box;
    }

    /* 게시물 상세 화면 */
    .board_view {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .board_view .title_wrap {
        padding: 40px 0 30px;
    }
    .board_view .title_wrap .left_text {
        margin-right: 15px;
        color: #909090;
        font-size: 13px;
    }
    .board_view .title_wrap .title_text {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: -0.04em;
        text-align: left;
    }
    .board_view .title_wrap .date_wrap {
        margin: 20px 0 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 16.9px;
    }
    .board_view .title_wrap .date_wrap .date_text {
        color: #909090;
        font-size: 13px;
    }
    .board_view .main_view {
        padding: 20px 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
    }
    .board_view .main_view img {
        width: 100%;
        margin-bottom: 20px;
    }
    .board_view .main_view .down_btn {
        align-items: center;
        margin-top: 60px;
        padding: 10px 10px 10px 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        letter-spacing: -0.02em;
    }
    .board_view .other_list {
        margin-top: 40px;
        padding: 0;
    }
    .board_view .other_list li {
        height: auto;
    }
    .board_view .other_list li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .board_view .other_list li a .head_text {
        margin-bottom: 12px;
        font-size: 13px;
        font-weight: 500;
        line-height: 16.9px;
    }
    .board_view .other_list li a .title_text {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 21px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: inherit;
    }
    .board_view .other_list li a .date_text {
        margin-left: 0;
        font-size: 13px;
    }
    .board_view .move_list_btn {
        font-size: 14px;
    }
    /* 뉴스 */
    .news .section_top {
        padding: 0;
    }
    .news .section_top .section_container {
        width: 100%;
    }
    .news .section_top .section_container .top_title_text {
        padding: 40px 16px 62px;
        font-size: 26px;
        line-height: 33.8px;
        letter-spacing: -0.04em;
        text-align: left;
    }
    .news .section_top .section_container .main_news {
        flex-direction: column;
        margin: 0;
        padding: 0 16px 50px;
    }
    .news .section_top .section_container .main_news .img_box {
        width: 100%;
        height: 0;
        padding-bottom: 52%;
        margin-bottom: 20px;
    }
    .news .section_top .section_container .main_news .text_box {
        width: 100%;
    }
    .news .section_top .section_container .main_news .text_box .news_title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.04em;
    }
    .news .section_top .section_container .main_news .text_box .news_main_text {
        margin-top: 15px;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
    }
    .news .section_top .section_container .main_news .text_box .date_text {
        font-size: 13px;
        font-weight: 600;
        line-height: 16.9px;
        text-align: left;
    }
    .news .scetion_list {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .news .scetion_list .tab_btn_wrap {
        overflow: visible;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding: 0;
    }
    .news .scetion_list .tab_btn_wrap .tab_btn {
        width: auto;
        padding: 0 20px;
    }
    .news .scetion_list .tab_btn_wrap .selectbox_wrap {
        margin-left: 0;
        margin-top: 20px;
    }
    .news .card_wrap li {
        height: 180px;
    }
}
