@charset "utf-8";

/*
Theme Name:     twentytwenty-child
Description:    eCIS에서 제작한 커스텀 테마입니다.
Author:         Ecis co.,ltd.
Author URI:     http://clubj.co.kr/
Template:       twentytwenty
*/

.elementor-editor-active>h1,
.elementor-editor-active>h2,
.elementor-editor-active>#breadcrumb {
  display: none;
}

/* header */



/* mobile-menu */
.menu-modal {
  transition: transform ease-in 0.25s, left ease-in .25s;
  width: 70%;
  transform: translateX(100%);
  opacity: 1;
  z-index: 1001;
  left: 100%;
  right: auto;
}

.menu-modal.active {
  transform: translateX(0);
  left: 30%;
  transition: transform ease-out 0.25s, left ease-out .25s;
  z-index: 9999999;
}

.menu-wrapper {
  width: 100%;
}

.menu-modal .toggle .toggle-text {
  display: none;
}

.modal-menu {
  width: 100%;
  left: 0;
}

button.sub-menu-toggle {
  border-left: 0;
  color: #777 !important;
}

.modal-menu .ancestor-wrapper{
  border-bottom: 1px solid #eee;
}

.modal-menu li {
  border: 0;
  padding: 0 2rem;
}

.modal-menu li a {
  color: #777;
  text-transform: capitalize;
}

.modal-menu ul li{
  padding: 0 2rem;
}
.modal-menu ul li img{
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 0.4rem;
}

.modal-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  color:#777;
}

.modal-menu>li>.ancestor-wrapper>a {
  font-size: 16px;
  padding: 1.5rem 0.6rem;
  color: #444;
  
}

.menu-wrapper .active {
  margin-bottom: 1.5rem;
}

.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
  color: #1b388d !important;
  text-decoration: none;
  font-weight: 500;
}

/* footer */
footer{
  margin-top: 5rem;
}
footer .footer-inner .text .title{
  color: #fff;
  margin: 0 0 1rem 0;
  font-weight: 600;
}

footer .footer-inner .text ul li{
  margin: 0.4rem 0 0 0;
}
footer .footer-inner .text ul li b{
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block;
  width: 150px;
  color: #c7c7c7;
  font-weight: 500;
}
footer .bottom-link .elementor-widget-wrap *{
  display: inline-block;
  width: auto;
  margin: 0;
}
footer .bottom-link .elementor-widget-wrap > div a{
  color: #797979;
  padding: 0;
  background: none;
  font-size: 1.4rem;
  text-transform: uppercase;
}
footer .bottom-link .elementor-widget-wrap > div a:hover{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .site-logo img{
    width: 200px;
  }

  footer .footer-inner .text ul li b{
    width: 100%;
  }
}



/* sub intro */
#sub-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

#sub-intro h1{
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
  margin: 0;
  font-weight: 400;
  letter-spacing: 1px;
}


#sub-intro #breadcrumb * {
  color: rgba(255,255,255,0.7);
  text-transform: capitalize;
  font-size: 1.4rem;
}

#sub-intro #breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1rem;
  font-weight: 300;
}

#sub-intro #breadcrumb li:first-of-type {
  margin-left: 0;
}


/* lnb */
.lnb h1{
  font-size: 2.6rem;
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lnb .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.lnb .menu li {
  margin: 0;
}

.lnb .menu li a {
  display: block;
  padding: 1.6rem 2.4rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: -1px;
  text-transform: capitalize;
  background: #fafafa;
  color: #999;
  font-size: 1.6rem;
}

.lnb .menu li.current-menu-item a,
.lnb .menu li a:hover {
  background-color: #fff;
  color: #1b388d;
  font-weight: 500;
  position: relative;
}

.lnb .menu li a{
  position: relative;
}

.lnb .menu li a:after {
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  right: 2rem;
  top: 50%;
  border-left: 5px solid #c7c7c7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.lnb .menu li.current-menu-item a:after,
.lnb .menu li a:hover:after{
  border-left: 5px solid #1b388d;
}


@media screen and (max-width:991px) {
  .lnb {
    margin-top: calc(-7rem - 28px);
  }

  .lnb>.elementor-column-wrap {
    padding: 0 !important;
  }

  .lnb .menu {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lnb .menu li {
    flex: 1;
  }


}

/* sub content */
h2.page_tit {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
}

.contents h3{
  position: relative;
  padding: 0 0 0 1.6rem;
}
.contents h3:before{
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1b388d;
}


#sub-intro+article {
  padding-top: 5rem;
}

/* introduction */
.intro-address .title{
  font-weight: 600;
}
.intro-address .elementor-icon-box-description span{
  display: block;
}
.intro-address .elementor-icon-box-description small{
  display: block;
  font-size: 1.5rem;
  color: #999;
}

.intro-history ul li{ 
  padding:0 0 0.8rem 0;
  font-size: 0;
}
.intro-history ul li *{
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
}
.intro-history ul li b{  
  width: 100px;
  font-weight: 500;
}
.intro-history ul li span{  
  width: calc(100% - 100px);
}



/* table style */
table{
  border-top: 2px solid #1b388d !important;
  border: none;
}

table th,td{
  border: none;
  border-bottom: 1px solid #eaeaea !important;
  padding: 1rem 1.4rem;
  color: #666;
  font-weight: 400;
}

table th{
  color: #555;
  font-weight: 500;
}

table thead th{
  background: #f5f5f5;
  border-right: 1px solid #eaeaea;
  text-align: center;
}

table tbody th{
  background: #fcfcfc;  
}

table.table-striped tbody th{
  background: transparent;
}
table.table-striped tr:nth-child(2n){
  background: #fafafa;
}



form.contact_form p{
  margin: 0 0 2rem 0;
}
.wpcf7-list-item{
  margin: 0;
}

form.contact_form p:not(:nth-last-of-type(-n + 2))>label em {
  color: #1b388d;
  font-style: normal;
  padding-left: 3px;
}

form.contact_form p:not(:nth-last-of-type(-n + 2))>span {
  flex: 1;
}

form.contact_form p:not(:nth-last-of-type(-n + 2))>span input {
  padding: 1rem;
}

form.contact_form input[type=checkbox]{
  padding: 0 !important;
}

form.contact_form p>span.privacy {
  display: block;
  margin-left: 20%;
}

form.contact_form p>span.privacy span {
  margin: 0;
}

form.contact_form p:last-of-type {
  text-align: center;
  width: 180px;
  margin: 5rem auto 0;
  position: relative;
}

form.contact_form p input[type="submit"] {
  background-color: #1b388d;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2rem !important;
}

form.contact_form p input[type="submit"]+.ajax-loader {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  padding: .5rem 0 0 1rem;
}

/* login */
#wpmem_login legend, #wpmem_reg legend{
  padding: 0;
}
#wpmem_login fieldset, #wpmem_reg fieldset{
  margin: 0 !important;
}
#wpmem_login input[type=checkbox]{
  margin: 0 !important;
}
#wpmem_login .button_div, #wpmem_reg .button_div{
  text-align: left !important;
}

#wpmem_login input[type=submit]{
  width: 100%;
  background: #1b388d !important;
  margin: 2rem 0 0 0;
}
#wpmem_login, #wpmem_reg{
  width: 100% !important;
}



/* privacy */
.privacy-policy{margin: 0 !important;}
.privacy{font-size:14px;line-height:1.6; color: #666; }
.privacy li, .privacy ol {list-style: none; }

.privacy .line_box{border: 6px solid #eee; padding: 3%; text-align: left; font-size: 16px; color: #888; letter-spacing: 0; margin: 0 0 3% 0; }
.privacy .line_box b{color: #555; font-weight: 500; }

.privacy ul, .quality p{margin-bottom: 0; }
.privacy h1{font-size: 22px; border-bottom: 1px solid #cdcdcd; padding: 0 0 14px 0; margin: 0 0 14px 0; color: #333; font-weight: 400; }
.privacy h2{font-size: 18px; margin: 20px 0 10px 0; font-weight: 500; }
.privacy .box {margin: 0 0 40px 0; font-size: 16px; letter-spacing: 0; }
.privacy .box li{position: relative;  padding: 0 0 8px 16px; }
.privacy .box ul li:before{content: ''; display: block; width: 4px; height: 4px; position: absolute; left: 0; top: 12px; background: #ccc; border-radius: 50%; }

.privacy .box ul ul li:before{content: ''; display: block; width: 6px; height: 1px; position: absolute; left: 0; top: 12px; background: #888; }
.privacy .box li li{padding-bottom: 8px; }
.privacy .box ul ul, .quality .box li{margin: 10px auto auto 0; }

.privacy .box li.caution{color: #232952; }


@media screen and (max-width: 991px) {
  #sub-intro+article {
    padding-top: 2rem;
  }

}


@media screen and (max-width: 768px) {

  .home #site-header .toggle{
    color: #fff !important;
  }

  .intro-history ul li *{
    font-size: 1.4rem;
    width: 100% !important;
  }

  #sub-intro h1{
    font-size: 2rem;
  }
  #sub-intro #breadcrumb *,
  #sub-intro #breadcrumb li{
    font-size: 1.2rem;
  }
  h2.page_tit{
    font-size: 1.8rem;
    text-align: center;
  }

  table th, td{
    padding: 0.8rem;
  }

  form.contact_form p:not(:nth-last-of-type(-n + 2)){
    display: block;
  }

  form.contact_form p>span.privacy{
    margin: 0;
  }

  /* privacy */
  .privacy .line_box{padding: 20px; font-size: 14px; margin: 0 0 20px 0; }
  .privacy .box li{padding: 0 0 4px 10px; }
  .privacy .box ul li:before{top: 8px; }
  .privacy h1{font-size: 18px; }
  .privacy h2{font-size: 16px; }
  .privacy .box{font-size: 14px; margin: 0 0 20px 0; }

  
}