<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&amp;display=swap");
.tab_subject li a:hover {
  color: #000;
  font-weight: 900;
  
}

.top_mobile {
  display: none;
}

.slider_div {
  display: none;
}

.frame {
  display: none;
}

.flex, .Welfare_Container .content div:nth-child(1), .Welfare_Container .tab_subject, .header .join nav, .header .join, .header #header_text, .header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

#subcontent {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

#subcontent {
  transition: all 0.3s ease-out;
}

#subcontent:hover {
  transform: translateY(-20px);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.09);
}

.two, .header .join nav span:nth-child(1) {
  height: 26px;
  line-height: 26px;
}

.fullimg, .Welfare_Container .content div:nth-child(1) nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*mixin section*/
* {
  margin: 0;
  padding: 0;
  /* font-family: "Noto Sans KR"; */
}

#position {
  display: none;
}

.top {
  margin-bottom: 40px;
}

.header {
  width: 100%;
  background: #00152c;
  font-family: "Noto Sans KR";
  /*header_text*/
}
.header #header_text {
  width: 62.8571428571%;
  height: 103px;
  margin: auto;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 42px;
}
.header #header_text p {
  font-size: 1.65rem;
  color: white;
  width: 100%;
}
.header .join {
  max-width: 484px;
  width: 484px;
  height: 60px;
  background: white;
  border-radius: 30px;
  margin: auto;
  flex-direction: row;
  font-size: 1.65rem;
  margin-bottom: 15px;
  /*nav*/
}
.header .join nav {
  flex-direction: row;
  width: 75%;
}
.header .join nav span:nth-child(1) {
  max-width: 283px;
  width: 283px;

  font-weight: 700;
}
.header .join nav span:nth-child(2) {

  line-height: 26px;
}
.header .join nav span:nth-child(2) img {
  vertical-align: inherit;
}
.header #guide_text {
  color: white;
  max-width: 283px;
  width: 283px;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 65px;
}

/*header*/
/*header.php*/
/*index.php*/
.Welfare_Container {
  width: 85.9183673469%;
  margin: auto;
  margin-top: 62px;
  text-align: center;
  /*tab_subject*/
}
.Welfare_Container .subject {
  font-size: 2.5rem;
  color: #000000;
  letter-spacing: -0.03em;
  margin-top: 62px;
  font-weight: 700;
}

ul.tab_subject li{
display: flex;
    width: 20%;
    justify-content: space-around;
    list-style: none;

}

.particle {
 
}

.Welfare_Container .tab_subject {
    width: 55%;
    height: 10px;
    margin: auto;
    flex-direction: row;
    letter-spacing: 0.5px;
    margin-top: 62px;
    font-family: "Noto Sans KR";
}


.Welfare_Container .tab_subject li {
     font-style: normal;
    font-weight: 500;
	height: 30px;
    color: #000000;
    font-size: 22px;
    letter-spacing: 1.2px;
}
.Welfare_Container .tab_subject li .active {
  color: #bb9368;
  border-bottom: 1px solid #bb9368;
  font-weight: 900;
}
.Welfare_Container .content div:nth-child(1) {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 40px;
  flex-wrap: wrap;
  flex-direction: unset;
}
.Welfare_Container .content div:nth-child(1) nav {
  width: 30.8788598575%;
  background: white;
  box-sizing: border-box;
  margin-bottom: 29px;
}
/*subject*/
.one {
  overflow: hidden;
  /*content*/
}
.one .content {
  /*section_01*/
}
.one .content div:nth-child(2) {
  display: none !important;
}
.one .content #section_01 nav:nth-child(11) {
  visibility: hidden;
}
.one .content #section_01 nav:nth-child(12) {
  visibility: hidden;
}

/*one*/
.two, .header .join nav span:nth-child(1) {
  /*content*/
}
.two div:nth-child(2), .header .join nav span:nth-child(1) div:nth-child(2) {
  dipslay: none !important;
}
.two .content, .header .join nav span:nth-child(1) .content {
  /*section_01*/
}
.two .content #section_02 nav:nth-child(8), .header .join nav span:nth-child(1) .content #section_02 nav:nth-child(8) {
  visibility: hidden;
}
.two .content #section_02 nav:nth-child(9), .header .join nav span:nth-child(1) .content #section_02 nav:nth-child(9) {
  visibility: hidden;
}

/*two*/
.four {
  /*content*/
}
.four .content {
  /*section_01*/
}
.four .content #section_04 nav:nth-child(9) {
  visibility: hidden;
}

/*two*/

/*# sourceMappingURL=common.css.map */
</pre></body></html>