

input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  padding-left: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background: url(/resource/images/checkbox.svg) no-repeat;
}

input[type="checkbox"]:checked + label {
  background-position: 0 -16px;
}

div.checkbox-container input[type="checkbox"]
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}

div.checkbox-container input[type="checkbox"] + label
{
  color: #333333;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 3px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0px !important;
}

div.checkbox-container input[type="checkbox"] + label + a
{
  margin-left: 4px;
  
}

a.checkbox-goono:hover
{
  text-decoration: underline;
}

div.checkbox-container input[type="checkbox"] + label:before
{
  display: inline-block;
}

input[type="text"]:focus, input[type="password"]:focus {
  outline: none;
  border: 1px solid #2196F3 !important;
}

/* input[type="text"][verify="false"], input[type="password"][verify="false"] {
  border: 1px solid #ef5350;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


.goono-btn-1{
  background-image: url("/resource/assets/img/exosphere/blog/img-partner-redwit-2.png");
  background-size: 446px 94px;
  background-color: #FFD800;
  border-radius: 100px;
  border: none;
  width: 446px;
  height: 94px;
  margin-top: 25px;
  @media (max-width: 600px) {
    /* transform: scale(60%); */
    margin: 0 auto;
    width: 300px;
    height: 60px;
    background-size: 300px 60px;
  }
}

.goono-btn-2{
  background-image: url("/resource/assets/img/exosphere/blog/img-partner-redwit-5.png");
  background-size: 397px 94px;
  background-color: #153771;
  border-radius: 100px;
  border: none;
  width: 397px;
  height: 94px;
  margin-top: 55px;
  @media (max-width: 600px) {
    transform: scale(60%);
    margin: 0 auto;
  }
}
.goono_table {
  background-color: #444;
}
.goono_table table {
  
  @media (max-width: 600px) {
    transform: scale(70%);
  }
}
.goono-btn-3{
  background-image: url("/resource/assets/img/exosphere/blog/img-partner-redwit-8.png");
  background-size: 165 32px;
  background-color: #444444;
  border: none;
  width: 165px;
  height: 32px;
  margin-top: -10px;
}

.goono-btn-4{
  background-image: url("/resource/assets/img/exosphere/blog/img-partner-redwit-10.png");
  background-size: 226px 32px;
  background-color: #444444;
  border: none;
  width: 226px;
  height: 32px;
  margin-top: -10px;
}

.goono-title-txt{
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #3578EA;
  margin-top: 60px;
}

.goono-input{
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  width: 450px;
  height: 56px;
  padding: 3px 11px;
  font-family: 'Pretendard';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.goono-input-1{
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  width: 185px;
  height: 56px;
  padding: 3px 11px;
  font-family: 'Pretendard';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.goono-btn-txt{
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  width: 450px;
  height: 57px;
}

.goono-select-list{
  position: relative;
  float: left;
  box-sizing: border-box;
  display: block;
  width: 450px;
  height: 56px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
}

.goono-select-list > a{
  background-color: #fff;
  padding: 18px 40px 18px 10px !important;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 38px;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  width: 450px;
  height: 56px;
  background-image: url(/resource/assets/img/exosphere/icons/under-arrow.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

.goono-select-list > ul{
  display: none;
  z-index: 110;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 65px;
  border: none;
  background: #fff;
  z-index: 101;
  border-radius: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  box-shadow: 0 0 0 1px rgb(36 42 48 / 2%), 0 12px 24px 0 rgb(36 42 48 / 30%);
}

.goono-select-list > ul > li{
  list-style: none;
  display: list-item;
  text-align: -webkit-match-parent;
  height: 38px;
  padding: 8px 10px;
}

.goono-select-list > ul > li:first-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.goono-select-list > ul > li:last-child{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.goono-select-list > ul > li:hover{
  background: #E7E7E7;
}

.goono-span-txt{
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.goono-txt-1{
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #3578EA;
  margin-top: 50px;
}

.goono-txt-2{
  margin-top: 14px;
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  color: #333333;
}

.goono-btn-blue {
  color: #FFFFFF;
  background: #3578EA;
  border-radius: 10px;
  border: none;
}

.goono-btn-blue:disabled {
  background-color: #AFAFAF;
  cursor: auto;
}

.tb-div{
  margin-top: 10px;
}