/******************** color *********************/
.c-black { color: #0f0f0f !important; }
.c-grey { color: #666 !important; }
.c-blue { color: #269dff !important; }
.c-pink { color: #ff3369 !important; }
/******************** color *********************/




/******************** CUSTOM CLASS *********************/
body {
    font-family: 'NotoSans' !important;
    position: relative;
    padding-top: 60px;
    color: #0f0f0f;
}

/* a {cursor: pointer;} */
a:hover,
a:link,
a:active,
a:visited { color: #0f0f0f; }

input:focus { outline: none; }
img:not([src]) { content: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'); }

select {
    padding: 5px 10px !important;
    background: url('/applicant_v2/imgs/arrow.png') no-repeat 100% 50%;
    appearance: none;
}
select::-ms-expand { display: none; }

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus { outline: none !important; }

.pointer { cursor: pointer; }
.cursor-pointer { cursor: pointer !important; }
.cursor-default { cursor: default !important;}

.font-bold { font-weight: bold !important; }
.font-size-16 { font-size: 1.6rem !important; }
.font-size-18 { font-size: 1.8rem !important; }
.font-size-20 { font-size: 2rem !important; }
.m-auto { margin: 0 auto !important; }

.mt-40 { margin-top: 40px !important; }
.mt-20 { margin-top: 20px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mr-10 { margin-right: 10px !important; }

.w194 { width: 194px !important; }
.w270 { width: 270px !important; }

.popIcon1 {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: url("/applicant_v2/imgs/popIcon-01.png") no-repeat;
}

.popIcon2 {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: url("/applicant_v2/imgs/popIcon-02.png") no-repeat;
}

.popIcon3 {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: url("/applicant_v2/imgs/popIcon-03.png") no-repeat;
}

.popIcon4 {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: url("/applicant_v2/imgs/popIcon-04.png") no-repeat;
}

.success-icon-1,
.fail-icon-1 {
    display: inline-block;
    width: 120px;
    height: 127px;
    margin-left: 20px;
}

.fail-icon-1 {
    display: inline-block;
    width: 130px;
    height: 127px;
    margin-left: 20px;
}
.success-icon-1 { background: url("/applicant_v2/imgs/success-comm-icon-1.gif") no-repeat; }
.fail-icon-1 { background: url("/applicant_v2/imgs/success-comm-icon-1.gif") no-repeat; }

.success-icon-2,
.fail-icon-2 {
    display: inline-block;
    margin-left: 20px;
    width: 107px;
    height: 126px;
}
.success-icon-2 { background: url("/applicant_v2/imgs/success-icon-2.png") no-repeat; }
.fail-icon-2 { background: url("/applicant_v2/imgs/fail-icon-2.png") no-repeat; }

.success-icon-3,
.fail-icon-3 {
    display: inline-block;
    width: 139px;
    height: 127px;
    margin-left: 20px;
}
.success-icon-3 { background: url("/applicant_v2/imgs/success-icon-3.png") no-repeat; }
.fail-icon-3 { background: url("/applicant_v2/imgs/fail-icon-3.png") no-repeat; }

.ellipsis-img {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background: url("/applicant_v2/imgs/ellipse-img.png") no-repeat;
}

.display-flex { display: flex !important; }
.display-flex > div { z-index: 1000; }
.display-none { display: none !important; }

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-btn,
.shortcut-apply-btn,
.agree-btn,
.prev-btn,
.next-btn {
    position: relative;
    width: 300px;
    height: 55px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    border: 1px solid #0f0f0f;
    background: #0f0f0f;
}

.prev-arrow-img {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 51px;
    background: url("/applicant_v2/imgs/prev-arrow-img.png") center center no-repeat;
}

.next-arrow-img {
    position: absolute;
    right: 15px;
    width: 50px;
    height: 51px;
    background: url("/applicant_v2/imgs/next-arrow-img.png") center center no-repeat;
}

.login-btn:hover,
.shortcut-apply-btn:hover,
.agree-btn:hover,
.prev-btn:hover,
.next-btn:hover {
    color: #6e96a0;
    border: 1px solid #6e96a0;
    background: #fff;
}

.prev-btn:hover .prev-arrow-img {
    background: url("/applicant_v2/imgs/prev-arrow-img-hover.png") center center no-repeat;
}

.login-btn .next-arrow-img,
.shortcut-apply-btn .next-arrow-img,
.agree-btn .next-arrow-img,
.next-btn:hover .next-arrow-img {
    background: url("/applicant_v2/imgs/next-arrow-img-hover.png") center center no-repeat;
}

.temp-btn,
.print-btn {
    position: relative;
    width: 300px;
    height: 55px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    border: 1px solid #6e96a0;
    line-height: 3;
    margin: 0 auto;
    cursor: pointer;
    background-color: #6e96a0;
}

.temp-btn:hover,
.print-btn:hover {
    color: #0f0f0f;
    border: 1px solid #0f0f0f;
    background: #fff;
}

.submit-btn {
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 55px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    border: 1px solid #279dff;
    line-height: 3;
    cursor: pointer;
    background-color: #279dff;
}

.submit-btn:hover {
    color: #279dff;
    border: 1px solid #279dff;
    background: #fff;
}

.prev-cancle-btn,
.reload-btn {
    position: relative;
    width: 300px;
    height: 55px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    border: 1px solid #cccccc;
    background: #cccccc;
}

.prev-cancle-btn:hover,
.reload-btn:hover {
    color: #999999;
    border: 1px solid #999999;
    background: #fff;
}

.download-btn {
    position: relative;
/*    padding: 12px 10px;*/
/*     margin-right: 25px; */
/*    width: 140px;	*/
    height: 68px;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    color: #0f0f0f;
    border: 1px solid #0f0f0f;
    background: #fff;
    vertical-align: bottom;
}

.download-btn:hover {
    color: #fff;
    border: 1px solid #0f0f0f;
    background: #0f0f0f;
}

.download-img {
/*    float: left;*/
/*    margin-top: -10px;*/
    width: 42px;
    height: 66px;
    background: url("/applicant_v2/imgs/pdf-down-img.png") center no-repeat;
    background-size: 70%;
}

.download-btn:hover .download-img {
    background: url("/applicant_v2/imgs/pdf-down-hover-img.png") center no-repeat;
    background-size: 70%;
}


.reload-img {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 51px;
    background: url("/applicant_v2/imgs/reload-img.png") center center no-repeat;
}

.reload-btn:hover .reload-img {
    background: url("/applicant_v2/imgs/reload-img-hover.png") center center no-repeat;
}

.prev-cancle-arrow-img {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 51px;
    background: url("/applicant_v2/imgs/prev-arrow-img.png") center center no-repeat;
}

.prev-cancle-btn:hover .prev-cancle-arrow-img {
    background: url("/applicant_v2/imgs/prev-cancle-arrow-img-hover.png") center center no-repeat;
}

.modal-btn {
    width: calc((100% / 2) - 13px) !important;
    padding: 12px 0px !important;
    border-radius: 0 !important;
    border: none !important;
    color: #6e96a0 !important;
    border-right: 1px solid #6e96a0 !important;
    background-color: #fff !important;
}

.modal-btn:hover { color: #0f0f0f !important; }

.modal-footer .modal-btn:last-child {
    border-right: none !important;
}

.form-group > label {
    font-size: 1.6rem;
    line-height: 3;
}
.form-group > div > label {
    font-size: 1.6rem;
    line-height: 3;
}

.input-form {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0 6px 10px;
    font-size: 1.5rem;
    line-height: 1.42857143;
    border: none;
    border-bottom: 1px solid #999;
}

.input-form.is-invalid {
    border-color: #dc3545;
    background-color: #fff0f4;
}

.invalid-feedback {
    width: 100%;
    margin-top: 2px;
    font-size: 1.3rem;
    color: #dc3545;
}

textarea.input-form {
    display: block;
    width: 100%;
    min-height: 300px;
    padding: 15px 20px;
    font-size: 1.5rem;
    border: none;
    border: 1px solid #999;
    resize: none;
}

.txt-count {
    position: absolute;
    top: 270px;
    right: 20px;
    font-size: 1.3rem;
    z-index: 1000;
}

.form-chkRa-inline {
    margin-top: 10px;
}

.form-chkRa-inline div:last-child label {
    margin-right: 0px !important;
}

.file-download {
    margin-right: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/applicant_v2/imgs/file-download.png") center no-repeat;
}

.txtline-bar {
    display: inline-block;
    width: 1px;
    height: 17px;
    margin: 0 8px;
    content: '';
    vertical-align: -3px;
    background-color: #0f0f0f;
}
.input-daterange input {
  text-align: justify !important;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
.w-25 {
  width: 25% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
/******************** CUSTOM CLASS *********************/




/******************** PAGINATION *********************/
.pagination a {
    float: left;
    padding: 5px 11px;
    margin-right: 6px;
    border: 1px solid #fff;
    font-size: 1.5rem;
    color: #0f0f0f;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination a.active {
    color: #fff;
    background-color: #0f0f0f;
    border: 1px solid #0f0f0f;
}

.pagination a:hover:not(.active) {
    border: 1px solid #999999;
}

.page-pre {
    margin-right: 24px !important;
    height: 34px;
    background: url("/applicant_v2/imgs/page-pre.png") center center no-repeat;
}

.page-next {
    margin-left: 18px !important;
    height: 34px;
    background: url("/applicant_v2/imgs/page-next.png") center center no-repeat;
}

.page-pre:hover,
.page-next:hover {
    border: 1px solid transparent !important;
}

.page-pre:hover {
    height: 34px;
    background: url("/applicant_v2/imgs/page-pre-hover.png") center center no-repeat;
}

.page-next:hover {
    height: 34px;
    background: url("/applicant_v2/imgs/page-next-hover.png") center center no-repeat;
}

/******************** PAGINATION *********************/


/******************** MAIN *********************/
.main-image {
    width: 100%;
/*     height: 540px; */
    background-color: #2aabd2;
}

.sub-menubar-mo {
    display: none;
}

.sub-menubar {
    margin-top: -80px;
    padding: 10px 0;
    background: #f5f9fa;
}

.card-sub-box {
    display: flex;
    margin: 0 auto;
}

.sub-menubar-box {
    display: inline-block;
/*     float: left; */
    padding: 26px 45px;
    margin-right: 24px;
    width: 260px;
    height: 110px;
    background: #6e96a0;
    vertical-align: middle;
    color: #fff;
}

.sub-menubar-icon {
    float: left;
    display: block;
    margin-right: 20px;
    width: 60px;
    height: 60px;
}

.sub-menubar-next-img {
    display: none;
}

.sub-menubar-box:hover {
    margin-top: -172px;
    padding: 50px;
    height: 282px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}

.sub-menubar-box:hover .sub-menubar-icon {
    float: none;
    margin: 0 auto;
}

.sub-menubar-box:hover .sub-menubar-next-img {
    display: block;
    padding-top: 10px;
    margin: 0 auto;
    width: 48px;
    cursor: pointer;
}

.sub-menubar-title-1 {
    padding: 17px 0;
    color: #fff;
    font-size: 1.8rem;
}

.sub-menubar-title-2 {
    padding: 4px 0;
    color: #fff;
    font-size: 1.8rem;
}

.main-cont {
    padding: 0 50px 50px 50px;
    background: #f5f9fa;
}

.main-cont-heaber {
    position: relative;
    padding: 100px 0 40px 0;
    font-size: 3.5rem;
    text-align: center;
}

.main-cont-thumbnail {
    padding: 36px 10px 36px 35px;
    margin-bottom: 15px;
    height: 190px;
    background: #fff;
    border: 1px solid white;
    box-shadow: 10px 10px 10px #ddd;
    cursor: pointer;
}

.main-cont-thumbnail:hover {
    border: 1px solid #6e96a0;
}

.main-cont-title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px !important;
    height: 115px;
    font-size: 2rem;
    line-height: 1.6;
}

.main-cont-sub {
    margin: 29px 0;
    border-left: 1px solid #a1c3cb;
}

.main-cont-sub > div:first-child {
    font-weight: bold;
    font-size: 2.5rem;
}

.main-cont-sub > div:last-child {
    font-size: 1.6rem;
    color: #666;
}

.gl-box-mo {
    display: none;
}

.gl-box {
    position: relative;
    padding: 50px 50px;
}

.notice-gl-box {
    padding: 25px;
    border: 1px solid #6e96a0;
    min-height: 416px;
}

.notice-gl-title {
    position: relative;
    padding: 20px 0;
    font-size: 3rem;
    text-align: center;
}

.notice-gl-title > span {
    font-weight: bold;
    color: #6e96a0;
}

.notice-gl-title > .show-all {
    bottom: 22px
}

.gl-box-table {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
}

.gl-box-table > tbody > tr > td {
    padding: 10px;
    height: 70px;
    vertical-align: middle;
}

.gl-box-table > tbody > tr > td:last-child {
    text-align: center;
    color: #666;
}

.gl-box-table > tbody > tr {
    cursor: pointer;
    border-bottom: 1px solid #999
}

.gl-box-table > tbody > tr:hover > td {
    color: #7197a2;
}

.gl-box-table > tbody > tr:last-child {
    border-bottom: none
}

.faq-gl-box,
.qna-gl-box {
    padding: 44px 0;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #6e96a0;
    color: #7197a2;
    cursor: pointer;
}

.faq-gl-box:hover,
.qna-gl-box:hover {
    background: #6e96a0;
    border: 1px solid #6e96a0;
    color: #fff;
}

.faq-gl-box > div,
.qna-gl-box > div {
    font-weight: bold;
    font-size: 3rem;
}

.faq-gl-box > div:last-child,
.qna-gl-box > div:last-child {
    font-weight: normal;
    font-size: 1.6rem;
}

.faq-gl-box .faq-img {
    display: inline-block;
    width: 65px;
    height: 48px;
    background: url("/applicant_v2/imgs/faq-icon.png") no-repeat;
    border: 0;
}

.qna-gl-box .qna-img {
    display: inline-block;
    width: 65px;
    height: 48px;
    background: url("/applicant_v2/imgs/qna-icon.png") no-repeat;
    border: 0;
}

.faq-gl-box:hover .faq-img {
    background: url("/applicant_v2/imgs/faq-hover-icon.png") no-repeat;
    border: 0;
}

.qna-gl-box:hover .qna-img {
    background: url("/applicant_v2/imgs/qna-hover-icon.png") no-repeat;
    border: 0;
}

.brms-footer {
    position: absolute;
    padding: 30px 50px;
    width: 100%;
    height: 150px;
    background: #0f0f0f;
    color: #fff;
}

.brms-footer-title {
    font-size: 1.8rem;
}

.brms-footer-addr {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #ccc;
}

.copyright {
    color: #999;
    font-size: 1.3rem;
    text-align: right;
    padding: 55px 0 0 0;
}

.show-all {
    position: absolute;
    bottom: 40px;
    right: 60px;
    font-size: 1.6rem;
}

.show-all-img {
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url("/applicant_v2/imgs/all-show.png") no-repeat;
    background-size: 27px;
}

.show-all-img:hover {
    background: url("/applicant_v2/imgs/all-show-hover.png") no-repeat;
    background-size: 27px;
}

.show-all:hover .show-all-img {
    background: url("/applicant_v2/imgs/all-show-hover.png") no-repeat;
    background-size: 27px;
}
/******************** MAIN *********************/




/******************** PAGE *********************/
.sub-page {
    padding: 0 0 100px 0;
    min-height: 300px;
}

.page-sub-header {
    margin-bottom: 15px;
    font-size: 2.6rem;
    font-weight: bold;
}

.sub-image {
    width: 100%;
    height: 300px;
    background: url("/applicant_v2/imgs/page-top-img.png") no-repeat;
}

.sub-image2 {
    width: 100%;
    height: 300px;
    background: url("/applicant_v2/imgs/page-top-img2.png") no-repeat;
}

.timeCheck {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 1.5rem;
    background-color: #6e96a0;
    z-index: 10000;
}

.errorCheck {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 1.5rem;
    background-color: #ff3369;
    z-index: 10000;
}

.timeCheck img,
.errorCheck img {
    margin-right: 10px;
}

/* .timeCheck span, */
/* .errorCheck span { */
/*     vertical-align: bottom; */
/* } */

.more-time-btn {
	cursor: pointer;
    padding: 0px 7px;
    margin-left: 10px;
    color: #6e96a0;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 1.4rem;
}

.post-notice-table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    font-size: 1.65rem;
}

.post-notice-table > thead > tr {
    padding: 10px 0;
    border-top: 2px solid #262628;
    border-bottom: 1px solid #999999;
}

.post-notice-table > thead th {
    padding: 15px 0;
    font-size: 1.6rem !important;
}

.post-notice-table td {
    height: 120px;
    line-height: 1.6;
}

.post-notice-table td.ad-noti {
    text-align: center;
}

.post-notice-table td.ad-noti > div:first-child {
    font-weight: bold;
    font-size: 2rem;
}

.post-notice-table td.ad-noti > div:last-child {
    font-size: 1.5rem;
    color: #666;
}

.post-notice-table > tbody > tr > td {
    vertical-align: middle;
    color: #101010;
    border-bottom: 1px solid #999999;
}

.post-notice-table > tbody > tr {
    border-bottom: 1px solid #999
}

.post-notice-table > tbody > tr:hover > td {
    background: #f5f9fa;
    border-bottom: 1px solid #262628;
}

.post-notice-table > tbody > tr.table-primary:hover > td {
    background-color: #9fcdff;
}
.post-notice-table > tbody > tr.table-secondary:hover > td {
    background-color: #c8cbcf;
}
.post-notice-table > tbody > tr.table-info:hover > td {
    background-color: #abdde5;
}
.post-notice-table > tbody > tr.table-success:hover > td {
    background-color: #b1dfbb;
}
.post-notice-table > tbody > tr.table-warning:hover > td {
    background-color: #ffe8a1;
}
.post-notice-table > tbody > tr.table-danger:hover > td {
    background-color: #f1b0b7;
}
.post-notice-table > tbody > tr.table-light:hover > td {
    background-color: #ececf6;
}
.post-notice-table > tbody > tr.table-dark:hover > td {
    background-color: #b9bbbe;
}

.step-box {
    display: flex;
    position: relative;
    padding: 50px 0 100px 0;
}

.step-line {
    float: left;
    margin: 0 50px;
}

.step-sub-box {
    float: left;
    text-align: center;
    color: #7096a1;
    font-size: 1.6rem;
}

.step-sub-box.active {
    color: #000;
}

.step-sub-box div {
    margin-top: 10px;
}

.step-sub-box div span {
    font-weight: bold;
}

.rules-title {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: bold;
}

.rules-box {
    display: inline-block;
    padding: 30px 40px;
    width: 100%;
    background: #f5f9fa;
    border-top: 1px solid #262628;
    border-bottom: 1px solid #999999;
    line-height: 1.5;
    margin-bottom: 30px;
}

.rules-box div:first-child {
    color: #7096a1;
    text-align: center;
    font-size: 2.4rem;
}

.step1.rules-box div:first-child {
    margin: 11px 0;
}

.step2.rules-box div:first-child {
    margin: 38px 0;
}

.step3.rules-box div:first-child {
    margin: 38px 0;
}

.step-qna.rules-box div:first-child,
.step-qna.rules-box div:first-child img,
.step-qna.rules-box div:first-child img.notice-icon {
    margin: 0;
}

.step-qna.rules-box ul li {
    line-height: 2.4;
}

.rules-box div:first-child img.notice-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    background: url("/applicant_v2/imgs/notice-icon.png") no-repeat;
}
.rules-box div:first-child img.notice-icon+div {
	font-size: 1.8rem !important;
}

.rules-box div:last-child {
    font-size: 1.6rem;
}

.rules-box div:last-child li {
    margin-bottom: 18px;
}

.rules-box div:last-child li:last-child {
    margin-bottom: 0;
}

.agree-noti-box {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.agree-noti-box-title {
    padding: 30px 0 10px 0;
    font-size: 2rem;
    font-weight: bold;
}

.agree-noti-sub {
    margin-bottom: 10px;
    padding: 25px 30px;
    border: 1px solid #999999;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #666;
}

/* .form-title-box { */
/*     padding: 30px 0; */
/* } */

.form-sub-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: #6e96a0;
}
.form-box-tap {
    padding-bottom: 20px;
}
.form-box-tap ul li {
/*     height: 110px; */
    padding: 15px 8px;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f9fa;
    cursor: pointer;
}

.form-box-tap ul li a {
    margin-right: 0;
    margin-left: 0;
    color: #6e96a0;
    font-size: 1.6rem;
    font-weight: bold;
}

.form-box-tap ul li.active a:focus,
.form-box-tap ul li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent
}

.form-box-tap ul li:hover,
.form-box-tap ul li.active {
    background-color: #0f0f0f;
    border: 1px solid #0f0f0f;
}

.form-box-tap ul li:hover a,
.form-box-tap ul li.active a {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent
}

.form-title {
    padding: 10px 30px 30px 30px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.agree-noti-form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.agree-noti-form label {
    font-size: 1.5rem;
}

.agree-noti-form-title {
    padding: 30px 0 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.qna-box-title {
    padding: 80px 0 5px 0;
    font-size: 2rem;
    font-weight: bold;
}

.qna-box {
    padding: 20px;
    border-top: 1px solid #ccc;
}

.qna-box .agree-noti-form-title {
    padding: 10px 0 10px 0;
}

.disabled-input {
	pointer-events: none;
	opacity: 0.4;
}

.add-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

.add-form-sub-info {
    padding: 50px 70px 20px 70px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #666666;
    background-color: #fff;
    line-height: 1.8;
}

.add-form-box-title {
    padding: 0 0 10px 0;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid #0f0f0f;
}

.add-form-sub-box-title {
    padding: 20px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #f5f9fa;
}

.add-form-sub-box {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 100%;
    border: 1px solid #dee2e6;
}

.add-form-box-btn {
    margin-bottom: 20px;
    height: 85px;
    border-top: 1px solid #0f0f0f;
    background-color: #f5f9fa;
    text-align: center;
}

.add-form-box-img {
    display: inline-block;
    margin: 19px 0;
    width: 46px;
    height: 46px;
    background: url("/applicant_v2/imgs/add-form-img.png") no-repeat;
    cursor: pointer;
}

.add-form-box-img:hover {
    background: url("/applicant_v2/imgs/add-form-img-hover.png") no-repeat;
}

.file-form label.label-file {
    line-height: 4;
}

.file-form input.input-file {
    padding: 7px 15px;
    height: 60px;
    border: 1px solid #999;
}

.file-box-info {
    padding: 10px;
    font-weight: bold;
}

.file-box {
    position: relative;
    padding: 13px 15px;
    height: 60px;
    border: 1px solid #999;
}

.file-box-title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.5rem;
}

.file-btn-box {
    position: absolute;
    top: 9px;
    right: 10px;
}

.file-btn-box input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.file-btn-box label {
    padding: 9px 0;
    font-weight: 400;
}

.upload-file-name {
    vertical-align: middle;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.file-btn-box .cancle-btn,
.file-btn-box .insert-btn {
    width: 140px;
    height: 40px;
    font-size: 1.4rem;
}

.cancle-btn,
.insert-btn,
.delete-btn {
    position: relative;
    margin: 0 auto;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
    color: #fff;
}

.cancle-btn {
    border: 1px solid #ccc;
    background: #ccc;
}

.cancle-btn:hover {
    border: 1px solid #999;
    background: #fff;
    color: #666;
}

.insert-btn {
    border: 1px solid #0f0f0f;
    background: #0f0f0f;
}

.insert-btn:hover {
    border: 1px solid #6e96a0;
    background: #fff;
    color: #6e96a0;
}

.delete-btn {
    border: 1px solid #6e96a0;
    background-color: #6e96a0;
}

.delete-btn:hover {
    color: #0f0f0f;
    border: 1px solid #0f0f0f;
    background: #fff;
}

.add-form-btn-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 40px 0 20px 0;
    text-align: center;
    border-top: 1px solid #ccc;
}

.btn-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.form-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 1.3rem;
    cursor: pointer;
    border: 1px solid #6e96a0;
    background: #fff;
    color: #6e96a0;
}

.form-btn:hover {
    background: #6e96a0;
    color: #fff;
}

.find-pass {
    position: absolute;
    top: 34px;
    width: 150px;
    font-size: 17px;
    color: #ff3369;
    border: 0;
    text-align: left;
    background: #fff;
}

.find-pass-img {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 17px;
    height: 19px;
    background: url("/applicant_v2/imgs/find-pass.png") no-repeat;
}

.info-box {
    display: inline-block;
    padding: 30px 40px;
    width: 100%;
    background: #f5f9fa;
    border-top: 1px solid #262628;
    border-bottom: 1px solid #999999;
    line-height: 1.5;
    text-align: center;
}

.info-box-title {
    margin-top: 25px;
    font-weight: bold;
    font-size: 2.2rem;
    color: #6e96a0;
}

.info-box-sub {
    margin-top: 10px;
    font-size: 1.8rem;
}

.info-box-ul {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: center;
}

.find-pass-form {
    margin: 0 auto;
    width: 70%;
}

.post-conf-title {
    padding: 80px 0 20px 0;
    font-size: 2rem;
    font-weight: bold;
}

.post-detail {
    padding: 60px 0 50px 0;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
}

.post-detail div:first-child {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.post-title {
    padding: 30px 30px 60px 30px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.post-detail-sub {
    padding: 50px 30px 0 30px;
}

.post-detail-sub > div {
    padding: 20px;
    width: 100%;
    min-height: 200px;
    background-color: #f5f9fa;
    font-size: 2.6rem;
}

.post-file-down {
    padding: 20px 0;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    font-size: 1.6rem;
}

.post-file-down div {
    padding: 10px 0;
}

.post-download-table {
    width: 100%;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    text-align: center;
    font-size: 1.6rem;
}

.post-download-table thead tr {
    height: 50px;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

.post-download-table tbody tr {
    height: 55px;
    text-align: left;
}

.post-download-table tbody tr td {
    padding: 0 30px;
}

.noti-detail {
    padding: 40px 0 30px 0;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
}

.noti-title {
    padding-bottom: 50px;
    font-size: 2rem;
    font-weight: bold;
}

.noti-file-down-title {
    padding: 10px 0;
    height: 42px;
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
}

.noti-file-down {
    padding: 10px 0;
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.noti-file-down .file-download {
    width: 24px;
    height: 25px;
    background-size: 24px;
}

.noti-file-down div {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.noti-file-down div:hover {
    cursor: pointer;
    background: #f5f9fa;
    border-bottom: 1px solid #262628;
}

.noti-content {
    padding: 30px 20px 0 20px;
}

.noti-content > div {
    padding: 20px;
    width: 100%;
    min-height: 200px;
    background-color: #f5f9fa;
    font-size: 1.8rem;
}

.accordion-table {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
}

.accordion-title {
    padding: 20px 10px;
    height: 100px;
    color: #6e96a0;
    cursor: pointer;
}

.accordion-title .accordion-arrow {
    text-align: center;
}

.accordion-title .accordion-arrow:after {
    font-family: "Glyphicons Halflings";
    content: "\e080";
}

.accordion-title.collapsed .accordion-arrow:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
}

.accordion-context {
    display: none;
    padding: 20px 10px;
    background: #f5f9fa;
    color: #666666;
    font-size: 1.5rem;
    line-height: 1.8;
    border-bottom: 1px solid #6e96a0;
}

.accordion-table th,
.accordion-table td {
    padding: 30px 0;
}

.accordion-table tr {
    border-top: 1px solid #ccc;
}

.accordion-table tr:first-child {
    border-top: none;
}

.accordion-table tr td {
    vertical-align: middle;
}

.alert-table {
    width: 100%;
    text-align: left;
}

.alert-table th {
    padding: 10px 0;
}

.alert-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;;
}

.tab-pane .file-box {
    margin-bottom: 25px;
}

.tab-pane .file-box:last-child {
    margin-bottom: 0;
}

.ledge-box {
    margin-top: 40px;
    padding-top: 70px;
    border-top: 1px solid #0f0f0f;
    text-align: center;
    font-size: 1.8rem;
}

.ledge-box div {
    margin-top: 30px;
    color: #6e96a0;
}

.ledge-box div span {
    margin-left: 15px;
}

.justify-content-start {  /* added by bwkim */
    display: flex;
    justify-content: flex-start;
}
.justify-content-end {  /* added by bwkim */
    display: flex;
    justify-content: flex-end;
}
.justify-content-center {  /* added by bwkim */
    display: flex;
    justify-content: center;
}
.justify-content-between {  /* added by bwkim */
    display: flex;
    justify-content: space-between;
}
.justify-content-around {  /* added by bwkim */
    display: flex;
    justify-content: space-around;
}
.underline {
    text-decoration: underline;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}
p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445 !important;
}
#step-1 #agreements ul.agreement-content {
	list-style-type: none;
}
.loading {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity : 0.5;
	background: url('/applicant/images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.list-wrapper > ul.list-group > li.list-group-item {
	margin-bottom: 10px;
}
.dropwdown-email-domain {
	margin-top: 5px;
}
#brms-navbar .dropdown .dropdown-toggle:hover+.dropdown-menu {display: block;}
#brms-navbar .dropdown .dropdown-menu:hover {display: block;}
/******************** PAGE *********************/




/******************** MOBILE *********************/
@media (max-width: 992px) {
    .step-line {
        float: left;
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
	.navbar-default .navbar-brand { max-width: 240px; }
	img:not([src]) { background-size: 75%; }
    .main-image, .sub-menubar, .gl-box, .step-box, .step-line { display: none; }

    .sub-image {
        width: 100%;
        height: 150px;
        background: url("/applicant_v2/imgs/m-page-top-img.png") no-repeat;
        background-size: 100% !important;
    }

    .sub-image2 {
        width: 100%;
        height: 150px;
        background: url("/applicant_v2/imgs/m-page-top-img2.png") no-repeat;
        background-size: 100% !important;
    }

    .navbar-default { padding: 0 !important; }
    .navbar-toggle { padding: 14px 10px !important; }
    .navbar-brand { margin-left: 20px; }
    .nav > li > a {
        margin-left: 0 !important;
        padding: 20px !important;
        font-size: 1.5rem !important;
        line-height: 5px !important;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 10px !important;
        font-size: 1.4rem !important;
        text-align: left;
    }

    .main-cont { padding: 0 20px 20px 20px; }
    .main-cont-heaber {
        padding: 40px 0 20px !important;
        font-size: 2.5rem !important;
    }

    .show-all {
        bottom: 13px !important;
        right: 14px !important;
        font-size: 1.4rem !important;
    }

    .main-cont-thumbnail {
        height: auto;
        padding: 15px !important;
    }

    .main-cont-thumbnail > div {
        padding-bottom: 5px;
        border-left: none;
    }

    .main-cont-title {
        font-size: 1.6rem;
        height: auto;
    }

    .main-cont-sub {
        margin: 10px 0;
        border-left: none;
        text-align: right;
    }

    .main-cont-sub > div:first-child { font-size: 1.7rem; }
    .main-cont-sub > div:last-child { font-size: 1.4rem; }

    .gl-box-mo {
        display: block;
        padding: 30px;
    }

    .faq-gl-box > div, .qna-gl-box > div { font-size: 1.8rem !important; }
    .faq-gl-box > div:last-child, .qna-gl-box > div:last-child { font-size: 1.6rem !important; }

    .page-header {
        margin: -40px 0 60px !important;
        font-size: 2.2rem !important;
    }

    .post-notice-table { font-size: 1.4rem !important; }
    .post-notice-table td {
        height: auto;
        line-height: 2;
    }
    .post-notice-table > thead th {
        padding: 5px 0;
        font-size: 1.4rem !important;
    }
    .post-notice-table td.ad-noti > div:first-child { font-size: 1.4rem !important; }
    .post-notice-table td.ad-noti > div:last-child { font-size: 1.3rem !important; }

    .sub-page { padding: 0 0 30px 0 !important; }

    .pagination { margin: 30px 0 !important; }
    .pagination a { font-size: 1.3rem !important; }
    .page-prev,
    .page-next { height: 30px !important; }

    .post-detail { padding: 30px 0 10px 0 !important; }
    .post-detail div:first-child,
    .post-title { font-size: 1.6rem !important; }
    .post-title,
    .post-detail-sub { padding: 20px !important; }

    .post-conf-title {
        padding: 40px 0 15px 0 !important;
        font-size: 1.6rem !important;
    }
    .post-file-down {
        padding: 15px 0 !important;
        font-size: 1.4rem !important;
    }
    .post-file-down div { padding: 5px !important; }

    .post-download-table { font-size: 1.4rem !important; }
    .post-download-table thead tr { height: 35px; }
    .post-download-table tbody tr { height: 50px; }
    .post-download-table tbody tr td { padding: 0 !important;}

    .prev-btn, .next-btn, .shortcut-apply-btn, .agree-btn, .login-btn, .submit-btn, .temp-btn, .prev-cancle-btn, .reload-btn, .print-btn {
        width: 120px;
        height: 45px;
        font-size: 1.4rem !important;
    }

    .find-pass { width: 120px; }

    .prev-arrow-img, .next-arrow-img, .prev-cancle-arrow-img, .reload-img { display: none; }

    .file-btn-box .cancle-btn, .file-btn-box .insert-btn {
        width: 80px;
        height: 32px;
        font-size: 1.2rem !important;
    }
    .file-btn-box label { padding: 6.5px 0 !important; }
    .file-box {
        padding: 10px 15px;
        height: 55px;
    }

    .step-sub-box { margin-right: 45px; }
    .step-sub-box:last-child { margin-right: 0; }

    ul { margin-left: -20px; }
    .rules-title { font-size: 1.8rem !important; }
    .rules-box { padding: 10px !important; }
    .rules-box div:last-child { font-size: 1.4rem !important; }
    .rules-box div:last-child li { margin-bottom: 0px; }

    .agree-noti-box-title { font-size: 1.7rem !important; }
    .agree-noti-sub {
        padding: 15px !important;
        font-size: 1.4rem !important;
    }

    .agree-noti-form-title {
        padding: 15px 0 10px 0;
        font-size: 1.6rem !important;
    }
    .input-form { font-size: 1.4rem !important; }

    .form-sub-title { font-size: 1.6rem !important;}
    .form-title {
        padding: 20px !important;
        font-size: 1.8rem !important;
    }

    .form-box-tap ul li { height: 70px ;}
    .nav.nav-justified { padding-left: 40px !important;}

    .add-form-box-title {
        padding: 10px 0 10px 0 !important;
        font-size: 1.8rem !important;
    }
    .add-form-sub-box-title {
        padding: 10px 20px !important;
        font-size: 1.4rem !important;
    }
    .add-form-sub-box { padding: 5px !important; }
    .add-form-box-btn { height: 75px; }

    .form-group > label {
        font-size: 1.3rem !important;
        line-height: 1;
    }
    .radio.icheck-primary { margin-bottom: 15px; }
    .form-control {
        height: 35px;
        font-size: 1.3rem !important;
    }

    .input-group { display: inline-block !important; }
    .w194, .w270 { width: 100% !important; }

    .ledge-box { font-size: 1.5rem !important; }

    .info-box-title { font-size: 1.7rem !important; }
    .info-box-sub { font-size: 1.5rem !important; }

    .find-pass-form { width: 90%; }

    .info-box {
        padding: 15px;
        margin-bottom: 15px;
    }
    .info-box-ul { font-size: 1.4rem !important; }

    .qna-box-title {
        padding: 30px 0 5px 0;
        font-size: 1.7rem !important;
    }

    .file-form label.label-file { line-height: 1; }
    .file-box-title { font-size: 1.3rem !important; }
    .file-form input.input-file {
        padding: 7px 10px;
        height: 45px;
    }

    .mt-40 { margin-top: 20px !important; }

    .accordion-title {
        padding: 10px;
        height: 60px;
    }
    .accordion-context {
        padding: 10px;
        font-size: 1.4rem !important;
        line-height: 1.6;
    }
    .accordion-table { font-size: 1.4rem !important; }
    .accordion-table th, .accordion-table td { padding: 15px 10px; }

    .font-size-16 { font-size: 1.4rem !important; }

    .mr-10 { margin-right: 0px !important; }

    .brms-footer {
        padding: 20px 20px;
        height: 190px;
    }
    .brms-footer-title { font-size: 1.5rem; }
    .brms-footer-addr { font-size: 1.3rem; }
    .copyright {
        margin-top: 0px;
        font-size: 1.1rem;
    }

    .info-mobile-box {
        padding: 45px 0;
        height: auto;
        text-align: center;
    }

    .info-mobile-box .fail-icon-3 {
        margin-bottom: 25px;
        background-size: 100% !important;
    }

    .info-mobile-box-title {
        margin-top: 25px;
        font-size: 3rem;
        font-weight: bold;
        color: #6e96a0;
    }

    .info-mobile-box-sub {
        margin-top: 25px;
        font-size: 1.6rem;
    }

    .brms-mobile-footer {
        position: fixed;
        bottom: 0;
        padding: 33px 50px;
        width: 100%;
        height: 100px;
        background: #0f0f0f;
        color: #fff;
    }

    .brms-mobile-footer-title {
        font-size: 2.2rem;
        color: #fff;
    }
}
/******************** MOBILE *********************/
