@charset"utf-8";

/* base ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
command,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
    font-size: 0.8rem;
    font-family: 'Malgun Gothic', '맑은 고딕', 'NanumBarunGothic', '나눔바탕고딕', 'dotum', '돋음', 'gulim', '굴림', 'Tahoma';
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Malgun Gothic', '맑은 고딕', 'NanumBarunGothic', '나눔바탕고딕', 'dotum', '돋음', 'gulim', '굴림', 'Tahoma';
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-break: break-all;
}

body,
input,
textarea,
select,
button {
    font-size: 100%;
    color: #2b2b2b;
    font-weight: normal;
    word-break: break-all;
    box-sizing: border-box;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

table,
th {
    font-size: 0.875rem;
    font-weight: normal;
    word-break: break-all;
}

img,
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend,
caption {
    display: none;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

img {
    vertical-align: middle;
}

input {
    height: 1.625rem;
    margin-right: 0.625rem;
    border: 1px solid #cccccc;
    margin-bottom: 0.25rem;
    padding: 0 0.625rem;
    display: inline-block;
    overflow: visible;
}

input::-webkit-input-placeholder {
    color: #00aeef;
}

input:-moz-placeholder {
    color: #00aeef;
}

label {
    color: #444444;
}

input,
select,
img {
    vertical-align: middle;
}

input[type=button] {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

select {
    padding-left: 0.25rem;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    height: 1.625rem;
    margin-right: 0.25rem;
    font-family: 'Malgun Gothic', '留묒� 怨좊뵓', 'NanumBarunGothic', '�굹�닎諛뷀깢怨좊뵓', 'dotum', '�룍�쓬', 'gulim', '援대┝', 'Tahoma' !important;
    font-size: 0.8rem !important;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

a {
    box-sizing: border-box;
    text-decoration: none;
    color: #185eac;
}

a:hover {
    text-decoration: underline;
    color: #ae1952;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #fff;
    font-size: 16px;
}

body {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
}

body.bg {
    background: url("../img/login_bg.png") no-repeat center center;
    background-size: cover;
}

/* main */
#wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(34, 46, 87, 0.5);
    overflow: auto;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 1.25rem;
    text-align: center;
    color: #8a8989;
    font-size: 0.75rem;
    z-index: 1;
}

.ft_m {
    display: none;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_wr {
    width: fit-content;
    height: fit-content;
    z-index: 2;
    padding: 1rem;
}

/* logo*/
.logo {
    display: flex;
    justify-content: center;
    margin: 1rem 0 2.5rem;
}

.logo > .logo_d {
    display: block;
}

.logo > .logo_m {
    display: none;
}

h1 {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 500;
    letter-spacing: -0.125rem;
}

/* login container */
.login_container {
    position: relative;
    display: flex;
    height: 32rem;
    margin-bottom: 4rem;
}

/*language change*/
.selectLng {
    position: absolute;
    left: 42.3rem;
    top: 1.25rem;
    width: fit-content;
    z-index: 99;
}

.selectLng > .lngbutton {
    width: 6rem;
    display: flex;
    align-items: center;
    background: #5A0932; 
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    transition: all 0.2s;
}

.selectLng > .lngbutton::before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    padding-right: 0.375rem;
    background: url("../img/btn_lang.svg") no-repeat center center;
}

.selectLng > .lngbutton:hover {
    background: #A10454;
}

/* tab */
article {
    font-size: 0px;
    background-color: #ffffff;
    width: 26.75rem;
}

section {
    display: none;
}

article > input[type=radio] {
    width: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
}

article > input[type=radio]:focus+label {
    /* background: transparent;
    color: #774A61; */
}

article > label {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 3rem;
    background-color: #1B0B14;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
}

article > input:checked+label {
    color: #774A61;
    background: #ffffff;
}

#tab1:checked~#content1,
#tab2:checked~#content2 {
    display: block;
    padding: 2rem 3rem 1rem;
}

/* login */
.login {
    display: flex;
    flex-direction: column;
}

.login_label {
    font-size: 0.8125rem;
    color: #585A60;
    margin: 0;
    margin-bottom: 0.5rem;
    letter-spacing: -0.03rem;
}

.login_input {
    /* width: calc(100% - 1.25rem); */
    height: 2.25rem;
    margin-bottom: 1rem;
    background: #F8F8F8;
    color: #1B0B14;
    font-size: 1rem;
    font-weight: bold;
    border: 0 none;
    border-bottom: 2px solid #cccccc;
    margin: 0;
    margin-bottom: 1rem;
    transition: all 0.2s; 
}

.login_input:hover {
    border-bottom: 2px solid #5A0932;
}

/* checkbox */
.chk_id {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chk_id > input {
    height: fit-content;
    margin: 0;
    padding: 0;
}

.checkbox {
    opacity: 0;
}

.checkbox,
.checkbox_label {
    cursor: pointer;
}

.checkbox + .checkbox_label:before,
.checkbox + .checkbox_label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.2rem;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

.checkbox:checked + .checkbox_label:before{
    background: #5A0932;
    border: 2px solid #5A0932;
}

.checkbox:checked + .checkbox_label:after {
    background: transparent;
    content: "";
    top: 2px;
    left: 5px;
    width: 0px;
    height: 4px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 0px;
}

.btn_login {
    width: 100%;
    height: 2.75rem;
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 none;
    background: #5A0932;
    color: #ffffff;
    font-size: 1rem !important;
    font-weight: bold;
    letter-spacing: -1px;
    transition: all 0.2s;
}

.btn_login:hover {
    background: #A10454;
    text-decoration: none;
}

.btn_box {
    margin-top: 1.25rem;
}

.btn_box > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.25rem 0;
    margin-bottom: 0.75rem;
}

.btn_box > ul > li {
    width: 49%;
}

/* login button */
.btn_box .btn_pop {
    width: 100%;
    height: 2rem;
    border: 1px solid #BDBDBD;
    background: #ffffff;
    color: #333333;
    font-size: 0.75rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn_box .btn_pop:hover {
    text-decoration: none;
    background: #FFF3F9;
    border: 1px solid #5A0932;
    color: #5A0932;
}

.btn_box .btn_pop:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    padding-right: 0.25rem;
}

.pop_con > .btn_box > ul > li > .btn_pop {
    height: 2.5rem;
    font-size: 0.8rem;
}

.btn_use:before {
    background: url("../img/ico_file.svg") no-repeat center center;
}

.btn_inquiry::before {
    background: url("../img/ico_search.svg") no-repeat center center;
}

.btn_pw::before {
    background: url("../img/ico_init.svg") no-repeat center center;
}

.btn_join::before {
    background: url("../img/ico_signin.svg") no-repeat center center;
}

.btn_down::before {
    background: url("../img/ico_down.svg") no-repeat center center;
}

.btn_refresh::before {
    background: url("../img/ico_refresh.svg") no-repeat center center;
}

.btn_close::before {
    background: url("../img/ico_close.svg") no-repeat center center;
}

.btn_join {
    letter-spacing: -1px;
}

.context_box {
    height: 5.9rem;
   /* overflow: auto;*/
}

.context_box > p {
    font-size: 0.6875rem;
    color: #595959;
    letter-spacing: -0.03rem;
    margin-bottom: 0.25rem;
}

/* ipin */
.ipin {
    display: flex;
    flex-direction: column;
}

/* info */
.info > ul {
    display: flex;
    height: 100%;
}

/* notice */
.info > ul .info_notice {
    width: 20rem;
    padding: 1.25rem;
    background-color: #FFF3F9;
}

.notice {
    width: 100%;
    display: flex;
    flex-direction: column;
}

h2 {
    margin-top: 3rem;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    color: #292929;
    position: relative;
    letter-spacing: -1px;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #5A0932;
}

h2 > span.more {
    position: absolute;
    display: inline-block;
    top: 0.125rem;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/btn_more.png") no-repeat center center;
    cursor: pointer;
    transition: all 0.2s;
}

h2 > span.more:hover {
    background: url("../img/btn_more_O.png") no-repeat center center;
    text-decoration: none;
    box-sizing: border-box;
}

h2 > span.more > label:hover {
    color: #ae1952;
}

h2 > span.more > label > a {
    display: block;
    width: 100%;
    height: 100%;
}

.notice > ul {
    width: calc(100% - 0.75rem);
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.75rem 0.375rem;
}

.notice > ul > li {
    line-height: 130%;
    background: url("../img/dot.png") no-repeat 0 0.312rem;
    padding-left: 0.625rem;
    letter-spacing: -1px;
}

.notice > ul > li a {
    color: #000000;
}

/* quick */
.info > ul .info_link {
    width: 13rem;
    background: rgba(27, 11, 20, 0.65);
}

.quick {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.25rem 1.5rem;
}

.quick > li {
    height: 3rem;
    display: flex;
    align-items: center;
}

.link {
    background: url("../img/img_link.svg") no-repeat 0 -1px;
    padding-left: 1.5rem;
    display: block;
    color: #FFF3F9;
    font-size: 0.875rem;
    letter-spacing: -1px;
    line-height: 130%;
    transition: all 0.2s;
    word-break: keep-all;
}

.link:hover {
    color: #ffffff;
}

/* popup */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0, 0, 0, .8);
    transition: opacity .40s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 배경클릭시 닫침 */
/* .modal_bg {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    cursor:pointer;
} */
 
.modal-state {
    display: none;
}

.modal-state:checked+.modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked+.modal .modal__inner {
    top: 0;
}

.modal_inner {
    transition: top .25s ease;
    overflow: auto;
    background: #fff;
    height: auto;
    max-height: 90vh;
}

/* 팝업 - 공동인증서 프로그램 다운로드 */
.pgmPopup {
    width: 585px; 
}

/* otp login */
.otpLgPop {
    width: 650px;
}

/* otp scan */
.otpScan {
    width: 769px;
    max-height: 65vh;
}

.modal_close {
    position: absolute;
    right: 0.8125rem;
    top: 1rem;
    width: 1.25rem;
    height: 1.125rem;
    cursor: pointer;
}

.modal_close:after,
.modal_close:before {
    content: '';
    position: absolute;
    width: 0.125rem;
    height: 1.5em;
    background: #ffffff;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
    font-size: 0.8125rem;
}

.modal_close:hover:after,
.modal_close:hover:before {
    background: #ffb8d3;
}

.modal_close:before {
    transform: rotate(-45deg);
}

.modal_close02 {
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
    width: 1.25rem;
    height: 1.125rem;
    cursor: pointer;
}

.modal_close02:after,
.modal_close02:before {
    content: '';
    position: absolute;
    width: 125rem;
    height: 1.5em;
    background: #ffffff;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
    font-size: 0.6875rem;
}

.modal_close02:hover:after,
.modal_close02:hover:before {
    background: #97feff;
}

.modal_close02:before {
    transform: rotate(-45deg);
}

/* alert, confirm popup */
.pop_alert {
    width: 100%;
    background: #23406f;
}

.pop_alert > h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 8px 8px 10px;
    letter-spacing: -0.2px;
}

.pop_alert > h5 > img {
    margin: -4px 1px 0 0;
    width: 20px;
}

.alert_con {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.alert_con > ul {
    color: #333;
    background: #f0f0f0;
    min-height: 62px;
    overflow: hidden;
    margin: 0 10px;
}

.alert_con > ul > li {
    line-height: 145%;
    font-size: 12px;
    float: left;
    padding: 0 5px 10px;
}

.alert_con > ul > li.alert_txt {
    width: 76%;
    padding-top: 4%;
}

.alert_con > ul > li > img {
    padding-top: 22%;
    padding-left: 5px;
}

/* popup 내용 */
.pop_tit {
    width: auto;
    /* width: calc(100% - 3.75rem); */
    background: #282E6A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.875rem 1.875rem;
}

a.pop_tit_sub {
	color:#fff;
	text-decoration: none;
	cursor:default;
}
a.pop_tit_sub:hover {
	color:#fff;
	text-decoration: none;
}
a.pop_tit_sub:focus {
	/*outline: none;*/
}

h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.08rem;
    letter-spacing: -0.5px;
}

h3 > img {
    margin-top: -5px;
}

.btn_closePop,
.btn_closePop2  {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../img/ico_closePop.svg") no-repeat center center;
    background-size: contain;
}

.btn_closePop2 {
    display: block;
}

.pop_con {
    margin: 2rem;
}

h4 {
    font-size: 0.93rem;    
    padding-bottom: 1rem;
    letter-spacing: -0.4px;
    color: #444444;
}

h5 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    color: #B62B5B;
}

.tit_bullet {
    display: flex;
    align-items: center;
    padding: 0 0.5rem 1rem 0;
}

.tit_bullet::before {
    content: '■';
    width: 1rem;
    height: 1.5rem;
    padding-right: 0.375rem;
    color: #B62B5B;
}

/* ipin_login */
.ipin_login {
    overflow: hidden;
    background: #f2f6f7;
    padding: 1.5rem 2rem;
    border: 1px solid #dbdfe0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
}

.form_container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
}

.form_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.form_inner > label {
    flex-shrink: 0;
}

.jumin_box {
    display: flex;
    gap: 0.25rem;
    flex-grow: 1;
    align-items: center;
}

.form_inner > label,
.jumin_box > label {
    font-size: 0.875rem;
    color: #444444;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.form_inner > input,
.jumin_box > input {
    height: 2rem;
    color: #23406f;
    background: #ffffff;
    margin: 0;
}

.ipin_login_btn {
    flex-shrink: 0;
    background: #5A0932;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipin_login_btn:hover {
    background: #A10454;
}

.btn_ipin02 {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.5rem;
    color: #fff;
    letter-spacing: -1.5px;
    font-size: 1rem !important;
    font-weight: bold;
}

.btn_ipin02:hover {
    color: #fff;
    text-decoration: none;
}

/* privacy */
.privacy_wr {
    margin-bottom: 25px;
}

.privacy {
    overflow-y: auto;
    background: #f8f8f8;
    border-top: 2px solid #666666;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #bebebe;
    padding: 15px 12px 15px 15px;
    line-height: 160%;
    letter-spacing: -0.3px;
}

.privacy > p {
    font-weight: bold;
}

.privacy > span {
    color: #888888;
    line-height: 135%;
}

.privacy_btn > ul {
    width: 100%;
}

.privacy_btn > ul > li {
    float: left;
}

/* btn_wrap : 개인정보동의 */
.btn_wrap {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn_wrap > input[type=radio] {
    width: 0px;
    margin: 0px;
    padding: 0px;
}

.btn_wrap > input[type=radio]+label {
    border: 2px solid transparent;
}

.btn_wrap > input[type=radio]:focus+label {
    border: 2px solid #000000;
    border-radius: 5px;
}

.btn_wrap > input[type=radio]+label {
    cursor: pointer;
    position: relative;
    background: url("../img/privacy_off.svg") no-repeat left center;
    color: #444444;
    padding: 0.5rem 0 0.5rem 1.75rem;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.btn_wrap > input[type=radio]:checked+label {
    color: #ae1952;
    background: url("../img/privacy_ok.svg") no-repeat left center;
    font-weight: 600;
}

.btn_wrap2 {
    /*display: flex;
    align-items: center;
    justify-content: center;
    gap: 0rem;*/
}
.btn_wrap2 > input[type=checkbox] {
    width: 0px;
    margin: 0px;
    padding: 0px;
}

.btn_wrap2 > input[type=checkbox]+label {
    border: 2px solid transparent;
}

.btn_wrap2 > input[type=checkbox]:focus+label {
    border: 2px solid #000000;
    border-radius: 5px;
}

.btn_wrap2 > input[type=checkbox]+label {
    cursor: pointer;
    position: relative;
    background: url("../img/privacy_off.svg") no-repeat left center;
    color: #444444;
    padding: 0.5rem 0 0.5rem 1.75rem;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.btn_wrap2 > input[type=checkbox]:checked+label {
    color: #ae1952;
    background: url("../img/privacy_ok.svg") no-repeat left center;
    font-weight: 600;
}

/* board */
.board {
    margin-bottom: 0.5rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.board ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board ul li {
    color: #90959b;
    font-size: 1rem;
}

.board ul li span {
    color: #ae1952;
    font-weight: bold;
}

.board ul li > select {
    margin: 0;
    width: 6.25rem;
    margin-right: 0.5rem;
}

.bd_align {
    display: flex;
    align-items: stretch;
}

.search {
    width: 8rem;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-right: 1px solid #f8f8f8;
    margin: 0;
}

/* paging */
.paging {
    font-family: 'Open Sans', tahoma, sans-serif, arial;
    text-align: center;
    line-height: 1.9em;
    font-weight: 400;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.paging a {
    display: flex;
    align-items: center;
    justify-content: center;
    zoom: 1;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1rem;
    font-size: 0.8125rem;
    font-family: verdana;
    text-align: center;
    padding: 0px !important;
    color: #595959;
    cursor: pointer;
}

.paging strong {
    display: block;
    width: 1.5rem !important;
    height: 1.5rem  !important;
    line-height: 1.5rem !important;
    padding: 0 !important;
    background: #ffffff;
    color: #ae1952;
    border: 1px solid #8d93a9;
    font-weight: bold;
    font-size: 0.8125rem;
    text-align: center;
    vertical-align: middle;
}

.paging a.btn {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    overflow: hidden;
    border: none;
}

.paging a.first {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    overflow: hidden;
    border: none !important;
    background: url("../img/paging.gif") 0px 0px no-repeat !important;
    text-indent: -9999em;
}

.paging a.prev {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    overflow: hidden;
    border: none !important;
    background: url("../img/paging.gif") -50px 0px no-repeat !important;
    text-indent: -9999em;
}

.paging a.next {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    overflow: hidden;
    border: none !important;
    background: url("../img/paging.gif") -100px 0px no-repeat !important;
    text-indent: -9999em;
}

.paging a.last {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    overflow: hidden;
    border: none !important;
    background: url("../img/paging.gif") -150px 0px no-repeat !important;
    text-indent: -9999em;
}

.paging a,
.paging strong {
    border: 1px solid #ffffff;
}

.paging > a:hover {
    text-decoration: none;
    border: 1px solid #ae1952;
    font-weight: 600;
}

/* table */
.table {
    background-color: #ffffff;
    border-top: 2px solid #797979;
    margin-bottom: 1rem;
}

.table tr {
    display: flex;
    align-items: center;
}

.table.line_n {
    border-top: none;
}

.table tr.line_g {
    background-color: #fafafa;
}

.table th,
.table td {
    font-size: 0.875rem;
    line-height: 140%;
    min-height: 2.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.table th {
    width: 7rem;
    background-color: #f0f9ff;
    color: #191919;
    font-weight: bold;
    padding: 0 0 0 1rem;
    flex-shrink: 0;
    border-right: 1px solid #eaeaea;
}

.table td {
    color: #454545;
    line-height: 140%;
    flex-grow: 1;
    gap: 0.25rem;
    padding: 0 1rem;
}

.table .th_second {
    border-left: 1px solid #eaeaea;
}

#changeArea, #changeArea2 {
    display: flex;
    gap: 0.5rem;
}

.td_align {
    display: flex;
    gap: 0.5rem;
}

.td_align > select,
.td_align > input {
    width: 6rem;
}

.table .td_con {
    width: 100%;
    display: flex;
    gap: 1.5rem;
}

.table tfoot {
    background: #f3f3f3 !important;
}

.table tfoot td {
    font-weight: 600;
    color: #3563b1 !important;
}

.line_point {
    background-color: #efefef;
}

.line_none {
    border-top: none !important;
    height: 12px !important;
}

.class {
    height: 40px !important;
    font-weight: 600;
    padding-top: 5px !important;
}

.table span {
    color: #939393;
}

.table td > label {
    margin-right: 7px;
}

.table td > input,
.table td > select {
    margin: 0;
    height: 2rem;
}

/* table02 */
.table02 {
    background-color: #ffffff;
    border-top: 2px solid #666666;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
}

.table02.line_n {
    border-top: none;
}

.table02 tr.line_g {
    background-color: #fafafa;
}

.table02 tr:hover {
    background: #e9f0f6;
    color: #444444;
}

.table02 th {
    background-color: #f6f6f6;
    color: #67686a;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0.5rem 0.25rem;
}

.col_wd_10 {
    width: 10%;
}

.col_wd_20 {
    width: 20%;
}



.table02 td {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    padding: 0.5rem 0.25rem;
    color: #8c8c8c;
    line-height: 145%;
    vertical-align: middle;
    font-size: 0.8125rem;
}

.table02 td:nth-child(2) {
    text-align: left;
    color: #333333;
    letter-spacing: -0.3px;
}

.table02 td a {
    color: #444444;
}

/* table03 */
.table03 {
    background-color: #ffffff;
    border-top: 1px solid #666666;
}

.table03.line_n {
    border-top: none;
}

.table03 > thead > tr {
    display: flex;
    flex-wrap: wrap;
}

.note-editable table > tbody > tr {
    display: table-row;
    width: 100%;
    overflow: auto;
}

.note-editable table > tbody > tr > td {
    display: table-cell;
    vertical-align: middle;
}

.table03 tr.line_g {
    background-color: #fafafa;
}

.table03 tr:hover {
    background: #e9f0f6;
}

.table03 th {
    background-color: #f6f6f6;
    color: #77787a;
    border-bottom: 1px solid #666666;
    text-align: left;
    padding: 0.5rem;
}

.table03 th:first-child {
    color: #444444;
    font-weight: bold;
    padding: 0.5rem 0.5rem 0.5rem 1.75rem;
    flex-grow: 1;
}

.table03 th:nth-child(2) {
    text-align: right;
    font-weight: bold;
    width: 15%;
}

.table03 th:nth-child(3) {
    width: 15%;
}

.table03 td {
    border-bottom: 1px solid #eeeeee;
    text-align: left;
    padding: 20px;
    color: #555555;
    line-height: 145%;
    vertical-align: middle;
    font-size: 0.8125rem;
}

.table03 th:hover {
    background: #f6f6f6;
}

.table03 td:hover {
    background: #ffffff;
}

.table03 td:first-child {
    flex-grow: 1;
}

.table02 td a.btn_down {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    color: #ffffff;
    text-align: center;
    border: 1px solid #5A0932;
    background: #5A0932;
    transition: all 0.2s;
    border-radius: 0.3rem;
    text-decoration: none;
}

.table02 td a.btn_down:hover {
    border: 1px solid #A10454;
    background: #A10454;
    color: #ffffff;
    text-decoration: none;
}

/* ipin_help */
.ipin_help ul {
    overflow-y: auto;
}

.ipin_help > ul {
    position: absolute;
    top: 9rem;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
}

.title_wr {
    margin-bottom: 1rem;
}

.title_wr > ul {
    display: flex;
    justify-content: space-between;
}

.title_wr > ul > li {
    display: flex;
    align-items: stretch;
}

.title_wr > ul > li > select {
    width: calc(100% - 0.25rem);
    height: auto;
    margin: 0;
    flex-grow: 1;
}

.title_wr > ul > li > input[type=radio] {
    width: 0px;
    margin: 0px;
    padding: 0px;
}

.title_wr > ul > li a.link {
    width: 7rem;
    display: flex;
    align-items: center;
    background: #f6f6f6 url("../img/ctab01_arr.png") no-repeat;
    background-position: right -1.3rem top 0.25rem;
    border: 1px solid #cccccc;
    color: #005baa;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.3px;    
    font-weight: bold;
}

.title_wr > ul > li #btn_go {
    width: 3rem;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    color: #005baa;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-size: 0.815rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.title_wr > ul > li > input[type=radio]:focus+label {
}

.title_wr > ul > li > input[type=radio]+label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #f6f6f6 url("../img/ctab01_arr.png") no-repeat 64px 4px;
    border: 1px solid #cccccc;
    text-align: left;
    color: #005baa;
    padding: 7px 0px 7px 15px;
    font-size: 15px;
    letter-spacing: 0.3px;
    width: 80px;
    font-weight: 600;
}

.title_wr > ul > li > input[type=radio]:checked+label {
    color: #ffffff;
    background: #003875 url("../img/ctab01_arr.png") no-repeat 40px 4px;
    border: 1px solid #003875;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    color: #003875;
    letter-spacing: -0.8px;
    background: url("../img/icon02.png") no-repeat 0 4px;
    padding-left: 9px;
    margin-bottom: 4px;
}

/* button */
.btn_c {
    text-align: center;
    padding-bottom: 1rem;
}

.btn_search {
    background: #f8f8f8 url("../img/btn_inquiry.png") no-repeat center center;
    width: 1.625rem;
    height: 1.625rem;
    border: 1px solid #cccccc;
    border-left: 1px solid #f8f8f8 !important;
}

.btn_search:hover {
    background: #f8f8f8 url("../img/btn_inquiry_on.png") no-repeat center center;
    border: 1px solid #ae1952 !important;
    text-decoration: none;
}

.btn_ok {
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #ffffff;
    text-align: center;
    border: 1px solid #5A0932;
    background: #5A0932;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.2s;
}

.btn_ok:hover {
    border: 1px solid #A10454;
    background: #A10454;
    color: #ffffff;
    text-decoration: none;
}

.btn_alert {
    display: inline-block;
    height: 21px;
    padding-top: 4px;
    color: #fff;
    letter-spacing: -0.3px;
    text-align: center;
    border: 1px solid #858789;
    background: #858789;
    font-size: 13px;
}

.btn_alert:hover {
    background: #ffffff;
    color: #7f8182;
    font-weight: 600;
    text-decoration: none;
}

a.btn01 {
    display: inline-block;
    height: 23px;
    padding-top: 3px;
    letter-spacing: -0.3px;
    text-align: center;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #999999;
    color: #444444;
}

a.btn01:hover {
    border: 1px solid #ae1952;
    color: #ae1952;
    background: #ffffff;
    text-decoration: none;
}

button.btn01 {
    display: inline-block;
    height: 2rem;
    padding: 0 0.75rem;
    background: #282E6A;
    border: 0px none;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: -0.3px;
    transition: all 0.2s;
}

button.btn01:hover {
    background: #333333;
    color: #ffffff;
}

a.btn02 {
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #797979;
    text-align: center;
    border: 1px solid #797979;
    background: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.2s;
}

.btn02:hover {
    border: 1px solid #333333;
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}

button.btn02 {
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #797979;
    text-align: center;
    border: 1px solid #797979;
    background: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.2s;
}

button.btn02:hover {
    border: 1px solid #333333;
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}

.btns {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

/* txt_box */
.txt_box {
    background: #FFF3F9;
    padding: 1.25rem;
}

.txt_box > ul > li {
    background: url("../img/dot.gif") no-repeat 7px 6px;
    padding: 0 1rem 0.5rem 1.125rem;
    line-height: 130%;
    font-size: 0.8125rem;
}

.txt_box > ul > li > span {
    color: #777777;
}

.txt_wr {
    margin-top: 1.25rem;
}

.txt_wr > p {
    line-height: 140%;
    margin-bottom: 0.25rem;
}

.txt_wr > p > span {
    font-weight: bold;
}

.txt_wr > ul > li {
    margin-bottom: 0.25rem;
    background: url("../img/dot02.gif") no-repeat 9px 9px;
    padding-left: 1rem;
    letter-spacing: -0.1px;
    line-height: 160%;
}

.txt_wr > ul > li > p {
    color: #777777;
    margin-bottom: 0.25rem;
    letter-spacing: -0.2px;
    line-height: 150%;
}

.down a {
    color: #ae1952;
}

/* signup_step */
.txt_wr .signup_step {
    width: 75%;
    margin: 10px auto;
}

.txt_wr .signup_step > li {
    background: url("../img/icon03.png") no-repeat center 59px;
    padding-bottom: 0.75rem;
}

.txt_wr .signup_step > li:last-child {
    background: none;
    padding-bottom: 0px;
}

.txt_wr .signup_step > li > p {
    position: relative;
    display: inline-block;
    background: #f3f3f3;
    border: 1px solid #cccccc;
    color: #444444;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    letter-spacing: -0.3px;
    width: 93%;
    line-height: 130%;
}

.txt_wr .signup_step > li > p > span {
    font-weight: bold;
    color: #185eac;
}

.txt_wr .signup_step > li > p a {
    color: #185eac;
    font-size: 0.75rem;
    letter-spacing: 0;
}

.txt_wr .signup_step > li > p a:hover {
    color: #ae1952;
}

.txt_wr .step > li {
    background: none;
}

.txt_wr .step > li > img {
    margin: 2px 0 20px;
}

.txt_wr .step > li > span {
    font-size: 16px;
    font-weight: 600;
}

/* txt_color */
.font-size13 {
    font-size: 13px !important;
}

.txt_b {
    font-weight: 600;
}

.txt_red {
    color: #B62B5B !important;
}

.txt_blue {
    color: #185eac !important;
}

.txt_sky {
    color: #28b6db !important;
}

.letter_s {
    letter-spacing: -0.3px;
    font-size: 12px;
}

/* margin */
.ml8 {
    margin-left: 0.5rem;
}

.mt7 {
    margin-top: 0.5rem;
}

.mt20 {
    margin-top: 1.25rem;
}

.mt30 {
    margin-top: 1.875rem;
}

.mb10 {
    margin-bottom: 0.625rem;
}

.mb36 {
    margin-bottom: 2rem;
}

#skipnavigation {
    height: 30px;
    position: absolute;
    width: 100%;
}

/* accessibility */
span.action,
span.description,
label.action {
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    color: transparent !important;
    position: absolute !important;
    top: -10000px;
}

/* searchEmp */
.seachEmpInput {
    display: flex;
    align-items: center;
}

.seachEmpInput > input[type=radio] {
    margin-right: 0.25rem;
    margin-bottom: 0px;
}

.searchInput {
    width: 12rem !important;
}

.clear {
    clear: both;
}

.pop_con > form {
    margin: 0;
    padding: 0;
}

/* OTP 코드 등록 관련*/
.btn_otpCodeBox {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

.btn_otpCodeBox > button {
    padding: 0.5rem 1rem;
    letter-spacing: -0.3px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

.btn_otpCodeRtn {    
    color: #fff;    
    border: 1px solid #A10454;
    background: #A10454;
}

.btn_otpCodeRtn:hover {
    color: #ffffff;
    border: 1px solid #0B1046;
    background: #0B1046;   
}

.btn_otpCodeRtn.btnTwoFactorNextUse {    
    color: #fff;    
    border: 1px solid #555;
    background: #555;
}

.btn_otpCodeRtn.btnTwoFactorNextUse:hover {
    color: #ffffff;
    border: 1px solid #333;
    background: #333;   
}

.btn_otpCodeClose {
    color: #797979;
    border: 1px solid #797979;
    background: #ffffff;
}

.btn_otpCodeClose:hover {
    color: #ffffff;
    border: 1px solid #333333;
    background: #333333;    
}

.otpCode {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.otpQrCode {
    float: left;
    width: 174px;
    height: 174px;
    padding: 10px;
    border: 2px solid #333;
    border-radius: 10px;
    /* margin-right: 30px; */
    box-sizing: border-box;
    flex-shrink: 0;

}

.otpQrCodeInfo {
    /* padding-top: 1rem; */
    flex-grow: 1;
}

.otpQrInfoText {
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
    font-weight: bold;
}

.desk_info {
    display: block;
}

.mobile_info {
    display: none;
}

.otpQrInfoLink {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: #0e91e8;
}

.otpQrInfoLink a {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid #ccc;
    color: #1A1A1B;
    text-decoration: none;
    outline: none;
    transition: all 0.2s;
    border-radius: 0.25rem;
}

.otpQrInfoLink a:hover {
    border: 1px solid #A10454;
    background: #A10454;
    color: #fff;
}

.otpCodeInputTable {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    border-top: 2px solid #666666;
    border-bottom: 1px solid #eee;
    background: #eef9ff;
}

.otpCodeInputTable tr {
    display: flex;
    align-items: center;
}

.otpCodeInputTable tr th {
    /* line-height: 40px; */
    padding: 1rem;
    font-size: 0.875rem;
    color: #1A1A1B;
    font-weight: bold;
}

.otpCodeInputTable tr td {
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
}

.otpCodeInputTable tr td.auth2FATimer {
    padding-left:0px;
    color: #A10454;
}   


.otpCodeInput {
    width: 100%;
    min-width: 17rem;
    height: 2.5rem;
    padding: 0 0.6rem;
    margin: 0;
    border: 0;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #e0e0e0;
}

.otpQrInfoLinkBox {
    margin-top: 30px;
}

.otpQrInfoLinkBox > a {
    text-decoration: none;
}

.otpQrInfoTitle {
    line-height: 1;
    margin: 0 0 15px;
    font-size: 0.875rem;
    color: #1A1A1B;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.otpQrInfoTitle2 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: #1A1A1B;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

.img_capture {
    display: block;
    width: -webkit-fill-available;
}

.otpQrInfoText2 {
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #333;
    font-weight: normal;
}

.otpClearButton {
    width: 160px;
    background-color: #b2245a !important;
    border: none;
    color: #fff;
    padding: 3px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 9pt;
    cursor: pointer;
    border-radius: 2px;
    letter-spacing: 1px;
}

.otpClearButton:hover {
    background-color: #8f1d48 !important;
}

.otpCodeTwo {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}
.otpCodeTwo label {
	cursor: pointer;
}

.otpAuthItem {
	text-align:center;
	width:140px;
}
.otpAuthItem a.twoFactorButton {
	display: block;
	border:5px solid #ddd;
	border-radius: 20px;
	box-sizing:border-box;
	cursor:pointer;
	text-align:center;
	padding:1em;	
	text-decoration: none;
	color:#000;
}
.otpAuthItem a.twoFactorButton:hover {
	border:5px solid #E3D3D9;
}
.otpAuthItem a.twoFactorButton:focus{
	
	border:5px solid #8f1d48;
	outline:none;
	
}
.otpAuthItem a.twoFactorButton.twoFactorSelect{
	
	border:5px solid #8f1d48;
	outline:none;
	
}
.twoFactorImg {
	display: block;
	margin-bottom:5px;
}
.twoFactorImg img {
	width:55px;
}
.twoFactorTitle {
	display: block;
    letter-spacing: -0.3px;
    font-size: 1.0rem;
    font-weight: bold;
    transition: all 0.2s;
}
.twoFactorTitleSub{
	display:block;
}
.privacy_box {
    padding: 3px 5px;
    border: 1px solid #777;
}

table.privacy_table,
table.privacy_table tr,
table.privacy_table tr th,
table.privacy_table tr td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 9pt;
    text-align: center;
}

table.privacy_table tr th,
table.privacy_table tr td {
    padding: 3px;
}

table.privacy_table tr th:first-child,
table.privacy_table tr td:first-child {
    width: 35%;
}

/* 팝업 버튼 style */
.btn_link {
    width: 80%;
    height: 2.75rem;
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    border: 0 none;
    background: #5A0932;
    color: #ffffff;
    font-size: 1rem !important;
    font-weight: bold;
    letter-spacing: -1px;
    transition: all 0.2s;
}

.btn_link:hover {
    background: #A10454;
    color: #ffffff;
    text-decoration: none;
}

.btn_link::after {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background: url("../img/btn_link.svg") no-repeat center 3px;
}

/* popup size */
/* 비밀번호 변경 팝업 */
#pwdChgPopupInner {
    width: 585px;
    height: 480px;
}

/* 개인정보 수집동의 */
#agreePopupInner {
    width: 620px;
    height: 520px;
}

/* 수강신청 안내 팝업 */
#sugangPopupInner {
    width: 520px;
    height: 400px;
}

/* 사설아이피 변경 팝업 안내 */
#ipChangePopupInner {
    width: 580px;
    height: 500px;
}


/************************ Media Query ************************/
@media all and (max-height: 730px) {
    .container {
        min-height: 100vh;
        justify-content: flex-start;
    }

    .login_container {
        padding-bottom: 1rem;
    }

    .logo {
        display: flex;
        justify-content: center;
        margin: 2.5rem 0;
    }
}


@media all and (max-width: 1023px) {
    .selectLng {
        left: auto;
        right: 1.5rem;
    }

    article {
        width: 24rem;
    }
    
    #tab1:checked~#content1, 
    #tab2:checked~#content2 {
        padding: 1rem 2rem;
    }

    .info > ul {
        flex-direction: column;
        width: 22rem;
    }

    .info > ul .info_notice,
    .info > ul .info_link {
        width: initial;
    }

    .info > ul .info_notice {
        flex: 1;
        padding: 1.5rem;
    }

    .info > ul .info_link {
        flex: 0;
    }

    .notice > ul {
        min-height: initial;
        overflow: auto;
    }

    .quick {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .quick > li {
        height: 2.35rem;
        width: 48%;
    }
}

@media all and (max-width: 800px) {
    .context_box {
        max-height: 15rem;
        height: auto;
    }
}

@media all and (max-width: 768px) {
    html, body {
        font-size: 20px;
    }

    #wrap {
        background-color: #F5F9FD;
    }

    .container {
        justify-content: flex-start;
    }

    .login_container {
        height: auto;
    }

    .footer {
        display: block;
        position: initial;
        width: calc(100% - 2rem);
        padding: 1rem;
        font-size: 0.6rem;
        color: #bfbfbf;
        z-index: 1;
    }

    .ft_d {
        display: none;
    }

    .ft_m {
        display: block;
        flex-shrink: 0;
    }

    .login_wr {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;        
        
        flex-grow: 1;
    }

    .logo {
        width: 60%;
        margin: 2.5rem 0 0;
    }

    .logo > .logo_d {
        display: none;
    }

    .logo > .logo_m {
        display: block;
        width: 100%;
        max-width: 300px;
    }

    .login_container {
        margin: 3rem 2rem 1rem;
        width: -webkit-fill-available;
        flex-direction: column;
    }

    .selectLng {
        right: 0;
        top: -2rem;
    }

    .selectLng > .lngbutton,
    .selectLng > .lngbutton:hover {
        width: fit-content;
        background: transparent;
        color: #333333;
    }

    .selectLng > .lngbutton::before {
        width: 1.2rem;
        height: 1.2rem;
        background: url("../img/btn_lang_m.svg") no-repeat center center;
        background-size: contain;
    }

    .selectLng > .lngbutton:active {
        background: transparent;
        color: #A10454;
    }

    article {
        width: auto;
        background-color: transparent;
    }

    article > label {
        display: none;
    }

    article > input[type=radio] {
        height: 0;
        visibility: hidden;
    }

    #content2 {
        display: none;
    }

    #tab1:checked~#content1, 
    #tab2:checked~#content2 {
        padding: 0;
    }

    .login_label {
        color: #585A60;
        font-weight: bold;
    }

    .login_input {
        background: #ffffff;
        border: 1px solid #D9DCE1;
        border-radius: 0.35rem;
    }

    .login_input:hover {
        border: 1px solid #282E6A;
    }

    .checkbox + .checkbox_label:before,
    .checkbox + .checkbox_label:after {
        top: 2px;
    }

    .checkbox:checked + .checkbox_label:before{
        background: #282E6A;
        border: 2px solid #282E6A;
    }

    .checkbox:checked + .checkbox_label:after {
        top: 4px;
        left: 6px;
    }

    .btn_login {
        background: #282E6A;
        border-radius: 0.35rem;
        box-shadow: 1.8px 3.6px 7.2px rgba(88, 55, 132, 0.2);
    }

    .btn_login:hover {
        background: #121743;
    }

    .btn_box .btn_pop {
        background: #E8E9F5;
        border: 0px none;
        border-radius: 0.35rem;
        padding-left: 0.75rem;
        justify-content: flex-start;
    }

    .btn_box .btn_pop:hover {
        background: #CED1ED;
        border: 0px none;
        color: #333333;
    }

    .btn_use:before {
        background: url("../img/ico_file_m.svg") no-repeat center center;
    }
    
    .btn_inquiry::before {
        background: url("../img/ico_search_m.svg") no-repeat center center;
    }
    
    .btn_pw::before {
        background: url("../img/ico_init_m.svg") no-repeat center center;
    }
    
    .btn_join::before {
        background: url("../img/ico_signin_m.svg") no-repeat center center;
    }

    .context_box > p {
        color: #B62B5B;
        font-size: 0.7rem;
    }

    .info {
        display: none;
    }

    .modal {
        align-items: flex-start;
    }

    .modal_inner {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-height: -webkit-fill-available;
    }

    .pop_tit {
        width: auto;
        background: #8E3655;
        padding: 1rem 2rem;
        justify-content: space-between;
    }

    .btn_closePop {
        display: block;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: 0.9rem;
    }

    h5 {
        font-size: 0.9rem;
        color: #282E6A; 
    }

    .txt_box {
        background: #F3F8FF;
        border-top: 2px solid #282E6A;
        padding: 1rem;
    }

    .txt_box > ul > li {
        background: url("../img/dot.gif") no-repeat 6px 8px;
        padding: 0 0.8rem 0.8rem 0.9rem;
        font-size: 0.8rem;
    }

    /* table */
    .table {
        border: 0;
        margin-bottom: 0;
    }

    .table tr {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.5rem;
        gap: 0.25rem;
    }

    .table th, 
    .table td {
        min-height: 1.5rem;
        padding: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        border: 0;
    }

    .table th {
        background: transparent;
    }

    .table .th_second {
        border: 0;
    }

    .table .td_second {
        margin-bottom: 1.5rem;
    }

    .table .td_con {
        flex-direction: column;
        gap: 0.25rem;
        align-items: flex-start;
    }

    .table td > input, 
    .table td > select {
        height: 2.5rem;
        border-radius: 0.25rem;
    }

    .seachEmpInput > input[type=radio] {
        width: 1rem;
        margin-right: 0.45rem;
    }

    .searchInput {
        width: 100% !important;
    }

    #changeArea {
        flex-direction: column;
        align-items: flex-start;
    }

    .td_align,
    #changeArea.td_align {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.25rem !important;
    }

    #changeArea.td_align {
        flex-wrap: wrap !important;
    }

    .td_align > select {
        width: 25%;
    }

    .td_align > input {
        width: 32%;
    }    

    .btn_ok {
        width: 100%;
        border-radius: 0.35rem;
        color: #ffffff;
        border: 1px solid #282E6A;
        background: #282E6A;
        padding: 0.65rem 2rem;
        font-size: 1rem;
    }
    
    .btn_ok:hover {
        color: #ffffff;
        border: 1px solid #0B1046;
        background: #0B1046;        
    }

    button.btn01 {
        width: 100%;
        height: 2.5rem;
        border-radius: 0.35rem;
    }

    a.btn02,
    button.btn02 {
        border-radius: 0.35rem;
        color: #282E6A;
        border: 1px solid #282E6A;
        background: #ffffff;
        padding: 0.65rem 2rem;
        font-size: 1rem;
    }
    
    a.btn02:hover,
    button.btn02:hover {
        border: 1px solid #0B1046;
        background: #F1F2FF;
        color: #0B1046;
    }

    .btns {
        width: 100%;
        gap: 0.5rem;
    }
    
    .btns > button,
    .btns > a {
        width: 50%;
    }
    
    .title_wr > ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    .title_wr > ul > li {
        height: 2rem;
    }

    .title_wr > ul > li a.link {
        width: 50%;
        background-position: right -1rem top 0.45rem;
    }

    .ipin_help > ul {
        top: 12rem;
    } 

    .btn_search {
        height: auto;
        background: #f8f8f8 url("../img/ico_search.svg") no-repeat center center;
        background-size: 1.2rem;
    }

    .btn_search:hover {
        background: #f8f8f8 url("../img/ico_search.svg") no-repeat center center;
        background-size: 1.2rem;
    }

    .col_wd_10 {
        width: 12%;
    }
    
    .col_wd_20 {
        width: 25%;
    }

    .btn_only > .btn_ok {
        width: auto;
    }

    .table03 th:first-child {
        width: 100%;
        padding: 1rem 1.5rem 0.5rem 1.5rem;
        flex-grow: 0;
        border-bottom: 0px none;
    }
    
    .table03 th:nth-child(2) {
        display: none;
    }
    
    .table03 th:nth-child(3) {
        width: 100%;
        padding: 0 1.5rem 1rem;
    }

    .ipin_login {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem;
        gap: 2rem;
    }

    .form_inner {
        flex-wrap: nowrap;
    }

    .jumin_box > span {
        flex-shrink: 0;
    }

    .jumin_box > input {
        flex-grow: 1;
        width: 40%;
    }

    .jumin_box > input,
    .form_inner > input {
        height: 2.5rem;
        border-radius: 0.25rem;
    }

    .ipin_login_btn {
        background: #282E6A;
        border-radius: 0.35rem;
    }

    .ipin_login_btn:hover {
        background: #0B1046;
    }

    .btn_ipin02 {
        padding: 1rem 1.5rem;
    }

    .btn_otpCodeBox > button {
        padding: 0.75rem 1rem;
    }
    .btn_otpCodeRtn {    
        border: 1px solid #282E6A;
        background: #282E6A;
    }
    
    .btn_otpCodeRtn:hover {
        border: 1px solid #0B1046;
        background: #0B1046;   
    }
    
    .btn_otpCodeClose {
        color: #282E6A;
        border: 1px solid #282E6A;
    }
    
    .btn_otpCodeClose:hover {
        color: #0B1046;
        border: 1px solid #0B1046;
        background: #F1F2FF;    
    }

    .note-editable table > tbody > tr > td {
        width: auto;
    }

    /* popup size */
    #pwdChgPopupInner,
    #agreePopupInner,
    #sugangPopupInner,
    #ipChangePopupInner {
        width: 100%;
        height: 100vh;
    }

    #sugangPopupInner .table tr {
        margin-bottom: 1rem;
        gap: 0;
    }

    #sugangPopupInner label {
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }  

    #sugangPopupInner label::before {
        content: '';
        display: inline-block;
        width: 0.25rem;
        height: 0.25rem;
        background-color: #0B1046;
    }

    .otpCode {
        gap: 0.9rem;
    }
    
    .otpCodeTwo {
        gap: 0.9rem;
    }
    
	.otpAuthItem {
		text-align:center;
		width:40%;
	}    
	.twoFactorTitle {
		font-size:1em;
	}

	.table02 td a.btn_down {
	    padding: 0.2rem 0.5rem;
	    color: #ffffff;
	    text-align: center;
    	border: 1px solid #282E6A;
    	background: #282E6A;
    	border-radius: 0.3rem;
	}
	
	.table02 td a.btn_down:hover {
        border: 1px solid #0B1046;
        background: #0B1046;
	    color: #ffffff;
	    text-decoration: none;
	}    
}

@media all and (max-width: 640px) {
    .otpCodeInputTable tr {
        flex-direction: column;
        align-items: flex-start;
    }

    .otpCodeInputTable tr th {
        padding: 1.25rem 2rem 0;
    }

    .otpCodeInputTable tr td {
        width: calc(100% - 4rem);
        padding: 1rem 2rem;
    }    

    .otpCodeInputTable tr td.auth2FATimer {
        padding-top:0px;
        padding-left:2rem;
    }   

    .desk_info {
        display: none;
    }

    .mobile_info {
        display: block;
    }

}

@media all and (max-width: 500px) {
    .board ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .board ul li {
        width: 100%;
    }

    .search {
        flex-grow: 1;
        height: 2rem;
    }

    .board ul li > select {
        height: 2rem;
    }

    .btn_search {
        width: 2rem;
    }

    .table02 > thead,
    .m_hidden {
        display: none;
    }

    .table02 > colgroup > col,
    .col_wd_20 {
        width: 100%;
    }

    .m_fl_col {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .m_fl_col > td {
        width: calc(100% - 0.5rem);
        border: 0 none;
        font-size: 0.9rem;
        text-align: left;
        font-weight: bold;
        padding: 0.75rem 0.25rem 0.25rem;
    }

    .m_fl_col > td:last-child {
        border-bottom: 1px solid #eeeeee;
        font-weight: normal;
        padding: 0 0.25rem 0.75rem;
    }

    .btn_only > .btn_ok {
        width: 100%;
    }

    .form_inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .form_inner > input {
        width: 100%;
    }

    .ipin_login_btn {
        width: 100%;
    }

    .btn_otpCodeBox {
        flex-direction: column;
        gap: 0.5rem;
    }

    .btn_otpCodeBox > button {
        padding: 0.75rem 1rem;
        border-radius: 0.35rem;
    }

    .otpCodeInputTable tr th {
        padding: 1.25rem 1rem 0;
    }

    .otpCodeInputTable tr td {
        width: calc(100% - 2rem);
        padding: 1rem;
    }
    
    .otpCodeInputTable tr td.auth2FATimer {
        padding-left:1rem;
    }     

    .otpCodeInput {
        border-radius: 0.25rem;
        min-width: unset;
    }

    .btn_link {
        width: 100%;
    }

    .btn_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .btn_wrap > input[type=radio] {
        height: 0;
    }

    .btn_wrap > input[type=radio]+label {
        padding: 0.5rem 0 0.5rem 1.5rem;
    }

    .btn_box > ul {
        flex-direction: column;
    }

    .btn_box > ul > li {
        width: 100%;
    }

    .otpCode {
        flex-direction: column;
        align-items: center;
    }

    .otpQrCodeInfo > p {
        text-align: center;
    }
    
    .otpCodeTwo {
		display: block;
	}
    
	.otpAuthItem {
		display: block;
		text-align:left;
		width:100%;
		margin-bottom:10px;
	} 

	.otpAuthItem .twoFactorImg {
		display:inline-block;
		margin:0px 10px 0 0;
	}  
	.otpAuthItem .twoFactorImg img {
		width:40px;
	}
	.otpAuthItem .twoFactorTitle  {
		display:inline-block;
		font-size: 0.9rem;
	} 
	.otpAuthItem .twoFactorTitle .twoFactorTitleSub  {
		display:inline-block;
	}   
	.otpAuthItem a.twoFactorButton {
		display: flex;
		align-items: center;
		text-align:left;
		padding:0.5em;
	}

}
.login_input.inputPwd {
	/*margin-bottom: 1.0rem;*/
}
.login_inputError {
    margin-top: 0.2rem;
    padding: 10px 10px 10px 15px;
    background-color: #f5f5f5;	
    display: none;
    color:red;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
}
@media all and (max-width: 768px) {
	.login_inputError {
		background: #f5f5f5;
        border: 1px solid #D9DCE1;
        border-radius: 0.35rem;
	}	
}

input[type='number'] {
	-moz-appearance:texfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance:none;
}

.otpCodeHelp {
	text-align:center;
    font-size: 0.9rem;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: -15px;
    color:#0463A7;
}

.otpCodeHelp .otpCodeHelpSub {
	font-size:0.75rem;
	font-weight: bold;
	color:red;
}


