@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("topmenu.css");
@import url("modal.css");
@import url("board.css");
@import url("animate4.1.css");



/*************** 메인비주얼 *****************/
.wrap * {
  box-sizing: border-box;
}
.wrap {
  position: relative;
  height: 770px;
  width: 100%;
  background: url(/image/main_2023/bg.jpg) center top no-repeat;
  margin-bottom: 25px;
}
.container {
  width: 980px;
  margin: 0 auto;
}
.main_txt {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 105px 0 50px;
  text-shadow: 0 2px 2px #0f0f0f;
  line-height: 1.5;
}
.main_txt p{
  animation:backInDown;
  animation-duration: 0.5s;
  animate-delay: 0.9s;
  }
.main_txt em {
  font-style: normal;
  color: #fef995;
  animation:backInDown;
  animation-duration: 2s;
  animate-delay: 2s;
  display:block
}

/*************** 검색 *****************/
.sch_wrap {
  width: 840px;
  height: 65px;
  padding: 15px 0 15px 30px;
  border: 5px solid #fff;
  border-radius: 50px;
  background: rgba(11, 48, 111, 0.7);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.sch_wrap label {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  flex-shrink: 0;
  padding-right: 20px;
}
.sch_wrap input {
  width: 665px;
  border: none;
  border-left: 1px solid #fff;
  padding-left: 20px;
  height: 26px;
  background: transparent;
  color: #fff;
  font-size: 15px;
}
.sch_wrap input:focus-visible {
  outline: none;
}
.sch_wrap input::placeholder {
  color: #94cae1;
}

.sch_wrap button {
  font-size: 0;
  border: none;
  width: 45px;
  height: 45px;
  background: url(/image/main_2022/btn_search.png) 0 0 no-repeat;
  margin-right: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

/*************** 아이콘 *****************/
.quick_wrap {
  width: 730px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick_wrap a {
  display: flex;
    flex-direction: column;
  align-items: center;
  width: 220px;
  height: 280px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  color: #000;
  font-size:18px;
  padding-top: 25px;
  font-weight: bold;
  background: #fff;
  transform: translateY(0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  overflow:hidden
}

.quick_wrap a span {
  color: #fff;
  font-size:13px;
  width: 121px;
  height: 35px;
  border-radius: 25px;
  text-align: center; 
  margin-bottom: 15px;
  background: #0da0ac;
   display: flex;
    justify-content: center;
  align-items: center;
}
.quick_wrap li:nth-child(even) a span{background: #74bc4b;}

.quick_wrap a:hover {
  text-decoration: none;
  transform: translateY(-50px);
  box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.65);
}


.quick_wrap a:after{
	display:block;
	content:'';
	position: absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%);
	width:150%;
	height:150%;
	border-radius:50%;
	background:#c0ebee;
}

.quick_wrap li:nth-child(even) a:after{
	background: #e9f9e1;
}

.quick_wrap a:hover:after{top:-50px;transition: 0.3s ease;z-index:-1}

.quick_wrap a:before {
  display: block;
  content: '';
  background: url(/image/main_2023/m_icon.png) 0 0 no-repeat;
  width: 106px;
  height: 96px;
  bottom: 30px;
  left: 27%;
  position: absolute;
 
  z-index:1
}

.quick_wrap a:hover:before{
	animation: bounce;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}



.qck_01 a:before {
  background-position: 0 0;
}

.qck_02 a:before {
  background-position: -106px 0;
}

.qck_03 a:before {
  background-position: -212px 0;
}

.qck_04 a:before {
  background-position: -318px 0;
}

/* --------------------------------------------
 * 반응형 메뉴 - 20240521 - ksy
/* ------------------------------------------ */

@media (max-width: 1000px) {
  #wrapper {
    padding: 0 20px;
    margin: 0;
    left: 0;
    box-sizing: border-box;
    min-width: 360px;
  }
  #wrapper,
  #right,
  #ctt_wrapper,
  #right .tit_bg01,
  #right .tit_Area,
  #footer_Area .footer,
  #top_wrapper,
  #tm_Area {
    width: 100%;
  }
  #right {
    padding: 0;
    float: none;
    margin-top: 70px;
  }

  #wrapper,
  #right .tit_bg01 {
    background: none;
  }
  #left,
  .tit_Area,
  #bn_wrapper,
  #tm_Area ul#topnav,
  #top_utilArea {
    display: none;
  }
  #right .tit_bg01 {
    height: auto;
  }
  #right .tit_bg01 div,
  #right .tit_bg02 div,
  #right .tit_bg03 div,
  #right .tit_bg04 div,
  #right .tit_bg05 div,
  #right .tit_bg06 div,
  #right .tit_bg07 div,
  #right .tit_bg10 div {
    position: relative;
    display: none;
  }
  #right .tit_bg01 h3,
  #right .tit_bg02 h3,
  #right .tit_bg03 h3,
  #right .tit_bg04 h3,
  #right .tit_bg05 h3,
  #right .tit_bg06 h3,
  #right .tit_bg07 h3,
  #right .tit_bg08 h3 {
    position: relative;
    top: 0;
    font-size: 20px;
    padding: 15px 20px;
    text-align: center;
  }

  .select_foot002 select {
    width: calc(100% - 50px) !important;
  }
  .footer_right .select_foot002 {
    width: 100%;
    margin-bottom: 30px;
  }
 
	/* main 반응형 - 20240526 - 유상민 */
	.container {width:100%;padding:0 20px;}
	.quick_wrap {width:100%;flex-wrap:wrap;}
	.quick_wrap li {width:50%;margin:10px 0;}
	.quick_wrap li:nth-child(odd) {padding-right:10px}
	.quick_wrap li:nth-child(even) {padding-left:10px}
	.quick_wrap li:nth-child(odd) a {margin-left:auto;}
	.quick_wrap li:nth-child(even) a {margin-right:auto;}
	.quick_wrap a:hover:before {animation:none;}
	.wrap {height:auto;background-size:cover;padding-bottom:40px;}
	.main_txt {font-size:28px;padding-top:135px;}
	.main_txt p {animation:none;}
	.main_txt em {animation:none;}
	.sch_wrap {width:100%;}
}

@media (max-width: 550px) {
	.quick_wrap a {width:100%;height:225px;font-size:16px;}
	.quick_wrap a:before {left:50%;bottom:5px;transform:translateX(-50%);background-size:360px;width:90px;}
	.qck_02 a:before {background-position:-90px 0;}
	.qck_03 a:before {background-position:-180px 0;}
	.qck_04 a:before {background-position:-270px 0;}
	.quick_wrap a span {height:30px;}
	.main_txt {font-size:22px;}
	.sch_wrap {height:55px;padding:10px 0 10px 20px;border-width:3px;}
	.sch_wrap label {font-size:16px;padding-right:10px;}
	.sch_wrap input {font-size:14px;padding-left:12px;}
	.sch_wrap button {width:40px;height:40px;background-size:40px;}
}