html {
  height: 100%;
}
body {
  height: 100%;
  background: url(../images/bg.png) no-repeat center bottom;
  background-size: contain;
}
.container {
  width: 1024px;
  padding: 160px 0 0;
}
.top {
  position: relative;
  height: 78px;
}
.mainTitle {
  position: absolute;
  left: 50%;
  top: 0;
  width: 236px;
  height: 50px;
  margin: 0;
  margin-left: -118px;
  font-weight: bold;
  font-size: 50px;
  color: #59554c;
}
.mainTitle span {
  color: #cd132f;
}
.navbar-brand {
  width: 200px;
  height: 42px;
  text-indent: -9999px;
}
.login-wrap {
  padding: 52px 36px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.login-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.login-wrap .col-sm-6 {
  min-height: 330px;
  padding: 0 0 0 75px;
}

.login-wrap .col-sm-6:first-child {
  padding: 0 74px 0 0;
  border-right: 1px solid #e4e4e4;
}
.login-wrap .hdr {
  margin-bottom: 12px;
}
.login-wrap .hdr:after {
  content: "";
  display: block;
  clear: both;
}
.form-signin .hdr .form-signin-heading {
  float: left;
  font-weight: 600;
  margin: 0;
}
.form-signin .hdr .dropdown {
  float: right;
}
.form-signin .hdr .dropdown .btn-default {
  width: 160px;
  border: 1px solid #979797;
  text-align: left;
  color: #000;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu li a {
  height: 44px;
  padding: 10px 20px;
}
.form-signin .hdr .dropdown .btn-default .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.form-signin input {
  height: 44px;
  border-radius: 0;
  border-color: #979797;
  font-size: 14px;
}
.form-signin input[id="inputPassword"] {
  margin-top: 8px;
}
.checkbox {
  height: 32px;
}
.checkbox .btn-find {
  position: absolute;
  top: 5px;
  right: 0;
  background: none;
  border: none;
  color: #000;
}
.checkbox input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  width: 32px;
  height: 32px;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
  float: left;
  border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label {
  float: left;
  background: url(../images/ico_checkbox.png) no-repeat left center;
  background-size: cover;
}
input[type="checkbox"] + label span {
  position: absolute;
  left: 40px;
  top: 5px;
  display: block;
}

.radio-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 24px;
}
.radio-wrap label {
  margin-bottom: 0;
  padding-left: 7px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

input[type="radio"],
input[type="radio"]:checked {
  appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 0.1rem;
  cursor: pointer;
}

input[type="radio"] {
  background: url(../images/ico_radio_off.png);
  outline: none;
}
input[type="radio"]:checked {
  background: url(../images/ico_radio_on.png);
  outline: none;
}

.btn-signin {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 40px;
  color: #fff;
  background-color: #e41a2c;
  border: 0;
}

.btn-email {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 6px;
  border: 1px solid #e41a2c;
  color: #e41a2c;
  background-color: #fff;
}
.notice-top {
  position: relative;
  margin-top: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
}
.notice-top .title {
  line-height: 33px;
  font-size: 32px;
  font-weight: 600;
}
.btn-more {
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 33px;
  color: #000;
  padding-right: 18px;
  background: url(../images/ico_plus.png) right 10px no-repeat;
  border: 0;
}
.notice-list {
  padding: 0;
}
.notice-list li {
  position: relative;
  list-style: none;
  margin: 0;
  height: 44px;
  border-bottom: 1px solid #e4e4e4;
}
.notice-list li a {
  display: block;
  color: #000;
  line-height: 44px;
}
.notice-list li:after{
  content: "";
  display: block;
  clear: both;
}
.notice-list li a:before {
  content: "- ";
}
.notice-list li .date{
  position: absolute;
  right:0;
  top:50%;
  margin-top: -11px;
}

/* modal */
.modal-header {
  padding: 18px;
  background-color: #fafafa;
  border-bottom: 1px solid #e4e4e4;
}
.modal-content {
  border-radius: 0;
}
.modal-content.scroll{
  height:96.5vh;;
}
.modal-content .scroll_inner{
  height:calc(100% - 141px);
  overflow-y:auto;
}
.modal-body {
  padding: 24px 36px;
}
.modal-dialog h4,
.modal-dialog h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.modal-dialog h5 {
  margin-bottom: 16px;
}
.form-control {
  height: 44px;
  border-radius: 0;
  border-color: #979797;
}
section + h5 {
  margin-top: 60px;
}
section h6 {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}
section input {
  margin-bottom: 16px;
}
.inp-addr {
  margin-bottom: 16px;
}
.inp-addr input {
  margin-bottom: 6px;
}
.inp-addr .zipcode input {
  display: inline-block;
  width: calc(100% - 88px);
}
.inp-addr .zipcode .btn {
  display: inline-block;
  width: 84px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #e41a2c;
  border-radius: 0;
  vertical-align: top;
  color: #e41a2c;
}
.list-group-item a {
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  /* Desktop */
  .col-sm-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 7px;
  }
  .col-sm-6:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Tablet */
  .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .login-wrap .col-sm-6:first-child {
    padding-right: 52px;
  }
  .login-wrap .col-sm-6 {
    padding-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  /* Mobile */
  body {
    background: none;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand > img {
    width: 100px;
  }
  .mainTitle {
    font-size: 25px;
  }
  .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 48px;
  }
  .login-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .login-wrap .col-sm-6 {
    padding-left: 0;
  }
  .top {
    height: 70px;
  }
  .navbar-brand {
    width: 100px;
    height: 21px;
    background-size: contain;
  }
  .mainTitle {
    float: left;
    position: static;
    width: 122px;
    height: 21px;
    background-size: contain;
    margin-left: 24px;
    margin-top: -5px;
  }
  .login-wrap {
    border: 0;
    padding-top: 0;
  }
  .login-wrap .col-sm-6:first-child {
    margin-bottom: 36px;
    padding-bottom: 48px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .col-sm-6 {
    padding: 0;
  }
  .panel-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
