@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'NanumSquareRound';
  /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff'); */
  src: url('/w/font/NanumSquareRoundR.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'RixYeoljeongdo_Regular';
  /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/RixYeoljeongdo_Regular.woff') format('woff'); */
  src: url('/w/font/RixYeoljeongdo-Regular.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'NanumSquareRound';
}

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: 0px;
}

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

form {
  width: auto;
}

iframe {
  border: 0px;
}

br {
  opacity: 0;
}

* {
  margin: 0px;
  padding: 0px;
  word-break: keep-all;
}

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 {
  list-style: none;
}

input[type=text],
input[type=number],
input[type=tel] {
  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
}

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;
}

/*무료지원받기*/
.free-support {
  position: fixed;
  right: 29px;
  top: calc(50% + 170px);
  width: 80px;
  height: 80px;
  background: linear-gradient(to top, #42b1f5, #20d3e7);
  border-radius: 10%;
  text-align: center;
  padding-top: 16px;
  box-sizing: border-box;
  color: #ffffff !important;
  font-family: 'RixYeoljeongdo_Regular';
  font-weight: 100;
  font-size: 1.5rem;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.free-support-box {
  display: none;
  position: fixed;
}

/* 팝업 */
.popAd_wrap2 {
  position: absolute;
  z-index: 400;
  top: 190px;
  left: 90px;
  cursor: pointer;
  max-width: 600px;
  width: 47%;
  border: 2px solid #ffffff;
  background: #ffffff;
  box-shadow: 3px 3px 3px #b7b7b7;
}

.popAd_wrap2 .img_wrap img {
  /* width: 100%; */
  display: block;
  max-width: 100%;
}

.popAd_wrap2 .img_wrap .img_grid {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  height: 66%;
  margin: 30% 10% 16% 10%;
  gap: 12px;
}

.popAd_wrap1 {
  left: 820px;
}

/* 마음을여는대화 팝업 */
.popAd_wrap2.team {
  left: 50%;
  z-index: 500;
}

.popAd_wrap2.team .img_wrap>div:last-child {
  display: flex;
  flex-direction: initial;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  justify-content: center;
  margin-top: -1px;
}

/*top*/
.top-wrap {
  height: 40px;
  line-height: 40px;
  background: #2b93d0;
}

.top {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}

.top a {
  color: #fff;
  margin: 0 6px;
}

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

.top .language {
  float: left;
}

.top .login {
  float: right;
}

/*메뉴*/
.menu-wrap {
  max-width: 1720px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  position: relative;
}

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

.menu-wrap .logo {
  float: left;
  width: 300px;
  display: flex;
  align-items: center;
}

.menu-wrap .logo a:first-child {
  width: 60%;
  margin-right: 30px;
}

.menu-wrap .logo a:last-child {
  background: linear-gradient(to right, #46aef7, #1dd5e6);
  color: #fff;
  padding: 0px 20px;
  border-radius: 28px;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
}

.menu-wrap .logo img {
  width: 100%;
  vertical-align: middle;
}

.menu-wrap .gnb {
  float: right;
  width: 700px;
  display: flex;
}

.menu-wrap .gnb li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 22px;
}

.menu-wrap .gnb li:hover .lnb {
  display: block;
  ;
}

.menu-wrap .gnb li .lnb {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  font-size: 20px;
}

.menu-wrap .gnb li .lnb li {
  font-size: 17px;
  background: #f2f9fe;
  height: 70px;
  line-height: 70px;
}

.menu-wrap .gnb li .lnb li:hover {
  background: #def3ff;
}

.menu-wrap .gnb li .lnb li a {
  display: block;
}

/*모바일메뉴*/
.m_menu {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.aside {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  background: #fff;
  display: none;
}

.aside ul li {
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.aside .language {
  padding: 20px 0;
  background: #e3e3e3;
  font-size: 1.2em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.aside .login {
  padding: 20px 0;
  font-size: 1.2em;
  background: #797979;
}

/*비주얼*/
.main {
  position: relative;
}

/*바로가기서비스*/
.link-wrap {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-660px);
  z-index: 8;
}

.link-wrap li {
  width: 129px;
  height: 136px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #8bcdf4;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  padding-top: 94px;
  background: center top no-repeat;
  background-size: 100%;
  position: relative;
}

.link-wrap li:nth-child(1) {
  background-image: url(./images/link_icon_01.png), linear-gradient(to right, #ffffff, #ffffff);
}

.link-wrap li:nth-child(2) {
  background-image: url(./images/link_icon_02.png), linear-gradient(to right, #ffffff, #ffffff);
}

.link-wrap li:nth-child(3) {
  background-image: url(./images/link_icon_03.png), linear-gradient(to right, #ffffff, #ffffff);
}

.link-wrap li:nth-child(4) {
  background-image: url(./images/link_icon_04.png), linear-gradient(to right, #ffffff, #ffffff);
}

.link-wrap li:hover {
  color: #ffffff;
  background-size: 100%;
}

.link-wrap li:nth-child(1):hover {
  background-image: url(./images/link_icon_01_hover.png), linear-gradient(to right, #46aef7, #1dd5e6), url(./images/link_icon_01.png);
}

.link-wrap li:nth-child(2):hover {
  background-image: url(./images/link_icon_02_hover.png), linear-gradient(to right, #46aef7, #1dd5e6), url(./images/link_icon_01.png);
}

.link-wrap li:nth-child(3):hover {
  background-image: url(./images/link_icon_03_hover.png), linear-gradient(to right, #46aef7, #1dd5e6), url(./images/link_icon_01.png);
}

.link-wrap li:nth-child(4):hover {
  background-image: url(./images/link_icon_04_hover.png), linear-gradient(to right, #46aef7, #1dd5e6), url(./images/link_icon_01.png);
}

.link-wrap li a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 94px;
  color: #2b93d0;
}

.link-wrap li:hover a {
  color: #fff;
}

/*땡기지 주요기능*/
.tech-wrap {
  width: 100%;
  padding: 120px 0 40px 0;
  background: url(./images/tech_bg.png) center top no-repeat;
}

.tech {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 30px 0; */
  position: relative;
}

.tech .tech-tabbox {
  display: none;
}

.tech .tech-tabbox.on {
  display: block;
}

.tech .tech-tabbox::after {
  content: '';
  display: block;
  clear: both;
}

.tech .tech-tabbox img {
  float: left;
}

.tech .tech-tabbox .tech-text {
  float: left;
  margin-left: 50px;
  margin-top: 210px;
}

.tech .tech-tabbox .tech-text span {
  font-size: 22px;
}

.tech .tech-tabbox .tech-text h3 {
  font-size: 50px;
  margin: 10px 0 10px 0;
}

.tech .tech-tabbox .tech-text p {
  font-size: 18px;
}

.tech-tabbtn {
  width: 780px;
  position: absolute;
  bottom: 50px;
  left: 370px;
}

.tech-tabbtn::after {
  content: '';
  display: block;
  clear: both;
}

.tech-tabbtn button {
  border: 0;
  background: #fff;
  width: 30%;
  margin: 1%;
  padding: 20px 0;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  font-size: 16px;
}

.tech-tabbtn button.on {
  color: #40b4f4;
  box-shadow: inset 0px -4px 8px rgba(0, 0, 0, 0.1);
}

.tech-tabbtn button.on:focus {
  border: 0;
  outline: 0;
}

.tech-tabbtn button.on:active {
  border: 0;
  outline: 0;
}

/*땡기지프로그램*/
.program-wrap {
  background: url(./images/program_bg.jpg) center center;
  background-size: contain;
  width: 100%;
  padding: 50px 0 20px 0;
}

.program-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.program-box::after {
  content: '';
  display: block;
  clear: both;
}

.program-box>div {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}

.program-box>div img {
  width: 95%;
  border-radius: 15px;
}

.program-box>div a {
  width: 95%;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
}

.program-box>div a i {
  vertical-align: text-top;
}

.program-box .program-con:nth-child(2) a {
  background: #ff4e00;
  color: #fff;
}

.program-box .program-con:nth-child(3) a {
  background: #8144df;
  color: #fff;
}

.program-box .program-con:nth-child(4) a {
  background: #00e5ff;
  color: #000;
}

.program-box .program-con:last-child a {
  background: #001b72;
  color: #fff001;
}

.program-box .program-tit {
  width: 100%;
}

.program-box .program-tit h2 {
  font-size: 50px;
  margin-top: 20px;
}

.program-box .program-tit p {
  font-size: 20px;
}

.program-con {
  text-align: center;
  font-size: 24px;
}

.program-con p {
  height: 60px;
}

/*포트폴리오*/
.portfolio-wrap {
  width: 100%;
  text-align: center;
  padding: 50px 0 0 0;
}

.portfolio {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.portfolio h2 {
  font-size: 50px;
}

.portfolio>p {
  font-size: 20px;
}

.portfolio .tab-btn button {
  width: 227px;
  height: 56px;
  line-height: 56px;
  border-radius: 24px;
  border: 1px solid #2b93d0;
  background-color: #fff;
  font-size: 18px;
  color: #2b93d0;
  margin: 40px 10px;
}

.portfolio .tab-btn button.active {
  color: #fff;
  background: linear-gradient(to right, #46aef7, #1dd5e6);
  border-color: #fff;
}

.portfolio .tab-box::after {
  content: '';
  display: block;
  clear: both;
}


.portfolio .tab-box {
  display: none;
}

.portfolio .tab-box:nth-child(1) {
  display: block;
}

.portfolio .tab-box .camp-brief {
  position: relative;
  float: left;
  width: 31.3%;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 22%;
  margin: 1%;
}

.portfolio .tab-box .camp-brief::before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all ease 0.3s;
}

.portfolio .tab-box .camp-brief .camp-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'RixYeoljeongdo_Regular';
  font-weight: 100;
  font-size: 25px;
  line-height: 32px;
  word-break: keep-all;
  padding: 0 70px;
  z-index: 2;
  transition: all ease 0.3s;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.portfolio .tab-box .camp-brief .camp-img {
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio .tab-box .camp-brief .camp-img::after {
  content: '';
  display: block;
  position: absolute;
  background: red;
  width: 100%;
  height: 100%;
}

.portfolio .tab-box .camp-brief:hover .camp-img {
  transform: translate(-50%, -50%) scale(1.1);
}

.portfolio .tab-box .camp-brief:hover::before {
  background: none;
}

.portfolio .tab-box .camp-brief:hover .camp-tit {
  opacity: 0;
}


.portfolio-more .more-btn {
  color: #2b93d0;
  border: 1px solid #2b93d0;
  padding: 10px 140px;
  border-radius: 20px;
  margin: 0 auto 70px auto;
  display: none;
  width: 80px;
  text-align: center;
}

.portfolio-more .more-btn.on {
  display: block;
}

/*주요고객사*/
.bannerArea {
  width: 80%;
  margin: 0 auto;
}

.bannerList {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

.bannerList img {
  width: 100%;
}

/*문의접수*/
.ask-wrap {
  width: 100%;
  background: url(./images/ask_bg.jpg) right bottom no-repeat;
  padding: 0 0 100px 0;
  background-size: 900px;
}

.ask {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ask h2 {
  font-size: 50px;
}

.ask .sub-tit {
  font-size: 20px;
}

.ask .sub-tit b {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: red;
}

.ask table {
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
}

.ask table th,
.ask table td {
  padding: 9px 4px;
}

.ask table th b {
  color: red;
}

.ask table input {
  width: 100%;
  background: #e9f6ff;
  border-color: #e9f6ff;
  border-radius: 10px;
  box-sizing: border-box;
}

.ask table textarea {
  width: 100%;
  background: #e9f6ff;
  border-color: #e9f6ff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
}

.ask .agree {
  text-align: center;
  margin: 30px 0;
}

.ask .ask-btn {
  text-align: center;
}

.ask .ask-btn button {
  background: #2b93d0;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 20px 100px;
  font-weight: bold;
  font-size: 1.2em;
}

.ask table td.check-field input {
  width: auto;
  margin: 0 10px 0 15px;
}

.ask table td.check-field input[type="text"] {
  width: 180px;
  margin: 0 3px;
}

/*푸터*/
.privacy-wrap {
  width: 100%;
  background: #3e3a39;
}

.privacy {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

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

.privacy-link {
  float: left;
}

.privacy-link li {
  display: inline-block;
  line-height: 60px;
  margin-right: 30px;
}

.privacy-link li a {
  color: #fff;
}


.sns-wrap {
  float: right;
}

.sns-wrap li {
  display: inline-block;
  margin: 13px 0 0 30px;
}

.company-info {
  width: 100%;
  max-width: 1520px;
  margin: 30px auto;
}

.company-info::after {
  content: '';
  display: block;
  clear: both;
}

.company-info .service {
  float: left;
  font-size: 24px;
  color: #008ddf;
}

.company-info .service span {
  font-size: 18px;
  color: #333333;
  width: 90px;
  display: inline-block;
}

.company-info .info {
  float: right;
  text-align: right;
}

.company-info .info li {
  margin-bottom: 10px;
}

/*서브페이지*/

/*타이틀영역*/
.sub_title {
  background: url(./images/sub_visual_01.jpg) center center no-repeat;
  height: 218px;
  text-align: center;
  color: #fff;
  padding-top: 70px;
  box-sizing: border-box;
  text-shadow: 0 0px 16px black;
}

.sub_title h1 {
  font-size: 40px;
}

.sub_title p {
  font-size: 20px;
}

.contents-tit {
  text-align: center;
}

.contents-tit h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.contents-tit p {
  font-size: 16px;
  margin-bottom: 50px;
}

/*서브페이지 공통*/
.sub-all {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}

/*서브페이지 메뉴*/
.sub-lnb-wrap {
  width: 100%;
  background: #efefef;
}

.sub-lnb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.sub-lnb li {
  flex: 1;
  text-align: center;
}

.sub-lnb li a {
  display: block;
  height: calc(100% - 40px);
  padding: 20px 0;
  font-size: 20px;
}

.sub-lnb li.active {
  background: #fff;
}

.sub-lnb li.active a {
  background: #fff;
  color: #44b0f6;
  font-weight: bold;
  position: relative;
}

.sub-lnb li.active a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 6px;
  background: #44b0f6;
  width: 100px;
}

.sub-lnb li:hover {
  background: #f7f7f7;
}

/*소개*/
.intro-Allwrap {
  max-width: 100%;
  background: url(./images/intro_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.intro-down-wrap {
  position: fixed;
  right: 30px;
  bottom: 50px;
}

.intro-down-wrap a {
  margin-top: 10px;
  display: block;
  background: linear-gradient(to right, #46aef7, #1dd5e6);
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 10px;
  text-align: center;
}

.intro-down-wrap a:nth-child(2) {
  background: linear-gradient(to right, #f74646, #ff8c6a);
}

.intro-down-wrap a:last-child {
  background: linear-gradient(to left, #cf46f7, #b01de6);
}

.intro-down-wrap a i {
  vertical-align: text-top;
}

.intro-wrap {
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}

.intro-box {
  margin-top: -60px;
}

.intro-box:nth-child(1) {
  margin-top: 0px;
}

.intro-box::after {
  content: '';
  display: block;
  clear: both;
}

.intro-box img {
  float: left;
}

.intro-box .intro-text {
  float: left;
  margin: 200px 70px 0 70px;
}

.intro-box:nth-child(even) img {
  float: right;
}

.intro-box:nth-child(even) .intro-text {
  float: right;
  text-align: right;
}

.intro-box .intro-text span {
  display: inline-block;
  background: #e9faff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
  color: #44b0f6;
  font-weight: bold;
  font-size: 20px;
}

.intro-box .intro-text h2 {
  font-size: 54px;
  color: #333333;
}

.intro-box .intro-text p {
  font-size: 20px;
  line-height: 30px;
}

/*캠프*/
.camp-Allwrap .search {
  text-align: center;
  margin-bottom: 30px;
}

.camp-Allwrap .search input {
  width: 50%;
  height: 35px;
}

.camp-Allwrap .search button {
  border: 0;
  background: #fff;
  vertical-align: middle;
  margin-left: 10px;
}

.make-camp {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9;
}

.camp-box-wrap {
  margin-bottom: 40px;
}

.camp-box-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.camp-search-wrap h2 {
  text-align: center;
}

.camp-box-wrap h2 {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.camp-box-wrap>a {
  float: left;
  width: 23%;
  height: 225px;
  overflow: hidden;
  margin: 1%;
  position: relative;
}

.camp-box-wrap>a .camp-img {
  width: 100%;
  height: 65%;
}

.camp-box-wrap>a h3 {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.camp-box-wrap>a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.camp-box-wrap>a .my-camp-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
}

/*캠프 로그인전*/
.camp-box-wrap>.camp-before-box {
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  float: none;
  background: #daf1ff;
  border-radius: 20px;
}

.camp-box-wrap>.camp-before-box a {
  background: #2b93d0;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  color: #fff;
}

/*포트폴리오*/

.portfolio-box-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-box-wrap .portfolio-box {
  position: relative;
  float: left;
  width: 31.3%;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 22%;
  margin: 1%;
}

.portfolio-box-wrap .portfolio-box::before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-box-wrap .portfolio-box .camp-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'RixYeoljeongdo_Regular';
  font-size: 25px;
  line-height: 32px;
  word-break: keep-all;
  padding: 0 70px;
  z-index: 2;
  text-align: center;
  transition: all 0.3s ease;
}

.portfolio-box-wrap .portfolio-box .camp-img {
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.portfolio-box-wrap .portfolio-box .camp-img::after {
  content: '';
  display: block;
  position: absolute;
  background: red;
  width: 100%;
  height: 100%;
}

.portfolio-box-wrap .portfolio-box:hover .camp-img {
  transform: translate(-50%, -50%) scale(1.1);
}

.portfolio-box-wrap .portfolio-box:hover::before {
  background: none;
}

.portfolio-box-wrap .portfolio-box:hover .camp-tit {
  opacity: 0;
}



.pt-more-btn {
  border: 1px solid #f0721d;
  background: #fff;
  color: #f0721d;
  padding: 10px 30px;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  float: none;
}

.pt-more-btn img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

/*가이드*/
/*가이드 - 땡기지 상식*/
.sense-wrap h3 {
  width: 200px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #22adff;
  border-radius: 10px;
  padding: 10px;
}

.quiz-type-wrap {
  margin-bottom: 70px;
}

.quiz-type-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.quiz-type-wrap .quiz-type {
  float: left;
  width: 30%;
  margin: 20px 1.6%;
}

.quiz-type-wrap .quiz-type img {
  width: 100%;
}

.quiz-type-wrap .quiz-type p {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

.use-type-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.use-type-wrap .use-type {
  float: left;
  text-align: center;
  width: 33%;
}

.use-type-wrap .use-type img {
  margin-top: 20px;
}

.use-type-wrap .use-type h4 {
  font-size: 24px;
  margin: 40px 0 10px 0;
}

/*가이드 - 캠프*/
.guide-img-wrap {}

.guide-img-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.guide-img {
  float: left;
  max-width: 300px;
  width: 25%;
  text-align: center;
}

.guide-img h4 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #eafaff;
  color: #44b0f6;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  margin: 30px auto;
}

/*가이드 - 이벤트*/
.guide-scroll {}

.guide-scroll .guide-img {
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-bottom: 90px;
}

.guide-scroll .guide-img h4 {
  margin: 30px;
  position: relative;
}

.guide-scroll .guide-img h4 span {
  position: absolute;
  width: 500px;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
  color: #000;
  font-size: 20px;
  text-align: left;
}

.guide-scroll .guide-img .vote-info {
  margin: 0 auto;
  display: block;
  width: 70%;
}



/*가이드 - 자주하는 질문*/
.guide-tabbtn {
  display: flex;
  width: 70%;
  margin: 50px auto;
}

.guide-tabbtn button {
  flex: 1;
  background: #fff;
  border: 1px solid #bbb;
  padding: 12px 0;
  font-size: 20px;
}

.guide-tabbtn button:hover {
  background: #f7f7f7;
}

.guide-tabbtn button.on {
  background: #22adff;
  color: #fff;
  font-weight: bold;
  border-color: #22adff;
}

.guide-tabbox-wrap .guide-tabbox {
  display: none;
}

.guide-tabbox-wrap .guide-tabbox:first-child {
  display: block;
}

.guide-tabbox h3 {
  border-bottom: 2px solid #22adff;
  font-size: 24px;
  padding-bottom: 10px;
}

.guide-tabbox h3 a {
  background: #2b93d0;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
  padding: 6px 16px;
  vertical-align: middle;
  display: inline-block;
}

.qna-list {}

.qna-list dt,
.qna-list dd {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #c8c8c8;
}

.qna-list dt {
  padding: 30px 0 30px 80px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.qna-list dt:hover {
  background: #f9f9f9;
}

.qna-list dd {
  background: #f9f9f9;
  padding: 20px 0 20px 80px;
  display: none;
  font-size: 16px;
}

.qna-list dt span,
.qna-list dd span {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.qna-list dt span {
  background: #eafaff;
  color: #44b0f6;
}

.qna-list dd span {
  background: #ffebde;
  color: #ff7f29;
}

.qna-list dd a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  color: #0869cc;
}

.qna-list dd img {
  width: 20px;
  vertical-align: middle;
}

.qna-list dd .heartbtImg {
  max-width: 340px;
  width: 80%;
  display: block;
  margin-bottom: 10px;
}

.qna-list dd .redFont {
  color: red;
}

.qna-list dd::after {
  content: '';
  display: block;
  clear: both;
}

.qna-list dd .heart-get {
  float: left;
  text-align: center;
  margin-left: 70px;
}

.qna-list dd .heart-get img {
  width: 80%;
  max-width: 300px;
}

.qna-list dd .heart-get h4 {
  margin: 10px 0;
  font-size: 20px;
}



/*가이드 - 다운로드*/
.down-type-wrap {
  text-align: center;
  width: 790px;
  margin: 0 auto;
}

.down-type-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.down-type-wrap .down-type {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.down-type-wrap .down-type:first-child {
  border-right: 1px solid #ddd;
}

.down-type-wrap .down-type p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: 16px;
}

.down-type-wrap .down-type p a img.down-youtube {
  vertical-align: bottom;
  width: 32px;
}

.down-type-wrap .down-type p img.down-icon {
  position: absolute;
  right: 60px;
  top: -34px;
}

.down-type-wrap .down-type>a {
  margin-top: 20px;
  display: inline-block;
  background: #ebf9ff;
  color: #24a9ff;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 10px;
}

.down-type-wrap .down-type:last-child>a {
  background: #ffebde;
  color: #ff7f29;
}


/*사용요금*/
.table-tag {
  text-align: right;
  color: red;
  font-weight: 400;
  margin-bottom: 10px;
}

.user-fee-table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.user-fee-table th,
.user-fee-table td {
  padding: 20px 10px;
  text-align: center;
}

.user-fee-table thead th {
  color: #fff;
  font-weight: bold;
}

.user-fee-table thead th:nth-child(1) {
  background: #787878;
}

.user-fee-table thead th:nth-child(2) {
  background: #88abda;
}

.user-fee-table thead th:nth-child(3) {
  background: #8c97cb;
}

.user-fee-table thead th:nth-child(4) {
  background: #8f82bc;
}

.user-fee-table tbody .align-left {
  text-align: left;
}

.user-fee-table tbody .tr-bg td {
  background: #f2f2f2;
}

.user-fee-table tbody .tr-bg td span {
  background: #2b93d0;
  padding: 4px 10px;
  border-radius: 10px;
  color: #fff;
  margin-right: 8px;
}

.user-fee-table tbody .tr-bg-blue td {
  background: #e2f4ff;
  color: #1d99e1;
  font-weight: bold;
}

.user-fee-table tbody .tr-bg-red td {
  color: red;
  font-weight: bold;
}

.user-fee-table tbody .tr-bg-red td:first-child {
  color: inherit;
  font-weight: inherit;
}

.user-fee-table tbody .tr-bg-red td b {
  color: red;
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.user-fee-table tbody .tr-bg-org td span {
  background: #ef7a4a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  margin-right: 8px;
}

.user-fee-table tbody tr .premium-fee-img {
  padding-bottom: 0;
}

.user-fee-table tbody tr .premium-fee-img img {
  width: 70%;
}

.user-fee-table iframe {
  width: 100%;
  /* height: auto; */
}

/*사용요금 팝업*/
.user-fee-table .more-pop-btn {
  vertical-align: sub;
  margin-left: 10px;
}

.more-pop-wrap {
  display: none;
  position: fixed;
  z-index: 90;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px;
}

.more-pop-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.more-pop-wrap .popup_tit {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.popup_body dl {
  padding-left: 19px;
  box-sizing: border-box;
}

.popup_body dt {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0px 6px 0px;
  position: relative;
}

.popup_body dt::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2b93d0;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.popup_body dd .redFont {
  color: red;
}

.more-pop-bg {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

/* 약관/정책 */
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.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;
}

/*메인 연혁*/
.news {
  background: url('images/history_bg.jpg');
  width: 96%;
  padding: 0px 2%;
}

.news_list ul {
  width: 100%;
}

.news_list ul li {
  width: 94%;
  cursor: pointer;
  box-sizing: border-box;
}

.news_list ul li::after {
  content: '';
  display: block;
  clear: both;
}

.news_list ul li .image {
  width: 20%;
  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;
  width: 78%;
}

.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;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_more {
  width: 100%;
  float: left;
  margin-top: 30px;
  background: url('./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 auto;
  display: block;
  background: #fff;
}

.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;
  border-bottom: 1px solid #ccc;
}

.news_view_warp .news_title {
  width: 100%;
  border-bottom: 2px solid #214b73;
  padding: 10px 0px;
}

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

.news_view_warp .news_title h1 {
  width: auto;
  padding-left: 10px;
  font-size: 16pt;
}

.news_view_warp .news_title p {
  display: none;
  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;
}

.news_view_warp .news_image {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
}

.news_view_warp .news_image img {
  border: 1px solid #ddd;
}

.news_view_warp .news_image p {
  width: 100%;
  margin: 20px auto;
}

.news_list_btn {
  margin: 30px 0px 20px;
  width: 100%;
}

.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 auto !important;
}

/* 관리자 */
.all_Warp.admin-html {
  min-height: auto;
}

.admin-html .nav2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: none;
  padding: 12px 0 0 50px;
}

.admin-html .sub_Wrap {
  min-height: 100vh;
  max-width: 100%;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 80px 10px 30px 270px;
  border: 0;
}

.admin-html .menuWarp {
  width: 240px;
  position: fixed;
  top: 52px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  margin-bottom: 0;
  background: #fff;
}

.admin-html .sub_Wrap .sub_cWarp {
  width: 98%;
  max-width: 1250px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px lightgrey;
}

.over2 {}

/* 랜딩버튼 영역 */
.landing-btn-wrap {
  position: absolute;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20%;
  z-index: 1;
  flex-direction: column;
}

.landing-btn-wrap a {
  padding-bottom: 10px;
  /* color: #fff; */
  font-size: 1.4em;
}

.landing-btn-wrap a:first-child {
  display: flex;
  width: 430px;
  height: 250px;
  background: url('/gt/stime/landing/listen/image/listen_metaimg.jpg') top center no-repeat;
  background-size: 100%;
  border-radius: 20px;
  box-shadow: 0 0 9px #535353;
  margin-bottom: 30px;
  background-color: #6b6fdd;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 1.4em;
}

.landing-btn-wrap a:last-child {
  display: flex;
  width: 430px;
  height: 250px;
  background: url('/gt/stime/landing/teambuilding/image/teambuilding_metaimg.jpg') top center no-repeat;
  background-size: 100%;
  border-radius: 20px;
  box-shadow: 0 0 9px #535353;
  background-color: #88f3ff;
  align-items: flex-end;
  justify-content: center;
}

.landing-btn-wrap a:hover {
  animation: gelatine 0.7s alternate;
  -webkit-animation: gelatine 0.5s alternate;
}

.landing-btn-wrap a i {
  padding-bottom: 2px;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@media all and (max-width:1400px) {
  .popAd_wrap2 {
    left: 1%;
  }

  .popAd_wrap1 {
    left: 50%;
  }

  .top-wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .menu-wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .program-wrap {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .ask-wrap {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

}


/*태블릿*/
@media all and (max-width:1024px) {
  .admin-html .sub_Wrap {
    padding: 50px 0 0 0;
  }

  .admin-html .sub_Wrap .sub_cWarp {
    width: 100%;
    border-radius: 0;
  }

  /* 문의접수 이동버튼 */
  .free-support {
    top: auto;
    bottom: 50px;
  }

  /*메뉴*/
  .top-wrap {
    display: none;
  }

  .m_menu {
    display: block;
  }

  .menu-wrap {
    height: 60px;
    line-height: 60px;
  }

  .menu-wrap .logo {
    width: 160px;
    margin-left: 16px;
  }

  .menu-wrap .logo a:first-child {
    width: 100%;
  }

  .menu-wrap .logo a:last-child {
    display: none;
  }

  .menu-wrap .gnb {
    display: none;
  }

  /*비주얼*/
  #front_visual_wrap {
    height: 406px !important;
  }

  #front_visual_wrap .visual {
    background-position: right center !important;
  }

  /*바로가기서비스*/
  .link-wrap {
    transform: translateX(-50%);
    bottom: 30px;
    width: 70%;
    display: flex;
  }

  .link-wrap li {
    flex: 1;
    margin: 0 2px;
    height: auto;
    padding-top: 18%;
    padding-bottom: 34px;
  }

  /*땡기지 주요기능*/
  .tech-wrap {
    padding: 50px 0 50px 3%;
    box-sizing: border-box;
  }

  .tech-tabbtn {
    width: 56%;
    position: absolute;
    bottom: 80px;
    left: 34%;
  }

  .tech-tabbtn button {
    width: 30%;
  }

  .tech .tech-tabbox img {
    width: 30%;
  }

  .tech .tech-tabbox .tech-text {
    width: 55%;
    margin-left: 5%;
    margin-top: 82px;
  }

  .tech .tech-tabbox .tech-text h3 {
    font-size: 40px;
  }

  .tech .tech-tabbox .tech-text p {
    font-size: 16px;
  }

  /*땡기지 프로그램*/
  .program-wrap {
    padding: 50px 20px;
    box-sizing: border-box;
  }

  .program-box .program-tit h2 {
    font-size: 40px;
  }

  .program-box .program-tit p {
    font-size: 16px;
  }

  .program-box>div {
    margin-bottom: 3px;
  }

  .program-con {
    font-size: 16px;
  }

  .program-con p {
    height: 44px;
    margin-top: 10px;
  }

  /*포트폴리오*/
  .portfolio h2 {
    font-size: 40px;
  }

  .portfolio>p {
    font-size: 16px;
  }

  .portfolio .tab-btn button {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin: 20px 2px;
  }

  .portfolio .tab-box {
    width: 90%;
    margin: 0 auto;
  }

  .portfolio .tab-box .camp-brief .camp-tit {
    font-size: 18px;
    padding: 0 22px;
  }

  /*주요고객사*/
  .bannerArea {
    width: 80%;
    margin: 0 auto;
  }

  /*포트폴리오 전체보기*/
  .portfolio-more .more-btn {
    padding: 10px 80px;
  }

  /*문의접수*/
  .ask-wrap {
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
  }

  .ask h2 {
    font-size: 40px;
  }

  .ask .sub-tit {
    font-size: 16px;
  }

  .ask .sub-tit b {
    font-size: 14px;
  }

  .ask table {
    margin-top: 20px;
  }

  .ask table colgroup col:nth-child(1),
  .ask table colgroup col:nth-child(3) {
    width: 13%;
  }

  .ask .agree {
    margin: 0px 0px 30px 0px;
  }

  .ask .ask-btn button {
    padding: 16px 80px;
  }

  /*푸터*/
  .privacy-wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .company-info>ul {
    float: none !important;
    text-align: center !important;
  }

  .company-info .info li {
    margin: 10px 0;
  }


  /*서브페이지*/
  .sub-all {
    padding: 50px 20px;
    box-sizing: border-box;
  }

  .sub_title {
    height: 120px;
    padding-top: 30px;
  }

  .sub_title h1 {
    font-size: 30px;
  }

  .sub_title p {
    font-size: 16px;
  }

  .sub-lnb li a {
    font-size: 16px;
  }

  .sub-lnb li.active a::after {
    width: 60px;
  }

  /*가이드*/
  .contents-tit h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .contents-tit p {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .sense-wrap h3 {
    font-size: 16px;
  }

  .quiz-type-wrap .quiz-type p {
    font-size: 17px;
  }

  .use-type-wrap .use-type img {
    width: 80%;
  }

  .use-type-wrap .use-type h4 {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }

  /*탭 공통*/
  .guide-tabbtn button {
    padding: 10px 0;
    font-size: 16px;
  }

  /*캠프*/
  /*이벤트준비*/
  .guide-img h4 {
    margin: 20px auto;
  }

  .guide-img {
    width: 30%;
    margin: 0 1.6%;
    max-width: 100%;
  }

  .guide-img img {
    width: 100%;
  }

  /* 이벤트진행*/
  .guide-scroll .guide-img {
    width: 100%;
    overflow-x: scroll;
  }

  .guide-scroll .guide-img img {
    width: auto;
    height: 500px;
  }

  /* 투표란? */
  .guide-scroll .guide-img .vote-info {
    width: 93%;
    height: auto;
  }

  /*자주하는 질문*/
  .guide-tabbox h3 {
    font-size: 22px;
  }

  .qna-list dt {
    padding: 20px 0 20px 80px;
    font-size: 18px;
  }

  .qna-list dd .heart-get {
    margin-left: 0;
  }

  /*다운로드*/
  .down-type-wrap {
    width: 100%;
  }

  .down-type-wrap .down-type p img.down-icon {
    right: 40px;
  }

  /*사용요금*/
  .user-fee-table th,
  .user-fee-table td {
    padding: 14px 5px;
  }

  .user-fee-table tbody tr .premium-fee-img img {
    width: 100%;
  }

  /*사용요금 팝업*/
  .more-pop-wrap {
    width: 80%;
  }

  /* 문의접수 서브페이지 */
  .ask.inquiry {
    padding: 0 20px 50px 20px !important;
    box-sizing: border-box;
  }

  .ask.inquiry table th {
    text-align: center;
  }

  /* 랜딩버튼 영역 */
  .landing-btn-wrap {
    bottom: -20%;
    width: 100%;
    /* flex-direction: initial; */
    align-items: flex-end;
    right: 0;
    padding-right: 3%;
    position: fixed;
  }

  .landing-btn-wrap a {
    width: 200px !important;
    height: 110px !important;
    background-size: cover !important;
    border-radius: 10px !important;
    padding-bottom: 0;
    color: transparent !important;
  }

  .landing-btn-wrap a:first-child {
    margin-bottom: 20px;
  }
}

/*작은태블릿*/
@media all and (max-width:768px) {

  /* 팝업 */
  .popAd_wrap2 {
    width: 90%;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
  }

  .popAd_wrap1 {
    top: 93vw;
  }

  .tech-tabbtn {
    width: 64%;
    bottom: 20px;
  }

  .tech-tabbtn button {
    font-size: 14px;
    padding: 13px 0;
  }

  /*바로가기서비스*/
  .link-wrap li a {
    padding-top: 60%;
  }

  /*서브페이지*/
  /*소개*/
  .intro-down-wrap {
    right: 16px;
    bottom: 20px;
  }

  .intro-box {
    width: 96%;
  }

  .intro-box img {
    width: 40%;
  }

  .intro-box .intro-text {
    width: 60%;
    margin: 0;
    box-sizing: border-box;
    padding: 100px 0 0 40px;
  }

  .intro-box .intro-text h2 {
    font-size: 44px;
  }

  .intro-box .intro-text p {
    font-size: 18px;
  }

  /*포트폴리오*/
  .portfolio-box-wrap .portfolio-box .camp-tit {
    padding: 0 10px;
    font-size: 19px;
    line-height: 24px;
  }

}

/*모바일*/
@media all and (max-width:669px) {
  #front_visual_wrap {
    height: 260px !important;
  }


  /*바로가기서비스*/
  .link-wrap {
    width: 97%;
    position: relative;
  }

  .link-wrap li {}

  .link-wrap li a {}

  /*땡기지 주요기능*/
  .tech-wrap {
    padding: 30px 0px;
    background-position: -180px top;
    background-size: 240%;
  }

  .tech .tech-tabbox img {
    float: left;
    width: 49%;
  }

  .tech .tech-tabbox .tech-text {
    margin-top: 150px;
    width: 46%;
    margin-left: 3%;
  }

  .tech .tech-tabbox .tech-text span {
    font-size: 12px;
  }

  .tech .tech-tabbox .tech-text h3 {
    margin: 0;
    font-size: 26px;
  }

  .tech .tech-tabbox .tech-text p {
    font-size: 12px;
  }

  .tech-tabbtn {
    width: 96%;
    position: initial;
    margin: 0 auto;
  }

  /*땡기지 프로그램*/
  .program-wrap {
    padding: 30px 20px;
  }

  .program-box .program-tit {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  .program-box .program-tit h2 {
    margin: 0;
    font-size: 30px;
  }

  .program-box .program-tit p {
    font-size: 14px;
  }

  .program-box>div {
    width: 50%;
  }

  /*포트폴리오*/
  .portfolio-wrap {
    padding: 30px 0px 5px 0px;
  }

  .portfolio h2 {
    margin: 0;
    font-size: 30px;
  }

  .portfolio>p {
    font-size: 14px;
  }

  .portfolio .tab-btn button {
    width: 40%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 20px 2px;
  }

  .portfolio .tab-box .camp-brief {
    width: 100%;
    padding-top: 30%;
  }

  .portfolio .tab-box .camp-brief .camp-tit {
    font-size: 19px;
  }

  /*주요고객사*/
  .bannerList {
    margin: 20px auto;
  }

  /*포트폴리오 전체보기*/
  .portfolio-more .more-btn {
    font-size: 12px;
    padding: 10px 50px;
  }

  /*문의접수*/
  .ask-wrap {
    background-size: 600px;
  }

  .ask h2 {
    margin: 0;
    font-size: 30px;
    text-align: center;
  }

  .ask .sub-tit {
    font-size: 14px;
    text-align: center;
  }

  .ask .sub-tit b {
    float: none;
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }

  .ask table {
    margin-top: 10px;
  }

  .ask table th,
  .ask table td {
    display: block;
    width: 90vw;
    padding: 0;
  }

  .ask table th {
    padding: 20px 0 4px 0;
  }

  .ask .agree {
    margin: 20px 0;
  }

  /*푸터*/
  .privacy-link {
    float: none;
    text-align: center;
  }

  .privacy-link li {
    margin: 0 10px;
  }

  .sns-wrap {
    float: none;
    text-align: center;
  }

  .sns-wrap li {
    margin: 0 10px 10px 10px;
  }

  .company-info {
    margin: 20px auto;
  }

  .company-info .service {
    font-size: 18px;
  }

  .company-info .service span {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
  }

  .company-info .info li {
    font-size: 12px;
    padding: 0 70px;
  }

  /*소개*/
  .intro-box img {
    width: 68%;
    margin: 0 auto;
    float: none;
    display: block;
  }

  .intro-box .intro-text {
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }

  .intro-box .intro-text span {
    width: 120px;
  }

  .intro-box .intro-text h2 {
    font-size: 30px;
  }

  .intro-box .intro-text p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 80px;
  }

  .intro-box:nth-child(even) img {
    float: none;
  }

  .intro-box:nth-child(even) .intro-text {
    float: none;
    text-align: center;
  }

  /*캠프*/
  .camp-Allwrap .search input {
    width: 70%;
  }

  .camp-box-wrap h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .camp-box-wrap>a {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  /* 포트폴리오 */
  .portfolio-box-wrap .portfolio-box {
    width: 100%;
    padding-top: 32%;
    margin: 0 0 20px 0;
  }

  /*가이드*/
  /* 떙기지상식 */
  .quiz-type-wrap .quiz-type {
    width: 100%;
    margin: 20px 0;
  }

  .use-type-wrap .use-type {
    width: 100%;
    margin: 20px 0;
  }

  /*캠프*/
  .guide-tabbtn {
    width: 100%;
    margin: 30px auto;
    font-weight: 14px;
  }

  .guide-img {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  /* 자주하는질문 */
  .guide-tabbox h3 {
    font-size: 18px;
  }

  .qna-list dt {
    padding: 20px 0 20px 67px;
    font-size: 14px;
  }

  .qna-list dd {
    padding: 20px 0 20px 70px;
    font-size: 14px;
  }

  /* 다운로드 */
  .down-type-wrap .down-type {
    width: 100%;
  }

  .down-type-wrap .down-type:first-child {
    border: 0;
    margin-bottom: 40px;
  }

  /* 사용요금안내 */
  .user-fee-table th,
  .user-fee-table td {
    font-size: 12px;
  }

  .user-fee-table tbody .tr-bg-red td b {
    font-size: 12px;
  }

  /* 랜딩버튼 영역 */

}


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

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

  /*비주얼*/
  #front_visual_wrap {
    height: 607px !important;
  }

  #front_visual_wrap .visual {
    background-position: right center !important;
  }

  #front_visual_wrap .visual .vistext01 h1 {
    text-align: center;
  }

  .link-wrap {
    transform: translateX(-50%);
  }
}

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

@media all and (min-width:1024px) {
  .index-sns {
    position: fixed;
    z-index: 390;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
  }

  .index-sns li {
    display: block;
    margin: 30px 0;
  }

  .index-sns li img {
    filter: drop-shadow(0px 3px 6px gray);
  }

}

/* 문의접수 서브페이지 */
.ask.inquiry {
  padding: 30px 0;
  max-width: 1000px;
}

.check-txt {
  text-align: center;
  font-size: 1.1em;
}

/* .check-txt::before { content: ""; display: block; width: 6px; height: 6px; background: #2b93d0; border-radius: 50%;float: left;margin-right: 10px;margin-top: 7px;} */
.ask.inquiry table {
  margin-top: 10px;
}

.ask.inquiry .agree i {
  vertical-align: text-bottom;
}

.ask.inquiry .agree input {
  vertical-align: middle;
}

.ask.inquiry table th {
  font-size: 1.2em;
}

/* css End */