/* Guide Layout */
.clearfix:after {
    clear: both;
    display: block;
    content: "";
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.Guide_con {
    padding: 2rem;
}
.Guide_con h3.Guid_tit {
    position: relative;
    padding-top: 8px;
    font-size: 24px;
    color: #111;
    font-weight: 500;
}
.Guide_con h3.Guid_tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #1976d2;
}
f.list_st1 > li:before .Guide_con .DG_list {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #c3c3c3;
    overflow: hidden;
}
.Guide_con .DG_list li {
    margin: 5px;
    float: left;
}
.Guide_con .DG_list li a {
    display: block;
    min-width: 170px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #07174a;
    background: #07174a;
}
.Guide_con .DG_list li a:hover,
.Guide_con .DG_list li a:focus {
    border: 1px solid #064584;
    background: #1976d2;
}

.Guide_con .com_code {
    width: 100%;
    height: 100px;
    font-size: 12px;
    font-family: "Dotum";
    line-height: 1.3;
    color: #000;
    border: none;
    background: #f7f7f7;
}

/* 타이틀(텍스트 타입) */ /* 201127수정 */
.titT1 {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
    letter-spacing: -1px;
    font-weight: 400;
}
.titT2 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
    letter-spacing: -1px;
    margin-left: 1rem;
    font-weight: 400;
}
.titT3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #0057b8;
    letter-spacing: -1px;
    margin-left: 2rem;
    font-weight: 400;
}
.titT3_lineB {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    color: #0057b8;
    letter-spacing: -1px;
    text-decoration: underline;
    font-weight: 400;
}

/* 타이틀(블릿 타입) */
.tit1 {
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
    letter-spacing: -1px;
    background: url("/ubin/img/sub/bu_tit1.png") no-repeat left top;
    font-weight: 400;
}
.tit2 {
    margin-bottom: 1rem;
    padding-left: 3rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
    letter-spacing: -1px;
    background: url("/ubin/img/sub/bu_tit2.png") no-repeat left 0.2rem;
    background-size: auto 2rem;
    margin-left: 0.5rem;
    font-weight: 400;
}
.tit3 {
    margin-bottom: 1rem;
    padding-left: 3rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #333;
    letter-spacing: -1px;
    background: url("/ubin/img/sub/bu_tit3.png") no-repeat left 0.2rem;
    background-size: auto 1.9rem;
    margin-left: 1rem;
    font-weight: 400;
}

/* //201127수정 */
/* 블릿 */
.bu_st1 {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #444;
}
.bu_st1:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a2a82;
}
.bu_st2 {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #444;
}
.bu_st2:before {
    content: "";
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7a9eca;
}
.bu_st2B {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    color: #006cbd;
}
.bu_st2B:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #babdc2;
}
.bu_st3 {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #444;
}
.bu_st3:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 5px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}
.bu_st4 {
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #555;
}
.bu_st4:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 2px;
    height: 2px;
    background: #646a7d;
}

/* 리스트 : 블릿 타입 */
.list_st1 > li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #444;
}
.list_st1 > li:before {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a2a82;
}
.list_st2 > li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.3rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #444;
}
.list_st2 > li:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #646a7d;
}
.list_st3 > li {
    position: relative;
    padding: 0.3rem 0 0.3rem 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #444;
}
.list_st3 > li:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 5px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}
.list_st4 > li {
    position: relative;
    padding: 0.3rem 0 0.3rem 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #555;
}
.list_st4 > li:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 2px;
    height: 2px;
    background: #646a7d;
}

.list_st5 > li {
    position: relative;
    padding: 0.3rem 0 0.3rem 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #555;
}
.list_st5 > li:before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 2px;
    height: 2px;
}

li.bu_none:before {
    display: none;
}

/* 리스트 : 텍스트 타입 */
.list_stT1 li {
    padding: 0 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #444;
    font-weight: 400;
} /* 첫 li 는 폰트가 좀 더 큼 & 간격 변동 있음 */
.list_stT1 > li ul,
.list_stT1 > li ol {
    margin: 0.5rem 0 0 10px;
}
.list_stT1 > li ul,
.list_stT1 > li ol li {
    padding: 0 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
}

.list_stT2 li {
    padding: 0 0 0.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #444;
} /* 폰트 크기 변동 없음 & 간격 변동 없음 */
.list_stT2 > li ul,
.list_stT2 > li ol {
    margin: 0.5rem 0 0 1rem;
}

/* 리스트 : 가로 나열 */
.li_w50,
.li_w30,
.li_w25,
.li_w20 {
    overflow: hidden;
}
.li_w50 > li {
    width: 45%;
    float: left;
}
.li_w30 > li {
    width: 30%;
    float: left;
}
.li_w25 > li {
    width: 23%;
    float: left;
}
.li_w20 > li {
    width: 18%;
    float: left;
}

/* 리스트 : 순차적 리스트 타입 */
.list_ol1 > li {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 3px 0 2px 30px;
    line-height: 1.4;
    font-size: 1.5rem;
}
.list_ol1 > li > span.num {
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #636363;
    border-radius: 13px;
}
.list_ol1 > li > ul,
.list_ol1 > li > ol {
    margin-top: 10px;
}

.list_ol2 > li {
    position: relative;
    margin-bottom: 1rem;
    padding: 3px 0 2px 30px;
    line-height: 1.4;
    font-size: 1.5rem;
}
.list_ol2 > li > span.num {
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #0084c2;
    border-radius: 13px;
}
.list_ol2 > li:nth-child(even) > span.num {
    background: #03a6cf;
}

/* 텍스트 요소 : 폰트컬러 타입 */
.pc_blue {
    color: #155eb6 !important;
}
.pc_navy {
    color: #17335a !important;
}
.pc_org {
    color: #f58220 !important;
}
.pc_black {
    color: #000 !important;
}
.pc_green {
    color: #4db02c !important;
}
.pc_mint {
    color: #00b0a0 !important;
}
.pc_red {
    color: #e33d65 !important;
}

/* 텍스트 요소 : 텍스트 배경색 */
.bg_blue {
    padding: 2px 5px;
    color: #fff;
    background: #155eb6;
}
.bg_navy {
    padding: 2px 5px;
    color: #fff;
    background: #17335a;
}
.bg_org {
    padding: 2px 5px;
    color: #fff;
    background: #f58220;
}
.bg_black {
    padding: 2px 5px;
    color: #fff;
    background: #000;
}
.bg_green {
    padding: 2px 5px;
    color: #fff;
    background: #4db02c;
}
.bg_mint {
    padding: 2px 5px;
    color: #fff;
    background: #00b0a0;
}
.bg_red {
    padding: 2px 5px;
    color: #fff;
    background: #e33d65;
}

/* 텍스트 요소 : 강조 타입 */
.Tline_b {
    text-decoration: underline !important;
}
.Tline_bgB {
    padding: 0 5px;
    background: url("/images/common/con_com/bg_Tline_bgB.png") repeat-x left
        bottom;
}
.f_weightB {
    font-weight: bold;
}
.font_FR {
    font-weight: 400 !important;
}
.font_FM {
    font-weight: 600 !important;
}
.font_FB {
    font-weight: 700 !important;
}

/* 텍스트 요소 : 폰트 크기 */
.fs12 {
    font-size: 1.2rem !important;
}
.fs13 {
    font-size: 1.3rem !important;
}
.fs14 {
    font-size: 1.4rem !important;
}
.fs16 {
    font-size: 1.6rem !important;
}
.fs18 {
    font-size: 1.8rem !important;
}
.fs20 {
    font-size: 2rem !important;
}
.fs22 {
    font-size: 2.2rem !important;
}
.fs24 {
    font-size: 2.4rem !important;
}
.fs26 {
    font-size: 2.6rem !important;
}

/* 텍스트 요소 : 링크 타입 */
a.bu_link {
    padding-left: 30px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_link.png") no-repeat left top;
}
a.bu_linkL {
    padding-left: 17px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_link_line.png") no-repeat left
        3px;
}
a.bu_mail {
    padding-left: 30px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_mail.png") no-repeat left top;
}
a.bu_mailL {
    padding-left: 17px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_mail_line.png") no-repeat left
        3px;
}
a.bu_down {
    padding-left: 30px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_down.png") no-repeat left top;
}
a.bu_downL {
    padding-left: 17px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_down_line.png") no-repeat left
        3px;
}
a.bu_tel {
    padding-left: 30px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_tel.png") no-repeat left top;
}
a.bu_telL {
    padding-left: 17px;
    color: #003873;
    text-decoration: underline;
    background: url("/images/common/con_com/bu_tel_line.png") no-repeat left 3px;
}

/* 텍스트 요소 : 주의&경고&말풍선 타입 */
.bu_atte {
    position: relative;
    padding-left: 16px;
    font-size: 1.5rem;
}
.bu_atte:before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.bu_wnrnT {
    margin-bottom: 1rem;
    padding-left: 30px;
    line-height: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    background: url("/images/common/con_com/bu_atteT.png") no-repeat left 2px;
}
.bu_wnrnT2 {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 3.1rem;
    line-height: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
}
.bu_wnrnT2:before {
    background: url("/ubin/img/sub/ico_noti.png") no-repeat center / contain;
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2.3rem;
    height: 2.3rem;
}
.bu_wnrnT_line {
    margin-bottom: 1rem;
    padding-left: 30px;
    line-height: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    background: url("/images/common/con_com/bu_atteT_line.png") no-repeat left
        2px;
}
.bu_wnrnT2_line {
    margin-bottom: 1rem;
    padding-left: 30px;
    line-height: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    background: url("/images/common/con_com/bu_atteT2_line.png") no-repeat left
        2px;
}
.bu_wnrn {
    padding-left: 20px;
    line-height: 20px;
    margin-top: 0.5rem;
    background: url("/images/common/con_com/bu_atte.png") no-repeat left 2px;
}
.bu_wnrn2 {
    padding-left: 20px;
    line-height: 20px;
    margin-top: 0.5rem;
    background: url("/images/common/con_com/bu_atte2.png") no-repeat left 2px;
}
.bu_wnrn_line {
    padding-left: 20px;
    line-height: 20px;
    margin-top: 0.5rem;
    background: url("/images/common/con_com/bu_atte_line.png") no-repeat left
        2px;
}
.bu_wnrn2_line {
    padding-left: 20px;
    line-height: 20px;
    margin-top: 0.5rem;
    background: url("/images/common/con_com/bu_atte2_line.png") no-repeat left
        2px;
}

.bu_mentT {
    margin-bottom: 1rem;
    padding: 0.4rem 0 0.4rem 4rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    background: url("/images/common/con_com/bu_mentT.png") no-repeat left top;
}
.bu_mentT2 {
    margin-bottom: 1rem;
    padding: 1.7rem 0 0 1.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    background: url("/images/common/con_com/bu_mentT2.png") no-repeat left top;
}
.bu_ment {
    padding: 1.6rem 0 0 1.5rem;
    background: url("/images/common/con_com/bu_ment.png") no-repeat left top;
}

/* 테이블 : 테이블 기본 타입 */
.tbl_st {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    background: #fff;
    overflow: hidden;
}
.tbl_st table {
    position: relative;
    width: 100%;
    margin: 5px 0 0 -1px;
    text-align: center;
    border-top: 2px solid #000;
    -webkit-overflow-scrolling: touch;
    word-break: keep-all;
} /* word-break:break-all; 강제 줄바꿈 */
.tbl_st table thead th {
    padding: 1.3rem 1rem;
    vertical-align: middle;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #d2d2d2;
    background: #f3f3f3;
    text-align: center;
}
.tbl_st table tbody th {
    padding: 1.3rem 1rem;
    vertical-align: middle;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background: #fdfdfd;
    text-align: center;
}
.tbl_st table td {
    padding: 1rem;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    vertical-align: middle;
}
.tbl_st table tfoot th {
    padding: 1.3rem 1rem;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background: #fafbfb;
}
.tbl_st table tfoot td {
    padding: 1.3rem 1rem;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background: #fafbfb;
}

/* 테이블 : 세로테이블 */
.tbl_st_row {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    background: #fff;
    overflow: hidden;
}
.tbl_st_row table {
    position: relative;
    width: 100%;
    margin: 5px 0 0 -1px;
    text-align: center;
    border-top: 2px solid #000;
    -webkit-overflow-scrolling: touch;
    word-break: keep-all;
}
.tbl_st_row table tbody th {
    padding: 1.3rem 0.5rem;
    vertical-align: middle;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    background: #f3f3f3;
}
.tbl_st_row table tbody td {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background: #fff;
}
.tbl_st_row table tfoot th {
    padding: 1.3rem 0.5rem;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    background: #f3f3f3;
}
.tbl_st_row table tfoot td {
    padding: 1.3rem 0.5rem;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background: #fafbfb;
}

/* 테이블 : 테이블 4면 선 */
.tbl_st2 {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    background: #fff;
    overflow: hidden;
}
.tbl_st2 table {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
    border-top: 2px solid #000;
    border-left: 1px solid #d2d2d2;
    -webkit-overflow-scrolling: touch;
    word-break: keep-all;
}
.tbl_st2 table thead th {
    padding: 1.3rem 0.5rem;
    vertical-align: middle;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background: #f3f3f3;
}
.tbl_st2 table tbody th {
    padding: 1.3rem 0.5rem;
    vertical-align: middle;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background: #fdfdfd;
}
.tbl_st2 table td {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.tbl_st2 table tfoot th {
    padding: 1.3rem 0.5rem;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background: #fafbfb;
}
.tbl_st2 table tfoot td {
    padding: 1.3rem 0.5rem;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background: #fafbfb;
}

/* 테이블 - 기타 */
.tbl_utile {
    margin-top: -20px;
    text-align: right;
    line-height: 16px;
    font-size: 1.5rem;
} /* 유틸 */

/* td 정렬사용 */
.tb_txtL td {
    text-align: left;
}
.tb_txtC td {
    text-align: center;
}
.tb_txtR td {
    text-align: right;
}

/* tr 색상 */
.tbl_bg_bl,
.tbl_bg_bl th {
    color: #111;
    background-color: #dfe9f8 !important;
} /* 블루 */
.tbl_bg_ye,
.tbl_bg_ye th {
    color: #111;
    background-color: #f5f0df !important;
} /* 옐로우 */
.tbl_bg_re,
.tbl_bg_re th {
    color: #111;
    background-color: #fceff0 !important;
} /* 레드 */
.tbl_bg_gr,
.tbl_bg_gr th {
    color: #111;
    background-color: #effcf6 !important;
} /* 그린 */

/* 테이블_굵은선 */
.tbl_L {
    border: 2px solid #333 !important;
} /* 기본 */
.tbl_Lbl {
    border: 2px solid #014d9b !important;
} /* 파랑 */
.tbl_Lre {
    border: 2px solid #ff6363 !important;
} /* 빨강 */
.tbl_Lgr {
    border: 2px solid #099e5e !important;
} /* 초록 */
.tbl_Lye {
    border: 2px solid #f9ba00 !important;
} /* 노랑 */

/* 상단 */
.tbl_L_T {
    border-top: 2px solid #333 !important;
} /* 기본 */
.tbl_Lbl_T {
    border-top: 2px solid #014d9b !important;
} /* 파랑 */
.tbl_Lre_T {
    border-top: 2px solid #ff6363 !important;
} /* 빨강 */
.tbl_Lgr_T {
    border-top: 2px solid #099e5e !important;
} /* 초록 */
.tbl_Lye_T {
    border-top: 2px solid #f9ba00 !important;
} /* 노랑 */

/* 하단 */
.tbl_L_B {
    border-bottom: 2px solid #333 !important;
} /* 기본 */
.tbl_Lbl_B {
    border-bottom: 2px solid #014d9b !important;
} /* 파랑 */
.tbl_Lre_B {
    border-bottom: 2px solid #ff6363 !important;
} /* 빨강 */
.tbl_Lgr_B {
    border-bottom: 2px solid #099e5e !important;
} /* 초록 */
.tbl_Lye_B {
    border-bottom: 2px solid #f9ba00 !important;
} /* 노랑 */

/* 왼쪽 */
.tbl_L_L {
    border-left: 2px solid #333 !important;
} /* 기본 */
.tbl_Lbl_L {
    border-left: 2px solid #014d9b !important;
} /* 파랑 */
.tbl_Lre_L {
    border-left: 2px solid #ff6363 !important;
} /* 빨강 */
.tbl_Lgr_L {
    border-left: 2px solid #099e5e !important;
} /* 초록 */
.tbl_Lye_L {
    border-left: 2px solid #f9ba00 !important;
} /* 노랑 */

/* 오른쪽 */
.tbl_L_R {
    border-right: 2px solid #333 !important;
} /* 기본 */
.tbl_Lbl_R {
    border-right: 2px solid #014d9b !important;
} /* 파랑 */
.tbl_Lre_R {
    border-right: 2px solid #ff6363 !important;
} /* 빨강 */
.tbl_Lgr_R {
    border-right: 2px solid #099e5e !important;
} /* 초록 */
.tbl_Lye_R {
    border-right: 2px solid #f9ba00 !important;
} /* 노랑 */

/* 선 없음 : 테이블 좌, 우 선 없는 테이블 사용시 필요 */
.tbl_LT_none {
    border-top: none !important;
}
.tbl_LB_none {
    border-bottom: none !important;
}
.tbl_LL_none {
    border-left: none !important;
}
.tbl_LR_none {
    border-right: none !important;
}

/* 박스 : 박스 기본 타입 */
.box_st1 {
    position: relative;
    padding: 1.5rem 2.5rem;
    border: 1px solid #bfbfbf;
    background: #fff;
    text-align: center;
}
.box_st2 {
    position: relative;
    padding: 1.5rem 2.5rem;
    border: 1px solid #bfbfbf;
    background: #fbfbfb;
}
.box_st2_1 {
    position: relative;
    padding: 1.5rem 2.5rem;
    background: #f9f9f9;
}
.box_st3 {
    padding: 0.5rem;
    background: url("/images/common/con_com/pt_diagonalG.png") repeat;
}
.box_st3 .inner {
    position: relative;
    padding: 1.5rem 2.5rem;
    background: #fff;
}
.box_st4 {
    position: relative;
    padding: 1.5rem 2.5rem;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}
.box_st5 {
    position: relative;
    padding: 3rem 2.5rem;
    border: 2px solid #d5d8da;
    background: #fff;
    border-top: 2px solid #0084c2;
}
.box_st5:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 130px;
    height: 60px;
    border-top: 2px solid #031d80;
    border-left: 2px solid #031d80;
}
.box_st5:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 130px;
    bottom: 80px;
    width: 20px;
    height: 2px;
    border-top: 2px solid #fff;
}

.box_st5_custom {
    position: relative;
    padding: 3rem 2.5rem;
    border: 2px solid #d5d8da;
    background: #fff;
    border-top: 2px solid #0084c2;
}
.box_st5_custom:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 130px;
    height: 60px;
    border-top: 2px solid #00b9ac;
    border-left: 2px solid #00b9ac;
}
.box_st5_custom:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 130px;
    bottom: 80px;
    width: 20px;
    height: 2px;
    border-top: 2px solid #fff;
}

.box_st6 {
    position: relative;
    padding: 3rem 2.5rem;
    border: 2px dashed #d5d8da;
    background: #fff;
}
.box_st_ico {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
}
.box_st_ico .ico_boxImg {
    position: absolute;
    left: 0;
    top: 0;
}

/* 탭 : 공통 */
div[class^="tab_st"] {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
ul[class^="tab_st"] {
    overflow: hidden;
}
ul[class^="tab_st"] a,
ul[class^="tab_st"] ::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* 탭 :1차 탭 */ /* 반응형 수정 */
.tab_st1 {
    overflow: hidden;
}
.tab_st1 li {
    width: 25%;
    float: left;
    margin: 1px 0;
}
.tab_st1_box a {
    position: relative;
    display: block;
    padding: 1.6rem 5.4rem 1.6rem 1.6rem;
    line-height: 2rem;
    font-size: 1.6rem;
    color: #444;
    text-align: center;
    border: 1px solid #d3d3d3;
    background: #f2f2f2 url("/images/common/con_com/tab_off.png") no-repeat
        right center;
}
.tab_st1_box a:hover,
.tab_st1_box li.on a {
    color: #fff;
    border: 1px solid #0084c2;
    background: #0084c2 url("/images/common/con_com/tab_on.png") no-repeat right
        center;
}
.tab_st1_box a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* 탭 :2차 탭 */ /* 반응형 수정 */
.tab_st2 {
    overflow: hidden;
}
.tab_st2 li {
    width: 25%;
    float: left;
    margin: 1px 0;
}
.tab_st2_box a {
    display: block;
    margin-right: 2px;
    padding: 1.2rem 1rem;
    line-height: 1.9rem;
    font-size: 1.6rem;
    color: #444;
    text-align: center;
    border: 2px solid #d3d3d3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab_st2_box a:hover,
.tab_st2_box li.on a {
    color: #222;
    border-color: #0084c2;
}
.tab_st2 li a[target="_blank"] {
    background: url("/images/common/con_com/tab2_off_blank.png") no-repeat 95%
        center;
}

/* 탭 :3차 탭 */ /* 반응형 수정 */
.tab_st3 {
    overflow: hidden;
}
.tab_st3 li {
    width: 25%;
    float: left;
    margin: 1px 0;
}
.tab_st3_box a {
    display: block;
    margin-right: 2px;
    padding: 1.2rem 1rem;
    line-height: 1.9rem;
    font-size: 1.6rem;
    color: #444;
    text-align: center;
    border-top: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab_st3_box a:hover,
.tab_st3_box li.on a {
    color: #222;
    border-color: #0084c2;
}
.tab_st3 li a[target="_blank"] {
    background: url("/images/common/con_com/tab2_off_blank.png") no-repeat 95%
        center;
}

/* 탭 :리스트 탭 200709 KSY 수정 */
.tab_list {
    margin-bottom: 2rem;
    padding: 1rem 0;
    border: 4px solid #dfe6ee;
    overflow: hidden;
    background: url("/images/common/con_com/bg_tab_list.png") no-repeat left top;
}
.tab_list li {
    width: 25%;
    float: left;
    margin: 2px 0;
}
.tab_list li a {
    position: relative;
    display: block;
    margin: 0 20px;
    padding-left: 18px;
    line-height: 1.4;
    font-size: 1.5rem;
    color: #555;
    background: url("/images/common/con_com/tab_list_off.png") no-repeat left
        3px;
    background-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab_list li.on a,
.tab_list li.on a:hover,
.tab_list li a:hover {
    font-weight: 400;
    color: #222;
    background: url("/images/common/con_com/tab_list_on.png") no-repeat left 3px;
    background-size: 14px;
}
.tab_list li a[target="_blank"]:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    background: url("/images/common/con_com/tab2_off_blank.png") no-repeat right
        center;
}

/* 탭 :개수 지정 */
.Tab_w50 li {
    width: 50%;
}
.Tab_w30 li {
    width: 33%;
}
.Tab_w20 li {
    width: 20%;
}

/* 탭 :반응형 */
.reactTab {
    display: block;
}
.reactTab a.selectTab {
    display: none;
}

/* 포인트버튼 */
.btn_point {
    position: relative;
    display: inline-block;
    padding: 1.5rem 5.5rem 1.5rem 3.5rem;
    margin: 1px;
    line-height: 22px;
    font-size: 1.8rem;
    color: #111;
    vertical-align: middle;
    border: 1px solid #111;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.btn_point:hover {
    color: #fff;
}
.btn_point.midd {
    padding: 1rem 5rem 1rem 2.3rem;
    line-height: 20px;
    font-size: 1.6rem;
}
.btn_point.mini {
    padding: 0.8rem 4rem 0.8rem 1.5rem;
    line-height: 18px;
    font-size: 1.5rem;
}
.btn_point span {
    position: absolute;
    right: 2.8rem;
    top: 50%;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 2;
}
.btn_point strong {
    position: relative;
    z-index: 2;
}
.btn_point.midd span {
    right: 2.4rem;
}
.btn_point.mini span {
    right: 1.5rem;
}
.btn_point:hover span {
    background-position: -18px center;
}
.btn_point span.down {
    background-image: url("/images/common/con_com/btn_dwldGW.png");
}
.btn_point span.link {
    background-image: url("/images/common/con_com/btn_linkGW.png");
}
.btn_point span.home {
    background-image: url("/images/common/con_com/btn_homeGW.png");
}
.btn_point span.mail {
    background-image: url("/images/common/con_com/btn_mailGW.png");
}
.btn_point span.search {
    background-image: url("/images/common/con_com/btn_searchGW.png");
}
.btn_point span.glan {
    background-image: url("/images/common/con_com/btn_glanGW.png");
}
.btn_point span.more {
    background-image: url("/images/common/con_com/btn_moreGW.png");
}
.btn_point span.cldr {
    background-image: url("/images/common/con_com/btn_cldrGW.png");
}

.btn_point:before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #111;
    z-index: 1;
} /* 첫번째 색상 */
.btn_point:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0084c2;
    z-index: 1;
} /* 두번째 색상 */
.btn_point:hover:before {
    transform: scale(20);
    transition: all 0.4s;
}
.btn_point:hover:after {
    transform: scale(20);
    transition: all 0.4s;
    transition-delay: 0.3s;
}

/* 강조버튼 */
.btn_emphs {
    position: relative;
    display: inline-block;
}
.btn_emphs span {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -10000em;
    background: #0084c2 url("/images/common/con_com/ico_btn.png") no-repeat left
        top;
    border-radius: 40px;
}
.btn_emphs:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin: -40px 0 0 -40px;
    border: 1px solid #0084c2;
    border-radius: 50%;
    opacity: 0;
}
.btn_emphs:before {
    -webkit-animation: pulsate 1.2s ease-out;
    -moz-animation: pulsate 1.2s ease-out;
    -o-animation: pulsate 1.2s ease-out;
    -ms-animation: pulsate 1.2s ease-out;
    animation: pulsate 1.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-moz-keyframes pulsate {
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}
@-o-keyframes pulsate {
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}
@keyframes pulsate {
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

/* 버튼 : 기본 */
.btn_gr,
.btn_grL,
.btn_bl,
.btn_blL {
    display: inline-block;
    margin: 1px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.btn_gr {
    padding: 10px 15px;
    color: #fff;
    background: #333;
}
.btn_grL {
    padding: 9px 14px;
    color: #515151;
    border: 1px solid #515151;
}
.btn_bl {
    padding: 10px 15px;
    color: #fff;
    background: #0084c2;
}
.btn_blL {
    padding: 9px 14px;
    color: #0084c2;
    border: 1px solid #0084c2;
}

.btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 5px 0;
    font-family: "NotoM";
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
}
.btn span {
    color: #ffff;
}
.btn_S {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    font-family: "NotoM";
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 8px;
}
.btn_default {
    background-color: #fff;
    border-color: #ccc;
    color: #364c60 !important;
}
.btn_blue {
    background-color: #1a82c3;
    border-color: #1a82c3;
}
.btn_blue2 {
    background-color: #5d61ea;
    border-color: #5d61ea;
}
.btn_green {
    background-color: #26b99a;
    border-color: #4cae4c;
}
.btn_green2 {
    background-color: #27d02d;
    border-color: #fff8f8de;
    color: #f3f4f5 !important;
}
.btn_green3 {
    background-color: #11a216;
    border-color: #fff8f8de;
    color: #f3f4f5 !important;
}
.btn_sky {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn_yellow {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn_orange {
    background-color: #f59307;
    border-color: #f0ad4e;
}
.btn_white {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.btn_red {
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn_pink {
    background-color: #d027c7;
    border-color: #d027c7;
    color: #f3f4f5 !important;
}
.btn_dark {
    background-color: #4b5e70;
    border-color: #364c60;
    color: #e9edef !important;
}
.btn:hover,
.btn_S:hover {
    opacity: 0.9;
}

/* 버튼 : 작은사이즈 */
.btn_gr.mini,
.btn_grL.mini,
.btn_bl.mini,
.btn_blL.mini {
    display: inline-block;
    margin: 1px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_gr.mini {
    padding: 5px 10px;
    color: #fff;
    background: #515151;
}
.btn_grL.mini {
    padding: 4px 9px;
    color: #515151;
    border: 1px solid #515151;
}
.btn_bl.mini {
    padding: 5px 10px;
    color: #fff;
    background: #0084c2;
}
.btn_blL.mini {
    padding: 4px 9px;
    color: #0084c2;
    border: 1px solid #0084c2;
}

.btn_gr:hover,
.btn_gr:focus {
    background: #40455f;
}
.btn_grL:hover,
.btn_grL:focus {
    color: #40455f;
    border: 1px solid #40455f;
}
.btn_bl:hover,
.btn_bl:focus {
    background: #0f9da0;
}
.btn_blL:hover,
.btn_blL:focus {
    color: #0f9da0;
    border: 1px solid #0f9da0;
}

/* 버튼 : 기본 + 아이콘 */
.btn_gr.ico_w,
.btn_bl.ico_w {
    position: relative;
    padding: 10px 50px 10px 15px;
}
.btn_grL.ico_g,
.btn_blL.ico_g {
    position: relative;
    padding: 9px 49px 9px 14px;
}
.ico_w span,
.ico_g span {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ico_w:hover span,
.ico_w:focus span,
.ico_g:hover span,
.ico_g:focus span {
    right: 20px;
}

.ico_w span.down {
    background: url("/images/common/con_com/btn_dwldW.png") no-repeat;
}
.ico_w span.link {
    background: url("/images/common/con_com/btn_linkW.png") no-repeat;
}
.ico_w span.home {
    background: url("/images/common/con_com/btn_homeW.png") no-repeat;
}
.ico_w span.mail {
    background: url("/images/common/con_com/btn_mailW.png") no-repeat;
}
.ico_w span.search {
    background: url("/images/common/con_com/btn_searchW.png") no-repeat;
}
.ico_w span.glan {
    background: url("/images/common/con_com/btn_glanW.png") no-repeat;
}
.ico_w span.more {
    background: url("/images/common/con_com/btn_moreW.png") no-repeat;
}
.ico_w span.cldr {
    background: url("/images/common/con_com/btn_cldrW.png") no-repeat;
}

.ico_g span.down {
    background: url("/images/common/con_com/btn_dwldG.png") no-repeat;
}
.ico_g span.link {
    background: url("/images/common/con_com/btn_linkG.png") no-repeat;
}
.ico_g span.home {
    background: url("/images/common/con_com/btn_homeG.png") no-repeat;
}
.ico_g span.mail {
    background: url("/images/common/con_com/btn_mailG.png") no-repeat;
}
.ico_g span.search {
    background: url("/images/common/con_com/btn_searchG.png") no-repeat;
}
.ico_g span.glan {
    background: url("/images/common/con_com/btn_glanG.png") no-repeat;
}
.ico_g span.more {
    background: url("/images/common/con_com/btn_moreG.png") no-repeat;
}
.ico_g span.cldr {
    background: url("/images/common/con_com/btn_cldrG.png") no-repeat;
}

/* 버튼 : 작은사이즈 + 아이콘 */
.btn_gr.mini.ico_w,
.btn_bl.mini.ico_w {
    position: relative;
    padding: 5px 35px 5px 10px;
}
.btn_grL.mini.ico_g,
.btn_blL.mini.ico_g {
    position: relative;
    padding: 4px 34px 4px 9px;
}
.mini.ico_w span,
.mini.ico_g span {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mini.ico_w:hover span,
.mini.ico_w:focus span,
.mini.ico_g:hover span,
.mini.ico_g:focus span {
    right: 13px;
}

.mini.ico_w span.down {
    background: url("/images/common/con_com/btn_dwldW_SML.png") no-repeat;
}
.mini.ico_w span.link {
    background: url("/images/common/con_com/btn_linkW_SML.png") no-repeat;
}
.mini.ico_w span.home {
    background: url("/images/common/con_com/btn_homeW_SML.png") no-repeat;
}
.mini.ico_w span.mail {
    background: url("/images/common/con_com/btn_mailW_SML.png") no-repeat;
}
.mini.ico_w span.search {
    background: url("/images/common/con_com/btn_searchW_SML.png") no-repeat;
}
.mini.ico_w span.glan {
    background: url("/images/common/con_com/btn_glanW_SML.png") no-repeat;
}
.mini.ico_w span.more {
    background: url("/images/common/con_com/btn_moreW_SML.png") no-repeat;
}
.mini.ico_w span.cldr {
    background: url("/images/common/con_com/btn_cldrW_SML.png") no-repeat;
}

.mini.ico_g span.down {
    background: url("/images/common/con_com/btn_dwldG_SML.png") no-repeat;
}
.mini.ico_g span.link {
    background: url("/images/common/con_com/btn_linkG_SML.png") no-repeat;
}
.mini.ico_g span.home {
    background: url("/images/common/con_com/btn_homeG_SML.png") no-repeat;
}
.mini.ico_g span.mail {
    background: url("/images/common/con_com/btn_mailG_SML.png") no-repeat;
}
.mini.ico_g span.search {
    background: url("/images/common/con_com/btn_searchG_SML.png") no-repeat;
}
.mini.ico_g span.glan {
    background: url("/images/common/con_com/btn_glanG_SML.png") no-repeat;
}
.mini.ico_g span.more {
    background: url("/images/common/con_com/btn_moreG_SML.png") no-repeat;
}
.mini.ico_g span.cldr {
    background: url("/images/common/con_com/btn_cldrG_SML.png") no-repeat;
}

/* 이미지 사이즈 : 확대보기 */
.rsp_img {
    position: relative;
    width: auto;
    max-width: 100%;
}
.rsp_img img {
    max-width: 100%;
}
.rsp_img .btn-zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    display: block;
    z-index: 100;
    background: url("/images/common/con_com/ico_rsp_img.png") no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}

/* 이미지 사이즈 : 100% */
.img_w100 {
    max-width: 100%;
}

/* 콘텐츠 준비중 */
.Coming_soon {
    padding: 5px;
    background: #dfe6ee url("/images/common/con_com/pt_diagonalW.png") repeat;
}
.Coming_soon .inner {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    word-break: keep-all;
}
.Coming_soon .inner h3 {
    font-size: 30px;
    color: #222;
}
.Coming_soon .inner p {
    position: relative;
    margin-top: 30px;
    padding-top: 33px;
    font-size: 18px;
}
.Coming_soon .inner p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: #222;
}

/* 라인 */
.line_dot {
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-bottom: 1px dotted #d2d2d2;
}
.line_dot_B {
    border-bottom: 1px dotted #d2d2d2;
}

/* input select px */
.InpSel_50 {
    width: 50px !important;
}
.InpSel_80 {
    width: 80px !important;
}
.InpSel_100 {
    width: 100px !important;
}
.InpSel_150 {
    width: 150px !important;
}
.InpSel_200 {
    width: 200px !important;
}
.InpSel_250 {
    width: 250px !important;
}
.InpSel_300 {
    width: 300px !important;
}
.InpSel_350 {
    width: 350px !important;
}
.InpSel_400 {
    width: 400px !important;
}
.InpSel_450 {
    width: 450px !important;
}
.InpSel_500 {
    width: 500px !important;
}

/* input select  % */
.InpSel_w10 {
    width: 10% !important;
}
.InpSel_w20 {
    width: 20% !important;
}
.InpSel_w30 {
    width: 30% !important;
}
.InpSel_w40 {
    width: 40% !important;
}
.InpSel_w50 {
    width: 50% !important;
}
.InpSel_w60 {
    width: 60% !important;
}
.InpSel_w70 {
    width: 70% !important;
}
.InpSel_w80 {
    width: 80% !important;
}
.InpSel_w90 {
    width: 90% !important;
}
.InpSel_w100 {
    width: 100% !important;
}

/* 패딩 */
.pd0 {
    padding: 0 !important;
}

.pd5 {
    padding: 5px !important;
}
.pd10 {
    padding: 10px !important;
}
.pd15 {
    padding: 15px !important;
}
.pd20 {
    padding: 20px !important;
}
.pd30 {
    padding: 30px !important;
}

.pdt5 {
    padding-top: 5px !important;
}
.pdt10 {
    padding-top: 10px !important;
}
.pdt15 {
    padding-top: 15px !important;
}
.pdt20 {
    padding-top: 20px !important;
}
.pdt30 {
    padding-top: 30px !important;
}
.pdt40 {
    padding-top: 40px !important;
}

.pdr5 {
    padding-right: 5px !important;
}
.pdr10 {
    padding-right: 10px !important;
}
.pdr15 {
    padding-right: 15px !important;
}
.pdr20 {
    padding-right: 20px !important;
}
.pdr30 {
    padding-right: 30px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}
.pdb10 {
    padding-bottom: 10px !important;
}
.pdb15 {
    padding-bottom: 15px !important;
}
.pdb20 {
    padding-bottom: 20px !important;
}
.pdb30 {
    padding-bottom: 30px !important;
}

.pdl5 {
    padding-left: 5px !important;
}
.pdl10 {
    padding-left: 10px !important;
}
.pdl15 {
    padding-left: 15px !important;
}
.pdl20 {
    padding-left: 20px !important;
}
.pdl30 {
    padding-left: 30px !important;
}

/* 마진 */
.mg0 {
    margin: 0 !important;
}

.mg5 {
    margin: 5px !important;
}
.mg10 {
    margin: 10px !important;
}
.mg15 {
    margin: 15px !important;
}
.mg20 {
    margin: 20px !important;
}
.mg30 {
    margin: 30px !important;
}

.mgt5 {
    margin-top: 5px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt40 {
    margin-top: 40px !important;
}

.mgt5n {
    margin-top: -5px !important;
}
.mgt10n {
    margin-top: -10px !important;
}

.mgr5 {
    margin-right: 5px !important;
}
.mgr10 {
    margin-right: 10px !important;
}
.mgr15 {
    margin-right: 15px !important;
}
.mgr20 {
    margin-right: 20px !important;
}
.mgr30 {
    margin-right: 30px !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}
.mgb5 {
    margin-bottom: 5px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}

.mgl5 {
    margin-left: 5px !important;
}
.mgl10 {
    margin-left: 10px !important;
}
.mgl15 {
    margin-left: 15px !important;
}
.mgl20 {
    margin-left: 20px !important;
}
.mgl30 {
    margin-left: 30px !important;
}

/* 가이드 타이틀 */
.Guide_titBox {
    margin: 20px 0 20px;
    padding: 0 20px 20px;
    color: #000;
    text-align: center;
    border-bottom: 2px dotted #999;
    background: #fff;
}
.Guide_titBox h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 600;
}
.Guide_titBox h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    border-radius: 1px;
    background: #000;
}
.Guide_titBox p {
    margin-top: 5px;
    font-size: 14px;
}

.Guide_titBox2 {
    position: relative;
    margin: 30px 0 40px;
    color: #000;
    border-top: 2px solid #333;
    border-bottom: 1px solid #666;
    background: #f7f7f7;
    line-height: 0;
    font-size: 0;
}
.Guide_titBox2 h3 {
    display: inline-block;
    margin: -15px 0 0 -1px;
    padding: 3px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    background: #333;
}
.Guide_titBox2 div {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (max-width: 1280px) {
    /* 탭 :반응형 */
    .reactTab a.selectTab {
        display: block;
        border-color: #0e4b90;
        color: #0e4b90;
    }
    .reactTab.tab_st1_box {
        /* height:0px;*/
        padding: 5.2rem 0 0;
    }
    .reactTab.tab_st1_box a.selectTab {
        font-weight: 400;
        color: #fff;
        background: #0e4b90 url("/images/common/con_com/tab_on.png") no-repeat
            right center;
    }
    .reactTab.tab_st2_box {
        padding: 4.9rem 0 0;
    }
    .reactTab.tab_st2_box a.selectTab {
        font-weight: 400;
    }
    .reactTab.tab_st3_box {
        height: 0px;
        padding: 4.9rem 0 0;
    }
    .reactTab.tab_st3_box a.selectTab {
        font-weight: 400;
    }
    .reactTab li {
        width: 100% !important;
    }
    .reactTab.tab_st4_box {
        height: 0px;
        padding: 5.1rem 0 0;
    }

    .reactTab ul[class^="tab_st"] > li {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .reactTab ul[class^="tab_st"] > li.on,
    .reactTab ul.tab_list > li.on {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .reactTab ul.tab_list > li.on a {
        border: 4px solid #a4bad4;
        padding: 1rem 1rem 1rem 4rem;
        margin: 0;
        background-position: 2rem 1.3rem;
    }
    .reactTab ul.tab_list > li:not(.on) {
        width: 50% !important;
    }

    /* 리스트 : 가로 나열 */
    .li_w50 > li,
    .li_w30 > li,
    .li_w25 > li,
    .li_w20 > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .li_w50 > li {
        width: 50%;
    }
    .li_w30 > li {
        width: 33%;
    }
    .li_w25 > li {
        width: 25%;
    }
    .li_w20 > li {
        width: 20%;
    }
    /* 테이블 - 기타 */
    .tbl_utile {
        margin-top: 0;
    } /* 유틸 & 스크롤있을때 */
}
@media screen and (max-width: 860px) {
    /* 리스트 : 가로 나열 */
    .li_w50 > li {
        width: 100%;
    }
    .li_w30 > li {
        width: 50%;
    }
    .li_w25 > li {
        width: 33%;
    }
    .li_w20 > li {
        width: 25%;
    }
    /* 탭 : 1차, 2차, 3차 탭 */
    .tab_st1 li,
    .tab_st2 li,
    .tab_st3 li,
    .tab_list li {
        width: 33%;
    }
    /* 탭 : 개수 지정 */
    .tab_st1.Tab_w50 li,
    .tab_st2.Tab_w50 li,
    .tab_st3.Tab_w50 li {
        width: 100%;
    }
    .tab_st1.Tab_w30 li,
    .tab_st2.Tab_w30 li,
    .tab_st3.Tab_w30 li {
        width: 50%;
    }
    .tab_st1.Tab_w20 li,
    .tab_st2.Tab_w20 li,
    .tab_st3.Tab_w20 li {
        width: 33%;
    }
    /* 스크롤 */
    .scroll_gr {
        width: 100%;
        overflow-x: auto;
        background-repeat: no-repeat;
        background-image: linear-gradient(
            to left,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0) 100%
        );
        background-position: right 5px;
        background-size: 30px 100%;
        z-index: 1;
    }
    .scroll_img table,
    .scroll_gr table {
        width: 800px;
    }
}
@media screen and (max-width: 640px) {
    /* 리스트 : 가로 나열 */
    .li_w30 > li {
        width: 100%;
    }
    .li_w25 > li {
        width: 50%;
    }
    .li_w20 > li {
        width: 33%;
    }
    /* 박스 : 박스 기본 타입 */
    .box_st_ico {
        padding-left: 0;
    }
    .box_st_ico .ico_boxImg {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 20px;
        text-align: center;
    }
    /* 탭 : 1차, 2차, 3차 탭 */
    .tab_st1 li,
    .tab_st2 li,
    .tab_st3 li,
    .tab_list li {
        width: 50%;
    }
    /* 탭 : 개수 지정 */
    .tab_st1.Tab_w30 li,
    .tab_st2.Tab_w30 li,
    .tab_st3.Tab_w30 li {
        width: 100%;
    }
    .tab_st1.Tab_w20 li,
    .tab_st2.Tab_w20 li,
    .tab_st3.Tab_w20 li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    /* 리스트 : 가로 나열 */
    .li_w25 > li {
        width: 100%;
    }
    .li_w20 > li {
        width: 50%;
    }
    /* 탭 : 1차, 2차, 3차 탭 */
    .tab_st1 li,
    .tab_st2 li,
    .tab_st3 li,
    .tab_list li {
        width: 100%;
    }
    /* 탭 : 개수 지정 */
    .tab_st1.Tab_w20 li,
    .tab_st2.Tab_w20 li,
    .tab_st3.Tab_w20 li {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    /* 리스트 : 가로 나열 */
    .li_w20 > li {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
}

/* 20251113 서브 콘텐츠 3개 추가 */
.h4 {
    color: #222;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
}
.h5 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
}
.h6 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
}
.p {
    color: #666;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.p.black {
    color: #000;
}
.p > .black {
    color: #222 !important;
    font-weight: 700;
}
.noti {
    position: relative;
    color: #222;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    padding-left: 3.1rem;
}
.noti:before {
    content: "";
    font-family: "remixicon";
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
    background: url("/ubin/img/sub/ico_noti.png") no-repeat center/contain;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 2.4rem;
}
.img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
    background: #fff;
    padding: 3.2rem 4rem;
}
.bul1 {
}
.bul1 > li {
    position: relative;
    padding-left: 1.2rem;
    color: #666;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.bul1 > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #ababab;
}
.bul1 > li + li {
    margin-top: 0.8rem;
}
.bg-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}
.bg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: calc(100% / 3 - 2.4rem * 2 / 3);
    padding: 4rem 3.2rem;
}
.bg-item.mint {
    background: #1290ad;
}
.bg-item.mint.border {
    border: 1px solid #1290ad;
    background: #ebfbff;
}
.bg-item.blue {
    background: #006aad;
}
.bg-item.blue.border {
    border: 1px solid #006aad;
    background: #dff3ff;
}
.bg-item.darkblue {
    background: #1b3386;
}
.bg-item.darkblue.border {
    border: 1px solid #1b3386;
    background: #e9eeff;
}
.bg-item .icon img {
    display: block;
    width: 7.5rem;
}
.bg-item-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    height: 100%;
}
.bg-item-content > strong {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    display: block;
}
.bg-item-content > strong.black {
    color: #222;
}
.bg-item-content > .p {
    text-align: center;
}
.btn-more {
    display: flex;
    padding: 1rem 1.6rem;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    width: fit-content;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}
.btn-more span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
.btn-more i {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}
.btn-more.mint {
    background: #1290ad;
}
.btn-more.blue {
    background: #006aad;
}
.btn-more.darkblue {
    background: #1b3386;
}
.btn-more.mint span,
.btn-more.mint i,
.btn-more.blue span,
.btn-more.blue i,
.btn-more.darkblue span,
.btn-more.darkblue i {
    color: #fff;
}
.accordion-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2rem 3rem;
    gap: 1rem;
    background: #1290ad;
}
.accordion-header.blue {
    background: #006aad;
}
.accordion-header.darkblue {
    background: #1b3386;
}
.accordion-header:after {
    content: "\ea78";
    color: #fff;
    font-size: 2.4rem;
    font-family: "remixicon";
    font-weight: 400;
    line-height: 1;
    transition: transform 0.24s;
}
.accordion-header.active:after {
    transform: rotate(180deg);
}
.accordion-header .strong {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
}
.accordion-content {
    padding: 3.2rem 4rem;
    background: #f6f7f9;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.books-topic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.4rem;
    border-radius: 4rem;
    background: #1290ad;
    color: #fff;
    width: fit-content;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    margin: auto;
}
.books-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    background: #fff;
    padding: 3.2rem 4rem;
    margin-top: -2.55rem;
}
.books-list > li {
    padding: 1rem 0;
}
.books-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.16rem;
}
.books-process-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #1290ad;
    padding: 2.4rem 2rem 2rem;
}
.books-process-item:after {
    content: "";
    position: absolute;
    left: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 2rem;
    background: #1290ad;
    mask: url("/ubin/img/sub/ico_Polygon.svg") no-repeat center/contain;
}
.books-process-item:nth-child(2n) {
    background: #1150af;
}
.books-process-item:nth-child(2n):after {
    background: #1150af;
}
.books-process.blue .books-process-item {
    background: #037fe4;
}
.books-process.blue .books-process-item:after {
    background: #037fe4;
}
.books-process.blue .books-process-item:nth-child(2n) {
    background: #1150af;
}
.books-process.blue .books-process-item:nth-child(2n):after {
    background: #1150af;
}
.books-process.darkblue .books-process-item {
    background: #1b3386;
}
.books-process.darkblue .books-process-item:after {
    background: #1b3386;
}
.books-process.darkblue .books-process-item:nth-child(2n) {
    background: #16a7c8;
}
.books-process.darkblue .books-process-item:nth-child(2n):after {
    background: #16a7c8;
}
.books-process-item span {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
    word-break: auto-phrase;
    text-align: center;
}

@media (max-width: 1023px) {
    .bg-container {
        gap: 1.6rem;
    }
    .bg-item {
        width: calc(100% / 3 - 1.6rem * 2 / 3);
        padding: 3.2rem 2.4rem;
    }
    .accordion-content,
    .img-box {
        padding: 3rem;
    }
}
@media (max-width: 639px) {
    .bg-item {
        width: calc(100%);
        padding: 2rem;
    }
    .books-process {
    }
}
