@charset "UTF-8";
/*
** reset
*/
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@import url("plugins/normalize.css");
@import url("plugins/slick.css");
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("./fonts/woff2/Pretendard-Black.woff2") format("woff2"), url("./fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../fonts/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("./fonts/woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("./fonts/woff2/Pretendard-Bold.woff2") format("woff2"), url("./fonts/woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("./fonts/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("./fonts/woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("./fonts/woff2/Pretendard-Medium.woff2") format("woff2"), url("./fonts/woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("./fonts/woff2/Pretendard-Regular.woff2") format("woff2"), url("./fonts/woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("./fonts/woff2/Pretendard-Light.woff2") format("woff2"), url("./fonts/woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("./fonts/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("./fonts/woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("./fonts/woff2/Pretendard-Thin.woff2") format("woff2"), url("./fonts/woff/Pretendard-Thin.woff") format("woff");
}
body, th, td, input, select, textarea, button {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Pretendard", sans-serif;
  color: #666;
  letter-spacing: -0.8px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.screen_out {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

table {
  border-collapse: collapse;
}

.md-block {
  display: none;
}

@media (max-width: 768px) {
  .md-none {
    display: none;
  }

  .md-block {
    display: block;
  }

  .rs-pd {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
** layouts
*/
#header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 74px;
  transition: all ease 0.3s;
}
#header .header_inner {
  position: relative;
  margin: 0 14px;
  height: 74px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
#header .logo {
  position: absolute;
  left: 0;
  width: 118px;
  height: 26px;
  background: url("../images/common/bi.png") no-repeat 0 0;
  text-indent: -9999px;
  background-size: contain;
}
#header .logo a {
  display: block;
}
#header .gnb {
  display: flex;
}
#header .gnb li a {
  padding: 15px;
  margin: 0 15px;
  display: block;
  transition: all ease 0.3s;
  color: #fff;
  font-size: 18px;
}
#header .gnb li.active a, #header .gnb li:hover a {
  color: #5629b5;
}
#header.sub_header {
  position: sticky;
  background: #f2f2f2;
  border-bottom: 1px solid #dedede;
}
#header.sub_header .notice_btn {
  display: block;
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
  background: url("../images/common/i_sub_notice.png") no-repeat;
  background-size: contain;
}
#header.sub_header .notice_btn.on {
  transition: all ease 0.3s;
  background: url("../images/common/i_sub_notice_on.png") no-repeat;
  background-size: contain;
}
#header.sub_header .gnb li a {
  color: #000000;
}
#header.sub_header .gnb li.active a, #header.sub_header .gnb li:hover a {
  color: #5629b5;
}
#header.sub_header .menu-trigger span {
  background-color: #000;
}
@media (max-width: 840px) {
  #header.sub_header {
    position: sticky;
  }
}
#header.main_header.active {
  background: #f2f2f2;
}
#header.main_header.active .gnb li a {
  color: #000;
}
#header.main_header.active .gnb li.active a, #header.main_header.active .gnb li:hover a {
  color: #5629b5;
}
#header.main_header.active .notice_btn {
  background: url("../images/common/i_sub_notice.png") no-repeat;
  background-size: contain;
}
#header.main_header.active .notice_btn.on {
  background: url("../images/common/i_sub_notice_on.png") no-repeat;
  background-size: contain;
}
#header.main_header.active .menu-trigger.before-trigger {
  transition: all ease 0.3s;
}
#header.main_header.active .menu-trigger.before-trigger span {
  background-color: #000;
}
#header.main_header .main_gnb_dep {
  position: relative;
  width: 100%;
}
#header.main_header .main_gnb_dep .gnb_dep_con {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  opacity: 0;
  background: #f2f2f2;
  visibility: hidden;
  border-top: 1px solid #dedede;
  transition: all ease 0.3s;
}
#header.main_header .main_gnb_dep .gnb_dep_con.on {
  opacity: 1;
  visibility: inherit;
}
#header.main_header .main_gnb_dep .gnb_dep_con ul li a {
  transition: all ease 0.3s;
}
#header.main_header .main_gnb_dep .gnb_dep_con ul li a:hover {
  font-weight: bold;
}

@media (max-width: 840px) {
  #header {
    height: 45px;
  }
  #header .header_inner {
    margin: 0px 10px;
    height: 45px;
  }
  #header .logo {
    width: 59px;
    height: 13px;
  }
  #header .logo a {
    display: block;
  }
  #header .gnb {
    display: none;
  }
}
.right_area {
  position: absolute;
  right: 15px;
  display: flex;
}
.right_area .head_right_i {
  display: block;
}
.right_area .head_right_i.i_notice {
  margin-right: 15px;
}

.notice_btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/common/i_notice.png") no-repeat;
  background-size: contain;
}
.notice_btn.on {
  background: url("../images/common/i_notice_on.png") no-repeat;
  background-size: contain;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 20px;
  height: 19px;
}
.menu-trigger span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
}
.menu-trigger.before-trigger span {
  left: 0;
  background-color: #fff;
}
.menu-trigger.before-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.before-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger.before-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.after-trigger {
  z-index: 300;
  right: 14px;
  top: 28px;
  margin-right: 4.4%;
}
.menu-trigger.after-trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.after-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.after-trigger span:nth-of-type(3) {
  transform: translateY(8px) rotate(45deg);
}

@media (max-width: 840px) {
  .right_area {
    right: 8px;
  }
  .right_area .head_right_i.i_notice {
    margin-right: 10px;
  }

  .notice_btn {
    width: 17px;
    height: 17px;
  }

  .menu-trigger {
    width: 17px;
    height: 17px;
  }
  .menu-trigger span {
    height: 2px;
    border-radius: 2px;
  }
  .menu-trigger.before-trigger span {
    left: 0;
    background-color: #fff;
  }
  .menu-trigger.before-trigger span:nth-of-type(1) {
    top: 1px;
  }
  .menu-trigger.before-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger.before-trigger span:nth-of-type(3) {
    bottom: 0px;
  }
  .menu-trigger.after-trigger {
    right: 0px;
    top: 13px;
    margin-right: 8.8%;
  }
}
.pc_menu {
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 50%;
  max-width: 100%;
  height: 100%;
  background: #181818;
  transition: all 0.5s;
  z-index: 250;
  box-sizing: border-box;
  overflow-y: auto;
  display: none;
}
.pc_menu > .after-trigger span {
  background-color: #000;
}
.pc_menu.on {
  right: 0;
  transform: translateX(0);
  transition: all 0.5s;
}
.pc_menu > .col {
  width: 33.3333333333%;
  background: #f2f2f2;
  display: table;
}
.pc_menu > .col .col_tablecell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.pc_menu > .col.col01 .col_tablecell {
  background: url("../images/common/sitemap_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.pc_menu > .col.col01 .col_tablecell img {
  padding: 2em;
}
.pc_menu > .col.col02 .menu_tab li {
  padding-left: 7.8%;
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 25px;
  color: #999999;
  font-weight: bold;
  line-height: 1;
}
.pc_menu > .col.col02 .menu_tab li.on {
  color: #000;
}
.pc_menu > .col.col03 {
  position: relative;
}
.pc_menu > .col.col03:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #dedede;
}
.pc_menu > .col.col03 .menu_con {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}
.pc_menu > .col.col03 .menu_con li {
  padding: 25px 0 25px 10%;
  transition: 0.3s ease-in;
}
.pc_menu > .col.col03 .menu_con li a {
  transition: 0.2s ease-in;
  font-size: 18px;
}
.pc_menu > .col.col03 .menu_con.on {
  opacity: 1;
  visibility: inherit;
  transition: 0.3s ease-in;
}
.pc_menu > .col.col03 .menu_con.on li {
  position: relative;
  padding: 25px 0 25px 5.2%;
}
.pc_menu > .col.col03 .menu_con.on li:after {
  z-index: 10;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 1px;
  transition: 0.3s ease-in;
}
.pc_menu > .col.col03 .menu_con.on li.on:after, .pc_menu > .col.col03 .menu_con.on li:hover:after {
  height: 100%;
  background: #7f2aff;
}
.pc_menu > .col.col03 .menu_con.on li.on a, .pc_menu > .col.col03 .menu_con.on li:hover a {
  display: block;
  color: #7f2aff;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .pc_menu > .col.col02 .menu_tab li {
    font-size: 23px;
  }
  .pc_menu > .col.col03 .menu_con.on li {
    padding: 17.5px 0 17.5px 5.2%;
  }
  .pc_menu > .col.col03 .menu_con.on li a {
    font-size: 15px;
  }
}
@media (max-width: 840px) {
  .pc_menu {
    display: none;
  }
}

@media (max-width: 840px) {
  .mobile_menu {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 50%;
    max-width: 100%;
    height: 100%;
    background: #181818;
    transition: all 0.5s;
    z-index: 250;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    background: #7e2cff;
  }
  .mobile_menu > .after-trigger span {
    background-color: #fff;
  }
  .mobile_menu.on {
    right: 0;
    transform: translateX(0);
    transition: all 0.5s;
  }
}
@media (min-width: 840px) {
  .mobile_menu {
    display: none;
  }
}
.mobile_menu .mm_1dep {
  width: 100%;
  border-top: 1px solid #8b42ff;
  margin-top: 45px;
  padding-left: 19px;
}
.mobile_menu .mm_1dep > li {
  padding-top: 30px;
}
.mobile_menu .mm_1dep > li > a {
  display: block;
  font-size: 18px;
  color: #fff;
}
.mobile_menu .mm_1dep > li .mm_2dep li {
  padding-top: 15px;
}
.mobile_menu .mm_1dep > li .mm_2dep li.on a {
  position: relative;
  color: #fff;
}
.mobile_menu .mm_1dep > li .mm_2dep li.on a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
.mobile_menu .mm_1dep > li .mm_2dep li a {
  display: block;
  color: #b897ff;
  padding-left: 9px;
}

#dimmed {
  transition: all 0.5s;
}
#dimmed.on {
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#footer {
  height: 80px;
  background: #000;
}
#footer .dev_innner {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  font-size: 14px;
}
#footer .copyright {
  color: #4c4c4c;
}
#footer .auto_link {
  position: relative;
  padding-right: 25px;
  transition: 0.2s ease-in;
}
#footer .auto_link:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/common/i_quick_foot.png") no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease-in;
}
#footer .auto_link:hover {
  color: #7e2cff;
}
#footer .auto_link:hover:after {
  background: url("../images/common/i_quick_foot_on.png") no-repeat;
  background-size: contain;
}
#footer .etcBtn:hover {
  color: #7e2cff;
}

@media (max-width: 840px) {
  #footer .dev_innner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    font-size: 11px;
  }
  #footer .auto_link {
    position: relative;
    padding-right: 15px;
    margin-bottom: 5px;
  }
  #footer .auto_link:after {
    width: 10px;
    height: 10px;
  }
  #footer .etcBtn {
    position: relative;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  #footer .etcBtn:after {
    width: 10px;
    height: 10px;
  }
}
.inner {
  max-width: 100%;
  margin: auto 4.4%;
  overflow: hidden;
}

.dev_innner {
  max-width: 1280px;
  margin: auto;
}

.gnb_dep {
  z-index: 150;
  background: #f2f2f2;
  position: sticky;
  top: 74px;
}

.gnb_dep_wrap {
  height: 60px;
}
.gnb_dep_wrap ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.gnb_dep_wrap ul li {
  margin: 0 25px;
}
.gnb_dep_wrap ul li a {
  color: #4c4c4c;
  font-size: 14px;
}
.gnb_dep_wrap ul li.on {
  font-weight: bold;
}
.gnb_dep_wrap ul li.on a {
  color: #000;
}

@media (max-width: 840px) {
  .gnb_dep {
    display: none;
  }
}
.visual_ti {
  background: #000000;
  height: 120px;
}
.visual_ti .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.visual_ti .inner h3 {
  font-size: 36px;
  color: #7e2cff;
}
.visual_ti .inner span {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-left: 23px;
  padding-left: 23px;
}
.visual_ti .inner span:after {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  content: "";
  width: 5px;
  height: 14px;
  background: url("../images/common/visual_slash.png") no-repeat;
}
@media (max-width: 840px) {
  .visual_ti {
    position: sticky;
    top: 45px;
    height: 60px;
    z-index: 100;
  }
  .visual_ti .inner {
    position: relative;
  }
  .visual_ti .inner h3 {
    font-size: 22px;
  }
  .visual_ti .inner span {
    display: none;
  }
  .visual_ti.dev_visual .inner:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    display: block;
    content: "";
    width: 17px;
    height: 9px;
    background: url(../images/common/sidebar_m_arrow.png) no-repeat;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    background-size: contain;
  }
  .visual_ti.dev_visual.on .inner:after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media (max-width: 576px) {
  .visual_ti {
    height: 45px;
  }
  .visual_ti .inner h3 {
    font-size: 18px;
  }
}

.breadcrumb {
  background: #f2f2f2;
}
.breadcrumb .dev_innner {
  height: 50px;
}
.breadcrumb .dev_innner ul {
  display: flex;
  height: 100%;
  justify-content: left;
  align-items: center;
}
.breadcrumb .dev_innner ul li {
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
  font-size: 14px;
  color: #000;
}
.breadcrumb .dev_innner ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url("../images/common/breadcrumb_arrow.png") no-repeat;
}
.breadcrumb .dev_innner ul li:last-child {
  color: #7e2cff;
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb .dev_innner ul li:last-child:after {
  display: none;
}
@media (max-width: 840px) {
  .breadcrumb .dev_innner {
    height: 40px;
  }
  .breadcrumb .dev_innner ul {
    justify-content: center;
  }
  .breadcrumb .dev_innner ul li {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .breadcrumb .dev_innner {
    height: 30px;
  }
  .breadcrumb .dev_innner ul li {
    font-size: 10px;
  }
}

#inner_wrap .dev_innner {
  display: flex;
  justify-content: space-between;
}

#snb {
  overflow-y: auto;
  position: sticky;
  max-height: calc(100vh - 110px);
  top: 100px;
  width: 260px;
}
#snb .snb_sticky {
  padding-top: 36px;
  overflow-y: auto;
  padding-right: 33px;
}
#snb ul li {
  cursor: pointer;
}
#snb .dep01 > li {
  margin: 15px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
#snb .dep01 > li.active > span:after {
  transform: translateY(-50%) rotate(-180deg);
}
#snb .dep01 > li > span {
  position: relative;
  display: block;
}
#snb .dep01 > li > span:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  background: url("../images/common/sidebar_arrow.png") no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  background-size: contain;
}
#snb .dep01 > li ul {
  display: none;
}
#snb .dep02 > li {
  font-size: 14px;
  color: #414141;
  font-weight: normal;
  margin: 10px 0;
}
#snb .dep02 > li > span {
  position: relative;
  display: block;
  display: block;
  padding: 8.5px 15px;
  transition: all ease 0.3s;
  line-height: 1;
}
#snb .dep02 > li > span:hover {
  background: #f2f2f2;
  border-radius: 2px;
}
#snb .dep02 > li > span:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  background: url("../images/common/sidebar_arrow.png") no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  background-size: contain;
}
#snb .dep02 > li.active {
  color: #7e2cff;
  display: block;
}
#snb .dep02 > li.active > span {
  background: #f2f2f2;
  border-radius: 2px;
}
#snb .dep02 > li.active > span:after {
  transform: translateY(-50%) rotate(-180deg);
}
#snb .dep02 > li .ti_category {
  position: relative;
  display: block;
  padding-left: 45px;
  color: #7e2cff;
  margin: 8px 0;
}
#snb .dep02 > li .ti_category:after {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translatey(-50%);
  background: url("../images/common/i_code.png") no-repeat;
  display: block;
  content: "";
  width: 22px;
  height: 13px;
}
#snb .dep03 {
  margin: 10px 0;
}
#snb .dep03 > li {
  position: relative;
  font-size: 13px;
  padding: 7px 0 7px 15px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
  margin-left: 15px;
  transition: 0.3s ease-in;
}
#snb .dep03 > li:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #dedee0;
  transition: background-color 0.3s ease-in;
}
#snb .dep03 > li.active, #snb .dep03 > li:hover {
  color: #000000;
}
#snb .dep03 > li.active:after, #snb .dep03 > li:hover:after {
  background: #7e2cff;
}

@media (max-width: 840px) {
  #snb {
    display: none;
  }
  #snb.on {
    z-index: 150;
    display: block;
    position: fixed;
    top: 105px;
    width: 100%;
    height: 40%;
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
  }
  #snb.on .snb_sticky {
    padding: 0;
  }
  #snb .dep01 > li {
    margin: 0;
  }
  #snb .dep01 > li > span {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    margin: 0 4.4%;
    font-size: 14px;
  }
  #snb .dep01 > li > span:after {
    width: 17px;
    height: 9px;
    background: url(../images/common/sidebar_m_arrow.png) no-repeat;
    background-size: contain;
  }
  #snb .dep02 > li {
    margin: 0;
  }
  #snb .dep02 > li span {
    padding: 15px 8.3%;
    font-size: 11px;
  }
  #snb .dep02 > li.active span {
    background: #ece8f3;
  }
  #snb .dep02 > li .ti_category {
    display: none;
  }
  #snb .dep03 {
    margin: 15px 0;
    padding: 0 8.3%;
  }
  #snb .dep03 li {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  #snb {
    display: none;
  }
  #snb.on {
    z-index: 150;
    display: block;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 40%;
    background: #f2f2f2;
  }
  #snb.on .snb_sticky {
    padding: 0;
  }
}
#content {
  overflow: hidden;
  padding-top: 36px;
  width: 980px;
  min-height: 650px;
}

@media (max-width: 840px) {
  #content {
    margin: 0 15px;
  }
}

#rest_api_docs_list li a {
  padding: 8.5px 15px;
  line-height: 1;
  font-size: 14px;
  position: relative;
  display: block;
}
.develop_con .dv_ti01 {
  position: relative;
  line-height: 1;
  font-size: 26px;
  color: #000;
  margin-bottom: 45px;
  padding-left: 27px;
}
.develop_con .dv_ti01:after, .rest_api_document h2:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background: url("../images/common/ti_bullet.png") no-repeat;
  background-size: contain;
}
.develop_con .dv_ti01.top_ti {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rest_api_document h2 {
  position: relative;
  line-height: 1;
  font-size: 26px;
  color: #000;
  margin-bottom: 45px;
  padding-left: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.develop_con .dv_ti01.top_ti .dv_ti_btn button {
  border: 1px solid #dedee0;
  padding: 0.5em 1em;
  transition: 0.1s ease-in;
  border-radius: 3px;
}
.develop_con .dv_ti01.top_ti .dv_ti_btn button:hover {
  border-color: #7e2cff;
  color: #7e2cff;
}
.develop_con .dv_ti02, .rest_api_document h3 {
  font-size: 18px;
  color: #5629b5;
  margin-bottom: 15px;
}
.develop_con .dv_ti03, .rest_api_document h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}
.develop_con .dv_txt, .rest_api_document p {
  margin-bottom: 35px;
  font-size: 14px;
  color: #000000;
}
.develop_con .dv_txt02 {
  margin-bottom: 35px;
  font-size: 14px;
  color: #666666;
}
.develop_con .depth_con {
  padding-left: 15px;
}
.develop_con .source-code-wrap, .rest_api_document .listingblock {
  margin-bottom: 35px;
}
.develop_con .fn {
  margin-bottom: 35px;
}
.develop_con .fn pre {
  background: #7e2cff;
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  font-family: "Pretendard" !important;
}
.rest_api_document pre {
  background: #272822;
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
.develop_con .fn pre code, .rest_api_document pre code {
  color: #f8f8f2;
  background: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: "Pretendard" !important;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}
.develop_con .tbl_box, .rest_api_document .tbl_box {
  overflow-x: auto;
  margin-bottom: 35px;
}
.develop_con .tv_tbl > thead, .rest_api_document .tv_tbl > thead {
  border-top: 1px solid #333333;
}
.develop_con .tv_tbl > thead tr th, .rest_api_document .tv_tbl > thead tr th {
  background: #fafafa;
  font-size: 14px;
  padding: 16px 16px;
  text-align-last: left;
  border-left: 1px solid #e1e1e1;
  color: #000000;
}
.develop_con .tv_tbl > thead tr th:first-child, .rest_api_document .tv_tbl > thead tr th:first-child {
  border-left: none;
  min-width: 150px;
  width:300px;
}
.develop_con .tv_tbl > tbody, .rest_api_document .tv_tbl > tbody {
  border-bottom: 1px solid #e1e1e1;
}
.develop_con .tv_tbl > tbody tr td, .rest_api_document .tv_tbl > tbody tr td {
  font-size: 14px;
  padding: 19px 17px;
  text-align-last: left;
  border-left: 1px solid #e1e1e1;
  color: #808080;
}
.develop_con .tv_tbl > tbody tr td:first-child, .rest_api_document .tv_tbl > tbody tr td:first-child {
  border-left: none;
  min-width: 150px;
  width:300px;
}
.develop_con .tv_tbl th, .develop_con .tv_tbl td, .rest_api_document .tv_tbl th, .develop_con .tv_tbl td {
  border-collapse: collapse;
}
.develop_con .tv_tbl .dep_tbl, .rest_api_document .tv_tbl .dep_tbl {
  border: 1px solid #e1e1e1;
  table-layout: fixed;
  white-space: nowrap;
}
.develop_con .tv_tbl .dep_tbl thead th, .rest_api_document .tv_tbl .dep_tbl thead th {
  background: #fafafa;
  border-left: 1px solid #e1e1e1;
}
.develop_con .tv_tbl .dep_tbl tbody td, .rest_api_document .tv_tbl .dep_tbl tbody td {
  border-top: 1px solid #e1e1e1;
}
.develop_con .tv_tbl .dep_tbl th,
.develop_con .tv_tbl .dep_tbl td,
.rest_api_document .tv_tbl .dep_tbl th,
.rest_api_document .tv_tbl .dep_tbl td {
  padding: 18px 15px;
}
.develop_con table, .rest_api_document table {
  border-collapse: collapse;
}
.develop_con .single_tbl, .rest_api_document .single_tbl {
  width: 100%;
  margin-bottom: 35px;
}
.develop_con .combined_tbl, .rest_api_document .combined_tbl {
  table-layout: fixed;
  white-space: nowrap;
}
.develop_con .combined_tbl th,
.develop_con .combined_tbl td,
.rest_api_document .combined_tbl th,
.rest_api_document .combined_tbl td {
  min-width: 200px;
}
@media (max-width: 840px) {
  .develop_con .dv_ti01 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .develop_con .dv_ti01.top_ti .dv_ti_btn button {
    font-size: 11px;
  }
  .develop_con .dv_ti02 {
    font-size: 15px;
    margin-bottom: 7.5px;
  }
  .develop_con .dv_ti03 {
    font-size: 15px;
  }
  .develop_con .dv_txt {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .develop_con .dv_txt02 {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .develop_con .fn {
    margin-bottom: 25px;
  }
  .develop_con .fn pre {
    font-size: 11px;
    padding: 0.5em;
  }
  .develop_con .source-code-wrap {
    margin-bottom: 25px;
  }
  .develop_con .source-code-wrap pre {
    font-size: 11px;
    padding: 0.5em;
  }
  .develop_con .depth_con {
    padding-left: 7.5px;
  }
  .develop_con .tv_tbl > thead tr th {
    font-size: 11px;
    padding: 8px 8px;
  }
  .develop_con .tv_tbl > tbody tr td {
    font-size: 11px;
    padding: 8px 8px;
  }
  .develop_con .tv_tbl th, .develop_con .tv_tbl td {
    border-collapse: collapse;
  }
  .develop_con .tv_tbl .dep_tbl th,
.develop_con .tv_tbl .dep_tbl td {
    padding: 8px 8px;
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .develop_con .dv_ti01 {
    font-size: 19px;
  }
  .develop_con .dv_ti02 {
    font-size: 13px;
  }
  .develop_con .dv_ti03 {
    font-size: 13px;
  }
  .develop_con .dv_txt {
    font-size: 11px;
  }
  .develop_con .dv_txt02 {
    font-size: 11px;
  }
}
.map_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.map_list .map_item {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e1e1e1;
}
.map_list .map_item:nth-child(4n) {
  margin-right: 0;
}
.map_list .map_item .view_con {
  padding: 15px;
}
.map_list .map_item .view_con h3 {
  font-size: 18px;
  margin-bottom: 35px;
  color: #000;
}
.map_list .map_item .view_con img {
  display: block;
  border: 1px solid #e1e1e1;
  width: 100%;
}
.map_list .map_item .hover_con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
  padding: 15px;
}
.map_list .map_item .hover_con h3 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 35px;
  background: url("../images/develop/map_arrow.png") no-repeat 100% 5px;
}
.map_list .map_item .hover_con div p {
  color: #fff;
  font-size: 14px;
}
.map_list .map_item a {
  display: block;
}
.map_list .map_item a:hover .hover_con {
  opacity: 1;
  visibility: inherit;
  background: #3333ff80;
  z-index: 50;
}

@media (max-width: 840px) {
  .map_list .map_item {
    position: relative;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #e1e1e1;
  }
  .map_list .map_item:nth-child(2n) {
    margin-right: 0;
  }
  .map_list .map_item:nth-child(4n) {
    margin-right: 0;
  }
  .map_list .map_item .view_con {
    padding: 7.5px;
  }
  .map_list .map_item .view_con h3 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
  }
  .map_list .map_item .view_con img {
    display: block;
    border: 1px solid #e1e1e1;
  }
  .map_list .map_item .hover_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .map_list .map_item .hover_con h3 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .map_list .map_item .hover_con div p {
    font-size: 11px;
  }
}
.example_con {
  padding-left: 20px;
}
.example_con .ex_map {
  margin-bottom: 25px;
}
.example_con .ex_map .map_con {
  height: 400px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.example_con .ex_map .type_area {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e1e1e1;
  background: #fafafa;
}
.example_con .ex_map .type_area > span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  margin-right: 5px;
}
.example_con .ex_map .type_area select {
  border: 1px solid #e1e1e1;
  height: 35px;
  padding: 0 5px;
}
.example_con .ex_map .type_area .tool_btn button {
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  line-height: 1;
  padding: 10px 15px;
  transition: all ease 0.3s;
}
.example_con .ex_map .type_area .tool_btn button.active {
  background: #4c4c4c;
  color: #fff;
}
.example_con .ex_map .type_area .tool_btn button:hover {
  background: #4c4c4c;
  color: #fff;
}
.example_con .source_tab .source_tab_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
}
.example_con .source_tab .source_tab_head ul {
  display: flex;
}
.example_con .source_tab .source_tab_head ul li {
  font-size: 18px;
  color: #b9b9b9;
  padding: 15px 20px;
  cursor: pointer;
}
.example_con .source_tab .source_tab_head ul li:first-child {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #000;
}
.example_con .source_tab .source_tab_head ul li:first-child.on {
  border-top: 1px solid #7e2cff;
  border-left: 1px solid #000000;
  border-right: 1px solid #000;
}
.example_con .source_tab .source_tab_head ul li:last-child {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #000;
}
.example_con .source_tab .source_tab_head ul li:last-child.on {
  border-top: 1px solid #7e2cff;
  border-right: 1px solid #000000;
  border-left: 1px solid #000;
}
.example_con .source_tab .source_tab_head ul li.on {
  background: #272822;
  color: #fff;
  border-bottom: none;
  border-top: 1px solid #7e2cff;
}
.example_con .source_tab .source_tab_head .socurce_btn button {
  border: 1px solid #dedee0;
  color: #4c4c4c;
  font-size: 13px;
  padding: 9px 7px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 3px;
  transition: all ease 0.3s;
}
.example_con .source_tab .source_tab_head .socurce_btn button:hover {
  border: 1px solid #7e2cff;
  color: #7e2cff;
}
.example_con .source_tab .source_tab_body {
  background: #272822;
}
.example_con .source_tab .source_tab_body .source-code-wrap {
  border: 1px solid #000;
  display: none;
}
.example_con .source_tab .source_tab_body .source-code-wrap.on {
  display: block;
}
.example_con .source_tab .source_tab_body .source-code-wrap pre {
  margin: 0;
}
.example_con p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

@media (max-width: 840px) {
  .example_con {
    padding-left: 0px;
  }
  .example_con .ex_map {
    margin-bottom: 15px;
  }
  .example_con .ex_map .map_con {
    height: 200px;
  }
  .example_con .ex_map .type_area {
    padding: 5px 0 5px 7.5px;
    background: #fafafa;
  }
  .example_con .ex_map .type_area > span {
    display: inline-block;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
  }
  .example_con .ex_map .type_area select {
    font-size: 11px;
  }
  .example_con .ex_map .type_area .tool_btn button {
    font-size: 11px;
    padding: 5px 7.5px;
  }
  .example_con .source_tab .source_tab_head ul {
    display: flex;
  }
  .example_con .source_tab .source_tab_head ul li {
    font-size: 14px;
    padding: 7.5px 10px;
  }
  .example_con .source_tab .source_tab_head .socurce_btn button {
    font-size: 11px;
    padding: 7px 5px;
  }
  .example_con p {
    font-size: 11px;
  }
}
.service_wrap {
  overflow: hidden;
  padding-bottom: 80px;
}
.service_wrap > section {
  line-height: 1;
}
.service_wrap > section .dev_innner {
  padding: 80px 0;
}
.service_wrap > section.bg_type {
  background: #f8f6fe;
}
.service_wrap #section_maps {
  padding: 0;
}

.sec_sercvice_con {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  margin-bottom: 80px;
}
.sec_sercvice_con h4 {
  font-size: 18px;
  color: #5629b5;
  margin-bottom: 12px;
  line-height: 1;
}
.sec_sercvice_con p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.sec_sercvice_con p span {
  color: #666666;
}
.sec_sercvice_con .right {
  text-align: right;
}
.sec_sercvice_con:last-child {
  margin-bottom: 0;
}

.service_head {
  text-align: center;
  margin-bottom: 35px;
}
.service_head h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1;
}
.service_head p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 840px) {
  .service_wrap {
    padding-bottom: 40px;
  }
  .service_wrap > section .dev_innner {
    margin: 0 15px;
    padding: 30px 0;
  }
  .service_wrap > section.bg_type {
    background: #f8f6fe;
  }
  .service_wrap #section_maps {
    padding: 0;
  }

  .sec_sercvice_con {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .sec_sercvice_con.vertical_down {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .sec_sercvice_con h4 {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .sec_sercvice_con p {
    font-size: 11px;
  }
  .sec_sercvice_con .right {
    text-align: left;
  }
  .sec_sercvice_con:last-child {
    margin-bottom: 0;
  }
  .sec_sercvice_con img {
    margin-bottom: 15px;
  }

  .service_head {
    text-align: center;
    margin-bottom: 15px;
  }
  .service_head h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1;
  }
  .service_head p {
    font-size: 13px;
    color: #000;
  }
}
.swipper_tusec {
  position: relative;
  margin-bottom: 50px;
}
.swipper_tusec .swiper-button-next,
.swipper_tusec .swiper-button-prev {
  top: 10px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin: 0;
  text-align: center;
}
.swipper_tusec .swiper-button-next:after,
.swipper_tusec .swiper-button-prev:after {
  display: none;
}
.swipper_tusec .swiper-button-next span,
.swipper_tusec .swiper-button-prev span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  transition: background-color 0.3s ease;
  border-radius: 50%;
}
.swipper_tusec .swiper-button-next span img,
.swipper_tusec .swiper-button-prev span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.swipper_tusec .swiper-button-next span:hover,
.swipper_tusec .swiper-button-prev span:hover {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5629b5;
}
.swipper_tusec .swiper-button-next {
  right: 8%;
}
.swipper_tusec .swiper-button-prev {
  left: 8%;
}
.swipper_tusec .swipertutorial .swiper-slide .tutorial_head {
  background: #7e2cff;
}
.swipper_tusec .swipertutorial .swiper-slide .tutorial_head h3 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
}
.swipper_tusec .swipertutorial .swiper-slide .tutorial_body {
  background: #fafafa;
  border: 1px solid #e1e1e1;
  padding: 20px 35px;
}
.swipper_tusec .swipertutorial .swiper-slide .tutorial_body p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
}
.swipper_tusec .swipertutorial .swiper-slide .tutorial_body img {
  border: 1px solid #e1e1e1;
}
.swipper_tusec .swipertutorial .swiper-slide .tutorial_body .tu_map {
  width: 100%;
  height: 661px;
}

@media (max-width: 840px) {
  .swipper_tusec {
    position: relative;
    margin-bottom: 20px;
  }
  .swipper_tusec .swiper-button-next,
.swipper_tusec .swiper-button-prev {
    top: 0;
  }
  .swipper_tusec .swiper-button-next span img,
.swipper_tusec .swiper-button-prev span img {
    width: 8px;
  }
  .swipper_tusec .swiper-button-next span:hover,
.swipper_tusec .swiper-button-prev span:hover {
    display: none;
  }
  .swipper_tusec .swipertutorial .swiper-slide .tutorial_head {
    background: #7e2cff;
  }
  .swipper_tusec .swipertutorial .swiper-slide .tutorial_head h3 {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .swipper_tusec .swipertutorial .swiper-slide .tutorial_body {
    padding: 10px 15px;
  }
  .swipper_tusec .swipertutorial .swiper-slide .tutorial_body p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 11px;
    color: #666666;
  }
  .swipper_tusec .swipertutorial .swiper-slide .tutorial_body img {
    border: 1px solid #e1e1e1;
  }
  .swipper_tusec .swipertutorial .swiper-slide .tutorial_body .tu_map {
    width: 100%;
    height: 300px;
  }
}
#backToTop {
  position: fixed;
  right: 60px;
  bottom: 130px;
  width: 60px;
  height: 60px;
  background: url("../images/develop/top_btn.png") no-repeat;
  background-size: contain;
}

@media (max-width: 840px) {
  #backToTop {
    right: 30px;
    bottom: 100px;
    width: 40px;
    height: 40px;
  }
}
#fullpage .section {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
#fullpage .section.main {
  background-image: url("../images/main/main_bg01.jpg");
}
#fullpage .section.main img {
  margin-bottom: 35px;
}
#fullpage .section.main strong {
  display: block;
  font-size: 36px;
  margin-bottom: 25px;
  padding-left: 15px;
  color: #fff;
}
#fullpage .section.main p {
  padding-left: 15px;
  color: #dedee0;
  line-height: 1.3;
}
#fullpage .section.sercive {
  background-image: url("../images/main/main_bg02.jpg");
  text-align: center;
}
#fullpage .section.developers {
  background-image: url("../images/main/main_bg03.jpg");
}
#fullpage .section.developers .left {
  width: 50%;
  text-align: center;
  float: left;
}
#fullpage .section.demo {
  background-image: url("../images/main/main_bg04.jpg");
}
#fullpage .section.demo .right {
  width: 50%;
  text-align: center;
  float: right;
}
#fullpage .section.inquiry {
  background-image: url("../images/main/main_bg05.jpg");
}
#fullpage .section.inquiry .col_com {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#fullpage .section.inquiry .col_com .left {
  width: 27%;
}
#fullpage .section.inquiry .col_com .left strong {
  display: block;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
#fullpage .section.inquiry .col_com .left p {
  color: #999999;
  font-size: 18px;
}
#fullpage .section.inquiry .col_com .right {
  width: 73%;
}
#fullpage .section.inquiry .col_collabo {
  margin-bottom: 100px;
}
#fullpage .section.inquiry .col_collabo .right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#fullpage .section.inquiry .col_collabo .right ul li {
  width: 30.5%;
  height: 185px;
  background-size: cover;
  background-repeat: no-repeat;
}
#fullpage .section.inquiry .col_collabo .right ul li a {
  position: relative;
  display: block;
  height: 100%;
}
#fullpage .section.inquiry .col_collabo .right ul li a h4 {
  position: relative;
  z-index: 35;
  text-align: center;
  line-height: 115px;
  height: 115px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 16px;
}
#fullpage .section.inquiry .col_collabo .right ul li a h4 img {
  vertical-align: middle;
}
#fullpage .section.inquiry .col_collabo .right ul li a span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #dedede;
  padding-top: 25px;
  margin: 0 16px;
  z-index: 35;
}
#fullpage .section.inquiry .col_collabo .right ul li a span:after {
  position: absolute;
  right: 0;
  top: 35px;
  transform: translatey(-50%);
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url("../images/main/ico_collabo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#fullpage .section.inquiry .col_collabo .right ul li a:hover:after {
  opacity: 1;
}
#fullpage .section.inquiry .col_collabo .right ul li a:after {
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  border: 4px solid #a889f1;
  transition: all ease 0.3s;
}
#fullpage .section.inquiry .col_collabo .right ul li.hyundai_dev {
  background-image: url("../images/main/hyundai_dev_bg.png");
}
#fullpage .section.inquiry .col_collabo .right ul li.kia_dev {
  background-image: url("../images/main/kia_dev_bg.png");
}
#fullpage .section.inquiry .col_collabo .right ul li.genesis_dev {
  background-image: url("../images/main/genesis_dev_bg.png");
}
#fullpage .section.inquiry .col_collabo .swipper_sec {
  display: none;
}
#fullpage .section.inquiry .col_inquiry .right {
  padding: 2.6%;
  background-image: url("../images/main/form_bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
#fullpage .section.inquiry .col_inquiry .right input,
#fullpage .section.inquiry .col_inquiry .right textarea {
  position: relative;
  display: block;
  background: #131313;
  border: none;
  padding: 15px;
  color: #fff;
  padding-left: 40px;
  background-repeat: no-repeat;
  font-size: 14px;
}
#fullpage .section.inquiry .col_inquiry .right input::placeholder,
#fullpage .section.inquiry .col_inquiry .right textarea::placeholder {
  color: #333333;
}
#fullpage .section.inquiry .col_inquiry .right input:after,
#fullpage .section.inquiry .col_inquiry .right textarea:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "(필수)";
  color: #5629b5;
  font-size: 18px;
}
#fullpage .section.inquiry .col_inquiry .right textarea {
  width: 100%;
  resize: none;
  background-image: url("../images/main/ico_form_con.png");
  background-position: 15px 17px;
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 8px;
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_top input {
  width: 49.5%;
  background-position: 15px center;
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_top .name_in {
  background-image: url("../images/main/ico_form_name.png");
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_top .mail_in {
  background-image: url("../images/main/ico_form_mail.png");
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_middle {
  padding-bottom: 25px;
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_bottom .check_line {
  padding-top: 10px;
}
#fullpage .section.inquiry .col_inquiry .right .inquiry_form_bottom .submit_btn {
  padding: 15px 60px 15px 30px;
  background: #000000;
  color: #fff;
  background-image: url("../images/main/ico_form_send.png");
  font-size: 18px;
  background-position: 105px 15px;
  background-repeat: no-repeat;
  line-height: 1;
}
@media (max-width: 840px) {
  #fullpage .section.inquiry .col_com {
    display: block;
  }
  #fullpage .section.inquiry .col_com .left {
    width: 100%;
  }
  #fullpage .section.inquiry .col_com .left strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #fullpage .section.inquiry .col_com .left p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #fullpage .section.inquiry .col_com .right {
    width: 100%;
  }
  #fullpage .section.inquiry .col_collabo {
    margin-bottom: 25px;
  }
  #fullpage .section.inquiry .col_collabo .right ul {
    display: none;
  }
  #fullpage .section.inquiry .col_collabo .right ul li {
    width: 30.5%;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item {
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item a {
    position: relative;
    display: block;
    height: 100%;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item a h4 {
    text-align: center;
    line-height: 115px;
    height: 115px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 16px;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item a h4 img {
    vertical-align: middle;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item a span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #dedede;
    padding-top: 25px;
    margin: 0 16px;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item a span:after {
    position: absolute;
    right: 0;
    top: 35px;
    transform: translatey(-50%);
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-image: url("../images/main/ico_collabo.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item.hyundai_dev {
    background-image: url("../images/main/hyundai_dev_bg.png");
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item.kia_dev {
    background-image: url("../images/main/kia_dev_bg.png");
  }
  #fullpage .section.inquiry .col_collabo .right .collabo_item.genesis_dev {
    background-image: url("../images/main/genesis_dev_bg.png");
  }
  #fullpage .section.inquiry .col_collabo .swipper_sec {
    position: relative;
    display: block;
  }
  #fullpage .section.inquiry .col_collabo .swipper_sec .swiper-pagination {
    position: absolute;
    right: 0;
    left: inherit;
    bottom: inherit;
    width: auto;
    top: -30px;
    display: inline-block;
    bottom: inherit;
    background: #252525;
    padding: 5px 10px;
    font-size: 8px;
    color: #666666;
    border-radius: 15px;
  }
  #fullpage .section.inquiry .col_collabo .swipper_sec .swipercollabo {
    overflow: hidden;
  }
  #fullpage .section.inquiry .col_inquiry .right input,
#fullpage .section.inquiry .col_inquiry .right textarea {
    position: relative;
    padding: 7.5px;
    padding-left: 40px;
    font-size: 12px;
  }
  #fullpage .section.inquiry .col_inquiry .right textarea {
    background-position: 15px 7.5px;
    height: 60px;
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_top {
    display: block;
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_top input {
    width: 100%;
    background-position: 15px center;
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_top .name_in {
    margin-bottom: 8px;
    background-image: url("../images/main/ico_form_name.png");
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_top .mail_in {
    background-image: url("../images/main/ico_form_mail.png");
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_middle {
    padding-bottom: 10px;
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_bottom .check_line {
    padding-top: 10px;
  }
  #fullpage .section.inquiry .col_inquiry .right .inquiry_form_bottom .submit_btn {
    padding: 10px 35px 10px 15px;
    background: #000000;
    color: #fff;
    background-image: url("../images/main/ico_form_send.png");
    font-size: 13px;
    background-position: 65px 7.5px;
    background-repeat: no-repeat;
    line-height: 1;
  }
}
#fullpage .section .dev_innner h3 {
  font-size: 80px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
user-select:none #fullpage .section .dev_innner h3 > strong {
  font-weight: bold;
}
#fullpage .section .dev_innner .full_txt {
  color: #999999;
  font-size: 18px;
  margin-bottom: 80px;
}
#fullpage .section .dev_innner .full_btn {
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 35px;
  transition: all ease 0.3s;
}
#fullpage .section .dev_innner .full_btn:hover {
  background: #7e2cff;
  border: 1px solid #7e2cff;
}
@media (max-width: 1280px) {
  #fullpage .dev_innner {
    margin: auto 4.4%;
    padding: 0 10px;
  }
  #fullpage .section.developers {
    background-image: url("../images/main/main_bg03.jpg");
  }
  #fullpage .section.developers .left {
    width: 100%;
    float: none;
  }
  #fullpage .section.demo {
    background-image: url("../images/main/main_bg04.jpg");
  }
  #fullpage .section.demo .right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 840px) {
  #fullpage .section {
    background-size: cover;
    background-repeat: no-repeat;
  }
  #fullpage .section.ptzero .fp-tableCell {
    vertical-align: top !important;
  }
  #fullpage .section.ptzero .fp-tableCell .sec_txt_wrap {
    padding-top: 90px;
  }
  #fullpage .section.ptzero.sercive .sec_txt_wrap, #fullpage .section.ptzero.developers .sec_txt_wrap, #fullpage .section.ptzero.demo .sec_txt_wrap {
    padding-top: 135px;
  }
  #fullpage .section.main {
    background-image: url("../images/main/m_main_bg01.jpg");
  }
  #fullpage .section.main img {
    max-width: 50%;
    margin-bottom: 20px;
    margin-left: -5px;
  }
  #fullpage .section.main strong {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 0px;
  }
  #fullpage .section.main p {
    padding-left: 0px;
  }
  #fullpage .section.sercive {
    background-image: url("../images/main/m_main_bg02.jpg");
  }
  #fullpage .section.developers {
    background-image: url("../images/main/m_main_bg03.jpg");
  }
  #fullpage .section.demo {
    background-image: url("../images/main/m_main_bg04.jpg");
  }
  #fullpage .section .dev_innner h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  #fullpage .section .dev_innner > strong {
    font-size: 14px;
    color: #fff;
  }
  #fullpage .section .dev_innner .full_txt {
    color: #999999;
    font-size: 14px;
    margin-bottom: 40px;
  }
  #fullpage .section .dev_innner .full_btn {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 17px;
  }
}

#maincontrol {
  z-index: 50;
  position: fixed;
  right: 5.2%;
  top: 50%;
  transform: translatey(-50%);
}

.main-nav {
  background: #222222;
  border-radius: 15px;
}
.main-nav .menu-links {
  display: block;
  position: relative;
  padding: 16px 15px;
}
.main-nav .menu-links:after {
  display: block;
  clear: both;
  content: "";
}
.main-nav .menu-links span {
  display: inline-block;
  color: #fff;
}
.main-nav .menu-links span:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
}
.main-nav .menu-links span em {
  position: absolute;
  top: 5px;
  right: 40px;
  width: 100px;
  text-align: right;
  display: block;
  visibility: hidden;
  color: #a889f1;
  font-size: 14px;
}
.main-nav .menu-links.active span:after {
  background: #a889f1;
}
.main-nav .menu-links.active span em {
  visibility: inherit;
}

@media (max-width: 840px) {
  #maincontrol {
    right: 2%;
  }

  .main-nav {
    background: rgba(255, 255, 255, 0.15);
  }
  .main-nav .menu-links {
    display: block;
    position: relative;
    padding: 8px 7.5px;
  }
  .main-nav .menu-links:after {
    display: block;
    clear: both;
    content: "";
  }
  .main-nav .menu-links span {
    display: inline-block;
    color: #fff;
  }
  .main-nav .menu-links span:after {
    width: 6px;
    height: 6px;
  }
  .main-nav .menu-links span em {
    display: none;
  }
}
#scrollDown {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translatex(-50%);
  z-index: 50;
  transition: all 0.4s;
}
#scrollDown a {
  display: block;
  background-image: url("../images/main/scrolldown.png");
  background-size: contain;
  width: 16px;
  height: 38px;
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    opacity: 0.8;
    transform: translateY(-3px);
  }
  50% {
    opacity: 1;
    transform: translateY(3px);
  }
  100% {
    opacity: 0.8;
    transform: translateY(-3px);
  }
}
.footer.section {
  padding: 30px 0;
}

.checks {
  position: relative;
}

.checks input[type=checkbox] {
  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checks input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
}

.checks input[type=checkbox] + label:before {
  /* 가짜 체크박스 */
  content: " ";
  display: inline-block;
  width: 16px;
  /* 체크박스의 너비를 지정 */
  height: 16px;
  /* 체크박스의 높이를 지정 */
  line-height: 21px;
  /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #4c4c4c;
}

.checks input[type=checkbox] + label:active:before,
.checks input[type=checkbox]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checks input[type=checkbox]:checked + label:before {
  /* 체크박스를 체크했을때 */
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background-image: url("../images/main/checked.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 840px) {
  .checks input[type=checkbox] + label {
    font-size: 9px;
  }

  .checks input[type=checkbox] + label:before {
    /* 가짜 체크박스 */
    content: " ";
    display: inline-block;
    width: 8px;
    /* 체크박스의 너비를 지정 */
    height: 8px;
    /* 체크박스의 높이를 지정 */
    line-height: 21px;
    /* 세로정렬을 위해 높이값과 일치 */
    margin: -2px 4px 0 0;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #4c4c4c;
  }

  .checks input[type=checkbox]:checked + label:before {
    /* 체크박스를 체크했을때 */
    background-size: contain;
  }
}
#fullpage.main_full .section.active h3 {
  opacity: 0;
  animation: effectleftl 0.5s 0.2s linear forwards;
}
#fullpage.main_full .section.active .full_txt {
  opacity: 0;
  animation: effectrightl 0.5s 0.3s linear forwards;
}
#fullpage.main_full .section.active .btn_box {
  opacity: 0;
  animation: effectleftl 0.5s 0.2s linear forwards;
}
#fullpage.main_full .section.active .main_fisrt_sec img {
  opacity: 0;
  animation: effectleft 0.5s 0.1s linear forwards;
}
#fullpage.main_full .section.active .main_fisrt_sec strong {
  opacity: 0;
  animation: effectright 0.5s 0.2s linear forwards;
}
#fullpage.main_full .section.active .main_fisrt_sec p {
  opacity: 0;
  animation: effectright 0.5s 0.3s linear forwards;
}
#fullpage.main_full .section .main_fisrt_sec img {
  opacity: 0;
  transition: transform 0.3s ease;
}
#fullpage.main_full .section .main_fisrt_sec strong {
  opacity: 0;
  transition: transform 0.3s ease;
}
#fullpage.main_full .section .main_fisrt_sec p {
  opacity: 0;
  transition: transform 0.3s ease;
}
#fullpage.main_full h3 {
  opacity: 0;
  transition: transform 0.3s ease;
}
#fullpage.main_full .full_txt {
  opacity: 0;
  transition: transform 0.3s ease;
}
#fullpage.main_full .btn_box {
  opacity: 0;
  transition: transform 0.3s ease;
}

.main_header .header_inner {
  opacity: 0;
  animation: effectdown 0.4s 0.1s ease-in-out forwards;
}

.sub_header {
  opacity: 0;
  animation: effectdown 0.2s 0.1s Linear forwards;
}

.gnb_dep {
  opacity: 0;
  animation: effectdown 0.2s 0.2s Linear forwards;
}

@keyframes effectright {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes effectleft {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes effectrightl {
  from {
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes effectleftl {
  from {
    transform: translateX(60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes effectdown {
  from {
    transform: translateY(-60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes effectup {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*
** pages
*/
.clear:after {
  display: block;
  content: "";
  clear: both;
}

.sr_only {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

.text-center {
  text-align: center;
}

.layer {
  max-width: 1120px;
  margin: 0 auto;
}

.layer:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.mb-xl {
  margin-bottom: 48px !important;
}

.mb-m {
  margin-bottom: 24px !important;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.brand-color-1 {
  background-color: #264998;
}

.brand-color-2 {
  background-color: #3c9082;
}

.brand-color-3 {
  background-color: #212e4e;
}

.bg-success {
  background-color: #3bb878;
}

.bg-danger {
  background-color: #e75e5e;
}

.bg-info {
  background-color: #8d9096;
}

.row:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.row [class^=col-] {
  float: left;
}

.row.margin-xxs {
  margin: 0 -2px;
}

.row.margin-xxs [class^=col-] {
  padding: 0 2px;
}

.row.margin-xs {
  margin: 0 -4px;
}

.row.margin-xs [class^=col-] {
  padding: 0 4px;
}

.row.margin-s {
  margin: 0 -8px;
}

.row.margin-s [class^=col-] {
  padding: 0 8px;
}

.row.margin-m {
  margin: 0 -12px;
}

.row.margin-m [class^=col-] {
  padding: 0 12px;
}

.row.margin-l {
  margin: 0 -18px;
}

.row.margin-l [class^=col-] {
  padding: 0 18px;
}

.row.margin-xl {
  margin: 0 -24px;
}

.row.margin-xl [class^=col-] {
  padding: 0 24px;
}

.row.margin-xxl {
  margin: 0 -40px;
}

.row.margin-xxl [class^=col-] {
  padding: 0 40px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 9px 15px;
  font-size: 14px;
  border: 1px solid #999999;
  color: #666;
  line-height: 1;
  transition: all 0.1s;
}

.btn:disabled {
  opacity: 0.4;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-xl {
  font-size: 16px;
  padding: 13px 24px;
}

.btn-l {
  font-size: 16px;
  padding: 11px 24px;
}

.btn-s {
  font-size: 13px;
  padding: 7px 24px;
}

.btn-xs {
  font-size: 13px;
  padding: 5px 24px;
}

.btn.btn-solid {
  background-color: #7e2cff;
  color: #fff;
  border-color: #7e2cff;
  border-radius: 3px;
}

.btn.btn-navy {
  background-color: #2b155b;
  border-color: #2b155b;
  color: #fff;
}

.btn.btn-gray {
  background-color: #8d9096;
  border-color: #8d9096;
  color: #fff;
  border-radius: 3px;
}

.dropmenu {
  position: relative;
  font-size: 14px;
}

.dropmenu .trigger {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #e0e0e0;
  padding: 0 28px 0 16px;
  text-align: left;
  transition: all 0.1s;
  position: relative;
}

.dropmenu .trigger:after {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  background: url("../images/board/select-icon.png") no-repeat 0 0;
  width: 12px;
  height: 6px;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.1s;
}

.dropmenu .trigger:hover {
  background-color: #f8f8f8;
  border-color: #999999;
}

.dropmenu .trigger.active {
  background-color: #f8f8f8;
  border-color: #999999;
}

.dropmenu .trigger.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.dropmenu .trigger.active + div {
  display: block;
}

.dropmenu > div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  background-color: #fff;
  border: 1px solid #999999;
  border-top: 0;
}

.dropmenu .heading {
  font-size: 12px;
  color: #777;
  padding: 23px 12px 7px;
}

.dropmenu ul li a {
  display: block;
  padding: 12px 18px;
}

.dropmenu ul li a:hover {
  background-color: #f0f0f0;
}

.dropmenu ul li.active a {
  background-color: #f0f0f0;
}

.form-flexs {
  display: flex;
  position: relative;
}

.select,
.input,
.textarea {
  display: inline-block;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 8px 15px;
  font-size: 14px;
}

.select:focus,
.input:focus,
.textarea:focus {
  border-color: #264998;
  background-color: #f8f8f8;
}

.select:disabled,
.input:disabled,
.textarea:disabled {
  opacity: 0.5;
}

.select-block,
.input-block,
.textarea-block {
  display: block;
  width: 100%;
}

.select {
  background: #fff url("../images/board/select-icon.png") no-repeat right 15px center;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 35px;
}

.select::-ms-expand {
  display: none;
}

.select:selected {
  background-image: url("../img/common/select-icon-rev.png");
}

.textarea {
  height: 250px;
  overflow-y: auto;
  resize: none;
}

.form-search {
  margin: 0 -4px;
}

.form-search .input,
.form-search .select {
  margin: 0 4px;
  background-color: #fff;
}

.form-search .select {
  width: 160px;
}

.form-search .btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/common/icon-search.png") no-repeat 50% 50%;
  width: 50px;
  height: 34px;
  font-size: 0;
}

.form-search .btn {
  white-space: nowrap;
}

.form-search .btn:not(.btn-solid) {
  background-color: #fff;
}

.form-inline {
  display: flex;
}

.form-inline > * {
  display: inline-block;
}

.form-radio,
.form-checkbox {
  display: flex;
  position: relative;
  align-items: center;
  color: #666666;
  font-size: 14px;
  margin-right: 17px;
}

.form-radio input,
.form-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0.1;
  overflow: hidden;
}

.form-radio span,
.form-checkbox span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  font-size: 0;
}

.form-radio span:after,
.form-checkbox span:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all 0.1s;
  opacity: 0;
}

.form-checkbox span:after {
  background-position: 50% 50%;
}

.form-checkbox input:disabled + span:after {
  background-color: #e1e1e1;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  opacity: 1;
}

.form-checkbox input:checked + span:after {
  opacity: 1;
  background: url("../images/board/icon-checked.png") no-repeat 0 0;
  width: 12px;
  height: 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-radio span {
  border-radius: 50%;
}

.form-radio input:disabled + span:after {
  background-color: #e1e1e1;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  opacity: 1;
}

.form-radio input:checked + span:after {
  background-color: #5629b5;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  opacity: 1;
}

.file_upload {
  position: relative;
}

.file_upload input[type=file] {
  opacity: 0.1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

.file_upload input[type=text] {
  margin-right: 5px;
}

.table {
  border-top: 2px solid #000;
}

.table table {
  width: 100%;
}

.table table th,
.table table td {
  text-align: center;
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #e1e1e1;
}

.table table thead th {
  background-color: #f8f8f8;
  color: #000;
  font-size: 14px;
}

.table table tr.bg-gray {
  background-color: #f8f8f8;
}

.table table .td_subject {
  text-align: left;
  padding-left: 25px;
}

.table table .td_subject a:hover {
  color: #264998;
  text-decoration: underline;
}

.table table .cate {
  display: inline-block;
  border-radius: 3px;
  background-color: #2b155b;
  color: #fff;
  height: 28px;
  line-height: 28px;
  width: 90px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.table table .in_file {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url("../img/common/file-icon.png") no-repeat 50% 50%;
  font-size: 0;
  vertical-align: middle;
}

.table table tbody th {
  background-color: #f8f8f8;
}

.table.table-horizontal th,
.table.table-horizontal td {
  text-align: left;
  height: auto;
  padding: 8px 25px;
}

.frm__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 17px;
  margin-bottom: 15px;
}

.list_total {
  color: #444;
}

.list_total b {
  color: #5629b5;
}

.bo_l_btn {
  text-align: center;
  padding-top: 35px;
}

.bo_v {
  border-top: 1px solid #000;
}

.bo_v_head {
  padding: 24px;
}

.bo_v_title {
  display: flex;
  align-items: center;
}

.bo_v_title span {
  display: inline-block;
  border-radius: 3px;
  margin-right: 8px;
  background-color: #2b155b;
  color: #fff;
  height: 28px;
  line-height: 28px;
  width: 90px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.bo_v_title h2 {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
}

.bo_v_info {
  padding-top: 15px;
  display: flex;
}

.bo_v_info dl {
  display: flex;
}

.bo_v_info dl + dl {
  margin-left: 24px;
}

.bo_v_info dl dt, .bo_v_info dl dd {
  font-size: 14px;
  color: #666;
}

.bo_v_info dl dt {
  margin-right: 10px;
  font-weight: 700;
}

.bo_v_file {
  background-color: #fafafa;
  padding: 15px 24px;
  display: flex;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #e1e1e1;
}

.bo_v_file ul {
  padding-left: 10px;
}

.bo_v_file ul li {
  background: url("../images/board/file-icon-2.png") no-repeat 0 0px;
  line-height: 12px;
  height: 12px;
  padding-left: 20px;
}

.bo_v_file ul li + li {
  margin-top: 8px;
}

.bo_v_file ul li a {
  color: #666;
}

.bo_v_file ul li a:hover {
  color: #212e4e;
  text-decoration: underline;
}

.bo_v_content {
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  padding: 24px;
}

.bo_v_btn {
  text-align: right;
  padding-top: 20px;
  font-size: 0;
}

.bo_v_btn .btn + .btn {
  margin-left: 10px;
}

.bo_v_ease {
  margin-top: 15px;
  border-top: 1px solid #000;
}

.bo_v_ease li {
  position: relative;
  padding-left: 124px;
  border-bottom: 1px solid #e1e1e1;
}

.bo_v_ease span {
  position: absolute;
  left: 23px;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 26px;
  transform: translateY(-50%);
}

.bo_v_ease a {
  line-height: 48px;
  height: 48px;
  display: inline-block;
  color: #666666;
  font-size: 14px;
}

.bo_v_ease .prev span {
  background-image: url("../img/common/ease-arrw.png");
}

.bo_v_ease .next span {
  background-image: url("../img/common/ease-arrw-2.png");
}

.bo_v_content {
  line-height: 1.46;
}

.bo_v_list {
  text-align: center;
  padding-top: 35px;
}

.bo_w_required {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.bo_w_required em {
  font-style: normal;
  color: #e75e5e;
}

.bo_w_btn {
  text-align: center;
  padding-top: 36px;
  font-size: 0;
}

.bo_w_btn .btn + .btn {
  margin-left: 10px;
}

.backgroup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

@media (max-width: 1240px) {
  .modal__content {
    padding: 20px;
    width: 100%;
  }

  .modal__header h3 {
    font-size: 10vw;
  }

  .modal__header p {
    font-size: 4.5vw;
  }
}
.required {
  color: #e75e5e;
  font-size: 0;
  font-style: normal;
}

.required:after {
  content: "*";
  font-size: 12px;
}

.paging {
  text-align: center;
  font-size: 0;
}

.paging span {
  display: inline-block;
  vertical-align: top;
}

.paging a {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  transition: all 0.1s;
  border-radius: 3px;
}

.paging .fir,
.paging .end,
.paging .prev,
.paging .next {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.paging .fir.disabled,
.paging .end.disabled,
.paging .prev.disabled,
.paging .next.disabled {
  color: #dddddd;
  cursor: default;
}

.paging .prev {
  background-image: url("../images/board/paging-prev.png");
}

.paging .prev:hover {
  background-image: url("../images/board/paging-prev-hover.png");
}

.paging .fir {
  background-image: url("../images/board/paging-fir.png");
}

.paging .fir:hover {
  background-image: url("../images/board/paging-fir-hover.png");
}

.paging .next {
  background-image: url("../images/board/paging-next.png");
}

.paging .next:hover {
  background-image: url("../images/board/paging-next-hover.png");
}

.paging .end {
  background-image: url("../images/board/paging-end.png");
}

.paging .end:hover {
  background-image: url("../images/board/paging-end-hover.png");
}

.paging .page {
  font-size: 13px;
}

.paging .page.current, .paging .page:hover, .paging .page:focus {
  color: #333333;
  background-color: #e1e1e1;
  font-weight: 700;
}

.cover {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
}

.cover__frame {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.cover__title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  padding-bottom: 45px;
}

.cover__logo {
  text-align: center;
  padding-top: 80px;
}

.cover__content img {
  width: inherit;
  max-width: inherit;
}

.btn_guide_menu {
  position: absolute;
  right: 16px;
  top: 25px;
  background: url("../img/guide/curtail.png") no-repeat 0 0;
  width: 27px;
  height: 16px;
  transition: all 0.25s;
}

.guide_nav {
  transition: all 0.25s;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  border-right: 1px solid #eeeeee;
  width: 260px;
}

.guide_nav_top {
  position: relative;
  font-family: "Montserrat";
  font-size: 20px;
  height: 93px;
  padding: 25px 0 0 15px;
}

.guide_nav > ul {
  padding: 0 24px;
}

.guide_nav > ul > li:nth-child(1) > a:before {
  background-image: url("../img/guide/icon-gu-1.png");
}

.guide_nav > ul > li:nth-child(2) > a:before {
  background-image: url("../img/guide/icon-gu-2.png");
}

.guide_nav > ul > li:nth-child(3) > a:before {
  background-image: url("../img/guide/icon-gu-3.png");
}

.guide_nav > ul > li:nth-child(4) > a:before {
  background-image: url("../img/guide/icon-gu-4.png");
}

.guide_nav > ul > li + li {
  padding-top: 38px;
}

.guide_nav > ul > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 52px;
}

.guide_nav > ul > li > a:after, .guide_nav > ul > li > a:before {
  content: "";
  position: absolute;
  display: inline-block;
}

.guide_nav > ul > li > a:after {
  content: "";
  background: url("../img/guide/arw.png") no-repeat 0 0;
  transition: all 0.15s;
  transform: rotate(-90deg);
  left: 0;
  top: 7px;
  width: 8px;
  height: 5px;
}

.guide_nav > ul > li > a:before {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #c9cbcf;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 22px;
  top: -2px;
}

.guide_nav > ul > li > a:hover:after {
  transform: rotate(0deg);
}

.guide_nav > ul > li > a:hover:before {
  background-color: #4070f5;
}

.guide_nav > ul > li.open > a:after, .guide_nav > ul > li.active > a:after {
  transform: rotate(0deg);
}

.guide_nav > ul > li.open > a:before, .guide_nav > ul > li.active > a:before {
  background-color: #4070f5;
}

.guide_nav > ul > li.open ul {
  display: block;
}

.guide_nav > ul > li ul {
  display: none;
  padding-top: 15px;
}

.guide_nav > ul > li ul li a {
  font-size: 16px;
  display: block;
  padding: 15px 0;
  padding-left: 52px;
}

.guide_nav > ul > li ul li a:hover {
  background-color: #f5f5f5;
  color: #4070f5;
  border-radius: 5px;
}

.guide_nav > ul > li ul li.active a span {
  font-weight: 800;
  text-decoration: underline;
  color: #4070f5;
}

.guide_top {
  transition: all 0.25s;
  position: fixed;
  left: 260px;
  right: 0;
  top: 0;
  height: 65px;
  border-bottom: 1px solid #eeeeee;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  padding-left: 35px;
  font-size: 18px;
  background-color: #fff;
  z-index: 2;
}

.guide_top strong,
.guide_top span {
  display: inline-block;
}

.guide_top strong {
  text-decoration: underline;
  color: #666;
  font-weight: 400;
  position: relative;
  padding-right: 30px;
  margin-right: 25px;
}

.guide_top strong:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

.guide_top .version {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 7px 18px;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 12px;
}

.guide__footer {
  text-align: center;
  font-size: 13px;
  padding: 45px 0;
  border-top: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.guide__title {
  font-weight: 700;
  font-size: 45px;
}

.guide__title2 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 24px;
  color: #000;
}

.guide__desc {
  color: #666666;
  font-size: 16px;
  padding: 20px 0 50px;
  margin-bottom: 50px;
  line-height: 1.34;
  border-bottom: 1px solid #eeeeee;
}

.guide__font {
  background-color: #f6f8f9;
  border: 1px solid #ddd;
  height: 245px;
  text-align: center;
  border-radius: 4px;
}

.guide__font div:nth-child(1) {
  color: #666666;
  font-size: 14px;
  padding: 50px 0;
}

.guide__font div:nth-child(2) {
  font-size: 45px;
}

.guide__color .color {
  height: 200px;
  position: relative;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.guide__color .color span {
  position: absolute;
  left: 25px;
  top: 35px;
}

.guide__color .color.v2 {
  height: 120px;
}

.guide__color .shame {
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 25px;
  border-radius: 0 0 4px 4px;
}

.guide__color .shame dl {
  display: flex;
  font-size: 14px;
}

.guide__color .shame dl dt {
  color: #949494;
  width: 50px;
}

.guide__color .shame dl dd {
  color: #000;
}

.guide__color .shame dl + dl {
  margin-top: 15px;
}

.guide__sample {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 45px 100px;
}

.guide__sample .types {
  font-weight: 700;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}

.guide__sample .wrapper .btn {
  font-size: 16px;
  padding: 13px 0;
}

.guide__modal {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 160px;
  border-radius: 4px;
}

.board_wrap {
  padding: 80px 0 100px;
}

.list_btn {
  background: #5629b5;
  color: #fff;
  border-radius: 3px;
}

@media (max-width: 840px) {
  .board_wrap {
    padding: 40px 0 50px;
    margin: 0 15px;
  }

  .frm__search {
    display: inherit;
  }
  .frm__search .list_total {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .select,
.input,
.textarea {
    font-size: 11px;
    padding: 5px 10px;
  }

  .btn {
    font-size: 11px;
  }

  .table table thead th {
    font-size: 12px;
  }
  .table table tbody td {
    font-size: 11px;
  }

  .paging .page {
    font-size: 11px;
  }

  .mb-xl {
    margin-bottom: 24px !important;
  }

  .bo_l_btn {
    padding-top: 15px;
  }

  .table.table-horizontal th {
    font-size: 12px;
    padding: 8px 10px;
  }
  .table.table-horizontal td {
    font-size: 11px;
    padding: 8px 10px;
  }

  .bo_w_required {
    font-size: 11px;
  }

  .form-radio,
.form-checkbox {
    font-size: 11px;
  }

  .file_upload_btn {
    padding: 6px 10px;
  }

  .bo_v_head {
    padding: 12px;
  }

  .bo_v_title span {
    width: 30px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
  }
  .bo_v_title h2 {
    font-size: 14px;
  }

  .bo_v_info dl dt,
.bo_v_info dl dd {
    font-size: 11px;
  }

  .bo_v_file {
    padding: 10px 16px;
    font-size: 11px;
  }

  .bo_v_content {
    font-size: 11px;
  }

  .table table .cate {
    height: 25px;
    line-height: 25px;
    width: 30px;
    font-weight: 500;
    font-size: 11px;
  }
}

/* 이용 약관, 개인정보 처리방침 팝업 스타일 */
div.tabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
div.tabs button.tab {
  width: 100%;
  background: #f2f2f2;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  border:1.5px solid rgb(99, 99, 99)
}

div.tabs button.tab.active {
  color: #000;
  font-weight: bold;
  border:2px solid rgb(33, 33, 33)
}

#content .textContent {
  margin-top: 40px;
  padding: 30px 20px 0px 20px;
  border-top: 4px solid black;
}

#content .textContent h1 {
  font-size: 16px;
  color: black;
}

#content .textContent div {
  font-size: 14px;
  color: black;
  white-space: pre-line;
  padding-left: 10px;
  line-height: 25px;
  margin-bottom: 25px;
}

#content .textContent div span {
  font-size: 14px;
  color: black;
  font-weight: bold;
  white-space: normal;
}

#content .textContent div table {
  width: 100%;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #e1e1e1;
}

#content .textContent div table td.headerTd {
  border-left: none;
  border-right: 1px solid #e1e1e1;
  padding: 16px 16px;
  min-width: 150px;
  width: 150px;
  background: #fafafa;
  line-height: 1.3;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  color: #000000;
}

#content .textContent div table td {
  font-size: 14px;
  padding: 19px 17px;
  text-align-last: left;
  color: #808080;
  line-height: 1.3;
  font-family: "Pretendard", sans-serif;
  color: #666;
  letter-spacing: -0.8px;
}
