@charset "utf-8";

/**common*/
html {
  scroll-behavior: smooth; /*부드러운 스크롤 효과*/
}

.absCenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#slider {
  position: relative;
  padding-top: 100px;
}

#mainslider .visu {
  max-height: 1100px;
  height: calc(100vh - 100px);
  background-color: #000;
}

#mainslider .visu img {
  height: 100%;
}

.sliderTxt {
  z-index: 1;
  color: #fff;
  top: 30%;
  text-align: left;
  white-space: pre-line;
  width: 100%;
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sliderTxt h4 {
  font-size: 19px;
  font-weight: 500;
}

.sliderTxt h4 span {
  color: #28cfff;
}

.sliderTxt h3 {
  font-size: 50px;
  line-height: 1.15;
}

.sliderTxt p {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;
}

.bx-wrapper img {
  width: 100%;
}

#bx-pager {
  bottom: 220px;
  width: 100%;
  max-width: 1220px;
  text-align: left;
}

#bx-pager a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 3px;
}

#bx-pager a.active::after {
  content: "";
  display: block;
  position: relative;
  margin: -3px 0 0 -3px;
  width: 16px;
  height: 16px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bx-wrapper .bx-controls-direction a {
  height: 82px !important;
  top: 40% !important;
}

#mainslider .small {
  display: none;
}

#sliderLeast {
  width: 100%;
  height: 180px;
  position:absolute;
  margin-top: -180px;
  background-color: rgba(0, 22, 90, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

#sliderLeast ul {
  width: 100%;
  max-width: 1300px;
  gap: 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#sliderLeast ul li {
  color: #fff;
  width: calc(100% / 4);
}

#sliderLeast ul li:not(:last-child) {
  border-right: dotted 1px rgba(255, 255, 255, 0.2);
}

#sliderLeast ul li h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

#sliderLeast ul li h3 svg {
  position: absolute;
  top: 5px;
  left: 0;
}

#sliderLeast ul li p {
  white-space: pre-line;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 143%;
}

#sliderLeast ul li p b {
  font-weight: 400;
  padding-right: 10px;
}

#sliderLeast .item {
  color: #fff;
  font-size: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  transition: 0.3s;
}

#sliderLeast .item:hover {
  transform: scale(1.1);
  margin-top: -11px;
  z-index: 1;
}

#sliderLeast .item p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 35px;
}

#sliderLeast .item p::before {
  content: "";
  width: 34px;
  height: 31px;
  background-size: 100% 100% !important;
  background: url(../img/ico-link-1.svg) no-repeat center center;
  margin-top: 4px;
  display: inline-block;
  margin-right: 13px;
}

#sliderLeast .link-2 p::before {
  background: url(../img/ico-link-2.svg) no-repeat center center;
}

#sliderLeast .link-3 p::before {
  background: url(../img/ico-link-3.svg) no-repeat center center;
}

#sliderLeast .link-4 p::before {
  width: 34px;
  height: 33px;
  margin-top: 0px;
  background: url(../img/ico-link-4.svg) no-repeat center center;
}

.main-title {
  text-align: center;
  margin-bottom: 50px;
}

.main-title h2 {
  font-size: 29px;
  font-weight: 600;
  color: #202020;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.main-title p {
  font-size: 17px;
  font-weight: 400;
  color: #838383;
  letter-spacing: -0.2px;
}

/** 메인 최신글 영역 **/
.main-least {
  padding: 100px 0;
  position: relative;
}

.main-least .container {
  position: relative;
  z-index: 1;
}

.main-least::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 665px;
  background-size: 100% 100% !important;
  background: url(../img/least-bg.svg) no-repeat center center;
  display: block;
  right: 0;
  opacity: 0.1;
  top: 15%;
  z-index: 0;
}

.allLeast-wrap h3 {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.allLeast-wrap h3 span {
  font-size: 15px;
  font-weight: 400;
  color: #575757;
}

.notice-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.notice-wrap .left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
}

.notice-wrap .left .notice {
  width: calc(100% / 2 - 40px);
}

.notice-wrap .main-info {
  width: 460px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.notice .notice-tl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.notice .notice-tl h3,
.main-info h3 {
  font-size: 25px;
  font-weight: 600;
  color: #1f1f1f;
}

.notice .notice-tl h3 span,
.main-info h3 span {
  color: #00165A;
}

.main-info .banner {
  background-color: #0D3090;
  margin-top: 30px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  }

.main-info .banner span {
  font-size: 16px;
  margin-top: -20px;
}

.main-info .banner b {
  font-size: 28px;
  color: #FFD794;
}

.main-info .banner p {
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #0b2672;
  padding: 7px 0;
  position: absolute;
  bottom: 0;
  letter-spacing: 0.5px;
}

.main-info .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.main-info .links a {
  border: 1px solid #D4D1D1;
  width: calc(50% - 5px);
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
}
.main-info .links a:hover {
  background-color: #F4F7FF;
  color: #00165a;
}

.main-info .links a span {
  font-weight: 300;
  color: #666666;
  font-size: 14px;
  padding-left: 7px;
}

.main-info .links a:last-child {
  width: 100%;
}

.main-info .links a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.main_gallery {
  background-color: #F4F7FF;
  padding: 70px 0;
}

.main_gallery h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  margin-bottom: 15px;
}

.client {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.client img {
  width: 100%;
  max-width: 200px;
  height: 50px;
}

/** 하단 카피라이트 **/
#ft {
  background-color: #f9f9f9;
  min-width: auto;
}

.copyright {
  display: flex;
  padding: 40px 0px;
  color: #4e4e4e;
  align-items: center;
}

.copyright img {
  margin-right: 30px;
}

.copyright div {
  font-size: 1.5rem;
  line-height: 2.2rem;
  white-space: pre-line;
}

.copyright div p {
  font-size: 1.4rem;
}

.copyright span {
  color: #3762c5;
  font-weight: 600;
}

@media screen and (max-width: 1459px) {
  #mainslider .visu img {
    max-width: none;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-least, .main_gallery {
    padding-left: 40px; 
    padding-right: 40px;
  }

  #slider {padding-top: 65px;}

  #sliderLeast ul {
    margin: 0 70px;
    gap: 45px;
  }

  .bx-controls-direction {
    display: none;
  }

  #sliderLeast .item p {
    font-size: 2rem;
  }

  #bx-pager {
    margin: auto;
    bottom: 120px;
    padding: 0 60px;
  }

  #sub .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sliderTxt {
    padding: 0 60px;
  }

  .allLeast .item a {
    font-size: 2rem;
  }

  .notice-wrap {flex-direction: column;}
  .notice-wrap .left {width: 100%;}
  .notice-wrap .left .notice {
      width: calc(100% / 2 - 40px);
      gap: 40px;
    }
  #allLeast li .date {display: none;}


  .notice-wrap .main-info {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main-info h3 {width: 100%;}
  .main-info .banner {
    width: 50%;
    margin-top: 0;
    height: auto;
  }

  .main-info .links {
    width: 48%;
  }

  .copyright {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyright img {
    display: none;
  }

  .copyright div {white-space: inherit;}
}


@media screen and (max-width: 800px) {
  #mainslider .visu {
    height: 90vh;
    max-height: 82vh;
  }

  .sliderTxt {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 0 30px;
  }

  .sliderTxt h3 {
    font-size: 32px;
  }

  .slider .bx-viewport {
    height: 250px;
  }
  .bx-wrapper .bx-controls-direction a {
    background-size: contain;
    width: 40px !important;
    height: 40px !important;
  }
  .bx-wrapper .bx-prev {
    left: 10px !important;
  }
  .bx-wrapper .bx-next {
    right: 10px !important;
  }

  #sliderLeast {
    flex-wrap: wrap;
    bottom: 0;
    z-index: 1;
    padding: 20px 0;
    height: auto;
  }

  #sliderLeast ul {
    flex-wrap: wrap;
    margin: 0 40px;
    gap: 20px 40px;
  }

  #sliderLeast ul li {width: calc(50% - 20px); padding: 0;}
  #sliderLeast ul li:nth-child(2) {
    border-right: 0;
  }
  #sliderLeast ul li h3 {font-size: 16px; margin-bottom: 5px;}
  #sliderLeast ul li p {font-size: 13px;}

  .main-title h2 {
    font-size: 25px;
  }
  .main-title p {
    font-size: 15px;
    word-break: keep-all;
    white-space: pre-line;
  }
  .main-title {
    margin-bottom: 30px;
  }

  #bx-pager {
    bottom: 80px;
  }

  .allLeast-wrap {display: none;}
  .main_gallery {padding: 60px 20px;}

  .allLeast {
    flex-flow: wrap;
  }

  .allLeast .item {
    width: 50%;
    margin-bottom: 15px;
  }

  .main-least {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .pic_lt ul li:last-child {
    display: none;
  }

  .copyright {
    padding: 20px 20px 40px;
  }
  .copyright img {
    display: none;
  }

  .copyright div {
    font-size: 1.3rem;
    line-height: 1.7rem;
    white-space: inherit;
  }

  .copyright div p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  
  .client {padding: 30px 20px; gap: 20px;}
}

@media all and (max-width: 480px) {
  .sliderTxt {
    top: 120px;
  }

  #sliderLeast ul {
    margin: 0 20px;
  }

  #sliderLeast .item {
    width: 100%;
  }

  .main-least {
    padding-top: 70px;
  }

  .allLeast-wrap h3 span {
    display: none;
  }

  .main-least .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .allLeast .item {
    width: 100%;
    border-right: 1px solid #b2b2b2;
  }

  .allLeast-wrap h3 {
    margin-bottom: 25px;
  }

  .notice-wrap {
    margin-top: 0;
  }

  .notice-wrap .left .notice {
    width: 100%;
  }

  .notice-wrap .notice:first-child {
    margin-top: 0;
  }

  .main-least, .main_gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-info .banner, .main-info .links {
    width: 100%;
  }

  .main-info .banner {
    height: 160px;
  }

  .copyright div p {
    font-size: 1rem;
  }
}

/***********************************
  서브페이지
***********************************/
#sub {
  padding-top: 100px;
  position: relative;
}

#sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 502px;
  background: url(../img/least-bg.svg) no-repeat;
  background-size: cover;
  top: -100px;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

/** 서브 탑 비쥬얼 파트 **/
#subTop {
  display: flex;
  height: 220px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #111;
}

#subTop h2 {
  color: #111;
  font-size: 42px;
  font-weight: 700;
}

/** 페이지 네비게이션 **/
.hist_depth1 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.hist_depth1 li.home a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/nav_home.svg);
  background-size: cover;
}

.hist_depth1 li a {
  color: #AAA;
  font-size: 18px;
  font-weight: 500;
}

.hist_depth1 li:nth-child(3) a {
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hist_depth1 > li:not(:last-child):after {
  content: "/";
  color: #AAA;
  font-size: 13px;
  font-weight: 100;
  margin-left: 10px;
}


.hist_depth1 > li:last-child > a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/nav_down.svg) no-repeat center center;
}

.hist_depth1 .active {
  color: #111;
  position: relative;
}

.hist_depth1 .active .hist_depth2 {
  display: flex;
}

.navigation .hist_depth2 {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100px;
  padding: 10px;
  top: 30px;
  left: 50%;
  margin-left: -55px;
  flex-direction: column;
  gap: 5px;
}

.navigation .hist_depth2 a {
  font-size: 15px;
}

#sub .visual {
  max-width: calc(100% - 80px);
  height: 300px;
  border-radius: 20px;
  background: url(../img/visual-1.jpg);
  background-size: cover;
  margin: auto;
} 
#sub .visual.menu2 {background-image: url(../img/visual-2.jpg);}
#sub .visual.menu3_1 {background-image: url(../img/visual-3-1.jpg);}
#sub .visual.menu3_2 {background-image: url(../img/visual-3-2.jpg);}
#sub .visual.menu3_3 {background-image: url(../img/visual-3-3.jpg);}
#sub .visual.menu3_4 {background-image: url(../img/visual-3-4.jpg);}
#sub .visual.menu4 {background-image: url(../img/visual-4.jpg);}
#sub .visual.menu5 {background-image: url(../img/visual-5.jpg);}
#sub .visual.menu6 {background-image: url(../img/visual-6.jpg);}
#sub .visual.menu7 {background-image: url(../img/visual-7.jpg);}


@media screen and (max-width: 800px) {
  #sub .visual {height: 200px;}
}

@media screen and (max-width: 480px) {
  .hist_depth1 {padding-bottom: 5px;}
}


/** 서브페이지 대메뉴 **/

#sub .content {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  padding: 100px 0;
  margin: auto;
}

.sec_tit {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #323232;
}

@media all and (max-width: 480px) {
  #sub::after {
    width: 230px;
    height: 300px;
    top: -20px;
  }

  #subTop {
    height: 160px;
    margin-top: -30px;
  }

  .hist_depth1 li a {font-size: 16px;}
  .hist_depth1 li.home a {width: 16px; height: 16px;}
  #subTop h2 {font-size: 36px;}
  #sub .visual {height: 200px; max-width: calc(100% - 40px);}
}



/***********************************
  인사말
***********************************/
.welcome .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.welcome .top h3 {
  color: #111;
  font-size: 34px;
  font-weight: 500;
  line-height: 130%;
  white-space: pre-line;
}

.welcome .top h3 b {font-weight: 700;}

.welcome .top p {
  color: var(--basic-dark-blue, #00165A);
  text-align: right;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  white-space: pre-line;
}

.welcome .message {
  display: flex;
  padding-top: 30px;
  justify-content: center;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  background: rgba(242, 245, 255, 0.50);
}

.welcome .message .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.welcome .message h4 {
  color: var(--basic-dark-blue, #00165A);
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  white-space: pre-line;
}

.welcome .message p, .welcome .hellow p {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  white-space: pre-line;
  display: block;
  min-width: 700px;
  
}

.welcome .hellow {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  align-items: end;
}

.welcome .hellow p {
  width: 700px;
  font-size: 18px;
  line-height: 150%;
}

@media all and (max-width: 800px) {
  .welcome .top{flex-direction: column; gap:10px}
  .welcome .top h3, .welcome .top p {white-space: inherit; text-align: center;}
  .welcome .top h3 {font-size: 26px;}
  .welcome .top p {font-size: 24px;}
  .welcome .message {flex-direction: column; padding: 30px 0px; gap: 40px;}
  .welcome .message img {width: 100%;}
  .welcome .message h4 {font-size: 26px; white-space: inherit;}
  .welcome .message p, .welcome .hellow p {font-size: 16px; white-space: inherit; min-width: 100%;}
  .welcome .hellow {align-items: center;}
  .welcome .hellow p {width: calc(100% - 40px);}
}

/***********************************
  조직도
***********************************/
.organization img {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

@media all and (max-width: 480px) {
  .organization img {width: 100%;}
}


/***********************************
  임원
***********************************/
.tab {
  height: auto;
}

.tab > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.tab > ul li {
  display: flex;
  width: 130px;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  font-size: 18px;
  font-weight: 600;
  color: #777777;
}

.tab > ul li:hover,
.tab > ul li.on {
  background: #1428A0;
  color: #fff;
}

.tab .conBox {
  width: 100%;
  height: auto;
  min-height: 200px;
  background: #fff;
  display: none;
  padding-top: 80px;
}

.tab .conBox.on {
  display: block;
}

.table {
  width: 100%;
  table-layout: fixed;
}

.tbl-header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.tbl-content {
  height: 342px;
  overflow-x: auto;
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
}

.table th {
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  color: #111;
  background: var(--basic-gray, #F8F8F8);
}

.table td {
  padding: 16px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

@media all and (max-width: 480px) {
  .tab > ul {
    gap: 5px;
    flex-wrap: wrap;
  }

  .tab > ul li {
    height: 50px;
    padding: 0;
    font-size: 16px;
    width: calc(100% / 3 - 4px);
    text-align: center;
  }

  .tab .conBox {padding-top: 40px;}

  .table th, .table td {font-size: 16px;}
}


/***********************************
  오시는 길
***********************************/
.location {
  gap: 30px !important;
}

.contact {
  border-top: 1px solid #6d6a60;
}
.contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact li {
  width: calc(100% / 3 );
  height: 60px;
  color: #323232;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.contact li.addr {
  width: 100%;
}

.contact li span {
  width: 200px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.contact li p {
  font-weight: 400;
}

.contact li span, .contact li p {
  font-size: 17px;
  padding: 0 20px;
}

.map-area {
  width: 100%;
  height: 400px;
}

.map-area iframe {
  width: 100%; height: 100%;
}

@media all and (max-width: 800px) {
  .contact li {width: 100%;}
  .contact li span {width: 130px;}
}

/***********************************
  효창운동장
***********************************/
.ground .conBox.on {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.ground h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
}

.ground table {
  border-collapse: collapse;
  width: 100%;
}

.ground table th, .ground table td {
  font-size: 16px;
  padding: 20px 30px;
  text-align: center;
  border-right: 1px solid #E7E7E7;
}

.ground table th:last-child,
.ground table td:last-child {
  border-right: 0;
}

.ground table td.line {
  border-right: 1px solid #E7E7E7;
}

.ground table thead {
  border-top: 2px solid #111;
  background: var(--basic-gray, #F8F8F8);
  border-bottom: 1px solid #111;
}

.ground table thead .line {
  border-bottom: 1px solid #c0c0c0;
}

.ground table thead .small th {
  font-weight: 500;
  background-color: #eeeeee;
}

.ground table td {
  border-bottom: 1px solid #E7E7E7;
}

.ground table .tl {
  background: #E9EBFA; 
  border-bottom: 1px solid #CFCFCF;
}

.ground table ol {
  margin: 0;
  padding-inline-start: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ground table ol.list li {text-align: left;}
.ground table .red {color: var(--basic-red, #E6002D);}

@media screen and (max-width: 1459px) {
  #sub .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .scroll_inner {
    width: 100%;
    flex-shrink: 0;
    overflow-x: scroll;
  }

  .ground table {width: 800px;}
  .ground h3 {font-size: 22px; margin-bottom: 20px;}
  .ground table th, .ground table td {padding: 14px 20px; font-size: 16px;}
}

@media screen and (max-width: 480px) {
    #sub .content {
      padding: 60px 20px;
      gap: 30px;
    }
  }

/***********************************
  게시판 정리
***********************************/

@media all and (max-width: 480px) {
  #bo_btn_top {margin-top: 0;}
  #bo_list_total {display: none;}
}
