

@font-face {
  font-family: "NG-REG";
  src: url("../fonts/NanumGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NG-BOLD";
  src: url("../fonts/NanumGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NG-EX-BOLD";
  src: url("../fonts/NanumGothic-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "ROBOTO-REG";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ROBOTO-BOLD";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ROBOTO-MEDIUM";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ROBOTO-LIGHT";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  unicode-range: U+2000-007E;
}
@font-face {
  font-family: "Noto Sans KR Black";
  src: url("../fonts/NotoSansKR-Black.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR Bold";
  src: url("../fonts/NotoSansKR-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR Light";
  src: url("../fonts/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR Medium";
  src: url("../fonts/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR Regular";
  src: url("../fonts/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR Thin";
  src: url("../fonts/NotoSansKR-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Extra Bold";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Semi Bold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Semi Bold Italic";
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
body {
  font-family: "Open Sans Regular", sans-serif;
  color: #272f35;
}


#main-container #main-search-wrap {
  position: relative;
  width: 100%;
  height: 510px;
  background-color--: #000000;
  background-color: #0080c0;
  overflow: hidden;
}

#main-container #main-search-wrap .ytb_wrap {
  position: relative;
}

#main-container #main-search-wrap .dot_bg {
  background: url("./../img/bg_dot.png");
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 650px;
  position: absolute;
}

#main-container #main-search-wrap .content {
  display: table;
  width: 100%;
  min-height: 650px;
  z-index: 5;
  position: relative;
}

#main-container #main-search-wrap .content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.content .inner h1,
.content .inner h2 {
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#main-container #main-search-wrap .content .inner h1 {
  font-size: 62px;
}

#main-container #main-search-wrap .video-background-controls button {
  font-size: 32px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 32px;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: white;
  filter: drop-shadow(0px 0px 1px black);
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  margin-left: 10px;
}

#main-container #main-search-wrap .video-background-controls button:hover {
  opacity: 0.5;
}

#main-container #main-search-wrap #ytbg {
  opacity: 0.5 !important;
}

#main-container #main-search-wrap iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

/** 메인 검색 **********************************/
#main-container #top-search-form {
 
  display: flex;
  justify-content: center;
  align-items--: center;
  width:100%;
  margin-top:50px;
  height--:100%;
 
}

#main-container #top-search-form .search-area-border {
  border-radius: 30px;
  border: 2px solid #c0c0c0;
  background-color: #095aca;
  padding: 1px;
}

#main-container #top-search-form .search-area {
  width: 450px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #000;
  padding: 0px;
}

#main-container #top-search-form .search-input-wrap {
  width: 85%;
  border-radius: 30px 0 0 30px;
}

#main-container #top-search-form .search-input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 30px 0 0 30px;
  border: 0px solid #074dab;
  border-right: 0;
  font-size: 1.2em;
  color: #000;
}

#main-container #top-search-form .search-btn-wrap {
  width: 15%;
  border-radius: 0 30px 30px 0;
  background-color-: green;
}

#main-container #top-search-form .search-btn {
  width: 100%;
  border-radius: 0 30px 30px 0;
  background-color: #227ef6;
  margin: 0;
  height: 50px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  color: #ffffff;
}


#main-container #top-search-form-text-area1  { 
	color:#ffffff;	
	text-align:center;
	font-family: "Noto Sans KR";  
}	



#main-container #top-search-form-text-area1 .search-text1{
  font-size:40px; font-weight:600; width:100%; text-align:center; font-family: "Noto Sans KR";  
}

#main-container #top-search-form-text-area1 .search-text2{
  font-size:20px; font-weight:500; margin-top:10px;  font-family: "Noto Sans KR";  
}
#main-container #top-search-form-text-area1 .orange{
   color:#ffc000;
}



#main-container #top-search-form-text-area2  { 
	color:#ffffff;	
	text-align:center;
	font-family:  'Noto Sans KR' , 'Nanum Gothic', ;  
	margin-top:12px;
	font-size:14px;
	font-weight:400;
}	

#main-container #top-search-form-text-area1 .search-text1{
  font-size:68px; width:100%; text-align:normal; 
}


#main-container span.recommend{
  cursor: pointer;
}
















@keyframes move_wave_animation {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
#main-container .wave-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
}

#main-container .wave-wrapper-up {
  z-index: 11;
  opacity: 0.55;
}

#main-container .wave-wrapper-bottom {
  z-index: 11;
}

#main-container .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  background-image: url("./../img/bg_wave_an_2.png");
}

#main-container .wave-effect1 {
  background-size: 30% 50px;
  animation: move_wave_animation 5s;
  -webkit-animation: move_wave_animation 5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#main-container .wave-effect2 {
  background-size: 30% 70px;
  animation: move_wave_animation 10s linear infinite;
}

#main-container .wave-effect3 {
  background-size: 30% 50px;
  animation: move_wave_animation 15s linear infinite;
}








#main-container .content-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px 20px;
  overflow: hidden;
}

#main-container .content-area-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 100px 0;
}

#main-container .content-area-box {
  width: 23%;

  box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 10%);
  border-radius: 14px;
  border: 0px solid;
  padding: 0 0 15px 0;
}

#main-container .main-middle-img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

#main-container .main-middle-img img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

#main-container .main-middle-img-bg1 {
  background-color: #59bed9;
}

#main-container .main-middle-img-bg2 {
  background-color: #62ccff;
}

#main-container .main-middle-img-bg3 {
  background-color: #59bed9;
}

#main-container .main-middle-img-bg4 {
  background-color: #62ccff;
}

#main-container .main-middle-subject {
  margin-top: 17px;
  font-family: "Open Sans Semi Bold", sans-serif;
  color: #227ef6;
  font-size: 16px;
  text-align: center;
}

#main-container .main-middle-content {
  margin-top: 10px;
  margin-bottom: 19px;
  font-family: "Noto Sans KR Light", sans-serif;
  color: #333;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}

#main-container .content-area-title {
  padding: 100px 0 70px 0;
}

#main-container .content-area-title .title {
  text-align: center;
  font-size: 42px;
  font-family: "Noto Sans KR Bold";
}

#main-container .content-area-title .sub-title {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans KR Regular";
}


.pg-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px 20px;
    overflow: hidden; 
}	
