@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
    font-family:'Noto Sans KR', sans-serif;
    background-color:rgba(255, 255, 255, 1);
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 800px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    padding-left: 27px;
    background: url('../res/chk_loging_off.png') left/20px no-repeat;
    text-decoration: underline;
    text-underline-position: under;
    font-size:20px;
    font-weight: normal;
    outline: none;
    user-select: none;
    /*
    color: rgba(235, 0, 40, 1);
    */
    /* 20211110 david */
    color: #fff;
}

input[type='checkbox']:checked+label {
    background: url('../res/chk_loging_on.png') left/20px no-repeat;
}

.wrap_areaclass {
    position:relative;
    border-color: #D9D8D6;
    width:660px;
    height:336px;
    align-items: center;
    background-color: #EB002800;
}
.squre_btn
{
    border: 2px solid  #FFFFFF;
    background-color: #FFFFFF;
    color:#AA182C;
    display: inline-block;
    font-size:14px;
    font-weight: bold;
    outline: none;
    user-select: none;
}

.squre_btn:hover{
    color: #AA182C;
    background-color: #FFFFFF;
    border: 2px solid  #BBBBBB;
}
.squre_btn:focus{
    color: #AA182C;
    background-color: #FFFFFF;
    border: 2px solid  #1D1D1B;
}
.squre_btn:active{
    color: #AA182C;
    background-color: #FFFFFF;
    border: 2px solid  #D9D8D6;
}
.squre_btn:disabled{
    color: #BF6772;
    background-color: #E0DFDE;
    border: 2px solid  #E0DFDE;
}

#btn_findid2 {
    width:106px;height:34px;
    margin-top: 100px;
    margin-left: calc(100% - 126px);
}

.squre_rev_btn
{
    border: 2px solid  #D9D8D6;
    background-color: #D9D8D6;
    color:#AA182C;
    display: inline-block;
    font-size:14px;
    font-weight: bold;
    outline: none;
    user-select: none;
}

.squre_rev_btn:hover{
    color: #AA182C;
    background-color: #D9D8D6;
    border: 2px solid  #BBBBBB;
}
.squre_rev_btn:focus{
    color: #AA182C;
    background-color: #D9D8D6;
    border: 2px solid  #1D1D1B;
}
.squre_rev_btn:active{
    color: #AA182C;
    background-color: #D9D8D6;
    border: 2px solid  #D9D8D6;
}
.squre_rev_btn:disabled{
    color: #BF6772;
    background-color: #E0DFDE;
    border: 2px solid  #E0DFDE;
}

.squre_rev_btn2
{
    border: 2px solid  #BBBBBB;
    background-color: #BBBBBB;
    color:#AA182C;
    display: inline-block;
    font-size:14px;
    font-weight: bold;
    outline: none;
    user-select: none;
}
.squre_rev_btn2:hover{
    color: #AA182C;
    background-color: #BBBBBB;
    border: 2px solid  #D9D8D6;
}
.squre_rev_btn2:focus{
    color: #AA182C;
    background-color: #BBBBBB;
    border: 2px solid  #1D1D1B;
}
.squre_rev_btn2:active{
    color: #AA182C;
    background-color: #BBBBBB;
    border: 2px solid  #D9D8D6;
}
.squre_rev_btn2:disabled{
    color: #BF6772;
    background-color: #E0DFDE;
    border: 2px solid  #E0DFDE;
}

.id_save_opt
{
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-bottom: 25px;
}

.under_linebtn_left
{
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    font-size:20px;
    font-weight: normal;
    outline: none;
    user-select: none;
    display: flex;
    /*
    color: rgba(235, 0, 40, 1);
    float: left;
    line-height: 20px;
    */
    /* 20211110 david */    
    color: #fff;
    line-height: 0px;
}

.pwd_reset_group 
{
    display: flex;
}

.under_right
{
    line-height: 20px;
    font-size:20px;
    font-weight: normal;
    outline: none;
    user-select: none;
    margin-right: 10px;
    /*
    color: rgba(235, 0, 40, 1);
    float: right;
    */
    /* 20211110 david */  
    color: #fff;
}
.under_linebtn_right
{
    cursor: pointer;
    line-height: 20px;
    text-decoration: underline;
    text-underline-position: under;
    font-size:20px;
    font-weight: normal;
    outline: none;
    user-select: none;
    display: flex;
    /*
    color: rgba(235, 0, 40, 1);
    float: right;
    */
    /* 20211110 david */   
    color: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}


.form_group_bg{
    /* 
    margin-top: 16px;
    margin-bottom: 4px;
    width:100%;
    height:48px;
    border-radius: 6px;
    border: 1px solid rgba(235, 0, 40, 1); 
    */
    /* 20211110 david */
    margin-top: 12px;
    margin-bottom: 4px;
    height: 55px;
    width: 515px;
    border-radius: 6px;
    border: 1px solid #1D1D1B; 
}
.form_group_bg:hover{
    background-color: white;
    box-shadow: 0 0 0 2px rgba(146,204,253,1);
    border: 1px solid rgba(146,204,253,1);
}
.form_group_bg:focus-within{
    background-color: white;
    box-shadow: 0 0 0 2px rgba(146,204,253,1);
    border: 1px solid rgba(146,204,253,1);
}
 
.form_group{
    margin-bottom: 4px;
    background-color: white;
    /*
    margin-top: 16px;
    width:100%;
    height:50px;
    */
    /* 20211110 david */
    margin-top: 12px;
    width:500px;
    height:55px;
}

.form_input{
    border: none;
    outline: none;
    background-color: white;
    /* 
    padding-left: 10px;
    margin-top: 1px;
    width: 620px;
    height: 44px; 
    margin-left: 5px;
    */
    /* 20211110 david */
    padding-left: 20px;
    margin-top: 3px;
    width: 490px;
    height: 50px;
    margin-left: 1px;
    border-radius: 6px;
    font-size: 18px;
    padding-top: 2px;
    /*  */
}
.form_input_invalid
{
    margin-top: 12px;
    margin-right: 5px;
    float: right;
    width: 15px;
    height: 19px;
    background-repeat: no-repeat;
    display: none;
}

.form_inputlable {
    color:  rgba(235, 0, 40, 1);
    font-size: 16px;
    display: none;
}

.login_separator {
    width: 515px;
    height: 10px;
    border-bottom: #fff solid 2px;
}

.normal_btn
{
    border-radius:6px;
    background-color: rgba(235, 0, 40, 1);
    color:white;
    display: inline-block;
    margin-bottom:8px;
    font-size:20px;
    outline: none;
    border: none;
    user-select: none;
    /*
    margin-top: 14px;
    width: 100%;
    height: 46px;
    */
    /* 2021110 david */
    margin-top: 10px;
    width: 515px;
    height: 50px;
}

.normal_btn:hover{
    color: rgba(235, 0, 40, 1);
    background-color: white;
    box-shadow: 0 0 0 2px rgba(235, 0, 40, 1);
}
.normal_btn:focus{
    color: rgba(235, 0, 40, 1);
    background-color: white;
    box-shadow: 0 0 0 2px rgba(235, 0, 40, 1);
}
.normal_btn:active{
    color: white;
    background-color: rgba(235, 0, 40, 1);
    box-shadow: 0 0 0 2px rgba(235, 0, 40, 1);
}
.normal_btn:disabled{
    color: #BF6772;
    background-color: #E0DFDE;
    box-shadow: 0 0 0 2px rgba(235, 0, 40, 1);
}

.tym_smal_btn
{
    border:none;
    background-color: #FFFFFF;
    color:#AA182C;
    display: inline-block;
    width: 40%;
    height: 44px;
    font-size:19px;
    font-weight: bold;
    align-content: center;
}

.sub-btn-small
{
    border:none;
    background-color: #FFFFFF;
    color:#AA182C;
    width: 15%;
    height: 100%;
    font-size:19px;
    font-weight: bold;
    align-content:center;
    border-radius:12px;
    margin-left: 10px;
    
}

#btn_foldfind {
    margin-top: 40px;
    margin-left: 46px;
    width: 136px;
}

#btn_resetcancel {
    margin-top: 15px;
    margin-left: 46px;
    width: 136px;
}
.title_area  {
    width: 660px;
    height: 700px;
    position: absolute;
    top :12%;
    left: 50%;
    transform: translate(-50%, 0%);
    align-items: center;
}

/* .title_logo {
    width: 100%;
    height: 200px;
    background: url('../res/title_logo_new.png') no-repeat center center;
} */

.title_logo {
    width: 321px;
    height: 199px;
    background: url('../res/mytymsam.png') no-repeat center center;
}

.title_text {
    margin-top: 100px;
    width: 100%;
    height: 50px;
    color: rgba(235, 0, 40, 1);
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.form-control-findinput{
    width:415px; height: 62px; margin-bottom: 16px; border-radius:12px;
}

.sub-coltrol-input{
    width:80%; height: 100%; border-radius:12px;
}

.form-control-resetinput{
    width:200px; height: 40px; border-radius:12px;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 2;
}
.modal-container.show-modal {
    display: block;
    z-index: 2;
}

.modal-box {
    z-index:3;
    background:#FFFFFF;
    position: absolute;
    overflow: hidden; 
    top : 50%;
    left : 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    /* border: 2px solid  #79242F; */
    border: 2px solid  #1D1D1B;
}

.modal-header {
    /* background-color: #79242F; */
    background-color: #1D1D1B;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
    color: white;
    font-size:14px;
    /* font-weight: bold; */
}

.modal-header-title {
    margin-left: 15px;
    margin-top: -7px;
}

.modal-close-box {
    position: absolute;
    right: 10px;
}
/* Select 영역 시작 ==*/
.wrap_selectbox * {
    margin: 0;
    padding: 0;
    font-size:14px;
    /* font-weight: bold; */
    user-select: none;
}
.wrap_selectbox ul li,
.wrap_selectbox ol li {
    list-style: none;
}
.select_box {
    margin: 20px;
    margin-top: 40px;
}
.select_box .box {
    display: inline-block;
    position: relative;
    width: 500px;
}
.select_box .box .select {
    position: relative;
    border: 2px solid #BFBFBF;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    line-height: 35px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.select_box .box .select:after {
    content: '▼';
    position: absolute;
    top: 0;
    right: 10px;
}
.select_box.on .box .select:after {
    content: '▲';
}
.select_box .box .list {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    border: 2px solid #ccc;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    max-height: 200px;
    background-color: #fff;
}
.select_box .box .list::-webkit-scrollbar {
    width: 10px;
    height: 0;
}
.select_box .box .list::-webkit-scrollbar-button:start:decrement,
.select_box .box .list::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
}
.select_box .box .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.select_box .box .list::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.select_box .box .list>li {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.select_box .box .list>li:hover {
    background-color: #ccc;
}
/* Select 영역 끝 ==*/

.select_box2 {
    margin: 20px;
}
.select_box2 .box {
    display: inline-block;position: relative;width: 500px;
}
.select_box2 .box .select {
    position: relative;
    border: 2px solid #BFBFBF;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    line-height: 35px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.select_box2 .box .select:after {
    content: '▼';
    position: absolute;
    top: 0;
    right: 10px;
}
.select_box2.on .box .select:after {
    content: '▲';
}
.select_box2 .box .list {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    border: 2px solid #ccc;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    max-height: 200px;
    background-color: #fff;
}
.select_box2 .box .list::-webkit-scrollbar {
    width: 10px;
    height: 0;
}
.select_box2 .box .list::-webkit-scrollbar-button:start:decrement,
.select_box2 .box .list::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
}
.select_box2 .box .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.select_box2 .box .list::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.select_box2 .box .list>li {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.select_box2 .box .list>li:hover {
    background-color: #ccc;
}

/* Select2 영역 끝 ==*/

.search_input {
    position: relative;
    height: 36px;
    margin-bottom: 8px;
}

.search_input label {
    position: absolute;
    right:365px;
    line-height: 36px;
    /* font-weight: bold; */
    font-size:14px;
    user-select: none;
}

.form-find-input {
    position: absolute;
    right: 20px;
    width: 325px;
    height: 35px;
    border: 1px solid  #F4F3F3;
    background-color: #F4F3F3;
}

.form-find-input_long {
    position: absolute;
    width: 325px;
    height: 35px;
    border: 1px solid  #BFBFBF;
    background-color: #F4F3F3;
    top :50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-find-long {
    position: absolute;
    right: 20px;
    width: 325px;
    height: 35px;
    border: 1px solid  #F4F3F3;
    background-color: #F4F3F3;
}

.wrap_inputbox_btn {
    width:100%;
    height:34px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}

.wrap_inputbox_btn button{
    width: 60px;
    height: 100%;
}

.wrap_alertmeg{
    height: 110px;
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align:middle;
    text-align: center;
}

.wrap_longinput {
    position: absolute;
    top :50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #D9D8D6;
    width:80%; height:140px;
    border: 2px solid  #BFBFBF;
    /* border-top: 4px solid  #79242F; */
    display: table-cell;
    vertical-align:middle;
}

.wrap_infoinput {
    position: absolute;
    top :50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #D9D8D6;
    width:80%; height:180px;
    border: 2px solid  #BFBFBF;
    display: table-cell;
    vertical-align:middle;
}

.wrap_inputbox_long_btn{
    width:100%;
    height:34px;
    display: flex;
    justify-content: center;
    align-content: center;
    
    position: absolute;
    top :90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrap_inputbox_long_btn button{
    width: 60px;
    height: 100%;
}

#newpwerr_text {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 20px;
    height: auto;
    text-align: center;
    font-size:14px;
    font-weight: normal;
    color: #AA182C;
}

/* 20211109 david */
body {
    background-color: #000000;
}

.background_filter {
    position: absolute;
    right: 0;    
}

.login_container {
    display: flex;
    width: 1920px;
    height: 1080px;
    background-color: #1D1D1B;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #000000;
    top: 50%;
    left: 50%;
    margin-top: -540px;
    margin-left: -960px;
    position: absolute;
}

.login_left_panel {
    width: calc(100% - 645px);
    height: 100%;
}

.login_right_panel {
    z-index: 1;
    width: 645px;
    height: 100%;
}

.login_right_upper_panel {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    width: 100%;
    height: 40%;
}

.login_right_lower_panel {
    width: 100%;
    height: 60%;
}

#languageload {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 1;
    background: black;
    z-index: 99;
    text-align: center;
}

#login_header {
    position: fixed;
    right: 0;
    top: 10px;
    left: 0;
    z-index: 99;
}

.langchange {
    width: 110px;
    height: 40px;
    position: absolute;
    border-radius: 4px;
    color: white;
    right: 15px;
    
}

.langchange .label {
    display: flex;
    align-items: center;
    width: inherit;
    height:  inherit;
    border: 0 none;
    outline: 0 none;
    background-image: url('../res/icon20x24px.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: #1D1D1B;
    padding-left: 35px;
    color: white;
    font-size: 15px;
}
.langchange .optionList {
    position: absolute;
    list-style-type: none;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 0;
    transition: .3s ease-in;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    background-color: #1D1D1B;
}
.langchange.active .optionList{
    max-height: 200%;
}
.langchange .optionItem {
    
    padding: 5px 15px 5px;
    transition: .1s;
}
.langchange .optionItem:hover {
    background: #AA182C;
}

.inputRadio {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    height: 100%;
}

.inputRadio select, .inputRadio input{
    background-color: transparent;
    border: 1px solid  #BFBFBF;
    background-color: #F4F3F3;
    align-items: center;
    height: 100%;
    width: 100%;
}

.search_input2 {
    height: 36px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
}

.search_input2 .inputRadio2 {
    display: inline-flex;
    width: 326px;
    vertical-align: middle;
    height: 36px;
}

.search_input2 label {
    width: 180px;
    float: left;
    text-align: right;
    margin-right: 8px;
    line-height: 36px;
    font-size:14px;
    user-select: none;
}

.search_input2 .form-find-input3 {
    width: 320px;
    display: inline-flex;
    text-align: left;
    line-height: 36px;
    font-size:14px;
    vertical-align: middle;
    user-select: none;
    border: 1px solid  #BFBFBF;
}

.search_input2 .inputRadio2 select {
    width:95px; 
    text-align:center; 
    margin-right:5px;
    background-color: #F4F3F3;
}

.form-find-input4 {
    width: 100%;
    height: 36px;
    border: 1px solid  #F4F3F3;
}

.search_input3 {
    height: 36px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
}

.search_input3 .inputRadio3 {
    display: inline-flex;
    width: 324px;
    vertical-align: middle;
    height: 36px;
}

.search_input3 label {
    width: 180px;
    float: left;
    text-align: right;
    margin-right: 8px;
    line-height: 36px;
    font-size:14px;
    user-select: none;
}

.search_input3 .form-find-input4 {
    width: 324px;
    display: inline-flex;
    text-align: left;
    line-height: 36px;
    font-size:14px;
    vertical-align: middle;
    user-select: none;
    border: 1px solid  #BFBFBF;
}

#btn_resetrequestcode {
    width: 125px; 
    height:38px;
    margin-right: -5px;
}

.form-find-input2 {
    height: 36px;
    width: calc(100% - 125px);
    border: 1px solid  #F4F3F3;
    background-color: #F4F3F3;
    margin-right: 5px;
}

.search_input3 .inputRadio3 select {
    width:95px; 
    text-align:center; 
    margin-right:5px;
    background-color: #F4F3F3;
}

