@charset "utf-8";

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

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

/* header */
.home #site-header{
  background: transparent;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}

.home #site-header .site-title a{
  color: #fff;
}
#site-header .header-inner .primary-menu>li>a{
  font-weight: 400;
  text-decoration: none;
  padding: 0;
}
.home #site-header .header-inner .primary-menu>li>a {
  color: rgba(255,255,255,0.5);
  padding: 0;
}

.home #site-header .header-inner .primary-menu>li>a:hover{
  color: #fff;
}
.home #site-header .site-logo img{
    visibility: hidden;
}
.home #site-header .site-logo a{
    background: url('/wp-content/uploads/2022/10/logo-white.png') no-repeat;
    background-size: contain;
}


#site-header.fixed{
  background: #fff;
  position: fixed;
}

#site-header.fixed .site-logo img{
    visibility: visible;
}

#site-header.fixed .header-inner .primary-menu>li>a{
  color: #333;
}

#site-header.fixed .header-inner .primary-menu>li>a:hover{
  color: #181D62;
  font-weight: 600;
}

#site-header .primary-menu ul{
  top: calc(100% + 3rem);
  border-radius: 0;
}

#site-header.fixed .primary-menu ul{
  top: calc(100% + 1.7rem);
}

body:not(.overlay-header) .primary-menu ul {
  background-color: #f7f7f7 !important;
  color: #222 !important;
  left: 50%;
  margin-left: -10rem;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
  content: none;
}

.primary-menu ul:before {
  height: 3rem;
}

.primary-menu>li {
  margin-left: 5rem;
  overflow: hidden;
}

.primary-menu>li:hover {
  overflow: visible;
}

body:not(.overlay-header) .primary-menu>li>.icon {
  display: none;
}

.home #site-header .header-inner .primary-menu>li.current-menu-item>a{
  color: #fff;
}

.primary-menu .current_page_ancestor,
.primary-menu .current_page_ancestor>a,
.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
  text-decoration: none !important;
  color: #11345F;
}


/* 메인 */
.main-visual-btn h2{
  font-size: 2.2rem;
  color: #fff;
  margin: 0 0 1.4rem 0;
  font-weight: 400;
}

.main-visual-btn .box{
  line-height: 1.5;
}

.main-system{
  background: url("/wp-content/uploads/2022/10/main_bose_bg.jpg") no-repeat;
  background-size: contain;
}

.main-system .elementor-image-box-content{
  padding: 1.8rem;
}






/* main */

/* .main_visual .swiper-slide 
.main_visual .swiper-slide>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: 100%;
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.main_visual .word {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 calc(50% - 570px);
  text-align: center;
}

.main_visual h2 {
  font-size: 5rem;
  margin: 0 0 1rem;
  font-weight: 500;
}

.main_visual .descript {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
}

.main_visual h2,
.main_visual .descript {
  color: #fff;
  padding: 0 15px;
}

.main_visual .swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.main_visual .btns {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.main_visual .btns>[class^="btn-"] {
  width: 40px;
  height: 40px;
  border: 0px solid #fff;
  cursor: pointer;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.main_visual .btns>.btn-next {
  border-width: 2px 2px 0 0;
  right: 5%;
}

.main_visual .btns>.btn-prev {
  border-width: 0 0 2px 2px;
  left: 5%;
} */



@media screen and (max-width: 768px) {
  .main_visual .swiper-container {
    height: 280px;
  }


  .main-visual .elementor-widget-image a img[src$=".svg"]{
    width: 30px;
  }

  .main-visual-btn br{
    display: none;
  }

}


/* footer */
.footer-inner {
  padding: 1.6rem 0;
}
.footer-inner *{
  font-size: 1.4rem;
  color: #cecece;
  font-style: normal;
}
.footer-inner a *{
  color: inherit;
}

.footer-inner address{
    margin: 0;
}

@media screen and (max-width:768px) {
  footer .footer-inner .address_sec {
    order: 1;
  }

  .footer-inner .address_sec address p span {
    white-space: nowrap;
  }
}


/* sub intro */
h1, h2, h3, h4, h5 {
  margin: 0;
}

/* breadcrumb */
#breadcrumb {
  list-style: none;
  text-align: right;
  font-size: 14px;
  color: #878ab3;  
}

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

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

#breadcrumb li a {
  color: #878ab3;
  font-size: 14px;
}

#breadcrumb li.item-current{
    color: #fff;
}

#sidebar-title{
    color: #666;
    font-size: 2.6rem;
}

#sidebar li a{
    background: #fbfbfb;
    border-bottom: 1px solid #ebebeb;
}
#sidebar li:last-child a{
    border: 0;
}

#sidebar li.current-menu-item a, #sidebar li a:hover{
    color: #181D62;
    font-weight: 600;
    background: #fff;
}



/* sub content */
.contents{
  padding: 8rem 0;
}
.contents h2.page_tit{
  font-size: 3.4rem;
  color: #2b2726;
  border-bottom: 2px solid #e4e4e4;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
}

.contents .h3 h3{
  position: relative;
  padding: 0 0 0 1.6rem;
  margin: 0 0 1.6rem 0;
  font-size: 2.2rem;
  color: #2B2726;
  line-height: 1.5;
}
.contents .h3 h3:before{
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 20px;
  background: #181D62;
}

.contents .h4 h4{
  position: relative;
  padding: 0 0 0 1.6rem;
  margin: 0 0 1.2rem 0;
  font-size: 1.8rem;
  color: #2B2726;
}

.contents .h4 h4:before{
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #181D62;
}


/* timeline */
.timeline{
    position: relative;
    padding: 4rem 0;
    width: 100%;
}

.timeline::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #e4e4e4;
}

.timeline ul li:hover .time{
    transform: scale(1.1);
    transition: ease all .3s;
}

/*Elementos de lista*/
.timeline ul li{
    list-style: none;
    position: relative;
    width: 50%;
    padding: 0 40px;
}

.timeline ul li:nth-child(odd){
    float: left;
    text-align: right;
    clear: both;
    padding-left: 0;
}

.timeline ul li:nth-child(even){
    float: right;
    text-align: left;
    clear: both;
    padding-right: 0;
}

/*Circulo indicador*/
.timeline ul li::before{
    content: '';
    position: absolute;
    top: 30px;
    width: 12px;
    height: 12px;
    background-color: #181D62;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}

.timeline ul li:nth-child(odd)::before{
    right: -7px;
}

.timeline ul li:nth-child(even)::before{
    left: -5px;
}

.timeline ul li:hover::before{
    transform: scale(1.5);
    transition: ease all .3s;
}

.timeline .time{
    display: inline-block;
    font-weight: 400;
    padding: 5px 10px;
    margin-bottom: 15px;
    background-color: #181D62;
    color: #fff;
    border-radius: 20px;
}
.timeline .time h3{
    font-size: 14px;
}


.operating .elementor-icon-list-item{
  align-items: start;
}
.operating .elementor-icon-list-item i{
  padding: 0.5rem 0 0 0;
}



/* kboard */
#kboard-document {
  border-top: 2px solid #13326d;
}
#kboard-notice-document .kboard-document-wrap .kboard-title h1{
  background: #f7f7f7;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 1.6rem 2.2rem;
  text-align: center;
}
#kboard-notice-document .kboard-document-wrap .kboard-detail{
  border-top: 1px solid #eee;
  background: #fff;
}
span.kboard-notice-new-notify{
  background: royalblue;
  border-radius: 50%;
}
#kboard-notice-list .kboard-control{
  display: inline-block !important;
}

#kboard-notice-latest .kboard-latest-title{
  width: 60% !important;
}


/* contact form */
form.contact_form p:not(:nth-last-of-type(-n + 2)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:  0 0 1rem 0;
}

form.contact_form p:not(:nth-last-of-type(-n + 2))>label {
  flex: 0 0 20%;
  padding: 10px 0;
  margin: 0;
}

form.contact_form p:not(:nth-last-of-type(-n + 2))>label em {
  color: #dc3232;
  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:nth-child(8){
  margin: 0;
}

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: 14px;
  padding: .5rem 0 0 0;
}

.wpcf7-spinner{
  display: none;
}
form.submitting .wpcf7-spinner{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}
.wpcf7 form .wpcf7-response-output{
  margin: 2rem 0 0 0;
}




/* 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;
}

.login .cosmosfarm-members-form{
  border: 10px solid #eee;
  box-shadow: none;
  padding: 5rem;
  margin: 0 auto;
}
.login .cosmosfarm-members-form .members-link li{
  flex: auto;
}
.login .cosmosfarm-members-form .profile-header{
  margin-top: 0;
}



/* privacy */
.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; }
.privacy-policy{margin: 0; }

/* counter */
body > .post-views.content-post{display: none;}

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

  .contents {
    padding: 6rem 2rem;
  }
  

}

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

  .contents .h3 h3{
    font-size: 1.8rem !important;
    padding: 0 0 0 1.2rem;
  }
  .contents .h3 h3:before{
    top: 5px;
    height: 16px;
  }
  .contents .h4 h4{
    font-size: 1.6rem !important;
    padding: 0 0 0 1.2rem;
  }
  .contents .h4 h4:before{
    top: 8px;
  }
 
  .contents.lcl iframe{
    min-height: 80vh !important;  }

  .contents h2.page_tit{
    font-size: 2.2rem;
    text-align: center;
  }

  .timeline{
    font-size: 1.6rem;
  }

  

}


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

  .contents{
    padding: 4rem 2rem !important;
  }

  .main-visual-btn h2{
    font-size: 2rem;
    margin: 0;
  }
  


  .main-system{
    background-size: 200%;
  }
  .main-system .elementor-image-box-content{
    padding: 0 1.2rem;
  }
  .main-system .elementor-image-box-description{
    display: none;
  }

  #breadcrumbs_wrap{
    display: none;
  }

  h2.page_tit{
    font-size: 2rem;
    margin: 0;
  }

  #kboard-notice-document .kboard-document-wrap .kboard-title h1{
    font-size: 1.6rem;
    padding: 1rem;
  }
  #kboard-notice-document .kboard-document-wrap .kboard-detail{
    height: auto;
    overflow: hidden;
    padding: 1rem;
  }
  #kboard-notice-document .kboard-document-wrap .kboard-detail .detail-attr{
    padding: 0 1.6rem 0 0;
  }
  #kboard-notice-document .kboard-document-wrap .kboard-content{
    padding: 0 0.5rem;
  }

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

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

  form.contact_form label{
    font-size: 1.4rem;
  }
  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; }


}