@charset "UTF-8";


/* 비쥬얼 */
.visual {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
  padding-bottom: 50px;
  position: relative;
}

.visual .visual_box {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* height: 600px; */
  position: relative;
  background-color: #EDF0F6;
  box-sizing: border-box;
}

.visual img {
  width: 100%;
}

.visual .visual_box .visual_titie span {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
}

.visual .visual_box .visual_titie span em {
  font-size: 44px;
  color: #ffd800;
  font-weight: 600;
}

/* content */

.content .sec_01 {
  display: flex;
  background: #f8f8f8;
  position: relative;
  height: 570px;
}

.content .sec_01:before {
  content: '';
  position: absolute;
  background: url(../img/secbg01_left.png)no-repeat;
  width: 300px;
  height: 100%;
  background-size: 300px;
}

.content .sec_01:after {
  content: '';
  position: absolute;
  background: url(../img/secbg01_right.png)no-repeat;
  width: 500px;
  height: 400px;
  bottom: 0;
  right: 0;
}

.content .seccon {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 20px;
}

.content .sec_01 .seccon01 {
  flex: 5;
}

.content .sec_01 .seccon01 .secbox {
  position: relative;
  background-color: rgb(255, 255, 255, 70%);
  border-radius: 5px;
  box-shadow: 0px 5px 5px #eee;
  margin-bottom: 15px;
  padding: 30px 6%;
}

.content .sec_01 .seccon01 .notice {
  background-image: url(../img/notice.png);
  background-repeat: no-repeat;
  background-position: 90% 90px;
}

.content .sec_01 .seccon02 {
  flex: 5;
  margin-left: 5%;
  z-index: 1;
}

.content .sec_01 .seccon02 h2 {
  margin-top: 30px;
}

.content .sec_01 .seccon02 .logoutmypg p {
  color: #343434;
  font-size: 22px;
  line-height: 40px;
  margin: 50px 0px;
}

.content .sec_01 .seccon02 .logoutmypg .loginmypg_btn {
  color: #4f60c4;
  background: none;
  font-size: 22px;
  border: 1px solid #4f60c4;
  border-radius: 25px;
  padding: 5px 12%;
  transition: all ease 1s;
}

.content .sec_01 .seccon02 .logoutmypg .loginmypg_btn:hover {
  color: #ffffff;
  background: #4f60c4;
  font-size: 22px;
  border: 1px solid #4f60c4;
  border-radius: 25px;
  padding: 5px 12%;
  transition: all ease 1s;
  box-shadow: 0px 5px 10px #8491d8
}

.content .sec_01 .seccon02 .logoutmypg {
  position: relative;
  height: calc(100% - 150px);
}

.content .sec_01 .seccon02 .logoutmypg:after {
  position: absolute;
  content: '';
  background: url(../img/mypg_login.png)no-repeat;
  animation: anim linear normal infinite 3s;
  width: 300px;
  height: 310px;
  bottom: 50px;
  right: 0;
}

.content .sec_01 .seccon02 .loginmypg:after {
  position: absolute;
  content: '';
  background: url(../img/mypg_note.png)no-repeat;
  animation: anim linear normal infinite 3s;
  width: 150px;
  height: 190px;
  bottom: 60px;
  right: 15%;
  z-index: -1;
}

.content .sec_01 .seccon02 .loginmypg:before {
  position: absolute;
  content: '';
  background: url(../img/mypg_ni.png)no-repeat;
  width: 70px;
  height: 220px;
  bottom: -120px;
  right: 0;
  z-index: 9999;
}

.content .sec_01 .seccon02 .loginmypg {
  margin-top: 30px;
  position: relative;
}

.content .sec_01 .seccon02 .loginmypg ul {
  width: 300px;
}

.content .sec_01 .seccon02 .loginmypg ul li {
  display: flex;
  border: 1px solid #327fad;
  border-radius: 25px;
  box-shadow: 0px 5px 10px #327fad;
  margin: 10px 0;
  padding: 10px 7% 10px 50px;
  align-items: center;
  background-image: url(../img/main_mypg_list.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 6px;
}

.content .sec_01 .seccon02 .loginmypg ul li p {
  width: 145px;
  position: relative;
}

.content .sec_01 .seccon02 .loginmypg ul li p:after {
  position: absolute;
  border-right: 1px solid #2778a9;
  width: 1px;
  content: '';
  height: 100%;
  right: 10px;
}

.content .sec_01 .seccon02 .loginmypg ul li span {
  align-items: center;
  display: flex;
}

.content .sec_01 .seccon02 .loginmypg ul li span em {
  font-size: 25px;
  color: #2778a9;
  font-weight: bold;
}

.content .sec_02 {
  max-width: 1200px;
  margin: 80px auto;
}

.content .sec_02 h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 28px;
}

.content .sec_02 h2 em {
  position: relative;
}

.content .sec_02 h2 em:before {
  position: absolute;
  content: '';
  background: url(../img/service_txt.png)no-repeat;
  width: 129px;
  height: 21px;
  z-index: -1;
  bottom: 0;
}

.content .sec_02 ul {
  display: flex;
  justify-content: space-between;
}

.content .sec_02 ul li {
  border-radius: 10px;
  box-shadow: 4px 0px 6px -3px #535353;
  flex: 3;
  margin-right: 10px;
}

.content .sec_02 ul li a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 10px;
}

.content .sec_02 ul li a:hover {
  background: #000;
  border-radius: 10px;
  transition: all ease 1s;
}

.content .sec_02 ul li a span {
  display: block;
  text-align: center;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content .sec_02 ul li a span img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.content .sec_02 ul li a em {
  text-align: center;
  display: block;
  font-size: 25px;
  text-align: center;
  padding: 10px 0;
  line-height: 30px;
}

.content .sec_02 ul li a:hover span {
  height: 100%;
  opacity: 0.5;
}

.content .sec_02 ul li a:hover span img {
  height: 100%;
  border-radius: 10px;
}

.content .sec_02 ul li a:hover em {
  position: absolute;
  width: 100%;
  height: calc(100%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 0 100% 0;
  margin: 0;
  padding: 0;
  top: 0;
  transition: all ease 1s;
}

.content .sec_01 .sec01_bottom .ico li a:hover span {
  -webkit-animation: vibes2 1s ease;
  -moz-animation: vibes2 1s ease;
  -ms-animation: vibes2 1s ease;
  animation: vibes2 1s ease;
}

@keyframes anim {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.swiper-btn {
  position: absolute;
  width: 220px;
  left: 13%;
  top: 50%;
}


.swiper-btn div {
  display: flex;
  align-items: center;
}

/* S-menu */
.S-menu {
  position: absolute;
  width: 900px;
  background: #0059A5;
  border-radius: 0 50px 50px 0;
  height: 150px;
  bottom: -50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.S-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.S-menu ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.S-menu ul li img {
  width: auto;
}

.S-menu ul li span {
  flex: 100%;
  color: #fff;
  text-align: center;
}

/* content */
.container {
  display: flex;
  max-width: 1400px;
  margin: 100px auto;
  justify-content: space-between;
  /* align-items: center; */
  gap: 50px;
}

.container .more {
  background: url(../img/more_btn.png)no-repeat;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-size: cover;
}

.container .slick-list {
  max-width: 450px;
}

.container .popup {
  position: relative;
}

.container .popup .slick-prev {
  position: absolute;
  background: url(../img/swiper_prev.png)no-repeat;
  top: -40px;
  left: 280px;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.container .popup .slick-next {
  position: absolute;
  background: url(../img/swiper_next.png)no-repeat;
  top: -40px;
  left: 340px;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.popup .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}

.popup .slick-slide .item {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  height: auto;
}

.popup .slick-slide .item a{
  height:100%;
}

.popup .slick-current+.slick-slide .item {
  opacity: .5;
}

.popup .slick-active,
.popup .slick-active .item {
  opacity: 1 !important;
  transition: opacity 1s ease-in;
}

.slick-cloned {
  opacity: 0.3;
}

/* 게시판 */
.notice .tabList ul {
  justify-content: space-between;
  transition: ease .5s all;
  margin: 60px 0 0;
  gap: 10px;
  flex-direction: column;
}

.notice .tabList ul li {
  flex: 1 1 50%;
}

.notice .tabList ul li>div {
  display: flex;
  justify-content: end;
}


.notice .tabList ul li a {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #535F69;
  box-sizing: border-box;
  transition: ease all .5s;
  border-radius: 50px;
}

.notice .tabList ul li.active a,
.notice .tabList ul li a:hover {
  background: #005296;
  position: relative;
  color: #fff;
  font-weight: 500;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.notice .tabList ul li.active a:before,
.notice .tabList ul li a:hover:before {
  height: 2px;
  width: 100%;
  left: 0;
  top: -1px;
  transition: ease all 0.5s;
}

.notice {
  background: #E6F0FF;
  border-radius: 50px;
  padding: 30px;
}

.tabWrap {
  display: flex;
  gap: 25px;
  align-items: center;
}

.notice .tabContent {
  min-width:500px;
  background: #fff;
  border-radius: 50px;
  padding: 50px 25px 25px 25px;
  position: relative;
}

.notice .tabContent a.more {
  position: absolute;
  right: 30px;
  top: 30px;
}

.notice .tabContent>div h3 {
  font-size: 30px;
  color: #002646;
  font-weight: bold;
  margin-bottom: 14px;
}

.notice .tabContent>div ul li {
  border-bottom: 1px solid #ACACAC;
}

.notice .tabContent>div ul li a {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.notice .tabContent>div ul li a .flex-oveflow{
  flex:1;
}
.notice .tabContent>div ul li a h4 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 1px;
  min-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  font-weight: 550;
  flex: 1;
}

.notice .tabContent>div ul li.new a h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.notice .tabContent>div ul li.new a p {
  font-size: 15px;
}

/* banner */
.bannerWrap {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;

}

.bannerWrap .banner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  /* height:60px; */
}

.bannerWrap .banner .lefttit {
  display: flex;
  align-items: center;
  flex: 1 1 20%;
  align-items: center;
  /* gap: 25px; */
  gap:0 25px;
  flex-wrap:wrap;
}

.bannerWrap .banner .lefttit h3 {}

.bannerWrap .banner .btn_pause {
  background: url(../img/banner_stop.png)no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  outline: none;
  background-size: contain;
}

.bannerWrap .banner .btn_pause.on {
  background: url(../img/banner_play.png)no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  outline: none;
  background-size: contain;
}

.bannerWrap .banner .control{
  display:flex;
  align-items:center;
  gap:10px;
}

.bannerWrap .banner .control .prev {
  /* position: absolute; */
  background: url(../img/banner_prev.png)no-repeat;
  top: -40px;
  left: 280px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.bannerWrap .banner .control .next {
  /* position: absolute; */
  background: url(../img/panner_next.png)no-repeat;
  /* top: 35px; */
  /* left: 80px; */
  width: 30px;
  height: 30px;
  background-size: contain;
}

.bannerWrap .banner .banner-slick {
    width: 80%;
    /* position: absolute; */
    /* left: 18%; */
}

.bannerWrap .banner .banner-slick .slick-list{
  /* max-width: 800px; */
}

.bannerWrap .banner .slick-slide {
  display: flex;
  width: auto;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border: 0;
  align-items: center;
  justify-content: center;
}

.bannerWrap .banner .slick-slide a {
  display: block;
  /* padding: 7px 16px 8px; */
  margin-right: 35px;
  /* height: 50px; */
}

.bannerWrap .banner .item {
  display: inline-block;
  float: left;
  width: auto;
  height: 50px;
}

.bannerWrap .banner .item a {
  display: flex;
  /* padding: 7px 10px 8px; */
  margin-right: 37px;
  height: 100%;
  align-items: center;
}

.bannerWrap .banner .item a img {
  height: 100%;
  display: block;
  width: auto;
}


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

  .container{
    /* flex-wrap:wrap; */
    padding: 0 25px;
  }
  
  .content .sec_02 {
    padding: 0 40px;
  }

  .content .sec_02 ul li {
    margin: 0 8px;
  }

  .content .sec_02 h2 {
    margin-bottom: 40px;
  }

  .visual .visual_box .visual_titie span {
    font-size: 30px;
    word-break: keep-all;
  }

  .visual .visual_box .visual_titie span em {
    font-size: 38px;
  }

  .visual img {
    height: 100%;
  }

  .content .sec_02 ul li a em {
    font-size: 20px;
  }

  .visual .visual_box {
    height: 400px;
    /* padding: 0 15px; */
  }
  
  /* S-menu */
  .S-menu {
    width: 500px;
    height: 120px;
  }
  
  .S-menu ul li a {
    gap: 10px;
  }
  
  .S-menu ul li img {
    height: 50px;
  }
  
  .S-menu ul li span,
  .swiper-pagination-total{
    font-size: 14px;
  }
  .swiper-pagination-current{
    font-size: 18px !important;
  }
  .swiper-button-prev, .swiper-button-next{
    width:30px !important;
    height:30px !important;
    background-size: contain !important;
  }
  .swiper-btn{
    width:150px;
    top: 60%;
  }
  .notice .tabList ul li a{
    font-size:0.9rem;
    padding: 10px;
    line-height: 1.5;
  }
  .notice .tabContent>div h3{
    font-size:1.2rem;
  }
  .notice .tabContent>div ul li.new a h4{
    font-size:1rem;
  }
  .notice .tabContent>div ul li a h4{
    font-size:0.9rem;
  }
  .notice .tabContent>div ul li.new a p{
    font-size:0.8rem;
    line-height:1.2rem;
  }
  .container .more,.container .popup .slick-prev, .container .popup .slick-next{
    width:35px;
    height:35px;
  }
  .container .popup .slick-prev, .container .popup .slick-next{
    top:-34px;
  }
  .bannerWrap .banner{
    padding:15px;
  }
  .visual{
    margin:0 
  }

  .popup .title h2{
    font-size:1.2rem;
  }
}

@media screen and (max-width: 1080px) {
  
    .visual{
        margin: 0;
    }

    .container{
      /* flex-wrap:wrap; */
    }
    .sec_01{
      flex:1;
    }

    .notice .tabList ul{
      flex-wrap: wrap;
      flex-direction: inherit;
      border-bottom:1px solid #bdbdbd;
      padding-bottom: 5px !important;
      gap: 5px;
    }

    .notice .tabList ul li{
      flex: 1 1 40%;
    }

    .tabWrap{
      flex-direction: column;
      gap:0;
    }

    .notice{
      padding:0;
      background-color: #fff;
    }

    .notice .tabContent{
      padding: 25px 0 0 0;
    }
    .bannerWrap .banner .banner-slick{
      width:100%;
    }
    .bannerWrap .banner{
      flex-wrap:wrap;
    }

    .notice .tabContent a.more{
      top:15px;
    }
    
}
@media screen and (max-width: 850px) {
  .container{
    flex-direction: column;
    margin: 50px 0;
  }

  .visual .visual_box {
    height: 250px;
    /* padding: 0 35px; */
  }

  .tabContainer{
    width:100%;
  }
  
  .sec_02{
    display:flex;
    justify-content:center;
  }
  
  .notice .tabContent{
  	min-width:100%;
    flex:100%;
    width: 100%;
    box-sizing: border-box;
  }

  .footer .foot .foot_top .ftutil .area span{
    display:none;
  }

  .footer .foot .foot_top .ftutil .area select {
    margin-right: 10px;
    flex: 1 1 36%;
    border-bottom: 1px solid #fff;
    padding: 15px;
    height: auto;
    font-size: 0.85rem;
  }

  
  
  /* S-menu */
  .S-menu {
    width: calc(350px - 60px);
    height: 80px;
    left: 0;
    padding: 10px;
  }
  
  .S-menu ul li a {
    gap: 10px;
  }
  
  .S-menu ul li img {
    height: 35px;
  }
  
  .S-menu ul li span,
  .swiper-pagination-total{
    font-size: 0.8rem;
  }
  .swiper-pagination-current{
    font-size: 18px !important;
  }
  .swiper-button-prev, .swiper-button-next{
    width:30px !important;
    height:30px !important;
    background-size: contain !important;
  }
  .swiper-btn{
    width:150px;
    top: 60%;
  }
  .notice .tabList ul li a{
    font-size:0.9rem;
  }
  .notice .tabContent>div h3{
    font-size: 1rem;
  }
  .notice .tabContent>div ul li.new a h4{
    font-size: 0.9rem;
  }
  .notice .tabContent>div ul li a h4{
    font-size: 0.85rem;
  }
  .notice .tabContent>div ul li.new a p{
    font-size:0.8rem;
    line-height:1.2rem;
  }

  .popup .title h2{
    font-size:1rem;
  }

  .notice{
    padding: 20px;
    background-color: #E6F0FF;
  }

  .notice .tabContent{
    padding: 25px;
  }
  .bannerWrap .banner .banner-slick{
    width:100%;
  }
  .bannerWrap .banner{
    flex-wrap:wrap;
  }

  .notice .tabContent a.more{
    top:15px;
  }

  .notice .tabList ul{
    border-bottom:0;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  .bannerWrap .banner .control .prev{
  	display:none;
  }
  .bannerWrap .banner .control .next{
  	display:none;
  }
  
  .bannerWrap .banner .btn_pause{
  	display:none;
  }
  
}


@media screen and (max-width: 580px) {
  .visual{
    padding-bottom: 60px;
  }
  
  .swiper-pagination-current{
    font-size: 18px !important;
  }
  .swiper-btn{
    width:150px;
    top: 60%;
  }
  .container .slick-list{
    max-width: 300px;
  }

  .popup .title h2{
    font-size:1rem;
  }
}

@media screen and (max-width: 450px) {
  .content .sec_01 .seccon02 .logoutmypg:after {
    background-size: 100px;
    width: 100px;
    height: 210px;
    bottom: -150px;
  }

  .content .sec_02 ul li {
    width: 100%;
  }

  .content .sec_02 {
    padding: 10px 16%;
  }

  .content .sec_01 .seccon01 .secbox {
    background-image: none;
  }

  .content .sec_01 .seccon02 .loginmypg:after {
    background: none;
  }

  .content .sec_01 .seccon02 .loginmypg:before {
    background: none;
  }

  .footer .foot .wrap_comn .infoTxt ul li {
    font-size: 13px;
  }

  .content .sec_02 ul li a span {
    height: 150px;
  }

  .content .sec_02 ul li a {
    height: 200px;
  }
}

/*2025 메인이미지 유튜브 */
.main_visual {
	margin-top: 82px;
    padding-bottom: 50px;
	background: url(../img/main_visual_bg.png)no-repeat;
	background-size:100%;
	background-color:#edf0f6;
	position: relative;
}
.main_visual .main_visual_top {
	display:flex;
	width:1400px;
	margin:0 auto;
	    justify-content: space-evenly;
}
.main_visual .main_youtube_box {
	padding-top:50px;
}
.main_visual .main_visual_top_text img{
	width:100%;
}
@media screen and (max-width: 1630px) {
	.S-menu {
		width:50%;
	}
}
@media screen and (max-width: 1400px) {
	.main_visual {
		margin-top: 0;
		padding-bottom:50px;
	}
}
@media screen and (max-width: 1280px) {
	.main_visual .main_visual_top {
		width:100%;
	}
}
@media screen and (max-width: 1024px) {
	.main_visual {
		margin-bottom: 20px;
		padding:10px;
	}
	.main_visual .main_visual_top {
		display:block;
	}
	.main_visual .main_visual_top_text {
		width:100%;
		padding:10px;
	}
	.main_visual .main_youtube_box {
		width:100%;
		padding:10px;
		position:relative;
		padding-top:56%;
		height:0;
	}
	.main_visual .main_youtube_box iframe{
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
}
/*2025 메인이미지 유튜브 */
