/* common */
.tit_section {
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
}

.link_more {
  display: inline-flex;
  align-items: center;
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
}
.link_more:after {
  display: inline-block;
  margin-top: 1px;
  font-size: 1.125em;
  margin-left: 10px;
  content: "+";
}
@media screen and (max-width: 768px) {
  .link_more {
    font-size: 13px;
  }
  .link_more:after {
    margin-left: 8px;
  }
}

/* main */
body {
  background: #fbfaf7;
}

#wrap {
  padding-top: 0 !important;
}

#visual .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#visual .conts {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}
#visual .inner {
  padding: 0 40px;
  transition: 1s 0.5s;
  transform: translateX(15%);
  opacity: 0;
}
#visual .inner.on{
  transform: translateX(0);
  opacity: 1;
}
#visual .inner .f_tit {
  display: block;
  font-size: 64px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.02em;
}
#visual .inner .sub {
  display: block;
  margin-top: 5px;
  font-size: 32px;
  color: #fbfaf7;
}
#visual .swiper-slide-active .inner {
  transform: translateX(0);
  opacity: 1;
}
#visual .wrap_arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1666px;
  transform: translateX(-50%);
  z-index: 2;
}
#visual .wrap_arrows button[class^=swiper-] {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  opacity: 0.6;
  transition: 0.3s;
}
#visual .wrap_arrows button[class^=swiper-]:not(.swiper-button-disabled):active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #visual .wrap_arrows button[class^=swiper-]:not(.swiper-button-disabled):hover {
    opacity: 1;
  }
}
#visual .swiper-prev {
  left: 20px;
  background-image: url(../img/arrow01_left.png);
}
#visual .swiper-next {
  right: 20px;
  background-image: url(../img/arrow01_right.png);
}
#visual .txt_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 48px;
  text-align: center;
  font-size: 16px;
  color: #a09a91;
  z-index: 2;
}
@keyframes scrollMotion {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
#visual .txt_scroll span {
  display: block;
  animation: scrollMotion 0.7s linear 0s infinite alternate;
}
#visual .txt_scroll:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 30px;
  margin-left: -1px;
  background: #a09a91;
  content: "";
}
@media screen and (max-width: 1520px) {
  #visual .inner .f_tit {
    font-size: 4.2vw;
  }
  #visual .inner .sub {
    font-size: 2.1vw;
  }
  #visual .conts {
    bottom: 8.95vw;
  }
}
@media screen and (max-width: 1024px) {
  #visual .inner {
    padding: 0 20px;
  }
  #visual .inner .f_tit {
    font-size: 42px;
  }
  #visual .inner .sub {
    margin-top: 10px;
    font-size: 21px;
  }
  #visual .conts {
    bottom: 40px;
  }
  #visual .wrap_arrows button[class^=swiper-] {
    width: 24px;
    height: 24px;
    background-size: 12px auto;
  }
  #visual .txt_scroll {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #visual .img img {
    height: 166vw;
    max-height: 100vh;
  }
}

#intro {
  position: relative;
  background: url(../img/main_sect1_pattern.png) repeat center;
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#intro [class^=obj] {
  position: absolute;
  animation: updown 3s ease-in-out infinite;
}
#intro [class^=obj] img {
  max-width: none;
}
#intro .obj1 {
  bottom: 128px;
  left: -20px;
}
#intro .obj2 {
  top: 130px;
  right: -20px;
  animation-delay: 0.5s;
}
#intro .wrap_intro {
  background: url(../img/main_sect1_bg.jpg) no-repeat center;
}
#intro .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  max-height: 950px;
}
#intro .title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#intro .wrap_conts {
  margin-top: 200px;
  text-align: right;
}
#intro .conts {
  display: inline-block;
  width: 640px;
  font-size: 20px;
  color: #fff;
  text-align: left;
}
#intro .conts .tit_conts {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
#intro .conts .desc {
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (max-width: 1520px) {
  #intro .obj1 {
    bottom: 8.42vw;
  }
  #intro .obj1 img {
    width: 38vw;
  }
  #intro .obj2 {
    top: 8.55vw;
  }
  #intro .obj2 img {
    width: 34vw;
  }
  #intro .inner {
    max-height: 62.5vw;
  }
  #intro .title img {
    width: 19.7vw;
  }
  #intro .wrap_conts {
    margin-top: 13.15vw;
  }
  #intro .conts {
    width: 42vw;
  }
  #intro .conts .tit_conts {
    font-size: 2.1vw;
  }
  #intro .conts .desc {
    font-size: 1.315vw;
  }
}
@media screen and (max-width: 1024px) {
  #intro .wrap_intro {
    background-size: cover;
  }
  #intro .inner {
    height: auto;
    max-height: none;
    padding: 100px 20px;
  }
  #intro .title img {
    width: 150px;
  }
  #intro .conts {
    width: 42vw;
    min-width: 320px;
  }
  #intro .conts .tit_conts {
    font-size: 21px;
  }
  #intro .conts .desc {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.46;
  }
  #intro .conts .desc .ib {
    display: inline;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  #intro {
    background-image: url(../img/main_sect1_pattern2.png);
    background-size: 150px;
  }
  #intro [class^=obj] {
    display: none;
  }
  #intro .wrap_intro {
    background: url(../img/main_sect1_bg2.jpg) no-repeat center center/100% auto;
  }
  #intro .inner {
    height: 166vw;
    max-height: 100vh;
    padding: 100px 25px;
  }
  #intro .wrap_conts {
    margin-top: 45.8vw;
    text-align: left;
  }
  #intro .conts {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 430px) {
  #intro .wrap_intro {
    background-size: 360px auto;
  }
}

#business {
  padding: 200px 0;
}
#business .list_business {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
  font-weight: bold;
}
#business .list_business > div, #business .list_business:before, #business .list_business:after {
  display: flex;
  position: relative;
  width: calc(25% - 22px);
  border-radius: 20px;
  overflow: hidden;
}
#business .list_business a {
  display: block;
}
#business .list_business:before {
  background: url(../img/main_sect2_obj1.jpg) no-repeat center center/contain;
  border-radius: 20px;
  content: "";
	content: "사업안내";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    letter-spacing: 3px;
	text-align: center;
	font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
}
#business .list_business:after {
  background: url(../img/main_sect2_obj2.jpg) no-repeat center center/contain;
  border-radius: 20px;
  content: "";
	content: "프로그램·상담 신청";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    letter-spacing: 1px;
	text-align: center;
	font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
	padding: 20px;
}
#business .list_business [class^=item] img {
  width: 100%;
}
#business .list_business [class^=item] .conts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 7px solid transparent;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  font-size: 24px;
}
#business .list_business [class^=item] .conts:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#business .list_business [class^=item]:active .conts {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #business .list_business [class^=item]:hover .conts {
    opacity: 1;
  }
}
#business .list_business .text, #business .list_business .item3, #business .list_business .item4, #business .list_business:after {
  margin-top: 30px;
}
#business .list_business .item1 .conts {
  border-color: #b8dbf5;
}
#business .list_business .item1 .conts:before {
  background-image: url(../img/main_sect2_icon1.png);
}
#business .list_business .item2 .conts {
  border-color: #b8f5c7;
}
#business .list_business .item2 .conts:before {
  background-image: url(../img/main_sect2_icon2.png);
}
#business .list_business .item3 .conts {
  border-color: #f5b8b8;
}
#business .list_business .item3 .conts:before {
  background-image: url(../img/main_sect2_icon3.png);
}
#business .list_business .item4 .conts {
  border-color: #b8dbf5;
}
#business .list_business .item4 .conts:before {
  background-image: url(../img/main_sect2_icon4.png);
}
#business .list_business .link {
  justify-content: center;
  align-items: center;
}
#business .list_business .link .inr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 212px;
  height: 212px;
  border-radius: 100%;
  background: #ffe3b5;
  text-align: center;
  font-size: 24px;
  color: #333;
	transition: all 0.5s
}
#business .list_business .link .inr:hover{
	background: #ffd591;
}

#business .list_business .link .inr:before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 16px;
  background: url(../img/icon_plus3.png) no-repeat center center/contain;
  content: "";
}
#business .list_business .text {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 32px;
  line-height: 1.5;
  padding: 20px;
}
@media screen and (max-width: 1520px) {
  #business {
    padding: 13.15vw 0;
  }
  #business .list_business {
    margin-top: 3.28vw;
  }
	#business .list_business:before, #business .list_business:after{
		font-size: 1.5rem
	}
}
@media screen and (max-width: 1024px) {
  #business .list_business .link .inr {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    font-size: 2.34vw;
  }
  #business .list_business .link .inr:before {
    width: 3.12vw;
    height: 3.12vwl;
  }
  #business .list_business .text {
    font-size: 3.12vw;
  }
	#business .list_business:before, #business .list_business:after{
		font-size: 1.25rem
	}
}
@media screen and (max-width: 768px) {
  #business .list_business {
    margin-top: 30px;
    align-items: center;
  }
  #business .list_business:before, #business .list_business:after {
    display: none;
  }
  #business .list_business > div {
    width: calc(50% - 10px);
  }
  #business .list_business [class^=item] {
    order: 0;
  }
  #business .list_business [class^=item] .inr_item {
    width: 100%;
  }
  #business .list_business [class^=item]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
  }
  #business .list_business [class^=item].on .conts {
    opacity: 1;
  }
  #business .list_business [class^=item].on:after {
    display: none;
  }
  #business .list_business [class^=item] .conts {
    font-size: 14px;
  }
  #business .list_business [class^=item] .conts:before {
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
  }
  #business .list_business .text, #business .list_business .link {
    margin-top: 50px;
  }
  #business .list_business .text {
    order: 1;
    justify-content: center;
  }
  #business .list_business .link {
    order: 2;
  }
  #business .list_business .link .inr {
    width: 120px;
    height: 120px;
    font-size: 14px;
  }
  #business .list_business .link .inr:before {
    width: 18px;
    height: 18px;
    margin-bottom: 8px;
  }
}

#board {
  position: relative;
  background: url(../img/main_sect3_pattern.png) repeat;
}
#board:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1018px;
  background: url(../img/main_sect3_bg.png) no-repeat center -50px/contain;
  content: "";
}
#board #program {
  position: relative;
  padding: 150px 0 0;
}
#board #program .hd_conts {
  text-align: center;
}
#board #program .tit_section {
  display: inline-block;
}
#board #program .swiper {
  max-width: 1360px;
  margin: 50px auto 0;
  padding: 0 20px 20px;
	overflow: initial;
	position: relative;
}
#board #program .swiper .inr {
  display: block;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#board #program .swiper .inr .thumb img {
  width: 100%;
  border-radius: 10px;
}
#board #program .swiper .inr .wrap_conts {
  margin-top: 36px;
}
#board #program .swiper .inr .wrap_conts .f_tit {
  display: block;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
#board #program .swiper .inr .wrap_conts .conts {
  display: -webkit-box;
  height: 3.6em;
  margin-top: 16px;
  font-size: 18px;
  color: #999;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
#board #program .swiper .inr .wrap_conts .date {
  display: block;
  margin-top: 26px;
  font-size: 16px;
  color: #064a2a;
}

/*swiper arrow dot*/
.swiper-button-next:after, .swiper-button-prev:after{font-size: 0}
.swiper_btn_wrap{position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 1;}
#board #program .swiper .swiper-button-prev,
#board #program .swiper .swiper-button-next{
  	width: 50px;
	height: 50px;	
	background-repeat: no-repeat;
	background-size: cover;
}
#board #program .swiper .swiper-button-prev{
	background-image: url('/img/prev.png');
	left: -2%;
}
#board #program .swiper .swiper-button-next{
	background-image: url('/img/next.png');
}
#board #program .swiper .swiper-pagination{bottom: -50px;}
#board #program .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #000;
    opacity: 0.3;
    margin: 0 10px;
    cursor: pointer; /* 커서 스타일 추가 */
}
#board #program .swiper .swiper-pagination .swiper-pagination-bullet-active{
	 background-color: #000;
	opacity: 1;
}
/*swiper*/

#board #news {
  position: relative;
  margin-top: 280px;
  padding-bottom: 150px;
}
#board #news .inner > .link_more {
  display: none;
}
#board #news .hd_conts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#board #news .wrap_news {
  margin-top: 52px;
  padding: 0 40px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#board #news .wrap_news li + li {
  border-top: 1px solid #ddd;
}
#board #news .wrap_news .inr {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 30px 0 22px;
}
#board #news .wrap_news [class^=cate] {
  display: inline-block;
/*  width: 76px;*/
  flex-grow: 0;
  flex-shrink: 0;
	padding: 0 10px;
  margin-right: 30px;
  line-height: 26px;
  border-radius: 26px;
  text-align: center;
  font-size: 16px;
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 300;
  color: #fff;
}
#board #news .wrap_news .conts .tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
#board #news .wrap_news .conts .date {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #999;
}
#board #news .wrap_news .more {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transform: translateY(-50%);
  font-size: 0;
  transition: 0.3s;
}
#board #news .wrap_news .more:before, #board #news .wrap_news .more:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  margin: -9px 0 0 -1px;
  background: #ddd;
  transition: 0.3s;
  content: "";
}
#board #news .wrap_news .more:after {
  transform: rotate(90deg);
}
#board #news .wrap_news .more:active {
  background-color: #64a486;
}
#board #news .wrap_news .more:active:before, #board #news .wrap_news .more:active:after {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #board #news .wrap_news .more:hover {
    background-color: #64a486;
  }
  #board #news .wrap_news .more:hover:before, #board #news .wrap_news .more:hover:after {
    background-color: #fff;
  }
}
@media screen and (max-width: 1520px) {
  #board:before {
    height: 67vw;
    background-position: center -3.28vw;
  }
  #board #program {
    padding-top: 9.86vw;
  }
  #board #news {
    margin-top: 18.42vw;
    padding-bottom: 9.86vw;
  }
  #board #news .wrap_news {
    margin-top: 3.42vw;
  }
}
@media screen and (max-width: 1024px) {
  #board:before {
    height: 530px;
    background-position: center 15px;
    background-size: 530px auto;
  }
  #board #program {
    padding-top: 96px;
  }
  #board #program .inner {
    padding: 0;
  }
  #board #program .swiper {
    margin-top: 24px;
    padding: 20px 0;
	  margin-left: 20px;
  }
  #board #program .swiper .swiper-slide {
    width: 75vw;
    max-width: 500px;
  }
  #board #program .swiper .inr {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
  #board #program .swiper .inr .thumb img {
    border-radius: 5px;
  }
  #board #program .swiper .inr .wrap_conts {
    margin-top: 20px;
  }
  #board #program .swiper .inr .wrap_conts .f_tit {
    font-size: 13px;
  }
  #board #program .swiper .inr .wrap_conts .conts {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.58;
  }
  #board #program .swiper .inr .wrap_conts .date {
    margin-top: 15px;
    font-size: 12px;
  }
	
	.swiper_btn_wrap{padding:0 5px; left: 50%; transform: translate(-50%, 0); z-index: 1}
	#board #program .swiper .swiper-button-prev, 
	#board #program .swiper .swiper-button-next{width: 40px; height: 40px;}
	#board #program .swiper .swiper-button-prev{left: -3%;}
	#board #program .swiper .swiper-pagination{bottom: -30px; z-index: 0 }
	#board #program .swiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px;}
	
  #board #news {
    margin-top: 98px;
    padding-bottom: 68px;
  }
  #board #news .inner {
    position: relative;
    padding-bottom: 50px;
  }
  #board #news .inner > .link_more {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 25px;
  }
  #board #news .wrap_news {
    margin-top: 30px;
    padding: 0 15px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
  #board #news .wrap_news .inr {
    padding: 15px 0 12px;
  }
  #board #news .wrap_news [class^=cate] {
    min-width: 60px;
	max-width: 7vw;
    width: 7vw;
    margin-right: 15px;
    line-height: 1.2;
    border-radius: 16px;
    font-size: 11px;
	word-break: break-all;
	  padding: 3px 10px;
  }
  #board #news .wrap_news .conts .tit {
    font-size: 12px;
    line-height: 16px;
  }
  #board #news .wrap_news .conts .date {
    margin-top: 4px;
    font-size: 11px;
  }
  #board #news .wrap_news .more {
    display: none;
  }
  #board #news .hd_conts .link_more {
    display: none;
  }
}
/*
@media screen and (max-width: 640px) {
	.swiper_btn_wrap	{display: none;}
}
*/
#banner {
  padding: 90px 0 100px;
}
#banner #guide {
  padding: 60px 0 160px;
  background: url(../img/main_sect4_obj1.png) no-repeat top center;
}
#banner #guide .inner {
  display: flex;
  justify-content: space-between;
  gap: 2.7%;
}
#banner #guide [class^=item] {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#banner #guide [class^=item] .img img {
  width: 100%;
  transition: 0.5s;
}
#banner #guide [class^=item]:active .img img {
  transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
  #banner #guide [class^=item]:hover .img img {
    transform: scale(1.1);
  }
}
#banner #guide [class^=item] .conts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 52px 50px;
  color: #fff;
}
#banner #guide [class^=item] .conts .f_tit {
  display: block;
  font-size: 32px;
}
#banner #guide [class^=item] .conts .desc {
  margin-top: 0.66em;
  font-size: 18px;
  font-weight: bold;
}
#banner #guide [class^=item] .conts .link_more {
/*  width: 104px;*/
	padding: 0 20px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 36px;
  line-height: 36px;
  color: #000;
  justify-content: center;
}
#banner #sites {
  position: relative;
}
#banner #sites .inner {
  display: flex;
  justify-content: space-between;
}
#banner #sites .hd_conts {
  flex-shrink: 0;
}
#banner #sites .hd_conts .tit_section{max-width: 20vw;}
#banner #sites .hd_conts .pager {
  display: flex;
  margin-top: 12px;
}
#banner #sites .hd_conts .pager button {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff no-repeat center center/8px auto;
}
#banner #sites .hd_conts .pager button:last-child {
  margin-right: 0;
}
#banner #sites .hd_conts .pager .swiper-prev {
  background-image: url(../img/pager_prev.png);
}
#banner #sites .hd_conts .pager .swiper-next {
  background-image: url(../img/pager_next.png);
}
#banner #sites .hd_conts .pager .swiper-pause {
  background-image: url(../img/pager_pause.png);
}
#banner #sites .swiper {
  position: absolute;
  top: 0;
  left: calc(50% - 290px);
  right: 0;
  bottom: 0;
}
#banner #sites .swiper .swiper-slide {
  width: auto;
  padding-right: 80px;
}
@media screen and (max-width: 1520px) {
  #banner {
    padding: 5.92vw 0 6.57vw;
  }
  #banner #guide {
    padding: 3.94vw 0 10.52vw;
    background: none;
  }
  #banner #guide [class^=item] .img img {
    min-height: 22vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #banner #guide [class^=item] .conts {
    padding: 3.42vw 3.28vw;
  }
  #banner #guide [class^=item] .conts .f_tit {
    font-size: 2.1vw;
  }
  #banner #guide [class^=item] .conts .desc {
    font-size: 1.18vw;
  }
  #banner #sites .hd_conts {
    margin-right: 10vw;
  }
  #banner #sites .swiper {
    position: relative;
    left: auto;
    right: auto;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #banner {
    padding: 0 0 6.57vw;
  }
  #banner #guide {
    padding: 75px 0 95px;
    background: none;
  }
  #banner #guide [class^=item] {
    border-radius: 10px;
  }
  #banner #guide [class^=item] .conts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
  }
  #banner #guide [class^=item] .conts .f_tit {
    font-size: 21px;
  }
  #banner #guide [class^=item] .conts .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #banner {
    padding-bottom: 75px;
  }
  #banner #guide .inner {
    display: block;
  }
  #banner #guide [class^=item] .img img {
    min-height: 170px;
  }
  #banner #guide [class^=item] .conts .link_more {
    width: 64px;
    margin-top: 24px;
    border-radius: 22px;
    line-height: 22px;
  }
  #banner #guide [class^=item] + [class^=item] {
    margin-top: 15px;
  }
  #banner #sites .inner {
    display: block;
  }
  #banner #sites .hd_conts {
    margin-right: 0;
  }
  #banner #sites .hd_conts .tit_section{max-width: none;}
  #banner #sites .hd_conts .pager {
    display: none;
  }
  #banner #sites .swiper {
    margin: 30px -20px 0;
  }
  #banner #sites .swiper .swiper-slide {
    padding: 0 24px;
  }
  #banner #sites .swiper img {
    max-height: 40px;
  }
}


/*팝업*/

@media screen and (max-width: 1600px){
	.hd_pops:nth-child(3){left: 250px!important}
	.hd_pops:nth-child(4){left: 560px!important}
	.hd_pops:nth-child(5){left: 800px!important}
	.hd_pops_con{max-width: fit-content!important}
	.hd_pops_con a{display: block;}
	.hd_pops_con p,
	.hd_pops_con p img{height: 100%!important;}
}
@media screen and (max-width: 1200px){
	.hd_pops:nth-child(2){top: 140px!important;}
	.hd_pops:nth-child(3){top: 160px!important;  left: 30px!important}
	.hd_pops:nth-child(4){top: 180px!important;  left: 50px!important}
	.hd_pops:nth-child(5){top: 200px!important;  left: 70px!important}
}
@media screen and (max-width: 720px){
	.hd_pops_con{ max-width: fit-content!important; width: 320px!important; height: auto!important;}
}
@media screen and (max-width: 360px){
	#hd_pop .hd_pops{left: 10px!important}
	.hd_pops_con{width: 280px!important;}
}