@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Jalnan';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/gt/font/NotoSans-DemiLight.eot'),
    url('/gt/font/NotoSans-DemiLight.woff') format('woff');
}

body, input, button, textarea {
  font-family: NotoSans, "NotoSans", "본고딕", Dotum, Helvetica, AppleGothic, Sans-serif;
  word-break: break-word;
}

button, input[type=submut], textarea, input[type=button] {
  -webkit-appearance: none;
  border-radius: 10px;
}

article, aside, hgroup, header, footer, figure, figcaption,
nav, section, time, mark, canvas, video, audio, details, summary {
  display: block;
}

form {
  width: auto;
}

iframe {
  border: 0px;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  width: 100%;
  font-size: 11pt;
  -webkit-text-size-adjust: none;
}

caption {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

li {
  float: left;
  list-style: none;
}

input[type=text],
input[type=number] {
  padding: 6px;
  /*
	border-radius:5px;
	*/
  border: 1px solid #ccc;
}

input[type=file] {
  width: 100%;
}

select {
  padding: 3px 0 5px 0;
  height: 30px;
  background-color: #FFF;
}

a:link, a:link img,
a:visited, a:visited img {
  color: #444;
  text-decoration: none;
  border: 0px
}

.hidden {
  display: none;
}

.d_inblock {
  display: inline-block;
}

.all_Warp {
  width: 100%;
  height: 100%;
}

.all_Warp::after {
  content: '';
  display: block;
  clear: both;
}

.c_pointer {
  cursor: pointer;
}

.mg_top30 {
  padding: 10px 0;
  flex: 1 0 0;
  text-align: right;
}

.mg_left10 {
  margin-left: 10px;
}

.mg_left30 {
  margin-left: 30px;
}

.mg_left0 {
  margin-left: 0px !important;
}

.mg_right30 {
  margin-right: 30px;
}

.pd_bot60 {
  padding-bottom: 60px;
}

.pd_top10 {
  padding-top: 10px;
}

.pd_right30 {
  padding-right: 20px;
}

.font_blue {
  color: #00659f;
  flex: 1 0 0;
  text-align: left;
}

.font_red {
  color: #bc3131;
}

.font_red2 {
  color: #f10a2b;
}

.border_bot {
  border-bottom: 1px solid #ccc;
}

.t_align_l {
  text-align: left;
}

.t_align_r {
  text-align: right;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.noline_right {
  border-right: 0px !important;
}

.border_left {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

ul.width_80 {
  width: 80%;
  margin: 0px 10%;
}

div.width_100,
h1.width_100 {
  width: 100%;
}


label.absolute {
  position: absolute;
  color: #999;
  display: none;
  cursor: text
}

input.focusbox {
  border: 1px solid #23adb2;
}

input:focus,
textarea:focus {
  outline: #23adb2 solid thin;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.index_top {
  position: fixed;
  right: 0px;
  bottom: 50%;
  padding: 10px;
  z-index: 999;
  cursor: pointer;
}

.index_top li {
  float: none;
  margin: 20px 0px;
  text-align: center;
}

.index_top li img {
  width: 15px;
}

.mainBg {
  width: 100%;
  /*max-width:1500px;*/
  margin: 0 auto;
  position: relative;
  float: left;
  overflow: hidden;
}

.mainBg header {
  text-align: center;
  color: #313131;
  padding-top: 3%;
  word-break: keep-all;
}

.mainBg header img {
  margin-bottom: 20px;
}

.mainBg .font_white {
  color: #fff;
}

.mainBg header p {
  font-size: 16pt;
  width: 100%;
}

.mainBg header h1 {
  font-size: 20pt;
  font-weight: bolder;
}

.mainBg header p:last-child {
  font-size: 12pt;
  width: 60%;
}

.mainBg header div p {
  margin: 30px auto 10px auto;
  padding: 10px 0px;
  border-bottom: 1px solid #A7A7A7;
  max-width: 400px;

}

.mainBg header div span {
  line-height: 25px;
}

.mainBg header span.sub_tit {
  font-size: 16pt;
  margin: 5% 0 0 0;
  display: block;
}

.mainBg header span.sub_tit::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 6px;
  background: #5508e1;
  left: 48%;
  top: 75px;
  border-radius: 150px;
}

.mainBg .bg img {
  position: absolute;
  z-index: 0;
}

.mainBg .main_cWarp {
  position: inherit;
  z-index: 10;
}

.main02 {
  background-image: url(images/main1_1_bg.jpg);
  overflow-y: scroll;
  height: 100%;
}

.main03 {
  background-image: url(images/main1_2_bg.jpg);
  overflow-y: scroll;
  height: 100%;
}

.hand_animation {
  z-index: 0;
  position: absolute;
  text-align: right;
  width: 90%;
  bottom: 0;
}

.hand_animation img {
  height: auto;
  min-width: 400px;
  max-width: 800px;
}

/*.ts-studio-banner*/
.ts-studio-banner-wrap {
  width: 100%;
  background: #ff635a;
  padding: 10px 0;
  float: left;
}

.ts-banner {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.ts-banner::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
  background: #fff;
}

.ts-banner::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  clear: both;
}

.ts-banner .ts-con:first-of-type {
  margin: 0 40px;
}

.ts-banner .ts-con p {
  margin-bottom: 10px;
}

.ts-banner .ts-con {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.ts-banner .ts-con .ts-link {
  width: 210px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 25px;
  background: #ffdb4a;
  text-align: center;
  border-radius: 50px;
}

.ts-banner .ts-con .ts-link a {
  display: block;
  color: #ff635a;
  font-weight: bold;
}

.ts-banner .ts-img {
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 9999;
}

.ts-banner .ts-img-m {
  display: none;
}

/* 비디오 컨퍼런스 띠배너 */
.banner-videoCon-wrap {
  float: left;
  width: 100%;
  background: #6922a9;
}

.banner-videoCon {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
}

.banner-videoCon::after {
  content: '';
  display: block;
  clear: both;
}

/*.banner-videoCon * {float:left;}*/
.banner-videoCon h4 {
  width: 30%;
  font-size: 22px;
}

.banner-videoCon p {
  width: 60%;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  word-spacing: 5px;
}

/*추가*/
.banner-wrap {
  background: #d8adff;
  padding: 20px 0;
}

.banner-videoCon {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

.banner-videoCon::after {
  content: '';
  display: block;
  clear: both;
}

.banner-videoCon>div {
  float: left;
  font-size: 18px;
  line-height: 20px;
  margin-right: 50px;
}

.banner-videoCon .banner-tit {
  color: #ffffff;
  font-weight: bold;
  font-size: 21px;
  line-height: 39px;
}

.banner-videoCon .price-wrap div {
  display: inline-block;
  vertical-align: middle;
  background: #b469f6;
  border-radius: 6px;
  padding: 8px 10px;
  margin: 0 6px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  word-break: keep-all;
}

.banner-videoCon .price-wrap div:last-of-type {
  background: #520099;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 30px;
}

.banner-videoCon .price-wrap div br {
  display: block;
}

.banner-videoCon a {
  text-align: center;
  width: 10%;
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 14px;
  font-size: 18px;
  border: 1px solid #7c18d3;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  background: #ff4157;
}

.glitter {
  animation-name: glitter;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.74, 0.74);
  animation-delay: 0.6s;
}

/* po메뉴변경wer!!!!!!!!!! */

.nav2 .logo img {
  width: auto;
  height: auto;
}

#adminFooter {
  width: 100%;
  overflow: hidden;
}

.usage_feeWrap .m11,
.m_usage_feeWrap .m11 {
  text-align: right;
  color: #f00
}

/* ------------- 비대면 양방향 비디오 컨퍼런스 시작 ------------- */
.videoCon .btn-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #302e77;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  z-index: 999;
}

.videoCon header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.videoCon .header-wrap {
  position: relative;
  max-width: 1564px;
  width: 100%;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
}

.videoCon .header-scroll {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px;
  position: fixed;
  z-index: 999;
  transition: 0.2s all ease;
}

.videoCon .header-scroll .header-wrap {
  max-width: 1800px;
  height: 70px;
  line-height: 70px;
}

.videoCon .header-scroll .header-wrap .logo {
  font-size: 1.6rem;
}

.videoCon .header-scroll .header-wrap nav a {
  font-size: 1.2rem;
}

.videoCon .logo {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.videoCon .logo a {
  text-decoration: inherit;
  color: inherit;
}

.videoCon .btn-nav {
  display: none;
  width: 50px;
  height: 70px;
  position: absolute;
  top: -70px;
  right: 0;
}

.videoCon nav {
  position: absolute;
  top: 0;
  right: 0;
}

.videoCon nav ul {
  list-style: none;
}

.videoCon nav ul::after {
  content: '';
  display: block;
  clear: both;
}

.videoCon nav ul li {
  float: left;
}

.videoCon nav ul li a {
  display: block;
  text-decoration: inherit;
  color: inherit;
  margin: 0 30px;
  font-weight: 600;
}

.videoCon section {
  width: 100%;
  margin: 0 auto 100px auto;
  overflow: hidden;
}

/*비주얼*/
.videoCon .main-visual {
  word-break: keep-all;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: url(./images/visual_bg.png) no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
}

.videoCon .visual-wrap {
  max-width: 1564px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 10%;
  position: relative;
  box-sizing: border-box;
}

.videoCon .tit-sub {
  font-size: 2rem;
  color: #302e76;
  font-weight: bold;
  animation: fadeIn1 3s ease;
}

.videoCon .tit-main {
  font-size: 3rem;
  color: #302e76;
  font-weight: bold;
  margin-bottom: 3%;
  animation: fadeIn1 3s ease;
}

.videoCon .tit-text {
  color: #242424;
  line-height: 190%;
  animation: fadeIn1 3s ease;
}

.videoCon .deco-circle {
  position: absolute;
  top: 10%;
  left: 30%;
  z-index: 0;
}

.videoCon .visual-pc-wrap {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 760px;
}

.videoCon .visual-pc-wrap img {
  display: block;
}

.videoCon .deco-pc {
  position: relative;
  z-index: 3;
  animation: fadeIn3 3s ease;
}

.videoCon .visual-pc {
  margin-top: -4%;
  z-index: 2;
  animation: fadeIn2 3s ease;
}

.videoCon .visual-m {
  position: absolute;
  right: -150px;
  bottom: -30px;
  z-index: 3;
  animation: fadeIn3 2.5s ease;
}

/*
.visual-pc{position: absolute; right: 0%; bottom: 17%; animation: fadeIn2 3s ease;}
.deco-pc{position: absolute;right: 0%; bottom: 59%; animation: fadeIn3 3s ease;}
.visual-m{position: absolute; right: -11%; bottom: 10%; animation: fadeIn3 2.5s ease;}
*/

/*애니메이션*/
.videoCon .ani-rotate {
  animation: rotate 30s linear infinite;
}

.videoCon .deco1 {
  position: absolute;
  left: -7%;
  bottom: 20%;
  animation: rotate 5s linear infinite;
}

.videoCon .deco2 {
  position: absolute;
  left: 10%;
  top: 13%;
  animation: rotate 5s linear infinite;
}

.videoCon .deco3 {
  position: absolute;
  left: 45%;
  bottom: 10%;
  animation: rotate 5s linear infinite;
}

.videoCon .deco4 {
  position: absolute;
  right: 0%;
  top: 20%;
  animation: rotate 5s linear infinite;
}

/*공통*/
.videoCon .section-tit {
  text-align: center;
  background: url(images/section_tit_bg.png) no-repeat center bottom;
  padding: 10px 0;
  margin-bottom: 70px;
  position: relative;
  font-size: 38px;
}

.videoCon .section-tit span {
  display: inline-block;
  position: relative;
}

.videoCon .section-tit span::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(images/section_tit_deco.png) no-repeat center center;
  background-size: 100%;
}

/*소개*/
.videoCon .info-wrap {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px auto;
}

.videoCon .info-con {
  flex: 1;
  margin-right: 50px;
  text-align: center;
}

.videoCon .info-con:last-child {
  margin-right: 0;
}

.videoCon .info-con img {
  width: 100%;
}

.videoCon .info-con p {
  margin: 20px 0;
}

.videoCon .info-con a {
  display: block;
  color: #f5587b;
  border: 1px solid #f5587b;
  border-radius: 22px;
  padding: 10px;
  width: 60%;
  margin: 0 auto;
  font-size: 1rem;
  transition: 0.4s all ease;
  word-break: keep-all;
}

.videoCon .info-con a:hover {
  background: linear-gradient(to right, #fd5392, #f86f64);
  color: #fff;
}

/*소개 비디오*/
.videoCon .video-wrap {
  background: url(images/video_bg.png) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 100px;
}

.videoCon .video-wrap iframe {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/*특징*/
.videoCon .point-section>p {
  text-align: center;
}

.videoCon .point-section>p:last-of-type {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}

.videoCon .point-wrap {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px auto;
}

.videoCon .point-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.videoCon .point-box {
  flex: 1;
  margin-right: 20px;
  text-align: center;
  word-break: keep-all;
  box-sizing: border-box;
}

.videoCon .point-box:last-child {
  margin-right: 0;
}

.videoCon .point-box p {
  font-size: 1rem;
  padding: 20px;
  line-height: 1.6rem;
}

.videoCon .point-tit {
  box-sizing: border-box;
  font-size: 21px;
  background: #a891d3;
  box-sizing: border-box;
  border-radius: 100px;
  color: #fff;
}

/*특징 기대효과*/
.videoCon .benefit-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.videoCon .benefit-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.videoCon .benefit-box {
  float: left;
  width: 40%;
}

.videoCon .benefit-box img {
  width: 100%;
}

.videoCon .benefit-box:nth-child(2) {
  width: calc(100% - 40% - 40px);
  margin-left: 40px;
}

.videoCon .benefit-box h2 {
  margin: 30px 0 10px 0;
  font-size: 40px;
}

.videoCon .benefit-box h2 span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin-left: -10px;
}

.videoCon .benefit-box h2 span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  top: 30px;
  background: #ead8eb;
  z-index: -1;
}

.videoCon .benefit-box h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 0px 0;
}

.videoCon .benefit-box ul {
  list-style: decimal;
  list-style-position: inside;
  padding: 0;
}

.videoCon .benefit-box ul li {
  margin: 20px 10px;
  font-size: 22px;
}

/*견적문의*/
.videoCon .ask-section {
  padding-bottom: 30px;
}

.videoCon .ask-wrap {
  text-align: center;
}

.videoCon .ask-btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  background: linear-gradient(to left, #613ca3, #a43c97);
  color: #fff;
  border-radius: 40px;
  box-shadow: rgb(106 60 162 / 49%) 0px 8px 18px;
}

/*footer*/
.videoCon footer {
  background: url(images/footer_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0 30px 0;
  color: #fff;
}

.videoCon .footer-wrap {
  max-width: 1564px;
  width: 100%;
  margin: 0 auto;
}

.videoCon .footer-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.videoCon .footer-wrap address {
  float: left;
  font-style: normal;
  font-size: 18px;
}

.videoCon .footer-wrap p {
  float: right;
  font-size: 18px;
}

/* ------------- 비대면 양방향 비디오 컨퍼런스 끝 ------------- */
/* 20220210수정 */
.push-box {
  display: flex;
  flex-direction: initial;
  padding: 15px 0;
  align-content: center;
  justify-content: center;
  font-size: 12pt;
}

.push-box>p {
  padding-left: 20px;
  text-align: left;
}

.allpush-box {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  font-size: 12pt;
  display: flex;
  flex-direction: initial;
  align-content: center;
  justify-content: center;
}

.allpush-box>.home_area {
  padding: 10px 0;
  flex: 1 0 0;
  text-align: left;
}

.allpush-box .btn_Warp_center {
  flex: 0;
}


@media all and (min-width:670px) {
  .top_nav2 {
    width: 90%;
    background: #427db1;
    /*background:#214b73;*/
    padding: 0px 5%;
    height: 33px;
    color: #fff;
    font-size: 10pt;
    overflow: hidden;
  }

  .top_nav2 .language {
    float: right;
    text-align: right;
  }

  .top_nav2 .language p {
    float: left;
    width: 60px;
  }

  .top_nav2 .language p a {
    color: #fff;
  }

  .nav_part p a {
    color: #fff;
  }

  .nav_part li {
    width: 130px;
    padding: 10px 0px;
    text-align: center;
    float: left;
    color: #fff;
    background: #427db1;
  }

  .nav_part a:link,
  .nav_part a:visited {
    color: #fff;
  }

  .nav_part .ov {
    background: #fff;
  }

  .nav_part .ov a {
    color: #4f4f4f;
  }

  .nav2 {
    padding: 12px 5% 0px 5%;
    height: 40px;
    width: 90%;
    border-bottom: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }

  .nav2 .logo {
    float: left;
    width: auto;
  }

  .nav2 ul {
    width: 800px;
    margin: 0px auto;
    height: 20px;
    padding-top: 6px;
  }

  .nav2 ul li {
    width: 14.2%;
    font-size: 13pt;
    float: left;
    text-align: center;
  }

  .nav2 .nav_sub {
    float: right;
    font-size: 10pt;
    width: initial;
    margin-top: -18px;
  }

  .nav2 .nav_sub p {
    width: auto;
    float: right;
    margin: 0px 5px;
    text-align: right;
  }

  .nav2 .m_menu {
    display: none;
  }


}

@media all and (min-width:670px) and (max-width:1023px) {

  .nav2 ul {
    width: 510px;
    padding-left: 80px;
    margin: 0px auto;
    height: 20px;
    padding-top: 6px;
  }

  .nav2 ul li {
    width: 13%;
    font-size: 10pt;
    float: left;
    text-align: center;
  }

  .__warp .tap_size {
    display: block;
    float: right;
    bottom: -110px;
  }

  .bottom_warp .m_size {
    display: none;
  }
}

@media all and (min-width:1201px) {
  .bottom_warp .dropdown_menu ul {
    width: 74%;
    max-width: 1000px;
    margin-top: 62px;
  }

  .dropdown_menu {
    width: 100%;
  }
}

@media all and (max-width:1200px) {
  .dropdown_menu {
    width: 96%;
    margin: 0px 2%;
  }

  .bottom_warp .dropdown_menu ul {
    width: 100%;
  }

  /*.ts-studio-banner*/
  .ts-banner .ts-con {
    float: none;
  }

  .ts-banner .ts-con:nth-of-type(2) {
    margin: 10px 50px;
  }

  .ts-banner .ts-con p {
    width: 68%;
  }

  .ts-banner .ts-img-pc {
    display: none;
  }

  .ts-banner .ts-img-m {
    display: block;
  }

  .ts-banner::before {
    margin-bottom: 10px;
  }

  .ts-banner .ts-con .ts-link {
    margin-bottom: 10px;
  }

  /* 비디오 컨퍼런스 띠배너 */
  .banner-videoCon * {
    float: none;
  }

  .banner-videoCon h4 {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .banner-videoCon p {
    width: 80%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    word-break: keep-all;
  }

  .banner-videoCon a {
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    font-size: 14px;
  }

  /* 추가 */
  .banner-videoCon {
    text-align: center;
  }

  .banner-videoCon>div {
    float: none;
    margin-right: 0;
    padding: 0 30px;
  }

  .banner-videoCon .banner-tit {
    text-align: center;
    width: 100%;
    margin: 10px 0 20px 0;
    box-sizing: border-box;
  }

  .banner-videoCon .price-wrap div {
    border-radius: 6px;
    padding: 8px 5px;
    margin: 0 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }

  .banner-videoCon .price-wrap div:last-of-type {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #b469f6;
    font-size: 18px;
  }

  .banner-videoCon .price-wrap div br {
    display: block;
  }

}

@media all and (max-width:669px) {

  .top_nav2,
  .nav2 ul,
  .nav2 .nav_sub {
    display: none;
  }

  .nav2 {
    float: left;
    padding: 10px 2%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    height: 30px;
    background: #fff;
    width: 96%;
    border-bottom: 1px solid #ccc;
  }

  .nav2 .logo {
    float: left;
  }

  .nav2 .m_menu {
    display: block;
    float: right;
    width: auto;
    margin-right: 10px;
  }

  .bottom_warp .tap_size {
    display: none;
  }

  .bottom_warp .m_size {
    display: block;
  }

  /*.ts-studio-banner*/
  .ts-banner .ts-con {
    float: none;
    text-align: center;
  }

  .ts-banner .ts-con:nth-of-type(2) {
    margin: 10px 50px;
  }

  .ts-banner .ts-con img {
    width: 100%;
    max-width: 350px;
  }

  .ts-banner .ts-con p {
    width: 100%;
    text-align: center;
    word-break: keep-all;
    margin: 10px;
  }

  .ts-banner .ts-img {
    position: unset;
    text-align: center;
    margin-bottom: -5px;
  }

  .ts-banner .ts-img-pc {
    display: none;
  }

  .ts-banner .ts-img-m {
    display: block;
  }

  .ts-banner::before {
    margin-bottom: 10px;
  }

  .ts-banner .ts-con .ts-link {
    margin: 0 auto;
  }
}

/* 메뉴변경끝이라네 */

.top_nav {
  height: 30px;
  padding: 0px 5%;
  background-color: #2b93d0;
  font-size: 9pt;
  color: #fff;
  position: relative;
  z-index: 100;
}

.top_nav a:visited,
.top_nav a:link {
  color: #fff;
}

.nav_county {
  background-color: #2aaffc;
  float: left;
  padding: 9px 20px 9px 20px;
}

.nav_county li,
.nav_GNB li {
  padding: 0px 10px;
  /* border-right:1px solid #fff; */
}

.nav_county li:last-child,
.nav_GNB li:last-child {
  border-right: 0px;
}

.top_nav .nav_GNB {
  margin: 0px;
}

.nav_GNB {
  float: right;
  padding-top: 8px;
  margin-right: 5%;
}

nav {
  background: url("images/white_bg.png");
  padding: 12px 5% 0px 5%;
  height: 40px;
  z-index: 10;
  top: 30px;
  position: absolute;
  width: 90%;
  border-bottom: 1px solid #ccc;
}

nav span {
  width: 30%;
  float: left;
  min-width: 100px
}

nav .logo img {
  width: 120px;
  height: 26px;
}

nav .m_menu {
  float: right;
  text-align: right;
}

nav ul {
  width: 70%;
  float: right;
  margin-top: 7px;
}

nav ul a:link,
nav ul a:visited {
  color: #595959;
}

nav ul li {
  text-align: center;
  float: right;
  font-size: 12pt;

}

.en ul li {
  width: 33%;
}

.aside {
  background: #f5f5f5;
  top: 51px;
  position: absolute;
  z-index: 11;
  width: 100%;
  display: none;
  left: 0;
  font-size: 10pt;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.aside-index {
  top: 276px;
  z-index: 99;
}

.aside span {
  font-size: 10pt;
  display: inline-block;
  text-align: center;
  width: 100px;
  margin: 10px 9px;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.aside ul {
  /*

	border-bottom:1px solid #999;
	padding:20px 5%;
	font-size:16pt;
	margin:0px 2%;
	width:86%;
	float:left;
	color:#7BCBFB;
	*/
  width: 95%;
  margin: 24px 2% 20px 2%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.aside ul li {
  text-align: center;
  width: 20%;
  font-size: 11pt;
}

.aside ul li img {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
}

.aside .center_line {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.aside .right_line {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.aside .login {
  float: right;
  margin: 0px 15px 15px;
  color: #aaa;
  font-size: 9pt;
}

.aside .login p {
  text-align: right;
  margin-left: 10px;
}

.aside .language {
  float: left;
  margin: 0px 15px 15px;
  width: auto;
  font-family: '돋움', 'Dotum';
}

.aside .language p {
  float: left;
  margin-left: 10px;
}

/*
.aside li{
	float:none;
	font-weight:normal;
	margin:20px 10px 0px 10px;
	color:#FFF;
	font-size:12pt;
}
*/
.aside a:link,
.aside a:visited {
  color: #333;
}

.m_menu_view {
  display: block;
}

.menu .menu2 {
  background-color: #456;
}

asie .menu .menu2>li {
  font-size: 1em;
  border: 0px;
}

.language,
.jp_font,
.nav_part li {
  font-family: '돋움', 'Dotum';
}

.main_text {
  margin: 10% 5%;
  width: 90%;
  z-index: 30;
}

.main_text .title {
  border-bottom: 1px solid #ddd;
  height: auto;
}

footer a:link,
footer a:visited {
  color: #fff;
}

.broadcast .b_content .video_Wrap li img,
.broadcast .b_content .video_Wrap li iframe {
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  height: 170px;
}

.broadcast .b_content .video_Wrap li {
  width: 33.3333%;
  height: 330px;
  line-height: 60px;
  margin: 10px 0px;
  font-size: 10pt;
  box-sizing: border-box;
  padding: 0px 10px;
}

.broadcast .b_content .video_Wrap li p {
  margin-top: 20px;
  padding: 0px;
}

.broadcast .b_content .video_Wrap li p span {
  color: #d70000;
  font-size: 11pt;
}

.broadcast .b_content .video_Wrap li:first-child p {
  margin-top: 7px;
}

.broadcast .b_content .video_Wrap li p span.lovecoin img {
  width: 245px;
  height: auto;
  vertical-align: -11px;
}

.broadcast .b_content .video_Wrap li p span.kbs img {
  width: 80px;
}

.broadcast .b_content .video_Wrap li p span.ytn img {
  width: 130px;
  vertical-align: unset;
}

.broadcast .b_content .video_Wrap li p span img {
  width: 100px;
  height: auto;
  vertical-align: middle;
}

@media all and (min-width:1700px) {
  /* 와이드 */
  /*
	.bottom_warp{
		bottom:0px;
		position:absolute;
		width:90%;
		margin-left:5%;
	}
	*/

  .mainBg .bg img {
    width: 100%;
    height: auto;
  }

  .main_text {
    margin: 10% 0%;
    width: 1500px;
    margin-left: -750px;
    left: 50%;
    position: absolute;
  }

  .mainBg .content {
    height: auto;
    width: 1400px;
    margin: 0px auto;
  }

  .mainBg header div {
    width: 40%;
    margin: 0 auto;
  }

  .camplist_Wrap {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

}

@media all and (max-width:1699px) {

  /* 와이드 전 */
  .broadcast .b_content {
    width: 94%;
    margin: 30px 3%;
  }

  .mainBg header div {
    width: 60%;
    margin: 0 auto;
  }

  /*
	.bottom_warp{
	bottom:0px;
	position:absolute;
	width:90%;
	margin:0px 5%;
	}
	*/
  .mainBg .bg img {
    width: 100%;
    height: 100%;
  }

  .main_text {
    margin: 0% 5%;
    position: absolute;
    top: 200px;
  }

  .mainBg .content {
    height: auto;
    width: 100%;
    display: inline-block;
  }
}

@media all and (min-width:1024px) {

  /* PC 버전*/
  .camp_top_nav .nav_GNB,
  .camp_top_nav .language {
    display: block;
  }

  body .quizshow_Warp .join_box,
  .quizshow_Warp .visual_m {
    display: none;
  }

  nav ul li {
    margin-left: 15%;
  }

  .s_nav .more,
  .s_nav_more,
  .tap_size,
  .m_size {
    display: none;
  }

  .all_Warp {
    min-height: 1200px;
  }

  .guide_Warp .video iframe {
    height: 600px;
  }

  .sub_cWarp {
    display: inline-block;
    width: 79.5%;
    padding-bottom: 40px;
  }

  .menuWarp {
    width: 20%;
    min-width: 200px;
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .main_text {
    max-width: 670px;
  }

  .main_text h1 {
    color: #26abf9;
    float: left;
    font-size: 5em;
  }

  .main_text h3 {
    color: #92d7ff;
    font-size: 3em;
    padding-top: 45px;
  }

  .main_text p {
    color: #666;
    font-size: 1.25em;
    float: left;
  }

  .main_text p span:first-child {
    font-size: 3em;

    color: #323232;
  }

  .broadcast .b_content {
    height: auto;
    margin: 30px auto;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0px;
    max-width: 1280px;
  }

  .broadcast .b_content .video_Wrap {
    display: inline-block;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .broadcast .b_content .video_Wrap li p {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
  }

  .broadcast .b_content .video_Wrap li p span {
    display: inline-block;
    margin-bottom: 5px;
  }



  .camp_news {
    width: 75%;
    float: right;
  }

  .camp-make-wrap {
    margin: 65px auto;
    float: none;
  }

  .camp_list::after {
    content: '';
    display: block;
    clear: both;
  }

  .camp_list .list li,
  .camp_list .camp_add li {
    width: 18%;
  }

  .bottom_warp .con_warp {
    max-width: 360px;
  }

  .hand_animation {
    margin: 0px 5%;
  }

  .hand_animation img {
    width: 50%;
  }

  .news_list ul li .image {
    width: 15%;
  }

  .news_list .title,
  .news_list .sub {
    width: 82%;
  }

  .news_preview .news_box {
    width: 26%;
    margin: 1%;
  }
}

@media all and (min-width:670px) and (max-width:1023px) {
  /* 탭 */

  .camp_menuWarp,
  .menuWarp {
    display: none;
  }

  .bottom_warp .dropdown_menu ul .camp_news {
    width: 100%;
    position: absolute;
  }

  .bg_Warp .aside {
    top: 65px;
  }

  .guide_Warp .video iframe {
    height: 400px;
  }

  .main_text {
    top: 150px;
    text-align: center;
    width: 90%;
  }

  .main_text h1 {
    color: #26abf9;
    float: left;
    font-size: 4em;
    width: 100%;
  }

  .main_text h3 {
    color: #92d7ff;
    font-size: 2.5em;
    padding-top: 45px;
  }

  .main_text p {
    color: #666;
    font-size: 1em;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .main_text p span:first-child {
    font-size: 3em;

    color: #323232;
  }

  .main_text .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .camp_list .list li,
  .camp_list .camp_add li {
    width: 23%;
  }

  .bottom_warp .con_warp {
    width: 100%;
  }

  .broadcast .b_content .video_Wrap li {
    width: 50%;
    height: 350px;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .bottom_warp .con_warp p {
    text-align: center;
  }

  .hand_animation {
    display: none;
    margin: 0px 5% 0px 40%;
  }

  .hand_animation img {
    width: 100%;
  }

  .news_preview .news_box {
    width: 27%;
    margin: 2%;
  }

}

@media all and (max-width:1023px) {

  /* PC 이하 */
  .camp_top_nav .nav_GNB,
  .index_top,
  .menuWarp,
  .quizshow_Warp .visual {
    display: none;
  }

  .frount_banner {
    display: none;
  }

  nav ul li {
    margin-left: 10%;
  }

  .mainBg .bg img {
    height: 100%;
    width: 100%;
  }

  .mainBg header div {
    width: 90%;
    margin: 0 auto;
  }

  .sub_cWarp {
    float: left;
    width: 100%;
    padding-bottom: 40px;
  }

  .aside {
    display: none;
  }

  /*	.sub_Wrap{position:absolute;}*/
  .broadcast .b_content .video_Wrap {
    margin: 0px 2%;
    width: 96%;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 0px
  }

  .bottom_warp {
    width: 100%;
    margin: 0px;
  }

  .broadcast .b_content .video_Wrap li {
    line-height: 25px;
  }

  iframe {
    width: 328px;
    height: 182px;
  }

  /* 2020.11.05 추가 */
  iframe#main_video {
    width: 100%;
    height: 350px;
  }

  .mainBg header span.sub_tit {
    margin: 15% 0 0 0;
    font-size: 14pt;
  }

  .mainBg header span.sub_tit::after {
    top: 50px;
  }

  .mainBg header h1 {
    font-size: 16pt;
  }

  .camp_top_nav .m_menu {
    display: block;
    float: right;
    text-align: right;
    background: #fff;
    padding: 3px 15px 0px 0px;
  }

  .camp_top_nav .m_menu img {
    width: 28px;
    height: 28px;
    max-width: none;
  }

  .camp_news .camp_writeForm .text {
    margin: 0px;
  }

  .login_content {
    margin: 0px;
  }

  .login_content .form_warp p {
    width: 100%;
  }

  .login_content input[type=submit],
  .color_g {
    width: 98%;
    height: 50px;
  }

  .login_b p span input {
    width: 98%;
  }

  .news_list ul li .image {
    width: 30%;
  }

  .news_list .title,
  .news_list .sub {
    width: 65%;
  }

  ul.tabs4 {
    width: 96% !important;
    margin: 0 auto !important;
  }

  ul.tabs4>li {
    width: 140px !important;
  }

  .camp_menuWarp {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }

  .camp_menuWarp .camp_title {
    padding: 5px 0px !important;
  }

  .camp_menuWarp .camp_title h1 {
    font-size: 1.3em !important;
  }

  .camp_menuWarp .camp_search {
    padding: 10px 10px !important;
  }

  .submenu {
    display: none;
  }

  .bx-controls {
    display: none;
  }
}

@media all and (min-width:670px) {
  /*모바일 이상 */

  .bottom_warp .con_warp p,
  .news_preview {
    display: none;
  }

  .aside,
  .m_menu,
  .m_language {
    display: none;
  }

  .subBg {
    height: 167px;
  }

  .sub_title {
    height: 117px;
  }

  .sub_hand {
    top: -140px;
  }

  .mainBg {
    height: auto;
  }

  .bottom_warp .con_warp {
    margin-bottom: 10px;
  }

  .Bslide_wrap {
    width: 94%;
  }

  .loginWarp {
    min-height: 1299px;
  }

  .sub_title {
    padding: 50px 1% 0% 1%;
  }

  .quizTime .content li {
    width: 25%;
    height: auto;
    min-height: 331px;
    padding: 1%;
    float: left;
    margin: 0% 3%;
    background: url("images/white_bg.png");
    border-radius: 5px;
    text-align: center;
  }

  .quizTime .content li img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .quizTime .content p {
    font-size: 18pt;

    margin-bottom: 5px;
  }

  .quizTime .content li .orange {
    color: #ff5000;
  }

  .quizTime .content li .yellow {
    color: #ff8c00;
  }

  .school .content li {
    width: 16%;
    height: auto;
    min-height: 220px;
    padding: 2%;
    float: left;
    margin: 0% 2%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
  }

  .school .content li img {
    width: 60%;
    height: auto;
    margin-bottom: 15px;
  }

  .school .content p {
    margin-bottom: 5px;
    font-size: 11pt;
  }

  .kseek header {
    padding-bottom: 120px;
  }

  .marketing .content li {
    width: 29%;
    height: auto;
    padding: 1%;
    float: left;
    margin: 0px 1% 0;
    background: url("images/white_bg.png");
    text-align: center;
    border-radius: 5px;
  }

  .marketing .content img {
    width: 100%;
    height: auto;
  }

  .marketing .content li p {
    margin: 20px 0px 10px 0px;
    font-size: 14pt;
  }

  /* .broadcast .b_content .video_Wrap li{
		width: 50%;
	} */
  .jp_list span img {
    margin: 0px 20px 0px 0px;
    width: 90%;
  }

  .sub_Wrap {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    min-height: 1000px;
  }

  .sub_cWarp .content {
    width: 96%;
    margin: 0% 2%;
    float: left;
  }

  .sub_cWarp .content .tab li {
    width: 30%;
    text-align: center;
    margin: 20px 1%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px 0px;
  }

  .s_nav .home {
    padding: 17px 3% 0px 2%;
  }

  .s_nav .maintitle {
    padding: 20px 3% 0px 2%;
  }

  .s_nav .subtitle {
    padding: 15px 3% 0px 2%;
    font-size: 24px;
  }

  /*
	.cTop .cTop_l, .cTop .cTop_r{
		width:50%;
	}
	*/
  .brd_area {
    width: 50%;
  }

  .btn_Warp_left,
  .btn_Warp_right {
    width: 23%;
  }

  .guide_Warp img {
    width: 49%;
  }

  .guide_Warp p img {
    width: 67%;
  }

  .aTableWrap .listTable tbody tr td {
    padding: 15px 5px;
  }

  footer {
    clear: both;
    color: #fff;
    font-size: 10pt;
    background-color: #727272;
    width: 90%;
    height: 45px;
    padding: 0px 5%;
    float: left;
  }

  .loginWarp .nav2 {
    text-align: center;
  }

  .login_content {
    margin: 5% auto 80px auto;
  }

  .login_content .form_warp p {
    width: 70%;
  }

  .login_content input[type=submit],
  .color_g {
    width: 30%;
    height: 108px;
  }

  .login_b p span input {
    width: 30%;
  }

  .language {
    /*
		background-color:#777;
		*/
    float: left;
    height: auto;
    padding: 7px 10px 8px 10px;
  }

  .language li {
    margin: 0px 10px;
  }

  footer span {
    float: right;
    padding: 13px 0px;
  }

  footer ul {
    float: left;
    padding: 13px 0px;
    background-color: #7f7f7f;
  }

  footer ul li {
    margin: 0px 10px;
  }

  footer p {
    text-align: center;
    margin: 13px;
  }

  .top_scroll {
    bottom: 20px;
  }

  .mail_area ul li p {
    width: 70px;
    padding: 27px 10px;
  }

  .mail_area input {
    width: 60%;
  }

  .mail_area .input_warp {
    width: 50%;
    float: left;
  }

  .camp_list .content .list li {
    width: 20%;
  }

  .camp_list .list .tit {
    font-size: 13pt;
  }

  .camplist_Wrap {
    margin: 0px auto 40px auto;
  }

  .event_view_menu li {
    width: 16.6%;
  }

  .news_list {
    width: 80%;
    margin: 0px 10%;
  }

  .news_list .title p {
    width: 58%;
  }

  .news_list ul li .date {
    width: 40%;
    float: right;
    text-align: right;
  }

  .news_list ul li .sub {
    height: 90px;
  }

  .event_contact_wrap img {
    width: 140px;
  }

  .event_contact_wrap button {
    width: 140px;
    height: 140px;
  }

  .event_contact {
    background-image: url('images/event_contact_bg.jpg');
    background-position: 50% 50%;
  }
}

/* 캠프 삭제 */
.camp-delete-wrap {
  border-top: 2px solid #427db1;
  padding: 5px;
  margin: 10px;
}

.delete-chk-btn {
  margin-top: 10px;
  padding: 10px;
  width: 100px;
  background-color: #f95050;
  color: white;
  border: 1px solid #cc2929;
}

.delete-chk-input {
  margin-top: 10px;
  height: 30px;
  width: 200px;
}

.delete-btn {
  margin-left: 5px;
  height: 30px;
  width: 50px;
  background-color: #427db1;
  color: white;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.blink {
  -webkit-animation: BLINK 1s infinite;
  /* Safari 4+ */
  -moz-animation: BLINK 1s infinite;
  /* Fx 5+ */
  -o-animation: BLINK 1s infinite;
  /* Opera 12+ */
  animation: BLINK 1s infinite;
  /* IE 10+, Fx 29+ */
}

@keyframes glitter {
  0% {
    background: #ff4157;
  }

  100% {
    background: #b469f6;
  }
}

@-webkit-keyframes BLINK {

  0%,
  49% {
    background-color: white;
  }

  50%,
  100% {
    background-color: yellow;
  }
}

@keyframes BLINK {

  0%,
  49% {
    background-color: white;
  }

  50%,
  100% {
    background-color: yellow;
  }
}

/* 앱스토어 버튼 */
@media all and (min-width:1260px) {
  .bottom_warp {
    width: 1260px;
    left: 50%;
    margin-left: -630px;
  }
}

.bottom_warp {
  bottom: 0px;
  position: absolute;
  max-width: 1260px;
  width: 100%;
}

.bottom_warp .bn {
  width: 100%;
  height: 80px;
  float: left;
}

.bottom_warp .con_warp {
  position: relative;
  z-index: 20;
}

.bottom_warp .con_warp p img {
  height: auto;
  margin-bottom: 10px;
  width: 45%;
}

.bottom_warp .dropdown_menu ul {
  float: left;
  height: 145px;
  border: 1px solid #ccc;
  background: url("images/white_bg.png");
  /*
	background:rgba(255,255,255,0.9);
	*/
}

.frount_banner {
  overflow: hidden;
  width: 25%;
  float: left;
  position: relative;
  height: 197px;
  min-width: 260px;
}

/*
.Bprv_btn01, .Bprv_btn02 {width:30px; height:100%; line-height:79px; text-align:center; cursor:pointer;}
*/
.frount_banner>div {
  float: left;
}

.Bslide_wrap {
  height: auto;
  /*max-height:110px; */
  overflow: hidden;
  position: absolute;
}

.Bslide_img {
  position: relative;
  width: 200%;
  /*height:100%; overflow:hidden;*/
}

.Bslide_img>div {
  width: 50%;
  /*height:100%;*/
  float: left;
}

.Bslide_img>div img {
  width: 100%;
  height: auto;
  float: left;
}

.frount_banner .Bn_btn {
  position: absolute;
  right: 30px;
  top: 32px;
  z-index: 20;
}

.frount_banner .Bn_btn p {
  float: left;
  cursor: pointer;
  margin-left: 1px;
}

/*
.frount_banner .Bprv_btn01{
	width:3%;
	float:left;
	margin-top:6%;
	cursor:pointer;
	display:none;
}
.frount_banner .Bprv_btn02{
	width:3%;
	float:right;
	margin-top:6%;
	text-align:right;
	cursor:pointer;
	display:none;
}
*/
.dropdown_menu {
  margin-top: 15px;
  color: #000;
  position: relative;
  z-index: 10;
  float: left;
  bottom: 20px;
}

.dropdown_menu li {
  width: 20%;
  height: 100%;
  /*background:url("images/black_bg.png");*/
  text-align: center;
  padding: 15px 0px;
  font-size: 11pt;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.dropdown_menu li a:link,
.dropdown_menu li a:visited {
  color: #fff;
}

.main_mg {
  height: 50px;
  width: 100%;
  float: left;
}

.ani_wrap {
  width: 105px;
  height: 60px;
  overflow: hidden;
  margin: 0px auto 20px auto;
  cursor: pointer;
}

.drop_quiztime .ani_wrap {
  background: url("images/main_quiztime_ani.png") no-repeat;
}

.drop_broadcast .ani_wrap {
  background: url("images/main_broadcast_ani.png") no-repeat;
}

.drop_marketing .ani_wrap {
  background: url("images/main_marketing_ani.png") no-repeat;
}

.drop_school .ani_wrap {
  background: url("images/main_school_ani.png") no-repeat;
}

.drop_kseek .ani_wrap {
  background: url("images/main_kseek_ani.png") no-repeat;
}

/*
.quizTime{
	background-image: url(images/main2_bg.jpg);
 	overflow-y: scroll;
  	height:100%;
}
*/
.mainBg .content ul {
  margin: 30px 3%;
  width: 94%;
  display: inline-block;
}

/*
.broadcast{
	background-image: url(images/main3_bg.jpg);
 	overflow-y: scroll;
  	height:100%;
}
*/
.broadcast {
  /*	background:url("images/main2_bg.jpg"); */
  background: #f9f9f9;
}

/*
.broadcast .b_content{
	padding:1%;
	color:#333;

	font-size:11pt;
}
.broadcast .b_content .video_Wrap li{
	float:none;
	list-style-position:inside;
}

.school{
	background-image: url(images/main4_bg.jpg);
 	overflow-y: scroll;
  	height:100%;
}
*/
/*
.marketing{
	background-image: url(images/main5_bg.jpg);
 	overflow-y: scroll;
  	height:100%;
}
*/

.more_btn {
  text-align: center;
  width: 60%;
  margin: 20px auto 20px auto;
  max-width: 250px;
  padding: 10px 0px;

  font-size: 12pt;
}

.more_btn img {
  width: 30px;
  vertical-align: middle;
  margin: 5px 0px 8px 5px;
}

.mainBg .black {
  background: url("images/black_bg_5.png");
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}

.mainBg .point {
  border: 1px solid #dcb827;
  background: #f7c809;
}

.mainBg .white {
  border: 2px solid #fff;
  color: #fff;
}

.mainBg .white_color {
  border: 2px solid #999;
  color: #000;
}

/*로그인 페이지*/
.loginWarp {
  background-color: #eeeeee;
  float: left;
  width: 100%;
}

.loginWarp .language {
  float: right;
}

.loginWarp .nav2 img {
  width: auto;
  height: auto;
}

.loginWarp .nav2 .m_menu img {
  width: 30px;
  height: auto;
}

.loginWarp .tit {
  font-size: 12pt;
  margin: 25px 0px;
  color: #0d5a77;
}

.loginWarp .form_warp {
  margin: 0px 5% 20px;
}

.loginWarp .m_language {
  position: relative;
}

.loginWarp .title_font {
  font-size: 11pt;
  color: #595959;
  margin-bottom: 10px;
}

.login_content {
  width: 100%;
  height: auto;
  max-width: 769px;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

#pw_form {
  padding: 0px 20px;
}

/*
.login_content img{
	margin-top:30px;
}
*/
.login_content #password,
.login_content #uid,
input[type=password] {
  font-family: "돋움", Dotum, Arial;
}

.login_content input[type=text],
.login_content input[type=password],
.login_content input[type=email] {
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 12px 3%;
  width: 92%;
  color: #595959;
  font-size: 11pt;
  margin-bottom: 10px;
  min-height: 23px;
}

.login_content input[type=radio] {
  width: auto;
  float: left;
}

.login_content input[type=submit],
.color_g {
  background-color: #3f97ea;
  border: 1px solid #3DA2C3;
  color: #fff;
  border-radius: 0px;

  padding: 3% 0px;
  font-size: 13pt;
  margin-bottom: 10px;
}

.login_content .btn_Warp_center div {
  display: inline-block;

}

.login_content .btn_Warp_center a:link {
  color: #fff;
}

.color_g a:link,
.color_g a:visited {
  color: #53caf0;
}

.login_content .form_warp p {
  float: left;
  color: #9c9c9c;
}

/*
.login_content p:first-of-type{
	text-align:left;
}
*/
.login_content .s_btn {
  padding: 10px 0px;
  width: 100px;
  font-size: 10pt;
  background: #636363;
  color: #fff;
}

.login_content .result {
  width: 100%;
  text-align: center;
  color: #f00;
  margin: 20px 0px;
  font-size: 14pt;

}

.login_content .result02 {
  margin-top: 30px;
}

.login_content li {
  float: none;
  margin: 10px;
}

.login_content .l_mail {
  font-size: 14pt;
}

.login_content #pw_form {
  margin-top: 20px;
  padding-bottom: 30px;
}

.login_content .pw_input {
  padding-bottom: 30px;
  margin-top: 20px;
}

.login_content .pw_input .send_btn {
  display: inline-block;
  margin: 0px auto;
}

/* 회원가입 */

.login_content .join-form {
  display: flex;
  flex-direction: column;
  margin: 1em 2em;
  text-align: left;
}

.login_content .join-form span,
.join-form .phone-verify p {
  color: #f00;
}

.join-form div {
  margin-bottom: 1em;
}

.join-form>div>h4 {
  margin-bottom: 1em;
}

.join-form .phone-verify .input-wrap {
  display: flex;
  align-items: center;
}

.join-form div select, .join-form div input:not(input[type='checkbox']), .join-form div button  {
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
}

.join-form button {
  background-color: #fff;
}

.join-form .regist-btn {
  background: #2196F3;
  color: #fff;
  border: 0;
  padding: 16px;
  margin: 2rem 3px;
}

.phone-verify .input-wrap select {
  padding-right: 20px;
  text-overflow: ellipsis;
  max-width: 138px;
  min-height: 49px;
  margin-right: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/gt/stime/admin/css/image/arrow_img.png) 95% 50% / 10% no-repeat;
}

.phone-verify .input-wrap input {
  margin: 0;
}

.phone-verify .input-wrap button {
  min-width: 124px;
  padding: 14px;
  margin: 0 1em;
}

.auth-number .input-wrap {
  display: flex;
  align-items: center;
}

.auth-number .input-wrap input {
  margin: 0;
}

.auth-number .input-wrap button {
  min-width: 124px;
  padding: 14px;
  margin-left: 1em;
}

.date-of-birth input {
  width: 92%;
  padding: 12px 3%;
  color: #595959;
  font-size: 11pt;
  margin-bottom: 10px;
  min-height: 23px;
}

.agreed-tos .input-wrap .radio-input {
  position: relative;
  height: 49px;
}

.agreed-tos .input-wrap .radio-input:last-child {
  margin: 0;
}

.agreed-tos .input-wrap .radio-input * {
  position: absolute;
}

.agreed-tos .input-wrap input[type='text'] {
  cursor: pointer;
  width: 87%;
  padding-left: 56px;
  background: url(/gt/stime/admin/css/image/arrow_img.png) 98% 50% / 3% no-repeat;
}

.agreed-tos .input-wrap input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px 16px;
  width: 4%;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.agreed-tos .input-wrap input[type='checkbox']:checked {
  background: radial-gradient(circle at center, #0097fe 38%, #fff 42%);
}

.terms-of-service:not(.hidden) {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  width: 100%;
  margin: 325px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.terms-of-service .clause-wrap {
  width: 769px;
  max-height: 916px;
  background: #fff;
  overflow-y: scroll;
}

.terms-of-service .clause-wrap>ul {
  padding: 1rem;
}

.terms-of-service .clause-wrap:last-child {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.terms-of-service .clause-wrap button {
  width: 92%;
  padding: 16px;
  border: 0;
  color: #fff;
  background: #2196F3;
}

.login_b {
  width: 90%;
  border-top: 1px solid #ccc;
  padding: 20px 0px;
  margin: 0px 5%;
  display: inline-block;
  font-size: 12pt;
}

.login_b p {
  width: 100%;
  text-align: left;
  color: #333;
  height: 40px;
  margin: 5px auto;
}

.login_b p .btn {
  vertical-align: super;
}

.login_b p span input {
  float: right;
  background: #fff;
  border: 1px solid #999;
  height: 40px;
}

.main_cWarp header .logo_wrpa img {
  float: left;
}

.logo_wrap span img {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  ;
}

/* 서브 페이지 */
.cWrap {
  display: inline-block;
  width: 96%;
  margin: 1% 2%;
}

.sub_Wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.subBg {
  width: 100%;
  position: relative;
  background: url("images/main1_bg.jpg") 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.sub_title {
  background: url("images/black_bg_5.png");
  width: 18%;
  min-width: 200px;
  color: #fff;
  z-index: 3;
  position: absolute;
  text-align: center;
}

.sub_title .s_size {
  font-size: 18pt;
}

.sub_title p {
  font-size: 1.25em;
}

.sub_hand {
  z-index: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}

.menuWarp .submenu li,
.camp_menuWarp .submenu li {
  float: none;
  width: 100%;
  position: relative;
  height: 59px;
}

.menuWarp .submenu li p,
.camp_menuWarp .submenu li p {
  padding: 20px 5%;
  position: absolute;
  z-index: 20;
  width: 90%;
  border-top: 1px solid #dedede;
}

.submenu {
  width: 100%;
  border-bottom: 2px solid #2c87a9;
}

.menuWarp .submenu li ul.accordian {
  background: #ccc;
}

/*메뉴 오버시
.over{
	background:url("images/submenu_ov.png") 100%;
	background-size:cover;
	font-family:nanumsquare-rer;
	color:#53a7d7;
}
*/
a.menu_ov {

  color: #fff;
}

.over2 {
  position: absolute;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  height: 59px;
  /*
	background:#3197bd;
	*/
  background: #427db1;
}

.over2 img {
  width: 100%;
}

a.menu_ov a:line {
  color: #fff;
}

.over a:link,
.over a:visited {
  /* 메뉴 오버시*/
  color: #53a7d7;
}

.icon_up {
  background: url("/gt/stime/admin/css/image/up_bl.png") no-repeat scroll 1px 5px rgba(0, 0, 0, 0);
  padding-left: 13px;
}

.icon_down {
  background: url("/gt/stime/admin/css/image/down_bl.png") no-repeat scroll 1px 5px rgba(0, 0, 0, 0);
  padding-left: 13px;
}

.camplist_Wrap {
  border-bottom: 1px solid #ccc;
  width: 100%;
  min-height: 900px;
  max-width: 1500px;
  background-color: #fff;

}

/* 낱말퀴즈 */
.word_game div {
  width: 47%;
  height: 200px;
  float: left;
  padding: 0px 1%;
  text-align: center;
}

.word_game div.move {
  width: 4%;
}

.word_game div.span {
  margin-top: 40%;
}

.word_game div h1 {
  font-size: 12pt;
  padding: 10px 0px;
}

.word_game .all_del {
  width: 100%;
}

.word_game .all_del button {
  float: right;
}

.word_game button.word_game_add {
  width: 90%;
  margin: 10px;
}

.word_game ul {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
}

.word_game li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}

.word_game .btn_wrap {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0px;
}

.hint_keyword {
  width: 100%;
}

.word_game input[type="text"] {
  width: 80%;
}

/*서브 콘텐츠 영역*/
.sub_connect {
  background-image: url("images/sub_connect.png");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sub_connect.png', sizingMethod='scale');
  background-size: cover;
  background-color: #f8f8f8;
  font-size: 10pt;
}

.sub_connect p {
  font-size: 1.2em;

  color: #40b7fc;
}

.sub_connect ul {
  width: 90%;
  display: inline-block;
  margin: 5%;
}

.sub_connect li {
  margin: 5px 5%;
  width: 90%;
  float: none;
}

.sub_connect li img {
  vertical-align: middle;
  margin-right: 10px;
}

.sub_cWarp .content h1 {
  font-weight: normal;
  font-size: 28px;
  /*
	margin-bottom:10px;
	margin-top:10px;
	*/
  display: inline-block;
}

.content .cTop,
.camp_news .cTop {
  text-align: right;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

.cTop li {
  float: none;
}

.cTop_l {
  float: left !important;
  text-align: left;
  /*padding-top:10px;*/
}

.cTop_r {
  float: right;
  text-align: right;
}

.cTitle_form {
  padding-top: 12px;
}

.sub_cWarp .content .l_tit {
  font-size: 24px;
}

.sub_cWarp .content .indent {
  font-size: 14px;
  margin: 10px 0px;
}

.sub_cWarp .content .push_alluser {
  float: left;
}

.sub_cWarp .content .tab_over {
  background: url("images/sub_tab_bg.png");
  background-size: cover;
  color: #fff;
}

/* 서브 콘텐츠 상단 네비게이션*/
.s_nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eee;
  /* background-color:#fff; */
}

.s_nav li {
  background: url("images/nav_arrow.png") no-repeat;
  background-position: 100% 0px;
  float: left;
  height: 43px;
  text-align: center;
}

.s_nav .maintitle {
  color: #999;
  font-size: 11pt;
}

.s_nav .subtitle {
  background: none;
  color: #0E4769;

}

.s_nav .subtitle .c_blue {
  font-size: 12pt;
  color: #0084ff;
  margin-right: 10px;
}

.s_nav .more {
  float: right;
  background: none;
  padding: 20px;
  height: 20px;
}

.s_nav_more {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  width: 99%;
  border-bottom: 1px solid #ccc;
  left: 0px;
}

.s_nav_more ul li {
  float: none;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px 15px 70px;
}

/***********캠프************/
.bg_Warp {
  width: 100%;
  background-color: #eee;
}

.camp_Wrap {
  background: #fff;
  Width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  height: 100%;
}

.camp_top_nav {
  height: 65px;
  font-size: 9pt;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
}

.camp_top_nav span {
  float: left;
  text-align: center;
  padding: 7px 20px 0px 5%;
}

.camp_top_nav span img {
  width: 110px;
}

.camp_top_nav .language {
  font-family: "돋움", Dotum;
  width: 100%;
  background-color: #777;
  float: left;
  height: auto;
  padding: 8px 0px 8px 5%;
}

.camp_top_nav .language a:link,
.camp_top_nav .language a:visited {
  color: #fff;
}

.camp_top_nav .language li {
  margin: 0px 20px 0px 0px;
}

.camp_menuWarp {
  width: 25%;
  position: fixed;
  top: 65px;
  min-width: 200px;
  max-width: 380px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.camp_menuWarp .camp_bn {
  width: 100%;
  margin-bottom: -4px;
  overflow: hidden;
}

.camp_menuWarp .camp_bn img {
  width: 100%;
}

.camp_menuWarp .camp_title {
  /*
	background:url("images/camp_titlebg.png");
	background-size:cover;
	*/
  background: #194e7d;
  color: #fff;
  text-align: center;
  padding: 25px 0px;
}

.camp_menuWarp .camp_title h1 {
  font-size: 1.5em;
}

.camp_news {
  margin-top: 65px;
  margin-bottom: 60px;
  /*
	background:#fff;
	*/
}

.camp_news article {
  border: 1px solid #ccc;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
}

/*
.camp_news article img{
	border-radius:5px;
	border:1px solid #ccc;
}
*/
.camp_news article p {
  /*overflow:hidden;*/
  display: inline-block;
}

.camp_news article p.camp_default {
  display: block;
}

.camp_news article .xBtn {
  position: absolute;
}

.camp_news article .listWarp {
  padding: 15px;
}

.camp_news article .edit_Warp {
  float: right;
}

.camp_news article .edit_Warp button {
  border: 0px;
  margin: 0px;
  width: 30px;
  height: 30px;
  padding: 0px;
}

.camp_news article .edit_Warp button img {
  height: auto
}

.camp_news article .camp_commnet .edit_Warp button {
  border: 0px;
  margin: 0px;
  width: 27px;
  height: 27px;
  padding: 0px;
}

.camp_news article .camp_commnet .edit_Warp .edit {
  float: left;
  margin-right: 10px;
}

.camp_news article .camp_commnet .edit_Warp .edit img {
  padding: 0px;
  width: 100%;
}

.camp_news article .edit_Warp .del img {
  padding: 1%;
  width: 70%;
}

.del_post_section {
  border: 1px solid #ccc;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
}

.listWrap {
  padding: 15px;
}

.profile img {
  width: 50px;
  height: 50px;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-right: 10px;
}

.nickname:not(.non-style) {
  font-size: 14pt;
  color: #005383;
}

.name {
  font-size: 10pt;
  color: #565656;
}

.date {
  font-size: 10pt;
  color: #565656;
}

.camp_news article .level {
  font-size: 0.850em;
  color: #f65100;
}

.camp_news article .level img {
  width: 20px;
  vertical-align: bottom;
  margin-left: 5px;
}

.camp_news .camp_btnWarp {
  text-align: center;
  padding: 2%;
}

.camp_news .camp_btnWarp button {
  width: 38%;
  margin: 0px 30%;
  padding: 2% 1%;
  font-size: 11pt;
  border-radius: 5px;
}

.camp_news .camp_btnWarp .join {
  border: 1px solid #FF6347;
  color: #FF6347;
  background: #fff;
}

.camp_news .camp_btnWarp .cancel {
  border: 1px solid #595959;
  color: #595959;
}

.camp_news .camp_btnWarp p {
  font-size: 13pt;
  color: #248BC7;
}

.camp_news .camp_notice .tit {
  background: #ffda2d;
  font-size: 13pt;
  padding: 10px 1%;
}

.camp_news .camp_notice .tit img {
  vertical-align: middle;
  width: 25px;
  height: auto;
}

.camp_news .camp_notice .n_con {
  margin-top: 10px;
  background-color: #fff;
  color: #595959;
}

.camp_news .camp_notice .n_title {
  margin: 0px 1%;
  vertical-align: middle;
}

.camp_news .camp_notice .n_title span {
  font-size: 12pt;
  font-weight: normal;
}

.camp_news .camp_notice .eventWarp {
  border: 0px;
  width: 98%;
}

.camp_news .content {
  width: 100%;
  margin: 15px 0px;
  color: #595959;
  line-height: 23px;
  word-break: break-all;
}

.camp_news article .listWarp .del {
  float: right;
}

.camp_news article .listWarp .del button img {
  width: 20px;
  vertical-align: bottom;
  margin-right: 5px;
  border: 0px;
  border-radius: 0px;
}

.camp_news article .listWarp .photo img {
  border: 1px solid #ddd;
  border-radius: 0px;
  width: 50%;
  height: auto;
}

.camp_news article .listWarp .photos,
.camp_news article .listWarp .photo {
  margin-bottom: 10px;
}

.camp_news article .listWarp .photos img {
  border: 0px;
  border-radius: 0px;
  width: 15%;
  height: auto;
}

.camp_news article .listWarp .video {
  width: 40%;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.camp_news article .listWarp .video img {
  width: 100%;
  height: auto;
}

.camp_news article .listWarp .cover {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.camp_news article .listWarp .cover img {
  width: 100%;
}

.camp_news article .stiker,
.camp_news article .stiker {
  width: 100%;
  display: block;
  margin: 10px 10px 0px 10px;
}

.camp_news article .listWarp .stiker img {
  width: 120px;
  height: auto;
}

.camp_news article .camp_commnet .stiker img {
  width: 120px;
  height: auto;
}

.camp_news .etc_btn {
  display: inline-block;
  width: 100%;
}

.camp_news .etc_btn p {
  float: left;
}

.camp_news .etc_btn span {
  margin-right: 20px;
}

.camp_news .etc_btn span img {
  vertical-align: middle;
}

.camp_news .etc_btn .txt {
  margin: 0px 20px 20px 10px
}

.camp_news .etc_btn p img {
  border: 0px;
  border-radius: 0px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.camp_news .etc_btn .right-box {
  float: right;
}

.camp_news .camp_commnet {
  background: #f1f1f1;
  padding: 2%;
  width: 96%;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

.camp_news .camp_commnet p {
  width: 92%;
}

.camp_news .camp_commnet img {
  width: 35px;
  height: 35px;
  vertical-align: top;
}

.camp_news .camp_commnet input {
  width: 80%;
  color: #333;
  padding: 15px 10px;
  border: 1px solid #ccc;
}

.camp_news .camp_commnet li:first-child {
  border-top: 0;
}

.camp_news .camp_commnet li {
  width: 100%;
  padding: 12px 0px;
  border-top: 1px solid #ccc;
}

.camp_news .camp_commnet .comment-reply-wrap-text-area {
  padding: 0 0 0 35px;
  box-sizing: border-box;
  border: 0;
}

.camp_news .camp_commnet .comment-reply-wrap-text-area div input {
  margin-left: 10px;
  box-sizing: border-box;
}

.camp_news .camp_commnet .comment-reply-wrap {
  padding: 5px 60px 5px 35px;
  box-sizing: border-box;
  border: 0;
}

.camp_news .camp_commnet .nickname {
  font-size: 12pt;

}

.camp_news .camp_commnet .comment-reply-btn {
  padding: 0 5px;
  color: #005383;
  cursor: pointer;
}

.camp_news .camp_commnet .content {
  width: 100%;
}

.camp_news .camp_commnet .comment_list_Warp {
  margin-top: 10px;
}

/*대댓글*/
.comment-reply-wrap {
  padding: 0 37px;
}

.camp_news .camp_commnet .cment_more {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 12pt;
  color: #595959;
  float: left;
  border: 1px solid #ccc;
  padding: 10px 0px;
  background: #fff;
}

.camp_news .camp_commnet .cment_more img {
  width: 20px;
  height: 28px;
  margin-left: 20px;
  vertical-align: middle;
}

.camp_news .apply {
  border: 1px solid #599700;
  border-radius: 5px;
  padding: 20px 2%;
  margin: 10px 0px;
  width: 96%;
  display: inline-block;
}

.camp_news .apply h2,
.camp_news .vote h2 {
  float: left;
  color: #273d07;
  font-size: 1.25em;
}

.camp_news .apply span,
.camp_news .vote span {
  float: right;
  color: #555;
  font-size: 10pt;
}

.camp_news .applyUpArea .po_op2,
.camp_news .applyUpArea .po_op2 ul,
.camp_news .voteUpArea .po_op2,
.camp_news .voteUpArea .po_op2 ul {
  float: left;
  width: 100%;
  /*margin-bottom:10px;*/
}

.camp_news .apply .po_op2 ul li {
  float: none;
}

.camp_news .apply .po_op2 .UpimgView_area {
  margin-top: 10px;
}

.camp_news .apply .po_op2 .tit {
  width: 100%;
}

.camp_news .apply #apply_video {
  font-size: 12pt;

}

.camp_news .apply .po_op2 .UpimgView_area li {
  float: left;
}

.camp_news .apply .po_op2 .tit img {
  border: 0px;
}

.camp_news .apply .po_op2 input[type=text] {
  width: 50%;
}

.camp_news .condition {
  font-size: 0.850em;
  width: 100%;
  margin-top: 10px;
}

.camp_news .condition span {
  color: #333;
  float: none;
  margin-left: 10px;
}

.camp_news .condition td {
  word-break: break-all;
}

.camp_news .v_list li {
  float: none;
  margin: 10px;
}

.camp_news .v_list li span {
  font-size: 0.850em;

  color: #ff6000;
  float: none;
  margin-left: 10px;
}

.camp_news .v_list li input {
  margin-right: 10px;
  vertical-align: middle;
}

.camp_news .v_list li p {
  width: 100%;
  margin: 10px 15px;
}

.camp_news .v_list li p img {
  width: 200px;
  border-radius: 5px;
}

.camp_news .a_ing {
  color: #60a004;
}

.camp_news .v_ing {
  color: #c52e00;
}

.camp_news .end {
  color: #434343;
}

.camp_news .wide_btn {
  border-radius: 5px;
  width: 70%;
  margin: 10px 15%;
  padding: 15px 0px;
  text-align: center;
}

.camp_news .join {
  border: 1px solid #599700;
  background: #60a004;
  color: #fff;
}

.camp_news .view {
  border: 1px solid #999;
}

.camp_news .vote {
  border: 1px solid #e97915;
  border-radius: 5px;
  padding: 20px 2%;
  margin: 10px 0px;
  display: inline-block;
  width: 96%;
}

.camp_news .vote .condition img,
.camp_news .apply .condition img,
.camp_news .link img,
.camp_news .file img {
  width: 30px;
  border: 0px;
  vertical-align: middle;
  margin-right: 10px;
}

.camp_news .link,
.camp_news .file {
  border: 1px solid #aaa;
  padding: 1%;
  margin: 10px 0px;
  display: inline-block;
  width: 98%;
}

.camp_news .file img {
  float: left;
}

.camp_news .file ul {
  display: inline-block;
}

.camp_news .file li {
  float: none;
  margin-bottom: 10px;
  list-style-type: octal;
  margin-left: 25px;
}

.camp_news .event_content {
  margin-top: 20px;
  float: left;
  width: 67%;
}

.camp_news .event_content pre {
  line-height: 20px;
  white-space: pre-wrap;
}

.camp_news .eventWarp {
  display: inline-block;
  padding: 1%;
  width: 100%;
  border: 1px solid #FF7171;
  background: url("images/camp_event_bg.png");
}

.camp_news .eventWarp h4 {
  color: #EC1431;
  display: block;
  margin-top: 15px;
}

.camp_news .eventWarp .time {
  font-size: 0.850em;
  color: #aaa;
}

.camp_news .eventWarp .event_bn {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 1%;
}

.camp_news .eventWarp .event_bn img {
  width: 100%;
  border: 1px solid #ccc;
}

.camp_news .eventWarp .camp_commnet {
  border: 0px;
}

.camp_news .half_btn {
  border-radius: 5px;
  width: 46%;

  margin: 10px 1%;
  padding: 15px 0px;
  text-align: center;
  display: inline-block;
}

.camp_news .ing_btn {
  background: #ff912f;
  border: 1px solid #e97915;
  color: #fff;
}

.camp_news .end_btn {
  background: #969696;
  border: 1px solid #717171;
  color: #fff;
}

.camp_news .camp_writeForm {
  /*
	background:url("images/camp_write_bg.png");
	background-repeat:repeat;
	*/
  background: #bce0ff;
  padding: 15px 15px 0px 15px;
}

.camp_news .camp_writeForm p {
  float: left;
  margin-right: 10px;
}

.camp_news .camp_writeForm span {
  display: inline-block;
  margin: 10px 0px 0px 6%;
  width: 86%;
}

.camp_news .camp_writeForm span li {
  margin: 10px 2%;
}

.camp_news .camp_writeForm .text {
  margin: 0px;
}

.camp_news .camp_writeForm .text select {
  width: 200px;
  margin-bottom: 5px;
}

.camp_news .camp_writeForm textarea {
  width: 98%;
  height: 250px;
  padding: 1%;
  border-radius: 5px;
  resize: vertical;
}

.camp_news .camp_writeForm .write {
  float: right;
  text-align: right;
  width: 18%;
  margin: 0px;
}

.camp_news .camp_writeForm .write span {
  background: #f0faff;
  text-align: center;
  color: #005383;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 10px;
  height: 33px;
  margin: 0px;
}

.camp_news .camp_writeForm span img {
  border: 0px;
  border-radius: 0px;
}

.camp_news .camp_writeContent {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  width: 98%;
}

.camp_news .camp_writeForm .notice {
  font-size: 10pt;
  padding-top: 3px;
}

.camp_news .camp_writeForm .notice input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.c_imgUpArea,
.linkUpArea,
.stikerUpArea,
.voteUpArea,
.applyUpArea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 2%;
  width: 96%;
  float: left;
}

/*
.camp_news .c_imgUpArea p,
.camp_news .linkUpArea p,
.camp_news .stikerUpArea p,
.camp_news .applyUpArea p,
.camp_news .voteUpArea p{
		width:90%;

}
*/
.camp_news .linkUpArea input {
  width: 96%;
  padding: 10px 2%;
  float: left;
  margin-top: 10px;

}

.camp_news .applyUpArea input[type=text],
.camp_news .voteUpArea input[type=text] {
  width: 83%;
  padding: 1%;
  float: left;
  height: 20px;
  margin-top: 10px;
}

.camp_news .applyUpArea input[type=text].s_box {
  width: 50px;
  margin: 0px;
  float: none;
}

.voteUpArea,
.applyUpArea {
  border-bottom: 1px solid #ccc;
  padding: 2%;
  width: 96%;
  float: left;
  z-index: 15;
  position: relative;
}

.voteUpArea p.info,
.applyUpArea p.info {
  font-size: 10pt;
}

.voteUpArea .po_op2 .tit_input,
.applyUpArea .po_op2 .tit_input {
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 10px;
  float: left;
  border-bottom: 1px solid #ccc;
}

.voteUpArea .po_op2 .tit_input span,
.applyUpArea .po_op2 .tit_input span {
  width: auto;
  float: left;
  margin: 20px 25px 0px 0px;

  font-size: 12pt;
}

.camp_writeContent .Upview {
  float: left;
  width: 98%;
  margin: 0px 1%;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.camp_writeContent .Upview #sticker_preview img {
  width: 150px;
}

.camp_writeContent .Upview span {
  width: auto;
  margin: 0px;
  padding-left: 10px;
}

.camp_writeContent .Upview .title {
  width: 98%;
  float: left;
  margin: 1%;
}

.camp_writeContent .Upview .title span {
  width: auto;
  margin: 0px;
}

.camp_writeContent .Upview .title img {
  vertical-align: sub;
  margin-right: 10px;
}

.camp_writeContent .Upview .close {
  width: 20%;
  float: right;
}

.imgUp_plus {
  float: left;
  padding-top: 7px;
  margin-right: 3px;
}

.camp_news .UpimgView_area,
.camp_writeContent .UpmovView_area,
.camp_writeContent .UpfileView_area,
.camp_writeContent .UpvoteView_area {
  width: 98%;
  margin: 0px 1%;
}

.camp_news .c_imgUpArea span,
.camp_news .linkUpArea span,
.camp_news .applyUpArea span,
.camp_news .voteUpArea span {
  width: 100%;
  margin: 0px;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

/*
.camp_news .applyUpArea span,
.camp_news .voteUpArea span{
	width:20%;
	margin:0px;
	text-align:right;
	float:right;
}
*/


.camp_news .UpimgView_area li {
  text-align: center;
  margin: 5px;
}

.camp_news .UpimgView_area li span {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.camp_news .UpimgView_area img {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.camp_writeContent .UpfileView_area li {
  width: 100%;
  margin-bottom: 10px;
}

.camp_writeContent .UpfileView_area li span {
  vertical-align: middle;
  width: auto;
  margin: 0px 0px 0px 10px;
}

.camp_writeContent .UpvoteView_area {
  padding: 0px;
  float: left;
}

.camp_writeContent .UpvoteView_area h2 {
  font-size: 20px;
  padding: 10px;

}

.camp_writeContent .UpvoteView_area span {
  width: auto;
  margin: 0px 0px 0px 10px;
  font-size: 11pt;
}

.camp_writeContent .UpvoteView_area .tit {

  font-size: 12pt;
}

.c_imgUpArea form {
  width: 80%;
  float: left;
  margin-top: 10px;
}

.applyUpArea .surv_time input[type=text],
.voteUpArea .surv_time input[type=text] {
  width: 100px;
  margin: 0px;
  padding: 6px;
}

.stikerUpArea .stiker_ul,
.c_stikerUpArea .stiker_ul {
  width: 100%;
  float: left;
}

.stikerUpArea .stiker_ul li {
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.camp_news .camp_writeForm .stikerUpArea span {
  float: right;
  width: auto;
  margin: 10px 0px 0px 0px;
}

.post_area .c_stikerUpArea .stiker_ul {
  list-style: none outside none;
  display: inline-block;
  width: 79%;
  float: left;
}

.c_stikerUpArea .stiker_ul li,
.camp_news .camp_writeForm .stiker_ul li {
  text-align: center;
  float: left;
  list-style: none;
  margin-right: 20px;
  border: 0px;
  padding: 0px;
  width: auto;
}

.camp_news .camp_writeForm .stiker_ul li {
  width: 80px;
}

.camp_news .camp_writeForm .stiker_ul li img {
  width: 100%;
}

.c_stikerUpArea .stiker_ul li img {
  width: 80px;
  height: auto;
}

.c_stikerUpArea {
  padding: 1%;
  margin-top: 5px;
  background: #fff;
  border-radius: 5px;
  float: left;
  width: 98%;
  border: 1px solid #ccc;
}

.c_stikerUpArea span {
  float: right;
}

.surv_ul {
  clear: both;
  overflow: hidden;
}

.surv_ul li {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.surv_ul li .plus_pho {
  margin: auto;
  width: 51px;
  height: 51px;
}

.voteUpArea .surv_ul li span.xBtn2,
.applyUpArea .surv_ul li span.xBtn2 {
  position: inherit;
  display: inline-block;
  float: none;
  padding: 20px;
}

.voteUpArea .surv_ul li {
  display: inline-block;
  text-align: left;
  width: 100%
}

.voteUpArea .surv_ul li ul li {
  float: left;
  padding: 5px 0;
}

.voteUpArea .surv_ul li span,
.applyUpArea .surv_ul li span {
  width: auto;
  float: left;
  padding-top: 10px;
}

.voteUpArea .surv_ul li ul li input[type=text],
.applyUpArea .surv_ul li ul li input[type=text] {
  float: none;
  width: 50%;
  margin: 0px;
}

.voteUpArea .surv_ul .surv_plus,
.applyUpArea .surv_ul .surv_plus {
  border: 2px solid #00AEEF;
  border-radius: 5px;
  margin: 12px 0px 0px 1%;
  width: 15px;
  float: left;
  padding: 7px 8px 4px 8px;
  text-align: center;
}

.vote_add_img {
  position: relative;
  margin: 20px 10px 0px 10px;
  float: left;
}

.vote_add_img img {
  display: inline-block;
  vertical-align: middle;
}

.xBtn {
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
  /*
    position: absolute;
    top: 0;
    left:205px;
    */
}

.xBtn img {
  border-radius: 3px;
}

.xBtn2 {
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -2px;
  left: 0px;
}

.surv_t {
  padding: 2px;
  width: 260px;
}


.surv_n {
  height: 17px;
  margin-left: 2px;
  float: right;
  width: 200px;
}

.surv_n2 {
  float: right;
  height: 38px;
  margin-left: 2px;
  width: 200px;
}

.surv_op {
  background-color: #f5f5f5;
  padding: 1% 2%;
  border: 1px solid #ccc;
  /*margin:10px 20%;*/
  margin-top: 10px;
  border-radius: 5px;
  display: inline-block;
  width: 96%;
}

.surv_op ul {
  width: 99%;
}

.voteUpArea .surv_op ul li {
  width: 30%;
  margin: 10px 0%;
}

.applyUpArea .surv_op ul li {
  width: 25%;
  margin: 10px 0%;
  text-align: center;
}

.surv_op ul li label {
  font-size: 10pt;
}

.surv_time {
  text-align: center;
  padding: 5px 0 0;
  margin: 0px auto;
  height: 40px;
}

.surv_time select {
  float: left;
}



.applyUpArea .time {
  float: left;
  margin: 10px 0px;
  background-color: #ECF9FE;
  border-radius: 5px;
}

.applyUpArea .time li {
  margin: 10px;
  float: none;
}

.applyUpArea .time li p{
	font-size:10pt;
	margin:13px 10px;
}

.btn_Warp {
  display: inline-block;
  width: 100%;
}

.camp_news button {
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 0px 5px;
  padding: 10px;
}

.camp_news .btn_Warp {
  margin-bottom: 60px;
}

.camp_news .btn_Warp .list {
  float: left;
}

.btn_Warp img {
  vertical-align: middle;
  margin-right: 5px;
}

.memberlist_area {
  width: 96%;
  margin: 0px 2% 2% 2%;
  display: inline-block;
}

.mem_set {
  border: 1px solid #cecece;
  width: 170px;
  font-size: 10pt;
  height: 90px;
  background-color: #fff;
}

.mem_set ul li {
  width: 160px;
  padding: 5px;
  text-indent: 1.7em;
}

.member_tit {
  width: 96%;
  font-size: 12pt;
  color: #000;

  margin: 1%;
  padding: 1%;
  background: url("images/member_tit_bg.jpg");
  border-radius: 5px;
}

.memberlist_area .join_m_btn {
  float: right;
  margin-top: 10px;
}

.memberlist_area .member_box {
  border: 1px solid #ccc;
  padding: 1%;
  margin: 1%;
  width: 45%;
  display: inline-block;
  position: relative;
}

.memberlist_area .member_box .level img {
  width: 25px;
  height: auto;
  vertical-align: bottom;
}

.memberlist_area .member_box .date {
  font-size: 9pt;
  color: #777;
}

.memberlist_area .member_btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.camp_list {
  position: relative;
  text-align: left;
}

.camp_list .top {
  border-bottom: 1px solid #ccc;
  width: 96%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 2%;
}

.camp_list .cTop {
  padding: 2%;
}

.camp_list .Warp_line {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.camp_list .camp_search {
  padding: 2%;
  text-align: center;
}

.camp_list .search {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}

.camp_list .search input[type=text] {
  float: left;
  border-radius: 0px;
  width: 70%;
  padding: 20px 5%;
}

.camp_list .content {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.camp_list .content ul {
  width: 100%;
}

.camp_list .content li {
  position: relative;
  margin: 1%;
  padding-bottom: 10px;
  background: #fff;
}

.camp_list .content .list li {
  border: 1px solid #ccc;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  text-align: left;
}

/*
.camp_list .content .camp_add {
	border:1px solid #b2dfff;
	text-align:center;
	height:140px;
	padding:50px 0px;
	cursor:pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#cccccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#cccccc');
}
.camp_list .camp_add img{
	width:120px;
	height:auto;
	border:0px;
}
.camp_list .camp_add p{
	margin-top:10px;
	color:#57c1ff;
	font-size:1.125em;

}
*/
.camp_list .content .list li.camp_add {

  border: 1px solid #b2dfff;
}

.camp_list .camp_add .camp_add_btn {
  height: 100px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.camp_list .camp_add .camp_add_btn img {
  width: 100px;
  height: auto;
  border: 0px;
  padding-top: 30px;
}

.camp_list .list .camp_add p {
  text-align: center;
  margin: 20px 0px 15px;
  width: 100%;
  display: inline-block;
  color: #57c1ff;
}

.camp_list .list .tit {
  color: #333;
  margin: 6px 10px 6px 10px;
  overflow: hidden;
  height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.camp_list ul li span {
  color: #555;
  margin: 0px 10px;
  font-size: 10pt;
}

.camp_list ul li img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.camp_list h3 {
  width: 88%;
  float: left;
  font-size: 16pt;
  text-align: left;
  padding: 10px 2%;
  margin: 10px 4%;
  border-bottom: 1px solid #ccc;
  clear: both;
  box-sizing: border-box;
}

.camp_list h3 span {
  float: right;
  border: 1px solid #ccc;
  font-size: 11pt;
  padding: 10px;
  margin-top: -15px;
  background: #ff8b5e;
  color: #fff;
}

.camp_list h3 img {
  width: 28px;
  vertical-align: bottom;
  margin-right: 10px;
}

.camp_master {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 36px;
}

.content .camp_master img {
  width: 80%;
  height: auto;
  border-bottom: 0px;
}

.camp_default img {
  width: 40%;
}

.c_num {
  color: #0097fe;
}

.mg_t20 {
  margin-top: 20px;
}

.mg_b10 {
  margin-bottom: 10px;
}

.s_title {
  font-size: 20px;
  color: #4EB5F1;
  margin: 10px;
}

.brd_title {
  font-size: 20px;
  color: #464646;
  margin: 10px;
}

.brd_area {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.brdBMenu {
  margin: 10px auto;
  text-align: center;
}

.brdBMenu .page {
  width: 100%;
}

.brdBMenu .page li {
  display: inline-block;
  line-height: 1.5em;
  margin: 0px 4px;
  float: none;
}

.brdBMenu .page img {
  vertical-align: middle;
}

.current-page {
  color: #0094C5;
}

.btn_Warp_center {
  text-align: center;
  padding-left: 20px;
  flex: 1 0 0;
  /* text-align: left; */
}

.btn_Warp_left {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn_Warp_right {
  float: right;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn_Warp_mid {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

button, .btn_white {
  border: 1px solid #969696;
  border-radius: 3px;
  padding: 10px;
  margin: 3px;
  background: #fff;
}

button.btn_large,
.btn_large {
  width: 130px;
  padding: 10px;
}

button.btn_wlarge {
  width: 110px;
  padding: 10px;
}

button.btn_xlarge,
.btn_xlarge {
  width: 160px;
  padding: 20px;
  font-size: 11pt;
}

.btn_black {
  background: #696969;
  color: #fff;
}

.btn_blue {
  /*background:#41a6ea;*/
  background: #427db1;
  color: #fff;
}

.btn_yellow {
  background: #ffca00;
  border: 0px solid #ccc;
}

.cTop input[type=text] {
  padding: 10px;
  margin: 10px 0px;
  width: 200px;
}

.cTop .btn_search {
  float: right;
  width: auto;
}

.btn_search {
  width: 12%;
  border: 0px;
  /*float:left;*/
  vertical-align: middle;
}

.btn_noborder {
  border: 0px;
  margin: 6px 0px 5px 8px;
  padding: 0px;
}

button.btn_noborder {
  border: 0px;
  margin: 6px 0px 5px 8px;
  padding: 0px;
}

.btn_noborder img {
  width: auto;
  padding: 5px;
  border-radius: 3px;
}

.ctWrap {
  margin: auto;
  padding: 60px 0 50px;
  text-align: center;
  width: 100%;
}

.b_f {
  color: #6f6f6f;
  font-size: 14px;
}

.imgUpArea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  width: 260px;
  text-align: center;
  background-color: #fff;
}

.imgUpArea p {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.stats-table {
  background-color: #EFEFEF;
  border-collapse: collapse;
  clear: both;
  width: 100%;
  margin: 5px 0px 20px 0px;
  border-top: 2px solid #b3b2a9;
}

.stats-table th {
  border: 1px solid #cecece;
  padding: 5px 0 4px;
  text-align: center;
  cursor: pointer;
}

.stats-table th.ov {
  border: 1px solid #a5a5a5;
  padding: 5px 0 4px;
  text-align: center;
  background-color: #ffd640;
  cursor: pointer;
}

.stats-table td {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 10px;
  text-align: center;
}

.example_add_li {
  width: 100%;
}

.example_add_li input[type=button] {
  border: 0px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 8px;
  margin-top: 3px;
}

.UI_option li {
  float: none;
  margin: 10px 0px;
}

#smart_editor2 {
  min-width: 0px;
}

.layoutTable {
  border-spacing: 0;
  line-height: 18px;
  width: 100%;
  border-top: 2px solid #316da2;
  font-size: 10pt;
  background-color: #fff;
  float: left;
}

.layoutTable .file_view li {
  float: none;
  margin-left: 20px;
  list-style-type: octal;
}

.layoutTable iframe {
  margin: 0px;
  height: 500px;
}

.layoutTable tbody tr th {
  background: none repeat scroll 0 0 #f7f7f7;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 6px 0px;
  text-align: center;
  font-size: 10pt;
}

.layoutTable tbody tr th ul li {
  float: none;
}

.layoutTable tbody tr th.th_b {
  border-bottom: 1px solid #dadada;
}

.layoutTable tbody tr td.noline_right {
  border-right: 0px;
}

.layoutTable tbody tr td.camp_name {
  border-left: 1px solid #dadada;
}

.layoutTable tbody tr td.camp_name img {
  vertical-align: middle;
  width: 60px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.layoutTable tbody tr td.td_b .time {
  width: 100%;
  float: left;
  font-size: 10pt;
  margin-top: 5px;
}

.layoutTable tbody tr th.th_t {
  border-top: medium none;
}

.layoutTable tbody tr td.td_t {
  border-top: medium none;
}

.layoutTable tbody tr td {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 10px;
}

.layoutTable tbody tr td p.txt {
  font-size: 10pt;
  color: #666;
}

.layoutTable tbody tr .content {
  border-left: 1px solid #dadada;
  padding: 15px;
}

.layoutTable tbody tr .c_cont {
  width: 100%;
}

.layoutTable tbody tr .line_none,
.layoutTable tbody td .line_none {
  border-right: 0px;
}

/*
.layoutTable tbody tr .content img{
	width:350px;
	height:auto;
	border:1px solid #ccc;
}
*/
.layoutTable tbody tr .td_left {
  border-left: 1px solid #dadada;

}

.layoutTable tbody tr td .t_input li {
  margin-right: 10px;
}

/*
.layoutTable tbody tr td p{
	width:100%;
	margin:5px 0px 10px 0px;
}
*/
.layoutTable tbody tr td.brd_title {
  font-size: 1.250em;

  padding: 20px 10px;
}

.layoutTable tbody tr td.td_b {
  border-bottom: 1px solid #dadada;
}

.layoutTable tbody tr td.td_b_content {
  border-bottom: 1px solid #dadada;
  padding: 50px 20px;
  height: auto;
}

.layoutTable tbody tr td.td_b .t_rform li {
  margin: 0px 5px;
}

.layoutTable tbody tr td.td_b .evt-passwd {
  width: 100%;
  float: left;
  margin: 7px 0px 0px 5px;
}

.layoutTable tbody tr td.td_a {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 6px;
}

.layoutTable tbody tr td.al_c {
  text-align: center;
}

.layoutTable tbody tr td.tdRnone {
  border-right: 0 none;
}

.layoutTable tbody tr td input {
  vertical-align: middle;
}

.layoutTable tbody tr td label {
  margin-right: 10px;
}

.layoutTable tbody tr td .btn_pd {
  padding: 0px 8px 0px 7px;
}

.layoutTable tbody tr td select {
  padding: 3px;
}

.layoutTable tbody tr td input.w_wide {
  width: 98%;
}

.layoutTable tbody tr td textarea {
  border: 1px solid #dadada;
  line-height: 1.6em;
  width: 95%;
  padding: 2%;
  height: 100px;
  margin-right: 2%;
}

.layoutTable tbody tr td .vote {
  margin: 10px 2%;
  padding: 2%;
  display: inline-block;
  width: 91%;
}

input.w_cwide {
  width: 60%;
}

.mask {
  background: none repeat scroll 0 0 #5a5a5a;
  overflow: hidden;
  position: absolute;
}

/*이벤트 생성시 팝업*/
.event_add_popup {
  position: fixed;
  top: 20%;
  width: 100%;
}

.event_add {
  z-index: 0;
  margin: auto;
  width: 70%;
  height: 200px;
  text-align: center;

}

.event_add_btn {
  width: auto;
  margin: 0 auto;

}

.event_add ul {
  margin: 0 auto;
  text-align: center;
  width: 66%;
  padding: 2%;
  display: inline-block;
  min-width: 300px;
  max-width: 800px;
  background: #fff;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 3px 3px 10px undefinedpx #949494;
  box-shadow: 3px 3px 10px #949494;
}

.event_add li {
  float: left;
  margin-top: 17px;
  width: 30%;
}

.event_add li img {
  width: 100%;
  max-width: 150px;
}

.popup_close {
  z-index: 3;
  float: right;
}

.view_btn {
  float: left;
  margin: 0px 14px;
  padding-top: 10px;
}

.aTableWrap {
  width: 100%;
  display: inline-block;
  font-size: 10pt;
}

.aTableWrap p {
  margin: 10px 0px;
  float: right;
}

.aTableWrap input[type=checkbox] {
  margin-left: 15px;
}

.aTableWrap .listTable {
  border-spacing: 0;
  width: 100%;
  font-size: 10pt;
}

.aTableWrap .listTable thead {
  line-height: 1.6em;
}

.aTableWrap .listTable tbody {
  line-height: 1.8em;
}

.aTableWrap .listTable thead tr th {
  background: none repeat scroll 0 0 #efefef;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #868686;
  height: 50px;
  width: 50px;
  text-align: center;
}

.aTableWrap .listTable tbody tr th.toprow {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #e5e5e5;
  /*border-top: 1px solid #aeaeae;*/
}

.aTableWrap .listTable tbody tr th {
  border-bottom: 1px solid #e5e5e5;
  height: 25px;
  text-align: center;
}

.aTableWrap .listTable tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.aTableWrap .listTable tbody tr td.toprow {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #e5e5e5;
}

.aTableWrap .listTable tbody tr td.b_tit {
  padding-left: 10px;
  text-align: left;
}

.conView {
  background-color: #f7f7f7;
  border-top: 2px solid #4c545b;
  margin: 0px 1%;
  overflow: hidden;
  padding: 15px 3px;
  position: relative;
  width: 98%;
  float: left;
}

.conView p.con_title2 {
  color: #0038a0;
  display: inline-block;
  font-size: 13px;

  line-height: 2em;
  margin-left: 5px;
}

.conView p.l_tit {
  font-size: 16px;

  padding-left: 20px;
}

.conView p.l_tit span.c_blue {
  color: #0084ff;
}

.conView ul.cTitle_form {
  list-style-type: none;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 0px;
}

.conView ul.cTitle_form li {
  display: inline-block;
  padding-left: 5px;
}

.conView ul.cTitle_form li img {
  vertical-align: middle;
}

.cTop p.open_new a {
  color: #fff;
}

.cTableWrap {
  margin: auto;
  padding: 0 0px 10px;
  width: 98%;
  /*float:left;*/
}

.cTableWrap table.conView_t {
  border-spacing: 0;
  width: 100%;
}

.cTableWrap table.conView_t input {
  border: 1px solid #cccccc;
  padding: 2px;
}

.cTableWrap table.conView_t input.i_wide {
  width: 470px;
}

.cTableWrap table.conView_t p.num_c {

  text-align: center;
}

.cTableWrap table.conView_t tbody tr th {
  background: #FFE9C8;

}

.cTableWrap table.conView_t tbody tr td.tdl_none,
.cTableWrap table.conView_t tbody tr th.tdl_none {
  border-left: 0 none;
}

.cTableWrap table.conView_t tbody tr td.td_right {
  border-right: 1px solid #e3e3e3;
}

.cTableWrap table.conView_t tbody tr td.center {
  width: 230px;
}

.cTableWrap table.conView_t tbody tr td,
.cTableWrap table.conView_t tbody tr th {
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  line-height: 30px;
  padding: 6px;
  font-size: 10pt;
  text-align: center;
}

.cTableWrap table.conView_t tbody tr td p.oper_photo {
  height: 100px;
  margin: auto;
  overflow: hidden;
  width: 100px;
}

.cTableWrap table.conView_t tbody tr td div.oper_photo {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100px;
}

.cTableWrap table.conView_t tbody tr td div.oper_photo p.x_btn_oper {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cTableWrap table.conView_t p.blue_bl {

  padding-left: 8px;
  color: #555;
  font-size: 15px;
}

.cTableWrap table.conView_t .ad_list_img img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
  border: 1px solid #ccc;
}

.pd_t {
  padding-top: 30px;
}

.center {
  text-align: center;
}

.center img {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.roomBanner {
  width: 100%;
}

.exArea_ex {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.exArea_ex p {
  float: left;
  /*width:100px;*/
  margin-right: 15px;
  word-break: break-all;
}

.exArea_ex img {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.quiz-default-img {
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 250px;
  margin-bottom: 20px;
}

.quiz-default-img img {
  max-width: 230px;
  max-height: 200px;
  float: left;
}

.question-textarea {
  width: 380px;
}

.img_w100 {
  width: 100%;
  max-width: 200px;
}

.img-200-auto {
  height: auto !important;
  width: 200px !important;
}

.img-200-100 {
  height: 100px !important;
  width: 200px !important;
}

.img-90-auto {
  height: auto !important;
  padding: 1px;
  width: 90px !important;
}

.img-70-auto {
  height: auto !important;
  padding: 1px;
  width: 70px !important;
}

.img-400-auto {
  height: auto !important;
  width: 400px !important;
}

.img-auto-400 {
  height: 400px !important;
  width: auto !important;
}

.img-auto-120 {
  height: 121px !important;
  width: auto !important;
}

.img-auto-100 {
  height: 100px !important;
  width: auto !important;
}

.img-200-120 {
  height: 120px !important;
  width: 200px !important;
}

.img-auto-40 {
  height: 40px !important;
  width: auto !important;
}

.img-80-auto {
  height: auto !important;
  width: 80px !important;
}

plus {
  order: 0 none;
  color: #fff;
  font-size: 10 t;
  height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 150px;
  padding: 5px;
  border-radius: 5px;
}

plus1 {
  background-size: cover;
  border: 0 none;
  color: #fff;
  font-size: 1.3em;
  height: 48px;
  margin: 0px 20px 0px 0px;
  text-align: center;
  width: 203px;
}

/*학습정보등록*/
.studyTable {
  border-spacing: 0;
  padding: 0 0 10px;
  width: 100%;
}

.studyTable tbody td {
  height: 30px;
  border: 1px solid #ccc;
}

.studyTable tbody td.txtWhite {
  color: white;
  line-height: 28px;
}

.studyTable tbody th.study_tit {
  background-color: #f1f1f1;
  color: #222;
  padding: 2px 10px;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.studyTable tbody td.study_con {
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding: 5px;
}

.studyTable tbody td.study_con_i {
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  padding: 5px 0;
}

.studyTable tbody td.study_con_i_l {
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding: 5px 0;
}

.studyTable tbody td textarea {
  border: 1px solid #dadada;
  line-height: 120%;
  width: 100%;
}

.study_img {
  height: 130px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 240px;
}

.file_input_study_img {
  height: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.studyTable tbody tr td input {
  padding: 3px;
  vertical-align: middle;
}

.studyTable tbody tr td input.w_wide {
  width: 98%;
}

.studyTableWrap {
  margin: auto;
  width: 100%;
  padding-top: 15px;
}

.studyTableWrap02 {
  float: left;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.study_img {
  display: block;
  line-height: 120px;
  margin: 10px auto;
  position: relative;
  text-align: center;
}

.study_text {
  height: 120px;
  margin: 21px 5px 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.study_link {
  height: 120px;
  margin: 21px 5px 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 230px;
}

.study_num {
  background-color: #4db6fd;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

ul.study {
  height: 130px;
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: 100%;
}

ul.study li {
  border-bottom: 1px solid #cecece;
  display: inline;
  float: left;
  margin: auto;
  position: relative;
  width: 33%;
}

ul.study li.study_lc {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  display: inline;
  float: left;
  width: 33%;
}

ul.study li.study_r {
  border-bottom: 1px solid #cecece;
  display: inline;
  float: left;
  width: 33%;
}

/*운영자멘트 등록*/
.mTableWrap {
  margin: auto;
  padding: 10px 0;
  width: 100%;
}

.mTableWrap table {
  border-spacing: 0;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

.mTableWrap table tbody tr td {
  border-bottom: 1px solid #bfd3e2;
  border-right: 1px solid #bfd3e2;
  padding: 3px 5px;
}

.mTableWrap table tbody tr td img {
  vertical-align: middle;
}

.mTableWrap table tbody tr td.td_al {
  text-align: left;
}

.mTableWrap table tbody tr td.tdRnone {
  border-right: 0 none;
}

.mTableWrap table tbody tr td.topLine {
  border-top: 1px solid #bfd3e2;
}

.mTableWrap table tbody tr td.lLine {
  border-left: 1px solid #bfd3e2;
}

.mTableWrap ul.msg_btn {
  float: right;
}

.bTableWrap {
  margin: 0 1%;
  width: 98%;
  display: inline-block;
}

.bTableWrap .script {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0px;
}

.bTableWrap ul.team_list li div.le_pho {
  height: 85px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 85px;
}

.bTableWrap ul.team_list li div.le_pho_s {
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 88px;
}

.bTableWrap ul.team_list li p.x_btn {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bTableWrap ul.team_list li {
  display: inline-block;
  margin: 9px;
  text-align: center;
  width: 47%;
}

.bTableWrap ul.team_list li p.c_del {
  float: left;
  padding-bottom: 5px;
}

.bTableWrap ul.team_list li p input {
  vertical-align: middle;
}

.bTableWrap table.teamTable input {
  border: 1px solid #dadada;
  padding: 2px;
  width: 167px;
}

.bTableWrap table.teamTable input.team_si {
  width: 60px;
}

.bTableWrap table.teamTable {
  border-spacing: 0;
  line-height: 26px;
  width: 100%;
}

.bTableWrap table.teamTable tr td.tTop_left {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 2px solid #a9a9a9;
}

.bTableWrap table.teamTable tr td.tTop {
  border-top: 2px solid #a9a9a9;
}

.bTableWrap table.teamTable tr td.tBom {
  border-bottom: 2px solid #a9a9a9;
}

.bTableWrap table.teamTable tr td.tBom02 {
  border-bottom: 2px solid #a9a9a9;
  border-right: 1px solid #e4e4e4;
}

.bTableWrap table.teamTable tr td {
  border-bottom: 1px solid #e4e4e4;
  padding: 3px;
}

.bTableWrap table.teamTable tr td.td_Lline {
  border-left: 1px solid #e4e4e4;
}

.bTableWrap table.teamTable tr td.bt_none {
  border-bottom: 0 none;
}

.bTableWrap table.teamTable tr td img.valign {
  vertical-align: middle;
}

.bTableWrap table.teamTable input.email {
  width: 90%;
}

.bTableWrap ul.msg_txt {
  padding-top: 10px;
  text-align: center;
}

.bTableWrap ul.msg_txt li {
  width: 80%;
}

.bTableWrap ul.msg_txt .btn {
  width: 20%
}

.bTableWrap ul.msg_txt li input {
  border: 1px solid #cccccc;
  line-height: 20px;
  width: 100%
}

.bTableWrap .top_btn {
  margin: 0px 0px 18px 10px;
  text-align: right;
}

/*VOD*/
.bTableWrap ul.vod_txt {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.bTableWrap ul.vod_txt li {
  width: 99%;
  padding: 8px 0px;
  border-bottom: 1px solid #ccc;
}

.bTableWrap ul.vod_txt li input {
  border: 1px solid #cccccc;
  line-height: 20px;
  width: 80%;
}

.vod_title {
  display: inline-block;
  margin: 0px 5px;

}

.vod_title span {
  width: 10%;
  float: left;
  padding-top: 3px;
}

.vod_btn {
  text-align: center;
}

.layoutTable tbody tr th.lang_add,
.layoutTable tbody tr td.lang_add {
  border-top: 2px solid #848484;
}

.layoutTable tbody tr td.lang_add p {
  width: 96%;
  color: #303335;
  padding: 10px 2%;
  border-radius: 2px;
  margin: 10px 0px 10px 0px;

  border-bottom: 1px solid #303335;
}

.layoutTable tbody tr td.lang_add li {
  float: none;
  margin: 5px;
}

.category_box {
  float: left;
  width: 300px;
  padding-left: 30px;
  margin-top: 20px;
}

.category_add {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  float: left;
}

.category_add span {
  width: auto;
  margin: 10px auto;
}

.category_add input[type=text] {
  width: 75%;
  margin: 0px 5px 0px 15px;
}

.list_area {
  margin-top: 20px;
}

.list_area img {
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.flashContent {
  width: 690px;
  height: 388px;
  padding: 10px;
  margin: 0px auto
}

.flashConsol {
  width: 1280px;
  height: 720px;
}

.flashDisplay {
  width: 1024px;
  height: 576px;
  padding: 10px;
  margin: 0px auto
}

/* 설문셋 리스트 */
.surveyTableWrap {
  min-width: 520px;
}

.surveyTable {
  border: 1px solid #cecece;
  border-spacing: 0;
  width: 98%;
  margin: 0px 1%;
  font-size: 10pt;
}

.survey_ques_add {
  width: 70px;
  height: auto;
  background: #fff;
  border: 2px solid #01579B;
  position: fixed;
  top: 45%;
  right: 1%;
  border-radius: 5px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.8);
  line-height: 15px;
}

.survey_ques_add p {
  margin: 20px 0px;
  font-size: 10pt;
  cursor: pointer;
}

.survey_example_add {
  width: 20%;
  margin: 0px 40% 10px;
}

.surveyTable tbody th {
  border-right: 1px solid #cecece;
  height: 40px;
}

.surveyTable tbody .th_b {
  text-align: center;

}

.surveyTable tbody tr td {
  padding: 10px;
}

.surveyTable tbody tr td input.w_wide {
  height: 25px;
  width: 98%;
}

.surveyTable tbody tr td input.w_wide02 {
  height: 25px;
  margin-right: 5px;
  width: 80%;
}

.sur_son {
  margin: 10px 5px;
}

.answerInput {
  margin-right: 5px;
  width: 78%;
  height: 25px;
}

.imgRight {
  float: right;
  margin-top: 10px;
  border-radius: 4px;
}

.txtColor {
  color: #0065b2;
  margin: 5px 0px 10px 0px
}

.t-alignLeft {
  float: left;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.t-alignRight {
  float: right;
  margin: 0;
  padding: 0;
}

.stepWrap {
  height: 60px;
  overflow: hidden;
  padding: 3px 0;
  position: relative;
  text-align: center;
}

.stepWrap input {
  margin-right: 25px;
  padding: 3px 0;
  text-align: center;
  width: 100px;
}

.layerPopWrap {
  width: 400px;
}

.imgWrap {
  margin: 5px 0;
  position: relative;
  width: 160px;
}

.photo_del {
  position: absolute;
  top: 0;
  left: 160px;
}

.surveyTableMake {
  margin: 0 auto;
  width: 96%;
}

.surveyType01 {
  border-spacing: 0;
  padding: 0 0 10px;
  width: 98%;
  margin: 10px 1% 0px 1%;
  font-size: 10pt;
}

.surveyType01 tbody {
  border: 1px solid #cecece;
  height: 30px;
}

.surveyType01 tbody td {
  border: 1px solid #cecece;
  height: 30px;
  padding-left: 3px;
}

.surveyType01 tbody td li {
  float: none;
}

.surveyType01 .survey_ques_part {
  background: #01579b;
  color: #fff;
  border: 0px;
  padding: 10px 0px;
}

.surveyType01 .move p {
  text-align: center;
}

.surveyType01 .close {
  float: right;
  margin-right: 15px;
  background: url('/gt/stime/admin/css/image/icon_del.png');
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.surveyType01 .num {
  font-size: 16pt;
}

.surveyType01 tbody td.tdR {
  border-right: 1px solid #cecece;
}

.surveyType01 tbody td.padLeft {
  padding: 0 5px;
}

.surveyType01 tbody td.txtWhite {
  color: white;
  line-height: 28px;
}

.surveyType01 tbody td.sNum {
  background-color: #545454;
  color: #fff;
  font-size: 1.5em;

  text-align: center;
}

.surveyType01 tbody td.sQuestionWrap {
  padding: 2px 5px;
}

.surveyType01 tbody td input.picture {
  background: url("/gt/stime/admin/css/image/icon_picture.png");
  border: 0 none;
  height: 21px;
  background-repeat:no-repeat;
  width: 20px;
  vertical-align:middle;
}

.surveyType01 tbody td input.sQuestion {
  border: 1px solid #b4b4b4;
  margin: 5px;
  width: 80%;
  padding: 10px;
}

.surveyType01 td p.padBottom {
  padding-bottom: 5px;
}

.surveyType01 td p.padBottom input {
  width: 70%;
}

.surveyType01 .imgWrap p {
  float: left;
  margin-left: 10px;
}

.surveyType01 .imgWrap img {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.surveyType01 .btnX {
  position: absolute;
  right: -40px;
}

.surveyType01 .del {
  padding: 2px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.surveyType01 .del img {
  width: 20px;
}

.surveyType01 ol,
.surveyType02 ol {
  margin-top: 10px;
}

.surveyType01 ol li {
  margin-top: 10px;
}

.surveyType02 {
  border-spacing: 0;
  margin: 0px 1% 0px 10%;
  width: 89%;
  font-size: 10pt;
}

.surveyType02 tbody {
  border: 1px solid #cecece;
  height: 30px;
}

.surveyType02 tbody td {
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  height: 30px;
  padding-left: 5px;
}

.surveyType02 tbody td ol li {
  float: none;
}

.surveyType02 tbody td.tdR {
  border-right: 1px solid #cecece;
}

.surveyType02 tbody td.padLeft {
  padding: 0 5px;
}

.surveyType02 tbody td.txtWhite {
  color: white;
  line-height: 28px;
}

.surveyType02 tbody td.sNum {
  background-color: #4282be;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.surveyType02 tbody td.sQuestionWrap {
  padding: 2px 5px;
}

.surveyType02 tbody td input.picture {
  background: url("/gt/stime/admin/css/image/icon_picture.png");
  border: 0 none;
  height: 21px;
  background-repeat:no-repeat;
  width: 20px;
  vertical-align:middle;
}

.surveyType02 tbody td input.sQuestion {
  border: 1px solid #b4b4b4;
  margin: 5px;
  width: 80%;
  padding: 10px;
}

.surveyType02 .survey_ques_part {
  background: #ffe38d;
  color: #000;
  border: 0px;
  padding: 10px 0px;
}

.surveyType02 .move p {
  text-align: center;
}

.surveyType02 .close {
  float: right;
  margin-right: 15px;
  background: url('/gt/stime/admin/css/image/icon_del2.png');
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.surveyType02 .imgWrap p {
  float: left;
  margin-left: 10px;
}

.surveyType02 .imgWrap img {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.surveyType02 .btnX {
  position: absolute;
  right: -40px;
}

.surveyType02 .num {
  font-size: 16pt;
}

.surveyType02 label,
.surveyType01 label {
  margin-right: 10px;
}

.surveyType01 .del2,
.surveyType02 .del2 {
  padding: 2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* 선물상자 상단탭*/
#cho_mode {
  float: left;
  width: 100%;
  height: 35px;
}

p.gift_tab_over,
p.gift_tab {
  margin: 0px 1px;
}

p.gift_tab_over {
  width: 100px;
  height: 35px;
  font-size: 10pt;
  line-height: 35px;
  float: right;
  color: #fff;
  text-align: center;
  background-color: #007CD2;
}

p.gift_tab_over {
  color: #fff;
  background: #007CD2;
}

p.gift_tab_over {
  color: #fff;
}

p.gift_tab_over {
  color: #fff;
}

p.gift_tab {
  width: 100px;
  font-size: 10pt;
  height: 35px;
  line-height: 35px;
  float: right;
  color: #fff;
  text-align: center;
  background-color: #ccc;
}

p.gift_tab {
  color: #fff;
  background: #ccc;
}

p.gift_tab {
  color: #fff;
}

p.gift_tab {
  color: #fff;
  background-color: #5BB9FB;
}

p.gift_tab.active {
  color: #fff;
  background-color: #427db1;
}

/* 선물상자 css추가*/
.left-pad {
  margin: 20px 0px 5px;
  position: relative;
}

.top-pad {
  margin-top: 20px;
  position: relative;
}

.bottom-pad {
  margin-bottom: 5px;
  position: relative;
}

.gift_btn_search {
  width: 50px;
  border: 0px;
  vertical-align: middle;
}

/* 언어 페이지*/




.jp_list span img {
  height: auto;
  display: inline-block;
  min-width: 100px;
}

.jp_list .logobox {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.jp_list .logobox img {
  max-width: 167px;
}

.pdf_btn {
  width: 20%;
  border: 1px solid #ccc;
  background-color: #DC1B62;
  color: #fff;
  border-radius: 5px;
  padding: 10px;

  font-size: 12pt;
  margin-top: 10px;
  text-align: center;
  min-width: 200px;
  display: inline-block;
}

.pdf_btn img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 15px;
}

.jp_warp h2 {
  padding: 2%;
  margin-top: 40px;
  background: #e1f3ff;
  color: #00638F;
  font-size: 1.250em;
  font-weight: normal;
  text-align: center;

}

.jp_warp .jp_list {
  margin: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 10px;
  -moz-border-radius: 10px 10px;
  -webkit-border-radius: 10px 10px;
  width: 96%;
  padding: 2%;
  color: #000;
}

.jp_warp .jp_list h3 {
  font-size: 1.125em;
  color: #DC1B62;
  margin: 35px 0px 10px 0px;
  list-style: none;
  font-weight: normal;
}

.jp_warp .jp_list li {
  margin-left: 30px;
  font-size: 1.025em;
  list-style-type: square;
  float: none;
  line-height: 25px;
}

.jp_warp .jp_list li ul li {
  list-style-type: circle;
  margin-left: 20px;
  float: none;
}

.jp_warp .jp_list .center {
  display: inline-block;
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  margin: 20px auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500%;
}

.jp_img,
.jp_img_m {
  text-align: center;
  list-style: none;
}

.jp_img img,
.jp_img_m img {
  width: 100%;
}

.popTitle {
  color: #01579B;
  padding: 3px 5px;
  float: left;
}

.popContentWrap {
  background-color: #fff;
  min-height: 100px;
  padding: 10px;
  position: relative;
  border: 2px solid #01579B;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
}

.popContentWrap p {
  width: 100%;
  float: left;
}

.popContent {
  border: 1px solid #cecece;
  margin: 3% 0;
  padding: 10px;
  width: 96%;
  display: inline-block;
}

.popContent label {
  padding-right: 10px;
  font-size: 11pt;
}

.popClosed {
  background-color: #505050;
  float: right;
  color: #fff;
}

.clause_Warp {
  margin-top: 20px;
  margin-bottom: 30px;
}

.clause_Warp ul li {
  font-size: 10pt;
  line-height: 20px;
  float: none;
  margin-left: 10px;
}

.clause_Warp ul .tit {
  font-size: 14pt;

  margin: 0px
}

.clause_Warp ul .s_tit {
  font-size: 12pt;
  margin: 30px 0px 15px 0px;
}

.clause_Warp ul ol {
  margin-left: 10px;
}

.clause_Warp ul ol ul {
  margin-left: 20px;
}

/*캠프 사진 크게보는*/
.top_m {
  background-color: #000000;
  height: 26px;
  width: 100%;
}

.photo_view {
  background-color: #000000;
  display: inline;
  height: auto;
  text-align: -moz-center;
  width: 100%;
}

.bot_view {
  background-color: #22242c;
  height: 160px;
  position: relative;
  text-align: -moz-center;
  width: 100%;
}

.photo_detail {
  text-align: center;
  width: 100%;
}

.photo_detail img {
  display: inline;
  padding: 10px;
  /*width: 100%;*/
}

.photo_v {
  display: inline-block;
  overflow: auto;
  padding: 25px 0px;
}

.photo_v li {
  display: inline-block;
  height: 80px;
  width: 80px;
  float: none;
  margin: 10px;
}

.photo_v li.photo_cho {
  border: 4px solid #ffffff;
}

.photo_v li img {
  height: 80px;
  width: 80px;
}

.photo_list {
  text-align: center;
  width: 100%;
}

.photo_bl {
  border: medium none;
  left: 30px;
  position: absolute;
  top: 200px;
}

.photo_br {
  border: medium none;
  position: absolute;
  right: 30px;
  top: 200px;
}

.close_b {
  border: medium none;
  position: absolute;
  right: 30px;
  top: 30px;
}

.left_b {
  border: medium none;
  left: 35px;
  position: absolute;
  top: 65px;
}

.right_b {
  border: medium none;
  position: absolute;
  right: 35px;
  top: 65px;
}

.mouse_hand {
  cursor: pointer;
}

/*끝*/

/*신규등록시 인증메일*/
.reg_Warp {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  line-height: 25px;
  margin-bottom: 20px;
}

.reg_Warp span {
  font-size: 10pt;
  color: #595959;
}

.reg_con {
  padding-left: 100px;
  position: relative;
}

.reg_text1 {
  padding-top: 20px;
}

.reg_text2 {
  padding: 15px 0 25px;
}

.reg_text2 span {
  color: #0175dd;
  font-weight: 500;
  font-size: 16pt;
}

.reg_kid {
  display: inherit;
  float: right;
  position: absolute;
  right: 100px;
  top: 30px;
}

.reg_con {
  padding-left: 100px;
  position: relative;
}

.reg_text1 {
  padding-top: 20px;
}

.reg_text2 {
  padding: 15px 0 25px;
}

.reg_text2 span {
  color: #0175dd;
  font-weight: bold;
}

/* 접수리스트 */
.apply_list_Warp .user_info {
  display: inline-block;
  width: auto;
  margin: 13px 0px 0px 0px;
}

.apply_list_Warp table tr td {
  word-break: break-all;
}

.apply_list_Warp .check img {
  width: 25px;
  margin: 10px 0px 0px 20px;
  vertical-align: top;
}

.apply_list_Warp h2 {
  color: #005383;
  padding: 0px;
}

.apply_list_Warp .cTop {
  margin: 2%;
  width: 96%;
  float: left;
}

.apply_list_Warp .td_check {
  background: #FDFDFD
}

.report_comment {
  float: left;
  width: 100%;
  background-color: #FFF4F4;
  padding: 2% 0px;
  border: 1px dotted #FFCDCD;
}

.report_comment .u_name,
.report_comment .comment {
  color: #f00;
}

.c_cont {
  background-color: #fff;
  border: 1px solid #cecece;
  float: left;
  margin: 20px 0 5px 0px;
  position: relative;
}

.c_pho {
  position: absolute;
}

.c_pho img {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0px 10px 0px 15px;
}

.profile {
  vertical-align: super;
  float: left;
}

.profile_img {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.profile_img p {
  margin-left: 13px;
  margin-top: 9px;
}

.user {
  clear: both;
  margin-top: 10px;
}

.u_info {
  padding: 6px 16px;
}

.u_info_b {
  clear: both;
  padding-left: 55px;
}

.u_info_t {
  padding-left: 55px;
}

.u_info_bb {
  clear: both;
  padding-left: 65px;
}

.u_info_tt {
  padding-left: 65px;
}

.u_name {
  color: #3b5998;
  display: block;
  float: left;
  font-size: 14px;
  padding-right: 5px;
}

.u_nik {
  float: left;
  font-size: 10pt;
  padding-right: 5px;
}

.r_time {
  color: #999999;
}

.camp {
  display: block;
  float: left;
  font-size: 10pt;
  padding-top: 3px;
}

.u_info_b span {
  display: block;
  float: left;
  padding-top: 3px;
}

.comment_u_info {
  padding-top: 3px;
}

.c_area {
  color: #20b0e6;
  font-size: 10pt;
  padding-top: 3px;
}

.c_content {
  clear: both;
  margin: 0 14px;
  max-width: 472px;
  padding-top: 10px;
}

.c_content .c_text {
  font-size: 11pt;
}

.c_content .c_text a {
  color: #3b5998;
  font-size: 10pt;
}

.c_content .c_img {
  margin-top: 10px;
  max-width: 398px;
}

.c_content .c_img img {
  max-width: 370px;
}

.c_comment {
  clear: both;
  padding-top: 10px;
}

.comment_button {
  color: #6d84b4;
  font-size: 10pt;
  padding-left: 14px;
  padding-bottom: 6px;
}

.comment_l {
  clear: both;
  line-height: 1.5;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}

.comment_r {
  height: 38px;
  padding-bottom: 5px;
}

.comment_r input {
  height: 31px;
  margin-left: 44px;
  margin-top: 5px;
  padding-left: 5px;
  width: 420px;
}

.comment_area {
  width: auto;
  background-color: #f6f7f8;
  border-top: 1px solid #e1e1e1;
  padding: 10px 14px;
}

.c_admin {
  float: left;
  margin: 5px 15px 0px 0px;
}

.campUser_Warp {
  padding: 2%;
  background: #fff;
}

.campUser_Warp .title {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 0px 2%;
  width: 96%;
}

.campUser_Warp p {
  float: left;
  font-size: 16pt;
  margin-top: 20px;
  margin-left: 20px;
  width: auto;
}

.campUser_Warp .aTableWrap {
  height: 270px;
  overflow-y: scroll;
  width: 90%;
  margin: 20px 5%;
  border: 1px solid #ccc;
}

.campUser_Warp .aTableWrap table tbody tr td {
  padding: 5px 10px;
  text-align: left;
}

.areasearch-info-c {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

/* 설문 이벤트 진행 중 결과 보기 테이블 */
.surveyResult01,
.surveyResult02 {
  border-spacing: 0;
  padding: 0 0 10px;
  width: 98%;
  margin: 0px 1%;
  font-size: 11pt;
}

.surveyResult01 tbody td {
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  height: 30px;
}

.surveyResult01 tbody td.tdR {
  border-right: 1px solid #cecece;
}

.surveyResult01 tbody td.padLeft {
  padding: 0 5px;
}

.surveyResult01 tbody td.padLeft span {
  float: right;
}

.surveyResult01 tbody td.txtWhite {
  color: white;
  line-height: 28px;
}

.surveyResult01 tbody td.sNum {
  background-color: #545454;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.surveyResult01 tbody td.sQuestionWrap {
  background-color: #7a7a7a;
  padding: 2px 5px;
}

.surveyResult01 tbody td input.picture {
  background: url("http://thankage.com/gt/stime/admin/css/image/icon_picture.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  height: 21px;
  width: 25px;
}

.surveyResult01 ol li input.picture {
margin:0px 10px 0px 30px;
}

.surveyResult01 tbody td input.questionEdit {
  background: url("http://thankage.com/gt/stime/admin/css/image/btn_edit02.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  height: 26px;
  width: 30px;
}

.surveyResult01 tbody td input.sQuestion {
  background-color: #7a7a7a;
  border: 1px solid #b4b4b4;
  color: #fff;
  height: 25px;
  margin-right: 3px;
  width: 93%;
}

.surveyResult01 tbody td.tdR .total {
  padding: 10px;
  position: relative;
}

.surveyResult01 tbody td.tdR .point {
  color: #ff6c00;
  padding-left: 10px;
  padding-top: 10px;
}

.surveyResult01 tbody td.tdR .answer {
  float: left;
  padding: 10px;
  position: relative;
}

.surveyResult01 tbody td.tdR .answer ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.surveyResult01 tbody td.tdR .answer ol li {
  float: left;
  padding-right: 8px;
}

.surveyResult01 tbody td.tdR .etc {
  float: left;
  padding: 10px;
  position: relative;
}

.surveyResult01 tbody td.tdR .etc ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.surveyResult01 tbody td.tdR .etc ol li {
  float: left;
  padding-right: 8px;
}

.surveyResult01 tbody td.tdR .list {
  float: left;
  padding: 10px;
  position: absolute;
}

.surveyResult01 tbody td.tdR .list li {
  padding-bottom: 5px;
  float: none;
}

.surveyResult01 tbody td.tdR .graph_box {
  border: 1px solid #cecece;
  float: right;
  margin: 10px;
  position: relative;
  width: 40%;
}

.surveyResult01 tbody td.tdR .graph_box .total {
  float: left;
  position: relative;
}

.surveyResult01 tbody td.tdR .graph_box .option {
  float: right;
  margin-right: 5px;
  position: relative;
}

.surveyResult01 tbody td.tdR .graph_box .graph {
  float: left;
  padding: 10px;
  width: 275px;
}

.surveyResult01 tbody td.tdR .graph_box .graph ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.surveyResult01 tbody td.tdR .graph_box .graph ul li {
  float: left;
}

.surveyResult01 tbody td.tdR .graph_box .graph .pollbox {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  margin: 0 5px;
}

.surveyResult01 tbody td.tdR .graph_box .graph .pollbox .pollbar2 {
  background: none repeat scroll 0 0 #3babf5;
  height: 12px;
}

.surveyOption {
  border-spacing: 0;
  padding: 0 0 10px;
  width: 100%;
}

.surveyOption tbody td {
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  height: 30px;
  text-align: center;
}

.surveyOption tbody td.tdR {
  border-right: 1px solid #cecece;
  text-align: center;
}

.surveyOption tbody td.top {
  border-top: 1px solid #cecece;
  text-align: center;
}

.surveyOption tbody td.toptdR {
  border-right: 1px solid #cecece;
  border-top: 1px solid #cecece;
  text-align: left;
}

.surveyOption tbody td.padLeft {
  padding: 0 5px;
}

.surveyResult01 tbody td.padLeft span {
  float: right;
  position: relative;
  right: 5px;
  top: 5px;
}

.surveyResult01 tbody td.padLeft .son {
  color: #ff6c00;
  margin-top: -5px;
  padding-left: 15px;
}

.surveyOption tbody td.txtWhite {
  color: white;
  line-height: 28px;
}

.surveyOption tbody td.sNum {
  background-color: #95a2ae;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.surveyOption tbody td.num {
  background-color: #bcc3ca;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
}

.surveyOption tbody td input.sQuestion {
  background-color: #7a7a7a;
  border: 1px solid #b4b4b4;
  color: #fff;
  height: 25px;
  margin-right: 3px;
  width: 93%;
}

.surveyResult02 tbody td.tdR .list {
  float: left;
  padding: 10px;
  position: absolute;
  width: 50%;
}

.surveyResult02 tbody td.tdR .list li {
  padding-bottom: 5px;
  float: none;
}

.surveyResult02 tbody td.tdR .graph_box {
  border: 1px solid #cecece;
  float: right;
  margin: 10px;
  position: relative;
  width: 40%;
}

/* 전문가 그룹 */
.comentWrap {
  margin: 0px 1%;
  width: 98%;
  float: left;
  padding-bottom: 40px;
}

.cmt_list {
  border-top: 1px dotted #ccc;
  padding: 10px;
  position: relative;
}

.cmt_list02 {
  border-top: medium none;
  padding: 10px;
  position: relative;
}

.date_sty {
  color: #707070;
  padding-left: 5px;
}

.list_tit {
  padding-bottom: 7px;
}

.d_inblock {
  display: inline-block;
}

.list_wrap_line {
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  font-size: 11pt;
}

.list_wrap_line li {
  float: none;
}

/* 이벤트 진행 결과 */
.notice_tap {
  width: 97%;
  height: 28px;
  border-bottom: 1px solid #cecece;
  margin: 0 auto 15px auto;
  padding-left: 3%;
  text-align: center;
}

.notice_tap span {
  float: left;
  padding: 5px 0px;
  background-color: #FFF;
  cursor: pointer;
  width: 48%;
}

.notice_tap .tap1 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  color: #fff;
  background: #989898;
}

.notice_tap .tap1_ov {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.notice_tap .tap2_ov {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.notice_tap .tap2 {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  color: #fff;
  background: #989898;
}

.rank_area p {
  padding: 0px 0px 0px 10px;
}

.rank_area .event_date {
  padding: 10px 0px;
  text-align: center;
}

.rank_area h1 {
  text-align: center;
  padding: 10px 0px;
  font-size: 12pt;
  /*border:1px solid #ccc;*/
  margin-top: 20px;
  width: 100%;
}

.rank_area h1.title {
  background: #ffde62;
}

.rank_area h1.title02 {
  background: #888888;
  color: #fff;
}

.rank_area h2 {
  padding: 0px 0px 5px 0px;
  color: #0097fe;
}

.rank_area h2.title03 {
  padding: 15px 0px 5px 0px;
  color: #0097fe;
  font-weight: normal
}

.bTableWrap h2 {
  width: 96%;
  float: left;
  font-size: 12pt;
  padding: 1% 2%;
  color: #3D3D3D;
}

.bTableWrap h2.wait {
  background: #D3ebFC;
}

.bTableWrap h2.request {
  background: #FFEEDE;
}

.content .bTableWrap h1 {
  font-size: 14pt;
  /*
	margin:10px 0px;
	border-radius:5px;
	*/

  background-color: #e1e1e1;
  text-align: center;
  padding: 10px 0px;
}

.content .bTableWrap h1.title02 {
  background: #88002D;
  color: #fff;
  margin-top: 20px;
}

.content .rank_tableArea .title03 {
  background: #e6e6e6;
  padding: 10px;
  width: 20%;
  margin-top: 20px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.rank_tableArea {
  margin-bottom: 40px;
}

.rank_area .listTable_last tbody tr td {
  border-bottom: 1px solid #e5e5e5;
}

.rank_area .listTable_last tbody th {
  border-bottom: 1px solid #e5e5e5;
}

.info_img {
  float: left;
  margin-right: 10px;
}

.info_img img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.quiz_area .question_font {
  margin: 15px 0px 5px 0px;
  font-size: 14px;
}

.quiz_area .example_box {
  text-indent: 10px;
  border: 1px solid #ccc;
  margin: 10px 0px;
  padding: 5px;
}

.quiz_area .example_box li {
  float: none;
}

.quiz_area .example_box .correct span {
  color: blue;
}

.quiz_area .example_box .correct .pollbox .pollbar2 {
  background: none repeat scroll 0 0 #61beff;
}

.quiz_area .pollbox {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
  margin: 0 5px 5px 5px;
  width: 95%;
  margin-top: 3px;
  display: inline-block;
}

.quiz_area .pollbox .pollbar2 {
  background: none repeat scroll 0 0 #bbb;
  height: 12px;
}

.pnList {
  float: left;
}

.pnList li {
  float: none;
}

/* event_push */
.push_Warp {
  display: flex;
  flex-direction: column;
  padding: 15px;
  clear: both;
  box-sizing: border-box;
}

.push_Warp h3 {
  padding: 10px 0;
  /* border-bottom: 1px solid #858585; */
  font-size: 1.3em;
  text-align: center;
  background: #eee;
}

.push_area {
  padding: 10px 0px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.push_area li {
  width: 94%;
  background: #F2F2F2;
  border: 1px solid #ccc;
  margin: 0px auto;
  text-align: left;
  font-size: 13px;
  padding: 10px 2%;
}

.push_area li:nth-chlid(odd) {
  background: #fff;
}

.home_area ul {
  margin: 15px 0px;
  float: left;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}

.home_area ul li {
  width: 24%;
  padding-left: 1%;
  margin: 5px 0px;
}

/* 캠프 리스트 검색결과 없을 시*/
.no_search {
  font-size: 14pt;
  color: #575757;
  text-align: center;
  width: 100%;
  float: left;
}

.no_search img {
  width: 70px;
  height: 70px;
}

/* 가이드 */
.guide_top {
  text-align: center;
  color: #333;
  margin-top: 60px;
}

.guide_top p {
  margin: 10px 0px;
}

.c_tit {
  font-size: 24pt;
  padding-bottom: 10px;
  color: #0b3761;
}

.font_20 {
  font-size: 20pt;
}

.font_16 {
  font-size: 16pt;
}

.font_18 {
  font-size: 18pt;
}

.guide_Warp .tit {
  margin-top: 40px;
  padding: 10px 1%;
  border-bottom: 1px solid #ec1149;
  width: 98%;
  font-size: 14pt;
}

.guide_Warp .video {
  text-align: center;
  padding: 20px;
}

.guide_Warp .video iframe {
  width: 80%;
  max-width: 800px;
}

.guide_Warp img {
  margin: 20px 0px;
}

.guide_Warp li {
  width: 100%;
}

.guide_Warp .mid_tit {
  font-size: 15pt;

  margin: 20px 0px 0px 20px;
}

.guide_Warp .display img {
  width: 100%;
}

#prizeArea ul li {
  float: none;
}

/* 모바일 가이드 */
.m_guide_nav {
  width: 100%;
}

.m_guide_nav li {
  width: 25%;
  background: #dedede;
  color: #555;
  font-size: 11pt;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
}

.m_guide_nav li.over {
  background: #f2124c;
  color: #fff;
}

.m_guideWarp h1 {
  color: #36364f;
  font-size: 24pt;
  margin: 20px 30px;
  display: inline-block;
}

.m_guideWarp ul {
  margin: 10px 1%;
  width: 96%;
  padding: 1%;
}

.m_guideWarp li {
  width: 96%;
  padding: 2%;
  margin-bottom: 10px;
  float: none;
}

.m_guideWarp li.tit {
  background: #fff;
  color: #f2124c;

  font-size: 14pt;
  border-bottom: 2px solid #393939;
}

.m_guideWarp li.tit span {
  color: #f2124c;
}

.m_guide_video {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.m_guide_video iframe {
  float: none;
  width: 100%;
}

/* 캠프 국가선택 */
.cho_country_bar {
  width: 100%;
  height: 20px;
  padding: 10px 0px 20px 20px;
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #ccc;
  z-index: 10;
}

.cho_country_bar span {
  float: right;
  margin-right: 30px;
}

.cho_country_bar input {
  margin-top: 8px;
}

.country {
  margin-top: 60px;
}

.country li {
  margin: 5px 0px;
}

/* 캠프이동 CSS */
.campMove_bg {
  /*background:url('/gt/stime/css/images/campmove_bg.png');*/
  background: #fff;
}

.campMove_Warp {
  max-width: 790px;
  width: 100%;
  margin: 0px auto;
}

.campMove_Warp img {
  width: 100%;
  height: auto;
}

.campMove_Warp h1 {
  width: 90%;
  margin: 20px 0;
  font-size: 16pt;
}

.campMove_Warp h1 span {
  color: #555;
  font-size: 19px;
  word-break: keep-all;
}

.campMove_Warp .referrer-code {
  width: 100%;
  background: #f1f5f9;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  color: #606060;
}

.campMove_Warp .referrer-code span {
  color: #ff6600;
}

.campMove_Warp .evtCore {
  background: #fff4ea;
}

.campMove_Warp .evtCore span {
  color: #ff912f;
}

.campMove_Warp p {
  width: 30%;
  padding-top: 15px;
  margin: 0px auto;
}

.campImg {
  width: 100%;
}

.campImg img {
  position: fixed;
  z-index: -1;
  top: 0;
}

.campMove_btn_wrap {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.campMove_btn {
  width: 90%;
  margin: 0px auto 10px auto;
  text-align: center;
  /*background:url('/gt/stime/css/images/campmove_btn.png');*/
  background: #ff6600;
  background-size: contain;
  padding: 15px 0px;
  color: #fff;
  font-size: 16pt;
  border-radius: 10px;
}

.evtMove_btn {
  background: #ff912f;
}

.campMove_btn h2 {
  width: auto;
  display: inline-block;
  font-size: 16pt;
}

.campMove_btn img {
  vertical-align: middle;
  width: 30px;
  margin-right: 15px;
}

.campMove_Warp .camp_info {
  width: 90%;
  padding: 10px 5% 80px 5%;
  border: 0px;
  font-size: 12pt;
  word-wrap: break-word;
  display: inline-block;
  background: #fff;
  position: relative;
  top: 57vw;
  border-radius: 30px 30px 0 0;
}

.invite_guide_btn {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  background-size: contain;
  padding: 15px 0px;
  position: fixed;
  bottom: 5px;
  left: 0;
}

.invite_guide_btn img {
  vertical-align: middle;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}


/* TOP BUTTON */
.top_scroll {
  position: fixed;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
}

.top_scroll img {
  width: 100%;
  height: auto;
}

/* 문의하기 */
.text_area {
  width: 80%;
  margin: 20px auto;
  padding: 45px 3%;
  text-align: center;
  line-height: 1;
  background: url('images/contactus_img.png');
  background-size: cover;
}

.text_area ul {
  width: 670px;
  margin: 0 auto;
  padding-top: 30px;
  display: inline-block;
  color: #fff;
}

.text_area li {
  font-size: 11pt;
  padding: 5px 0;
  width: 25%;
  color: #fff;
}

.text_area li a {
  color: #fff;
}

.text_area li img {
  vertical-align: middle;
  margin-bottom: 15px;
}

.text_area iframe {
  width: 100%;
  height: 300px;
}

.text_area .add_info {
  margin-top: 20px;
  color: #fff;
}

.con_h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22pt;
  line-height: 1.3
}

.con_h2 p {
  font-size: 11pt;
  font-weight: normal;
  color: #fff;
  margin-top: 20px;
  line-height: 20px;
}

.left_line {
  border-left: 1px solid #ccc;
}

.top_line {
  border-top: 1px solid #ccc;
}

.mail_area {
  width: 90%;
  margin: 0px 5%;
}

.mail_area ul li {
  width: 90%;
  margin: 0 5%;
}

.mail_area ul li p {
  float: left;
  background: #EFEFEF;
  text-align: center;

  font-size: 10pt;
}

.mail_area input {
  width: 86%;
  padding: 20px 2%;
  height: 17px;
  margin: 10px 5%;
  border-radius: 0px;
  border: 1px solid #b3b3b3;
  font-size: 11pt;
}

.mail_area textarea {
  width: 86%;
  margin: 10px 5%;
  border: 1px solid #b3b3b3;
  height: 190px;
  padding: 2%;
  border-radius: 0px;
  font-size: 11pt;
}

.mail_btn {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0px 60px;
  font-size: 11pt;
}

.mail_btn button {
  font-size: 12pt;
}

.service_tit {
  width: 60%;
  margin: 50px auto 0px auto;
  border-top: 1px solid #eee;
  padding-top: 20px;
  color: #fff;
}

.service_pay {
  background: url("images/white_bg.png");
  color: #000;
  width: 80%;
  margin: 20px auto 0px auto;
  text-align: center;
}

.service_pay th {
  padding: 15px 0px;
  background: #fff;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

.service_pay td {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

.service_pay td span {
  font-size: 9pt;
  padding-top: 10px;
  display: inline-block;
}

/*갑천퀴즈쇼오오오오*/
.quizshow_Warp {
  width: 100%;
  height: 100%;
  color: #313131;
  font-size: 11pt;
  line-height: 25px;
  text-align: center;
}

.quizshow_Warp .top_warp img {
  width: 177px;
  height: auto;
  margin: 20px 0px;
}

.quizshow_Warp .visual,
.quizshow_Warp .visual_m {
  width: 100%;
  height: auto;
}

.quizshow_Warp .visual img {
  width: 100%;
  height: auto;
  max-width: 1500px;
  min-width: 700px;
  overflow: hidden;
}

.quizshow_Warp .visual_m img {
  width: 100%;
  height: auto;
}

.quizshow_Warp .content_Warp {
  margin: 0px auto;
}

.quizshow_Warp .content_Warp .title {
  width: 80%;
  height: auto;
  margin: 0px auto;
  color: #c96a1f;
  border-bottom: 3px solid #ffd0a6;
}

.quizshow_Warp .content_Warp .title {
  margin-top: 30px;
}

.quizshow_Warp .content_Warp .title h1 {
  font-size: 16pt;
  margin: 0px 0px 5px 0px;
}

.quizshow_Warp .content {
  margin: 10px auto;
}

.quizshow_Warp .content li {
  width: 100%;
  float: none;
}

.quizshow_Warp .content p.tit {
  margin: 30px 0px 5px;
  font-size: 12pt;
}

.quizshow_Warp .how p {
  display: inline-block;
  width: auto;
  margin: 10px 0px;
}

.quizshow_Warp .how span {
  font-size: 11pt;
}

.quizshow_Warp .how p img {
  width: 70%;
  height: auto;
}

.quizshow_Warp .join_box {
  border: 5px solid #1f5aa4;
  margin: 0px auto;
  padding: 5px;
  border-radius: 10px;
  min-width: 300px;
  max-width: 600px;
  width: 40%;
  display: table;
}

.quizshow_Warp .join_box img {
  width: 100%;
  float: left;
}

.quizshow_Warp .join_box div {
  margin: 2%;
  float: left;
  text-align: center;
  width: 96%;
}

.quizshow_Warp .join_box div .bold {
  color: #1f5aa4;
  font-size: 20pt
}

.quizshow_Warp .join_box span {
  text-align: center;
}

.quizshow_Warp .join_box span img {
  width: 10%;
}


/*광고 등록 선택*/
.ad_top_setting {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 98%;
  top: 0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #9c9c9c;
  padding: 1%;
}

.ad_setup tbody tr th {
  border-left: 0px;
  border-right: 0px;
}

.ad_setup tbody tr td {
  border-left: 0px;
  border-right: 0px;
}

.ad_top_setting .add {
  float: left;
}

.ad_top_setting .save {
  float: right;
}

.ad_top_setting .cancel {
  float: right;
}

.ad_setup {
  margin-top: 56px;
}

.ad_setup tbody tr td h1 {
  font-size: 16px;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding: 10px;
  background: #f1faff
}

.ad_setup tbody tr td h1.before {
  background: #fff2e5;
}

.ad_setup .check_ad {
  text-align: center;
}

.ad_setup .check_ad span {
  position: fixed;
}

.ad_setup .num {
  width: auto;
  font-size: 10pt;

  color: #01579b;
  float: left;
  margin-left: 10px;
  text-align: center;
}

.ad_setup .num input {
  width: 40px;
  margin-left: 10px;
}

.ad_setup img {
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
}

.ad_setup .check_ad img {
  width: 100px;
  height: auto;
  margin-top: 7px;
  position: relative;
}

.ad_setup .check_ad div {
  width: 140px;
  display: inline-block;
  padding: 0px;
  margin-right: 15px;
}

.ad_setup .check_ad .btnX {
  position: absolute;
}

.ad_setup .check_ad .btnX img {
  width: 15px;
  height: auto;
}

.ad_setup .list_close {
  width: 100%;
  margin: 10px 0px;
}

.ad_setup .list_close img {
  width: 15px;
  border: 0px;
  margin-right: 10px;
  float: right;
}

.ad_setup tbody tr td button {
  vertical-align: top;
}

ul.ad_setup {
  width: 99%;
  float: left;
  margin-top: 15px;
  background: #f3f3f3;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  padding-left: 1%;
}

.ad_setup li {
  width: 30%;
  text-align: center;
  margin: 5px 1%;
}

.ad_setup tbody tr td input {
  width: 15px;
  height: 15px;
}

.ad_area {
  width: 100%;
  height: auto;
  float: left;
}

.ad_area li {
  padding: 5px 3%;
  border-bottom: 1px solid #ccc;
  width: 94%;
  float: left;
}

.ad_area li.line {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

.ad_area li.line_r {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.ad_area .size {
  font-size: 10pt;
  padding: 5px 0px 10px 0px;
  width: 100%
}

.ad_main .file_area {
  float: left;
  width: 150px;
  height: 90px;
  text-align: center;
  border-right: 1px solid #ccc;
  padding-top: 20px;
}

.ad_sub .file_area {
  float: left;
  width: 150px;
  height: 70px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.ad_area .ad_del {
  float: right;
  margin-top: 20px;
}

.ad_area li p {
  float: left;
  width: auto;
}

.ad_main .ad_img {
  width: 70px;
  height: auto;
  margin-right: 15px;
  border: 1px solid #ccc;
  float: left;
}

.ad_main .link {
  float: left;
  margin-top: 30px;
  padding-left: 20px;
}

.ad_sub .link {
  float: left;
  margin-top: 15px;
  padding-left: 20px;
}

.ad_main .link input[type=text] {

  margin-left: 10px;
  padding: 10px;
  width: 450px;
}

.ad_sub .link input[type=text] {
  margin-left: 10px;
  padding: 10px;
  width: 400px;
}

.ad_sub .ad_img {
  width: 100px;
  height: auto;
  margin-right: 5px;
  border: 1px solid #ccc;
  float: left;
}

/*
.ad_sub div{
	width:100px;
	float:left;
}
*/
.ad_sub div p {
  width: 100%;
}

.ad_bottom .ad_img {
  margin-top: 12px;
}

.ad_detail img {
  width: 80px;
  height: auto;
}

.ad_add {
  float: right;
}

/* HTML 결과 페이지 */
.result_table .result_title {
  text-align: center;
  background: #01579b;
  color: #fff;
  padding: 10px 0px;
}

.result_table th {
  background: #E0E0E0;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.result_table td {
  border: 1px solid #ccc;
}

.result_table .infoList {
  padding-left: 10px;
}

.result_table .quiz_area {
  padding: 10px;
  width: 100%;
}

.result_table .question_font {
  font-size: 16px;

}

.game_list,
.game_make {
  font-size: 14px;
}

.game_list h1 {
  font-size: 18px;
  background: #0b486b;
  padding: 10px;
  color: #fff
}

.game_list ul {
  width: 96%;
  margin: 0px 2%;
  float: left;
  height: auto;
}

.game_list ul li {
  width: 96%;
  padding: 10px 2%;
  border-bottom: 1px solid #ccc;
}

.game_list ul li p {
  width: auto;
  float: left;
  margin-top: 5px;
}

.game_list ul li input[type=button] {
  float: right;
  background: #3b8686;
  padding: 5px 8px;
  border: 2px solid #278888;
  border-radius: 3px;
  color: #fff;
}

.game_list ul li.game_none {
  text-align: center;
  font-size: 18px;
}

.game_list ul li.game_none p {
  float: none;
  padding: 20px 0px;
}

.game_creat {
  float: right;
  margin: 10px;
}

.game_creat input,
.game_creat button,
.state_area input,
.quiz_type input[type=button] {
  padding: 10px 15px;
  border-radius: 3px;
  background: #FF6B6B;
  border: 2px solid #EC4545;
  margin: 10px;

  color: #fff;
}

.game_make li {
  width: 100%;
}

.game_make p {
  float: left;
  width: 150px;
}

.game_make input,
.game_make select {
  float: left;
}

.game_make table {
  width: 100%;
}

.game_make table th {
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #ECE5CE;

}

.game_make table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.game_quiz {
  font-size: 14px;
  text-align: center;
}

.state_area {
  width: 100%;
}

.state_area p {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.state_area input {
  width: 50%;
}

.game_quiz .close_btn {
  border-radius: 3px;
  background: #5A5A5A;
  color: #fff;
  border: 2px solid #CCC;
  float: right;
  padding: 10px 15px;
  margin: 20px;
}

.qz_class {
  text-align: left;
  color: #333;
}

.qz_class p {
  border-bottom: 1px solid #ccc;
  width: 96%;
  padding: 10px 2%;

}

.qz_class li {
  width: 92%;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 5px 2%;
  padding: 5px 2%;
}

.end_area {
  width: 100%;
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
}

.num_area p {
  width: 40%;
  padding: 20px 5%;
  float: left;
}

.num_area .num {
  text-align: left;

  color: #ff6b6b;
}

.num_area .count {
  text-align: right;
}

.quiz_type {
  margin: 10px;
}

.quiz_type input[type=text] {
  width: 70%;
}

.quiz_type input[type=button] {
  padding: 5px 4%;
}

.rank_list {
  width: 94%;
  margin: 0px 3%;
  float: left;
  border-radius: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.rank_list h1 {
  font-size: 16px;
  color: #fff;
  background: #0b486b;
  padding: 10px 0px;
}

.rank_list ul li {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.rank_list ul li:nth-child(even) {
  background: #FFF8EF;
}

.rank_list li p {
  float: left;
}

.rank_list li p.name {
  width: 16%;
  font-size: 12px;
  padding: 0px 2%;
  word-break: normal;
}

.rank_list li p.score {
  width: 15%;
}

.bar {
  width: 65%;
  border: 1px solid #ccc;
  float: left;
  height: 20px;
  box-sizing: border-box;
}

.bar p {
  height: 18px;
}

.bar p.correct {
  background: #2199FF;
}

.bar p.incorrect {
  background: #ccc;
}

.accumulate {
  font-size: 10pt;
}

/* 퀴즈셋등록 */
.qset_new_save {
  width: 100%;
  float: left;
  border-top: 2px solid #1f3b8a;
}

.qset_new_save li {
  width: 100%;
  margin: 10px 0px;
}

.qset_new_save p {
  float: left;
  width: 100px;
}

.qset_new_save input[type=text] {
  width: 70%;
}

.qset_new {
  float: left;
}

.qset_new .title,
.qset_update .title,
.popup_title {
  font-size: 12pt;
  margin: 10px;
  font-weight: bold;
  color: #1f3b8a;
}

/*캠프글이 없을 시*/
.write_none {
  width: 90%;
  text-align: center;
  padding: 20px 0px;
  margin: 0px 5%;
  font-size: 10pt;
  border-bottom: 2px dotted #aaa;
  line-height: 23px;
}

.write_none h1 {
  font-size: 18pt;
  margin-bottom: 20px;
}

.write_none_img {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  font-size: 11pt;
  line-height: 23px;
}

.write_none_img span {
  color: #f00;
}

/* new이벤트관리 */
.event_btn button {
  padding: 0px;
  border: 0px;
  width: 23px;
  height: 23px;
}

.event_btn button img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.event_view_menu {
  width: 100%;
  float: left;
  border-top: 2px solid #316da2;
  border-bottom: 2px solid #316da2;
  border-right: 1px solid #ccc;
  font-size: 8pt;
  background: #efefef;
}

.event_view_menu li {
  padding: 10px 0px;
  text-align: center;
  border-left: 1px solid #efefef;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
}

.event_view_menu li p {
  margin-top: 7px;
}

.event_view_menu .ov {
  background: #316da2;
  color: #fff;
  /*
	border-bottom:2px solid #316da2;
	*/
}

.event_view_menu .ov .icon_warp {
  background-position: -52px 0px;
}

.event_view_menu .icon_warp {
  width: 52px;
  height: 50px;
  margin: 0px auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

#menu_skin .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_skin.png');
}

#menu_study .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_study.png');
}

#menu_screen .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_ready.png');
}

#menu_display .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_display.png');
}

#menu_msg .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_msg.png');
}

#menu_ad .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_ad.png');
}

#menu_consol .icon_warp {
  background-image: url('/gt/stime/admin/css/image/event_view_consol.png');
}

.event_list,
.member_list {
  min-height: 630px;
}

.event_view_con {
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  display: none;
}

.event_table {
  width: 100%;
  text-align: center;
}

.event_table tr th {
  text-align: center;
  background: #ececec;
  padding: 10px 0px;
}

.event_table tr td {
  padding: 1%;
}

.event_table .photo div {
  width: 33%;
  float: left;
  text-align: center;
}

.event_table .photo div img {
  width: 90%;
  height: auto;
  border: 1px solid #ddd;
}

.event_view_con .display td {
  text-align: center;
  width: 33%;
}

.event_view_con .display img {
  width: 90%;
  height: auto;
  border: 1px solid #ccc;
}

.event_view_con .event_view_link input[type=text] {
  width: 90%;
  height: 20px;
  padding: 10px;
}

.event_table button.btn_p_del {
  background: url("/gt/stime/admin/css/image/del_btn.png");
  border: 0px;
  width: 20px;
  height: 20px;
  background-size: cover;
  vertical-align: top;
  margin-left: -40px;
  margin-top: 10px;
}

.event_table button.btn_del {
  background: url("/gt/stime/admin/css/image/del_btn.png");
  border: 0px;
  width: 20px;
  height: 20px;
  background-size: cover;
}

.event_table textarea {
  width: 80%;
  height: 50px;
  padding: 10px;
  margin: 10px;
  vertical-align: middle;
}

.event_view_warp {
  margin-bottom: 30px;
}

.event_view_warp .ov_img {
  display: none;
}

.event_view_warp .vertical td {
  border-bottom: 1px solid #ccc;
}

.event_view_warp .vertical th {
  border-bottom: 1px solid #ccc;
  background: #efefef;
  border-right: 1px solid #ccc;
}

.event_view_con .ready_display img {
  width: 30%;
}

.skinArea .img_50 {
  width: 40%;
}

.skinArea {
  display: block;
  padding-top: 20px;
}

.skinArea div {
  width: 100%;
  float: left;
  text-align: center;
}

.skinArea p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 10pt;
  color: #777;
}

.skinArea .tit {
  color: #333;
  font-size: 11pt;
  margin-top: 20px;
}

.skinArea img {
  border: 1px solid #ccc;
  width: 75%;
}

.skinArea .bn {
  width: 350px;
  height: 197px;
  overflow: hidden;
  margin: 20px 0px;
}

.skinArea .bg {
  width: 250px;
  height: 197px;
  overflow: hidden;
  margin: 20px 0px;
}

.event_view_con .btn_warp {
  padding: 20px 3%;
  width: 94%;
  display: inline-block;
  text-align: center;
}

.event_view_con .btn_warp .btn_r {
  float: right;
}

.event_view_con .btn_warp .btn_l {
  float: left;
}

.event_view_con .msg_add {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.event_view_con .msg_add input {
  width: 80%;
  padding: 10px;
  margin-left: 5%;
}

.event_view_con .ad_add {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.event_view_con .ad_add th {
  padding: 15px 0px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.event_view_con .ad_add td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.event_view_con .ad_add input[type=text] {
  width: 90%;
  padding: 10px;
}

.event_view_con .ad_add .explain {
  text-align: left;
  padding: 15px 10px;
}

.event_view_con .ad_add .line_none {
  border-right: 0px;
}

.event_view_con .ad_tit {
  padding: 10px 2%;
  background: #f1f1f1;
  float: left;
  width: 96%;
}

.e_quiz_warp {
  width: 100%;
  border-bottom: 2px solid #316da2;
  padding: 50px 0px 20px 0px;
  ;
  float: left;
}

.e_quiz_warp .right {
  float: right;
}

.e_quiz_warp .left {
  float: left;
  padding-top: 10px;
}

.quiz_randam {
  float: left;
  border-bottom: 2px solid #316da2;
  width: 98%;
  padding: 20px 1%;
  margin-bottom: 30px;
}

.quiz_randam p {
  width: 100%;
  margin: 10px 0px;
}

/*공지사항-캠프글연결*/
.bg_white {
  background: #fff;
}

.camp_connect {
  padding: 20px;
}

.camp_connect .tit {
  font-size: 16pt;
  width: 100%;
  float: left;
  text-align: center;
}

.camp_connect .tit p {
  font-size: 12pt;
  color: #aaa;
}

.camp_connect .camp_list {
  background: #f1f1f1;
  width: 100%;
  float: left;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.camp_connect .camp_list li {
  width: 94%;
  padding: 10px 3%;
}

.camp_connect .camp_list p {
  width: 50%;
  float: left;
}

.camp_connect .camp_list .radio {
  width: 5%;
  float: left;
}

.camp_connect .camp_list .post .con {
  width: 95%;
  float: left;
  max-height: 80px;
  word-break: break-all;
  white-space: pre;
  overflow: hidden;
  line-height: 20px;
  font-size: 11pt;
  text-overflow: ellipsis;
}

.camp_connect .cTop input {
  width: 80%;
}

/*팝업 공지사항*/
.index_popup {
  position: fixed;
  z-index: 999999;
  top: 15%;
  left: 5%;
  background: #fff;
  box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2)
}

.index_popup .imgWarp {
  width: 300px;
  height: auto;
}

.index_popup .imgWarp img {
  width: 100%;
  height: auto;
}

.index_popup .pop_footer {
  float: left;
  width: 96%;
  margin: 3px 2%;
}

.index_popup .day_close {
  width: auto;
  float: left;
  padding-top: 10px;
}

.index_popup .close {
  width: auto;
  float: right;
  cursor: pointer;
}

/* 카드뒤집기 주관식 */
.card_type_select {
  width: 96%;
  background: #e6e6e6;
  padding: 10px 2%;
  float: left;
}

.card_type_select p {
  float: left;
  margin-right: 20px;
  width: auto;
}

.bdWrd2_order {
  width: 30px;
  text-align: center;
  float: left;
  font-size: 13pt;
  font-weight: bold;
}

.bdWrd2Answer {
  float: left;
  width: 100%;
  margin: 10px 0px;
  border-top: 1px solid #ccc;
}

.bdWrd2Answer li {
  width: 100%;
  float: left;
}

.bdWrd2Answer .ques_img {
  /*height:110px;*/
  width: 80%;
  padding: 10px 0px;
  margin: 0px auto;
  display: inline-block;
  text-align: center;
}

.bdWrd2Answer .ques_img img {
  width: 100px;
  height: auto;
}

.bdWrd2Answer table {
  width: 100%;
  border-left: 1px solid #ccc;
}

.bdWrd2Answer table p button {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.bdWrd2Answer table p button img {
  width: 20px;
  height: 20px;
}

.bdWrd2Answer table tbody td {
  text-align: center;
  padding: 10px;
}

.bdWrd2Answer .card_keyword {
  width: 80%;
  margin: 0px auto 10px auto;
  padding-bottom: 10px;
}

#bdWrd2Answer input[type=text] {
  width: 60%;
  margin: 5px;
}

#bdWrd2Answer .button {
  float: right;
}

/*이벤트참여*/
.event_contact {
  background-repeat: no-repeat;
  background-color: #1c4577;
  text-align: center;
  padding: 15px 0px;
  display: none;
}

.event_contact p {
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
}

.event_contact input {
  width: 200px;
  padding: 12px;
  margin: 0px 5px;
  border-radius: 5px;
  font-size: 11pt;
}

.event_contact button {
  background-image: url('images/event_contact_btn2.png');
  color: #4e260d;
  width: 110px;
  height: 53px;
  border: 0px;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  font-size: 11pt;
  font-weight: bold;
}

/*메인 연혁*/
.news {
  background: url('images/history_bg.jpg');
  width: 96%;
  padding: 0px 2%;
}

.news_list ul {
  width: 100%;
  float: left;
}

.news_list ul li {
  width: 94%;
  margin: 20px 3%;
  cursor: pointer;
}

.news_list ul li .image {
  overflow: hidden;
  float: left;
  margin-right: 2%;
}

.news_list ul li .image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.news_list .title {
  border-bottom: 1px solid #ccc;
}

.news_list .title,
.news_list .sub {
  float: left;
  padding-bottom: 10px;
}

.news_list .title p {
  font-weight: 700;
  color: #222;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding: 0px 0px 5px 0px;
}

.news header {
  margin: 0px 3%;
  padding: 3% 1% 8px 1%;
  width: 92%;
  float: left;
  border-bottom: 1px solid #d0c3b1;
}

.news header p {
  font-size: 14pt;
  color: #666;
  font-weight: normal;
  float: left;
  width: 100px;
  text-align: left;
}

.news header span {
  margin-top: 8px;
  height: 14px;
  float: right;
  font-size: 9pt;
  color: #333;
  cursor: pointer;
}

.news header span img {
  margin-bottom: 0px;
  padding-left: 5px;
  vertical-align: middle;
}

.news_list ul li .date {
  font-size: 9pt;
  color: #333;
  height: 15px;
}

.news_list ul li .sub {
  overflow: hidden;
  line-height: 20px;
  margin-top: 10px;
  font-size: 10pt;
  text-align: justify;
  word-break: break-all;
}

.news_list_button {
  width: 5%;
  height: 40px;
  float: left;
  margin-top: 150px;
  cursor: pointer;
}

/* 새소식 리스트 */
.history_cWarp .news_preview {
  padding: 20px 0px;
  margin: 30px 3%;
  width: 94%;
  display: inline-block;
  text-align: center;
}

.news_preview .news_box {
  border: 1px solid #ddd;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.news_preview .news_title {
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgb(255 255 255 / 1);
  text-align: center;
  padding: 13px 0px;
  bottom: 0;
}

.news_preview .news_warp {
  position: relative;
  width: 100%;
}

.news_preview .news_title h1 {
  font-size: 12pt;
  color: #000;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 20px;
}

.news_preview .news_title p {
  font-size: 9pt;
  color: #ccc;
}

.news_preview .news_image {
  position: relative;
  z-index: 0;
}

.news_image img {
  width: 100%;
}

.news_preview .news_content {
  text-align: justify;
  font-size: 10pt;
  line-height: 26px;
  color: #333;
  padding: 10px;
  min-height: 60px;
  height: 70px;
  word-break: break-all;
  background: #fff;
  display: none;
  /* display:-webkit-box; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_more {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: url('/gt/stime/css/images/news_more_bg.png');
}

.news_more_btn button,
.news_list_btn button {
  border: 1px solid #eb4e10;
  border-radius: 3px;
  color: #eb4e10;
  font-weight: 600;
  padding: 14px;
  margin: 0px;
}

.news_more_btn img {
  margin-right: 20px;
  vertical-align: middle;
  border: 0px;
}

/* 새소식 보기 */
.all_Warp .sub_Wrap .sub_news {
  width: 100%;
  margin-left: 0px !important;
}

.news_view_warp {
  width: 90%;
  margin: 0px 5%;
  padding: 20px 0px;
  float: left;
  border-bottom: 1px solid #ccc;
}

.news_view_warp .news_title {
  width: 100%;
  border-bottom: 2px solid #214b73;
  float: left;
  padding: 10px 0px;
}

.news_view_warp .news_title h1 {
  float: left;
  width: auto;
  padding-left: 10px;
  font-size: 16pt;
}

.news_view_warp .news_title p {
  width: auto;
  float: right;
  font-size: 10pt;
  color: #333;
  padding-right: 10px;
  margin-top: 8px;
}

.news_view_warp .news_text {
  margin: 20px;
  line-height: 25px;
  float: left;
}

.news_view_warp .news_image {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.news_view_warp .news_image img {
  border: 1px solid #ddd;
}

.news_view_warp .news_image p {
  width: 70%;
  margin: 20px 15%;
}

.news_list_btn {
  margin: 30px 0px 20px;
  width: 100%;
  float: left;
}

.news_list_btn img {
  margin-right: 30px;
  vertical-align: middle;
  border: 0px;
}

.another_news ul {
  margin: 0px;
}

.another_news li {
  border: 1px solid #ccc;
  padding: 3%;
  width: 90% !important;
  margin: 10px 3% !important;
}

/* 콘솔 이미지 추가 */
.consol_images {
  width: 96%;
  display: inline-block;
  margin: 10px 2%;
  text-align: center;
}

.consol_images li {
  width: 220px;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 5px 15px;
}

.consol_order {
  text-align: center;
  background: #ddd;
  padding: 10px 0px;
}

.consol_images .ques_img img {
  width: 200px;
  height: 188px;
  margin: 10px;
  border: 1px solid #eee;
}

.consol_images .ques_img p {
  width: 90%;
  margin: 0px auto;
}

/* event phone open list */
.phone_open_list {
  width: 100%;
}

.phone_open_list h1,
.phone_open_search h1 {
  padding: 10px 20px;
  font-size: 16pt;
}

.phone_open_list table tr td {
  word-break: break-all;
}

.phone_open_search {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.phone_open_search input[type=text] {
  width: 70%;
  padding: 15px 10px;
  margin-left: 10px;
}

/* index 광고 영역 */
.popAd_wrap {
  position: fixed;
  z-index: 500;
  top: 20%;
  left: 10%;
  /*cursor:pointer;*/
  width: 320px;
}

/*탑랭크 pc 팝업*/
.popAd_wrap2 {
  position: fixed;
  z-index: 400;
  top: 200px;
  left: 15%;
  /*cursor:pointer;*/
  width: 700px;
  border: 7px solid #cacaca;
}

.popAd_wrap2 .img_wrap img {
  width: 100%;
}

.popAd_wrap2 .pop_footer {
  width: 700px;
  margin-top: -5px;
}

/*탑랭크 모바일 팝업*/
.popAd_wrap_m {
  display: none;
  position: fixed;
  z-index: 400;
  top: 30%;
  left: 4%;
  width: 320px;
  border: 7px solid #cacaca;
}

.popAd_wrap_m .img_wrap img {
  width: 100%;
}

.popAd_wrap_m .pop_footer {
  width: 320px;
  margin-top: -5px;
}

.popAd_wrap p {
  right: 0px;
  margin: 10px;
  position: absolute;
  z-index: 5;
  top: 20px;
  width: 20px;
  height: 20px;
}

.popAd_wrap p img {
  width: 100%;
}

.popAd_wrap .img_wrap {
  position: relative;
  z-index: 4;
}

.popAd_wrap .btn_wrap {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.popAd_wrap .btn_wrap button {
  width: 200px;
  height: 200px;
  margin: 7px auto;
  border: 0px;
  font-size: 12pt;
  font-weight: bolder;
  background: none;
}

.popAd_wrap .btn_wrap button img {
  width: 100%;
  height: auto;
}

.popAd_wrap .btn_wrap .btn1 {
  background: url(images/ad_new_media_btn1.png);
  color: #680909;
}

.popAd_wrap .btn_wrap .btn2 {
  background: url(images/ad_new_media_btn2.png);
  color: #575757;
}

/* index 공지 */
.popAd_wrap {
  position: fixed;
  z-index: 500;
  top: 4%;
  left: 8%;
  width: 80%;
  max-width: 540px;
  min-width: 290px;
  border: 7px solid #cacaca;
}

.popAd_wrap p {
  right: 0px;
  margin: 10px;
  position: absolute;
  z-index: 5;
  top: 0px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.popAd_wrap .img_wrap {
  position: relative;
  z-index: 4;
}

.popAd_wrap .img_wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 4px solid #FFF;
  box-sizing: border-box;
}

.layer_popup .pop_footer {
  background: #cacaca;
  padding: 7px 0 3px 0;
}

.layer_popup .pop_footer label {
  cursor: pointer;
  color: #1f1f1f;
  font-size: 20px;
}

.layer_popup .pop_footer label input {
  margin-right: 6px;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
}

.layer_popup .pop_footer a {
  float: right;
  color: #1f1f1f;
  margin-right: 10px;
  font-size: 20px;
}

/* 이벤트접속 */
.event_contact_wrap {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
}

.event_contact_wrap img {
  height: auto;
}

.event_contact_wrap button {
  background: none;
  border: 0px;
  padding: 0px;
}

.event_mask {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url(images/black_bg_5.png);

}

.event_mask .popup {
  width: 80%;
  background: #fff;
  text-align: center;
  margin: 50% auto;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  max-width: 500px;
}

.event_mask .popup button {
  width: 50%;
  float: left;
  border: 0px;
  margin: 0px;
  font-size: 11pt;
}

.event_mask .popup .contact {
  background: #ffbf05;
  color: #000;
  border-radius: 0px 0px 0px 5px;
}

.event_mask .popup .close {
  background: #ddd;
  color: #333;
  border-radius: 0px 0px 5px 0px;
}

.event_mask input[type=text] {
  width: 80%;
  padding: 8px;
  font-size: 10pt;
  margin: 5%;
}


/* 뉴미디어 */
.sub_cWarp .newmedia {
  text-align: center;
  width: 100%;
  /*
	max-width:1000px;
	*/
  margin: 20px auto;
  float: none;
}

.sub_cWarp .newmedia h1 {
  color: #033c9a;
  font-weight: bolder;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}

.newmedia .newmedia_vis .line,
.newmedia_popup .line {
  border-top: 1px solid #aaa;
  width: 8%;
  margin: 0px auto;
}

.sub_cWarp .newmedia .img_wrap {
  width: 90%;
  margin: 30px auto;
  max-width: 900px;
  display: inline-block;
  text-align: center;
}

.sub_cWarp .newmedia .img_wrap img {
  margin: 1%;
  width: 31%;
}

.sub_cWarp .newmedia .head h1 {
  background: url(images/newmedia_h1_bg.jpg);
  color: #9a2703;
  border: 0px;
  width: auto;
  background-size: contain;
}

.sub_cWarp .newmedia .head p {
  font-weight: bold;
  color: #333;
  line-height: 30px;
}

.img {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 30px auto;
}

.newmedia .newmedia_vis {
  margin-top: 80px;
}

.newmedia .newmedia_vis p {
  font-size: 14pt;
  line-height: 20pt;
}

.newmedia .newmedia_vis .vis {
  /*
	background-color:#d3ecff;
	background-image:url(images/newmedia_bg_bt.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 100%;
	*/
  padding-bottom: 80px;
}

.newmedia .newmedia_vis img {
  width: 100%;
  max-width: 800px;
}

.newmedia .newmedia_vis .vis01 {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.newmedia .newmedia_vis .vis01 .img1 {
  position: absolute;
  z-index: 2;
  left: 0px;
  width: 100%;
  text-align: center;
}

.newmedia .newmedia_vis .vis01 .img1 img {
  max-width: 600px;
}

.newmedia .newmedia_vis .vis01 .img2 {
  position: relative;
  bottom: 0px;
  z-index: 3;
  padding-top: 42%;
}

.newmedia .newmedia_vis .vis .arrow img {
  width: 10%;
  max-width: 100px;

  padding-bottom: 0px;
}

.newmedia .newmedia_vis .info {
  /*
	background:url(images/newmedia_vis_bg1.png);
	background-position:50% 0%;
	background-size:cover;
	*/
  font-weight: bold;
}

.newmedia .newmedia_vis .info p {
  font-weight: bolder;
  color: #084173;
}

.newmedia .request_box {
  width: 230px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /*
	background:url(images/newmedia_vis_bg2.png);
	background-position:50% 90%;
	*/
}

.newmedia .request_box button {
  width: 30%;
  max-width: 300px;
  min-width: 150px;
  background: #c41919;
  font-size: 14pt;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0px 2px 0px 2px #5c0a0a;
  border: 0px;
}

.newmedia .request_box .control {
  position: absolute;
  right: 10px;
  top: -27px;
}

.newmedia .request_box .box {
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 2px #e1e1e1;
  text-align: center;
  padding: 20px 0px;
  background-image: url(images/newmedia_request_bg.jpg);
  background-color: #fff;
  background-position: 20% 100%;
  background-repeat: no-repeat;
}

.newmedia .request_box .box p {
  font-weight: normal;
  line-height: 25px;
  font-size: 10pt;
  margin: 5px 0px;
}

.newmedia .request_box .box p span {
  font-size: 13pt;
  font-weight: bold;
  color: #163e81;
}

.newmedia .request_box .box p.point {
  font-size: 20pt;
  margin: 0px;
  color: #f76e0c;
  font-weight: bolder;
}

.newmedia .newmedia_vis .s_tit {
  font-size: 18pt;
  font-weight: bold;
}

.newmedia .newmedia_vis .s_con {
  font-size: 12pt;
  margin: 10px 0px 30px;
}

.newmedia .newmedia_effect {
  text-align: center;
  width: 80%;
  margin: 0px 10%;
  padding-top: 200px;
  float: left;
}

.newmedia .newmedia_effect ul {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;

}

.newmedia .newmedia_effect ul li {
  width: 30%;
  margin: 0px 1%;
}

.newmedia .newmedia_effect ul li img {
  width: 100%;
  height: auto;
}

.newmedia .newmedia_effect ul li p {
  width: 100%;
}

.newmedia .newmedia_function {
  text-align: center;
  width: 80%;
  margin: 0px 10%;
  padding-top: 200px;
  float: left;
}

.newmedia .newmedia_function ul li {
  width: 100%;
  float: left;
  line-height: 35px;
}

.newmedia .newmedia_qa {
  width: 80%;
  margin: 0px 10% 320px 10%;
  padding-top: 200px;
  float: left;
}

.newmedia .newmedia_qa ul {
  display: inline-block;
  margin: 0px auto;
  width: 100%;
  max-width: 700px;
}

.newmedia .newmedia_qa ul li {
  width: 100%;
  float: left;
  text-align: left;
}

.newmedia .newmedia_qa .ques {
  font-weight: bold;
  background: #daefff;
  padding: 10px;
  border-radius: 5px;
}

.newmedia .newmedia_qa .ans {
  font-size: 12pt;
  padding: 10px 10px 10px 20px;
  margin-bottom: 30px;
}

.newmedia .newmedia_qa .ans:before {
  content: "- ";
}

.newmedia .format {
  margin-top: 150px;
}

.newmedia .format ul {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}

.newmedia .format ul li {
  width: 100%;
  float: left;
  font-size: 14pt;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 50px;
}

.newmedia .format ul li img {
  float: left;
  width: 40%;
}

.newmedia .format ul li.app {
  margin-bottom: 70px;
}

.newmedia .format ul li.app div img {
  margin-top: 30px;
  width: 30%;
  max-width: 150px;
  min-width: 100px;
}

.newmedia .format ul li div {
  display: inline-block;
  width: 59%;
}

.newmedia .format ul li div img {
  width: auto;
}

.newmedia .format ul li div p {
  text-align: left;
}

.newmedia .format ul li div span {
  font-size: 22px;
  font-weight: bold;
  color: #ff3300;
}

.newmedia_popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
}

.newmedia .camera {
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}

.newmedia .camera p {
  padding-bottom: 30px;
}

.newmedia .camera .point {
  color: #ff3300;
  font-size: 22px;
  font-weight: bold;
}

.newmedia .camera ul {
  width: 90%;
  float: left;
  margin: 0px 5%;
  text-align: center;
}

.newmedia .camera ul li {
  float: left;
  background: #ececec;
  border-radius: 5px;
}

.newmedia .camera ul li.ver img {
  width: 50%;
}

.newmedia .camera ul li img {
  width: 100%;
}

.newmedia_popup .close {
  margin: 10% auto 10px;
  width: 90%;
  max-width: 800px;
  text-align: right;
}


.marketing_bn {
  border-top: 1px solid #eee;
  width: 96%;
  padding: 0px 2%;
  margin: 0px auto;
  text-align: center;
}

.marketing_bn .content .area {
  width: 42%;
  padding: 4%;
  float: left;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

.marketing_bn .content .area img {
  width: 100%;
  border: 1px solid #eee;
  position: relative;
  bottom: 100px;
  left: 10px;
  margin-right: 0px;
  overflow: hidden;
}

.marketing_bn .content .area .img_wrap li {
  float: left;
}

.ad_banner_slider_box {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #9a9a9a;
}

.ad_banner_slider_box ul li {
  float: left;
  width: 100%;
  line-height: 0px;
}

.ad_banner_slider_box ul li img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c3c3c3;
}

/* 캠프 말머리 설정 */
.camp_category {
  width: 100%;
  margin-top: 20px;
}

.camp_category .add {
  padding: 15px 0px;
  text-align: center;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.camp_category input {
  width: 80%;
  padding: 10px;
}

.camp_category .category_title {
  width: 96%;
  float: left;
  padding: 13px 2%;
  border-bottom: 1px solid #ccc;
}

.camp_category .category_title p {
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.camp_category img {
  width: 100%;
  height: auto;
}

.camp_category table tr td {
  border-left: 1px solid #ccc;
}

.camp_category .check {
  margin-top: 8px;
}

/* 카테고리 메뉴 추가 */
.submenu .category_menu {
  float: left;
  width: 80%;
  border-top: 1px solid #ccc;
  padding: 12px 5% 0px 5%;
  margin: 58px 5% 0px 5%;
}

.submenu .category_menu li {
  float: left;
  height: 25px;
  margin-bottom: 5px;
  font-size: 10pt;
  cursor: pointer;
}

.submenu .category_menu .cate_ov {
  width: 90%;
  color: #194e7d;
  font-weight: bold;
  list-style: outside;
}

.camp_menuWarp .camp_search {
  padding: 20px 10px;
  background: #194e7d;
  border-top: 1px solid #5b758c;
  text-align: center;
}

.camp_menuWarp .camp_search input {
  width: 70%;
  vertical-align: middle;
}

.camp_menuWarp .camp_search button {
  padding: 4px;
  width: 20%;
  height: 34px;
  color: #3d677c;
}

.camp_menuWarp .camp_search button img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

/*********************************
     미디어쿼리
 ***********************************/

@media only screen and (max-width: 480px) {
  /* 모바일 */

  /*언어셋*/
  .jp_img {
    display: none;
  }

  .jp_warp .jp_list {
    padding: 2% 5%;
    font-size: 1.125em;
    box-sizing: border-box;
  }

  .jp_warp .jp_list ul p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .cont_area {
    width: 100%;
    margin: 0 auto;
  }

  ul.tabs4>li {
    width: 120px !important;
  }

  ul.tabs4>li .li_tit {
    font-size: 16px !important;
  }

  /* 2020.11.05추가 */
  ul.tabs4>.tab-link.support {
    width: 50% !important;
  }
}

@media all and (max-width:669px) {
  /* 모바일 */
  .sub_cWarp {
    background: #fff;
  }

  .camp_menuWarp,
  .menuWarp {
    display: none;
  }

  .top_nav {
    display: none;
  }

  nav ul {
    display: none;
  }

  .news_preview {
    display: block;
  }

  .nav .logo img {
    width: 100%;
  }

  .news header .more img {
    width: auto;
  }

  .bg_Warp .aside {
    top: 50px;
  }

  .aside ul li {
    width: 33.33% !important;
    margin: 10px 0 !important;
  }

  .guide_Warp .video iframe {
    height: 300px;
  }

  nav_GNB {
    display: none;
  }

  .m_menu {
    display: block;
    float: right;
    text-align: right;
  }

  .loginWarp {
    padding-bottom: 100px;
  }

  .sub_title {
    padding: 20px 1% 0% 1%;
  }

  .subBg {
    height: 100px;
  }

  .sub_title {
    height: 80px;
  }

  .sub_hand {
    top: -190px;
    left: 60px;
  }

  .main_mg {
    display: none;
  }

  .mainBg header img {
    width: 150px;
    height: auto;
    margin-bottom: 0px;
  }

  .broadcast .b_content .video_Wrap li {
    width: 100%;
  }

  .m_menu img {
    width: 30px;
    height: auto;
    margin: 5px 0px;
  }

  .main_text {
    margin: 0%;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 5%;
  }

  .main_text h1 {
    color: #26abf9;
    font-size: 40px;
  }

  .main_text h3 {
    color: #92d7ff;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main_text p {
    color: #666;
    font-size: 15px;
    float: left;
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }

  .main_text p span:first-child {
    font-size: 30px;

    color: #323232;
    margin-bottom: 5px;
    display: block;
  }

  .main_text .title {
    text-align: center;
  }

  .bottom_warp {
    margin: 0px;
    width: 100%;
  }

  .bottom_warp .con_warp p {
    padding: 10px 0px;
    text-align: center;
  }

  .bottom_warp .con_warp {
    max-width: 669px;
  }

  .Bslide_wrap {
    width: 100%;
    margin: 0px;
    min-width: 0px;
    height: auto;
    float: left;
  }

  .Bprv_btn01,
  .Bprv_btn02 {
    display: none;
  }

  .mainBg .bg img {
    width: auto;
    height: 100%;
  }

  .quizTime .content li {
    width: 96%;
    height: auto;
    padding: 1%;
    float: left;
    margin: 2% 1%;
    background: url("images/white_bg.png");
    border-radius: 5px;
    text-align: center;
  }

  .quizTime .content li img {
    width: 40%;
    height: auto;
    float: left;
    max-width: 150px;
  }

  .quizTime .content p {
    font-size: 16pt;
    margin: 1%;
  }

  .quizTime .content li .orange {
    color: #ff5000;
  }

  .quizTime .content li .yellow {
    color: #ff8c00;
  }

  .broadcast .b_content {
    width: 96%;
    height: auto;
    margin: 30px 2%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
  }

  .school .content li {
    width: 41%;
    height: auto;
    min-height: 240px;
    padding: 2%;
    float: left;
    margin: 2%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
  }

  .school .content li img {
    width: 60%;
    height: auto;
    margin-bottom: 15px;
  }

  .school .content p {
    margin-bottom: 5px;
    font-size: 11pt;
  }

  .marketing .content li {
    width: 90%;
    height: auto;
    padding: 3%;
    float: left;
    margin: 2%;
    background: url("images/white_bg.png");
    text-align: center;
    border-radius: 5px;
  }

  .marketing .content img {
    width: 100%;
    height: auto;
  }

  .marketing .content li p {
    margin: 20px 0px 10px 0px;
    font-size: 14pt;

  }

  .dropdown_menu,
  .hand_animation {
    display: none;
  }

  .jp_list span {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
  }

  .jp_list span img {
    margin: 0px auto;
  }

  .sub_cWarp .content h1 {
    text-align: center;
    line-height: 30px;
  }

  .sub_cWarp .content {
    float: left;
    font-size: 10pt;
    line-height: 1.8;
    width: 100%;
  }

  .sub_cWarp .content .tab li {
    width: 30%;
    text-align: center;
    margin: 20px 1%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px 0px;
    font-size: 0.850em;
    padding-top: 20px;
  }

  .brd_area,
  .btn_Warp_left,
  .btn_Warp_right {
    width: 100%;
  }

  .s_nav .home {
    padding: 17px 30px 0px 15px;
  }

  .s_nav .maintitle {
    display: none;
    padding: 22px 30px 0px 15px;
  }

  .s_nav .subtitle {
    font-size: 20px;
    padding: 15px 3% 0px 2%;
  }

  .camp_top_nav {
    width: 100%;
    overflow: hidden;
  }

  .camp_top_nav .m_menu img {
    height: 17px;
  }

  .camp_news {
    width: 98%;
    margin: 65px auto 30px auto;
    padding-bottom: 40px;
    position: relative;
    background-color: #fff;
  }

  .camp_news .camp_writeForm .text {
    width: 73%;
  }

  .camp_news .camp_writeForm textarea {
    height: 100px;
  }

  .camp_news .camp_writeForm>span:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }

  .camp_news .camp_writeForm span li {
    margin: 10px 1%;
  }

  .camp_news .eventWarp .event_bn {
    width: 100%;
    float: none;
  }

  .camp_news .event_content {
    width: 90%;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .camp_news .event_content pre {
    font-size: 13px;
  }

  .camp_list .list li,
  .camp_list .camp_add li {
    width: 42%;
  }

  .camp_list .list .tit {
    font-size: 10pt;
  }

  .layoutTable tbody tr td select {
    width: 23%;
  }

  .aTableWrap .listTable tbody tr td {
    white-space: inherit;
    word-break: break-all;
  }

  .guide_Warp img {
    width: 95%;
    padding-left: 5%;
  }

  .m_language {
    /*
		background-color:#777;
		*/
    float: left;
    height: auto;
    padding: 8px 3%;
    width: 94%;
    font-size: 9pt;
  }

  .m_language li {
    margin: 0px 10px;
  }

  .m_language a:link,
  .m_language a:visited {
    color: #fff;
  }

  /*고객센터*/
  .text_area ul {
    width: 100%;
    padding-top: 5px;
  }

  .text_area li {
    width: 50%;
    padding: 30px 0;
    transition: all 0.2s;
  }

  .text_area li img {
    display: inline-block;
    width: 35px;
    margin-bottom: 8px;
  }

  .mail_area .input_warp {
    width: 100%;
    float: left;
  }

  /*풋터*/
  footer {
    clear: both;
    color: #fff;
    font-size: 10pt;
    background-color: #6d6d6d;
    width: 100%;
    padding: 0px 2%;
    box-sizing: border-box;
    overflow: hidden;
  }

  footer ul {
    overflow: hidden;
    padding: 10px 0px;
  }

  footer span {
    display: block;
    padding: 0 10px 12px;
    font-size: 12px;
  }

  footer ul li {
    margin: 0px 10px;
    font-size: 12px;
  }

  .top_scroll {
    bottom: 10px;
  }

  .login_content img {
    width: 100%;
    height: auto;
  }

  .login_content img.app_img {
    width: 50%;
  }

  .login_b p .txt {
    display: none;
  }

  .camplist_Wrap {
    margin: 0px auto 100px auto;
  }

  .camp_list .content .list li {
    width: 30%;
  }

  .event_view_menu li {
    width: 33.3%;
  }

  .layoutTable tbody tr td {
    word-break: break-all;
  }

  .news_list {
    width: 100%;
  }

  .news_list .title p {
    width: 100%;
  }

  .news_list ul li .date {
    width: 100%;
    float: left;
    text-align: left;
  }

  .news_preview .news_box {
    width: 96%;
    margin: 2%;
  }

  .news_list ul li .sub {
    height: 50px;
  }

  .event_contact_wrap img {
    width: 100px;
  }

  .event_contact_wrap button {
    width: 100px;
    height: 100px;
  }

  .event_contact {
    background-image: url('images/event_contact_bg_m.jpg');
    background-position: 50% 100%;
  }

  .sub_cWarp .newmedia h1 {
    font-size: 26pt;
    margin: 15px 0px;
    width: 50%;
  }

  .newmedia .newmedia_vis .info p {
    font-size: 20pt;
    margin-bottom: 20px;
  }

  .newmedia .newmedia_vis .info {
    padding: 90px 0px 20px;
    font-size: 14pt;
  }

  .sub_cWarp .newmedia .head h1 {
    font-size: 30pt;
    padding: 0px 15px;
  }

  .sub_cWarp .newmedia .head p {
    margin: 30px 0px 10px;
    font-size: 16pt;
  }

  .sub_cWarp .newmedia p {
    font-size: 13pt;
    line-height: 30px;
  }

  .newmedia .format ul li div p {
    margin-top: 40px;
    margin-left: 15px;
  }

  .newmedia .newmedia_qa .ques {
    font-size: 14pt;
  }

  .newmedia .camera ul li {
    margin: 0px 1%;
    width: 31%;
  }

  .newmedia .camera {
    padding: 40px 0px 60px;
  }

  .sub_cWarp .newmedia h1 {
    font-size: 18pt;
    margin: 7px 0px;
    width: 70%;
  }

  .newmedia .newmedia_vis .info p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .newmedia .newmedia_vis .info {
    padding: 45px 0px 30px;
    font-size: 12pt;
  }

  .sub_cWarp .newmedia .head h1 {
    font-size: 20pt;
    padding: 0px 10px;
  }

  .sub_cWarp .newmedia .head p {
    margin: 20px 0px 10px;
    font-size: 12pt;
  }

  .sub_cWarp .newmedia p {
    font-size: 11pt;
    line-height: 25px;
  }

  .newmedia .format ul li div p {
    margin-top: 10px;
    margin-left: 15px;
  }

  .newmedia .format ul li.app div img {
    margin-left: 10px;
  }

  .newmedia .newmedia_qa .ques {
    font-size: 12pt;
  }

  .newmedia .camera ul li {
    margin: 2%;
    width: 46%;
  }

  .newmedia .camera p {
    width: 90%;
    margin: 0px 5%;
  }

  .newmedia .camera {
    padding: 20px 0px 40px;
  }

  .newmedia_popup .close {
    width: 50px;
    height: 50px;
    margin: 10px auto;
  }

  .newmedia_popup .close img {
    width: 100%;
    height: auto;
  }

  /* 20201103수정 */
  .camp_list .camp_search {
    float: left;
    clear: both;
    box-sizing: border-box;
    width: 100%;
  }

  .camp_list .search {
    float: left;
  }

  .camp_list .search input[type=text] {
    width: 70%;
    padding: 14px 5%;
  }

  .btn_search {
    padding: 5px;
  }

}

@media all and (max-width:767px) {

  /*언어페이지*/
  .jp_img {
    display: none;
  }

  .jp_img_m {
    display: block;
  }

  .join-form .phone-verify .input-wrap {
    flex-wrap: wrap;
  }

  .join-form .phone-verify .input-wrap > * {
    margin-top: 8px;
  }
  
  .phone-verify .input-wrap button {
    margin: 0;
  }

  .agreed-tos .input-wrap input[type="checkbox"] {
    width: 28px;
  }

  .agreed-tos .input-wrap input[type="text"] {
    width: 78%;
  }
}

@media all and (min-width:768px) and (max-width: 1023px) {

  /*언어페이지*/
  .jp_img_m {
    display: none;
  }

  .jp_img {
    display: block;
  }

}

@media all and (min-width: 1024px) {

  /*언어페이지*/
  .jp_img_m {
    display: none;
  }
}

@media all and (max-width:1210px) {
  .frount_banner {
    display: none;
  }
}

.prize-edit input[type=button] {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 8px;
  margin-top: 3px;
  cursor: pointer;
}

.prize-edit div {
  display: inline-block;
  vertical-align: top;
}

.prize-edit div img {
  vertical-align: top;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.prize-edit .prize-img-del {
  cursor: pointer;
}


/* 땡기지 메인페이지 동영상 탭 css */


/* 캠프 탭 CSS */
ul.tabs4 {
  text-align: center;
  overflow: hidden;
  padding-top: 30px;
  width: 80%;
}

ul.tabs4>li {
  display: inline-block;
  width: 300px;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  box-sizing: border-box;
}

ul.tabs4>li:last-child {
  display: inline-block;
  width: 300px;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}

ul.tabs4>li .li_tit {
  padding: 8px;
  color: #6e6e6e;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

ul.tabs4>li.current .li_tit {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #8E2DE2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A00E0, #8E2DE2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

ul.tabs4>li.li_tit:hover {
  background: #605f5f;
  color: #fff;
}

.tab-content4 {
  display: none;
}

.tab-content4.current {
  display: inherit;
}

.tab-content4 ul {
  overflow: hidden;
}

.tab-content4 ul:after {
  display: block;
  clear: both;
  content: "";
}

.tab-content4 {
  display: none;
  clear: both;
}

.tab-content4 ul:after {
  display: block;
  clear: both;
  content: "";
}

.tab-content4 ul li:nth-child(3n) {
  margin-right: 0;
}

.tab-content4 ul li.txt-group3 {
  float: left;
  width: 50%;
  height: 500px;
  margin: 0;
}

.tab-content4 ul li.txt-group4 {
  float: right;
  width: 50%;
  margin: 0;
  height: 500px;
  ;
  box-sizing: border-box;
}

.tab-content4 ul li:nth-child(5n) {
  margin-right: 0;
}

.tab-content4 h2 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}


/* 주요고객사 배너 */
.bx-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.bannerArea {
  width: 100%;
  background: #faebd7;
  float: left;
}

.bannerGroup {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}

.banner {
  position: relative;
}

.bannerList li img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.divpop {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 50px;
  width: 350px;
  height: 500px;
  border: 1px solid black;
  background-color: yellow;
  display: none;
}

.title_area {
  font-weight: bold;
  text-align: center;
  width: 100%
}

.button_area {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.bx-controls-auto {
  display: none;
}

.bx-wrapper .bx-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 37px;
  text-indent: -9999px;
  z-index: 9999;
  left: -40px;
  background: url(./images/btn_prev2.png) no-repeat center center;
  background-size: auto 100%;
}

.bx-wrapper .bx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 37px;
  text-indent: -9999px;
  z-index: 9999;
  right: -40px;
  background: url(./images/btn_next2.png) no-repeat center center;
  background-size: auto 100%;
}

/* 메인페이지 sns 아이콘 우측 하단 고정 */
#youtube_Link2 {
  position: fixed;
  right: 25px;
  bottom: 260px;
  z-index: 9999;
  transition: margin-bottom .3s ease-out;
}

#youtube_Link {
  position: fixed;
  right: 25px;
  bottom: 180px;
  z-index: 9999;
  transition: margin-bottom .3s ease-out;
}

#kakaoplus_Link {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 9999;
  transition: margin-bottom .3s ease-out;
}

#blog_Link {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 9999;
  transition: margin-bottom .3s ease-out;
}

#youtube_Link2 a,
#blog_Link a,
#kakaoplus_Link a,
#youtube_Link a {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
}

#youtube_Link2 img,
#blog_Link img,
#kakaoplus_Link img,
#youtube_Link img {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
}

#youtube_Link2 span,
#blog_Link span,
#kakaoplus_Link span,
#youtube_Link span {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  padding-left: 5px;
  height: 34px;
  line-height: 30px;
}


@media screen and (max-width:1279px) {

  /* 1024px */
  ul.customer_banner li {
    width: 92px;
    margin: 0 5px;
  }
}

@media screen and (max-width:1023px) {

  /* 768px */
  .customer-logo-wrap {
    padding: 20px 58px;
    box-sizing: border-box;
  }

  ul.customer_banner li {
    width: 120px;
    padding-bottom: 10px;
  }

}

@media screen and (max-width: 767px) {

  /* 480px */
  .customer-logo-wrap {
    padding: 20px;
  }

  ul.customer_banner li {
    width: 100px;
    padding-bottom: 10px;
  }

  /* sns아이콘 모바일 수정  */
  #youtube_Link2 {
    position: fixed;
    right: 12px;
    bottom: 260px;
    z-index: 9999;
    transition: margin-bottom .3s ease-out;
  }

  #youtube_Link {
    position: fixed;
    right: 12px;
    bottom: 180px;
    z-index: 9999;
    transition: margin-bottom .3s ease-out;
  }

  #kakaoplus_Link {
    position: fixed;
    right: 12px;
    bottom: 100px;
    z-index: 9999;
    transition: margin-bottom .3s ease-out;
  }

  #blog_Link {
    position: fixed;
    right: 12px;
    bottom: 20px;
    z-index: 9999;
    transition: margin-bottom .3s ease-out;
  }

  #youtube_Link2 a,
  #blog_Link a,
  #kakaoplus_Link a,
  #youtube_Link a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 3px 2px 0px 2px;
  }

  #youtube_Link2 img,
  #blog_Link img,
  #kakaoplus_Link img,
  #youtube_Link img {
    display: block;
    width: 34px;
    height: 34px;
    float: none;
    margin: 0 auto;
    padding: 4px 10px 2px 10px;
  }

  #youtube_Link2 span,
  #blog_Link span,
  #kakaoplus_Link span,
  #youtube_Link span {
    padding: 0;
    letter-spacing: -0.10em;
    font-size: 10px;
    height: initial;
    line-height: initial;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 479px) {

  /* 320px */
  .customer-logo-wrap {
    padding: 20px 10px;
  }

  ul.customer_banner li {
    width: 65px;
    padding-bottom: 8px;
    margin: 0
  }
}

/* css끝 */