@charset "utf-8";
/* ===========================================================

	Title: general-top.css
	Created: 2018-2-19

=========================================================== */
/*

	main
	main-visual
	contents
	login
	footer


=========================================================== */
/* ===========================================================

	main

=========================================================== */
main {
    float: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
    min-width: 1240px;
}
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 628px;
    min-width: 1200px;
    min-height: 628px;
    margin: 152px 0 0;
    background: url(/assets/img/public/top/login-visual.png) 50% 20% no-repeat;
    background-size: cover;
    box-sizing: content-box;
}
/* ===========================================================

	copy

=========================================================== */
.copy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 1298.467px;
    height: 435px;
    /* background: url(/assets/img/public/top/login-icon.png) 50% 50% no-repeat; */
    /* background-size: cover; */

}
.copy h1 {
    color: #008756;
    font-weight: 700;
    font-size: 56px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.copy p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 190%; /* 30.4px */
}
.login-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  /* transition: transform 5.0s ease-in-out, filter 5.0s ease-in-out; */
}
.icon1 {
  top: 3px;
  left: 125px;
}
.icon2 {
  top: 1px;
  left: 1267px;
}
.icon3 {
  top: 48px;
  left: 230px;
}
.icon4 {
  top: 30px;
  left: 890px;
}
.icon5 {
  top: 90px;
  left: 3px;
}
.icon6 {
  top: 173px;
  left: 316px;
}
.icon7 {
  top: 117px;
  left: 1075px;
}
.icon8 {
  top: 77px;
  left: 1154px;
}
.icon9 {
  top: 274px;
  left: 3px;
}
.icon10 {
  top: 213px;
  left: 171px;
}
.icon11 {
  top: 238px;
  left: 1052px;
}
.icon12 {
  top: 330px;
  left: 35px;
}
.icon13 {
  top: 358px;
  left: 291px;
}
.icon14 {
  top: 303px;
  left: 928px;
}
.icon15 {
  top: 327px;
  left: 1218px;
}
.icon16 {
  top: 420px;
  left: 1113px;
}
.forget {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background-color: #008756;
}
.forget-inner {
  width: 1070px;
  text-align: right;
  margin-top: 56px;
}
.forget a {
    text-decoration: none;
    position: relative;
    color: #fff;
    text-align: right;
    margin-bottom: 16px;
}
.forget a:before {
    position: absolute;
    top: 50%;
    right: 214px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/public/top/help.png');
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}
.forget a:hover {
    color: #BEE6D1;
}

/* ===========================================================

	login

=========================================================== */
.login-box {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1070px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 16px rgba(0, 0, 0, 0.12);
    margin-bottom: 0 !important;
}
.login-box h1 {
    color: var(--main-color--01, #008756);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
    padding: 0 32px
}
.login-content {
    display-flex;
    flex-direction: column;
}
.login-upper {
    display:flex;
    align-items:center;
}
.login-form {
    display: flex;
    align-items:center;
}
.login-form form {
}
.login-form input {
    border: none;
    width: 256px;
    height: 64px;
    line-height: 64px;
    margin: 0 8px 0 0;
    padding: 0 16px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #DDD;
}
.login-box input value,
.login-box input.ph::-webkit-input-placeholder,
.login-box input.ph:-ms-input-placeholder,
.login-box input.ph::-moz-placeholder {
    color: #111;
    font-weight: normal;
}
.login-box button {
    position: relative;
    width: 256px;
    height: 64px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    background: #faab00;
    background-image: linear-gradient(to right, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
    background-size: 200% auto;
    background-position: right center;
    box-shadow: 0px 8px 2px -5px rgba(0, 0, 0, 0.10);
    border: none;
    line-height: 64px;
}
.login-box button::before {
    /* content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    background: linear-gradient(to right, #faab00, #faab00);
    right: 100%;
    transition: all 0.5s; */
}
.login-box button span {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    z-index: 2;
}
.login-box button:hover {
  background-position: left center;
}
.login-box button:hover::before {
    right: 0;
}
.login-box #subcontent {
    display: none;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #00abcd;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
}

/* login-contents__error
----------------------------------------------------------- */
.login-box p.login-contents__error {
    position: absolute;
    top: -55px;
    left: 61%;
    transform: translateX(-50%);
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #ff000a;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
}
.login-box p.login-contents__error:before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin: 0 0 0 -8px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 8px 0 8px;
    border-color: #ff000a transparent transparent transparent;
}
.login-lower {
    text-align: center;
    color: #ff000a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -1px;
}
/* ===========================================================

	footer

=========================================================== */
footer {
    border: none;
    padding: 0;
}
