/* Layout */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

/* Components */
a, a:hover, a:visited {
  color: #212529;
  text-decoration: none;
}
button:focus {
  outline: none;
}
.btn {
  border-radius: 0;
}
.border-bottom {
  border-bottom-color: #D7D7D7 !important;
}

/* Header */
.header-main {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
}
.brand-container {
  text-align: center;
  position: relative;
  margin: 15px auto;
  transition: all .4s;
}
.brand-logo {
  width: 228px;
  height: 70px;
  background-image: url(../img/logo_soprano.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  transition: all .4s;
}
.brand-mobile-logo {
  width: 149px;
  height: 50px;
  margin: 10px auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  outline: none;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000000;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000000;
}

.navbar-nav .nav-item .dropdown-item:hover {
  background-color: #FAFAFA;
}
.navbar-nav .nav-item .dropdown-item.has-subpages {
  background-color: #FAFAFA;
}
.navbar-nav .nav-item .dropdown-item.has-subpages::after {
  content: " + ";
  color: #EC668F;
  font-weight: 900;
}
.navbar-light .navbar-nav .nav-item-etc {
  background-color: #FAFAFA;
}
.navbar .navbar-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 0;
  margin: 0 10px;
}
.navbar-toggler {
  background-image: url(../img/ico/ico_menu_close.svg);
}
.navbar-toggler.collapsed {
  background-image: url(../img/ico/ico_menu_toggler.svg);
}
.navbar-btn.navbar-contactus {
  background-image: url(../img/ico/ico_contactus.svg);
  background-size: 32px;
}
.navbar-usermenu {
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}
.nav-usermenu-item {
  position: relative;
  font-size: 12px;
}
.nav-usermenu-item::before {
  content: "/";
  position: absolute;
  left: 0;
}
.nav-usermenu-item:first-child::before {
  content: "";
}
.nav-usermenu-link {
  padding: 0 10px;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0 10px;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
  }
  .is-sticky .brand-container {
    margin: 0 auto;
  }
  .is-sticky .brand-logo {
    width: 149px;
    height: 50px;
  }
  .navbar.open::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 332px;
    z-index: 990;
    margin-top: 2px;
  }
  .navbar-expand-lg .navbar-nav {
    border-bottom: 2px solid #DDDDDD;
    margin-bottom: -2px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    width: 120px;
    text-align: center;
    font-size: 14px;
    padding: 11px;
  }
  .navbar-expand-lg .navbar-nav .nav-item:not(.nav-item-etc) .nav-link::after {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 0;
    width: 1px;
    background-color: #DDDDDD;
    transform: rotate(10deg);
  }
  .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link::after {
    width: none;
    background-color: transparent;
  }
  .navbar.open .navbar-nav {
    position: relative;
  }
  .navbar.open .navbar-nav::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    height: 332px;
    z-index: 990;
    margin-top: 2px;
  }
  .navbar-nav .nav-item {
    position: relative;
  }
  .navbar-nav .nav-item .dropdown-menu {
    min-width: 120px;
    border-radius: 0;
    border: none;
    margin: 2px 0 0 0;
    padding-bottom: 0;
  }
  .navbar-nav .nav-item .dropdown-item {
    font-weight: 200;
    text-align: center;
    padding: 15px 5px;
  }
  .navbar-usermenu {
    position: absolute;
    top: 5px;
    right: 25px;
  }
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: none;
  }
}

@media (min-width: 1300px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 0;
    display: block;
  }
  .navbar-mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #DDDDDD;
  }
  .navbar-collapse {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .navbar-nav .nav-link {
    width: 50%;
    text-align: center;
    padding: 11px 0;
    margin-top: 7px;
  }
  .navbar-nav .dropdown-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    border: none;
    border-radius: 0;
    padding: 5px 0;
  }
  .navbar-nav .dropdown-item {
    width: 50%;
    text-align: center;
    font-weight: 200;
    font-size: 14px;
    padding: 15px;
  }
  .navbar-light .navbar-nav .nav-item-etc .dropdown-menu {
    background: #FAFAFA;
  }

  .navbar .navbar-btn {
    display: block;
  }
  .nav-usermenu-item {
    width: 50%;
    text-align: center;
  }
  .nav-usermenu-item::before {
    top: 12px;
  }
  .nav-usermenu-link {
    display: block;
    padding: 12px;
    width: 100%;
  }
}


/* Footer */
.footer {
  font-size: 10px;
  padding: 15px;
}
.footer .brand-logo {
  height: 40px;
  width: 131px;
}

/* Footer Nav */
.section-footer-nav {
  position: relative;
}
.section-footer-nav::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 80px;
  height: 1px;
  width: 100%;
  background-color: #DDDDDD;
}
.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.footer-nav .nav-item {
  padding: 0;
  list-style: none;
  width: 120px;
  font-size: 14px;
  text-align: center;
}
.footer-nav .nav-item-etc {
  background-color: #FAFAFA;
}
.footer-nav .nav-item .has-subpages {
  background-color: #FAFAFA;
}
.footer-nav .nav-item .has-subpages::after {
  content: " + ";
  color: #EC668F;
  font-weight: 900;
}

.footer-nav .nav-link {
  padding: 30px 15px;
  font-weight: 500;
}
.footer-nav .nav-sub {
  padding: 15px 0 0 0;
}
.footer-nav .nav-sub a {
  display: block;
  font-weight: 200;
  padding: 15px;
}


@media (max-width: 991.98px) {
  .footer {
    margin-bottom: 88px;
  }
}

/* Quick Menu */

.quick-menu {
  position: fixed;
  top: 50%;
  right: 0;
  width: 100px;
  text-align: center;
  color: #fff;
  background-color: #EC668F;
  border-top-left-radius: 50px;
  margin-top: -312px;
  z-index: 100;
}

.quick-title {
  font-size: 19px;
  padding: 34px 10px 26px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
}

.quick-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #693B49;
}

.quick-nav a:not(.not-include) {
  display: block;
  padding: 68px 10px 22px;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 70px;
  position: relative;
}
.quick-nav a:not(.not-include)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 30px;
  height: 1px;
  background-color: #fff;
  z-index: 10;
  margin-left: -15px;
}

.quick-nav a:not(.not-include):first-child::after {
  display: none;
}
.quick-nav a:not(.not-include).phone {
  background-image: url(../img/ico/ico_phone_quick.svg);
}
.quick-nav a:not(.not-include).talk {
  background-image: url(../img/ico/ico_talk_quick.svg);
}
.quick-nav a:not(.not-include).ihealandGo {
  background-image: url(https://trueman75.s3.ap-northeast-2.amazonaws.com/www/img_opt/ico_ihealandGo_quick.svg);
}
.quick-nav a:not(.not-include).call {
  background-image: url(../img/ico/ico_call_quick.svg);
}
.quick-nav a:not(.not-include).location {
  background-image: url(../img/ico/ico_location_quick.svg);
}
.quick-nav a:not(.not-include) > span {
  display: block;
  color: #fff;
}
.quick-phone {
  padding: 12px 14px;
  line-height: 1.2;
}
.quick-phone-title {
  font-weight: bold;
  margin-bottom: 4px;
}
.quick-phone-number {
  text-align: right;
  font-size: 24px;
}
.go-top a{
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 500;
}
.quick-nav .dropdown-toggle {
  white-space: normal;
}
.quick-nav .dropleft .dropdown-toggle::before {
  content: none;
}
.quick-nav .dropdown-menu {
  width: 330px;
  border: 3px solid #EC668F;
  border-radius: 0;
  margin-right: 30px;
  color: #555555;
  padding: 0;
}
.quick-nav .dropdown-menu::before{
  content: "";
  border-left: 15px solid #EC668F;
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20px;
  right: -18px;
}
.dropdown-title {
  color: #EC668F;
  text-align: center;
  font-weight: bold;
  padding: 26px 12px;
}
.dropdown-title img {
  width: 36px;
  margin-bottom: 5px;
}
.dropdown-description {
  background-color: #F5F5F5;
  text-align: center;
  font-size: 14px;
  padding: 18px;
}
.dropdown-form {
  padding: 36px 18px;
}
.dropdown-form .col-form-label {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-form .form-control {
  border-radius: 0;
  height: calc(1.5em + 2px);
  padding: 0 .75em;
  font-size: 14px;
}
.dropdown-form .form-check {
  font-size: 11px;
  text-align: right;
   padding-left: 0;
   padding-right: 1.25rem;
}
.dropdown-form .form-check-label {

}
.dropdown-form .form-check-input {
  margin-top: .05rem;
  margin-left: 0;
  right: 0;
}
.dropdown-form .btn {
  font-size: 16px;
  border-radius: 18px;
  padding: .375rem 1.5rem;
}

@media (max-width: 1439.98px) {
  .quick-menu {
    width: 60px;
    border-top-left-radius: 20px;
    margin-top: -175px;
  }
  .quick-title {
    font-size: 12px;
    padding: 17px 5px 13px;
  }
  .quick-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #693B49;
  }
  .quick-nav a:not(.not-include) {
    padding: 37px 10px 10px;
    background-position: center 5px;
    background-size: 36px;
  }
  .quick-nav a:not(.not-include) > span {
    font-size: 10px;
  }
  .quick-phone {
    padding: 10px 6px;
  }
  .quick-phone-title {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .quick-phone-number {
    font-size: 16px;
  }
  .go-top a{
    font-size: 12px;
    padding: 7px;
  }
}
@media (min-width: 992px) {
  .go-top {
    background-color: #693B49;
  }
}
@media (max-width: 991.98px) {
  .quick-menu {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top-left-radius: 0;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .quick-title {
    border-bottom: 0;
    width: 65px;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 5px;
  }
  .quick-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .quick-nav a:not(.not-include) {
    padding: 52px 5px 10px;
    width: 25%;
    background-size: 54px;
  }
  .quick-nav a:not(.not-include)::after{
    display: none;
  }
  .quick-nav a:not(.not-include) > span {
    font-size: 12px;
  }
  .go-top > a {
    width: 65px;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .quick-nav a:not(.not-include) {
    padding: 32px 5px 8px;
    background-size: 32px;
    background-position: center 3px;
  }
  .quick-nav a:not(.not-include) > span {
    font-size: 10px;
  }

}

@media (max-width: 360px) {
  .quick-title {
    display: none;
  }
}

/* Sub Menu */

.sub-menu-bar {
    position: relative;
    z-index: 100!important;
    background-color: #EC668F;
}

.sub-menu-bar::-webkit-scrollbar {
    display: none
}

.sub-menu.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    padding: 0 40px;
    max-width: 912px
}

.sub-menu .list-group-item {
    display: block;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    padding: 15px 40px;
    line-height: 20px;
    white-space: nowrap;
    width: auto;
    align-self: center
}

.sub-menu .list-group-item.active {
    font-weight: 500;
    border-bottom-color: #fff;
}

@media (max-width: 991.98px) {
  .sub-menu.list-group {
    padding: 0;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .sub-menu .list-group-item {
    padding: 15px 35px;
  }
}

/* Members */

.title-section {
  text-align: center;
  color: #EC668F;
  padding: 100px 10px;
  border-bottom: 1px solid #D7D7D7;
}

.title-section .title-head {
  font-weight: 100;
  letter-spacing: .7em;
  margin-bottom: 20px;
  font-size: 14px;
  margin-right: -.7em;
}
.title-section h2 {
  font-weight: 500;
  font-size: 48px;
}

.section-form {
  padding: 70px 0;
}
.form-member .form-group {
  margin-bottom: 30px;
}
.form-member .form-control {
  border: 1px solid #A3A3A3;
  border-radius: 0;
  height: calc(1.5em + 24px + 2px);
  padding: 12px;
}
.form-member textarea.form-control {
  height: auto;
}

.form-member .col-form-label {
  color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-login {
  background-color: #693B49;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  min-height: 80px;
}
.btn-login:hover {
  color: #fff;
}
.btn-login.btn-login-normal {
  font-size: 16px;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 23px 60px;
}
.btn-default {
  background-color: #f4f4f4;
  border-color: #d7d7d7;
  color: #777;
}
.btn-social {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 20px;
}
.btn-social:hover {
  color: #fff;
}
.btn-naver {
  background-color: #23B300;
}
.btn-kakao {
  background-color: #FFD513;
}
.btn-pink {
  background-color: #EC668F;
  color: #FFFFFF;
}
.btn-pink:hover {
  background-color: #EC668F;
  color: #FFFFFF;
}
.login-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background-image: url(../img/members/img-login-sample.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-outter {
  padding: 60px 0;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.form-title h3 {
  font-weight: 400;
  color: #fff;
  background-color: #EC668F;
  padding: 12px 85px;
  margin-bottom: 0;
}
.form-area {
  padding: 0 60px;
}
.form-area.form-area-second {
  padding-top: 60px;
  border-top: 1px solid #D7D7D7;
}
.terms-title {
  padding: 12px 20px;
  border: 1px solid #D7D7D7;
  margin-bottom: 5px;
}
.terms-content {
  padding: 25px 20px;
  border: 1px solid #D7D7D7;
  font-size: 14px;
  margin-bottom: 5px;
}
.terms-checkboxes {
  text-align: right;
  margin-bottom: 58px;
  font-size: 14px;
}
.form-member .form-area .form-group {
  padding: 20px 40px;
  margin: 0;
  border-top: 1px solid #D7D7D7;
}
.required .col-form-label::after {
  content: "*";
  color: #EC668F;
}

@media (max-width: 991.98px) {
  .title-section {
    padding: 50px 10px;
  }
  .title-section h2 {
    font-size: 30px;
  }
  .login-image {
    min-height: auto;
    padding-top: 35%;
  }
  .section-form {
    padding: 20px 0;
  }
  .form-member .form-group {
    margin-bottom: 5px;
  }
  .form-member .col-form-label {
    font-size: 14px;
  }
  .section-form .btn-default {
    padding: 17px 10px;
  }
  .btn-social {
    font-size: 16px;
    padding: 17px 10px;
  }
  .form-title h3 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .form-area {
    padding: 0;
  }
  .form-member .form-area .form-group {
    padding: 20px 10px;
  }

}
@media (max-width: 575.98px) {
  .btn-login.btn-login-normal {
    width: 100%;
  }
}

/* Boards */
.board-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.board-title h3 {
  font-size: 24px;
  font-weight: 400;
}
.board-title h4 {
  color: #EC668F;
  font-weight: 400;
}
.board-title h4 span {
  color: #777777;
}
.section-form.realmodel-view-form {
  padding-top: 54px;
}
.realmodel-view-form .board-title {
  padding: 0 65px 54px;
  border-bottom: 1px solid #D7D7D7;
}
.realmodel-view-form .board-title h3 {
  margin-bottom: 0;
}
.realmodel-view-form .board-content {
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #D7D7D7;
}
.title-date {
  color: #D7D7D7;
}

.board-content {
  margin-bottom: 100px;
}
.board-list {
  margin-bottom: 30px;
}
.event-banner {
  margin: 10px 0;
}
.page-item {
  margin: 0 5px;
}
.page-item .page-link {
  color: #D7D7D7;
  padding: 14px 19px;
  font-weight: 500;
  border-color: #D7D7D7;
}
.page-link:hover {
  background-color: #EAEAEA;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: 0;
  border-radius: 50%;
}
.page-item.active .page-link {
  color: #EC668F;
  background-color: #fff;
  border-color: #D7D7D7;
}
.page-item.disabled .page-link {
  color: #F1F1F1;
}
.board-index {
  color: #777777;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding: 15px 0;
}

.board-index div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board-index.board-next {
  border-top: 0;
  margin-bottom: 40px;
}
.table.board-table td, .table.board-table th {
  border-top: 1px solid #D7D7D7;
  color: #777777;
  text-align: center;
  font-size: 14px;
  padding: 20px 12px;
}
.table.board-table td a, .table.board-table th a {
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.table.board-table .title {
  text-align: left;
}
.table.board-table thead th {
  border-bottom: 1px solid #D7D7D7;
  font-weight: 400;
}
.board-table tbody {
  border-bottom: 1px solid #D7D7D7;
}
.notice-content {
  padding: 20px 0;
  color: #777777;
}

@media (max-width: 991.98px) {
  .board-content {
    margin-bottom: 50px;
  }
  .board-title h3 {
    font-size: 16px;
  }
  .board-title h4 {
    font-size: 16px;
  }
  .board-index {
    font-size: 14px;
  }
  .notice-content {
    padding: 20px 12px;
  }
  .section-form.realmodel-view-form {
    padding-top: 30px;
  }
  .realmodel-view-form .board-title {
    padding: 0 0 30px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .realmodel-view-form .board-title h3 {
    margin-bottom: 0;
  }
  .title-date {
    display: none;
  }
  .realmodel-view-form .board-content {
    padding-bottom: 30px;
  }
}
