@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'Noto Sans KR', 'Roboto', sans-serif !important;
  color: #666 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 180% !important;
}

.container {
  max-width: 1200px;
}

a {
  transition: all 0.5s;
}

hr.gap10px {
  height: 10px !important;
  width: 100%;
}





/*풋터*/
#footerarea {
  clear: both;
  width: 100%;
  background: #333333;
  padding: 40px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ddd;
}

.footer_mn {
  margin-bottom: 15px;
}

.footer_mn .row {
  margin: 0;
}

.footer_mn a {
  color: #ddd;
  font-size: 15px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.footer_mn a:hover {
  color: #963634;
}

.footer_mn a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #fff;
}

.footer_mn li:last-child a::before {
  display: none;
}

.footersubarea li {
  line-height: 1.8;
}

.footersubarea span {
  display: inline-block;
  padding-right: 20px;
  word-break: keep-all;
}

.footersubarea span b {
  display: inline-block;
  word-break: keep-all;
  font-weight: 400;
}

.footersubarea span.copy {
  color: #ccc;
}

.f_logo {
  padding-top: 30px;
}

.f_logo a {
  background: url(../img/logo.png)no-repeat center;
  width: 183px;
  height: 60px;
  display: inline-block;
}

/*페이지 로딩*/
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: .7;
  background-color: #fff;
  z-index: 99999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}

#loading-image span {
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
}

#loading-image span p {
  font-size: 12px !important;
}






/*상단바로가기*/
.toparr {
  margin: auto;
  width: 5px;
  height: 30px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99999;
}

a.top {
  position: fixed;
  right: 10%;
  bottom: 5%;
  display: none;
  opacity: .8;
  transition: all 0.5s;
}

a.top:hover {
  opacity: 1;
  background-color: #963634;
}






/*서브타이틀*/
.submn-bg {
  height: auto;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#subbg01.submn-bg {background-image: url('subbg1.png');}
#subbg02.submn-bg {background-image: url('subbg2.png');}
#subbg03.submn-bg {background-image: url('subbg3.png');}
#subbg04.submn-bg {background-image: url('subbg4.png');}
#subbg05.submn-bg {background-image: url('subbg5.png');}
#subbg06.submn-bg {background-image: url('subbg6.png');}
#subbg07.submn-bg {background-image: url('subbg7.png');}
#subbg08.submn-bg {background-image: url('subbg8.png');}
#subbg09.submn-bg {background-image: url('subbg9.png');}

.submn-tit {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.submn-tit h2 {
  font-size: 2.3rem;
  margin-top: 30px;
  font-weight: 700;
}

.submn-tit p {
  font-size: 1.2rem;
  margin-top: 30px;
}



/*ì„œë¸ŒíŽ˜ì´ì§€ ì„œë¸Œë©”ë‰´*/
.submn {
  /*position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);*/
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  line-height: initial;
  border: none;
  position: inherit;
  margin-top: 20px;
}

.submn a,
.submn a:link,
.submn a:visited {
  display: block;
  /*color: #fff;
  padding: 0 30px;
  font-size: 1.2rem;*/
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;

  border: 1px solid #fff;
    padding: 0 30px;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    color: #fff !important;
    background-color: rgba(153, 153, 153, 0.5);

}

.submn li {
    padding: 0 2px;
    margin-bottom: 15px;
  }

.submn li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #963634;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  max-width: 100%;
}


.submn li a:hover::after {
  width: 100%;
  left: 0;
}


#submn01 .submn li:nth-child(1) a:hover::after,
#submn02 .submn li:nth-child(2) a:hover::after,
#submn03 .submn li:nth-child(3) a:hover::after,
#submn04 .submn li:nth-child(4) a:hover::after,
#submn05 .submn li:nth-child(5) a:hover::after,
#submn06 .submn li:nth-child(6) a:hover::after,
#submn07 .submn li:nth-child(7) a:hover::after,
#submn08 .submn li:nth-child(8) a:hover::after,
#submn09 .submn li:nth-child(9) a:hover::after {
  display: none;
}

.submn li a:hover {
  color: #963634;
}

#submn01 .submn li:nth-child(1) a,
#submn02 .submn li:nth-child(2) a,
#submn03 .submn li:nth-child(3) a,
#submn04 .submn li:nth-child(4) a,
#submn05 .submn li:nth-child(5) a,
#submn06 .submn li:nth-child(6) a,
#submn07 .submn li:nth-child(7) a,
#submn08 .submn li:nth-child(8) a,
#submn09 .submn li:nth-child(9) a,
#submn10 .submn li:nth-child(10) a {
  /*border-top: 2px solid #963634;
  color: #963634;
  margin-top: -1px;
  font-weight: 500;*/
  border: 1px solid #963634;
  background-color: #963634;
  color: #fff;
}









/*서브 영역*/
.subarea {
  padding: 80px 0;
}












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

  a.top {
    right: 1%;
    bottom: 1%;
  }

  .submn-bg {
    height: auto;
    min-height: 300px;
  }

  .submn-tit h2 {
    font-size: 2rem;
    margin-top: 30px;
  }

  .submn-tit p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .submn {
    flex-wrap: wrap;
    height: auto;
    line-height: initial;
    border: none;
    position: inherit;
    margin-top: 20px;
  }

  .submn li {
    margin-bottom: 7px;
  }

  .submn a {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1rem !important;
    letter-spacing: -0.05em;
    color: #fff !important;
    background-color: rgba(153, 153, 153, 0.5);
  }

  #submn01 .submn li:nth-child(1) a,
  #submn02 .submn li:nth-child(2) a,
  #submn03 .submn li:nth-child(3) a,
  #submn04 .submn li:nth-child(4) a,
  #submn05 .submn li:nth-child(5) a,
  #submn06 .submn li:nth-child(6) a,
  #submn07 .submn li:nth-child(7) a,
  #submn08 .submn li:nth-child(8) a {
    border: 1px solid #963634;
    background-color: #963634;
    color: #fff;
  }
}

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


  #footerarea,
  .footer_mn a {
    font-size: 0.925rem !important;
  }
  .footer_mn li:last-child a {padding-right: 0; margin-right: 0;}

  .f_logo {
    padding-top: 0;
  }





}

@media screen and (max-width: 570px) {
  .f_logo {
    text-align: center;
  }

  .footersubarea {
    text-align: center;
  }

  .footer_mn .row {
    justify-content: center;
  }
}
