/* html, body {
  width: 100$;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  color: black;
  margin: 0;
  padding: 0;
} */

html {
    overflow-x: hidden;
    touch-action: none;
    height:100%;
    min-height: 100vh;
}


body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow-x: hidden;
    touch-action: pan-x pan-y;
    background:linear-gradient(45deg, #ff005a, #ff005a, #fe2986, #8e32eb);
}

div {
    margin: 0;
    padding: 0;
}

table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
}

td {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0,0,0,0);
}

tr {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

hr {
    width:100%;
    border: 0px;
    border-top: 1px dotted #666666;
    background-color: rgba(0,0,0,0);
    height:0px;
}

a {
    text-decoration: none;
    color:white;
}

.vertical_gap {
    height:10px;
}

.vertical_gap_big {
    height:15px;
}

.vertical_gap_huge {
    height:25px;
}

.vertical_gap_small {
    height:5px;
}
.content_title_in_list {
    color: #333;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    padding:0;
    margin:0;
}
.content_info {
    vertical-align: top;
    text-align:left;
    font-size:13px;
    color:#999;
    line-height: 20px;
    height:19px;
    padding:0;
    margin:0;
}

.login_input[type=text] {
    padding:5px;
    border:0px;
    width:120px;
    font-size:13px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color:#333333;
}

.login_input[type=password] {
    padding:5px;
    border:0px;
    width:120px;
    font-size:13px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color:#333333;
}

.submit_btn {
    background: linear-gradient(45deg, #ff005a, #fe2986, #8e32eb);
    color: white;
    font-weight: 700;
    box-shadow : 5px 5px 10px 0 rgba(0,0,0,0.1);

    padding: 12px 24px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50px;
    display: inline;

    border:1.5px solid #ff005a;
}

.submit_btn:hover {
    background-color:white;
    color: #ff005a;
    border:1.5px solid #ff005a;
}
