/*****
FAQ
*****/
#faq_sch .btn_submit {
  background: #3498db;
}

#bo_cate #bo_cate_on {
  z-index: 2;
  border: 1px solid #3498db;
  color: #ffffff;
  font-weight: bold;
}

#faq_sch {
  text-align: center;
  border: 1px solid #ffffff;
  background: #fff;
  padding: 0px;
  margin: 0px;
}

#faq_sch .frm_input {
  border: 1px solid #cccccc;
}

/*****
login
*****/
.btn_submit:hover {
  background: #3498db;
}

input[type="submit"] {
  cursor: pointer;
}

.btn_submit {
  border: 0;
  background: #3498db;
  color: #fff;
  cursor: pointer;
  border: 0;
}

#reg_result {
  font-size: 12px;
  font-family: '돋움체';
}


@media only screen and (max-width: 320px) {
  .bs-wizard {
    margin-top: 140px;
  }

  .bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
  }

  .bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
  }

  .bs-wizard>.bs-wizard-step+.bs-wizard-step {}

  .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 12px;
    font-family: '굴림체';
    font-weight: bold;
    margin-bottom: 5px;
  }

  .bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #92cef7;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 12px 0;
  }

  .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #92cef7;
  }

  .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
  }

  .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
  }

  .bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .bs-wizard {
    margin-top: 40px;
  }

  .bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
  }

  .bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
  }

  .bs-wizard>.bs-wizard-step+.bs-wizard-step {}

  .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 12px;
    font-family: '굴림체';
    font-weight: bold;
    margin-bottom: 5px;
  }

  .bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #92cef7;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 12px 0;
  }

  .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #92cef7;
  }

  .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
  }

  .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
  }

  .bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .bs-wizard {
    margin-top: 40px;
  }

  .bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
  }

  .bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
  }

  .bs-wizard>.bs-wizard-step+.bs-wizard-step {}

  .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 12px;
    font-family: '굴림체';
    font-weight: bold;
    margin-bottom: 5px;
  }

  .bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #92cef7;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 12px 0;
  }

  .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #92cef7;
  }

  .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
  }

  .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
  }

  .bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
  }
}

@media only screen and (min-width: 1201px) {
  .bs-wizard {
    margin-top: 40px;
  }

  .bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
  }

  .bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
  }

  .bs-wizard>.bs-wizard-step+.bs-wizard-step {}

  .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 12px;
    font-family: '굴림체';
    font-weight: bold;
    margin-bottom: 5px;
  }

  .bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #92cef7;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
  }

  .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 12px 0;
  }

  .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #92cef7;
  }

  .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
  }

  .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
  }

  .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
  }

  .bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
  }

  .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
  }


}



/* 로그인 */
.login-title {
  padding: 100px 0;
  text-align: center;
  letter-spacing: 2px;
}

.login-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}

.login-title span {
  font-size: 12px;
}

.login-title span .fa {
  color: #33b5e5;
}

.login-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;

  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.form-module .form {
  padding: 40px;
}

.form-module .form:nth-child(2) {
  display: block;
}

.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.form-module input[type="text"],
input[type="password"] {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  transition: 0.3s ease;
}

.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}

.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  transition: 0.3s ease;
}

.form-module button:hover {
  background: #178ab4;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: left;
}

.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

h2 span {
  font-size: 12px;
  color: #ccc;
}

#sns_login {
  border: 0;
  margin-top: 15px;
  padding: 20px 50px 50px;
  ;
  border-top: 1px solid #ffffff;
}

.form-module .auto_login {
  padding-top: 15px;
  font-size: 12px;
}

/* header */
.navbar-brand {
  display: block;
  height: auto;
}

/* main */
.pl-0 {
  padding-left: 0
}

.pr-0 {
  padding-right: 0
}

/* 오시는길 */
.root_daum_roughmap .cont {
  display: none;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.address {}

.address h3 {
  color: #222;
  line-height: 1.5;
}

.address .row {
  padding: 20px 10px;
  margin: 0;
}

.address .flex {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.address .flex:nth-of-type(2) {
  border-top: 1px solid #ddd;
}

.address .flex p {
  font-weight: 300;
  color: #666;
  margin: 0;
  line-height: 1;
  margin: 0;
  padding: 0 10px;
  ;
}

.address .flex .material-icons {
  transform: translateY(3px);
}

.address .go_link {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #666;
  color: #fff;
}

.address .go_link a {
  color: #fff;
}

.top-bar-dark {
  display: none;
}

.lt_more {
  display: block;
  width: 20px;
  height: 20px;
  background: center / cover url('/theme/theme_301/img/ico-plus.svg') no-repeat;
  position: absolute;
  right: 0;
  top: -90px;
}

.owl-theme .owl-nav {
  display: none;
}

.main_history,
.ctt_history {
  position: relative;
}

.main_history p,
.ctt_history p {
  margin: 0;
  font-size: 16px;
  color: #505050;
}

.main_business,
.ctt_business {
  position: relative;
}

.main_business li,
.ctt_business li {
  position: relative;
  font-size: 16px;
  color: #505050;
  padding-left: 24px;
  background: left 2px / 20px url('/theme/theme_301/img/ico-check.svg') no-repeat;
  line-height: 1.5;
}

.main_business li+li,
.ctt_business li+li {
  margin-top: 10px;
}

#socialfloating .fa.fa-blog {
  display: block;
  width: 100%;
  height: 100%;
  background: center / 20px 20px url('../img/ico-blog-01.svg') no-repeat;
}

@media only screen and (max-width: 768px) {
  .lt_more {
    top: -65px;
  }
}

/* footer */

#footer .area_search {
  display: inline-block;
  position: relative;
  min-width: 222px;
  height: 45px;
  margin: 2px 0 28px;
  border: 1px solid #333;
  background-color: #000;
  line-height: 45px;
  letter-spacing: -.8px;
  font-size: 18px;
  color: #fff
}

#footer .area_search:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid #444;
  border-bottom: none;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  content: ""
}

#footer .area_search>a:hover {
  color: #fff;
}

#footer .area_search .keyword {
  display: block;
  padding: 0 40px 0 15px;
  text-align: left;
  color: #fff;
}

.breadcrumb-wrap>.container {
  display: none;
}

@media only screen and (max-width: 768px) {
  #footer .area_search {
    display: block;
    margin-top: 20px;
  }

  ul.nav.navbar-nav {
    padding: 50px 0 0;
  }

}