* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
  flex-shrink: 0;
}

ul,
li {
  list-style: none;
}

html,
body {
  font-family: "Noto Sans KR", sans-serif;
  height: 100%;
}
html,
body,
header,
section,
div,
nav,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
input,
select,
textarea,
button,
a,
p,
span,
strong,
footer {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: linear-gradient(to bottom, #b086aa 0%, #7699c0 50%, #566492 100%);
  background: -moz-linear-gradient(
    to bottom,
    #b086aa 0%,
    #7699c0 50%,
    #566492 100%
  );
  background: -o-linear-gradient(
    to bottom,
    #b086aa 0%,
    #7699c0 50%,
    #566492 100%
  );
  background-attachment: fixed;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.container {
  margin: auto;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
}

.container .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jost {
  font-family: "Jost", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}

.row {
  width: 100%;
  display: flex;
}

.row-1 {
  height: 310px;
}

.row-2 {
  height: 420px;
}
.column {
  flex-basis: 35%;
  box-sizing: border-box;
  overflow: hidden;
}

.column2 {
  flex-basis: 66.66%;
  overflow: hidden;
}
.col-1 {
  background: white;
  padding-top: 45px;
}

.col-1 h1 {
  display: inline;
  font-family: "Jost ", sans-serif;
  font-weight: 900;
  font-size: 2em;
  background: linear-gradient(
    30deg,
    rgba(11, 46, 127, 1) 40%,
    rgb(41 152 222) 58%,
    rgb(11 46 127) 78%
  );
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: -1px;
}

.col-1 img {
  margin-top: 15px;
}

.col-1 .sub-title {
  margin-top: 15px;
  background: linear-gradient(
    162deg,
    rgba(113, 3, 223, 1) 0%,
    rgba(128, 87, 252, 1) 45%,
    rgba(32, 155, 201, 1) 78%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.col-1 p {
  display: inline;
  font-size: 1.25em;
  line-height: 1.2;
  letter-spacing: -1px;
}

.col-2 {
  text-align: left;
  margin-top: 90px;
  color: white;
  margin-bottom: 25px;
}

.col-2 h2 {
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.9);
}

.col-2 h3 {
  font-size: 2.125em;
  line-height: 1;
  padding-top: 20px;
  letter-spacing: -1px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

.col-2 p {
  font-size: 0.5em;
  transform: scale(0.8) translateX(-12%);
  line-height: 1.3;
  opacity: 0.5;
  font-family: "Joystix", sans-serif;
}

.col-2-info {
  padding-left: 40px;
}

.col-5-info {
  margin-top: 15px;
  width: 255px;
}

.col-5 {
  background: white;
  text-align: left;
  flex-basis: 30%;
}

.col-5-wrap {
  padding: 90px 30px 30px 40px;
}

.col-5-info label {
  font-size: 1.1em;
  font-weight: bold;
  color: #1748a7;
  font-family: "Arial Narrow", Arial, sans-serif;
  display: inline-block;
}

div.input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col-5-info .Login-button {
  position: relative;
  width: 135px;
  height: 48px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background: linear-gradient(#2a5baa, #24519b, #366bc1);
  border: 1px solid #253e7a;
  font-family: "Arial Narrow";
  border-radius: 5%;
  margin-top: 25px;
  margin-left: auto;
  overflow: hidden;
  letter-spacing: 1px;
}

.col-5-info .Login-button::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0 0 12px 12px;
}

.col-5-info .Login-button:hover {
  background: linear-gradient(#23529e, #1d4689, #346dc8);
}

.col-5-info .Login-button:hover::before {
  background: rgba(255, 255, 255, 0.6);
}

.input-box {
  margin-left: -15px;
}

input[type="text"],
input[type="password"] {
  width: 135px;
  padding: 5px 0 5px 7px;
  color: #666;
  font-size: 0.9em;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255) 50%,
    rgba(234, 234, 234) 100%
  );
  border: 1px solid rgb(220, 220, 220);
}

.save-box {
  margin-top: 45px;
  color: #666;
  align-items: center;
}
.save {
  margin-right: 7px;
}

.save-group label {
  color: #212121;
  font-size: 0.9em;
  margin-left: 5px;
  line-height: 1;
}

.save-group {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.id-group {
  margin: 4px 0;
  font-size: 0.9em;
}

.id-group a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  -webkit-clip-path: polygon(100% 47%, 1% 0, 0 100%);
  clip-path: polygon(100% 47%, 1% 0, 0 100%);
  background-color: #ff6100;
  margin-right: 5px;
}

.policy {
	text-align : center;
	font-size:12px;
	color:#888;
	margin-bottom: 10px;
}
