@charset "utf-8";


ul, ol, ul ul, ol ul, ol ol, ul ol {
  margin: 0;
  list-style: none
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

html,body {
  color: #4E596B;
  /*background-color: #F3F6F8;*/
  max-width: 100%;
  min-width: 290px;
  /*height: 100%;*/
  font-size:13px;
  line-height: 1.38;
  margin:0;
  font-family: 'Noto Sans KR', Tahoma, sans-serif;
  text-align: center;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch
}

body ::-webkit-input-placeholder {
  color: inherit
}

body ::-moz-placeholder {
  color: inherit
}

body :-ms-input-placeholder {
  color: inherit
}

body :-moz-placeholder {
  color: inherit
}

/*******************************************************************
footer
 *******************************************************************/

footer {
  width: 100%;
  height: 150px;
  background: #fff;
  border-top: 1px solid #f1f1f1;
}


footer .footer-inner {
  position: relative;
  width: 100%;
  height: 150px;
  max-width: 580px;
  text-align: left;
  font-size: .95rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}

footer .footer-menu {
  height: 60px;
  padding-top: 0.769rem;
}

footer .footer-menu li {
  display: inline-block;
  line-height: 60px;
}

footer .footer-menu li::after {
  content: '|';
  margin: 0 0.92rem;
  font-size: 1rem;
  opacity: .4;
  color: #47587a;
}

footer .footer-menu li:last-child:after {
  display: none;
}

footer .footer-info li {
  display: inline-block;
  margin: 0;
  padding-right: 0.769rem;
  line-height: 1.2rem;
  white-space: nowrap;
}

footer .footer-info p {
  line-height: 2rem;
}

footer .logo-company {
  position: absolute;
  right: 10px;
  top: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url('../img/logo-bayer.png') center center no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  footer .footer-inner {
    padding: 0 1.538rem;
  }
  footer .footer-menu {
    height: 60px;
    padding-top: 0.384rem;
  }
  footer .logo-company {
    top: 22px;
  }
}

@media (max-width: 900px) {
  footer {
    width: 100%;
    height: 140px;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    font-size: .9rem;
  }
  footer .footer-inner {
    position: relative;
    width: 100%;
    height: 140px;
    margin: 0 auto;
    padding: 0 1.384rem;
  }
  footer .footer-menu {
    height: 40px;
    padding-top: 0.384rem;
  }
  footer .footer-menu li {
    line-height: 40px;
  }
  footer .footer-info {
    padding-top: 0.384rem;
    height: auto;
  }
  footer .footer-info p {
    line-height: 1.5rem;
  }
  footer .logo-company {
    position: absolute;
    right: 25px;
    top: 12px;
    width: 40px;
    height: 40px;
  }
}

.content {
  padding: 2.307rem;
  margin: 0 auto
}

hr {
  border-top: 1px solid #E1EAF0;
  padding-top: 1.538rem;
  margin-top: 1.538rem
}

.fieldset {
  margin-bottom: 0.769rem;
}

.fieldset:last-of-type {
  margin-bottom: 0
}

/*

input[type=text], input[type=password], input[type=email] {
  color: #9DB2C2;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #E1EAF0;
  padding: 0.769rem 1.153rem;
  border-radius: 5px;
  cursor: text;
  width: 100%;
  transition: all 0.1s linear
}

input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
  color: #4E596B
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  color: #2f7ad2;
  border-left: 3px solid #2f7ad2
}

*/

a.consent-link {
  color: #0096ff
}

#tos {
  line-height: 1.33;
  font-size: 0.857rem;
  float: left;
  text-align: left;
  padding-top: 0.615rem
}

.title {
  text-align: left;
  font-size: 1.714rem;
  font-weight: 500;
  line-height: 1.17;
  color: #36476c;
  margin-bottom: 2.769rem;
  margin-top: 1.692rem
}

#consent-fields {
  margin: 0.384rem 0 0.769rem 0;
  text-align: left
}



button, .submit-button {
  font-size: 1.2rem;
  color: #fff;
  background-color: #2f7ad2;
  padding: 1rem 1.153rem;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  transition: all 0.1s linear
}

button:hover, .submit-button:hover {
  background-color: #0088cf;
}

button i, .submit-button i {
  font-size: 1.2rem;
  top: 2px;
  margin-left: 0.384rem
}

a {
  cursor: pointer;
  transition: all 0.1s linear
}

i {
  position: relative;
  transition: all 0.1s linear
}

.box-wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 0%, #f3f6f8 100%)
}

.box-wrapper::before {
  content: "";
  position: fixed;
  left: -22%;
  top: 45%;
  right: 0;
  width: 125%;
  height: 100%;
  background: linear-gradient(135deg, #f3f6f8 0%, #fff 100%);
  transform: rotate(15deg)
}

.box-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.box-inner-center {
  width: 1000px;
  height: 658px;
  background: white;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 5px 10px 18px #ddd;
}

.box-inner-left {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 500px;
  height: 658px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: url('../img/loginBg.jpg');
}

.box-inner-right {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 500px;
  height: 658px;
}

.logo-cw {
  position: absolute;
  display: block;
  top:24px;
  left:24px;
  width: 68px;
  height: 13px;
  background: url('../img/logo-company-w.png');
  background-size: contain;
  text-indent: -9999px;
}

.logo {
  width: 237px;
  height: 47px;
  background: url('../img/logo-w.png');
  background-size: contain;
  text-indent: -9999px;
}

.box-inner-left-inner {
  width: 250px;
  height: 140px;
  margin: 0 auto;
}

.box-inner-left-inner ul {
  margin-top: 1.5rem;
}

.box-inner-left-inner ul li{
  text-align: left;
  color: white;
  font-size: .89rem;
  line-height: 1.8rem;
}

.box-container {
  position: relative;
  padding: 1.538rem;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .box-wrapper {
    background: none;
  }
  .box-wrapper::before {
    display: none;
  }
  .box-inner {
    display: block;
  }
  .box-inner-center {
    position: relative;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .box-inner-left {
    display: none;
  }
  .box-inner-right {
    display: block;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .box-container {
    position: absolute;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.538rem;
    margin: 0 auto;
  }
}

.box-wrapper .box-container2 {
  display: table-cell;
  position: relative;
  padding: 0rem;
}

.box-wrapper .box-container .box-content-block {
  width: 300px;
  margin: auto;
  position: relative
}

.box-wrapper .box-container .box-content-block .company-logo {
  background-image: url(../img/logo-company2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  height: 26px
}

.box-wrapper .box-container .box-content-block .vendor-message {
  text-align: left
}

.box-wrapper .box-container .box-content-block .vendor-message ul li {
  color: #CE4C55;
  text-align: left;
  font-size: 0.785rem;
  margin-bottom: 0.384rem
}

.box-wrapper .box-container .box-content-block .vendor-message ul li:last-of-type {
  margin-bottom: 1.153rem;
}

.box-wrapper .box-container .box-content-block .box-form .name-inputs {
  white-space: nowrap
}

.box-wrapper .box-container .box-content-block .box-form .name-inputs input {
  display: inline-block;
  width: 48%
}

.box-wrapper .box-container .box-content-block .box-form .name-inputs input:first-of-type {
  margin-right: 0.384rem
}

.box-wrapper .box-container .box-content-block .box-form .name-inputs input:last-of-type {
  margin-left: 0.384rem
}

.box-wrapper .box-container .box-content-block .box-form .field-with-tooltip {
  position: relative
}

.box-wrapper .box-container .box-content-block .box-form .field-with-tooltip .tooltip {
  pointer-events: none;
  position: absolute;
  background-color: #1A3649;
  color: #fff;
  border-radius: 5px;
  padding: 0.769rem 1rem;
  font-size: 0.785rem;
  text-align: left;
  opacity: 0;
  margin-top: 0.769rem;
  right: 0;
  width: 100%;
  transition: all 0.1s linear
}

.box-wrapper .box-container .box-content-block .box-form .field-with-tooltip .tooltip.top {
  bottom: 45px;
  margin-top: 0;
  margin-bottom: 0
}

.box-wrapper .box-container .box-content-block .box-form .field-with-tooltip input:focus+.tooltip {
  opacity: 1;
  margin-top: 0.384rem
}

.box-wrapper .box-container .box-content-block .box-form .field-with-tooltip input:focus+.tooltip.top {
  opacity: 1;
  margin-bottom: 0.384rem
}

.box-wrapper .box-container .box-content-block .box-form .password-field {
  position: relative
}

.box-wrapper .box-container .box-content-block .box-form .password-field .password-strength {
  position: absolute;
  right: 6px;
  top: 5px;
  transition: all 0.1s linear
}

.box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span {
  display: block;
  background-color: #E1EAF0;
  border-radius: 4px;
  height: 35px;
  width: 5px;
  transition: all 0.1s linear
}

.box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.veryStrong {
  background-color: #7CD43D
}

.box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.strong {
  background-color: #F2BE22
}

.box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.normal {
  background-color: #F26B2C
}

.box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.weak {
  background-color: #d80d39
}

.box-wrapper .box-container .box-content-block .box-form .submit-button {
  margin-top: 1.153rem
}

.box-wrapper .box-container .box-content-block .box-form .submit-button:hover i {
  margin-left: 0.538rem;
}

.id-wrapper {
  position: relative;
}

.id-remember {
  margin-top: 1.5rem;
  font-size: 0.923rem;
  text-align: left;
  width:100px;
  opacity: .8;
}

.box-wrapper .box-container .box-content-block .password-reset {
  position: absolute;
  top:-15px;
  right:-8px;
  text-align: left;
  margin-top: 0.769rem;
  font-size: 0.923rem;
  margin-top: 1.153rem;
}

.password-reset ul li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  opacity: .8;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

.checkbox {
  margin-top: 0.615rem;
  cursor: pointer;
  transition: all .1s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-column-align: center;
  justify-items: center
}

/*
.checkbox:last-of-type {
  margin-top: 0 !important
}*/

.checkbox.checkbox-vertical-top * {
  vertical-align: top
}

.checkbox input[type=checkbox] {
  visibility: hidden;
  display: none
}

.checkbox input[type=checkbox]:checked+.checkbox-toggle {
  border: 1px solid #96307E;
  background-color: #96307E
}

.checkbox input[type=checkbox]:checked+.checkbox-toggle:after {
  opacity: 1 !important
}

.checkbox:hover .checkbox-toggle {
  border: 1px solid #96307E
}

.checkbox .checkbox-toggle {
  display: inline-block;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #bdc4d4;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  transition: all .1s linear;
  pointer-events: none
}

.checkbox .checkbox-toggle:after {
  content: "\e003";
  color: #fff;
  width: auto;
  position: absolute;
  top: 1px;
  right: 3px;
  font-size: 0.714rem;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all .17s linear
}

.checkbox p {
  font-size: 1rem;
  margin: 0 0 0 1.23rem;
  display: inline-block
}

.checkbox * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

/*******************************************************************************************
	member
********************************************************************************************/

.member-choice-wrap {
  max-width: 580px;
  padding: 5.384rem 0 11.538rem;
  margin: 0 auto;
}

.member-choice {
  width: 100%;
}

.member-choice h1 {
  font-size: 3.142rem;
  text-indent: -9000px;
  width: 100%;
  height: 112px;
  background: url('../img/logo-login.png') no-repeat;
  margin-bottom: 3.076rem;
}

.member-choice-wrap .choiceUl li {
  width: 48%;
  float: left;
  display: inline-block;
  margin-right: 4%;
}

.member-choice-wrap .choiceUl li:last-child {
  margin-right: 0%;
}


.member-choice-wrap::after {
  clear: both;
  display: block;
  content: '';
}

.member-doctor, .member-pharmacist {
  width: 100%;
  height: 434px;
  background: white;
  padding: 5.384rem 1.538rem;
  text-align: center;
}

.member-doctor h3, .member-pharmacist h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.769rem 0 0.384rem;
}

.member-doctor p, .member-pharmacist p {
  font-size: 1.071rem;
}

.icon-doctor {
  width: 100%;
  height: 123px;
  background: url('../img/icon-doctor.png') center center no-repeat;
  background-size: contain;
}

.icon-pharmacist {
  width: 100%;
  height: 123px;
  background: url('../img/icon-pharmacist.png') center center no-repeat;
  background-size: contain;
}

.member-wrap {
  max-width: 900px;
  /*min-height: calc(100vh - 150px);*/
  height:100%;
  margin: 0 auto;
}

.member-wrap > h2 {
  font-size: 1.571rem;
  text-align: center;
  font-weight: 700;
  padding: 2.307rem 0;
}

.member-page {}

.member-page li {
  float: left;
  width: 25%;
  text-align: center;
  background: white;
  padding: 0.923rem 1.153rem;
  border-top: 1px solid #E1EAF0;
  border-bottom: 1px solid #E1EAF0;
  border-left: 1px solid #E1EAF0;
}

.member-page li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.member-page li:last-child {
  border-right: 1px solid #E1EAF0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.member-page li.active {
  background: #2f7ad2;
  color: #fff;
  border: 1px solid #2f7ad2;
}

.member-page::after {
  clear: both;
  display: block;
  content: '';
}

.member-container {
  margin: 3.846rem 0 4.615rem;
}

.member-container>h3 {
  margin-bottom: 0.769rem;;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}

.member-inner {
  position: relative;
  border: 1px solid #E1EAF0;
  border-radius: 5px;
  padding: 2.307rem;
  background: white;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5em;
}

.member-inner2 {
  position: relative;
  padding: 0;
  background: white;
}

.member-inner>textarea {
  color: #666;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  border: 1px solid #E1EAF0;
}

.member-inner>label {
  display: block;

}

.member-inner .f-r {
  position: absolute;
  top:30px;
  right:30px;
}

.member-inner input {
  width: 100%;
}

.member-inner>.comment {
  margin-top: 0.769rem;
  font-size: 0.857rem;
  opacity: .6;
}

.member-inner input[type=text].phone {
  float: left;
  width: 80% !important;
  border: 1px solid #E1EAF0;
  -webkit-appearance: none;
  margin-bottom: 1.153rem;;
}

.member-inner button.phone {
  float: left;
  width: 19%;
  margin-left: 1%;
  padding: 0.85rem 0.769rem 0.85rem;
  background: white;
  color: #4c4c4c;
  font-size: 0.857rem;
  border: 1px solid #E1EAF0;
  border-radius: 5;
  /* Prevent double borders */
  cursor: pointer;
}

.innerBox {
  width:100%;
  height:100px;
  border: 2px solid #e0e0e0;
  padding: 8px 10px;
  overflow-y: scroll;
  color: #404040;
}

.innerBox table {
  width:100%;
}

.innerBox table tr td {
  padding: 5px;
  border: 1px solid #e0e0e0;
}

.innerBoxNo {
  width:100%;
  margin-bottom: 30px;
}

.innerBoxNo table {
  width:100%;
}

.innerBoxNo table tr td {
  padding: 5px;
  border: 1px solid #e0e0e0;
}

@media (max-width: 900px) {
  .member-wrap  {
    /*padding: 1.153rem;*/
    padding: 0.6rem;
    min-height: calc(100vh - 140px);
  }
  .member-wrap > h2 {
    font-size: 1.285rem;
    padding: 1.153rem 0;
  }
  .member-page li {
    padding: 0.769rem 0.384rem;
    font-size: 0.846em;
  }
  .member-container {
    margin: 2.307rem 0;
  }
  .member-inner {
    padding: 0.8rem;;
  }
  .member-inner .f-r {
    position: absolute;
    top:20px;
    right:25px;
  }
  .member-inner input[type=text].phone {
    width: 70% !important;
  }

  .member-inner button.phone {
    width: 29%;
    padding: .85rem 0.769rem!important;
  }
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-inner button.phone {
    padding: 0.538rem 0.769rem 0.615rem;
  }
}

.phone::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix {
  clear: both;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}

input[type=file] {
  /*position: absolute;
  left: 0;
  top: 0;
  opacity: 0;*/
  cursor: pointer;
  padding: 0.692rem 0.769rem 0.769rem;
}

@media (max-width: 1024px) {
  .member-inner button.phone {
    padding: 0.769rem;
  }
}


/*******************************************************************************************
	id/pw search
********************************************************************************************/

.popup h2 {
  font-size: 1.076rem;
  font-weight: bold;
  color: #4E596B;
}

.idpw-wrap {
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
}

.idpw-wrap .choiceUl li {
  width: 48%;
  float: left;
  display: inline-block;
  margin-right: 4%;
}

@media (max-width: 900px) {
  .idpw-wrap .choiceUl li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3.846rem;
  }
  .idpw-wrap .choiceUl li:last-child {
    margin-bottom: 0.769rem;;
  }
}

.idpw-wrap .choiceUl li:last-child {
  margin-right: 0%;
}

.idpw-wrap::after {
  clear: both;
  display: block;
  content: '';
}

.idpw {
  margin: auto;
}

.idpw h3 {
  font-size: 1.071rem;
  margin-bottom: 0.769rem;;
}

.idpw p {

  margin-bottom: 1.538rem;
  opacity: .5;
}


.idpw a.btn-login {
  display: block;
  color: #fff;
  font-size: 1.071rem;
  width: 100%;
  padding: 0.923rem 1.538rem;
  background: #2f7ad2;
  text-align: center;
  margin-top: 0.769rem;
}

.btn-wrap {
  display: block;
  margin-top: 1.538rem;
  margin-bottom: 1.538rem;
}

.btn {
  display: inline-block;
  padding: 0.615rem 1.538rem 0.692rem;
  border-radius: 3px;
  background: #2f7ad2;
  color: white !important;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn:hover {
  background: #2f7ad2;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-normal {
  display: inline-block;
  padding: 0.615rem 1.538rem 0.692rem;
  border-radius: 3px;
  background: white;
  border: 1px solid #e6e6e6;
  color: #4c4c4c;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
}

.btn-normal:hover {
  background: #f7f7f7;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}
