@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Uncial+Antiqua&display=swap');

@viewport {
    width: device-width;
    zoom: 1;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR','Noto Sans SC','Noto Sans JP', Sans-serif;
    box-sizing: border-box;
    letter-spacing: -.5px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    scroll-behavior: smooth;
    user-select: none;
}
/* total width */
*::-webkit-scrollbar {
    background-color:none;
    width:5px
}
/* background of the scrollbar except button or resizer */
*::-webkit-scrollbar-track {
    background-color:#fff;
}
/* scrollbar itself */
*::-webkit-scrollbar-thumb {
    background-color:#eaba75;
    border-radius:5px;
}

/* set button(top and bottom of the scrollbar) */
*::-webkit-scrollbar-button {display:none}


html {
    font-size: 12pt;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width:100%;
    height:100%;
    -ms-overflow-style: scrollbar;
}

img, fieldset {
    border: none;
    vertical-align: middle;
}

input, select, textarea {
    font-weight: normal;
}
input, textarea, fieldset {
    margin: 0;
}

input, select, textarea {
    vertical-align: middle;
    border-radius: .3rem;
    font-weight: 100;
    font-size: 13pt;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
li {
    list-style-type: none;
}
a {
    outline: none;
    select-dummy: expression(this.hideFocus = true);
    color: inherit;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0em;
    text-transform: uppercase;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    outline: 0;
}

input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}

*::selection {
    color:#846129;
    background-color:#eaba75;
}

.show {display: block !important;}
.hide {display: none !important;}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}

.spacing-hr {
    width: 100%;
    height: 50px;
    clear: both;
}

.sever-check {
    position: relative;
    width: 100%;
    height:100%;
    padding-top: 10%;
    background: url(../../img/common/back/bg_code.jpg) top center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sever-check h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3;
}
.sever-check h3 {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
}
.popup h2 {
    top: 0px !important;
    left: 0px !important;
}
.popup-web-wrap {
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 20px;
    max-width: 900px;
    min-width: 350px;
    border: 2px #000 solid;
    box-shadow: 0px 0px 10px #000;
    backdrop-filter: blur(10px);
}
.popup-web-wrap > h2 {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 40px;
    padding: 20px 10px 20px 90px;
    border: 1px #333 solid;
    font-size:1rem;
    font-weight: normal;
    color: #fff;
    background: rgba(0,0,0,1);
    display: block;
}
.popup-web-wrap > h2 img {
    position: absolute;
    top:20px;
    left:10px;
    max-width: 100px;
    max-height: calc(100% - 40px);
    display: block;
}
.popup-web-wrap .contain-wrap {
    position: relative;
    border: 1px #333 solid;
    background: rgba(255,255,255,1);
    display: block;
}
.popup-web-wrap .contain-wrap .contain {
    max-height: 500px;
    line-height: 1.8;
    font-size:.9rem;
    font-weight: normal;
    color: #000;
    overflow-y: auto;
}
.popup-web-wrap .contain-wrap .contain p, .popup-web-wrap .contain-wrap .contain div {
    padding: 0 10px;
}
.popup-web-wrap .contain-wrap .contain img {
    margin: -10px 0 0 -10px;
    width: calc(100% + 20px);
}

.popup-web-wrap .btm {
    position: relative;
    border: 1px #333 solid;
    height: 50px;
    margin-top: -2px;
    display: block;
}
.popup-web-wrap .btm input[type="checkbox"] {
    display: none;
}
.popup-web-wrap .btm label {
    width: 70%;
    height: 100%;
    line-height: 44px;
    background: rgba(0,0,0,1);
    color: #eaba75;
    border: 2px solid #eaba75;
    text-align: center;
    cursor: pointer;
    display: block;
    float: left;
}
.popup-web-wrap .btm label:hover {
    background: #eaba75;
    color: #fff;
}
.popup-web-wrap .btm input[type="checkbox"]:checked + label {
    border: 2px solid #ed6ea0;
    background: #ed6ea0;
    color: #fff;
}
.popup-web-wrap .btm button {
    width: 30%;
    height: 100%;
    line-height: 44px;
    font-size:1rem;
    font-weight: normal;
    background: padding-box #fe19c;
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    background-size: 300% auto;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: 0.2s;
    display: block;
    float: right;
}
.popup-web-wrap .btm button:hover {
    background-position: right center;
}

.single-notice {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    color: #fff;
}
.single-notice:before, .single-notice:after {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 20%;
    height: 100%;
    content: "";
}
.single-notice:before {
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}
.single-notice:after {
    right: 0;
    background-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
}

.marquee {
    transform: translateX(100%);
    animation: scroll-left 30s linear infinite;
}
.single-notice:hover .marquee {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}



.blockUI  .sub-content-button-apply button.btn-primary {
    min-width: auto;
}

.main-board {
    overflow: hidden;
}
.main-board table {
    table-layout: fixed;
}
.main-board table td {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.sub-content-info-mid.acount {
    padding: 20px 80px;
    font-weight: 600;
    color: #000;
    border: none;
    background: #ccc;
}


.form-search {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 50px;
    padding: 5px 20px;
    margin-bottom: 20px;
    background-color: #0000001a;
    border-radius: 10px;
    font-weight: 600;
}
.form-search input, .form-search label, .form-search .btn-primary {
    position: relative;
    height: 50px;
    padding: 0px 10px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    border-radius: 5px;
}
.form-search input.datepicker {
    width: 160px;
    border: 1px #666 solid;
    background: url(../../img/common/icon/ic_calendar.png) #fff 120px center no-repeat;
    background-size: 28px;
    cursor: pointer;
}
.form-search .btn-primary {
    width: 100px;
}


.examination .examination-contain {
    background: url(../../img/common/back/bg_error.jpg) bottom center no-repeat;
    background-size: cover;
}
.examination .examination-contain .logo {
    margin: 0px 0 50px;
}
.examination .examination-contain .logo img {
    max-width: 200px;
    max-height: 150px;
}


.blockUI.blockMsg.blockPage.passwordNoticeBlockUI {
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    margin: 0 !important;
    padding: 50px 30px !important;
    background: #fff !important;
    font-size: 1.4rem !important;
    color: #000 !important;
    line-height: 1.1;
    display: inline-block;
}

button.btnPasswordExpireNotice {
    height: 40px;
    margin: 30px 10px 0;
    padding: 0 20px;
    line-height: 28px;
    background: #efbf2d;
    color: #021d22;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
}

.growlUI h6 {
    font-size: 15px;
}

.t_blue {
    color: blue;
}


.lang {
    position: relative;
    width: 36px;
    height: 44px;
    font-size: 1rem;
}

.lang .now_lang {
    position: relative;
    cursor: pointer;
    line-height: 50px;
}

.lang .now_lang:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    margin-top: -2rem;
    border: 1px #9e9e9e solid;
    border-radius: 50%;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lang .en:after {
    background-image: url("../../img/common/lang/en2.png");
}

.lang .ch:after {
    background-image: url("../../img/common/lang/ch2.png");
    background-position: top left;
}

.lang .jp:after {
    background-image: url("../../img/common/lang/jp2.png");
}

.lang .ko:after {
    background-image: url("../../img/common/lang/ko2.png");
}

.lang ul {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 122px;
    margin-top: 44px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.lang:hover ul,
.lang:focus ul,
.lang:focus ul {
    display: block;
}

.lang ul li {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.3rem;
    line-height: 19px;
}

.lang ul li:after {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 24px;
    height: 24px;
    margin-top: -14px;
    border: 1px #000047 solid;
    border-radius: 50%;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lang ul li:hover {
    background: rgb(194 217 255 / 90%);
}

.blockUI .sub-content-button-apply button.btn-primary {
    min-width: auto;
    width: 150px !important;
    height: 30px !important;
    margin-top: 20px;
}
.container .nav_sub li {
    min-width: 30%;
    height: 30px;
    line-height: 28px;
    margin: 3px;
    display: inline-block;
    border: 1px #fff solid;
    cursor: pointer;
    opacity: .6;
}
.container .nav_sub li.on {
    opacity: 1;
    font-weight: bold;
}

.sub__flex-content .help h2 {
    margin:30px 0 10px 0;
    font-size:15px;
    color:#3c3d37;
}
.sub__flex-content .help img {
    margin:30px auto 10px auto;
}
.sub__flex-content .help .type1 li {
    margin: 5px 0;
    line-height: 16px;
    padding-left: 10px;
    font-size: 12px;
    color: #000;
    background: url(../../img/hs/bul.gif) 0 8px no-repeat;
}
.sub__flex-content .help .type2 p {
    margin: 10px 0;
    line-height: 20px;
    padding:0 20px 0 10px;
    font-size: 12px;
    color: #fff;
    background: url(../../img/hs/bul.gif) 0 8px no-repeat;
}
.sub__flex-content .help .rule {
    margin:30px 0;
    border-top:2px #ccc solid;
}
.sub__flex-content .help .rule dl {
    padding:20px 0;
    border-bottom:1px #ccc dashed;
}
.sub__flex-content .help .rule dl dt {
    margin-bottom:10px;
    color:#cbc6b2;
    font-size:14px;
    font-weight:bold;
}
.sub__flex-content .help .rule table {
    width: 100%;
    background:#fff;
}
.sub__flex-content .help .rule table th , .help .rule table td {
    padding: 10px 0;
    line-height:20px;
    font-size: 13px;
    color: #4a4a4a;
    text-align: center;
    border: 1px solid #cbc6b2
}
.sub__flex-content .help .rule table th {
    background: #f3f1ec;
    color: #232323;
}

.popup-web-wrap > h2{line-height: 1.3;height: auto;padding: 1rem;font-size: 1.6rem;text-align:center;}
@media (max-width: 1000px){
    .popup{min-width:auto;}
}