/* reset */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.33;
}

input {
  font-size: 1.4rem;
  color: #333;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
  opacity: .6;
}

:-ms-input-placeholder {
  color: #666 !important;
  opacity: .6;
}

input[type="submit"],
button {
  border: 0;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + label,
input[type=radio] + label {
  opacity: .6;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  font-weight: bold;
  opacity: 1;
}

/* common */
.txt {
  font-size: 1.4rem;
}

.txt + .input-area {
  margin-top: 20px;
}

.txt-center {
  text-align: center;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  padding: 14px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}

.btn-color-1 {
  background-color: #DF4523;
  color: #fff;
}

.btn-color-2 {
  background-color: #BFBFBF;
  color: #fff;
}

.btn-color-3 {
  background-color: transparent;
  color: #999;
}

.btn-color-4 {
  background-color: transparent;
  color: #333;
}

.btn-color-4 + .btn-color-4:before {
  content: '';
  border-left: 1px solid #333;
}
.btn-color-5 {
  background-color: #2f5597;
  color: #fff;
}
.btn-type-0 {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px 6px;
  border: 1px solid #666;
  color: #666;
  background-color: transparent;
}

.btn-type-0 + p {
  margin-top: 12px;
}

.ico {
  display: inline-block;
  vertical-align: middle;
}

.ico-arr-bottom {
  width: 10px;
  height: 10px;
  background: url(/common/img/arr-bottom.svg) no-repeat center -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ico-arr-top {
  width: 10px;
  height: 10px;
  background: url(/common/img/arr-bottom.svg) no-repeat center -5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ico-logout {
  width: 12px;
  height: 16px;
  background: url(/common/img/logout.svg) no-repeat center left;
}

/* login(sso) */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.login-area {
  position: relative;
  width: 400px;
  padding: 90px 120px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.3);
          box-shadow: 0 0 10px rgba(50, 50, 50, 0.3);
  height: 610px;
}

.login-area.popup {
  width: 320px;
  height: 360px;
}

.login-area.popup .title .sub {
  margin-top: 10px;
}

.login-area.popup .otp-input {
  margin-top: 30px;
}

.login-area.popup .btn {
  padding: 10px 20px;
  min-width: 100px;
}

.login-area.manage {
  padding: 90px 90px 40px;
  width: 400px;
}

.login-area.manage.popup {
  padding: 40px 40px 10px;
}

.login-area.manage .otp-input [type=text],
.login-area.manage .otp-input [type=password] {
  text-align: center;
}

.login-area.manage .otp-input + .btn-area {
  margin-top: 10px;
}

.login-area.manage * + .info {
  margin-top: 20px;
}

.header {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.close {
  position: absolute;
  background-color: transparent;
  right: 14px;
}

.close > span {
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close > span:last-child {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.title {
  text-align: center;
}

.title .txt {
  font-size: 3.2rem;
  font-weight: bold;
}

.title .sub {
  font-size: 1.6rem;
  opacity: .6;
  margin-top: 20px;
}

.ci {
  width: 140px;
  vertical-align: -30%;
}

.ci2 {
  width: 100px;
  
}

.login-form {
  padding-top: 70px;
  width: 400px;
}

.input-row {
  padding: 12px 15px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-row input {
  border: 0;
  width: 100%;
}

.input-row.focus {
  border-color: #DF4523;
}

.input-area {
  min-width: 400px;
}

.input-area + .input-area {
  margin-top: 10px;
}

.input-area + .info {
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}

.clear {
  display: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  padding: 0;
  position: relative;
}

.clear span:after,
.clear span:before {
  content: '';
  top: 10px;
  left: 0;
  position: absolute;
  width: 18px;
  height: 1px;
  border: 1px solid;
  border-color: #666 transparent transparent;
}

.clear span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -1px;
}

.clear span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.del .clear {
  display: block;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
}

.btn-area input[type="submit"] + input[type="submit"] {
  margin-left: 6px;
}

.footer {
  margin-top: 55px;
}

.footer .ci {
  width: 120px;
}

.footer.lang {
  bottom: 60px;
}

.footer.lang .lang-item {
  cursor: pointer;
  font-size: 1.6rem;
  padding: 8px 18px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
}

.footer.lang [type=radio]:checked + .lang-item {
  border-color: #333;
}

.footer > .info {
  margin-top: 0;
}

.info {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info .info-item {
  display: inline-block;
}

.info .info-item + .info-item {
  margin-left: 20px;
}

.info .info-item img {
  width: 96px;
  vertical-align: middle;
}

.info .info-item .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  margin-top: -4px;
}

.info .info-item p:not(.title) {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.33;
}

.info .info-item p:not(.title) + p,
.info .info-item p + p {
  margin-top: 4px;
}

/* otp */
.otp .login-area {
  width: auto;
  padding: 70px 120px 50px;
}

.otp .login-form {
  padding-top: 40px;
}

.otp .otp-image {
  position: absolute;
  width: 88px;
  top: -44px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.otp .title .txt {
  font-size: 4rem;
  margin-left: 5px;
}

.otp .title .sub {
  margin-top: 10px;
}

.otp .btn-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.otp .btn-area input[type="submit"] {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
}

.otp .btn-area input[type="submit"] + input[type="submit"] {
  margin: 0 0 0;
}

/* otp view - additional */
.otp-item {
  width: 300px;
  height: 430px;
  padding: 50px;
}

.otp-item .otp-image {
  width: 70px;
}

.otp-item .footer img + .txt {
  font-weight: bold;
  font-size: 18px;
}

.otp-view {
  font-size: 1.6rem;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.otp-view .otp-num {
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.otp-view .otp-num + .txt,
.otp-view .otp-num + .otp-time {
  margin-top: 40px;
}

.otp-view .otp-num + .otp-key {
  margin-top: 20px;
}

.otp-view .txt {
  text-align: center;
}

.otp-view .txt + .txt {
  font-size: 2.2rem;
}

.otp-view .otp-key {
  text-align: center;
  margin-top: 40px;
  word-break: break-all;
}

.otp-view .otp-key + .otp-time {
  margin-top: 40px;
}

.otp-view + .footer {
  bottom: 60px;
}

.otp-view + .footer .ci {
  width: 100px;
}

.otp-time {
  background-color: #f4f4f4;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0;
}

.otp-input {
  width: 100%;
  margin-top: 15px;
}

.otp-input + .footer {
  margin-top: 35px;
}

.countdown {
  width: 106px;
  height: 14px;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  margin: auto;
}

.countdown .item {
  display: inline-block;
  width: 16px;
  height: 100%;
  background-color: #df4523;
}

.countdown .item + .item {
  margin-left: 2px;
}

.list-horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.list-horiz .list-item {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  border: 1px solid transparent;
}

.list-horiz.btn .list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-horiz.btn .first_border {
  border-right: 1px solid #333;
}

.list-horiz.btn .right_border {
  border-right: 1px solid #333;
}

/* .list-horiz.btn .list-item + .list-item { */
/*   border-left: 1px solid #333; */
/* } */

.user-info {
  position: absolute;
  font-size: 2rem;
  cursor: pointer;
  top: 65px;
  right: 20px;
  text-align: right;
}

.user-info .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  width: auto;
}

.user-info .info-item + .info-item {
  margin-left: 0;
}

.user-info .image {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.user-info .image img {
  width: 100%;
  vertical-align: top;
}

.user-info .logout {
  font-size: 1.2rem;
  opacity: .5;
  margin-top: 5px;
}

.user-info .logout span {
  vertical-align: middle;
}

.user-info .logout:hover {
  opacity: .8;
}

.user-info.hidden .ico-arr-bottom {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-position-y: -8px;
}

.user-info.hidden .logout {
  display: none;
}

.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.dimmedHigh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9001;
}


.dialog {
  border-radius: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-filter: drop-shadow(0 19px 38px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(0 19px 38px rgba(0, 0, 0, 0.26));
  z-index: 9999;
  font-size: 1.6rem;
  padding: 25px 0 0;
  line-height: 1.33;
  min-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.dialog .contents {
  padding: 0 28px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 50px;
}

.dialog .title {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.dialog .txt {
  opacity: .5;
  font-size: 1.6rem;
  padding-top: 12px;
}

.dialog .btn {
  padding: 0;
  border-top: 1px solid #ddd;
}

.dialog .btn .flex-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialog .btn .left-area,
.dialog .btn .right-area {
  width: 50%;
}

.dialog .btn .left-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #eee;
}

.dialog .btn .right-area {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.dialog .btn button {
  width: 100%;
  padding: 17px 0;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid transparent;
}

.dialog .btn button + button {
  margin-left: -6px;
}

.dialog.detail .txt {
  font-size: 2.4rem;
}

.dialog.detail .btn .left-area,
.dialog.detail .btn .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=layout.css.map */