html {
  font-size: 20px;
}
body {
  font-size: 1rem;
}

.tablet {
  display: none;
}
.mob {
  display: none;
}

.content_body h2 {
  font-size: 5rem;
}
.content_body h3 {
  font-size: 4.4rem;
}
.content_body h4 {
  font-size: 2.6rem;
  margin-bottom: 0.6rem;
  color: #555;
}
.content_body h5 {
  font-size: 2rem;
  color: #555;
}

/*헤더*/
#wrap {
  position: relative;
  overflow: hidden;
}
#wrap img {
  border: none;
}
#wrap i {
  vertical-align: middle;
}

/* #header {
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
#header .header_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#header .header_inner:after {
  content: "";
  display: block;
  clear: both;
}
#header .header_inner h1 {
  text-align: center;
}
#header .header_inner h1 img {
  width: 14rem;
} */

/*gnb*/
/* #header .header_inner .top_menu {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 36px 0;
  position: relative;
}
#header .header_inner .top_menu ul {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header .header_inner .top_menu li {
  position: relative;
  display: inline-block;
  margin-right: 1.2rem;
  color: #ff9d02;
}
#header .header_inner .top_menu li.memN {
  margin-right: 1.2rem;
  letter-spacing: 0;
}
#header .header_inner .top_menu li.memN:after {
  display: none;
}
#header .header_inner .top_menu li:last-child {
  margin-right: 0;
}
#header .header_inner .top_menu li a {
  display: block;
  color: #fff;
  font-weight: 200;
  font-family: "DM Sans", sans-serif;
} */

/*검색*/
.search_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search_area {
  width: 9rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.search_area label {
  display: none;
}
.search_area input.insearch {
  float: left;
  font-size: 0.7rem;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  width: calc(100% - 2rem);
  height: 1.5rem;
  line-height: 1.5rem;
  border: none;
  color: #4b4f58;
  background-color: #fff;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: 0;
}
.inbtn {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0 0 0px 0;
  border: none;
  color: #999;
  text-align: center;
}
a.inbtn {
  padding: 0 0 0 0;
  width: 2rem;
  height: 1.5rem;
  background-color: #fff;
  line-height: 1.5rem;
  color: #fff;
  font-size: 0;
  background: #fff url("/images/gj/main/search.png") no-repeat center center;
  background-size: 0.9rem 0.9rem;
}

.search_wrap p {
  display: inline-block;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.search_wrap p a {
  color: #fff;
}

/*탑메뉴*/
.main_menu {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/* #wrap #header #nav {
  padding: 0px;
  position: relative;
  text-align: center;
}
#wrap #header #nav > ul {
  clear: both;
  display: flex;
  justify-content: space-around;
  margin-left: 40px;
}
#wrap #header #nav > ul li {
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
}
#wrap #header #nav > ul li div a {
  color: #fff;
  position: relative;
  height: 80px;
  line-height: 80px;
  display: block;
}
#wrap #header #nav > ul li.on div > a:before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
  background: #ff9d02;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#wrap #header #nav > ul li.on div > a:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #ffa200;
  animation: scale1 0.3s ease-out forwards;
} */
@keyframes scale1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scalex(1);
  }
}

/* #wrap #header #nav ul li .slideMenu {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 100;
  width: 100%;
  opacity: 0;
  height: 0;
  box-sizing: border-box;
  background: #2e2e2e;
  padding-left: 22%;
}
#wrap #header #nav ul li .slideMenu:before {
  content: "";
  display: block;
  position: absolute;
  left: -30%;
  top: 0;
  width: 160%;
  height: 100%;
  background: #2e2e2e;
  z-index: -1;
}
#wrap #header #nav ul li .slideMenu .mainTitle {
  position: absolute;
  left: 0;
  top: 65px;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}
#wrap #header #nav ul li .slideMenu ul {
  width: 100%;
  top: -600px;
  display: none;
  padding: 45px 0;
  margin-right: 0;
  text-align: left;
  box-sizing: border-box;
}
#wrap #header #nav ul li .slideMenu ul:after {
  content: "";
  display: table;
  clear: both;
}

#wrap #header #nav ul li .slideMenu ul li {
  width: 33.33%;
  padding: 10px 5px;
  float: left;
  border: none;
  position: relative;
}
#wrap #header #nav ul li .slideMenu ul li a {
  display: block;
  width: 100%;
  padding: 0 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: -0.05em;
  height: 50px;
  line-height: 50px;
  border: 2px solid #ececec;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrap #header #nav ul li .slideMenu ul li a:hover {
  border: 2px solid #ff9d02;
}
#wrap #header #nav ul li .slideMenu ul li ul {
  position: absolute;
  left: 0;
  top: 60px !important;
  padding: 0;
}
#wrap #header #nav ul li .slideMenu ul li ul:before {
  display: none !important;
}
#wrap #header #nav ul li .slideMenu ul li ul li {
  float: none;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 0 0.5rem;
  margin-top: 15px;
  margin-left: 1.5rem;
  position: relative;
}
#wrap #header #nav ul li .slideMenu ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
}
#wrap #header #nav ul li .slideMenu ul li ul li a {
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  font-size: 0.75rem;
  padding: 0;
  text-align: left;
}
#wrap #header #nav ul li .slideMenu ul li ul li a:hover {
  border: none;
  color: #ff9d02;
  text-decoration: underline !important;
}
#wrap #header #nav ul li .slideMenu ul li ul li ul li {
  display: none;
}
#wrap #header #nav ul li .slideMenu ul li strong {
  font-weight: 400;
}

#wrap #header #nav ul li .slideMenu.on {
  opacity: 1;
  height: 250px;
}
#wrap #header #nav ul li .slideMenu.on ul {
  top: 0px;
  display: block;
} */

/* 탑메뉴 높이조절 */

/* #wrap #header #nav ul li:nth-of-type(8) .slideMenu.on {
  opacity: 1;
  height: 730px;
}  */

/* 재단소개 */
/* #wrap #header #nav ul li:nth-of-type(8) .slideMenu ul li {
  height: 160px;
}
#wrap #header #nav ul li:nth-of-type(8) .slideMenu ul li:nth-of-type(4),
#wrap #header #nav ul li:nth-of-type(8) .slideMenu ul li:nth-of-type(5),
#wrap #header #nav ul li:nth-of-type(8) .slideMenu ul li:nth-of-type(6) {
  height: 270px;
}

#wrap #header #nav ul li:nth-of-type(7) .slideMenu.on {
  opacity: 1;
  height: 300px;
} */

/* 대관안내 */
/* #wrap #header #nav ul li:nth-of-type(7) .slideMenu ul li {
  height: 140px;
}
#wrap #header #nav ul li:nth-of-type(6) .slideMenu.on {
  opacity: 1;
  height: 300px;
} */

/* 알림마당 */
/* #wrap #header #nav ul li:nth-of-type(3) .slideMenu.on {
  opacity: 1;
  height: 300px;
} */

/* 관광사업 */

/*사이트맵 버튼*/
/* #header .btn-gnb-menu {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  text-align: center;
}
#header .btnAll {
  width: 1.5rem;
  height: 1.1rem;
  outline: none;
  z-index: 1000;
}
#header .btnAll span {
  display: block;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  background-color: #fff;
}
#header .btnAll > span:nth-child(1) {
  right: 0;
  top: 0;
  width: 1.4rem;
}
#header .btnAll > span:nth-child(2) {
  right: 0;
  top: 0.5rem;
  width: 1.2rem;
}
#header .btnAll > span:nth-child(3) {
  right: 0;
  top: 1rem;
}
#header.open .btnAll > span {
  background-color: #fff;
}
#header.open .btnAll > span:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 2.5rem;
}
#header.open .btnAll > span:nth-child(2) {
  top: 0;
  opacity: 0;
  width: 1.5rem;
}
#header.open .btnAll > span:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 2.5rem;
}
#header.open .btn-gnb-menu {
  right: -3rem;
  right: -5rem;
  top: -50%;
}
#header .btn-gnb-menu.sitemap {
  display: block;
} */

/*모바일헤더*/
/* #header .m_util {
  display: none;
}
#header .m_search_box {
  display: none;
} */

/*전체메뉴*/
/* #header #navi {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
} */
/*display block 없으면 계속 전체메뉴 남음 */
/* #header.open #navi {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
} */
.dim_layer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}

#menuAll h3 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #111;
  display: none;
}
#menuAll .slogan {
  width: 100%;
}
#menuAll h3 em {
  font-family: "SCDream", "Noto Sans KR";
  font-weight: 400;
  color: #fff;
}

#menuAll #navi {
  overflow-y: scroll;
  padding-top: 3rem;
}
#menuAll #navi {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#menuAll #navi::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

#menuAll .mobile_top {
  width: 100%;
  float: right;
  height: 100%;
  position: relative;
}
#menuAll .mobile_top .mbtop {
  width: 1400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
#menuAll .mobile_top .mbtop a {
  color: #fff;
}
#menuAll .mobile_top .mbtop > li > a {
  position: relative;
}
#menuAll .mobile_top .mbtop > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#menuAll .mobile_top .mbtop > li {
  margin: 2rem 1% 0;
  margin-bottom: 3rem;
  width: 18%;
}
#menuAll .mobile_top .mbtop > li > a {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 0 1rem 0;
  width: 100%;
  font-family: "SCDream", "Noto Sans KR";
  position: relative;
}
#menuAll .mobile_top .mbtop > li > div > ul {
  margin-top: 1rem;
}
#menuAll .mobile_top .mbtop > li > div > ul > li {
  float: none;
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}

#menuAll .mobile_top .mbtop li ul > li:first-child {
  margin-top: 0;
}
#menuAll .mobile_top .mbtop li ul li a {
  display: block;
  font-size: 0.8rem;
  color: #ddd;
  background: none;
  text-align: left;
  padding: 0;
  font-family: "Noto Sans KR";
}
#menuAll .mobile_top .mbtop li ul li a:hover {
  color: #ff9d02;
}
#menuAll .mobile_top .mbtop li ul li ul li {
  display: inline-block;
  padding-right: 0.5rem;
}
#menuAll .mobile_top .mbtop li ul li ul li strong {
  font-weight: 400;
}
#menuAll .mobile_top .mbtop li ul li ul li a {
  color: #959595;
  font-weight: 400;
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.7rem;
  margin-top: 1rem;
  display: inline-block;
}
#menuAll .mobile_top .mbtop li ul li ul li a:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 8px;
  content: "";
  position: absolute;
  display: block;
  background: #777;
  left: 5px;
}
#menuAll .mobile_top .mbtop > li:last-child > ul > li {
  float: left;
  width: 50%;
  margin: 0;
}
#menuAll .mobile_top .mbtop li ul li ul li ul li {
  display: none;
}

/* 서브비주얼 */
#sepration {
  width: 100%;
  height: 20rem;
  position: relative;
  background: url("/images/gj/content/sub_visual01.jpg") no-repeat center top;
  background-size: cover;
}
#sepration .section {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  padding-top: 12rem;
}
#sepration .section p {
  margin-bottom: 1rem;
}
#sepration .section p a {
  color: #fff;
  font-size: 0.8rem;
  padding-left: 25px;
  margin-left: 25px;
  position: relative;
}
#sepration .section p a:first-child {
  padding-left: 0;
}
#sepration .section p a:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-left: 4px solid #fff;
  border-right: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#sepration .section h2 {
  line-height: 1;
  font-weight: normal;
  margin-left: 0;
  padding-left: 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

/* 왼쪽메뉴 */
.tab_view {
  display: none;
}
div#wrap div#container {
  margin: 0;
  padding: 0;
}
div#wrap div#container div#section {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 2rem 0 6rem;
}
div#wrap div#container div#section div.left_menu {
  width: 220px;
  margin-top: -5rem;
  z-index: 1;
}
div#wrap div#container div#section div.left_menu h2 {
  font-size: 24px;
  width: 11rem;
  height: 7rem;
  font-weight: 700;
  text-align: center;
  background: #333;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
}
div#wrap div#container div#section div.left_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#wrap div#container div#section div.left_menu ul li {
  display: block;
  padding: 0;
}
div#wrap div#container div#section div.left_menu > ul > li > a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 0.85rem;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  color: #060606;
  font-weight: 400;
  position: relative;
}
div#wrap div#container div#section div.left_menu > ul > li > a > strong {
  font-weight: 400;
}
div#wrap div#container div#section div.left_menu > ul > li > a:after {
  display: block;
  position: absolute;
  content: "";
  background: url("/images/gj/content/plus.png");
  width: 0.8rem;
  height: 0.8rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div#wrap div#container div#section div.left_menu ul li:first-child {
  margin-top: 0;
}
div#wrap div#container div#section div.left_menu > ul > li.on > a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: url("/images/gj/content/lm_on.gif") no-repeat right center;
  display: block;
  color: #ff8400;
  font-weight: 500;
  position: relative;
}
div#wrap div#container div#section div.left_menu > ul > li.on > a > strong {
  font-weight: 500;
}
div#wrap div#container div#section div.left_menu > ul > li.on > a:after {
  display: block;
  position: absolute;
  content: "";
  background: url("/images/gj/content/on_plus.png");
  width: 0.8rem;
  height: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
div#wrap div#container div#section div.left_menu ul li ul {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 13px;
}
div#wrap div#container div#section div.left_menu ul li ul li {
}
div#wrap div#container div#section div.left_menu ul li ul li a {
  border-bottom: none;
  height: auto;
  line-height: 30px;
  font-size: 0.8rem;
  font-weight: normal;
  background: none;
  color: #707070;
  padding-left: 10px;
}
div#wrap div#container div#section div.left_menu ul li ul li.on > a {
  line-height: 30px;
  background: none;
  height: auto;
  display: inline;
  color: #ff8400;
  font-weight: normal;
  background: url("/images/gj/content/lm_line.gif") no-repeat left center;
}
div#wrap div#container div#section div.left_menu ul li ul li.on > a > strong {
  font-weight: 300;
}

div#wrap div#container div#section div.right_content {
  flex: 1;
  margin: 0;
  padding: 0 0 0 60px;
  width: 920px;
}
#container #section .right_content .content_body {
  font-size: 0.85rem;
}

/* 탭메뉴 */
.tab_menu {
  margin-bottom: 2.5rem;
}
.tab_menu ul {
  display: table;
  position: relative;
  width: 100%;
}
.tab_menu ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #ff9d02;
}
.tab_menu ul li {
  width: 20%;
  float: left;
  height: 54px;
  text-align: center;
  margin-top: -1px;
  vertical-align: top;
}
.tab_menu ul li a {
  display: block;
  border: 1px solid #ddd;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-left: -1px;
  background-color: #fff;
  color: #666;
  line-height: 52px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_menu ul li.on a {
  position: relative;
  height: 54px;
  background: #ff9d02;
  border: 2px solid #ff9d02;
  border-bottom: 0;
  color: #fff;
}
.tab_menu ul li:first-child a {
  border-left: 1px solid #ddd;
}
.tab_menu ul li.on:first-child a {
  border-left: 2px solid #ff9d02;
}
.tab_menu ul li strong {
  font-weight: 500;
}

.dropdown {
  position: absolute;
  right: 0;
  top: 50px;
  display: inline-block;
  font-family: Arial, sans-serif;
}
.dropdown button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  transition: background-color 0.2s;
  font-size: 16px;
  color: #ddd;
}
.dropdown button:hover {
  border: 1px solid #fff;
  color: #fff;
}
.dropdown button:hover::after {
  border-bottom: 5px solid #fff;
}
.dropdown-content {
  display: none;
  max-width: 168px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 97%;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #ddd;
  overflow: auto;
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #ddd;
  background-color: rgb(51 51 51 / 81%);
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
.dropdown-content a:hover {
  background-color: #252525;
  color: #fff;
}
.dropdown button::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ddd;
  display: inline-block;
  margin-left: 20px;
  margin-top: -3px;
  vertical-align: middle;
}

/*푸터*/
#footer {
  clear: both;
  line-height: 1.5;
  background-color: #333;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
#footer .footermenu {
  width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}
#footer .footermenu:after {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: #929292;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#footer .footermenu ul li {
  display: inline-block;
  margin-right: 4rem;
  font-size: 0.85rem;
  position: relative;
}
#footer .footermenu ul li:after {
  position: absolute;
  content: "";
  right: -2rem;
  top: 0.25rem;
  width: 1px;
  height: 0.8rem;
  background: #fff;
}
#footer .footermenu ul li:last-child {
  margin-right: 0;
}
#footer .footermenu ul li:last-child:after {
  width: 0;
}
#footer .footermenu ul li a {
  display: block;
  color: #fff;
}
#footer .footermenu ul li:focus a,
#footer .footermenu ul li:hover a {
  color: #ff9d02;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#footer .copyright {
  width: 1500px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  position: relative;
  text-align: center;
}
#footer .copyright p {
  margin-top: 5px;
  font-weight: 200;
}
#footer .copyright p em {
  margin-right: 0.3rem;
  font-weight: 400;
}
#footer .copyright p span {
  position: relative;
  margin: 0 0.6rem;
}
#footer .copyright p span:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff9d02;
}

#footer .copyright .bsy_num {
  margin-bottom: 1rem;
}
#footer .copyright .copy {
  color: #929292;
  margin-top: 1rem;
}
#footer .copyright h3 {
  text-align: center;
  margin: 1rem 0 1rem;
}

/* =============================================================================
  통합검색
   ========================================================================== */
.global_search {
  margin-top: 2rem;
}
.cate_area {
  box-sizing: border-box;
  border-top: 2px solid #21416a;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 2rem;
}
.search_all {
  overflow: hidden;
  width: 35%;
  margin: 0 auto;
  margin-bottom: 3rem;
  border: 2px solid #ff9d02;
  position: relative;
}
.search_all .searchBox select::-ms-expand {
  display: none;
  -webkit-display: none;
  -moz-display: none;
  -o-display: none;
  -ms-display: none;
}
.search_all .searchBox select.total_select {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 15px;
  border: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: #fff url("/images/gj/content/sel_icon.png") no-repeat right center;
  width: 100px;
}
.search_all .searchBox {
  border-right: none;
  width: calc(100% - 2.5rem);
  float: left;
  box-sizing: border-box;
}
.search_all .searchBox input.keyWord {
  height: 2.5rem;
  line-height: 2.5rem;
  background: transparent;
  border: none;
  width: calc(100% - 140px);
  padding-left: 10px;
}
.search_all input.btnSearch {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.tit-search h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.tit-search h2 span {
  color: #000;
}
.tit-search h2 em {
  color: #ff3d00;
}
.cate_area h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #212121;
  background: url("/images/gj/content/search_tit.gif") no-repeat left center;
  padding: 15px 25px;
}
.cate_area .folding {
  position: relative;
  padding: 10px 0px 0px;
}
.cate_area .folding h3 {
  position: absolute;
  left: 50%;
  margin-left: -52px;
  bottom: -27px;
  cursor: pointer;
}
.cate_area .pt {
  padding-bottom: 35px;
}
.cate_area .pt ul {
  overflow: hidden;
  font-size: 0.85rem;
}
.cate_area .pt ul li {
  float: left;
  width: 25%;
  margin-top: 10px;
  background: url("/images/gj/content/ser_bul.gif") no-repeat left center;
  padding-left: 18px;
  box-sizing: border-box;
}
.cate_area .pt ul li a em {
  color: #7c7c7c;
  margin-left: 0.25rem;
  font-size: 0.8rem;
}
.cate_area .pt ul li.on a {
  color: #ff9d02;
  font-weight: bold;
}

.sr_result {
  position: relative;
}
.con .sr_result h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #212121;
  font-weight: normal;
  margin-top: 1rem !important;
  padding: 0;
}
.con .sr_result h3:before {
  display: none;
}
.con .sr_result h3 span {
  color: #ff3d00;
}
.sr_result p.more {
  position: absolute;
  top: 0px;
  right: 0px;
}
.sr_result p.gal_tit a {
  color: #333 !important;
  font-weight: 500;
  font-size: 18px;
  background: url("/images/gj/content/dot.gif") no-repeat left 10px;
  padding-left: 10px;
  display: inline-block;
}
.sr_result .gal_con {
  word-break: break-all;
  color: #848484;
  font-size: 16px;
  margin: 8px 0px;
  margin-left: 10px;
}
.sr_result .date {
  background: url("/images/gj/content/date.gif") no-repeat 0 center;
  padding-left: 20px;
  font-size: 12px;
  color: #adadad;
  padding-top: 2px;
}
.sr_result .sdate {
  margin-left: 10px;
}
.sr_result p.smore {
  position: absolute;
  top: 0;
  right: 0;
}

.sr_result .tb_wrap {
  background: url("/images/gj/content/dot_line2.gif") repeat-x left bottom;
  padding-bottom: 1rem;
}
.sr_result .tb_view {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.sr_result table.online_tb {
  border-bottom: solid 1px #e4e4e4;
}
.sr_result .tb_view thead th {
  color: #818181;
  font-weight: bold;
  padding: 11px 15px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}
.sr_result .tb_view tbody th {
  color: #a1a6a9;
  font-weight: bold;
  padding: 11px 15px;
  text-align: left;
  background: url("/images/gj/content/th.gif") no-repeat right center;
  font-size: 12px;
}
.sr_result .tb_view tbody td {
  padding: 12px 10px;
  color: #818181;
  line-height: 20px;
  font-size: 13px;
}
.sr_result .tb_view tbody td.attached a {
  font-size: 12px;
  text-decoration: underline !important;
}
.sr_result .tb_view tbody td.date {
  font-size: 12px;
  text-align: center;
}
.sr_result .tb_view tbody td.view {
  background: url("/images/gj/content/th.gif") no-repeat left center;
  font-size: 12px;
  text-align: center;
}
.sr_result .tb_view tbody .vbar {
  background: url("/images/gj/content/th.gif") no-repeat right center;
  font-size: 12px;
  text-align: center;
}

.no_result {
  text-align: center;
  font-size: 18px;
  color: #848484;
}
.no_result b {
  color: #212121;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}

/********************************************************
■ 레이아웃 변경
********************************************************/

@media (max-width: 1200px) {
  .dropdown {
    margin-right: 30px;
  }
  .dropdown button {
    font-size: 14px;
  }
  .dropdown-content a {
    font-size: 14px;
  }

  /*탑메뉴*/
  #wrap {
    overflow-x: hidden;
  }
  #wrap img {
    max-width: 100%;
  }
  #header .header_inner {
    width: 100%;
    padding: 0 1rem;
  }
  #header .header_inner h1 {
    left: 1.5rem;
    transform: translateY(0%);
  }
  #header .header_inner h1 img {
    max-width: 10rem;
  }
  #header .header_inner #nav > ul > li > ul {
    width: 100%;
    position: absolute;
    right: 0;
    padding-top: 2rem;
    transform: translateX(4rem);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #wrap #header #nav > ul li div a {
    font-size: 0.95rem;
    padding: 0 0.7rem;
  }
  #header .header_inner #nav ul li .slideMenu > ul {
    width: 100%;
  }
  #header .header_inner #nav ul li .slideMenu > ul > li {
    width: 28%;
  }
  #wrap #header #nav ul li .slideMenu ul li a {
    padding: 0 0.5rem;
  }

  /*전체메뉴*/
  #menuAll .mobile_top ul {
    width: 100%;
    padding: 0 0.5rem;
  }
  #menuAll .mobile_top .mbtop {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 1rem;
  }
  #menuAll .mobile_top .mbtop > li:last-child {
    top: 1rem;
  }
  #menuAll .mobile_top ul li {
    padding-right: 0rem;
    margin: 0;
  }
  #header.open .btn-gnb-menu {
    right: 0;
    top: 50%;
  }

  /*서브비주얼*/
  #sepration .section {
    width: 100%;
  }
  .section_lnb > .inr {
    width: 100%;
    padding: 0 1rem;
  }

  /*왼쪽메뉴*/
  .left_menu {
    width: 100%;
  }
  .left_menu .path {
    width: 20%;
  }
  .left_menu ul li a {
    padding: 0 0.5rem;
  }
  div#wrap div#container div#section div.left_menu > ul > li > a {
    font-size: 0.7rem;
  }

  .tab_menu {
    width: 100%;
  }

  /* 탭메뉴 */
  .tab_menu {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  /*컨텐츠*/
  #container .inn {
    width: 100%;
    padding: 0 1rem;
  }
  #container .padd {
    width: 100%;
    padding: 4rem 1rem;
  }
  #container #section .right_content .content_title {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem 0;
  }
  div#wrap div#container div#section {
    width: 100%;
  }

  /*푸터*/
  #footer .footermenu {
    width: 100%;
    padding: 1rem;
  }
  #footer .copyright {
    width: 100%;
    padding: 1rem 1rem 2rem;
    box-sizing: border-box;
  }
  #footer .copyright h3 {
    margin-right: 1rem;
  }

  /*플로팅*/
  .topBt {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .topBt.over {
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 1200px) {
  /* 헤더 */
  #header .header_inner h1 img {
    max-width: 9rem;
  }
  #header .header_inner #nav ul li ul li a {
    font-size: 0.75rem;
  }
  #header .header_inner #nav > ul > li > ul {
    padding-left: 4rem;
  }
}

/********************************************************
■ 태블릿
********************************************************/
@media (max-width: 1030px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .web {
    display: none;
  }
  .tablet {
    display: block;
  }

  /*언어별*/
  .mobile_lan {
    position: absolute;
    right: 4rem;
    top: 23px;
  }
  .option_list {
    top: 3rem;
    right: 4rem;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .option_list li a {
    font-size: 1rem;
    padding: 15px;
  }

  /* 헤더 */
  #header {
    height: auto;
  }
  #header .header_inner .top_menu {
    display: none;
  }
  #header .header_inner {
    height: 4rem;
  }
  #header .header_inner #nav {
    display: none;
  }
  #header .header_inner h1 {
    transform: translateY(-50%);
  }
  #header h1 img {
    width: 16rem;
  }
  #footer .copyright h3 img {
    width: 9rem;
  }

  /*모바일 헤더*/
  .main_menu {
    height: 4rem;
  }

  #header .m_search_box {
    display: block;
  }
  #header .m_search_box {
    display: block;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 12px 32px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  #header .m_search_box input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 10px 40px 10px 20px;
    background: #f5f5f5;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
  }
  #header .m_search_box input[type="submit"] {
    position: absolute;
    top: 24px;
    right: 48px;
    width: 20px;
    height: 20px;
    background: url(/images/common/m_sch_btn.png) no-repeat 0 0;
    border: none;
    color: #fff;
    font-size: 0;
    cursor: pointer;
  }
  #header .m_util {
    display: block;
  }
  #header .header_inner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .m_search {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
  .m_header_on::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }

  #sepration .section {
    padding-top: 5rem;
  }
  .m_util {
    display: block;
  }

  .m_header_on .m_search_box {
    display: block;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 12px 32px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  .m_header_on .m_search_box input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 10px 40px 10px 20px;
    background: #f5f5f5;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
  }
  .m_header_on .m_search_box input[type="submit"] {
    position: absolute;
    top: 24px;
    right: 48px;
    width: 20px;
    height: 20px;
    background: url(/images/common/m_sch_btn.png) no-repeat 0 0;
    border: none;
    color: #fff;
    font-size: 0;
    cursor: pointer;
  }

  /*서브비주얼*/
  #sepration .section p {
    margin-bottom: 3rem;
  }
  #sepration {
    height: 15rem;
  }

  /*사이트맵 버튼*/
  #header .btn-gnb-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
  }
  #header .btnAll {
    position: relative;
    width: 1.5rem;
    height: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    z-index: 9999;
    margin-top: 0;
  }
  #header .btnAll span {
    display: block;
    width: 100%;
    height: 0.12rem;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  #header .btnAll > span:nth-child(1) {
    top: 0;
  }
  #header .btnAll > span:nth-child(2) {
    top: 0.5rem;
  }
  #header .btnAll > span:nth-child(3) {
    top: 1rem;
  }
  #header.open .btnAll > span {
    background-color: #222;
  }
  #header.open .btnAll > span:nth-child(1) {
    top: 0.5rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 1.5rem;
  }
  #header.open .btnAll > span:nth-child(2) {
    top: 0;
    opacity: 0;
    width: 1.5rem;
  }
  #header.open .btnAll > span:nth-child(3) {
    top: 0.5rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 1.5rem;
  }

  /*전체메뉴*/
  .dim_layer {
    display: none;
  }
  #menuAll .mobile_top .mbtop a {
  }
  #header #navi {
    display: block;
    background: #fff;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    z-index: 100;
    transition: all 0.45s;
    opacity: 1;
  }
  #header.open #navi {
    transition: all 0.45s;
    left: 0;
  }

  #menuAll .slogan {
    width: 100%;
    margin-left: 0;
    display: none;
  }
  #menuAll {
    display: block;
  }
  #menuAll .m_sns {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
  }
  #menuAll .m_sns li {
    width: 12rem;
  }
  #menuAll .m_sns li:first-child {
    background-color: #00ccad;
    padding: 0;
  }
  #menuAll .m_sns li:last-child:after {
    right: 1rem;
  }
  #menuAll .m_sns li a {
    padding-right: 1rem;
  }
  #menuAll .m_sns li:last-child a {
    padding-right: 0;
    font-weight: 200;
    font-size: 0.9rem;
  }
  #menuAll .mobile_top {
    width: 100%;
    height: auto;
  }
  #menuAll .mobile_top .mbtop > li > a:after {
    display: none;
  }
  #menuAll .mobile_top .mbtop > li {
    width: 100%;
    margin-top: 0;
  }
  #menuAll .mobile_top .mbtop > li:last-child {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }

  #navi h3 {
    font-size: 1.2rem;
    padding: 1rem 0.75rem;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
    text-align: center;
    background: linear-gradient(to left, #f6ab00, #ef7e00);
  }
  #navi h3 em {
    font-weight: 600;
    color: #fff;
  }

  /*1차*/
  #menuAll .mobile_top .mbtop {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #menuAll .mobile_top .mbtop li {
    margin: 0;
    float: none;
    width: 100%;
    border-bottom: 1px #ddd solid;
    position: relative;
  }
  #navi ul.mbtop li:after {
    content: "\e941";
    display: block;
    position: absolute;
    right: 1rem;
    top: 15px;
    font-family: "xeicon";
    font-weight: 500;
  }

  #menuAll .mobile_top .mbtop li a {
    padding: 0;
    background: none;
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px 1rem;
    box-sizing: border-box;
    font-size: 1.15rem;
    color: #262626;
  }
  #menuAll .mobile_top .mbtop li.open_li {
    position: relative;
  }
  #menuAll .mobile_top .mbtop li.open_li > a {
    background: #333;
    color: #fff;
  }
  #menuAll .mobile_top .mbtop li.open_li:after {
    content: "\e944";
    color: #fff;
  }

  /*2차*/
  #menuAll .mobile_top .mbtop li ul {
    display: none;
    float: none;
    background-color: #f5f6f7;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    visibility: visible;
    padding: 0;
    margin-top: 0 !important;
    overflow: hidden;
  }
  #menuAll .mobile_top .mbtop li ul li {
    width: 50% !important;
    float: left !important;
    box-sizing: border-box;
    background: none;
    padding-left: 0;
    margin-top: 0 !important;
    box-shadow: 0.5px 0 0 0 #ddd, 0 0.5px 0 0 #ddd, 0.5px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset, 0.5px 0.5px 0 0 #ddd;
    border: none;
  }
  #menuAll .mobile_top .mbtop li ul li a {
    color: #262626;
    background: url(none);
    height: auto;
    padding-left: 0;
    font-size: 1rem;
    padding: 1rem;
  }
  #menuAll .mobile_top .mbtop li ul li:after,
  #navi ul.mbtop li ul li:before {
    display: none;
  }

  /*3차*/
  #navi {
    overflow: hidden;
  }
  #menuAll .mobile_top .mbtop li ul li ul li a {
    display: none;
  }
  #menuAll .mobile_top .mbtop li ul li ul {
    display: none;
    border: none;
    height: 0;
    background: none;
    margin: 0;
    padding: 0;
  }
  #menuAll .mobile_top .mbtop li ul li ul li {
    display: none;
  }

  #menuAll .mobile_top > ul > li:nth-child(2) > a {
    background: #fff;
  }
  #menuAll .mobile_top > ul > li:nth-child(3) > a {
    background: #fff;
  }
  #menuAll .mobile_top > ul > li:nth-child(4) > a {
    background: #fff;
  }
  #menuAll .mobile_top > ul > li:nth-child(5) > a {
    background: #fff;
  }

  #navi .top_menu {
    display: block;
    overflow: hidden;
  }
  #navi .top_menu li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }
  #navi .top_menu li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  #navi .top_menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #f6ab00;
    color: #fff;
  }

  #menuAll .mobile_top > ul > li:nth-child(6) > ul {
    display: none;
    height: 100%;
  }
  #menuAll .mobile_top > ul > li:nth-child(6) > ul > li {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-left: 0;
  }
  #menuAll .mobile_top .mbtop li ul li strong {
    font-weight: 400;
  }

  .mainTitle {
    display: none;
  }

  /* 왼쪽메뉴 */
  div#wrap div#container div#section {
    padding: 2rem 0 4rem;
  }
  div#wrap div#container div#section div.left_menu {
    display: none;
  }
  div#wrap div#container div#section div.right_content {
    padding: 0;
    width: 100%;
  }
  .lm_bg {
    margin-top: -3rem;
    height: 3rem;
  }
  .tab_view {
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.85);
    background-size: 12px auto;
    padding: 1rem 0.75rem;
    font-size: 1.1rem;
    box-sizing: border-box;
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.75rem;
    font-weight: normal;
    position: relative;
    text-align: center;
  }
  .tab_view span {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -4.5px;
    display: block;
  }
  .tab_view span img {
    width: 13px;
  }
  .tab_view.on {
    cursor: pointer;
  }
  .tab_view.on span img {
    transform: rotateX(180deg);
  }
  .left_menu .path {
    display: none;
  }

  .left_menu ul {
    display: none;
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 0;
    box-sizing: border-box;
    padding: 1rem 0.75rem;
    box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);
    -moz-box-shadow: 6px 6px 6px 0px rgba(25, 25, 25, 0.15);
    border-radius: 0;
  }
  .left_menu ul li {
    width: 100% !important;
    border: none !important;
    margin-left: 0;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .left_menu ul li a {
    display: block;
    padding: 0.75rem 0.75rem;
    line-height: 1;
    height: auto;
    font-weight: 500;
    font-size: 1.1rem;
    color: #1f1300;
    text-transform: capitalize;
  }
  .left_menu ul li strong {
    font-weight: 500;
  }
  .left_menu ul li.on a:before {
    display: none;
  }
  .left_menu ul li.on a {
    background: none;
    color: #ff9d02;
  }

  /* 컨텐츠 */
  #container #section .right_content .content_title p:after {
    right: auto;
    left: -10%;
  }
  #container #section .right_content .content_body {
    width: 100%;
    font-size: 1rem;
  }

  input,
  textarea,
  select {
    font-size: 1rem;
  }

  /*마이페이지 2차메뉴*/
  div#wrap div#container div#section div.left_menu.mp {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -5rem;
  }
  div#wrap div#container div#section div.left_menu.mp h2 {
    width: 100%;
    display: block;
    height: 3rem;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem;
    position: relative;
  }
  div#wrap div#container div#section div.left_menu.mp h2:after {
    display: block;
    position: absolute;
    content: "";
    right: 1rem;
    background: url(/images/gj/content/sub_arrow.png) no-repeat;
    width: 13px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
  div#wrap div#container div#section div.left_menu.mp > ul > li > a {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.85rem;
    border-bottom: none;
    display: block;
    color: #060606;
    font-weight: 400;
    position: relative;
    padding: 0;
  }
  div#wrap div#container div#section div.left_menu.mp > ul > li > a:after {
    display: none;
  }
  div#wrap div#container div#section div.left_menu.mp > ul > li.on > a > strong {
    color: #f6ab00;
  }

  /*검색*/
  .m_search_bx {
    display: none;
    position: absolute;
    left: 0;
    top: 3.9rem;
    width: 100%;
  }
  .s_input_wrap {
    overflow: hidden;
  }
  .s_input_wrap input.insearch {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    width: 80%;
    height: 45px;
    line-height: 48px;
    border: none;
    color: #4b4f58;
    background-color: #f3f1f2;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 0;
  }
  .inbtn {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 0 0px 0;
    border: none;
    color: #fff;
    text-align: center;
  }
  a.inbtn {
    padding: 0 0 0 0;
    width: 20%;
    height: 45px;
    background-color: #000;
    line-height: 45px;
    color: #fff;
  }
  input.insearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #4b4f58;
  }
  input.insearch::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4b4f58;
  }
  input.insearch:-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4b4f58;
  }
  input.insearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4b4f58;
  }
  input.insearch:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #4b4f58;
  }
  a.inbtn {
    font-size: 1rem;
    background: #000;
  }
}

@media (max-width: 800px) {
  .dropdown {
    margin-right: 0;
    position: relative;
    top: 10px;
  }
  .dropdown-content a {
    font-size: 12px;
  }
  .dropdown button {
    font-size: 12px;
  }
}

@media (max-width: 810px) {
  /* 탭메뉴 */
  .tab_menu ul li {
    font-size: 0.9rem;
  }
}
/********************************************************
■ 모바일
********************************************************/
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
  body {
    font-size: 1rem;
  }

  .mob {
    display: block;
  }

  .mobile_lan {
    top: 19px;
  }

  /*탑메뉴*/
  #wrap {
    font-size: 1rem;
  }
  #header h1 img {
    width: 8.5rem;
  }
  #header .header_inner {
    height: 4rem;
  }
  #header #navi {
    padding-top: 3.6rem;
  }
  #header .btn-gnb-menu {
    width: 3.6rem;
    height: 3.6rem;
  }
  #header.open .btn-gnb-menu {
    top: 50%;
  }
  #header .header_inner {
    padding: 0;
  }

  /*컨텐츠*/
  #container #section .right_content .content_title .top h3 {
    font-size: 1.3333rem;
    padding-top: 4rem;
  }
  #container #section .right_content .content_title .top h3:before {
    top: 1.5rem;
  }

  .artist_list td.artist_img {
    width: 30% !important;
  }

  /*서브비주얼*/
  #sepration .section {
    font-size: 0.75rem;
  }
  #sepration .section h2 {
    font-size: 1.5rem;
  }
  #sepration .section h3 {
    font-size: 1rem;
  }
  #sepration .section p a {
    margin-left: 1rem;
    padding-left: 1rem;
  }

  /*푸터*/
  #footer .copyright h3 {
    position: relative;
    bottom: 0;
    display: block;
    margin-top: 1rem;
    float: none;
    margin-right: 0;
  }

  /*검색*/
  .search_all {
    width: 100%;
  }
  .search_all input.btnSearch {
    width: 2rem;
  }
  .cate_area .pt ul li {
    width: 33.33%;
  }
  .tit-search h2 {
    line-height: 1.3;
  }
  .cate_area .pt ul {
    font-size: 0.7rem;
  }
}

@media (max-width: 600px) {
  /*푸터*/
  #footer .footermenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  #footer .footermenu ul li {
    display: block;
    margin-right: 1rem;
  }
  #footer .footermenu ul li:after {
    display: none;
  }
}

@media (max-width: 379px) {
  /* 탭메뉴 */
  .tab_menu ul li {
    width: 33.33333% !important;
    font-size: 0.84rem;
  }
}
