/* ÅÂÀÏÆÀÀå´Ô */
.cs_common .page_title::before {
    background-image: url(../../../img/sub/cs/cs_title_icon01.png);
    width: 7.7rem;
    height: 5.2rem;
    top: -1.5rem;
    left: -9rem;
}

.cs_common .page_title::after {
    background-image: url(../../../img/sub/cs/cs_title_icon02.png);
    width: 11.4rem;
    height: 9.3rem;
    top: -2rem;
    right: -11rem;
}

.cs_common .sub_container {
    position: relative;
}

.cs_common .page_title {
    padding-bottom: 2rem;
    display: inline-block;
}

.cs_common .search_keyword {
    margin-top: 5rem;
}

.cs_common .keyword_search input {
    max-width: 42rem;
}

.keyword_search button img {
    width: 2.2rem
}

.cs_common .tab .tab_ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.cs_common .tab .tab_ul .tab_li {
    width: 100%;
    border-radius: 1rem;
    background-color: #f4f6f8;
}

.cs_common .tab .tab_effect_box {
    display: none;
}

.cs_common .tab .tab_ul .tab_li.on {
    background: var(--mainColor);
    position: relative;
}

.cs_common .tab .tab_ul .tab_li.on:after {
    content: '';
    background: url(../../../img/sub/member/icon_tab_cursor.png) no-repeat center / cover;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 9;
}

.cs_common .board_list_section .tit_box h3 strong {
    color: var(--mainColor);
}

.cs_common .board_list_section .tit_box h3 strong span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.cs_common .board_list_section,
.cs_common .board_view_section {
    max-width: 105rem;
    margin: 0 auto;
}

.cs_common .pagination {
    padding-top: 6.5rem;
}

.cs_common .banner_section {
    padding-top: 15rem;
}


.cs_common .research_msg {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}


.cs_common .cs_nav {
    position: fixed;
    top: 20%;
    left: 0;
    padding: 3.5rem 4rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    max-width: 24rem;
    width: 100%;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.cs_common .cs_nav.fixed {
    position: absolute;
    top: auto;
    bottom: 0;
}

.cs_common .cs_nav h3 {
    font-size: 2.5rem;
    font-weight: bold;
    padding-bottom: 4rem;
}

.cs_common .cs_nav .cs_nav_dep1 {}

.cs_common .cs_nav .cs_nav_dep1>li {
    margin-top: 2rem;
}

.cs_common .cs_nav .cs_nav_dep1>li:first-child {
    margin-top: 0;
}

.cs_common .cs_nav .cs_nav_dep1>li a {
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
}
/*
.cs_common .cs_nav .cs_nav_dep1>li:nth-child(2):hover>a {
    cursor: auto;
}/*

/*.cs_common .cs_nav .cs_nav_dep1>li:not(:nth-child(2)):hover>a,*/
.cs_common .cs_nav .cs_nav_dep1>li:hover>a,
.cs_common .cs_nav .cs_nav_dep1>li.on>a,
.cs_common .cs_nav .cs_nav_dep2>li:hover a,
.cs_common .cs_nav .cs_nav_dep2>li.on a {
    color: var(--mainColor);
}

.cs_common .cs_nav .cs_nav_dep2>li {
    padding-top: 1rem;
}

.cs_common .cs_nav .cs_nav_dep2>li a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
}

/* view */
.notice_view .board_view_section .tit_box {
    border-top: 1px solid #000;
    border-bottom: 0;
    padding: 3.5rem 0 0;
    margin-top: 6rem;
}

.notice_view .board_view_section .tit_box .tit {
    font-weight: 500;
    margin-bottom: 0;
}

.notice_view .board_view_section textarea {
    width: 100%;
    font-size: inherit;
}

.notice_view .link_box_wrap {
    margin-top: 3rem;
    border-radius: 10px;
    background-color: #f8faff;
    padding: 2rem 4rem;
    align-items: center;
    width: 100%;
}

.notice_view .link_box_wrap .num,
.notice_view .link_box_wrap .link_box .link {
    font-size: 1.4rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
}

.notice_view .link_box_wrap .num {
    position: relative;
    padding-right: 1.5rem;
}

.notice_view .link_box_wrap .num::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1rem;
    background: #ddd;
    transform: translateY(-50%);
}

.notice_view .link_box_wrap .link_box {
    align-items: center;
    padding-left: 1.5rem;
}

.notice_view .link_box_wrap .link_box .link {}

.notice_view .link_box_wrap .link_box button {
    font-size: 1.2rem;
    font-weight: normal;
    padding: .5rem 1rem;
    border: solid 1px var(--mainColor);
    color: var(--mainColor);
    border-radius: 4px;
    margin-left: 1rem;
}

.notice_view .notice_view_box .contents_box {
    padding: 5rem 4rem;
}

.notice_view .notice_view_box .contents_box pre {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: -0.15rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 1.69;
    white-space: pre-line;
}

.notice_view .notice_view_box .contents_box .prediv {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: -0.15rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 1.69;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.notice_view .notice_view_box .contents_box .prediv2 {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: -0.15rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 1.69;
}

.notice_view .notice_view_box .contents_box iframe {
    min-height: 500px;
}

.notice_view .notice_view_box .contents_box .aaa,
.notice_view .notice_view_box .contents_box .bbb,
.notice_view .notice_view_box .contents_box .ccc {
    font-size: inherit;
    font-weight: normal !important;
}

.notice_view .notice_view_box .contents_box #make_manual {
    font-weight: normal !important;
}


.notice_view .notice_view_box .contents_box pre *,
.notice_view .notice_view_box .contents_box .prediv *,
.notice_view .notice_view_box .contents_box .prediv2 * {
    font-weight: 400;
}

.notice_view .notice_view_box .contents_box pre b,
.notice_view .notice_view_box .contents_box pre b *,
.notice_view .notice_view_box .contents_box pre strong,
.notice_view .notice_view_box .contents_box pre strong *,
.notice_view .notice_view_box .contents_box pre a,
.notice_view .notice_view_box .contents_box pre a *,
.notice_view .notice_view_box .contents_box .prediv b,
.notice_view .notice_view_box .contents_box .prediv b *,
.notice_view .notice_view_box .contents_box .prediv strong,
.notice_view .notice_view_box .contents_box .prediv strong *,
.notice_view .notice_view_box .contents_box .prediv a,
.notice_view .notice_view_box .contents_box .prediv a *,
.notice_view .notice_view_box .contents_box .prediv2 b,
.notice_view .notice_view_box .contents_box .prediv2 b *,
.notice_view .notice_view_box .contents_box .prediv2 strong,
.notice_view .notice_view_box .contents_box .prediv2 strong *,
.notice_view .notice_view_box .contents_box .prediv2 a,
.notice_view .notice_view_box .contents_box .prediv2 a * {
    font-weight: 500;
}

.notice_view_file {
    padding-bottom: 5rem;
}

.notice_view_file .view_file_tit {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
    border-bottom: 1px solid #f6f6f6;
}

.notice_view_file .view_file_lst li {
    display: flex;
    align-items: center;
    color: #cacaca;
    font-weight: 400;
}

.notice_view_file .view_file_lst li>a {
    margin: 0 0.5rem 0 1rem;
}

.notice_view_pagination {
    border-top: 1px solid #ddd;
}

.notice_view_pagination li {
    padding: 2rem 4rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #ddd;
}

.notice_view_pagination li .list {
    font-size: inherit;
    font-weight: 500;
    /*margin-right: 2.5rem;*/
    width: 5.8rem;
}

.notice_view_pagination li .tit,
.notice_view_pagination li .tit a {
    font-size: inherit;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    width: calc(100% - 5.8rem);
}


.notice_view .notice_view_box .img_box {
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 2rem;
    border: solid 1px #ddd;
    background-color: #fff;
    width: max-content;
}

.notice_view .notice_view_box .reply_box {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #ddd;
}

.notice_view .notice_view_box .reply_box strong {
    color: var(--mainColor);
    font-weight: bold;
    padding-bottom: 1rem;
}

.notice_view_box .btn_ver2_box {
    margin: 5rem auto 0;
}

.notice_view .notice_view_box .btn_ver2_box .btn_ver+.btn_ver {
    margin-left: 1rem;
}

.notice_view .video_btn_box {
    margin: 2rem 0 5rem;
}

.notice_view .video_btn {
    font-size: 1.2rem;
    font-weight: normal;
    color: var(--mainColor);
    padding: .5rem .8rem;
    border-radius: .5rem;
    border: 1px solid var(--mainColor);
}

.notice_view .video_btn+.video_btn {
    margin-left: .5rem;
}

.notice_view .input_box .input_text2,
.notice_view .input_box .user_b {
    max-width: 65rem;
}

.notice_view .input_box .user_b span {
    margin: 0 1rem;
}

.notice_view .input_box .user_select {
    max-width: 13.5rem;
    margin-left: 1.2rem;
}

.notice_view .table_cont label {
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

.notice_view .table_cont input[type="checkbox"]+label:before {
    margin-right: 1.2rem;
}

.notice_view input[type="checkbox"]+label>span {
    font-size: 2rem;
    padding-left: 1.2rem;
}

.notice_view .policy_table td {
    padding: 2.5rem 0;
}

.notice_view .policy_table td:last-child {
    border-right: 0;
}

.notice_view .txt_desc_box {
    padding: 3.5rem 4rem;
    border-radius: 2rem;
    border: solid 1px #ddd;
    font-size: 1.4rem;
    margin: 5rem 0;
}

.notice_view .txt_desc_box p {
    font-size: inherit;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}

.notice_view .txt_desc_box strong {
    font-size: inherit;
    font-weight: normal;
    color: var(--mainColor);
}

.notice_view .terms_b label+.txt_b {
    margin-left: 4rem;
}

.notice_view .terms_b .txt_b dd {
    line-height: 1.8;
}

.notice_view .terms_b .txt_b dd:not(:nth-of-type(1)) {
    padding-left: 0;
}

.notice_view .terms_b .txt_b dd:not(:nth-of-type(1))::before {
    display: none;
}

.notice_view .notice_view_box .faq05_contents_box {
    padding: 0;
}

.faq05_contents_box .input_box textarea.input_text {
    height: 8rem;
    resize: none;
    padding: 1.6rem 2rem;
}

.faq05_contents_box .input_box textarea.input_text2 {
    height: 6rem;
}

.faq_form {
    padding: 3rem 0 8rem;
}

.faq_form button {
    display: block;
    max-width: 24.5rem;
    margin: 5rem auto 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #000;
}

/* ¸Å´º¾ó °Ô½Ã±Û */
#manual-view .panel1-heading {
    color: #303437;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

#manual-view .panel1-heading span {
    font-size: 3.2rem;
    font-weight: 600 !important;
}

#manual-view .panel1-heading span.arr {
    width: 0.9rem;
    margin: 0 1.5rem;
    display: inline-block;
}

#manual-view .panel1-heading img {
    vertical-align: middle;
}

#manual-view .panel2-heading {
    color: #303437;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
    padding: 2rem 0 1rem;
}

#manual-view .panel2-heading span {
    font-size: 2.6rem;
    font-weight: 600 !important;
}

#manual-view .panel2-title {
    margin: 0;
    display: block;
    padding: 0px 0px 0.5rem 0px;
    color: #1A6DFF;
}

#manual-view .panel2-body {
    border: 0;
    padding: 0px 0px 0px 2rem;
}

#manual-view .bd-0 {
    border-bottom: 0;
}

#manual-view .menu-settings {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 3rem 0 10rem;
}

#manual-view .menu-settings .panel2-body {
    border-left: 0;
    border: 1px solid #dadde4;
    border-radius: 8px;
    padding: 0 0 1.2rem 0;
    margin-top: 1rem;
}

#manual-view .menu-settings .panel2-body .scroll {
    max-height: 1500px;
    overflow-y: auto;
}

#manual-view .menu-settings .panel2-body .scroll::-webkit-scrollbar {
    width: 8px;
}

#manual-view .menu-settings .panel2-body .scroll::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border-radius: 10px;
}

#manual-view .menu-settings .panel2-body .scroll::-webkit-scrollbar-track {
    background: #fff;
}

#manual-view .menu-settings .panel2-body strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
    color: #0f172a;
    padding: 1.7rem 3rem;
    border-bottom: 1px solid #eaeff4;
}

#manual-view .menu-settings .panel2-body .menu-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 3rem;
    border-top: 1px solid #eaeff4;
}

#manual-view .menu-settings .panel2-body .menu-wrap.first {
    border-top: 0;
}

#manual-view .menu-settings .panel2-body .menu-title {
    padding-top: 1.8rem;
    color: #666;
    font-weight: 500;
}

#manual-view .menu-settings .panel2-body .depth {
    margin: 1.2rem 0;
}

#manual-view .menu-settings .panel2-body .depth p {
    margin: 1.2rem 0 0;
    padding: 0.6rem 2rem;
}

#manual-view .menu-settings .panel2-body .depth p:last-of-type {
    position: relative;
    margin-left: 1.8rem;
    padding-left: 2.5rem;
}

#manual-view .menu-settings .panel2-body .depth p:last-of-type::before {
    position: absolute;
    left: 1rem;
    top: 1.2rem;
    display: inline-block;
    width: 0.6rem;
    height: 0.5rem;
    border-bottom: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    content: "";
}

#manual-view .menu-settings .panel2-body .depth.depth-4-tit p {
    margin: 1.2rem 0 0;
    padding: 0.6rem 2rem;
}

#manual-view .menu-settings .panel2-body .depth.depth-4-tit p::before {
    display: none;
}

#manual-view .menu-settings .panel2-body .depth-4 .menu-item {
    position: relative;
    margin-left: 1.8rem;
    padding: 0.6rem 0 0.6rem 2.5rem;
}

#manual-view .menu-settings .panel2-body .depth-4 .menu-item::before {
    position: absolute;
    left: 1rem;
    top: 1.2rem;
    display: inline-block;
    width: 0.6rem;
    height: 0.5rem;
    border-bottom: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    content: "";
}

#manual-view .menu-settings .panel2-body .last-depth .menu-item {
    padding-left: 4.5rem;
    white-space: nowrap;
}

#manual-view .menu-settings .panel2-body .last-depth .menu-item::before {
    padding-right: 8px;
    color: #a3a3a3;
    content: "-";
}

#manual-view .menu-settings .panel2-body .menu-item {
    padding: 0.6rem 2rem;
    color: #0f172a;
    margin: 1.2rem 0;
    min-width: 207px;
    cursor: pointer;
}

#manual-view .menu-settings .panel2-body .menu-item.active {
    color: #227aff;
    background: #e4eefe;
    border-radius: 4px;
}
#manual-view .menu-settings .panel2-body .menu-item.active-clicked {
    color: #fff;
    background: #227aff;
    border-radius: 4px;
}

#manual-view .menu-settings .panel2-body del {
    font-size: 1.5rem;
    color: #666;
    cursor: default;
}

#manual-view .menu-settings .panel2-body .menu-item del {
    color: #999;
}

#manual-view .menu-settings .date {
	padding-top: 20px;
	text-align: right;
	font-size: 1.5rem;
	letter-spacing: 0;
}

@media screen and (max-width: 1110px) {
    #manual-view .menu-settings .panel2-body .menu-item {
        min-width: auto;
    }
}

@media screen and (max-width: 500px) {
    #manual-view .panel1-heading span {
        font-size: 2rem;
    }
    #manual-view .panel2-heading span {
        font-size: 2rem;
    }
    #manual-view .menu-settings .panel2-body .menu-wrap {
        margin: 0 1rem;
        font-size: 1.2rem;
    }

    #manual-view .menu-settings .panel2-body strong {
        padding: 1.7rem 1rem;
        font-size: 1.5rem;
    }

    #manual-view .menu-settings .panel2-body .menu-item {
        font-size: 1.2rem;
        padding: 0.6rem 1rem;
    }

    #manual-view .menu-settings .panel2-body del {
        font-size: 1.2rem;
    }
}

/* faq02 */
.board_list2 {
    text-align: center;
    margin-top: 2rem;
}

.board_list2 .th_line {
    /* background-color: #f4f6f8; */
}

.board_list2 .th_line>div {
    font-size: 1.6rem;
    font-weight: 500;
    padding: .7rem .5rem;
    background-color: #f4f6f8;
}

.board_list2 .td_line>div {
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    padding: 2.5rem 1rem;
    border-bottom: 1px solid #ddd;
}

.board_list2 li>.cate01 {
    width: 15%;
}

.board_list2 .th_line>div:nth-child(1) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.board_list2 li>.cate02 {
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.board_list2 li>.cate02 br {
    display: none
}

.board_list2 li>.num {
    width: 10%;
}

.board_list2 li>.tit .mo {
    display: none;
}

.board_list2 li>.tit {
    width: 60%;
}

.board_list2 .th_line>div:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.board_list2 .td_line>.tit {
    text-align: left;
}

.board_list2 .td_line>.tit a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* faq03 */
.faq03 .tab .tab_ul {
    grid-template-columns: repeat(3, 1fr);
}

.faq03 .board_list_wrap {
    margin-top: 2.5rem;
}

.board_list3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 3rem;
}

.board_list3 .txt_box {
    padding-top: 1.5rem;
}

.board_list3 .txt_box p {
    font-size: 1.7rem;
    font-weight: normal;
    word-break: break-all;
}


/* inquiry05 */
.inquiry05 .board_list_wrap {
    position: relative;
}

.inquiry05 .grade_popup {
    padding: 2rem;
    max-width: 40rem;
    /* width: 100%;
    height: auto; */
    border-radius: 10px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    /* position: absolute;;
    top: 0;
    right: -40rem;
    left: auto; */
}

.inquiry05 .grade_popup>p {
    font-size: 1.6rem;
    padding: 1rem;
    border-bottom: 1px solid #000;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.inquiry05 .grade_popup ul {
    width: 100%;
}

.inquiry05 .grade_popup ul li {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.inquiry05 .grade_popup ul li:last-child {
    border: 0;
}

.inquiry05 .grade_popup .txt {
    margin-left: 2.5rem;
}

.inquiry05 .id_search {
    flex-direction: row;
    justify-content: end;
}

.inquiry05 .board_list2 {
    border-top: 1px solid #000;
    padding-top: 2rem;
}

.inquiry05 .board_list2 .td_line {
    border-bottom: 1px solid #ddd;
}

.inquiry05 .board_list2 .td_line>div {
    padding: 0;
    border: 0;
}

.inquiry05 .board_list2 .td_line .box01>div {
    min-height: 7.5rem;
    padding: 2.5rem 1rem;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inquiry05 .board_list2 li .num {
    width: 10%;
}

.inquiry05 .board_list2 li .cate01 {
    width: 15%;
}

.inquiry05 .board_list2 li .tit {
    width: 35%;
}

.inquiry05 .board_list2 li .date {
    width: 10%;
}

.inquiry05 .board_list2 li .state {
    width: 10%;
}

.inquiry05 .board_list2 .td_line .box01>div.state {
    color: var(--mainColor);
}

.inquiry05 .board_list2 li .confirm {
    width: 10%;
}

.inquiry05 .board_list2 li .grade {
    width: 10%;
    cursor: pointer;
}

.inquiry05 .board_list2 li .grade img {
    margin-left: .5rem;
}

.inquiry05 .board_list2 li.nothing {
    padding: 9rem 1rem;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.inquiry05 .icon_box .icon01 {
    margin-right: 2rem;
    position: relative;
}

.inquiry05 .icon_box .icon01::after {
    content: '';
    ;
    position: absolute;
    top: 50%;
    right: -1.1rem;
    transform: translateY(-50%);
    width: 1px;
    height: 1rem;
    background-color: #ddd;
}

.inquiry05 .board_list2 li .grade .on {
    display: none;
}

.inquiry05 .inqury_content {
    max-height: 0;
    overflow: hidden;
    border: 0;
}

.inquiry05 .board_list2 .inqury_content.active {
    max-height: inherit;
    border-top: 1px solid #ddd;
}

.inquiry05 .inqury_content.active .inqury_content_container {
    padding: 3rem 0 0;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* border-top: 1px solid #ddd; */
}

.inquiry05 .inqury_content .inqury_content_container>div {

    padding: 0 3rem;
}

.inquiry05 .inqury_content .question_box {
    border-bottom: 1px solid #ddd;
}

.inquiry05 .inqury_content .inqury_head {
    align-items: flex-start;
}

.inquiry05 .inqury_content .answer_box .inqury_head {
    padding-top: 3rem;
}

.inquiry05 .inqury_content .inqury_head .left_box {
    width: 80%;
    align-items: center;
    flex-wrap: wrap;
}

.inquiry05 .inqury_content .inqury_head .left_box .left_box_wrap {
    display: flex;
    width: 100%;
}

.inquiry05 .inqury_content .inqury_head .left_box .attachment_box {
    text-align: left;
    margin: 1rem 0;
    width: 100%;
    display: block;
}

.inquiry05 .inqury_content .inqury_head .cate {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--mainColor);
    padding-right: 4rem;
    position: relative;
    ;
}

.inquiry05 .inqury_content .inqury_head .cate::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    ;
    width: 1px;
    height: 1rem;
    background-color: #ddd;
}

.inquiry05 .inqury_content .inqury_head .tit {
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.inquiry05 .inqury_content .inqury_head .tit a {
    margin-left: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.4rem;
}

.inquiry05 .inqury_content .inqury_head .tit a img {
    display: inline-block;
    vertical-align: middle;
}

.inquiry05 .inqury_content .inqury_head .tit a > span {
    vertical-align: middle;
}

.inquiry05 .inqury_content .inqury_head .tit a span span {
    color: var(--mainColor);
}

.inquiry05 .inqury_content .inqury_head .right_box {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.inquiry05 .inqury_content .inqury_head .time {
    font-size: 1.4rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
}

.inquiry05 .inqury_content .inqury_head .btn_box {
    margin-top: 1rem;
}

.inquiry05 .inqury_content .inqury_head .btn_box button {
    padding: .5rem 1.8rem;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
}

.inquiry05 .inqury_content .inqury_head .btn_box .delete {
    background-color: #000;
    color: #fff;
}

.inquiry05 .inqury_content .inqury_head .btn_box .close {
    background-color: #f4f6f8;
    color: #000;
    margin-left: .5rem;
}

.inquiry05 .inqury_content .inqury_attach {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.inquiry05 .inqury_content .inqury_attach > div {
    width: 90%;
}

.inquiry05 .inqury_content .inqury_con {
    padding: 2rem 0 5rem 0;
}

.inquiry05 .inqury_content .inqury_con p {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: -1.5px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}

.inquiry05 .inqury_content .inqury_content_container .grade_box {
    padding: 2.5rem 3rem 7rem;
    background-color: #f4f6f8;
}

.inquiry05 .grade_box .grade_box_top {
    align-items: center;
}

.inquiry05 .grade_box .grade_box_top .left_box {
    align-items: center;
    width: calc(99.999% - 10.5rem);
}

.inquiry05 .grade_box .grade_box_top .left_box>p {
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 3.8rem;
}

.inquiry05 .grade_box .grade_box_top .left_box .radio_box_wrap {}

.inquiry05 .grade_box .grade_box_top .left_box .radio_box {}

.inquiry05 .grade_box .grade_box_top .left_box .radio_box+.radio_box {
    margin-left: 3rem;
}

.inquiry05 .grade_box .radio_box input+.radio_text::before {
    background-color: #fff;
}

.inquiry05 .grade_box .grade_box_top button {
    width: 10.5rem;
    border-radius: 1rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid #000;
}

.inquiry05 .grade_box .grade_box_bottom {}

.inquiry05 .grade_box .grade_box_bottom textarea {
    padding: 2rem 3rem;
    margin-top: 2rem;
    resize: none;
    height: 13rem;
    width: 100%;
    font-size: 1.6rem;
    color: #666;
    background-color: #fff;
    text-align: left;
    font-weight: normal;
}

.inquiry05 .grade_box .grade_box_bottom p {
    margin: 3rem auto 2.5rem;
}

.inquiry05 .grade_box .grade_box_bottom .btn {
    margin: 0 auto;
}

.inquiry05 .refer {
    padding-top: 1.5rem
}

.inquiry05 .refer dd {
    font-size: 1.3rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
}

.inquiry05 .btn_ver2_box {
    margin-top: 6.5rem;
}


@media screen and (max-width:1440px) {
    .cs_common .cs_nav {
        display: none;
    }

    .notice_view .notice_view_box .img_box {
        width: 100%;
        padding: 1rem;
        border-radius: 0.5rem;
    }
}

@media screen and (max-width:768px) {
    .cs_common .tab .tab_ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs_common .tab .tab_ul .tab_li {
        background-color: #fff;
        margin: 0;
    }

    .notice_common .keyword_search_bg {
        padding: 3rem 0.5rem;
        height: auto;
    }

    .cs_common .keyword_search {
        flex-direction: column;
    }

    .cs_common .keyword_search .select_box_wrap {
        width: 100%;
    }

    .cs_common .keyword_search .user_select {
        width: 55%;
        margin-left: 0;
    }

    .cs_common .keyword_search .user_select+.user_select {
        margin-left: 0.5rem;
    }

    .notice_common .keyword_search .search_box {
        max-width: none;
        margin-top: 0.5rem;
    }

    .cs_common .keyword_search input {
        /*width: calc(99.999% - 5rem);*/
        width: 100%;
        margin-left: 0;
        max-width: none;
    }

    .cs_common .keyword_search button {
        margin-right: 0;
    }

    /* view */
    .notice_view .link_box_wrap {
        padding: 2rem;
    }

    .notice_view .link_box_wrap .num {
        width: 8.5rem;
    }

    .notice_view .link_box_wrap .link_box {
        /* flex-direction: column;
        align-items: flex-start; */
        width: calc(99.99% - 8.5rem);
    }

    .notice_view .link_box_wrap .link_box .link {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* faq03 */
    .faq03.cs_common .tab .tab_ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .board_list3 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3rem;
        row-gap: 3rem;
    }

    .inquiry05 .board_list2 li .num,
    .inquiry05 .board_list2 li .date,
    .inquiry05 .board_list2 li .confirm {
        display: none;
    }

    .inquiry05 .board_list2 li .tit {
        width: 55%;
    }

    .inquiry05 .board_list2 li .state {
        width: 20%;
    }

    .inquiry05 .grade_box .grade_box_top .left_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .inquiry05 .grade_box .grade_box_top .left_box>p {
        padding-bottom: 1rem;
    }

    .inquiry05 .inqury_content .inqury_content_container>div {
        padding: 0;
        ;
    }

    .inquiry05 .inqury_content .inqury_head .left_box {
        width: calc(99.999% - 14.5rem);
    }

    .inquiry05 .inqury_content .inqury_head .right_box {
        min-width: 14.5rem;
        width: auto;
    }
}

@media screen and (max-width:500px) {
    .faq05_contents_box .input_box textarea.input_text2 {
        height: 4.5rem;
        padding: 1.1rem 2rem;
    }

    .inquiry05 .inqury_content .inqury_head .left_box .left_box_wrap {
        display: block;
    }

    .txt_desc_box .aaa {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.3rem;
    }

    .cs_common .page_title::before {
        width: 3.7rem;
        height: 2.5rem;
        top: -1.5rem;
        left: -4rem;
    }

    .cs_common .page_title::after {
        width: 5.4rem;
        height: 4.3rem;
        top: -3rem;
        right: -4rem;
    }

    .cs_common .pagination {
        padding-top: 5rem;
    }

    .notice_view .link_box_wrap {
        flex-direction: column;
    }

    .notice_view .link_box_wrap .num {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .notice_view .link_box_wrap .num::after {
        display: none;
    }

    .notice_view .link_box_wrap .link_box {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    .notice_view .link_box_wrap .link_box button {
        margin: .5rem 0 0;
    }

    .notice_view .notice_view_box .contents_box {
        padding: 3rem 0;
    }

    .notice_view .board_view_section .tit_box {
        margin-top: 3rem;
    }

    .notice_view .notice_view_box .contents_box pre,
    .notice_view .notice_view_box .contents_box .prediv,
    .notice_view .notice_view_box .contents_box .prediv2,
    .notice_view .notice_view_box .contents_box p {
        font-size: 1.2rem;
    }

    .notice_view .notice_view_box .contents_box iframe {
        min-height: 250px;
    }

    .notice_view_pagination li {
        padding: 2rem 0rem;
        font-size: 1.2rem;
    }

    .notice_view_file .view_file_tit,
    .notice_view_file .view_file_lst li>a {
        font-size: inherit;
    }

    .notice_view_file .view_file_lst li {
        font-size: 1.3rem;
    }


    /* faq02 */

    .board_list2 .td_line>div {
        /*font-size: 1.4rem;*/
        font-size: 1.2rem;
        display: inline-block;
        width: auto;
        padding: 0;
        border: 0;
        vertical-align: middle;
    }

    .board_list2 .td_line .cate02 {
        padding-left: 2.0rem;
        position: relative;
    }

    .board_list2 .td_line .cate02::before {
        content: '';
        display: block;
        width: 5px;
        height: 6px;
        background: url(../../../img/sub/search/cate_arrow.png) no-repeat;
        position: absolute;
        top: 50%;
        left: 1rem;
        transform: translateY(-50%);
        background-size: 100%;
    }


    .board_list2 .th_line {
        display: none;
    }

    .board_list2 .td_line {
        display: block;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .board_list2 .td_line:last-child {
        margin-bottom: 0;
    }

    .board_list2 li>.cate02 {
        /*margin: 0 1rem;*/
        margin: 0;
    }

    .board_list2 li>.num {
        display: none;
    }

    .board_list2 li>.tit .mo {
        display: inline-block;
        padding-right: .5rem;
    }

    .board_list2 li>.tit {
        width: 100%;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .board_list2 .td_line>.tit a {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* faq03 */
    .board_list3 {
        gap: 1rem;
    }

    .board_list3 .txt_box {
        padding-top: 0.5rem;
    }

    .board_list3 .txt_box p {
        font-size: 1.4rem;
    }

    /* faq05_view */
    .notice_view .txt_desc_box {
        padding: 2rem;
    }

    .notice_view .txt_desc_box {
        font-size: 1.2rem;
    }

    .notice_view .table_cont label,
    .notice_view input[type="checkbox"]+label>span {
        font-size: 1.4rem;
    }

    .notice_view .policy_table td {
        padding: 0.5rem 0;
    }

    .notice_view .table_cont.n1 .policy_table th:nth-child(1) {
        width: 28%;
    }

    .notice_view .table_cont.n2 .policy_table th:nth-child(n) {
        width: 25%;
    }

    .notice_view .table_cont.n2 .policy_table th:nth-child(2) {
        width: 50%;
    }

    .notice_view .terms_b label+.txt_b {
        margin-left: 0rem;
    }

    .notice_view .terms_b .txt_b dd:not(:nth-of-type(1)) {
        padding-left: 0.7rem;
    }

    /* .inquiry05 .board_list2 .td_line>div,
    .inquiry05 .board_list2 .td_line .box01 > div,
    .inquiry05 .board_list2 li .tit{
        width: 100%;
        padding: 0;
        min-height: auto;
    }
    .inquiry05 .board_list2 li .grade {
        justify-content: flex-end;
    } */
    .inquiry05 .board_list2 .th_line,
    .inquiry05 .board_list2 .td_line>div {
        display: flex;
    }

    .inquiry05 .board_list2 li .cate01,
    .inquiry05 .board_list2 li .grade {
        display: none;
    }

    .inquiry05 .board_list2 li .tit {
        width: 70%;
        text-align: center;
        justify-content: center;
        word-break: break-all;
    }

    .inquiry05 .board_list2 li .state {
        width: 30%;
        text-align: center;
    }

    .inquiry05 .inqury_content .inqury_head {
        flex-direction: column;
    }

    .inquiry05 .inqury_content .inqury_head .left_box,
    .inquiry05 .inqury_content .inqury_head .right_box {
        width: 100%;
    }

    .inquiry05 .inqury_content .inqury_head .left_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .inquiry05 .inqury_content .inqury_head .right_box {
        flex-direction: revert;
        justify-content: space-between;
    }

    .inquiry05 .inqury_content .inqury_head .cate {
        padding: 0;
    }

    .inquiry05 .inqury_content .inqury_head .cate::after {
        display: none;
    }

    .inquiry05 .inqury_content .inqury_head .cate,
    .inquiry05 .inqury_content .inqury_head .tit,
    .inquiry05 .inqury_content .inqury_con p,
    .inquiry05 .radio_box .radio_text,
    .inquiry05 .grade_box .grade_box_bottom textarea,
    .inquiry05 .grade_box .grade_box_bottom p {
        font-size: 1.4rem;
    }

    .inquiry05 .grade_box .grade_box_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .inquiry05 .radio_box .radio_text {
        padding-left: 2.5rem;
    }

    .inquiry05 .radio_box input:checked+.radio_text::after {
        top: 7.5px;
        left: 5px;
    }

    .inquiry05 .grade_box .radio_box input+.radio_text::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .inquiry05 .grade_box .grade_box_top button {
        margin-top: 1rem;
        /* 230516 [¼öÁ¤Ç¥½Ã] start */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 8rem;
        height: 3rem;
        border-radius: 0.5rem;
        /* 230516 [¼öÁ¤Ç¥½Ã] end */
    }

    .inquiry05 .grade_box .grade_box_top .left_box>p {
        font-size: 1.6rem;
    }

    .inquiry05 .popup_cont .popup_box {
        padding-top: 2rem;
    }

    .inquiry05 .inqury_content .inqury_content_container .grade_box {
        padding: 1.5rem 1.5rem 3rem;
    }

    .inquiry05 .grade_box .grade_box_top .left_box .radio_box+.radio_box {
        margin-left: 2rem;
    }

    .inquiry05 .grade_box .grade_box_top .left_box {
        width: 100%;
    }
}
