@charset "UTF-8";

/*header*/
/* header {
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
#page header .home .logo {
    display: block;
    width: 100%;
    height: 42px;
    background: url(../images/easycerti/logo_header_color.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
#page #header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
#page #header .pc_menu a.btn_global {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}
#page #header .pc_menu a.btn_global > span:last-child,
#page #header .gnb > li > a {
    color: #111;
}
#page header .home .logo {
    background: url(../images/easycerti/logo_header_color.webp) no-repeat 50% 50%;
    background-size: contain;
}
#page header .pc_menu a.btn_global .icon_globe {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/easycerti/icon_globe_bl.webp) no-repeat 0 0;
    background-size: contain;
}
#page header .pc_menu a.btn_menu {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/easycerti/icon_header_ham_bl.webp) no-repeat 0 0;
    background-size: contain;
}

#page header .pc_menu .btn_menu.mob_menu_on {
    display: none;
    width: 0;
    height: 0;
} */

#header {
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}
#header #gnb1 > ul > li > a {
    color: #111;
}
#header #hnb .list a {
    color: #111;
}
#header #search .control.open {
    color: #111;
}

/* content_bg */
.sub .content_bg {
    height: 560px;
    position: relative;
    width: 100%;
}

/* sub_title */
.sub_title {
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    z-index: 100;
    color: #fff;
    padding-top: 251px;
}
.sub_title h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.0075em;
}
.sub_title p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.sub_title p span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    display: block;
}

/* sub_navi */
.sub_navi {
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-family: "Pretendard";
    border-bottom: 1px solid #eee;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 500px;
}
.sub_navi::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.top_header_wrap {
    position: relative;
}
.sub_navi > div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}

.sub_navi > div span {
    display: block;
    position: relative;
    padding-right: 41px;
}

.sub_navi > div em {
    display: block;
    font-style: normal;
    box-sizing: border-box;
    height: 60px;
    display: block;
    position: relative;
    color: #fff;
    border-bottom: 2px solid #ddd;
}

.sub_navi > div span::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #eee;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* content */
.content_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 80px;
    padding-bottom: 50px;
}

.content {
    flex: auto;
    width: 100%;
}

.content .content_page {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.content .content_page .page_content {
    width: 100%;
    margin-top: 40px;
}

.sub_page section {
    margin-bottom: 90px;
}

/* 타이틀 */
/* h3 */
.sub_page h3.sec_tit {
    font-family: "Pretendard";
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 48px;
    line-height: 1.5;
    color: #111;
    text-align: center;
}
.sub_page h3.sec_tit span {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

/* h4 */
.sub_page h4.sec_sub_tit {
    font-family: "Pretendard";
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #124098;
    border-top: 1px solid #124098;
    width: 309px;
    padding-top: 20px;
    margin-bottom: 40px;
}

/* h5 */
.sub_page h5.con_tit {
    font-family: "Pretendard";
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}

/* 텍스트 정렬 */
.txt_hide {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.txt_center {
    text-align: center !important;
}

.txtl_txtc {
    text-align: left !important;
}

.txt_right {
    text-align: right !important;
}

/* 텍스트 */
.text_bg {
    font-size: 18px;
    font-weight: 400;
}

.text_nm {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    line-height: 1.5;
}

.text_nm.numbering {
    position: relative;
    padding-left: 26px;
}

.text_sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.txtarea_disabled {
    background-color: #f7f7f7;
    color: #666;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 15px;
    text-align: left;
    height: 100px;
}

.txtarea_able {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 15px;
    text-align: left;
    height: 100px;
}

.target-textarea {
    box-sizing: border-box;
    resize: none;
    width: 100%;
}

.textarea_wrap p {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 15px;
    text-align: left;
}

/* 말줄임 */
.white_space_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.white_space_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.white_space_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 텍스트 Deco */
.ex {
    box-sizing: border-box;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    height: 22px;
    font-style: normal;
}

.ex.blue {
    background-color: #e8f3ff;
    color: #1869c0;
}

.ex.green {
    background-color: #f3f8e8;
    color: #207f3f;
}

.ex.violet {
    background-color: #f3f2fa;
    color: #392e75;
}

.ex.red {
    background-color: #fef3f4;
    color: #ed1f24;
}

.ex.gray {
    background-color: #eee;
    color: #444;
}

.col_lightgray .ex {
    background-color: #eee !important;
    color: #676767 !important;
}

.ex.bdr_gray {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.ex.darkblue {
    background-color: #033987;
    color: #fff;
}

.ex.skyblue {
    background-color: #e8f3ff;
    color: #1869c0;
}

.ex.common {
    display: inline-block;
    background: #eee;
    /*margin-bottom: 10px;*/
    display: none;
}

.ex_medium {
    box-sizing: border-box;
    padding: 3px 12px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.ex_medium.gray {
    background-color: #f5f5f5;
    color: #444;
}

.text_hi {
    background: linear-gradient(to top, #e9f3d2 40%, transparent 60%);
}

.strong {
    font-weight: 700;
}
.pagination {
    margin-top: 60px;
}

/*페이지네이션 pagination */
.pagination > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.pagination > ul > li > a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

.pagination > ul > li > a.disable {
    border: none;
    background: #eee;
}

.pagination > ul > li > a.hide {
    display: none;
}

.pagination > ul > li .num {
    color: #666;
    line-height: 28px;
}

.pagination > ul > li .num.active {
    color: #fff;
    background: #333;
}

.pagination > ul > li .first,
.pagination > ul > li .prev,
.pagination > ul > li .next,
.pagination > ul > li .last {
    font-size: 0;
}

.pagination > ul > li .first::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 12px;
    background-image: url(../images/easycerti/btn_pgn_first.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination > ul > li .prev::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    background-image: url(../images/easycerti/btn_pgn_prev.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination > ul > li .next::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    background-image: url(../images/easycerti/btn_pgn_next.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination > ul > li .last::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 12px;
    background-image: url(../images/easycerti/btn_pgn_last.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination_mo {
    display: none;
}

/* 공통 */
.pointer {
    cursor: pointer;
}

.sub .mb {
    display: none;
}
.bdr_gr_top {
    border-top: 1px solid #dedede !important;
}
.bdr_gr {
    border: 1px solid #dedede !important;
}

.bdrr_gr {
    border-right: 1px solid #eee !important;
}

.bdrr_no {
    border-right: none !important;
}

.bdrb_gr {
    border-bottom: 1px solid #eee !important;
}

.col_blue {
    color: #1869c0 !important;
}

.col_red {
    color: #eb4d3d !important;
}

.col_gray {
    color: #676767 !important;
}

.col_lightgray {
    color: #999 !important;
}

.col_black {
    color: #111 !important;
}

.bg_f7f7f7 {
    background: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
}

.bg_f9f9f9 {
    background: #f9f9f9 !important;
    background-color: #f9f9f9 !important;
}

.bg_f3f7fc {
    background: #f3f7fc !important;
    background-color: #f3f7fc !important;
}

.bg_f7fafd {
    background: #f7fafd !important;
    background-color: #f7fafd !important;
}

.bg_fff {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.sub .numbering::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/easycerti/img_numbering.webp) no-repeat 0 0;
    background-size: cover !important;
    top: 2px;
    left: 0;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}
.underline {
    text-decoration: underline;
}

.border_red {
    border: 3px solid red !important;
}
.ui-autocomplete {
    z-index: 200000001; /* 레이어 팝업의 z-index보다 큰 값으로 설정 */
}

/* 검색바 */
.srch_bar {
    padding: 50px 20px;
    background: #f5f5f5;
}

/* 테이블 */
table {
    width: 100%;
}

.tb01 {
    border-top: 2px solid #ddd;
}

.tb01_bg {
    background: #f2f6fa;
}

.tb01 thead tr th {
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
    color: #111;
    font-weight: 500;
}

.tb01 thead tr th:last-child {
    border-right: none;
}

.tb01 tbody tr th {
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.5rem;
}

.tb01 tbody tr td {
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.5rem;
    word-break: break-all;
}

.tb01 tbody tr td:last-child {
    border-right: none;
}

.tb01 tbody tr td input {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
}

.tb01 tbody tr td span.tit {
    display: none;
}

pre {
    width: 100%;
    display: block;
    white-space: pre-line;
    margin: 0;
}

.text_wrap pre {
    text-wrap: wrap;
}
.faq_list .text_wrap pre {
    white-space: normal !important;
}

/* 이미지 */
.img_pc {
    display: block !important;
}

.img_mo {
    display: none !important;
}

/* Tab */
.tab-control {
    display: block;
}
.tab-select {
    display: none;
}

.tab-select {
    margin: 40px 0;
}

/* 버튼 */
/* .btn_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_box.flex-end {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn_box.space-between {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_box ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 20px;
    flex-wrap:wrap;
} */

.download_btn button {
    padding-right: 30px;
    position: relative;
    color: #4166ad;
}
.download_btn button::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/easycerti/sub/icon_download.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/*상세 페이지 이전, 다음 버튼*/
/* .small_able1 {
    height: 24px;
    line-height: 24px;
    background: #1869C0;
    font-size: 1.2rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.small_able2 {
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #1869C0;
    color: #1869C0;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.small_able3 {
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.small_able4 {
    height: 24px;
    line-height: 24px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.small_disable {
    height: 24px;
    line-height: 24px;
    background: #eee;
    border: 1px solid #ddd;
    color: #666;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.small_disable2 {
    height: 24px;
    line-height: 24px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #666;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.middle_able1 {
    height: 40px;
    line-height: 40px;
    background: #1869C0;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
}

.middle_able2 {
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #1869C0;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #1869C0;
    display: inline-block;
    box-sizing: border-box;
}

.middle_able3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #999;
}

.local_center .middle_able3{
    line-height: normal!important;
}

.middle_able4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    background: #333;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #333;
}

.middle_disable {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    background: #eee;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #666;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #ddd;
    cursor: unset;
}

.large_able1 {
    height: 60px;
    line-height: 60px;
    width: 240px;
    background: #1869C0;
    font-size: 1.8rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 0 auto;
    display: inline-block;
}

.large_able2 {
    height: 60px;
    line-height: 60px;
    width: 240px;
    background: #fff;
    font-size: 18px;
    border-radius: 6px;
    color: #1869C0;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #1869C0;
}

.btn_arrowR {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/easycerti/btn-arrowRight.webp) no-repeat;
    background-size: 7px 12px;
    margin-left: 10px;
} */

/*파일추가 버튼*/
.btn.btn01 {
    display: inline-block;
    background: #124098;
    color: #fff;
    box-sizing: border-box;
    width: 130px;
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
    text-align: center;
    font-size: 16px;
}

.btn.btn02 {
    display: inline-block;
    background: #4876ef;
    color: #fff;
    box-sizing: border-box;
    height: 64px;
    line-height: 64px;
    padding: 0px 15px;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}
.btn.btn02:hover {
    background: #fff;
    color: #4876ef;
    border: 1px solid #4876ef;
    box-sizing: border-box;
}

.btn.cloud_btn {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 64px;
    line-height: 64px;
    padding: 0px 15px;
    padding-right: 35px;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}
.btn.cloud_btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 15px;
    background: url(../images/easycerti/sub/prod01_btn-arrowRight.webp) no-repeat 0 0;
    background-size: contain;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.btn.cloud_btn:hover {
    background: #fff;
    color: #111;
    border: 1px solid #999;
}

.btn.solu_btn {
    display: inline-block;
    background: #fff;
    color: #005ca8;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 64px;
    line-height: 1.5;
    padding: 0px 15px 0 125px;
    text-align: left;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    position: relative;
    width: 240px;
}
.btn.solu_btn::after {
    content: "";
    display: block;
    width: 94px;
    height: 57px;
    background: url(../images/easycerti/sub/solu_btn_img.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.solu_btn:hover {
    background: #fff;
    color: #111;
    border: 1px solid #005ca8;
}

.btn.more {
    color: #666;
    padding: 6px 12px;
    padding-right: 34px;
    border: 1px solid #a7a7a7;
    position: relative;
    width: auto;
    font-size: 14px;
    text-align: left;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    box-sizing: border-box;
    /* position: absolute;
    bottom: 35px;
    right: 35px; */
}
.btn.more::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/easycerti/sub/btn_more_arrow.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.more:hover {
    border: 1px solid #666;
    color: #333;
}

.btn.more.blue {
    color: #22abf3;
    padding: 10px 15px;
    padding-right: 54px;
    border: 1px solid #22abf3;
    position: relative;
    width: auto;
    font-size: 14px;
    text-align: left;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    box-sizing: border-box;
    /* position: absolute;
    bottom: 35px;
    right: 35px; */
}
.btn.more.blue::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/easycerti/sub/btn_more_arrow.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(55%) sepia(42%) saturate(6964%) hue-rotate(164deg) brightness(99%) contrast(101%);
}
.btn.more.blue:hover {
    border: 1px solid #22abf3;
    background: #22abf3;
    color: #fff;
}
.btn.more.blue:hover::after {
    filter: brightness(400%);
}

.btn.more02::after {
    content: "";
    display: block;
    width: 40px;
    height: 16px;
    background: url(../images/easycerti/sub/btn_more_arrow.webp) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.more02:hover {
    border: 1px solid #666;
    color: #fff;
}

/* 플로팅 메뉴 */
/* .floating-menu {
    position: fixed; 
    left: 50%; 
    transform: translateX(-50%);
    top: 100px; 
    z-index: 100; 
    width: 100%;  
    margin-bottom: 64px;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
} */
.floating-menu {
    position: sticky;
    /* left: 50%; 
    transform: translateX(-50%); */
    top: 90px;
    z-index: 100;
    width: 100%;
    margin-bottom: 64px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating-menu.on {
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}
.floating-menu ul {
    display: flex;
    gap: 17px;
}
.floating-menu li {
    display: inline-block;
    background: #fff;
    border-bottom: none;
    cursor: pointer;
}
.floating-menu a {
    display: block;
    text-align: center;
    width: 100%;
    min-width: 132px;
    font-size: 20px;
    color: #666;
    font-weight: 500;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 26px 0;
}
.floating-menu li.on a {
    position: relative;
    /* border-bottom: 4px solid #1668E3; */
    background-color: #fff;
    color: #1869c0;
}
.floating-menu li.on a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 132px;
    height: 4px;
    background: #1668e3;
}
.floating-menu li a span {
    display: block;
}

/* 탭메뉴 */
.tab_menu .content_wrap {
    gap: 0;
}

.tab-control {
    margin-bottom: 64px;
}
.tab-control ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}
.tab-control ul li {
    display: inline-block;
    background: #fff;
    border-bottom: none;
    cursor: pointer;
}
.tab-control ul li a {
    display: block;
    width: 100%;
    min-width: 132px;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 400;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 26px 0;
}
.tab-control ul li a.active,
.tab-control ul li a:focus {
    position: relative;
    /* border-bottom: 4px solid #1668E3; */
    background-color: #fff;
    color: #1869c0;
}
.tab-control ul li a.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 132px;
    height: 4px;
    background: #1668e3;
}
.tab-content .tab-content-inner {
    display: none;
}
.tab-content .tab-content-inner.active,
.tab-content .tab-content-inner.focus {
    display: block;
}

/* .tab-content{
} */

/* 텍스트 불릿 */
.text_cir-bg {
    position: relative;
    padding-left: 16px;
    color: #111;
    margin-top: 5px;
}

.text_cir-bg:first-child {
    margin-top: 0;
}

.text_cir-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #0162ca;
    border-radius: 100px;
    top: 4px;
    left: 0;
}

.text_bar {
    position: relative;
    padding-left: 11px;
    color: #444;
    margin-top: 3px;
}

.text_bar:first-child {
    margin-top: 0;
}

.text_bar::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #999;
    top: 10px;
    left: 0;
}

.text_cir {
    position: relative;
    padding-left: 11px;
    margin-top: 5px;
}

.text_cir:first-child {
    margin-top: 0;
}

.text_cir::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #4983c3;
    border-radius: 100px;
    top: 8px;
    left: 0;
}

/* 아이콘 블릿 */
.warning {
    color: #eb4d3d;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.warning::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/easycerti/sub/warning.webp) no-repeat 0 0;
    background-size: contain;
    top: -1px;
    left: 0;
}

.text_info {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    /* padding-left: 25px; */
    margin-top: 5px;
    text-align: left;
    word-break: break-all;
}

/* .text_info::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/easycerti/icon_group_sub.webp) no-repeat 0 0;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */

.text_info li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.text_info li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/easycerti/icon_group_sub.webp) no-repeat 0 0;
    background-size: cover;
    top: 0;
    left: 0;
}

.text_cir-bg {
    position: relative;
    padding-left: 16px;
    color: #111;
    margin-top: 5px;
}

.text_cir-bg:first-child {
    margin-top: 0;
}

.text_cir-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #0162ca;
    border-radius: 100px;
    top: 4px;
    left: 0;
}

.text_cir {
    position: relative;
    padding-left: 16px;
    margin-top: 5px;
}

.text_cir:first-child {
    margin-top: 0;
}

.text_cir::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #4983c3;
    border-radius: 100px;
    top: 8px;
    left: 0;
}

.asterisk {
    position: relative;
}

.asterisk::after {
    content: "*";
    position: absolute;
    top: -4px;
    right: -7px;
    font-size: 14px;
    color: #eb4d3d;
}

/* counter */
#counter {
    margin-top: 5px;
    font-size: 1.4rem;
    color: #666;
}

/* select 버튼 */
.select_box {
    display: inline-block;
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 11px 10px;
    font-size: 15px;
    background-size: 18px auto;
    position: relative;
    cursor: pointer;
    background: #fff url(../images/easycerti/sub/select_arrow.webp) no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.select_box.disabled {
    background-color: #f7f7f7;
}

/* 인풋박스 */
.input_box {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 11px 10px;
    font-size: 15px;
    background-color: #fff;
    margin-top: 5px;
}

.input_box:first-child {
    margin-top: 0;
}

input::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

input:disabled,
input:read-only:not(select),
select:disabled {
    background-color: #f7f7f7 !important;
    color: #666666;
}

/* 테이블 */
.table_box {
    width: 100%;
    margin: 20px 0px;
    box-sizing: border-box;
}

.table_box table {
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    font-size: 15px;
    background-color: #fff;
}

.table_box table caption {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.table_box table tr {
    border-bottom: 1px solid #eee;
}

.table_box table tr:hover {
    background: #f8fafc;
}

.table_box table tbody tr:last-child {
    border-bottom: 0;
}

.table_box table th {
    border-right: 1px solid #eee;
    font-weight: 500;
    box-sizing: border-box;
    padding: 20px;
    word-break: keep-all;
}

.table_box table td {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
}

.table_box table th:last-child,
.table_box table td:last-child {
    border-right: 0;
}

.tbl_bdr {
    border-right: 1px solid #eee !important;
}

/* 테이블 게시판 */
.table_box.board table {
    border-top: 1px solid #333;
    border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 1400px) {
    .sub_navi > div {
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1280px) {
    .floating-menu{
        top: 80px;
    }
}
@media screen and (max-width: 1200px) {
    /* 타이틀 */
    .sub_title h2 {
        font-size: 35px;
    }

    .sub_page h4.sec_sub_tit,
    .prod_intro .cont .prod_wrap .prod_tit h5 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1024px) {
    
    #header {
        position: relative;
    }
    /* content */
    .content_wrap {
        gap: 60px;
    }
    .sub .content_bg {
        height: 370px;
        position: relative;
    }
    .sub_title {
        padding-top: 0;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
    }

    .content {
        width: 100%;
    }

    .sub_page {
        width: 100%;
    }

    .sub_page section {
        margin-bottom: 90px;
    }
    /* 
    .sub_page h4.sec_sub_tit {
        width: 100%;
        text-align: center;
    } */

    /* nav */
    .sub_navi {
        height: 50px;
        line-height: 50px;
        top: 320px;
    }
    .sub_navi > div {
        font-size: 1.5rem;
    }
    .sub_navi::before {
        height: 50px;
    }
    .sub_navi > div em {
        height: 50px;
    }

    /* h2 */
    .sub_title h2 {
        font-size: 40px;
    }

    /* h3 */
    .sub_page h3.sec_tit {
        font-size: 2.8rem;
    }
    .sub_title p {
        font-size: 16px;
    }

    /* 플로팅 메뉴 */
    .floating-menu {
        top: 0px;
    }

    /* 테이블01 */
    .tb01 thead tr th {
        font-size: 1.4rem;
        padding: 20px 10px;
    }

    .tb01 tbody tr th {
        font-size: 1.4rem;
        padding: 20px 10px;
    }

    .tb01 tbody tr td {
        font-size: 1.4rem;
        padding: 20px 10px;
    }

    .tb01 tbody tr td input {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 920px) {

    /* 타이틀 */
    .sub_title h2 {
        font-size: 32px;
    }

    .sub_page h4.sec_sub_tit {
        width: calc(100% - 88px);
        text-align: center;
        margin: 0 44px 40px;
    }

    /* 테이블 모바일 버전 */
    .table_box {
        overflow: auto;
    }
    .table_box .tb01 {
        overflow-x: scroll;
        min-width: 768px;
    }
    .invest .table_box {
        overflow: unset;
    }
    .invest .table_box .tb01 {
        overflow-x: unset;
        min-width: auto;
    }
}
@media screen and (max-width: 768px) {
    /* 타이틀 */
    .sub_title h2 {
        font-size: 28px;
    }

    /* 이미지 */
    .img_pc {
        display: none !important;
    }

    .img_mo {
        display: block !important;
    }

    /* Tab */
    .tab-control {
        display: none;
    }
    .tab-select {
        display: block;
    }
    .tab-select label {
        display: block;
        width: 100%;
        height: auto;
        font-size: 15px;
    }

    .sub_page h3.sec_tit {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    /* 인풋박스 */
    input::placeholder {
        font-size: 1.4rem;
    }

    /* 검색바 */
    .srch_bar {
        padding: 15px 10px;
    }

    /* 페이징 */
    .pagination {
        width: 100%;
    }

    .pagination > ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    .pagination > ul > li > a {
        font-size: 1.2rem;
        width: 20px;
        height: 20px;
    }

    .pagination > ul > li .num {
        line-height: 20px;
    }

    /* 플로팅 메뉴 */
    .floating-menu {
        display: none;
    }
    .floating-menu li a {
        font-size: 1.6rem;
        padding: 20px 25px;
    }

    .sub_page section {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 520px) {

    .content_wrap{
        gap: 40px;
    }
    /* 타이틀 */
    .sub_page .sec_tit {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .sub_page h4.sec_sub_tit {
        font-size: 2rem;
    }

    .sub_page .con_tit {
        font-size: 1.8rem;
    }

    .sub_page .con_txt {
        font-size: 1.4rem;
    }

    /* nav */
    .sub_navi > div {
        font-size: 1.4rem;
    }
    .sub_navi > div span {
        display: none;
    }
    .sub_navi > div span:first-child {
        display: block;
    }

    /* 텍스트 */
    .text_bg {
        font-size: 16px;
    }

    .text_nm {
        font-size: 15px;
    }

    .text_sm {
        font-size: 13px;
    }

    table {
        font-size: 14px;
    }

    /* 버튼 */
    .btn.Middle_Able1,
    .btn.Middle_Able2,
    .btn.Middle_Able3,
    .btn.Middle_Able4 {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        min-width: auto;
    }

    .btn.TxtBoxBTN_1,
    .btn.TxtBoxBTN_2,
    .btn.TxtBoxBTN_3,
    .btn.TxtBoxBTN_4,
    .btn.TxtBoxBTN_DisAble {
        font-size: 13px;
    }

    .download_btn button {
        font-size: 1.4rem;
    }
    .table_box.board tbody .download_btn .cont {
        text-align: right;
        margin-left: 48px;
        padding-right: 30px;
    }
    .invest .table_box.board tbody .cont,
    .invest .table_box.board tbody .download_btn .cont {
        text-align: right;
        margin-left: 0;
    }
    .download_btn button::after {
        right: 8px;
    }
    .invest .download_btn button::after {
        right: 0px;
    }
    .invest .table_box.board tbody .download_btn .cont {
        padding-right: 24px;
    }

    .btn.more {
        padding: 2px 12px;
        padding-right: 34px;
    }

    /* 플로팅 메뉴 */
    .floating-menu li a {
        font-size: 1.5rem;
        padding: 20px 10px;
    }

    /* 아이콘 블릿 */
    .text_info {
        font-size: 14px;
        padding-left: 20px;
    }

    .text_info::before {
        width: 16px;
        height: 16px;
        top: 9px;
    }

    .text_info li {
        font-size: 14px;
        padding-left: 20px;
    }

    .text_info li::before {
        width: 16px;
        height: 16px;
        top: 2px;
    }

    /* 테이블 모바일 버전 */
    .invest .table_box table {
        font-size: 14px;
    }

    .invest .table_box table td {
        display: flex;
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .invest .tb01 tbody tr td {
        border-right: none;
        padding: 15px 0;
    }
    /* .invest01 .tb01 tbody tr td {
        border-right: none;
        padding:  0;
    } */
    .invest .tb01 tbody tr td span.tit {
        display: block;
    }
    .invest .table_box table th {
        background: #f2f6fa;
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .invest .table_box colgroup {
        display: none;
    }

    .invest .table_box table tr {
        display: flex;
        flex-flow: column;
    }

    .invest .table_box thead {
        display: none;
    }

    /* 게시판 테이블 모바일 버전 */
    .table_box.board tbody .cont {
        width: 100%;
        text-align: right;
        margin-left: 48px;
    }

    /* 페이징 */
    .pagination {
        display: none;
    }
    .pagination_mo {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .pagination_mo button {
        display: block;
        display: inline-block;
        background: #fff;
        color: #666;
        box-sizing: border-box;
        width: 100%;
        height: 55px;
        line-height: 55px;
        padding: 0px 15px;
        text-align: center;
        font-size: 15px;
        border: 1px solid #ddd;
    }
}

@media screen and (max-width: 414px) {
    /* 버튼 */
    .btn_box ul {
        gap: 5px;
    }
}
