@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

*,
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
p,
span,
strong,
b,
em,
iframe,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
fieldset,
form,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
ul,
ol,
li,
a,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  word-break: keep-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  padding: 0;
  margin: 0;
}
body {
  line-height: 1.5;
  font-family: "Outfit", "Pretendard", "Noto Sans KR", sans-serif !important;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

ul,
li,
ol,
dl,
dd,
dt {
  list-style: none;
  word-break: keep-all;
  line-height: 1.5;
}
em,
address {
  font-style: normal;
}
caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
table {
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  -ms-word-break: keep-all;
  word-break: keep-all;
  vertical-align: middle;
}

a {
  display: inline-block;
  cursor: pointer;
  font-family: "Outfit", "Pretendard", "Noto Sans KR", sans-serif !important;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-family: "Outfit", "Pretendard", "Noto Sans KR", sans-serif !important;
}

a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}
a img,
input {
  border: none;
}
strong,
b {
  font-weight: 500;
}
span,
a,
strong,
b {
  display: inline-block;
}

form {
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 1px solid #ddd;
  background: #fff;
  padding: 1px;
}
input[type="button"] {
  cursor: pointer;
}
select {
  border: 1px solid #ddd;
  padding: 1px;
}

.t-red {
  color: #d01f26;
}
.wrap {
  width: 90% !important;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap4 {
  width: 90% !important;
  max-width: 1400px;
  margin: 0 auto;
}
.wrap8 {
  width: 90% !important;
  max-width: 1770px;
  margin: 0 auto;
}
.en {
  font-family: "Outfit", sans-serif !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.txt-over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p130 {
  padding: 130px 0;
}
.p100 {
  padding: 100px 0;
}
.pt40 {
  padding: 40px 0 0 0;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.hidden {
  overflow: hidden;
}

/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
  min-width: 1200px;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
  width: 1200px;
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* 중간 레이아웃 */
#wrapper {
}
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_wr {
  margin: 0 auto;
  zoom: 1;
}
#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

#container {
  position: relative;
  float: left;
  min-height: 500px;
  height: auto !important;
  margin: 20px 0;
  font-size: 1em;
  width: 930px;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold;
}
#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px;
}

.lt_wr {
  width: 32%;
}
.lt_wr:nth-child(3n + 1) {
  clear: both;
}
.latest_wr {
  margin-bottom: 20px;
}
.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.latest_top_wr {
  margin: 0 -10px 20px;
}
.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* 하단 레이아웃 */
#ft {
  background: #212020;
  margin: 0 auto;
  text-align: center;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_wr {
  max-width: 1240px;
  margin: 0;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ft_wr .ft_cnt {
  width: 25%;
  float: left;
  padding: 0 20px;
}

#ft_link {
  text-align: left;
}
#ft_link a {
  display: block;
  color: #fff;
  line-height: 2em;
  font-weight: bold;
}
#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#ft_company {
  font-weight: normal;
  color: #e3e3e3;
  line-height: 2em;
}
#ft_catch {
  margin: 20px 0 10px;
}
#ft_copy {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #5b5b5b;
  font-size: 0.92em;
  border-top: 1px solid #383838;
}
#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}
#top_btn:hover {
  border-color: #3059c7;
  background: #3059c7;
  color: #fff;
}

/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}
#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
}
#captcha.m_captcha #captcha_reload span {
  display: none;
}
#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../../../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 1.4em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
} /* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #3a8afd;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.btn_submit:hover {
  background: #2375eb;
}
.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.btn_cancel:hover {
  background: #aaa;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
}
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left;
}
.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}
.half_input {
  width: 49.5%;
}
.twopart_input {
  width: 385px;
  margin-right: 10px;
}
.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}
.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.list_01 li:hover {
  background: #f9f9f9;
}
.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em;
}
.form_01 li {
  margin-bottom: 10px;
}
.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.form_01 .left_input {
  float: left;
}
.form_01 .margin_input {
  margin-right: 1%;
}
.form_01 textarea {
  height: 100px;
  width: 100%;
}
.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 110px;
  text-align: center;
}
.td_group {
  width: 80px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 80px;
  text-align: center;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}
.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}
.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}
.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_btn {
  text-align: center;
}
.new_win .cert_btn {
  margin-bottom: 30px;
  text-align: center;
}
.new_win .btn_close {
  padding: 0 20px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}
.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
  color: #333;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #3a8afd;
  border: 1px solid #3a8afd;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

/******************************************************************************************************************************************************/

/*header*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
header .wrap8 {
  height: 110px;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 190px;
}

/*desk 메뉴*/
.hd-menu {
  margin-right: 80px;
}
.hd-menu > li {
  position: relative;
}
.hd-menu > li > a {
  line-height: 110px;
  padding: 0 45px;
  font-size: 21px;
  font-weight: 500;
}
.hd-menu > li:hover > a {
  color: #d01f26;
}
.sb-menu {
  width: 180px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: 0.3s all 0.1s;
  -moz-transition: 0.3s all 0.1s;
  -ms-transition: 0.3s all 0.1s;
  -o-transition: 0.3s all 0.1s;
}
.hd-menu > li:hover ul {
  opacity: 1;
  pointer-events: auto;
  margin-left: -90px;
}
.sb-menu > li > a {
  width: 180px;
  line-height: 1.3;
  padding: 12px 10px;
  font-size: 15px;
}
.sb-menu > li:nth-child(n + 2) {
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.sb-menu > li:hover a {
  background: rgba(0, 0, 0, 0.03);
  font-weight: 500;
}

/*mobile 메뉴*/
.m-menu {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 5%;
}
.m-menu input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  width: 30px;
  height: 30px;
  opacity: 0;
}
.m-menu input:checked + .ham > div {
  transform: rotate(135deg);
  margin-top: 0;
}
.m-menu input:checked + .ham > div:before,
.m-menu input:checked + .ham > div:after {
  top: 0;
  transform: rotate(90deg);
}
.m-menu input:checked + .ham > div:after {
  opacity: 0;
}
.m-menu input:checked ~ .inner {
  pointer-events: auto;
  visibility: visible;
}
.m-menu input:checked ~ .inner > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
.m-menu input:checked ~ .inner > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.m-menu input:checked:hover + .ham > div {
  transform: rotate(225deg);
}
.ham {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ham > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  margin-top: 15px;
  background: #000;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ham > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -15px;
  right: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all 0.4s ease;
}
.inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner > div {
  width: 200vw;
  height: 200vw;
  background: #fafafa;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner ul.flex {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
.ms-menu {
  width: calc(100% / 4);
  text-align: center;
  padding: 0 20px;
}
.ms-menu > a {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ms-menu > ul > li > a {
  font-size: 17px;
  width: 100%;
  line-height: 1.3;
  padding: 12px 10px;
  color: #555;
}
.ms-menu > ul > li:hover > a {
  color: #d01f26;
  font-weight: 500;
}

/*sticky*/
.sticky {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sticky .wrap8 {
  height: 100px;
  transition: 0.3s;
}
.sticky .hd-menu > li > a {
  line-height: 100px;
  padding: 0 42px;
  font-size: 21px;
  transition: 0.3s;
}
.sticky .sb-menu {
  top: 100px;
  transition: 0.3s;
}
.sticky .logo {
  width: 180px;
  transition: 0.3s;
}

/*visual*/
#main {
  margin-top: 110px;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}
.swiper-slide img {
  height: 100%;
  object-fit: contain;
  /* animation: visualzoom 3s ease-in-out; */
}
.swiper-slide.mainbg01 {
  animation: visualzoom 3s ease-in-out !important;
}
.swiper-slide.mainbg02 {
  animation: visualzoom 3s ease-in-out !important;
}
.swiper-slide.mainbg03 {
  animation: visualzoom 3s ease-in-out !important;
}

/* .swiper-slide {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.mainbg01 {
  background: url("/pg/img/main/visual-01_1.jpg") no-repeat center center;
}
.mainbg01::after {
  background: url("/pg/img/main/visual-01_1.jpg") no-repeat center center;
}
.mainbg02 {
  background: url("/pg/img/main/visual-02_2.jpg") no-repeat center center;
}
.mainbg02::after {
  background: url("/pg/img/main/visual-02_2.jpg") no-repeat center center;
}
.mainbg03 {
  background: url("/pg/img/main/visual-03_3.jpg") no-repeat center center;
}
.mainbg03::after {
  background: url("/pg/img/main/visual-03_3.jpg") no-repeat center center;
}
.swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: visualzoom 4s ease-in-out;
} */
@keyframes visualzoom {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.visual-txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #fff !important;
  text-align: center;
}
.visual-txt h1 {
  font-size: 64px;
  font-weight: 700;
}
.visual-txt p,
.visual-txt p b {
  font-size: 64px;
  font-weight: 600;
}
.visual-txt h1,
.visual-txt p,
.visual-txt p b {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
}

/*공통타이틀*/
.mt60 {
  margin-top: 60px;
}
.main-tit {
  text-align: center;
  margin-bottom: 60px;
}
.main-tit span {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.main-tit h1,
.main-tit h1 b {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
}
.main-tit.left {
  text-align: left;
}
.main-tit.white {
  color: #fff;
}
.main-tit.white span {
  letter-spacing: 0.5px;
  font-weight: 600;
}
.main-tit.white h1,
.main-tit h1 b {
  font-weight: 600;
}
.main-tit .opc {
  opacity: 0.7;
}

/* ABOUT */
#sec01 ul li {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
}
#sec01 ul li:nth-child(2n) {
  border-left: 1px solid #ddd;
}
#sec01 ul li:nth-child(n + 3) {
  border-top: 1px solid #ddd;
}
#sec01 ul li img {
  height: 60px;
}
#sec01 ul li b {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 15px;
}
#sec01 ul li p {
  font-size: 21px;
  line-height: 1.4;
  color: #333;
}

/* 마케팅 */
#sec02 {
  background: #d01f26;
}
.prod-slid {
  position: relative;
}
.prod-slid .swiper-slide {
  overflow: hidden;
  height: 400px;
}
.prod-slid .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
}
.prod-slid .swiper-slide a p {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  text-align: right;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.prod-slid .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  margin-bottom: -120px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.prod-slid .swiper-slide:hover a::before {
  opacity: 1;
  margin-bottom: 0;
  transition: 0.3s;
}
.pd-01 {
  background: url("/pg/img/main/mk-01.jpg") no-repeat center center;
  background-size: cover;
}
.pd-02 {
  background: url("/pg/img/main/mk-02.jpg") no-repeat center center;
  background-size: cover;
}
.pd-03 {
  background: url("/pg/img/main/mk-03.jpg") no-repeat center center;
  background-size: cover;
}
.pd-04 {
  background: url("/pg/img/main/mk-04.jpg") no-repeat center center;
  background-size: cover;
}
.pd-05 {
  background: url("/pg/img/main/mk-05.jpg") no-repeat center center;
  background-size: cover;
}
.pd-06 {
  background: url("/pg/img/main/mk-06.jpg") no-repeat center center;
  background-size: cover;
}
.pd-07 {
  background: url("/pg/img/main/mk-07.jpg") no-repeat center center;
  background-size: cover;
}
.pd-08 {
  background: url("/pg/img/main/mk-08.jpg") no-repeat center center;
  background-size: cover;
}
.pd-09 {
  background: url("/pg/img/main/mk-09.jpg") no-repeat center center;
  background-size: cover;
}
.pd-10 {
  background: url("/pg/img/main/mk-10.jpg") no-repeat center center;
  background-size: cover;
}
.pd-11 {
  background: url("/pg/img/main/mk-11.jpg") no-repeat center center;
  background-size: cover;
}
.control {
  width: 110px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: -122px;
}
.prod-slid .swiper-button-next:after,
.prod-slid .swiper-button-prev:after {
  opacity: 0;
}
.prod-slid .swiper-button-next,
.prod-slid .swiper-rtl .swiper-button-prev,
.prod-slid .swiper-button-prev,
.prod-slid .swiper-rtl .swiper-button-next {
  opacity: 0.7;
  width: 50px;
  height: 50px;
  background: url("/pg/img/common/mk-arrow.svg") no-repeat center/100% !important;
  background-size: cover;
}
.prod-slid .swiper-button-prev,
.prod-slid .swiper-rtl .swiper-button-next {
  transform: rotate(180deg);
}
.prod-slid .swiper-button-next:hover,
.prod-slid .swiper-rtl .swiper-button-prev:hover,
.prod-slid .swiper-button-prev:hover,
.prod-slid .swiper-rtl .swiper-button-next:hover {
  opacity: 1;
}
.prod-slid .swiper-button-next,
.prod-slid .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.prod-slid .swiper-button-prev,
.prod-slid .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

/*포트폴리오*/
.port-list li {
  width: calc(100% / 3 - 15px);
  height: 300px;
  margin-right: 22px;
  overflow: hidden;
}
.port-list li a.thum {
  display: block;
  width: 100%;
  height: 100%;
}
.port-list li:hover a.thum {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.3s;
}
.port-list li:hover {
  border: 2px solid #d01f26;
}
.port-list li:nth-child(3n) {
  margin-right: 0 !important;
}
.port-list li:nth-child(n + 4) {
  margin-top: 22px;
}
.more-btn button {
  font-size: 17px;
  color: #fff;
  background: #000;
  text-align: center;
  width: 180px;
  line-height: 55px;
  position: relative;
  transform: translateZ(0);
  transition: color 0.3s ease;
}
.more-btn button:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #d01f26;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-out;
  z-index: -1;
}
.more-btn button:hover:before,
.more-btn button:focus:before,
.more-btn button:active:before {
  transform: scaleX(1);
}

/*banner*/
.banner {
  color: #fff;
  text-align: center;
  background: url("/pg/img/main/banner-bg.jpg") no-repeat center center;
  background-size: cover;
}
.banner h1 {
  font-size: 46px;
  line-height: 1.4;
}
.bn-btn {
  margin-top: 30px;
}
.bn-btn button {
  width: 150px;
  line-height: 46px;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
}
.bn-btn button:hover {
  background: #fff;
  color: #000;
  transition: 0.3s;
}

/*gotop*/
.gotop {
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}
.gotop p {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.gotop:hover p {
  transition: all 0.2s ease-in-out;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

/*side-bn*/
.side-bn {
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}
.side-bn:hover {
  background: #d01f26;
}

/*footer*/
footer {
  padding: 50px 0;
  font-size: 15px;
  color: #f5f5f5;
  background: #222;
}
footer .flex {
  align-items: flex-end;
  justify-content: space-between;
}
footer .l-con h1 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
footer .l-con li b {
  width: 20px;
}
footer .l-con li {
  line-height: 1.3;
}
footer .l-con li:nth-child(n + 2) {
  margin-top: 3px;
}
footer .r-con {
  text-align: right;
}
footer .r-con a {
  margin-right: 5px;
  margin-bottom: 3px;
}
footer .r-con a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
}

/*sub-top*/
.sub-top {
  margin-top: 110px;
}
.top-title {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 80px 0;
}
.top-title h1 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 25px;
}
.top-title ul li {
  line-height: 1;
  font-size: 18px;
  position: relative;
}
.top-title ul li::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/pg/img/common/st-arrow.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  opacity: 0.6;
}
.top-title ul li:first-child::before {
  display: none !important;
}
.top-title ul li:last-child {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 1px;
}
.top-title ul li:nth-child(n + 2) {
  padding-left: 40px;
  opacity: 0.6;
}
.top-title ul li a {
  width: 15px;
  height: 17px;
}
.top-title ul.flex {
  align-items: center;
  justify-content: center;
}
.top-img {
  width: 100%;
  height: 300px;
  background: #ddd;
}
.topimg01 {
  background: url("/pg/img/main/topimg01.jpg") no-repeat center center;
}
.topimg0201 {
  background: url("/pg/img/main/topimg0201.jpg") no-repeat center center;
}
.topimg0202 {
  background: url("/pg/img/main/topimg0202.jpg") no-repeat center center;
}
.topimg0203 {
  background: url("/pg/img/main/topimg0203.jpg") no-repeat center center;
}
.topimg0204 {
  background: url("/pg/img/main/topimg0204.jpg") no-repeat center center;
}
.topimg0205 {
  background: url("/pg/img/main/topimg0205.jpg") no-repeat center center;
}
.topimg0206 {
  background: url("/pg/img/main/topimg0206.jpg") no-repeat center center;
}
.topimg0207 {
  background: url("/pg/img/main/topimg0207.jpg") no-repeat center right 30%;
}
.topimg0208 {
  background: url("/pg/img/main/topimg0208.jpg") no-repeat center center;
}
.topimg0209 {
  background: url("/pg/img/main/topimg0209.jpg") no-repeat center center;
}
.topimg0210 {
  background: url("/pg/img/main/topimg0210.jpg") no-repeat center center;
}
.topimg0211 {
  background: url("/pg/img/main/topimg0211.jpg") no-repeat center center;
}
.topimg03 {
  background: url("/pg/img/main/topimg03.jpg") no-repeat center center;
}
.topimg04 {
  background: url("/pg/img/main/topimg04.jpg") no-repeat center center;
}

/*회사소개*/
.about-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.about-title b {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  margin-left: 15px;
}

/*회사소개*/
.company h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
}
.company h1 b {
  font-weight: 700;
  color: #d01f26;
}
.cp-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.cp-img {
  width: 48%;
  max-width: 670px;
  background: #ddd;
  height: 400px;
  position: relative;
  background: url("/pg/img/sub/cp-img.jpg") no-repeat center center;
  background-size: cover;
}
.cp-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #eee;
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: -1;
}
.cp-txt {
  width: 48%;
  font-size: 20px;
}

/*---회사개요---*/
.overview ul {
  width: 100%;
  justify-content: space-between;
}
.overview ul li {
  width: calc(100% / 4 - 30px);
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.overview ul li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background: #f7f7f7;
}
.overview ul li > div img {
  height: 90px;
}
.overview ul li p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 20px;
}
.overview ul li p b {
  color: #d01f26;
  font-weight: 700;
}

/*---조직도---*/
.organ-wrap {
  position: relative;
  text-align: center;
  font-size: 22px;
}
.organ-wrap > div {
  position: relative;
  margin-top: 30px;
}
.organ-wrap > div:after {
  width: 1px;
  height: 30px;
  background: #ddd;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -30px;
  content: "";
}
.organ-wrap > div:first-child:after {
  display: none;
}
.organ-wrap .ceo > div {
  width: 100%;
  max-width: 250px;
  font-weight: 600;
  background: #d01f26;
  height: 70px;
  position: relative;
  margin: 0 auto;
}
.organ-wrap div > div > span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.2;
}
.head-office {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px !important;
}
.organ-wrap > div.head-office:after {
  top: -50px;
}
.head-office ul {
  width: calc(100% / 5 - 20px);
  position: relative;
}
.head-office ul:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 20px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  top: -20px;
}
.head-office ul:nth-child(n + 3):before {
  border-right: 1px solid #ddd;
  border-left: 0;
  left: auto;
  right: 49.5%;
}
.head-office li.org-tit {
  background: #f9eff0;
  border: 1px solid #f9eff0;
  height: 60px;
  position: relative;
  color: #d01f26;
  font-weight: 700 !important;
}
.head-office li.org-tit span,
.head-office li span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.head-office li {
  border: 1px solid #e8e3db;
  background: #fff;
  margin-top: 10px;
  font-size: 17px;
  height: 60px;
  color: #777;
  position: relative;
  font-weight: 500;
}
.head-office li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #ddd;
  top: -10px;
  left: 50%;
  z-index: -1;
}

/*클라이언트*/
.client li {
  width: calc(100% / 5);
  padding: 0 10px;
  border: 1px solid #ddd;
  border-right: none;
}
.client li:nth-child(n + 6) {
  border-top: none;
}
.client li:nth-child(5n) {
  border-right: 1px solid #ddd;
}
.client li a {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.client li:hover {
  background: #f7f7f7;
}

/*연혁*/
.history-tab {
  width: 100%;
  margin-bottom: 80px;
}
.history-tab li {
  width: calc(100% / 3);
  color: #666;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}
.history-tab li:last-child {
  border-right: none !important;
}
.tabcontent {
  display: none;
  overflow: hidden;
}
.history-tab li.current {
  border-right: 1px solid #d01f26;
  color: #fff;
  background: #d01f26;
  box-sizing: border-box;
  font-weight: 600;
}
.tabcontent.current {
  display: block;
}
.history-tab li:hover {
  color: #000;
  background: #eee;
}
.history-tab li.current:hover {
  color: #fff;
  background: #d01f26;
}
.tab-con.flex {
  justify-content: space-between;
}
.tab-con:nth-of-type(n + 2) {
  margin-top: 100px;
}
.tab-con .year {
  width: 300px;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  padding-top: 30px;
  border-top: 2px solid #000;
}
.history-con {
  width: calc(100% - 350px);
}
.history-con ul {
  border-top: 1px solid #ddd;
}
.history-con ul li {
  width: 50%;
  font-size: 17px;
  padding: 18px 40px 18px 22px;
  border-bottom: 1px solid #ddd;
  padding-left: 22px;
  position: relative;
  line-height: 1.3;
}
.history-con ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  top: 27px;
  left: 10px;
  background: #d01f26;
}

/*오시는길*/
.root_daum_roughmap {
  width: 100% !important;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
.root_daum_roughmap_landing {
  border-bottom: 1px solid #ddd;
}
.root_daum_roughmap .wrap_map {
  height: 500px !important;
}
.map-info {
  width: 100%;
  border-top: 2px solid #000;
  margin-top: 30px;
}
.map-info ul {
  width: 100%;
}
.map-info ul li {
  padding: 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.map-info ul li b {
  width: 120px;
  font-weight: 700;
}
.map-info ul li > div {
  width: calc(100% - 120px);
}
.map-info ul li > div.add {
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
}
.map-btn a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 17px 12px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-btn a:nth-child(n + 2) {
  margin-left: 5px;
}
.map-btn a:hover {
  background: #d01f26;
}

/*개인정보 처리방침*/
.privacy {
  border: 12px solid #eee;
  padding: 80px;
}
.cont_box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #ddd;
}
.cont_box:first-of-type {
  margin-top: 0px !important;
  padding-top: 0px !important;
  border-top: none !important;
}
.cont_box h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cont_box p {
  font-size: 16px;
  font-weight: 400;
}
.cont_box p b {
  margin-top: 5px;
  font-weight: 600;
}
.cont_box p span {
  color: #d01f26;
  font-weight: 700;
}

/*마케팅*/
.mk-title {
  text-align: center;
  width: 100%;
}
.mk-title h1 {
  font-weight: 600;
  font-size: 46px;
}
.mk-title h1 b {
  font-weight: 800;
  color: #d01f26;
}
.mk-title p {
  font-size: 22px;
  margin-top: 20px;
}
.mk-title p b {
  font-weight: 700;
}

.mk-con.bg {
  background: #f9f2f3;
  margin-top: 100px;
}
.mk-con h3.tit {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}
.process {
  justify-content: space-between;
}
.process li {
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  flex-flow: column;
}
.process.pro-04 li {
  width: calc(100% / 4);
}
.process li div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #fff;
}
.process li div img {
  height: 85px;
}
.process li p {
  padding: 0 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
.process li p b {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}
.process.color li div {
  background: #f9f2f3;
}

.keyword {
  width: 100%;
  box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.08);
  padding: 50px 80px;
  border-radius: 30px;
}
.keyword li {
  padding-left: 25px;
  position: relative;
}
.keyword li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/pg/img/sub/che.svg") no-repeat center center;
  position: absolute;
  top: 25px;
  left: 0;
}
.keyword li:first-child::before {
  top: 5px;
}
.keyword li span {
  font-weight: 600;
  font-size: 20px;
}
.keyword li p {
  font-size: 17px;
  color: #666;
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
  margin-top: 5px;
}
.keyword li p::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #666;
  position: absolute;
  top: 9px;
  left: 0;
}
.keyword li:nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}
.add-tit {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  font-weight: 500;
}
.add-tit p b {
  color: #d01f26;
  font-weight: 700;
}

.post,
.viral.flex,
.customer,
.hope,
.portal {
  justify-content: space-between;
}

.post li {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% / 4 - 30px);
  border-radius: 20px;
  background: #fff;
  padding: 50px 30px;
  text-align: center;
}
.post.w3 li {
  width: calc(100% / 3 - 30px);
}
.post li b {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px;
  color: #d01f26;
  opacity: 0.4;
}
.post li p {
  font-size: 18px;
  font-weight: 500;
}
.post li h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.post li img {
  height: 85px;
  margin-bottom: 15px;
}
.post.w3 li p {
  font-weight: 400;
  line-height: 1.4;
}

.viral.flex {
  width: 100%;
  align-items: flex-end;
}
.viral.flex > div {
  width: 48%;
}
.viral-img {
  border-radius: 20px;
  height: 450px;
  background: #ddd;
}
.viral-img.h350 {
  height: 350px;
}
.viral-01 {
  background: url("/pg/img/sub/viral-01.jpg") no-repeat center bottom;
  background-size: cover;
}
.viral-02 {
  background: url("/pg/img/sub/viral-02.jpg") no-repeat center bottom;
  background-size: cover;
}
.viral-03 {
  background: url("/pg/img/sub/viral-03.jpg") no-repeat center bottom;
  background-size: cover;
}
.viral-04 {
  background: url("/pg/img/sub/viral-04.jpg") no-repeat center center;
  background-size: cover;
}
.viral-txt {
  padding-left: 50px;
}
.viral.left .viral-txt {
  padding-left: 0;
  padding-right: 50px;
}
.viral-txt span {
  font-size: 20px;
  font-weight: 800;
  color: #d01f26;
  opacity: 0.4;
}
.viral-txt h3 {
  font-size: 40px;
  color: #d01f26;
  font-weight: 800;
}
.viral-txt p {
  font-size: 18px;
  margin-top: 30px;
  color: #444;
}
.viral-txt p b {
  font-weight: 700;
  display: inline;
  color: #000;
}

.solution {
  width: 100%;
}
.solution li {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.1);
}
.solution li:nth-child(n + 2) {
  margin-top: 40px;
}
.solu-tit {
  background: #d01f26;
  color: #fff;
  line-height: 80px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 30px;
}
.solu-con {
  padding: 40px 30px;
}
.solu-con h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.solu-con p {
  font-size: 17px;
  color: #444;
}

.advan {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 60px;
}
.advan.white {
  background: #fff;
}
.advan.white li {
  max-width: 520px !important;
}
.advan li {
  width: 90%;
  max-width: 430px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.advan li:nth-child(n + 2) {
  margin-top: 15px;
}
.advan li b {
  font-size: 15px;
  line-height: 36px;
  width: 36px;
  border-radius: 100%;
  font-weight: 600;
  background: #d01f26;
  color: #fff;
  text-align: center;
}
.advan li p {
  font-size: 18px;
  padding-left: 12px;
}
.advan li p span {
  color: #d01f26;
  font-weight: 600;
}

.customer li {
  width: calc(100% / 6 - 20px);
  text-align: center;
  font-size: 18px;
  border-radius: 100px;
  background: #d01f26;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}

.hope li {
  width: calc(100% / 3 - 30px);
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #f7f7f7;
  text-align: center;
  padding: 50px 30px;
}
.hope.white li {
  background: #fff !important;
}
.hope li:nth-child(n + 4) {
  width: calc(100% / 2 - 20px);
  margin-top: 40px;
}
.hope li img {
  height: 90px;
  margin-bottom: 10px;
}
.hope li div b {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hope li div p {
  font-size: 17px;
  line-height: 1.3;
  color: #444;
}

.portal li {
  width: calc(100% / 3 - 20px);
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
}
.portal li h5 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px dashed #ddd;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.portal li h5 b {
  font-weight: 800;
}
.portal li.naver-color h5 b {
  color: #2cb600;
}
.portal li.kakao-color h5 b {
  color: #ffd800;
}
.portal li.google-color h5 b {
  color: #ea4335;
}

.portal-01 {
  background: url("/pg/img/sub/portal-01.jpg") no-repeat center bottom;
  background-size: cover;
}
.portal-02 {
  background: url("/pg/img/sub/portal-02.jpg") no-repeat center bottom;
  background-size: cover;
}
.portal-03 {
  background: url("/pg/img/sub/portal-03.jpg") no-repeat center bottom;
  background-size: cover;
}
.outdoor-01 {
  background: url("/pg/img/sub/outdoor-01.jpg") no-repeat center bottom;
  background-size: cover;
}
.outdoor-02 {
  background: url("/pg/img/sub/outdoor-02.jpg") no-repeat left 10% center;
  background-size: cover;
}
.outdoor-03 {
  background: url("/pg/img/sub/outdoor-03.jpg") no-repeat center center;
  background-size: cover;
}
.outdoor-04 {
  background: url("/pg/img/sub/outdoor-04.jpg") no-repeat center center;
  background-size: cover;
}
.outdoor-05 {
  background: url("/pg/img/sub/outdoor-05.jpg") no-repeat left 10% center;
  background-size: cover;
}

.cafe-con {
  align-items: flex-end;
}
.cafe-con:nth-of-type(n + 2) {
  margin-top: 80px;
}
.cafe-txt {
  width: 50%;
  padding-left: 50px;
}
.cafe-txt h3 {
  font-size: 32px;
  font-weight: 800;
}
.cafe-txt ul {
  margin: 20px 0 10px;
}
.cafe-txt ul li {
  font-size: 18px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.cafe-txt ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/pg/img/sub/cafe-che.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}
.cafe-txt ul li:nth-child(n + 2) {
  margin-top: 5px;
}
.cafe-txt ul li b {
  display: inline;
  font-weight: 700;
  color: #193e8e;
}
.cafe-txt span {
  font-size: 18px;
  color: #d01f26;
  font-weight: 600;
  padding-left: 26px;
}
.cafe-img {
  width: 50%;
  height: 400px;
  border-radius: 25px;
}
.cafe-01 {
  background: url("/pg/img/sub/cafe-01.jpg") no-repeat center center;
  background-size: cover;
}
.cafe-02 {
  background: url("/pg/img/sub/cafe-02.jpg") no-repeat center center;
  background-size: cover;
}
.cafe-03 {
  background: url("/pg/img/sub/cafe-03.jpg") no-repeat center center;
  background-size: cover;
}
.cafe-04 {
  background: url("/pg/img/sub/cafe-04.jpg") no-repeat center center;
  background-size: cover;
}
.cafe-05 {
  background: url("/pg/img/sub/cafe-05.jpg") no-repeat center center;
  background-size: cover;
}

/* -------------- 임의추가 -------------- */
#sec03 .wrap8 {
  padding: 100px 0 50px;
}

.flex.ju-con {
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
}

.flex.ju-con img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 500px) {
  #sec04 hr {
    display: block;
  }
}
/* --------------------------------------- */

/***********************************************************************************************************************************************/
@media (max-width: 1400px) {
  .p130 {
    padding: 120px 0;
  }
  .p100 {
    padding: 95px 0;
  }

  /*header*/
  header .wrap8 {
    height: 100px;
  }
  .logo {
    width: 170px;
  }

  /*desk 메뉴*/
  .hd-menu {
    margin-right: 60px;
  }
  .hd-menu > li > a {
    line-height: 100px;
    padding: 0 35px;
    font-size: 19px;
  }
  .sb-menu {
    width: 170px;
    top: 100px;
    margin-left: -75px;
  }
  .hd-menu > li:hover ul {
    margin-left: -85px;
  }
  .sb-menu > li > a {
    width: 170px;
    padding: 11px 10px;
    font-size: 14px;
  }

  /*mobile 메뉴*/
  .m-menu,
  .m-menu input,
  .ham {
    width: 26px;
    height: 26px;
  }
  .ham > div {
    height: 3px;
    margin-top: 15px;
  }
  .ms-menu > a {
    font-size: 21px;
    margin-bottom: 13px;
  }
  .ms-menu > ul > li > a {
    font-size: 16px;
    padding: 11px 10px;
  }

  /*sticky*/
  .sticky .wrap8 {
    height: 90px;
  }
  .sticky .hd-menu > li > a {
    line-height: 90px;
    padding: 0 32px;
    font-size: 18px;
  }
  .sticky .sb-menu {
    top: 90px;
  }
  .sticky .logo {
    width: 160px;
  }

  /*visual*/
  #main {
    margin-top: 100px;
    height: 90%;
  }
  .visual-txt h1 {
    font-size: 58px;
  }
  .visual-txt p,
  .visual-txt p b {
    font-size: 58px;
  }

  /*공통타이틀*/
  .main-tit span {
    font-size: 19px;
  }
  .main-tit h1,
  .main-tit h1 b {
    font-size: 34px;
  }

  /* ABOUT */
  #sec01 ul li img {
    height: 57px;
  }
  /* #sec01 ul li b {
    font-size: 20px;
  }
  #sec01 ul li p {
    font-size: 17px;
  } */

  /*포트폴리오*/
  .port-list li {
    width: calc(100% / 3 - 12px);
    height: 260px;
    margin-right: 18px;
  }
  .port-list li:nth-child(n + 4) {
    margin-top: 18px;
  }
  .more-btn button {
    width: 170px;
  }

  /* 마케팅 */
  .prod-slid .swiper-slide {
    height: 340px;
  }
  .prod-slid .swiper-slide a p {
    bottom: 15px;
    left: 20px;
    right: 20px;
    font-size: 17px;
  }
  .prod-slid .swiper-slide a::before {
    margin-bottom: -100px;
    height: 100px;
  }
  .control {
    width: 100px;
    height: 47px;
    top: -118px;
  }
  .prod-slid .swiper-button-next,
  .prod-slid .swiper-rtl .swiper-button-prev,
  .prod-slid .swiper-button-prev,
  .prod-slid .swiper-rtl .swiper-button-next {
    width: 47px;
    height: 47px;
  }

  /*banner*/
  .banner .p100 {
    padding: 90px 0;
  }
  .banner h1 {
    font-size: 42px;
  }

  /*footer*/
  footer .r-con {
    text-align: right;
    padding-right: 20px;
  }

  /*sub-top*/
  .sub-top {
    margin-top: 100px;
  }
  .top-title {
    padding: 75px 0;
  }
  .top-title h1 {
    font-size: 45px;
  }
  .top-img {
    height: 280px;
  }

  /*오시는길*/
  .root_daum_roughmap .wrap_map {
    height: 450px !important;
  }

  /*개인정보 처리방침*/
  .privacy {
    padding: 70px;
  }

  /*연혁*/
  .history-tab {
    margin-bottom: 70px;
  }
  .history-tab li {
    line-height: 68px;
    font-size: 23px;
  }
  .tab-con:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .tab-con .year {
    width: 260px;
    font-size: 36px;
    padding-top: 26px;
  }
  .history-con {
    width: calc(100% - 310px);
  }
  .history-con ul li {
    font-size: 16px;
    padding: 16px 30px 16px 20px;
    padding-left: 22px;
  }
  .history-con ul li::before {
    width: 4px;
    height: 4px;
    top: 24px;
    left: 10px;
  }

  /*회사소개*/
  .about-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .about-title b {
    font-size: 19px;
    margin-left: 15px;
  }

  /*회사소개*/
  .company h1 {
    font-size: 36px;
    margin-bottom: 55px;
  }
  .cp-img {
    height: 340px;
  }
  .cp-img::before {
    height: 340px;
    bottom: -30px;
    left: -30px;
  }
  .cp-txt {
    font-size: 18px;
  }

  /*---회사개요---*/
  .overview ul li {
    width: calc(100% / 4 - 20px);
  }
  .overview ul li > div {
    width: 210px;
    height: 210px;
  }
  .overview ul li > div img {
    height: 85px;
  }
  .overview ul li p {
    margin-top: 18px;
    font-size: 17px;
  }

  /*---조직도---*/
  .organ-wrap {
    font-size: 21px;
  }
  .organ-wrap .ceo > div {
    width: calc(100% / 5 - 16px);
    height: 66px;
  }
  .head-office ul {
    width: calc(100% / 5 - 16px);
  }
  .head-office li.org-tit {
    height: 56px;
  }
  .head-office li {
    font-size: 16px;
    height: 56px;
  }

  /*마케팅*/
  .mk-title h1 {
    font-size: 42px;
  }
  .mk-title p {
    font-size: 21px;
  }
  .mk-con.bg {
    margin-top: 95px;
  }

  .mk-con h3.tit {
    font-size: 34px;
    margin-bottom: 36px;
  }
  .process li div {
    width: 190px;
    height: 190px;
  }
  .process li div img {
    height: 78px;
  }
  .process li p {
    padding: 0 15px;
    margin-top: 18px;
    font-size: 17px;
  }
  .process li p b {
    font-size: 19px;
  }

  .keyword {
    padding: 50px 70px;
  }
  .keyword li:first-child::before {
    top: 4px;
  }
  .keyword li span {
    font-size: 19px;
  }
  .add-tit {
    font-size: 20px;
    margin-top: 36px;
  }

  .post li {
    width: calc(100% / 4 - 20px);
    padding: 45px 25px;
  }
  .post.w3 li {
    width: calc(100% / 3 - 20px);
  }
  .post li b {
    font-size: 22px;
  }
  .post li p {
    font-size: 17px;
  }
  .post li h2 {
    font-size: 22px;
  }
  .post li img {
    height: 70px;
  }

  .viral.flex > div {
    width: 49%;
  }
  .viral-img {
    border-radius: 20px;
    height: 420px;
  }
  .viral-img.h350 {
    height: 320px;
  }
  .viral-txt {
    padding-left: 40px;
  }
  .viral.left .viral-txt {
    padding-right: 40px;
  }
  .viral-txt span {
    font-size: 19px;
  }
  .viral-txt h3 {
    font-size: 38px;
  }
  .viral-txt p {
    font-size: 17px;
    margin-top: 28px;
  }

  .solution li:nth-child(n + 2) {
    margin-top: 36px;
  }
  .solu-tit {
    line-height: 72px;
    font-size: 19px;
  }
  .solu-con {
    padding: 35px 30px;
  }
  .solu-con h3 {
    font-size: 19px;
  }
  .solu-con p {
    font-size: 16px;
  }

  .advan {
    border-radius: 20px;
    padding: 60px;
  }
  .advan.white li {
    max-width: 500px !important;
  }
  .advan li {
    max-width: 400px;
  }
  .advan li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .advan li b {
    font-size: 15px;
    line-height: 34px;
    width: 34px;
  }
  .advan li p {
    font-size: 17px;
    padding-left: 11px;
  }

  .customer li {
    width: calc(100% / 6 - 10px);
    font-size: 18px;
    line-height: 54px;
  }

  .hope li {
    width: calc(100% / 3 - 20px);
    border-radius: 20px;
    padding: 50px 30px;
  }
  .hope li:nth-child(n + 4) {
    width: calc(100% / 2 - 15px);
    margin-top: 25px;
  }
  .hope li img {
    height: 85px;
    margin-bottom: 10px;
  }
  .hope li div b {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .hope li div p {
    font-size: 17px;
  }

  .portal li {
    width: calc(100% / 3 - 10px);
    padding: 30px;
  }
  .portal li h5 {
    font-size: 22px;
  }

  .cafe-con:nth-of-type(n + 2) {
    margin-top: 70px;
  }
  .cafe-txt {
    padding-left: 40px;
  }
  .cafe-txt h3 {
    font-size: 30px;
  }
  .cafe-txt ul {
    margin: 18px 0 10px;
  }
  .cafe-txt ul li,
  .cafe-txt span {
    font-size: 17px;
    padding-left: 24px;
  }
  .cafe-txt ul li::before {
    width: 17px;
    height: 17px;
  }
  .cafe-img {
    height: 340px;
    border-radius: 22px;
  }
}

@media (max-width: 1240px) {
  .p130 {
    padding: 110px 0;
  }
  .p100 {
    padding: 85px 0;
  }

  /*header*/
  header .wrap8 {
    height: 90px;
  }
  .logo {
    width: 150px;
  }

  /*desk 메뉴*/
  .hd-menu {
    margin-right: 45px;
  }
  .hd-menu > li > a {
    line-height: 90px;
    padding: 0 25px;
    font-size: 17px;
  }
  .sb-menu {
    width: 156px;
    top: 90px;
    margin-left: -68px;
  }
  .hd-menu > li:hover ul {
    margin-left: -78px;
  }
  .sb-menu > li > a {
    width: 156px;
    padding: 10px 8px;
    font-size: 13px;
  }

  /*mobile 메뉴*/
  .m-menu,
  .m-menu input,
  .ham {
    width: 24px;
    height: 24px;
  }
  .ham > div {
    height: 2px;
    margin-top: 14px;
  }
  .ham > div:before {
    top: -14px;
    height: 2px;
  }
  .ms-menu > a {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .ms-menu > ul > li > a {
    font-size: 15px;
    padding: 9px 8px;
  }

  /*sticky*/
  .sticky .wrap8 {
    height: 80px;
  }
  .sticky .hd-menu > li > a {
    line-height: 80px;
    padding: 0 22px;
    font-size: 16px;
  }
  .sticky .sb-menu {
    top: 80px;
  }
  .sticky .logo {
    width: 140px;
  }

  /*visual*/
  #main {
    margin-top: 90px;
    height: 80%;
  }
  .visual-txt h1 {
    font-size: 52px;
    line-height: 1.4;
  }
  .visual-txt p,
  .visual-txt p b {
    font-size: 52px;
  }

  /*공통타이틀*/
  .main-tit {
    margin-bottom: 50px;
  }
  .main-tit span {
    font-size: 18px;
  }
  .main-tit h1,
  .main-tit h1 b {
    font-size: 30px;
  }

  /*sub-top*/
  .sub-top {
    margin-top: 90px;
  }
  .top-title {
    padding: 70px 0;
  }
  .top-title h1 {
    font-size: 42px;
    margin-bottom: 22px;
  }
  .top-title ul li {
    font-size: 17px;
  }
  .top-title ul li::before {
    width: 11px;
    height: 11px;
    left: 16px;
  }
  .top-title ul li:last-child {
    font-size: 16px;
  }
  .top-title ul li:nth-child(n + 2) {
    padding-left: 38px;
  }
  .top-title ul li a {
    width: 14px;
    height: 15px;
  }
  .top-img {
    height: 270px;
  }

  /* ABOUT */
  #sec01 ul li {
    padding: 45px 18px;
  }
  #sec01 ul li img {
    height: 52px;
  }
  #sec01 ul li b {
    font-size: 24px;
    margin: 16px 0 12px;
  }
  #sec01 ul li p {
    font-size: 18px;
  }

  /*포트폴리오*/
  .port-list li {
    width: calc(100% / 3 - 8px);
    height: 220px;
    margin-right: 12px;
  }
  .port-list li:nth-child(n + 4) {
    margin-top: 12px;
  }
  .more-btn.mt60 {
    margin-top: 50px;
  }
  .more-btn button {
    font-size: 16px;
    width: 150px;
    line-height: 54px;
  }

  /* 마케팅 */
  .prod-slid .swiper-slide {
    height: 300px;
  }
  .prod-slid .swiper-slide a p {
    bottom: 12px;
    left: 15px;
    right: 15px;
    font-size: 15px;
  }
  .prod-slid .swiper-slide a::before {
    margin-bottom: -80px;
    height: 80px;
  }
  .control {
    width: 95px;
    height: 44px;
    top: -102px;
  }
  .prod-slid .swiper-button-next,
  .prod-slid .swiper-rtl .swiper-button-prev,
  .prod-slid .swiper-button-prev,
  .prod-slid .swiper-rtl .swiper-button-next {
    width: 44px;
    height: 44px;
  }

  /*banner*/
  .banner .p100 {
    padding: 80px 0;
  }
  .banner h1 {
    font-size: 38px;
  }
  .bn-btn {
    margin-top: 25px;
  }
  .bn-btn button {
    width: 140px;
    line-height: 42px;
    font-size: 16px;
  }

  /*클라이언트*/
  .client li {
    width: calc(100% / 4);
  }
  .client li:nth-child(n + 5) {
    border-top: none;
  }
  .client li:nth-child(4n) {
    border-right: 1px solid #ddd;
  }
  .client li:nth-child(5n) {
    border-right: none;
  }
  .client li:last-child {
    border-right: 1px solid #ddd;
  }
  .client li a {
    padding: 13px 0;
  }

  /*오시는길*/
  .root_daum_roughmap .wrap_map {
    height: 400px !important;
  }
  .map-info ul li {
    padding: 25px;
    font-size: 17px;
  }
  .map-info ul li b {
    width: 110px;
  }
  .map-info ul li > div {
    width: calc(100% - 110px);
  }
  .map-btn a {
    font-size: 14px;
    padding: 10px 15px 11px;
  }

  /*개인정보 처리방침*/
  .privacy {
    border: 10px solid #eee;
    padding: 50px;
  }
  .cont_box {
    margin-top: 35px;
    padding-top: 35px;
  }
  .cont_box h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cont_box p {
    font-size: 15px;
  }

  /*연혁*/
  .history-tab {
    margin-bottom: 65px;
  }
  .history-tab li {
    line-height: 65px;
    font-size: 21px;
  }
  .tab-con:nth-of-type(n + 2) {
    margin-top: 70px;
  }
  .tab-con .year {
    width: 220px;
    font-size: 30px;
    padding-top: 22px;
  }
  .history-con {
    width: calc(100% - 260px);
  }
  .history-con ul li {
    font-size: 16px;
    padding: 15px 30px 15px 18px;
    padding-left: 20px;
  }
  .history-con ul li::before {
    top: 23px;
    left: 8px;
  }

  /*회사소개*/
  .about-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .about-title b {
    font-size: 18px;
    margin-left: 12px;
  }

  /*회사소개*/
  .company h1 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .cp-img {
    height: 280px;
  }
  .cp-img::before {
    height: 280px;
    bottom: -25px;
    left: -25px;
  }
  .cp-txt {
    font-size: 16px;
  }

  /*---회사개요---*/
  .overview ul li {
    width: calc(100% / 4 - 15px);
  }
  .overview ul li > div {
    width: 190px;
    height: 190px;
  }
  .overview ul li > div img {
    height: 75px;
  }
  .overview ul li p {
    margin-top: 15px;
    font-size: 16px;
    padding: 0 15px;
  }

  /*---조직도---*/
  .organ-wrap {
    font-size: 19px;
  }
  .organ-wrap .ceo > div {
    width: calc(100% / 5 - 13px);
    height: 58px;
  }
  .head-office {
    margin-top: 45px !important;
  }
  .head-office ul {
    width: calc(100% / 5 - 13px);
  }
  .head-office li.org-tit {
    height: 50px;
  }
  .head-office li {
    margin-top: 5px;
    font-size: 15px;
    height: 50px;
  }

  /*마케팅*/
  .mk-title h1 {
    font-size: 38px;
  }
  .mk-title p {
    font-size: 19px;
    margin-top: 18px;
  }
  .mk-con.bg {
    margin-top: 85px;
  }

  .mk-con h3.tit {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .process li div {
    width: 175px;
    height: 175px;
  }
  .process li div img {
    height: 72px;
  }
  .process li p {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 16px;
  }
  .process li p b {
    font-size: 18px;
  }

  .keyword {
    box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    border-radius: 25px;
  }
  .keyword li {
    padding-left: 22px;
  }
  .keyword li::before {
    width: 17px;
    height: 17px;
  }
  .keyword li span {
    font-size: 18px;
  }
  .keyword li p {
    font-size: 16px;
    padding-left: 8px;
  }
  .add-tit {
    font-size: 19px;
    margin-top: 35px;
  }

  .post li {
    width: calc(100% / 4 - 10px);
    border-radius: 15px;
    padding: 35px 20px;
  }
  .post.w3 li {
    width: calc(100% / 3 - 10px);
  }
  .post li b {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .post li p {
    font-size: 16px;
  }
  .post li h2 {
    font-size: 21px;
  }
  .post li img {
    height: 65px;
    margin-bottom: 12px;
  }

  .viral.flex > div {
    width: 50%;
  }
  .viral-img {
    border-radius: 18px;
    height: 350px;
  }
  .viral-img.h350 {
    height: 270px;
  }
  .viral-txt {
    padding-left: 40px;
  }
  .viral.left .viral-txt {
    padding-right: 40px;
  }
  .viral-txt span {
    font-size: 18px;
  }
  .viral-txt h3 {
    font-size: 34px;
    line-height: 1.4;
  }
  .viral-txt p {
    font-size: 16px;
    margin-top: 20px;
  }

  .solution li {
    border-radius: 18px;
    box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.1);
  }
  .solution li:nth-child(n + 2) {
    margin-top: 32px;
  }
  .solu-tit {
    line-height: 64px;
    font-size: 18px;
    padding: 0 25px;
  }
  .solu-con {
    padding: 30px 25px;
  }
  .solu-con h3 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .solu-con p {
    font-size: 16px;
  }

  .advan {
    border-radius: 18px;
    padding: 50px;
  }
  .advan.white li {
    max-width: 450px !important;
  }
  .advan li {
    max-width: 370px;
  }
  .advan li:nth-child(n + 2) {
    margin-top: 14px;
  }
  .advan li b {
    font-size: 14px;
    line-height: 32px;
    width: 32px;
  }
  .advan li p {
    font-size: 16px;
    padding-left: 10px;
  }

  .customer li {
    width: calc(100% / 6 - 8px);
    font-size: 17px;
    line-height: 50px;
  }

  .hope li {
    width: calc(100% / 3 - 10px);
    border-radius: 16px;
    padding: 40px 20px;
  }
  .hope li:nth-child(n + 4) {
    width: calc(100% / 2 - 8px);
    margin-top: 15px;
  }
  .hope li img {
    height: 70px;
    margin-bottom: 8px;
  }
  .hope li div b {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .hope li div p {
    font-size: 16px;
  }

  .portal li {
    width: calc(100% / 3 - 5px);
    border-radius: 16px;
    padding: 25px;
  }
  .portal li h5 {
    font-size: 20px;
  }
  .portal li p {
    font-size: 15px;
  }

  .cafe-con:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .cafe-txt {
    padding-left: 30px;
  }
  .cafe-txt h3 {
    font-size: 24px;
  }
  .cafe-txt ul {
    margin: 15px 0 8px;
  }
  .cafe-txt ul li,
  .cafe-txt span {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 24px;
  }
  .cafe-txt ul li::before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
  .cafe-txt ul li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .cafe-img {
    height: 270px;
    border-radius: 16px;
  }
}

@media (max-width: 1023px) {
  .p130 {
    padding: 100px 0;
  }
  .p100 {
    padding: 80px 0;
  }

  /*header*/
  header .wrap8 {
    height: 80px;
  }
  .logo {
    width: 140px;
  }

  /*desk 메뉴*/
  .hd-menu {
    margin-right: 45px;
  }
  .hd-menu > li > a {
    line-height: 80px;
    padding: 0 20px;
  }
  .sb-menu {
    width: 150px;
    top: 80px;
    margin-left: -65px;
  }
  .hd-menu > li:hover ul {
    margin-left: -75px;
  }
  .sb-menu > li > a {
    width: 150px;
  }

  /*mobile 메뉴*/
  .ms-menu {
    padding: 0 10px;
  }
  .ms-menu > a {
    margin-bottom: 10px;
  }
  .ms-menu > ul > li > a {
    padding: 7px 8px;
  }

  /*sticky*/
  .sticky .wrap8 {
    height: 70px;
  }
  .sticky .hd-menu > li > a {
    line-height: 70px;
    padding: 0 17px;
  }
  .sticky .sb-menu {
    top: 70px;
  }
  .sticky .logo {
    width: 130px;
  }

  /*visual*/
  #main {
    margin-top: 80px;
  }
  .visual-txt h1 {
    font-size: 48px;
  }
  .visual-txt p,
  .visual-txt p b {
    font-size: 48px;
  }

  /*공통타이틀*/
  .main-tit span {
    font-size: 17px;
  }
  .main-tit h1,
  .main-tit h1 b {
    font-size: 28px;
  }

  /*sub-top*/
  .sub-top {
    margin-top: 80px;
  }
  .top-title {
    padding: 60px 0;
  }
  .top-title h1 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .top-title ul li {
    font-size: 16px;
  }
  .top-title ul li::before {
    width: 10px;
    height: 10px;
    left: 15px;
  }
  .top-title ul li:last-child {
    font-size: 15px;
  }
  .top-title ul li:nth-child(n + 2) {
    padding-left: 32px;
  }
  .top-title ul li a {
    width: 13px;
    height: 14px;
  }
  .top-img {
    height: 250px;
  }

  /* ABOUT */
  #sec01 ul li {
    padding: 40px 15px;
  }
  #sec01 ul li img {
    height: 50px;
  }
  #sec01 ul li b {
    font-size: 22px;
    margin: 14px 0 10px;
  }
  #sec01 ul li p {
    font-size: 16px;
  }

  /*포트폴리오*/
  .port-list li {
    width: calc(100% / 3 - 5px);
    height: 190px;
    margin-right: 7px;
  }
  .port-list li:nth-child(n + 4) {
    margin-top: 7px;
  }
  .more-btn.mt60 {
    margin-top: 45px;
  }
  .more-btn button {
    font-size: 15px;
    width: 140px;
    line-height: 50px;
  }

  /* 마케팅 */
  .prod-slid .swiper-slide {
    height: 320px;
  }
  .prod-slid .swiper-slide a p {
    bottom: 15px;
    left: 20px;
    right: 20px;
    font-size: 16px;
  }
  .prod-slid .swiper-slide a::before {
    margin-bottom: -80px;
    height: 80px;
  }
  .control {
    width: 88px;
    height: 40px;
    top: -85px;
  }
  .prod-slid .swiper-button-next,
  .prod-slid .swiper-rtl .swiper-button-prev,
  .prod-slid .swiper-button-prev,
  .prod-slid .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  /*banner*/
  .banner .p100 {
    padding: 70px 0;
  }
  .banner h1 {
    font-size: 30px;
  }
  .bn-btn button {
    width: 130px;
    line-height: 38px;
    font-size: 15px;
  }

  /*footer*/
  footer {
    padding: 40px 0;
    font-size: 14px;
  }
  footer .l-con h1 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  footer .l-con li b {
    width: 16px;
  }
  footer .r-con a {
    margin-bottom: 2px;
  }

  /*오시는길*/
  .root_daum_roughmap .wrap_map {
    height: 380px !important;
  }
  .map-info ul li {
    padding: 20px;
  }
  .map-info ul li b {
    width: 100px;
  }
  .map-info ul li > div {
    width: calc(100% - 100px);
  }

  /*개인정보 처리방침*/
  .privacy {
    border: 8px solid #eee;
    padding: 50px 40px;
  }
  .cont_box {
    margin-top: 30px;
    padding-top: 30px;
  }
  .cont_box h1 {
    font-size: 19px;
  }

  /*연혁*/
  .history-tab {
    margin-bottom: 60px;
  }
  .history-tab li {
    line-height: 60px;
    font-size: 19px;
  }
  .tab-con:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .tab-con .year {
    width: 190px;
    font-size: 27px;
    padding-top: 20px;
  }
  .history-con {
    width: calc(100% - 220px);
  }
  .history-con ul li {
    font-size: 15px;
    padding-left: 18px;
  }
  .history-con ul li::before {
    top: 22px;
    left: 8px;
  }

  /*회사소개*/
  .about-title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .about-title b {
    font-size: 16px;
    margin-left: 10px;
  }

  /*회사소개*/
  .company h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .cp-img {
    height: 240px;
  }
  .cp-img::before {
    height: 240px;
    bottom: -20px;
    left: -20px;
  }
  .cp-txt {
    font-size: 15px;
    line-height: 1.4;
  }

  /*---회사개요---*/
  .overview ul li {
    width: calc(100% / 4 - 10px);
  }
  .overview ul li > div {
    width: 170px;
    height: 170px;
  }
  .overview ul li > div img {
    height: 70px;
  }
  .overview ul li p {
    margin-top: 12px;
    font-size: 15px;
    padding: 0 10px;
  }

  /*---조직도---*/
  .organ-wrap {
    font-size: 17px;
  }
  .organ-wrap .ceo > div {
    width: 100%;
    max-width: 150px;
    height: 52px;
  }
  .head-office {
    margin-top: 40px !important;
  }
  .organ-wrap > div.head-office:after {
    top: -50px;
  }
  .head-office ul {
    width: calc(100% / 5 - 8px);
  }
  .head-office ul:nth-child(n + 3):before {
    right: 49%;
  }
  .head-office li.org-tit {
    height: 48px;
  }
  .head-office li {
    margin-top: 0px;
    font-size: 14px;
    height: 48px;
  }
  .head-office li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .head-office li:before {
    left: 50.5%;
  }
  .head-office li:first-child::before {
    display: none;
  }

  /*마케팅*/
  .mk-title h1 {
    font-size: 34px;
  }
  .mk-title p {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 18px;
  }
  .mk-con.bg {
    margin-top: 80px;
  }

  .mk-con h3.tit {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .process li div {
    width: 140px;
    height: 140px;
  }
  .process li div img {
    height: 58px;
  }
  .process li p {
    padding: 0 10px;
    line-height: 1.3;
    margin-top: 12px;
    font-size: 14px;
  }
  .process li p b {
    font-size: 17px;
  }

  .keyword {
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;
    border-radius: 20px;
  }
  .keyword li {
    padding-left: 20px;
  }
  .keyword li::before {
    width: 15px;
    height: 15px;
    top: 22px;
  }
  .keyword li:first-child::before {
    top: 4px;
  }
  .keyword li span {
    font-size: 17px;
  }
  .keyword li p {
    font-size: 15px;
    padding-left: 8px;
    margin-top: 5px;
  }
  .keyword li:nth-child(n + 2) {
    margin-top: 18px;
    padding-top: 18px;
  }
  .add-tit {
    font-size: 17px;
    margin-top: 30px;
  }

  .post li {
    width: calc(100% / 2 - 10px);
    border-radius: 13px;
    padding: 30px 20px;
  }
  .post li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .post.w3 li {
    width: calc(100% / 3 - 6px);
    margin-top: 0 !important;
  }
  .post li b {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .post li p {
    font-size: 15px;
  }
  .post li h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .post li img {
    height: 55px;
    margin-bottom: 10px;
  }

  .viral-img {
    border-radius: 15px;
    height: 340px;
  }
  .viral-img.h350 {
    height: 250px;
  }
  .viral-txt {
    padding-left: 20px;
  }
  .viral.left .viral-txt {
    padding-right: 20px;
  }
  .viral-txt span {
    font-size: 16px;
  }
  .viral-txt h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  .viral-txt p {
    font-size: 15px;
    margin-top: 17px;
  }

  .solution li {
    border-radius: 12px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .solution li:nth-child(n + 2) {
    margin-top: 25px;
  }
  .solu-tit {
    line-height: 56px;
    font-size: 17px;
    padding: 0 22px;
  }
  .solu-con {
    padding: 26px 22px;
  }
  .solu-con h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .solu-con p {
    font-size: 15px;
  }

  .advan {
    border-radius: 15px;
    padding: 40px 20px;
  }

  .customer li {
    width: calc(100% / 6 - 5px);
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
  }

  .hope li {
    width: calc(100% / 3 - 7px);
    border-radius: 12px;
    padding: 40px 10px;
  }
  .hope li:nth-child(n + 4) {
    width: calc(100% / 2 - 5px);
    margin-top: 10px;
  }
  .hope li img {
    height: 60px;
    margin-bottom: 8px;
  }
  .hope li div b {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .hope li div p {
    font-size: 15px;
  }

  .portal li {
    border-radius: 12px;
    padding: 25px 15px;
  }
  .portal li h5 {
    font-size: 19px;
  }

  .cafe-txt {
    width: 45%;
  }
  .cafe-img {
    width: 55%;
  }
  .cafe-con:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .cafe-txt {
    padding-left: 20px;
  }
  .cafe-txt h3 {
    font-size: 21px;
  }
  .cafe-txt ul {
    margin: 12px 0 6px;
  }
  .cafe-txt ul li,
  .cafe-txt span {
    font-size: 15px;
    padding-left: 20px;
  }
  .cafe-txt ul li::before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
}

@media (max-width: 768px) {
  .p130 {
    padding: 80px 0;
  }
  .p100 {
    padding: 60px 0;
  }

  /*header*/
  header .wrap8 {
    height: 70px;
  }
  .logo {
    width: 120px;
  }

  /*desk 메뉴*/
  .hd-menu {
    display: none;
  }

  /*mobile 메뉴*/
  .inner > div {
    width: 250vw;
    height: 250vw;
  }
  .inner ul.flex {
    flex-flow: column;
  }
  .ms-menu {
    width: 100%;
    text-align: left;
    padding: 0 5px;
  }
  .ms-menu:nth-of-type(n + 2) {
    margin-top: 18px;
  }
  .ms-menu > ul {
    display: none;
  }
  .ms-menu > a {
    font-size: 22px;
  }
  .ms-menu > ul > li > a {
    font-size: 16px;
    padding: 8px 5px;
  }
  .ms-menu > ul > li:hover > a {
    color: #d01f26;
    font-weight: 500;
  }
  .ms-menu.open > ul {
    display: block;
  }
  .ms-menu.open > ul > li:last-child {
    margin-bottom: 10px;
  }

  /*sticky*/
  .sticky .wrap8 {
    height: 65px;
  }
  .sticky .logo {
    width: 115px;
  }

  /*visual*/
  #main {
    margin-top: 70px;
  }
  .visual-txt h1 {
    font-size: 40px;
  }
  .visual-txt p,
  .visual-txt p b {
    font-size: 40px;
  }

  /*공통타이틀*/
  .main-tit {
    margin-bottom: 40px;
  }
  .main-tit span {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .main-tit h1,
  .main-tit h1 b {
    font-size: 24px;
  }

  /*sub-top*/
  .sub-top {
    margin-top: 70px;
  }
  .top-title {
    padding: 50px 0;
  }
  .top-title h1 {
    font-size: 32px;
  }
  .top-img {
    height: 230px;
  }

  /* ABOUT */
  #sec01 ul li {
    padding: 30px 10px;
  }
  #sec01 ul li img {
    height: 46px;
  }
  #sec01 ul li b {
    /* font-size: 17px; */
    margin: 12px 0 8px;
  }
  #sec01 ul li p {
    /* font-size: 14px; */
  }

  /*포트폴리오*/
  .port-list {
    justify-content: space-between;
  }
  .port-list li {
    width: 49%;
    height: 200px;
    margin-right: 0;
  }
  .port-list li:nth-child(9) {
    display: none;
  }
  .port-list li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .more-btn.mt60 {
    margin-top: 35px;
  }
  .more-btn button {
    font-size: 14px;
    width: 130px;
    line-height: 47px;
  }

  /* 마케팅 */
  .prod-slid .swiper-slide {
    height: 340px;
  }
  .control {
    width: 100%;
    top: 45%;
  }

  /*banner*/
  .banner .p100 {
    padding: 60px 0;
  }
  .banner h1 {
    font-size: 25px;
    font-weight: 600;
  }
  .bn-btn {
    margin-top: 20px;
  }
  .bn-btn button {
    width: 110px;
    line-height: 35px;
    font-size: 14px;
  }

  /*footer*/
  footer {
    padding: 35px 0;
    font-size: 14px;
  }
  footer .flex {
    justify-content: space-between;
    flex-flow: column;
    align-items: flex-start;
  }
  footer .r-con {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }

  /*gotop + side-bn*/
  .gotop,
  .side-bn {
    bottom: 20px;
    right: 15px;
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
  .side-bn {
    bottom: 75px;
  }

  /*클라이언트*/
  .client li {
    width: calc(100% / 3);
  }
  .client li:nth-child(n + 4) {
    border-top: none;
  }
  .client li:nth-child(3n) {
    border-right: 1px solid #ddd;
  }
  .client li:nth-child(4n),
  .client li:nth-child(5n) {
    border-right: none;
  }
  .client li:last-child {
    border-right: 1px solid #ddd;
  }
  .client li a {
    padding: 15px 0;
  }

  /*오시는길*/
  .root_daum_roughmap .wrap_map {
    height: 350px !important;
  }
  .map-info ul li {
    padding: 20px 15px;
    font-size: 16px;
    flex-flow: column;
    align-items: flex-start;
  }
  .map-info ul li b {
    width: 100%;
  }
  .map-info ul li > div {
    width: 100%;
  }
  .map-btn a {
    font-size: 13px;
    padding: 9px 12px 10px;
  }
  .map-btn a:nth-child(n + 2) {
    margin-left: 4px;
  }

  /*개인정보 처리방침*/
  .privacy {
    border: 7px solid #eee;
    padding: 40px 30px;
  }
  .cont_box {
    margin-top: 20px;
    padding-top: 20px;
  }
  .cont_box h1 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .cont_box p {
    font-size: 14px;
  }

  /*연혁*/
  .history-tab {
    margin-bottom: 50px;
  }
  .history-tab li {
    line-height: 50px;
    font-size: 18px;
  }
  .tab-con:nth-of-type(n + 2) {
    margin-top: 54px;
  }
  .tab-con .year {
    width: 180px;
    font-size: 25px;
    padding-top: 18px;
  }
  .history-con {
    width: calc(100% - 210px);
  }
  .history-con ul li {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px 14px 15px;
    padding-left: 15px;
  }
  .history-con ul li::before {
    width: 3px;
    height: 3px;
    top: 22px;
    left: 7px;
  }

  /*회사소개*/
  .about-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about-title b {
    font-size: 15px;
    margin-left: 10px;
  }

  /*회사소개*/
  .company h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .cp-img {
    width: 100%;
    height: 340px;
  }
  .cp-img::before {
    height: 340px;
    bottom: -15px;
    left: -15px;
  }
  .cp-txt {
    width: 100%;
    margin-top: 30px;
    line-height: 1.5;
  }

  /*---회사개요---*/
  .overview ul li {
    width: calc(100% / 2 - 15px);
  }
  .overview ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .overview ul li > div img {
    height: 65px;
  }
  .overview ul li p {
    margin-top: 10px;
  }

  /*---조직도---*/
  .organ-wrap {
    font-size: 15px;
  }
  .organ-wrap > div {
    margin-top: 30px;
  }
  .organ-wrap .ceo > div {
    max-width: 120px;
    height: 45px;
  }
  .head-office {
    margin-top: 35px !important;
  }
  .head-office ul {
    width: calc(100% / 5 - 5px);
  }
  .head-office ul:nth-child(n + 3):before {
    right: 48%;
  }
  .head-office li.org-tit {
    height: 45px;
  }
  .head-office li {
    font-size: 13px;
    height: 45px;
  }
  .head-office li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .head-office li:before {
    left: 50%;
  }

  /*마케팅*/
  .mk-title h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .mk-title p {
    font-size: 16px;
    margin-top: 15px;
  }
  .mk-title p br {
    display: none;
  }
  .mk-con.bg {
    margin-top: 60px;
  }

  .mk-con h3.tit {
    font-size: 29px;
    margin-bottom: 25px;
  }
  .process li,
  .process.pro-04 li {
    width: 50%;
  }
  .process li:nth-child(n + 3) {
    margin-top: 25px;
  }
  .process li div {
    width: 160px;
    height: 160px;
  }
  .process li div img {
    height: 63px;
  }
  .process li p {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 15px;
  }
  .process li p b {
    font-size: 18px;
  }

  .keyword {
    box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border-radius: 16px;
  }
  .keyword li {
    padding-left: 18px;
  }
  .keyword li::before {
    width: 14px;
    height: 14px;
    top: 22px;
  }
  .keyword li:first-child::before {
    top: 5px;
  }
  .keyword li span {
    font-size: 17px;
  }
  .keyword li p {
    font-size: 15px;
    padding-left: 8px;
    margin-top: 5px;
  }
  .keyword li p::before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .keyword li:nth-child(n + 2) {
    margin-top: 18px;
    padding-top: 18px;
  }
  .add-tit {
    font-size: 16px;
    margin-top: 25px;
  }

  .post li {
    width: 100% !important;
    border-radius: 10px;
    padding: 30px 20px;
  }
  .post li:nth-child(n + 2) {
    margin-top: 15px !important;
  }
  .post.w3 li {
    padding: 30px 40px;
  }

  .viral.flex {
    flex-flow: column;
    align-items: flex-start;
  }
  .viral.flex.left {
    flex-flow: column-reverse;
  }
  .viral.flex > div {
    width: 100%;
  }
  .viral-img {
    border-radius: 18px;
    height: 290px;
  }
  .viral-img.h350 {
    height: 290px;
  }
  .viral-txt {
    padding-left: 0px;
    padding: 0 10px !important;
    margin-top: 15px;
  }
  .viral.left .viral-txt {
    padding-right: 0px;
  }
  .viral-txt h3 {
    font-size: 27px;
  }
  .viral-txt p {
    margin-top: 10px;
  }

  .solution li {
    border-radius: 10px;
    box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.08);
  }
  .solution li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .solu-tit {
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
  }
  .solu-con {
    padding: 24px 20px;
  }
  .solu-con h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .solu-con p {
    font-size: 14px;
  }

  .advan {
    border-radius: 12px;
    padding: 35px 20px;
  }
  .advan li:nth-child(n + 2) {
    margin-top: 12px;
  }
  .advan li b {
    font-size: 13px;
    line-height: 31px;
    width: 31px;
  }
  .advan li p {
    font-size: 15px;
    padding-left: 10px;
    width: calc(100% - 35px);
  }

  .customer li {
    width: calc(100% / 6 - 3px);
    font-size: 15px;
    line-height: 42px;
  }

  .hope li {
    width: 49% !important;
    border-radius: 10px;
    padding: 30px 15px;
  }
  .hope li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .hope li img {
    height: 55px;
    margin-bottom: 8px;
  }
  .hope li div b {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .hope li div p {
    font-size: 15px;
  }

  .portal li {
    width: 100%;
    padding: 30px;
  }
  .portal li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .portal li h5 {
    font-size: 19px;
  }

  .cafe-txt,
  .cafe-img {
    width: 100%;
  }
  .cafe-con:nth-of-type(n + 2) {
    margin-top: 70px;
  }
  .cafe-txt {
    padding-left: 0px;
    padding: 0 10px;
    margin-top: 20px;
  }
  .cafe-txt h3 {
    font-size: 24px;
  }
  .cafe-txt ul {
    margin: 15px 0 8px;
  }
  .cafe-txt ul li,
  .cafe-txt span {
    font-size: 16px;
    padding-left: 24px;
  }
  .cafe-txt ul li::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
  .cafe-img {
    height: 270px;
    border-radius: 12px;
  }
}

@media (max-width: 500px) {
  .p130 {
    padding: 60px 0;
  }
  .p100 {
    padding: 45px 0;
  }

  /*header*/
  header .wrap8 {
    height: 60px;
  }
  .logo {
    width: 110px;
  }

  /*desk 메뉴*/
  .hd-menu {
    display: none;
  }

  /*mobile 메뉴*/
  .inner > div {
    width: 300vw;
    height: 300vw;
  }
  .ms-menu:nth-of-type(n + 2) {
    margin-top: 18px;
  }
  .ms-menu > ul {
    display: none;
  }
  .ms-menu > a {
    font-size: 21px;
    margin-bottom: 6px;
  }
  .ms-menu > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 4px;
  }
  .ms-menu.open > ul > li:last-child {
    margin-bottom: 5px;
  }

  /*sticky*/
  .sticky .wrap8 {
    height: 55px;
  }
  .sticky .logo {
    width: 105px;
  }

  /*visual*/
  #main {
    margin-top: 60px;
  }
  .visual-txt h1 {
    font-size: 32px;
  }
  .visual-txt p,
  .visual-txt p b {
    font-size: 32px;
  }

  /*공통타이틀*/
  .main-tit {
    margin-bottom: 30px;
  }
  .main-tit span {
    font-size: 14px;
  }
  .main-tit h1,
  .main-tit h1 b {
    font-size: 21px;
  }

  /*sub-top*/
  .sub-top {
    margin-top: 60px;
  }
  .top-title {
    padding: 40px 0;
  }
  .top-title h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .top-title ul li {
    font-size: 15px;
  }
  .top-title ul li::before {
    width: 10px;
    height: 10px;
    left: 10px;
  }
  .top-title ul li:last-child {
    font-size: 14px;
  }
  .top-title ul li:nth-child(n + 2) {
    padding-left: 28px;
  }
  .top-title ul li a {
    width: 12px;
    height: 13px;
  }
  .top-img {
    height: 200px;
  }

  /* ABOUT */
  #sec01 ul li {
    width: 100%;
    padding: 25px 10px;
    border-left: 0 !important;
  }
  #sec01 ul li:nth-child(n + 2) {
    border-top: 1px solid #ddd;
  }
  #sec01 ul li img {
    height: 40px;
  }
  #sec01 ul li b {
    font-size: 19px;
    margin: 10px 0 8px;
  }
  #sec01 ul li p {
    font-size: 15px;
  }

  /*포트폴리오*/
  .port-list li {
    width: 100%;
    height: 220px;
    margin-right: 0;
  }
  .port-list li:nth-child(9) {
    display: block;
  }
  .port-list li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .more-btn.mt60 {
    margin-top: 30px;
  }
  .more-btn button {
    font-size: 13px;
    width: 120px;
    line-height: 44px;
  }

  /* 마케팅 */
  .prod-slid .swiper-slide {
    height: 300px;
  }
  .prod-slid .swiper-slide a::before {
    margin-bottom: -70px;
    height: 70px;
  }
  .control {
    height: 36px;
  }
  .prod-slid .swiper-button-next,
  .prod-slid .swiper-rtl .swiper-button-prev,
  .prod-slid .swiper-button-prev,
  .prod-slid .swiper-rtl .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  /*banner*/
  .banner .p100 {
    padding: 50px 0;
  }
  .banner h1 {
    font-size: 20px;
  }
  .banner h1 br {
    display: none;
  }
  .bn-btn {
    margin-top: 18px;
  }
  .bn-btn button {
    width: 100px;
    line-height: 34px;
    font-size: 13px;
  }

  /*footer*/
  footer {
    padding: 35px 0px 20px 25px;
    font-size: 13px;
    /* padding-right: 20px; */
  }
  footer .r-con {
    margin-top: 20px;
    padding-right: 0px;
    justify-content: flex-start;
    flex-flow: column;
  }
  footer .l-con h1 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  footer .l-con li b {
    width: 12px;
  }
  footer .r-con a {
    margin-right: 0;
    margin-bottom: 0px;
  }

  /*gotop + side-bn*/
  .gotop,
  .side-bn {
    bottom: 15px;
    right: 12px;
    width: 45px;
    height: 45px;
    font-size: 13px;
  }
  .side-bn {
    bottom: 65px;
  }

  /*클라이언트*/
  .client li {
    width: calc(100% / 2);
  }
  .client li:nth-child(n + 3) {
    border-top: none;
  }
  .client li:nth-child(3n),
  .client li:nth-child(4n),
  .client li:nth-child(5n) {
    border-right: none;
  }
  .client li:nth-child(2n) {
    border-right: 1px solid #ddd;
  }

  /*오시는길*/
  .root_daum_roughmap .wrap_map {
    height: 320px !important;
  }
  .map-info ul li {
    padding: 16px 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .map-info ul li > div.add {
    flex-flow: column;
    align-items: flex-start;
  }
  .map-info ul li b {
    margin-bottom: 5px;
  }
  .map-btn {
    margin-top: 3px;
  }
  .map-btn a {
    font-size: 12px;
    padding: 8px 10px 8px;
  }
  .map-btn a:nth-child(n + 2) {
    margin-left: 3px;
  }

  /*개인정보 처리방침*/
  .privacy {
    border: 5px solid #eee;
    padding: 30px 20px;
  }
  .cont_box {
    margin-top: 18px;
    padding-top: 18px;
  }
  .cont_box h1 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  /*연혁*/
  .history-tab {
    margin-bottom: 30px;
  }
  .history-tab li {
    line-height: 44px;
    font-size: 16px;
  }
  .tab-con:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .tab-con .year {
    width: 100%;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
  }
  .history-con {
    width: 100%;
  }
  .history-con ul li {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
  }
  .history-con ul li::before {
    top: 19px;
  }

  /*회사소개*/
  .about-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .about-title b {
    font-size: 14px;
    margin-left: 8px;
  }

  /*회사소개*/
  .company h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .company h1 br:nth-of-type(2) {
    display: none;
  }
  .cp-img {
    height: 300px;
  }
  .cp-img::before {
    height: 300px;
    bottom: -12px;
    left: -12px;
  }
  .cp-txt {
    margin-top: 25px;
    font-size: 14px;
  }

  /*---회사개요---*/
  .overview ul li {
    width: calc(100% / 2 - 10px);
  }
  .overview ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .overview ul li > div {
    width: 150px;
    height: 150px;
  }
  .overview ul li > div img {
    height: 55px;
  }
  .overview ul li p {
    margin-top: 8px;
    font-size: 14px;
    padding: 0 5px;
  }

  /*---조직도---*/
  .organ-wrap {
    font-size: 14px;
  }
  .organ-wrap .ceo > div {
    max-width: 100%;
    height: 45px;
  }
  .head-office {
    margin-top: 15px !important;
  }
  .organ-wrap > div.head-office:after {
    top: -50px;
  }
  .head-office ul {
    width: 100%;
  }
  .head-office ul:before {
    display: none;
  }
  .head-office ul:nth-child(n + 2) {
    margin-top: 15px;
  }
  .head-office ul:nth-child(n + 3):before {
    right: 48%;
  }
  .head-office li.org-tit {
    height: 45px;
  }
  .head-office li {
    font-size: 13px;
    height: 45px;
  }

  /*마케팅*/
  .mk-title h1 {
    font-size: 24px;
  }
  .mk-title p {
    font-size: 15px;
    margin-top: 12px;
  }
  .mk-title h1 br {
    display: none;
  }
  .mk-con.bg {
    margin-top: 45px;
  }

  .mk-con h3.tit {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .process li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .process li div {
    width: 145px;
    height: 145px;
  }
  .process li div img {
    height: 58px;
  }
  .process li p {
    padding: 0 10px;
    margin-top: 15px;
    font-size: 14px;
  }
  .process li p b {
    font-size: 15px;
  }

  .keyword {
    box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border-radius: 15px;
  }
  .keyword li {
    padding-left: 16px;
  }
  .keyword li::before {
    width: 12px;
    height: 12px;
    top: 22px;
  }
  .keyword li:first-child::before {
    top: 5px;
  }
  .keyword li span {
    font-size: 16px;
  }
  .keyword li p {
    font-size: 14px;
    padding-left: 8px;
    margin-top: 5px;
  }
  .keyword li p::before {
    top: 7px;
  }
  .keyword li:nth-child(n + 2) {
    margin-top: 15px;
    padding-top: 15px;
  }
  .add-tit {
    font-size: 15px;
    margin-top: 20px;
  }
  .add-tit br {
    display: none;
  }

  .post li {
    border-radius: 10px;
    padding: 20px 15px;
  }
  .post li:nth-child(n + 2) {
    margin-top: 12px !important;
  }
  .post.w3 li {
    padding: 20px 30px;
  }
  .post li b {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .post li p {
    font-size: 14px;
  }
  .post li h2 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .post li img {
    height: 50px;
    margin-bottom: 8px;
  }

  .viral-img {
    border-radius: 15px;
    height: 230px;
  }
  .viral-img.h350 {
    height: 230px;
  }
  .viral-txt {
    margin-top: 15px;
  }
  .viral-txt span {
    font-size: 15px;
  }
  .viral-txt h3 {
    font-size: 22px;
  }
  .viral-txt p {
    font-size: 14px;
    margin-top: 15px;
  }

  .solu-tit {
    line-height: 1.3;
    font-size: 15px;
    padding: 18px;
  }
  .solu-con {
    padding: 22px 18px;
  }
  .solu-con h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .solu-con p {
    font-size: 14px;
  }

  .advan {
    border-radius: 12px;
    padding: 35px 0px;
  }
  .advan li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .advan li b {
    font-size: 12px;
    line-height: 29px;
    width: 29px;
  }
  .advan li p {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 8px;
    width: calc(100% - 40px);
  }

  .customer li {
    width: calc(100% / 3 - 5px);
    font-size: 15px;
    line-height: 42px;
  }
  .customer li:nth-child(n + 4) {
    margin-top: 10px;
  }

  .hope li {
    width: 100% !important;
    padding: 30px 15px;
  }
  .hope li:nth-child(n + 2) {
    margin-top: 3%;
  }
  .hope li img {
    height: 60px;
    margin-bottom: 10px;
  }
  .hope li div b {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .hope li div p {
    font-size: 15px;
  }

  .portal li {
    padding: 20px;
  }
  .portal li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .portal li h5 {
    font-size: 18px;
  }
  .portal li p {
    font-size: 14px;
  }

  .cafe-con:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .cafe-txt {
    padding: 0 5px;
    margin-top: 15px;
  }
  .cafe-txt h3 {
    font-size: 21px;
  }
  .cafe-txt ul {
    margin: 10px 0 5px;
  }
  .cafe-txt ul li,
  .cafe-txt span {
    font-size: 15px;
    padding-left: 21px;
  }
  .cafe-txt ul li::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
  .cafe-img {
    height: 250px;
    border-radius: 10px;
  }
}

@media (max-width: 340px) {
  /*header*/
  header .wrap8 {
    height: 60px;
  }
  .logo {
    width: 105px;
  }

  /*desk 메뉴*/
  .hd-menu {
    display: none;
  }

  /*mobile 메뉴*/
  .inner > div {
    width: 400vw;
    height: 400vw;
  }
  .ms-menu:nth-of-type(n + 2) {
    margin-top: 14px;
  }
  .ms-menu > a {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .ms-menu > ul > li > a {
    font-size: 14px;
  }

  /*sticky*/
  .sticky .wrap8 {
    height: 50px;
  }
  .sticky .logo {
    width: 100px;
  }

  /*visual*/
  .visual-txt h1 {
    font-size: 26px;
  }
  .visual-txt p,
  .visual-txt p b {
    font-size: 26px;
  }

  /*공통타이틀*/
  .main-tit {
    margin-bottom: 25px;
  }
  .main-tit span {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .main-tit h1,
  .main-tit h1 b {
    font-size: 18px;
  }

  /*sub-top*/
  .top-title {
    padding: 35px 0;
  }
  .top-title h1 {
    font-size: 25px;
  }

  /* ABOUT */
  #sec01 ul li img {
    height: 36px;
  }
  #sec01 ul li b {
    font-size: 16px;
  }
  #sec01 ul li p {
    font-size: 13px;
  }

  /*포트폴리오*/
  .port-list li {
    height: 170px;
  }
  .more-btn.mt60 {
    margin-top: 25px;
  }
  .more-btn button {
    font-size: 13px;
    width: 110px;
    line-height: 40px;
  }

  /* 마케팅 */
  .prod-slid .swiper-slide {
    height: 280px;
  }
  .prod-slid .swiper-slide a p {
    bottom: 12px;
    left: 15px;
    right: 15px;
    font-size: 15px;
  }
  .prod-slid .swiper-slide a::before {
    margin-bottom: -60px;
    height: 60px;
  }

  /*banner*/
  .banner h1 {
    font-size: 18px;
  }
  .bn-btn {
    margin-top: 15px;
  }
  .bn-btn button {
    width: 90px;
    line-height: 30px;
    font-size: 13px;
  }

  /*클라이언트*/
  .client li a {
    padding: 12px 0;
  }

  /*오시는길*/
  .root_daum_roughmap .wrap_map {
    height: 280px !important;
  }

  /*개인정보 처리방침*/
  .privacy {
    border: 4px solid #eee;
    padding: 25px 16px;
  }
  .cont_box p {
    font-size: 13px;
  }

  /*연혁*/
  .history-tab {
    margin-bottom: 30px;
  }
  .history-tab li {
    line-height: 42px;
    font-size: 15px;
  }
  .tab-con:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .tab-con .year {
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 8px;
  }
  .history-con ul li {
    font-size: 13px;
    padding: 10px 15px;
  }
  .history-con ul li::before {
    top: 17px;
  }

  /*회사소개*/
  .about-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about-title b {
    font-size: 13px;
  }

  /*회사소개*/
  .company h1 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .cp-img {
    height: 260px;
  }
  .cp-img::before {
    height: 260px;
    bottom: -10px;
    left: -10px;
  }
  .cp-txt {
    margin-top: 20px;
    font-size: 13px;
  }

  /*---회사개요---*/
  .overview ul li {
    width: calc(100% / 2 - 8px);
  }
  .overview ul li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .overview ul li > div {
    width: 125px;
    height: 125px;
  }
  .overview ul li > div img {
    height: 50px;
  }
  .overview ul li p {
    font-size: 13px;
  }

  /*---조직도---*/
  .organ-wrap .ceo > div {
    height: 42px;
  }
  .head-office li.org-tit {
    height: 42px;
  }
  .head-office li {
    height: 42px;
  }

  /*마케팅*/
  .mk-title h1 {
    font-size: 22px;
  }
  .mk-title p {
    font-size: 14px;
    margin-top: 10px;
  }

  .mk-con h3.tit {
    font-size: 24px;
  }
  .process li,
  .process.pro-04 li {
    width: 100%;
  }
  .process li:nth-child(n + 2) {
    margin-top: 25px;
  }
  .process li div {
    width: 150px;
    height: 150px;
  }
  .process li div img {
    height: 60px;
  }
  .process li p {
    padding: 0 15px;
    margin-top: 12px;
    font-size: 13px;
  }

  .keyword {
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
    border-radius: 10px;
  }
  .keyword li {
    padding-left: 14px;
  }
  .keyword li::before {
    width: 10px;
    height: 10px;
    top: 16px;
  }
  .keyword li span {
    font-size: 15px;
    line-height: 1.3;
  }
  .keyword li p {
    font-size: 13px;
    padding-left: 8px;
    margin-top: 5px;
  }
  .keyword li p::before {
    top: 7px;
  }
  .keyword li:nth-child(n + 2) {
    margin-top: 12px;
    padding-top: 12px;
  }
  .add-tit {
    font-size: 14px;
  }

  .post li {
    padding: 20px;
  }
  .post li:nth-child(n + 2) {
    margin-top: 10px !important;
  }
  .post.w3 li {
    padding: 20px;
  }
  .post li b {
    font-size: 16px;
  }
  .post li p {
    font-size: 13px;
  }
  .post li h2 {
    font-size: 15px;
  }
  .post li img {
    height: 46px;
  }

  .viral-img {
    border-radius: 12px;
    height: 190px;
  }
  .viral-img.h350 {
    height: 190px;
  }
  .viral-txt {
    margin-top: 12px;
  }
  .viral-txt span {
    font-size: 14px;
  }
  .viral-txt h3 {
    font-size: 19px;
  }
  .viral-txt p {
    font-size: 13px;
    margin-top: 10px;
  }

  .solution li:nth-child(n + 2) {
    margin-top: 18px;
  }
  .solu-tit {
    font-size: 14px;
    padding: 15px;
  }
  .solu-con {
    padding: 20px 15px;
  }
  .solu-con h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .solu-con p {
    font-size: 13px;
  }

  .advan {
    border-radius: 10px;
    padding: 25px 0px;
  }

  .customer li {
    width: calc(100% / 3 - 3px);
    font-size: 14px;
    line-height: 37px;
  }
  .customer li:nth-child(n + 4) {
    margin-top: 6px;
  }

  .hope li {
    width: 100% !important;
    padding: 25px 10px;
  }
  .hope li:nth-child(n + 2) {
    margin-top: 3%;
  }
  .hope li img {
    height: 50px;
    margin-bottom: 8px;
  }
  .hope li div b {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .hope li div p {
    font-size: 14px;
  }

  .portal li:nth-child(n + 2) {
    margin-top: 13px;
  }
  .portal li h5 {
    font-size: 17px;
  }
  .portal li p {
    font-size: 13px;
  }

  .cafe-con:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .cafe-txt {
    margin-top: 12px;
  }
  .cafe-txt h3 {
    font-size: 19px;
  }
  .cafe-txt ul {
    margin: 8px 0 5px;
  }
  .cafe-txt ul li,
  .cafe-txt span {
    font-size: 14px;
    padding-left: 18px;
  }
  .cafe-txt ul li::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .cafe-img {
    height: 210px;
  }
}
