/** 페이지 검색 영역 start ****************/

#pg_search_wrap {
  position: relative;
  width: 100%;
  height: 300px;
  background-color--: #000000;
  background-color: #0080c0;
  overflow: hidden;
}

#pg_search_wrap .ytb_wrap {
  position: relative;
}

#pg_search_wrap .dot_bg {
  background: url("./../img/bg_dot.png");
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 500px;
  position: absolute;
}

#pg_search_wrap .content {
  display: table;
  width: 100%;
  min-height: 500px;
  z-index: 5;
  position: relative;
}

#pg_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);
}

#pg_search_wrap .content .inner h1 {
  font-size: 62px;
}

#pg_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;
}

#pg_search_wrap .video-background-controls button:hover {
  opacity: 0.5;
}

#pg_search_wrap #ytbg {
  opacity: 0.5 !important;
}

#pg_search_wrap iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

/** search from *******************************/
#pg_top_search_form {
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 260px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#pg_top_search_form .search_area_border {
  border-radius: 30px;
  border: 2px solid #c0c0c0;
  background-color: #095aca;
  padding: 1px;
}

#pg_top_search_form .search_area {
  width: 450px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #000;
  padding: 0px;
}

#pg_top_search_form .search_input_wrap {
  width: 85%;
  border-radius: 30px 0 0 30px;
}

#pg_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;
}

#pg_top_search_form .search_btn_wrap {
  width: 15%;
  border-radius: 0 30px 30px 0;
  background-color-: green;
}

#pg_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;
}

#pg_search_wrap .bg_wave1 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  transform-origin: center bottom;

  background-image: url("./../img/bg_wave_an_1.png");
  background-size: 10% 20px;
  z-index: 12;
  opacity: 0.7;
}

#pg_search_wrap .bg_wave2 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  transform-origin: center bottom;

  background-image: url("./../img/bg_wave_an_2.png");
  background-size: 30% 37px;
  z-index: 12;
  opacity: 0.8;
}

#pg_search_wrap .bg_wave3 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  transform-origin: center bottom;

  background-image: url("./../img/bg_wave_an_2.png");
  background-size: 40% 27px;
  z-index: 12;
  opacity: 0.8;
}

#pg_search_wrap .bg_wave4 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  transform-origin: center bottom;

  background-image: url("./../img/bg_wave_an_3.png");
  background-size: 30% 17px;
  z-index: 12;
  opacity: 0.6;
}

#pg_search_wrap .bg_wave5 {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  transform-origin: center bottom;

  background-image: url("./../img/bg_wave_an_3.png");
  background-size: 37% 37px;
  z-index: 12;
  opacity: 0.6;
}

/** 페이지 검색 영역 end ****************/


/*********** 탑메뉴 및 헤더 부분 start *********************/
#header-top {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(231, 247, 254, 0.95);
  padding: 15px 0;
  border-bottom: 1px solid #bdbdbd;
}

#header-top .header-top-area {
  max-width: 1280px;
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

  position: relative;
}

#header-top .logo {
  display: flex;
  align-items: center;
  width--: 193px;
}

#header-top .top-menu-wrap {
  width: 100%;
  padding: 0 30px;
}

#header-top .top-user-wrap {
  display: flex;
  align-items: center;
  position: relative; 
}

/** 탑메뉴 ******************************/
#tb-top-menu {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 17px;
  font-weight: bold;
}

#tb-top-menu > li,
#tb-top-menu ul {
 /*  width: 175px; */

 width--: 160px;
}

#tb-top-menu > li {
  text-align: center;
  transform--: skew(-15deg);
  border--: 1px solid;
}

#tb-top-menu > li > a {
  transform: skew(-15deg);
  border--: 1px solid;
}

#tb-top-menu li {
  display--: inline-block;
  display:block;
  position: relative;
  z-index: 100;
}

#tb-top-menu li:first-child {
  margin-left: 0;
}

#tb-top-menu > li > a > span {
  transform: skew(15deg);
  border: 0px solid;
  display: block;
}

#tb-top-menu li a {
  font-weight: normal;
  text-decoration: none;
  padding: 10px 5px;
  display: block;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}

#tb-top-menu li a:hover,
#tb-top-menu li:hover > a {
  background-color--: #00557d;
  background-color: #000;
  color: #ffffff;

  border: 0px solid;
}

#tb-top-menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -5px;

  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

#tb-top-menu ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 6px;
  margin-left: -6px;

  border-bottom-color: #008ed2;
}

#tb-top-menu ul > li:first-child:hover::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 6px;
  margin-left: -6px;

  border-bottom-color: #77d2ff;
}

#tb-top-menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

#tb-top-menu ul li a {
  font-weight: normal;
  display: block;
  color: #ffffff;
  background-color: #0080c0;
  font-size: 14px;
  padding: 10px 0;

  border-bottom: 1px dotted #9ddfff;
  border-left: 1px solid #005f8c;
  border-right: 1px solid #005f8c;
}

#tb-top-menu ul > li:last-child > a {
  border-bottom: 1px solid #005f8c;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#tb-top-menu ul > li:first-child > a {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#tb-top-menu ul li a:hover,
#tb-top-menu ul li:hover > a {
  background-color: #77d2ff;
  color: #000;
}

#tb-top-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

#tb-top-menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

#tb-top-menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

#tb-top-menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

#tb-top-menu .resp-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #374147;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#tb-top-menu .resp-menu:hover {
  background: #374147;
  color: #fff;
  text-decoration: none;
}

/***
	a.homer {
	  background: #9ca3da;
	}

	@media (min-width: 768px) and (max-width: 979px) {
	  .mainWrap {
		width: 768px;
	  }

	  #tb-top-menu ul {
		top: 37px;
	  }

	  #tb-top-menu li a {
		font-size: 12px;
	  }

	  a.homer {
		background: #374147;
	  }
	}

	@media (max-width: 767px) {
	  .mainWrap {
		width: auto;
		padding: 50px 20px;
	  }

	  #tb-top-menu {
		display: none;
	  }

	  .resp-menu {
		display: block;
	  }

	  nav {
		margin: 0;
		background: none;
	  }

	  #tb-top-menu li {
		display: block;
		margin: 0;
	  }

	  #tb-top-menu li a {
		background: #fff;
		color: #797979;
	  }

	  #tb-top-menu li a:hover,
	  #tb-top-menu li:hover > a {
		background: #9ca3da;
		color: #fff;
	  }

	  #tb-top-menu ul {
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: initial;
	  }

	  #tb-top-menu li:hover > ul {
		visibility: visible;
		opacity: 1;
		position: relative;
		transform: initial;
	  }

	  #tb-top-menu ul ul {
		left: 0;
		transform: initial;
	  }

	  #tb-top-menu li > ul ul:hover {
		transform: initial;
	  }
	}

	@media (max-width: 480px) {
	}

	@media (max-width: 320px) {
	}


**/




/** 로그인 로그아웃 ***/
#top-user-wrap .top-user {
  display: flex;
  width: 100%;
}

#top-user-wrap .top-no-user {
  text-align: right;
}

#top-user-wrap .login_btn,
#top-user-wrap .join_btn {
  padding: 5px 15px;
  background-color: #227ef6;
  color: #ffffff;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
}

#top-user-wrap .navbar-user {
  display: flex;
  height: 100%;
  align-items: center; 
  cursor: pointer;
}

#top-user-wrap .account-icon-area {
  padding-right: 10px;
}

#top-user-wrap .account-name-area {
  padding-right: 10px;
  font-size: 14px;
}

#top-user-wrap .navbar-user-dropdown {
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
 
  background: #fff;
  border-radius: 4px;
  width: 200px;
  box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 15%);
  text-align: center;
 
  display: none;
}

#top-user-wrap .navbar-user-dropdown .user-info {
  padding: 7px 0;
}
#top-user-wrap .navbar-user-dropdown .name {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
  color: #333;
}

#top-user-wrap .navbar-user-dropdown .email {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 12px;
  color: rgba(123, 123, 123, 0.9);
  padding-top: 4px;
}

#top-user-wrap .logout {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 12px;
  background: #fff;
  border-top: 1px solid #d6d6d6;
  text-align: center;
  width: 100%;
  height: 38px;
  color: #757577;
  cursor: pointer;
  padding: 7px 0;
}

/*********** 탑메뉴 및 헤더 부분 end *********************/