@charset "utf-8";

/*관리자 영역 시작*/
header .adm_login {
  padding: 10px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: 0.7s;
}

header .adm_login a {
  margin-right: 5px;
}

header .adm_login span {
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 5px;
  color: #868787;
}

header .adm_login .admin_btn {
  color: #f18900;
}

footer .adm_login {
  clear: both;
  margin-top: 10px;
}

footer .adm_login a {
  color: #9fa0a0;
}

footer .adm_login .admin_btn {
  font-size: 14px !important;
  color: #f18900;
  margin-left: 10px;
}

footer .adm_inq {
}

footer .adm_inq span {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  transform: translateY(-1px);
}

/*관리자 영역 끝*/

/*탑버튼 시작*/
.sIndi {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 30px;
  color: #ff0;
  text-align: center;
  line-height: 30px;
  background: #000;
}

.top-btn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 2%;
  width: 40px;
  height: 60px;
  background: rgba(241, 137, 0, 0.9);
  z-index: 300;
}

.top-btn a {
  display: block;
  text-align: center;
  line-height: 40px;
}

.top-btn a img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.top-btn a span {
  display: block;
  color: #fff;
  margin-top: -10px;
}

/*탑버튼 끝*/

/*헤더 시작*/
header {
  width: 100%;
  height: 115px;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: 0.7s;
  z-index: 999;
  background-color: rgb(255 255 255 / 60%);
}

.m_head {
  display: none;
}

.m-head-login {
  display: block;
  position: absolute;
  top: 50%;
  right: 15vw;
  transform: translate(0, -50%);
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 10px;
}
.m-head-login .link-svg {
  position: absolute;
  top:4px;
  right:10px;
}

.en .m-head-login .link-svg {
 top:10px;
}
.ch .m-head-login .link-svg {
  top:10px;
}
.jp .m-head-login .link-svg {
  top:10px;
}

.m-head-login span {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 15px;
}

.m-head-login span small {
  font-size: 13px;
}

header .t_logo {
  width: 135px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -27.5px;
  transition: 0.7s;
}

header .t_logo img {
  width: 100%;
}

header .scroll_off_img {
  display: block !important;
}

header .scroll_on_img {
  display: none !important;
}

.gnb_box {
  width: 750px%;
  height: 100%;
  padding-top: 50px;
  padding-left: 246px;
  box-sizing: border-box;
  transition: 0.7s;
}

.gnb_box .gnb {
  height: 100%;
}

.gnb_box .gnb > li {
  float: left;
}

.gnb_box .gnb > li > a {
  display: block;
  color: #000;
  font-size: 1.333rem;
  font-weight: 700;
  text-align: center;
  border-right: 2px solid #565758;
  padding: 0px 30px;
  position: relative;
}

.gnb_box .gnb > li > a:hover {
  color: #f18900 !important;
}

.gnb_box .gnb > li > a:hover:after {
  display: block;
  content: '';
  width: 100px;
  height: 4px;
  background: #f18900;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}

.gnb_on {
  color: #f18900 !important;
}

.gnb_on:after {
  display: block;
  content: '';
  width: 100px;
  height: 4px;
  background: #f18900;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}

.gnb_box .gnb > li:last-child > a {
  border: none;
}

.gnb_box .sub {
  display: none;
  width: 240px;
  height: 350px;
  border-top: 2px solid #f18900;
  border-left: 1px solid #9b9b9b;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 115px;
  left: 50%;
}

.gnb > li:first-child .sub {
  margin-left: -1600px;
  padding-left: 1000px;
  box-sizing: content-box;
  height: 318px;
}

.gnb > li:first-child .sub:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #9b9b9b;
  position: absolute;
  top: 0px;
  right: 240px;
}

.gnb > li:last-child .sub:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #9b9b9b;
  position: absolute;
  top: 0px;
  left: 240px;
}

.gnb > li:first-child .sub > li {
  padding-left: 30px;
}

.gnb > li:nth-child(2) .sub {
  margin-left: -360px;
}

.gnb > li:nth-child(3) .sub {
  margin-left: -120px;
}

.gnb > li:nth-child(4) .sub {
  margin-left: 120px;
}

.gnb > li:last-child .sub {
  margin-left: 360px;
  padding-right: 1000px;
  box-sizing: content-box;
  height: 318px;
}

.gnb_box .sub > li {
  padding: 10px 0px;
}

.gnb_box .sub > li > a {
  color: #fff;
  font-size: 1.333rem;
  font-weight: 700;
}

.gnb_box .sub > li > a:hover {
  color: #f18900;
}

.gnb_box .sub_2 {
  padding-left: 20px;
}

.gnb_box .sub_2 > li {
  position: relative;
  padding: 10px 0;
}

.gnb_box .sub_2 > li:first-child {
  padding-top: 20px;
}

.gnb_box .sub_2 > li:first-child:before {
  margin-top: 5px;
}

.gnb_box .sub_2 > li:last-child {
  padding-bottom: 0px;
}

.gnb_box .sub_2 > li:last-child:before {
  margin-top: 5px;
}

.gnb_box .sub_2 > li:before {
  display: block;
  content: '';
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -1px;
}

.gnb_box .sub_2 > li > a {
  color: #fff;
  font-size: 1.167rem;
}

.gnb_box .sub_2 > li > a:hover {
  color: #f18900;
}

.navi_right {
  position: absolute;
  top: 45px;
  right: 60px;
  transition: 0.7s;
}

.navi_right li {
  float: left;
}

.navi_right .login {
  margin-right: 35px;
  transition: 0.7s;
}

.navi_right .login > a > img {
  display: block;
  float: left;
  transform: translateY(5px);
}

.navi_right .login > a > span {
  display: block;
  float: left;
  font-size: 1.333rem;
  font-weight: 600;
  /* line-height: 30px; */
  padding-left: 10px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
.navi_right .login > a > span small {font-size: .8em;}
.navi_right .login > a > span br {display: none;}

@media screen and (max-width: 1599px) {
  .navi_right .login > a > span br {display: block;}
}

@media screen and (max-width: 1399px) {
  .navi_right .login > a > span br {display: none;}
  .navi_right .login {float: none; display: flex;}
}

.navi_right .lang {
  margin-left: 13px;
  margin-right: 13px;
}

.navi_right .lang > a {
  display: block;
  font-size: 1.333rem;
  font-weight: 600;
  line-height: 30px;
}

.navi_right .kor {
  position: relative;
  margin-left: 0px;
}

.navi_right .kor:after {
  display: block;
  width: 2px;
  height: 15px;
  content: '';
  background: #868787;
  position: absolute;
  top: 8px;
  right: -13px;
}

.lang_on {
  color: #f18900;
  font-weight: 900;
}

/*스크롤 시 헤더 서식*/
.header_on {
  background-color: rgba(0, 0, 0, 0.6);
}

.header_on .scroll_off_img {
  display: none !important;
}

.header_on .scroll_on_img {
  display: block !important;
}

.header_on a {
  color: #fff;
}

.header_on .gnb li a {
  color: #fff;
}

.header_on .gnb li a:hover {
  color: #f18900;
}

.header_on .gnb_on {
  color: #f18900;
}

.header_on .lang_on {
  color: #f18900;
}

/*스크롤 헤더 서식 끝*/

@media screen and (max-width: 1330px) {
  header .t_logo {
    left: 2%;
  }

  .gnb_box {
    width: 75%;
    padding-left: 186px;
  }

  .navi_right {
    right: 1%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  header {
    height: 80px;
  }

  header .t_logo {
    top: 55%;
  }

  .gnb_box {
    padding-top: 52px;
  }

  .gnb_box .gnb > li > a {
    font-size: 1.167rem;
    padding: 0px 2vw;
  }

  .gnb_box .gnb > li > a:hover:after {
    width: 8.3vw;
    margin-left: -4.1vw;
  }

  .gnb_on:after {
    width: 8.3vw;
    margin-left: -4.1vw;
  }

  .gnb_box .sub {
    width: 20vw;
    padding-left: 2.5vw;
    top: 80px;
  }

  .gnb > li:first-child .sub {
    margin-left: -135vw;
    padding-left: 85vw;
  }

  .gnb > li:first-child .sub:after {
    right: 20vw;
  }

  .gnb > li:first-child .sub > li {
    padding-left: 2.5vw;
  }

  .gnb > li:nth-child(2) .sub {
    margin-left: -30vw;
  }

  .gnb > li:nth-child(3) .sub {
    margin-left: -10vw;
  }

  .gnb > li:nth-child(4) .sub {
    margin-left: 10vw;
  }

  .gnb > li:last-child .sub {
    margin-left: 30vw;
    padding-right: 135vw;
  }

  .gnb_box .sub > li {
    padding: 7px 0px;
  }

  .gnb_box .sub > li > a {
    font-size: 1.167rem;
  }

  .navi_right {
    top: 15px;
  }

  .navi_right .login {
    float: none;
    margin-right: 0vw;
  }

  .navi_right .lang > a {
    font-size: 1.167rem;
  }

  header .adm_login {
    right: 167px;
  }
}

/*모바일 헤더 시작*/
@media screen and (max-width: 1023px) {
  header {
    display: none;
  }

  .m_head {
    display: block;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  }

  .t_logo_m {
    width: 137px;
    position: absolute;
    top: 50%;
    left: 2vw;
    margin-top: -27px;
  }

  .t_logo_m img {
    width: 100%;
  }

  .toggle_btn {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 2vw;
    margin-top: -15px;
  }

  .toggle_btn .bar {
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition: 0.4s;
  }

  .bar01 {
    top: 0px;
  }

  .bar02 {
    top: 13px;
  }

  .bar03 {
    bottom: 0px;
  }

  .toggle_on01 {
    top: 13px;
    transform: rotate(-45deg);
  }

  .toggle_on02 {
    opacity: 0;
  }

  .toggle_on03 {
    bottom: 13px;
    transform: rotate(45deg);
  }

  .mnu_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    right: 0;
    border-top: 4px solid #ff9100;
  }

  .mnu_outer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .mnu_box {
    width: 60%;
    max-width: 350px;
    min-width: 120px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-bottom: 100px;
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mnu_box::-webkit-scrollbar {
    display: none;
  }

  .navi_right_m {
    padding: 2.6vw;
    background-color: #f18900;
  }

  .navi_right_m a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 35px;
  }

  .navi_right_m .login {
    width: 100%;
    height: 40px;
    height: auto;
    border: 2px solid #fff;
    margin-bottom: 1.3vw;
    box-sizing: border-box;
    padding-block: 10px;
  }
  .navi_right_m .login small {font-size: 14px; display: block; line-height: 1.2;}

  .navi_right_m .lang {
    float: left;
    width: 49%;
    height: 40px;
    border: 2px solid #fff;
    box-sizing: border-box;
  }

  .navi_right_m .kor {
    margin-right: 2%;
  }

  .lang_on {
    border: none;
    background-color: #fff;
  }

  .lang_on > a {
    color: #f18900 !important;
  }

  .gnb_box_m {
    padding: 2.6vw 0;
    margin-bottom: 50px;
  }

  .gnb_box_m .gnb _m > li {
    height: auto;
    overflow: hidden;
  }

  .gnb_m > li > a {
    display: block;
    font-size: 1.833rem;
    line-height: 40px;
    font-weight: 700;
    text-indent: 20px;
  }

  .sub_m {
    display: none;
    background-color: #f18900;
  }

  .sub_m > li {
    height: 40px;
  }

  .sub_m > li > a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 40px;
    text-indent: 40px;
  }

  .depth2_li01 {
    height: 160px !important;
  }

  .depth2_li02 {
    height: 120px !important;
  }

  .sub_2 {
  }

  .sub_2 > li {
    height: 40px;
    background-color: #d47900;
  }

  .sub_2 > li > a {
    display: block;
    color: #fff;
    font-size: 1.333rem;
    line-height: 40px;
    text-indent: 60px;
  }

  .gnb_m > li > a:hover {
    color: #f18900;
  }

  .sub_m a:hover {
    font-weight: 700;
  }

  .sns_m {
    margin-left: 20px;
  }

  .sns_m > li {
    float: left;
    margin-right: 5px;
  }
}

/*모바일 헤더 끝*/

/*모바일 헤더 가로모드 시작*/
@media screen and (max-width: 1119px) and (orientation: landscape) {
  .m_head {
    height: 70px;
  }

  .mnu_wrap {
    top: 70px;
  }
}

/*모바일 헤더 가로모드 끝*/

/*헤더 끝*/

/*아이콘배너 시작*/
.icon_banner {
  width: 100%;
  height: 275px;
  background-color: #f2f2f2;
  padding-top: 50px;
  box-sizing: border-box;
  text-align: center;
}

.icon_banner .container {
  position: relative;
  height: 100%;
}

.icon_banner .icon {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 220px;
  height: 196px;
  text-align: center;
  transition: 0.7s;
}

.icon_banner .icon01 {
  margin-left: -263px;
}

.icon_banner .icon02 {
  margin-left: -86.5px;
}

.icon_banner .icon03 {
  margin-left: 90px;
}

.icon_banner .icon a {
  display: block;
}

.icon_banner img {
  margin-bottom: 15px;
}

.icon_banner .icon p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.icon_banner .icon span {
  font-size: 1.167rem;
  line-height: 150%;
}

.icon_banner .icon03 {
  color: #666;
  margin-right: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .icon_banner .icon {
  }

  .icon_banner .icon p {
    font-size: 1.333rem;
  }

  .icon_banner .icon span {
    font-size: 1rem;
  }
}

/*모바일 아이콘배너 시작*/
@media screen and (max-width: 767px) {
  .icon_banner {
    height: auto;
    padding-bottom: 30px;
  }

  .icon_banner .icon {
    position: static;
    float: left;
    width: 30%;
    height: auto;
    margin-right: 5%;
  }

  .icon_banner .icon01 {
    margin-left: -0vw;
  }

  .icon_banner .icon02 {
    margin-left: -0vw;
  }

  .icon_banner .icon03 {
    margin-left: 0vw;
    margin-right: 0;
  }

  .icon_banner img {
    width: 70%;
  }

  .icon_banner .icon p {
    font-size: 1.167rem;
  }

  .icon_banner .icon span {
    font-size: 1rem;
    line-height: 15px;
  }
}

/*모바일 아이콘배너 끝*/
/*아이콘배너 끝*/

/*푸터 시작*/
footer {
}

.f_top {
  width: 100%;
  height: 310px;
  background-color: #282828;
  padding-top: 45px;
  box-sizing: content-box !important;
  transition: 0.7s;
}

.f_top .container {
  position: relative;
}

.f_top a:hover {
  font-weight: 700;
}

.f_logo {
  width: 135px;
}

.f_logo img {
  width: 100%;
}

.f_logo:after {
  display: block;
  content: '';
  width: 45px;
  height: 1px;
  background-color: #5a5a5a;
  margin-top: 20px;
  margin-bottom: 20px;
}

address {
  color: #9fa0a0;
  font-size: 1.167rem;
  line-height: 25px;
  transition: 0.7s;
}

address .tel span {
  color: #f18900;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
address .email span {
  color: #f18900;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

.f_menu {
  position: absolute;
  top: 25px;
  left: 240px;
  transition: 0.7s;
}

.f_menu > li {
  width: 220px;
  float: left;
  margin-right: 20px;
}

.f_menu .depth_one {
  display: block;
  height: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-indent: 5px;
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 10px;
}

.f_sub {
}

.f_sub > li {
}

.f_sub > li > a {
  display: block;
  color: #9fa0a0;
  font-size: 1.167rem;
  line-height: 25px;
  text-indent: 5px;
}

.f_gall {
  width: 226px !important;
  margin-right: 0px !important;
}

.f_gall .depth_one {
  height: 20px;
  border: none;
}

.f_gall .gall_box {
}

.f_gall .gall_box .img_box {
  float: left;
  width: 68px;
  height: 68px;
  background-color: #fff;
  margin-right: 11px;
  margin-bottom: 11px;
  overflow: hidden;
  position: relative;
}

.f_gall .img_box:nth-child(3n) {
  margin-right: 0px;
}

.f_gall .img_box img {
  width: 150%;
  position: absolute;
  left: 50%;
  margin-left: -75%;
}

.f_bottom {
  width: 100%;
  padding: 20px 0;
  background-color: #f18900;
}

copy {
  color: #2f2f2f;
  font-size: 1.167rem;
  line-height: 150%;
  font-weight: 300;
}

.f_bottom .sns {
  float: right;
  margin-top: -3px;
}

.f_bottom .sns > li {
  float: left;
  margin-right: 7px;
}

@media screen and (min-width: 1200px) and (max-width: 1330px) {
  /*푸터 시작*/
  .f_top {
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f_top .f_logo {
    width: 11.3vw;
  }

  .f_logo img {
    width: 100%;
  }

  address {
    width: 18vw;
    font-size: 1rem;
    line-height: 20px;
  }

  .f_menu {
    position: absolute;
    top: 20px;
    left: 16.7vw;
  }

  .f_menu > li {
    width: 16.3vw;
    margin-right: 20px;
  }

  .f_menu .depth_one {
    height: 27px;
    font-size: 1.333rem;
    margin-bottom: 7px;
  }

  .f_sub > li > a {
    font-size: 1rem;
    line-height: 23px;
  }

  .f_gall {
    width: 18.3vw !important;
  }

  .f_gall .depth_one {
    height: 20px;
  }

  .f_gall .gall_box {
  }

  .f_gall .gall_box .img_box {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 0.6vw;
    margin-bottom: 0.6vw;
  }

  copy {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .f_top {
    height: 350px;
  }

  .address_box {
    width: 100%;
    margin: 0px auto;
  }

  .f_logo {
    width: 137px;
    float: left;
    margin-right: 20px;
  }

  .f_logo:after {
    display: none;
  }

  address {
    float: left;
    width: 450px;
  }

  address br {
    display: none;
  }

  address .tel {
    float: left;
    margin-right: 20px;
  }

  .f_menu {
    width: 100%;
    position: static;
    margin: 0px auto;
    margin-top: 50px;
  }

  .f_menu > li {
    width: 18vw;
  }

  .f_menu .depth_one {
    font-size: 1.333rem;
  }

  .f_sub {
  }

  .f_sub > li {
  }

  .f_sub > li > a {
    font-size: 1.167rem;
  }

  .f_gall {
    width: 18vw !important;
    min-width: 130px;
    margin-right: 0px !important;
  }

  .f_gall .gall_box .img_box {
    width: 5.5vw;
    min-width: 40px;
    height: 5.5vw;
    min-height: 40px;
    margin-right: 0.6vw;
    margin-bottom: 0.6vw;
  }

  .f_gall .img_box:nth-child(3n) {
    margin-right: 0px;
  }

  .f_bottom {
    width: 100%;
    background-color: #f18900;
  }

  copy {
    color: #2f2f2f;
    font-size: 1.167rem;
    font-weight: 300;
  }

  .f_bottom .sns {
    float: right;
  }

  .f_bottom .sns > li {
    float: left;
    margin-right: 7px;
  }
}

/*모바일 푸터 시작*/
@media screen and (max-width: 767px) {
  .f_top {
    height: auto;
    padding-top: 9vw;
  }

  .f_top .container {
  }

  .f_logo {
    margin-bottom: 10px;
  }

  .f_logo:after {
    display: none;
  }

  address {
    font-size: 1.333rem;
    margin-bottom: 40px;
  }

  .addr {
    line-height: 150%;
    word-break: normal;
  }

  address .tel span {
  }

  .f_menu {
    position: static;
  }

  .f_menu > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
  }

  .f_menu > li:nth-child(2n) {
    margin-right: 0;
  }

  .f_menu .depth_one {
    height: 30px;
    font-size: 1.5rem;
  }

  .f_sub {
  }

  .f_sub > li {
  }

  .f_sub > li > a {
    font-size: 1.165rem;
    line-height: 200%;
  }

  .f_gall {
    width: 49% !important;
  }

  .f_gall .depth_one {
    height: 30px;
  }

  .f_gall .gall_box {
  }

  .f_gall .gall_box .img_box {
    width: 13vw;
    height: 13vw;
    min-width: 41px;
    min-height: 41px;
    margin-right: 1vw;
    margin-bottom: 1vw;
  }

  .f_gall .img_box:nth-child(3n) {
  }

  .f_bottom {
    height: auto;
  }

  copy {
    font-size: 1.167rem;
  }

  .f_bottom .sns {
    display: none;
  }
}

/*모바일 푸터 끝*/
/*푸터 끝*/

/*메인슬라이드 시작*/
.swiper_pc {
  width: 100%;
  height: 669px;
  box-sizing: content-box;
  position: relative;
}

.swiper-slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.slide01 {
  background-image: url(../images/main/slide01.jpg);
}

.slide02 {
  background-image: url(../images/main/slide02.jpg);
}

.slide03 {
  background-image: url(../images/main/slide03.jpg);
}

.swiper-slide .text {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 10px;
  opacity: 0;
}

.swiper-slide .text01 {
  font-size: 55px;
  font-weight: 200;
  transform: translateX(-200px);
}

.swiper-slide .text02 {
  font-size: 60px;
  font-weight: 500;
  transform: translateX(200px);
}

@media screen and (max-width: 1023px) {
  .swiper-slide .text {
    opacity: 1;
  }

  .swiper-slide .text01 {
    transform: translateX(0px);
  }

  .swiper-slide .text02 {
    transform: translateX(0px);
  }
}

.swiper_pc .slide01 .text01 {
  top: 275px;
  left: 233px;
  color: #fff;
}

.swiper_pc .slide01 .text02 {
  top: 347px;
  left: 448px;
  color: #fff;
}

.swiper_pc .slide02 .text01 {
  top: 274px;
  left: 224px;
  color: #000;
}

.swiper_pc .slide02 .text02 {
  top: 353px;
  left: 506px;
  color: #000;
}

.swiper_pc .slide03 .text01 {
  top: 280px;
  left: 152px;
  color: #fff;
}

.swiper_pc .slide03 .text02 {
  top: 353px;
  left: 627px;
  color: #fff;
}

.swiper_pc .swiper_button {
  position: absolute;
  width: 64px;
  height: 104px;
  bottom: 50%;
  margin-top: -52px;
}

.swiper-button-next {
  background-image: url(../images/main/arrow_right.png);
}

.swiper-button-prev {
  background-image: url(../images/main/arrow_left.png);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide {
    background-position: center;
  }

  .swiper_pc .text_box {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
  }

  .swiper_pc .text {
    left: 9vw !important;
    top: auto !important;
    color: #fff !important;
  }

  .swiper_pc .text span {
    font-weight: 200;
  }

  .swiper_pc .text01 {
    bottom: 110px;
  }

  .swiper_pc .text02 {
    bottom: 40px;
  }

  .swiper_pc .swiper_button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .swiper_pc {
    display: block;
    height: 88.8vw;
    position: relative;
  }

  .swiper_pc .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .slide01 {
    background-image: url(../images/main/slide01_m.jpg);
  }

  .slide02 {
    background-image: url(../images/main/slide02_m.jpg);
  }

  .slide03 {
    background-image: url(../images/main/slide03_m.jpg);
  }

  .swiper_pc .text_box {
    width: 100%;
    height: 34.7vw;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
  }

  .swiper_pc .text {
    left: 5vw !important;
    top: auto !important;
    color: #fff !important;
    letter-spacing: 7px;
  }

  .swiper_pc .text span {
    font-weight: 200;
  }

  .swiper_pc .text01 {
    font-size: 6vw;
    bottom: 19vw;
  }

  .swiper_pc .text02 {
    font-size: 6vw;
    bottom: 10vw;
  }

  .swiper_pc .swiper_button {
    display: none;
  }
}

/*메인슬라이드 끝*/

/*상단배너 시작*/
.top_bn {
  width: 1184px;
  margin: 0px auto;
  margin-top: -55px;
  position: relative;
  z-index: 900;
}

.top_bn .box {
  float: left;
  width: 296px;
  height: 269px;
  position: relative;
}

.top_bn .box01 {
  background-color: #f18900;
}

.top_bn .box02 {
  background-image: url(../images/main/a02.jpg);
}

.top_bn .box03 {
  background-image: url(../images/main/a01.jpg);
}

.top_bn .box04 {
  background-color: #e8e9eb;
}

.top_bn .box a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 45px 25px 0px 25px;
  box-sizing: border-box;
}

.top_bn .box01 .basic_li a {
  padding: 0 25px;
}

.top_bn .box04 a {
  color: #000;
}

.top_bn .box .bn_title {
  font-size: 1.833rem;
  font-weight: 700;
  position: relative;
}

.top_bn .box .bn_title:after {
  display: block;
  content: '';
  width: 135px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -67.5px;
}

.top_bn .box01 .bn_title:after {
  background-color: #fff;
}

.top_bn .box02 .bn_title:after {
  background-color: #a6acb5;
}

.top_bn .box03 .bn_title:after {
  background-color: #5f6166;
}

.top_bn .box04 .bn_title:after {
  background-color: #656566;
}

.top_bn .box .bn_txt {
  margin-top: 45px;
  font-size: 1.167rem;
  font-weight: 200;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.top_bn .box .bn_more {
  width: 100%;
  font-size: 1.333rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 42px;
  left: 50%;
  margin-left: -50%;
}

.bn_news .bn_txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bn_news .news_slide {
  width: 100%;
  overflow: hidden;
}

.bn_news ul {
  width: 500%;
  position: relative;
  /*    left: -100%;*/
}

.bn_news li {
  float: left;
  width: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_bn {
    width: 100%;
    margin-top: -0px;
  }

  .top_bn .box {
    width: 25%;
    height: 269px;
  }

  .top_bn .box a {
    padding: 45px 20px 0px 20px;
  }

  .top_bn .box .bn_title {
    font-size: 1.5rem;
  }

  .top_bn .box .bn_title:after {
    width: 80px;
    margin-left: -40px;
  }

  .top_bn .box .bn_txt {
    margin-top: 45px;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: -0.5px;
  }

  .top_bn .box .bn_more {
    font-size: 1.167rem;
    left: 50%;
    margin-left: -50%;
  }
}

@media screen and (max-width: 767px) {
  .top_bn {
    width: 100vw;
    min-width: 320px;
    margin-top: -0px;
  }

  .top_bn .box {
    width: 50vw;
    min-width: 160px;
    height: 42vw;
    min-height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .top_bn .box a {
    padding-top: 6.3vw;
    padding: 6.3vw 4vw 0 4vw;
  }

  .top_bn .box .bn_title {
    font-size: 4.2vw;
  }

  .top_bn .box .bn_title:after {
    width: 18vw;
    margin-left: -9vw;
    bottom: -3.5vw;
  }

  .top_bn .box .bn_txt {
    margin-top: 6.3vw;
    font-size: 2.4vw;
    font-weight: 300;
    line-height: 4vw;
    letter-spacing: -0px;
  }

  .top_bn .box .bn_more {
    font-size: 2.5vw;
    left: 50%;
    margin-left: -50%;
    bottom: 8vw;
  }
}

/*상단배너 끝*/

/*메인컨텐츠 시작*/
.main_cont {
  margin-bottom: 160px;
}

/*인트로*/
.cont_intro {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 80px;
}

.cont_intro .content_title02 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}

.cont_intro .content_txt02 {
  word-break: break-all;
}

/*메인 갤러리 시작*/
.gall_container {
  width: 100%;
  height: 624px;
  margin-bottom: 100px;
  position: relative;
}

.main_gall {
  width: 1560px;
  height: 624px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.main_gall02 {
  margin-left: -600px;
}

.main_gall .now_img {
  width: 956px;
  height: 447px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  position: relative;
  transition: 0.7s;
}

.main_gall .now_img .now {
  display: none;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.main_gall .now_img .now01 {
  display: block;
}

.main_gall02 .now_img {
}

.main_gall .txt_box {
  width: 600px;
  height: 447px;
  padding: 70px 0px 0px 70px;
  box-sizing: border-box;
  position: relative;
  float: right;
}

.main_gall02 .txt_box {
  float: left;
  padding: 70px 70px 0px 0px;
}

.main_gall .content_title03 {
}

.main_gall02 .content_title03 {
  text-align: right;
  position: relative;
  margin-bottom: 62px;
}

.main_gall .content_title03:after {
  display: block;
  content: '';
  width: 140px;
  height: 4px;
  background: #000;
  margin-top: 27px;
  margin-bottom: 35px;
}

.main_gall02 .content_title03:after {
  position: absolute;
  right: 0px;
}

.main_gall .content_txt03 {
  width: 310px;
  box-sizing: content-box;
  text-align: justify;
  word-break: break-all;
}

.main_gall02 .content_txt03 {
  width: 270px;
  float: right;
  text-align-last: right;
}

.main_gall03 .content_txt03 {
  width: 290px;
}

.main_gall .txt_box img {
  position: absolute;
}

.main_gall01 .txt_box img {
  top: 0px;
  right: 0px;
}

.main_gall02 .txt_box img {
  bottom: 20px;
  right: 300px;
}

.main_gall03 .txt_box img {
  bottom: 30px;
  right: -20px;
}

.main_gall .gall_more {
  display: block;
  width: 140px;
  height: 40px;
  border: 1px solid #cacaca;
  color: #999;
  text-align: center;
  line-height: 40px;
  margin-top: 50px;
}

.main_gall02 .gall_more {
  clear: both;
  float: right;
  text-align-last: center;
}

.main_gall .gall_more:hover {
  border: 1px solid #f18900;
  color: #f18900;
}

.main_gall .thmb_box {
  clear: both;
  width: 894px;
  height: 165px;
  margin-top: 12px;
  transition: 0.7s;
  float: right;
}

.main_gall02 .thmb_box {
  float: left;
  transform: translateX(-5px);
}

.main_gall .thmb {
  width: 290px;
  height: 164px;
  margin-right: 12px;
  float: left;
  background: #000;
  transition: 0.7s;
}

.main_gall .thmb a {
  display: block;
  width: 100%;
  height: 100%;
}

.main_gall .thmb img {
  width: 100%;
  height: 100%;
}

.main_gall .thmb a:hover,
.main_gall .thmb a:focus {
  opacity: 0.8;
}

.main_gall .thmb01 {
}

.main_gall .thmb02 {
}

.main_gall .thmb03 {
  margin-right: 0px;
}

.thmb_on {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gall_container {
    height: 895px;
    margin-bottom: 50px;
  }

  .main_gall {
    width: 100%;
    height: 100%;
    left: 0%;
    margin-left: 0px;
  }

  .main_gall02 {
    margin-left: 0px;
  }

  .main_gall .now_img {
    width: 670px;
    height: 315px;
  }

  .main_gall02 .now_img {
    float: right;
  }

  .main_gall .txt_box {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
  }

  .main_gall02 .txt_box {
    padding: 0px 30px 0px 0px;
  }

  .main_gall .content_title03 {
  }

  .main_gall02 .content_title03 {
  }

  .main_gall .content_txt03 {
  }

  .main_gall02 .content_txt03 {
    width: 270px;
  }

  .main_gall03 .content_txt03 {
  }

  .main_gall .txt_box img {
  }

  .main_gall01 .txt_box img {
    top: 10px;
    left: 400px;
  }

  .main_gall02 .txt_box img {
    bottom: 60px;
    right: 350px;
  }

  .main_gall03 .txt_box img {
    bottom: -20px;
    left: 400px;
  }

  .main_gall .gall_more {
  }

  .main_gall02 .gall_more {
  }

  .main_gall .thmb_box {
    width: 670px;
    height: 121px;
    bottom: 0px;
    right: 0px;
  }

  .main_gall02 .thmb_box {
    left: 0px;
  }

  .main_gall .thmb {
    width: 215px;
    height: 121px;
  }

  .main_gall .thmb a {
  }

  .main_gall .thmb img {
  }

  .main_gall .thmb01 {
  }

  .main_gall .thmb02 {
  }

  .main_gall .thmb03 {
  }

  .thmb_on {
  }

  .main_gall01 .now_img {
  }

  .main_gall02 .now_img {
  }

  .main_gall03 .now_img {
  }
}

@media screen and (max-width: 767px) {
  .main_cont {
    margin-bottom: 13vw;
  }

  .gall_container {
    width: 100%;
    height: auto;
    margin-bottom: 13vw;
  }

  .main_gall {
    position: static;
    width: 100%;
    height: 100%;
    left: 0%;
    margin-left: 0px;
  }

  .main_gall02 {
    margin-left: 0px;
  }

  .main_gall .now_img {
    width: 90vw;
    height: 42.2vw;
  }

  .main_gall02 .now_img {
    float: right;
  }

  .main_gall .txt_box {
    width: 100%;
    height: auto;
    padding: 0 5% 30px 5%;
    margin-bottom: 5vw;
    box-sizing: border-box;
    position: relative;
  }

  .main_gall02 .txt_box {
    padding: 0 5% 30px 5%;
    margin-bottom: 10vw;
  }

  .main_gall03 .txt_box {
    padding: 0 5% 30px 5%;
    margin-bottom: 5vw;
  }

  .main_gall .content_title03 {
    margin-right: 20px;
    position: absolute;
    top: 0px;
    left: 5vw;
  }

  .main_gall .content_title03:after {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .main_gall02 .content_title03 {
    margin-right: 0;
    margin-left: 20px;
    right: 5vw;
  }

  .main_gall .content_txt03 {
    float: left;
    padding-left: 150px;
    width: 43vw;
  }

  .main_gall02 .content_txt03 {
    width: 48.8vw;
    padding-right: 170px;
    float: right;
    text-align-last: left;
    left: 5vw;
  }

  .main_gall03 .content_txt03 {
    width: 42vw;
    padding-left: 169px;
    margin-top: 100px;
  }

  .main_gall .txt_box img {
    position: absolute;
  }

  .main_gall01 .txt_box img {
    width: 116px;
    top: 70px;
    left: 5%;
  }

  .main_gall02 .txt_box img {
    width: 138px;
    top: 110px;
    bottom: auto;
    right: 5%;
  }

  .main_gall03 .txt_box img {
    width: 130px;
    top: 110px;
    bottom: auto;
    left: 5%;
  }

  .main_gall .gall_more {
    width: 120px;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    margin-top: 5vw;
  }

  .main_gall02 .gall_more {
    text-align-last: center;
  }

  .main_gall03 .gall_more {
  }

  .main_gall .thmb_box {
    width: 90vw;
    height: 16.5vw;
    margin-top: 1.5vw;
    top: 105vw;
    bottom: auto;
    right: 0px;
  }

  .main_gall02 .thmb_box {
    left: 0px;
  }

  .main_gall .thmb {
    width: 29vw;
    height: 100%;
    margin-right: 1.5vw;
  }

  .main_gall .thmb a {
  }

  .main_gall .thmb img {
  }

  .main_gall .thmb01 {
  }

  .main_gall .thmb02 {
  }

  .main_gall .thmb03 {
    margin-right: 0;
  }

  .thmb_on {
  }

  .main_gall01 .now_img {
  }

  .main_gall02 .now_img {
  }

  .main_gall03 .now_img {
  }
}

/*메인 갤러리 끝*/
/*메인컨텐츠 끝*/

/*서브페이지 공통 시작*/
.page_title {
  width: 100%;
  height: 342px;
  padding-top: 60px;
  box-sizing: border-box;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  /*    transition: 0.7s;*/
}

@media screen and (max-width: 1920px) {
  .page_title {
    background-size: cover;
  }
}

.page_title .title {
  color: #fff;
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page_title .subtitle {
  color: #fff;
  font-size: 1.167rem;
  font-weight: 200;
  line-height: 150%;
}

.subpg .container {
}

.sub_aside {
  width: 240px;
  float: left;
  margin-top: -66px;
}

.sub_aside_m {
  display: none;
}

.aside_title {
  width: 100%;
  height: 204px;
  background-color: #eb6100;
  color: #fff;
  font-size: 2.333rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 204px;
  text-align: center;
  transition: 0.7s;
}

.aside_mnu {
}

.aside_mnu > li {
  display: block;
  transition: 0.7s;
  border: 1px solid #efefef;
  overflow: hidden;
}

.aside_mnu > li > a {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  height: 75px;
  color: #4d4d4d;
  font-size: 1.5rem;
  line-height: 140%;
  padding-left: 28px;
  padding-right: 60px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.aside_mnu > li > a:hover {
  color: #f18900;
  font-weight: 700;
}

.aside_mnu > li > a > span {
  display: block;
  float: right;
  width: 23px;
  height: 22px;
  text-indent: -9999px;
  background-image: url(../images/sub/arrow_down.png);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
}

.aside_mnu .aside_depth {
  display: none;
  background-color: #f2f2f2;
}

.aside_mnu .aside_depth li {
}

.aside_mnu .aside_depth a {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  height: 30px;
  font-size: 1.167rem;
  line-height: 140%;
  padding: 5px 10px 5px 28px;
}

.aside_mnu .aside_depth a:hover {
  font-weight: 700;
}

.aside_mnu .aside_depth a:hover i.fas {
  display: inline-block;
}

.aside_mnu .aside_depth li:first-child a {
  padding-top: 10px;
}

.aside_mnu .aside_depth li:last-child a {
  padding-bottom: 10px;
}

.aside_mnu .aside_depth i.fas {
  display: none;
  margin-right: 5px;
}

.aside_depth .on {
}

.aside_depth .on > a {
  font-weight: 700;
}

.aside_depth .on > a > i.fas {
  display: inline-block;
}

.aside_on {
  border: none !important;
}

.aside_on > a {
  color: #fff !important;
  background-color: #f18900 !important;
  font-weight: 700;
}

.aside_on > a:hover {
  color: #fff !important;
  font-weight: 700;
}

.aside_on > a > span {
  background-image: url(../images/sub/arrow_right.png) !important;
}

.sub_aside_m .aside_on > a > span {
  transform: translateY(-11px) rotate(90deg);
  transition: 0.5s;
}

.sub_aside_m .aside_on > a > span.on {
  transform: translateY(-11px) rotate(0deg);
}

.aside_on .aside_depth {
  display: block;
}

.subpg .content_box {
  float: right;
  width: 960px;
  padding: 95px 0 0 70px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.bread_mnu {
  padding-bottom: 23px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 80px;
}

.bread_mnu a {
  font-size: 1.167rem;
  margin-right: 10px;
  transition: 0.7s;
}

.bread_mnu .now {
  font-weight: 700;
}

.bread_mnu span {
  margin-right: 10px;
}

.subpg .content {
  margin-bottom: 110px;
}

.subpg .content_01 .content_title01 {
  margin-bottom: 25px;
}

.subpg .small_titbox {
  width: 205px;
  float: left;
}

.subpg .small_titbox02 {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}

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

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

.subpg .small_title {
  width: 205px;
  height: auto;
  color: #000;
  font-size: 1.833rem;
  font-weight: 700;
  line-height: 140%;
  padding-top: 18px;
  box-sizing: border-box;
  position: relative;
}

.subpg .small_titbox02 .small_title {
  width: 100%;
}

.subpg .small_title:before {
  display: block;
  content: '';
  height: 4px;
  width: 26px;
  background: #ee7800;
  position: absolute;
  top: 0px;
  left: 0px;
}

.subpg .small_title:after {
  display: block;
  content: '';
  height: 4px;
  width: 93px;
  background: #949495;
  position: absolute;
  top: 0px;
  left: 26px;
}

.subpg .small_titbox .icon {
  margin-top: 30px;
}

.subpg .cont_box_right {
  float: right;
  width: 685px;
}

.subpg .cont_box_full {
  float: none;
  width: 100%;
  margin-top: 30px;
}

.subpg .cont_bn_img {
  width: 100%;
}

.subpg .tab_wrapper {
  width: 100%;
}

.subpg .tab_mnu {
  margin-bottom: 62px;
}

.subpg .tab_mnu > a {
  display: block;
  float: left;
  width: 215px;
  height: 62px;
  font-size: 1.333rem;
  text-align: center;
  line-height: 62px;
  background-color: #f7f8f8;
  border-bottom: 4px solid #afb0b0;
  margin-right: 10px;
  box-sizing: border-box;
}

.subpg .tab_mnu > a:last-child {
  margin-right: 0px;
}

.tab_mnu > .on {
  color: #ee7800;
  font-weight: 700;
  border-bottom: 4px solid #ee7800 !important;
}

.subpg .cont_subtitle {
  display: block;
  margin-bottom: 50px;
}

.subpg .cont_box .img_half {
  width: 49%;
}

.subpg .cont_box .img_full {
  width: 100%;
}

.subpg .tab_wrapper .cont {
  display: none;
}

.subpg .tab_wrapper .cont01 {
  display: block;
}

.subpg .tab_link {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .subpg .small_titbox {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .subpg .small_title {
    width: 170px;
    height: auto;
    float: left;
  }

  .subpg .small_titbox .icon {
    width: 65px;
    float: left;
    margin-top: 0;
  }

  .subpg.container {
  }

  .sub_aside {
    width: 20vw;
  }

  .aside_title {
    height: 20vw;
    font-size: 2rem;
    line-height: 20vw;
  }

  .aside_mnu {
  }

  .aside_mnu > li {
  }

  .aside_mnu > li > a {
    font-size: 1.167rem;
    height: 6.3vw;
    padding-left: 15px;
    padding-right: 20px;
  }

  .aside_mnu > li > a > span {
  }

  @media screen and (max-width: 890px) {
    .aside_mnu > li > a > span {
      display: none;
    }
  }

  .subpg .content_box {
    width: 68vw;
    padding: 7.9vw 0 0 5.8vw;
  }

  .aside_mnu .aside_depth a {
    font-size: 1rem;
  }

  .bread_mnu {
    padding-bottom: 20px;
    margin-bottom: 70px;
  }

  .bread_mnu a {
    font-size: 1rem;
    margin-right: 8px;
  }

  .bread_mnu span {
    margin-right: 8px;
  }

  .subpg .content {
    margin-bottom: 100px;
  }

  .subpg .small_titbox {
    float: none;
    margin-bottom: 50px;
  }

  .subpg .cont_box_right {
    float: none;
    width: 100%;
  }

  .subpg .tab_mnu {
    margin-bottom: 40px;
  }

  .subpg .tab_mnu > a {
    width: 23.5%;
    height: 50px;
    font-size: 1.167rem;
    line-height: 50px;
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .page_title {
    width: 100%;
    height: 250px;
  }

  .page_title .title {
    font-size: 2.833rem;
  }

  .page_title .subtitle {
    display: none;
  }

  .subpg.container {
  }

  .sub_aside {
    display: none;
  }

  .sub_aside_m {
    display: block;
    margin-top: -75px;
  }

  .aside_title {
    width: 50%;
    height: 75px;
    font-size: 2rem;
    line-height: 75px;
    text-align: left;
    text-indent: 20px;
    float: left;
  }

  .sub_aside_m .aside_on {
    width: 50%;
    height: 75px;
    box-sizing: border-box;
    float: left;
  }

  .sub_aside_m .aside_on > a {
    display: table-cell;
    vertical-align: middle;
    width: 48vw;
    height: 74.55px;
    font-size: 1.667rem;
    font-weight: 700;
    line-height: 110%;
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
  }

  .sub_aside_m .aside_on span {
    display: block;
    width: 23px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    right: 0px;
  }

  .sub_aside_m ul {
    display: none;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #fff;
    border: 1px solid #efefef;
  }

  .sub_aside_m ul > li {
  }

  .sub_aside_m ul > li > a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 48vw;
    line-height: 140%;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    position: relative;
  }

  .sub_aside_m ul a:hover {
    font-weight: 700;
  }

  .sub_aside_m .aside_depth {
    background: #f2f2f2;
  }

  .sub_aside_m .aside_depth > li > a {
    padding-left: 30px;
    font-size: 14px;
    width: 48vw;
  }

  .sub_aside_m .aside_on span {
    margin: 0 20px 0 0;
  }

  .subpg .content_box {
    width: 100%;
    padding: 75px 0 0 0;
  }

  .bread_mnu {
    display: none;
  }

  .subpg .content {
    margin-bottom: 60px;
  }

  .subpg .cont_box_right {
    float: none;
    width: 100%;
  }

  .subpg .small_titbox {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .subpg .small_title {
    width: 100%;
    font-size: 22px;
    padding-top: 15px;
  }

  .subpg .small_title:before {
    height: 4px;
    width: 30px;
  }

  .subpg .small_title:after {
    width: 80px;
    left: 30px;
  }

  .subpg .small_titbox .icon {
    width: 50px;
    margin-top: 15px;
  }

  .subpg .tab_mnu {
    margin-bottom: 40px;
  }

  .subpg .tab_mnu > a {
    width: 49%;
    height: 62px;
    font-size: 1.167rem;
    line-height: 62px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .subpg .tab_mnu > a:nth-child(2n) {
    margin-right: 0;
  }

  .subpg .tab_link {
    display: table;
    width: 100%;
    margin-bottom: 50px;
  }

  .subpg .tab_link a {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 140%;
    padding: 0 10px;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #f18900;
  }

  .subpg .tab_link a:first-child {
    border-left: 2px solid #efefef;
  }

  .subpg .tab_link a:last-child {
    border-right: 2px solid #efefef;
  }

  .subpg .tab_link > .on {
    color: #f18900;
    font-weight: 700;
    text-decoration: underline;
    border-top: 2px solid #f18900 !important;
    border-left: 2px solid #f18900 !important;
    border-right: 2px solid #f18900 !important;
    border-bottom: none !important;
  }
}

/*서브페이지 process공통 시작*/
.subpg .process {
  padding: 75px 30px;
  border-top: 2px solid #f5b36f;
  box-sizing: border-box;
  background-image: url(../images/sub/order/proc_background.jpg);
  position: relative;
  overflow: hidden;
}

.subpg .process:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: #f5b36f;
  transform: rotate(45deg);
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -15px;
}

.subpg .process .icon_wrap {
  width: 110px;
  padding-top: 25px;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -55px;
}

.subpg .process .icon_box {
  margin-bottom: 20px;
}

.subpg .process .icon_box .icon {
  display: block;
  margin: 0px auto;
}

.subpg .process .icon_box .line {
  display: block;
  width: 1px;
  height: 65px;
  margin: 0px auto;
  background: rgba(159, 159, 160, 0.4);
}

.subpg .process .icon_box .point {
  display: block;
  width: 24px;
  height: 24px;
  border: 7px solid rgba(159, 159, 160, 0.4);
  border-top: 7px solid rgba(159, 159, 160, 0);
  border-left: 7px solid rgba(159, 159, 160, 0);
  box-sizing: border-box;
  transform: rotate(45deg);
  margin: -10px auto 5px auto;
}

.subpg .process .txt_box {
  width: 295px;
  height: 370px;
  background-color: #fff;
  padding: 30px 18px 18px 18px;
  margin-bottom: 70px;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.subpg .process .txt_box .point_box {
  width: 37px;
  height: 57px;
  overflow: hidden;
  position: absolute;
}

.subpg .process .txt_box .point {
  display: block;
  width: 35px;
  height: 35px;
  border: 7px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8px;
}

.subpg .process .txt_box .point .inner {
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #ee7800;
  box-sizing: border-box;
  background: #fff;
}

.subpg .process .txt_box:nth-of-type(2n-1) {
  float: left;
}

.subpg .process .txt_box:nth-of-type(2n) {
  float: right;
}

.subpg .process .txt_box:nth-of-type(2n-1) .point_box {
  top: 50px;
  right: -37px;
}

.subpg .process .txt_box:nth-of-type(2n-1) .point {
  left: -19px;
}

.subpg .process .txt_box:nth-of-type(2n) .point_box {
  bottom: 45px;
  left: -37px;
}

.subpg .process .txt_box:nth-of-type(2n) .point {
  right: -19px;
}

.subpg .process .txt_box01,
.subpg .process .txt_box02 {
}

.subpg .process .txt_box03 {
}

.subpg .process .txt_box04 {
}

.subpg .process .txt_box .title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #d1d1d2;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.subpg .process .txt_box .title:after {
  display: block;
  content: '';
  width: 20px;
  height: 3px;
  background: #49484b;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.subpg .process .txt_box .title span.s_title {
  position: static;
  text-transform: none;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 100%;
}

.subpg .process .txt_box .title span {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.subpg .process .txt_box .txt {
  font-size: 1rem;
  line-height: 150%;
}

.subpg .process .txt_box .img_box {
  width: 259px;
  box-sizing: border-box;
  position: absolute;
  left: 18px;
  bottom: 18px;
  overflow: hidden;
}

.subpg .process .txt_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .subpg .process {
    padding: 45px 15px;
  }

  .subpg .process:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }

  .subpg .process .icon_wrap {
    width: 7vw;
    padding-top: 20px;
    top: 45px;
    margin-left: -3.5vw;
  }

  .subpg .process .icon_box {
    margin-bottom: 1.7vw;
  }

  .subpg .process .icon_box .icon {
    width: 100%;
    margin: 0px auto;
    position: absolute;
  }

  .subpg .process .icon_box .line {
    height: 170px;
    min-height: 69px;
  }

  .subpg .process .icon_box .point {
    width: 20px;
    height: 20px;
    border: 6px solid rgba(159, 159, 160, 0.4);
    border-top: 0.6vw solid rgba(159, 159, 160, 0);
    border-left: 0.6vw solid rgba(159, 159, 160, 0);
    margin: -10px auto 5px auto;
  }

  .subpg .process .txt_box {
    width: 23vw;
    height: 320px;
    min-height: 265px;
    padding: 20px 12px 12px 12px;
    margin-bottom: 100px;
  }

  .subpg .process .txt_box .point_box {
    width: 3vw;
    height: 5vw;
  }

  .subpg .process .txt_box .point {
    width: 2.9vw;
    height: 2.9vw;
    border: 0.6vw solid #fff;
    top: 50%;
    margin-top: -1.5vw;
  }

  .subpg .process .txt_box .point .inner {
    border: 0.4vw solid #ee7800;
  }

  .subpg .process .txt_box:nth-of-type(2n-1) .point_box {
    top: 3vw;
    right: -3vw;
  }

  .subpg .process .txt_box:nth-of-type(2n-1) .point {
    left: -1.6vw;
  }

  .subpg .process .txt_box:nth-of-type(2n) .point_box {
    bottom: 25px;
    left: -3vw;
  }

  .subpg .process .txt_box:nth-of-type(2n) .point {
    right: -1.6vw;
  }

  .subpg .process .txt_box01,
  .subpg .process .txt_box02 {
    margin-bottom: 100px;
  }

  .subpg .process .txt_box .title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .subpg .process .txt_box .txt {
    font-size: 12px;
  }

  .subpg .process .txt_box .img_box {
    width: calc(100% - 24px);
    margin: 0 12px;
    left: 0px;
    bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .subpg .process {
    width: 111%;
    min-width: 320px;
    margin-left: -5%;
    padding: 75px 5%;
  }

  .subpg .process .icon_wrap {
    width: 20.8vw;
    min-width: 67px;
    left: 5%;
    margin-left: 0px;
    padding-top: 20px;
  }

  .subpg .process .icon_box .icon {
    width: 100%;
    position: absolute;
  }

  .subpg .process .icon_box .line {
    height: 350px;
  }

  .subpg .process .icon_box .point {
    width: 20px;
    height: 20px;
    border: 4px solid rgba(159, 159, 160, 0.4);
    border-top: 4px solid rgba(159, 159, 160, 0);
    border-left: 4px solid rgba(159, 159, 160, 0);
  }

  .subpg .process .txt_box {
    width: 58.3vw;
    min-width: 186px;
    height: 370px;
    padding: 30px 12px 12px 12px;
    margin-left: 35%;
  }

  .subpg .process .txt_box .point_box {
    width: 27px;
    height: 47px;
  }

  .subpg .process .txt_box .point {
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
  }

  .subpg .process .txt_box:nth-of-type(2n-1) {
    clear: both;
    float: left;
  }

  .subpg .process .txt_box:nth-of-type(2n) {
    clear: both;
    float: left;
  }

  .subpg .process .txt_box:nth-of-type(2n-1) .point_box {
    top: 9vw;
    left: -27px;
    right: auto;
  }

  .subpg .process .txt_box:nth-of-type(2n-1) .point {
    left: auto;
    right: -19px;
  }

  .subpg .process .txt_box:nth-of-type(2n) .point_box {
    top: 9vw;
    bottom: auto;
    left: -27px;
  }

  .subpg .process .txt_box:nth-of-type(2n) .point {
    left: auto;
    right: -19px;
  }

  .subpg .process .txt_box01,
  .subpg .process .txt_box02 {
    margin-bottom: 25px;
  }

  .subpg .process .txt_box03 {
    margin-bottom: 25px;
  }

  .subpg .process .txt_box04 {
    margin-bottom: 25px;
  }

  .subpg .process .txt_box .title {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .subpg .process .txt_box .txt {
    font-size: 1rem;
  }

  .subpg .process .txt_box .img_box {
    width: calc(100% - 24px);
    max-height: 200px;
    min-height: 165px;
    overflow: hidden;
    bottom: 12px;
    left: 12px;
  }

  .subpg .process .txt_box .img_box img {
    min-width: 260px;
  }
}

/*서브페이지 process공통 끝*/

/*서브페이지 공통 끝*/

/*인사말 시작*/
.company_title {
  background-image: url(../images/sub/company/page_title.jpg);
}

.greeting .content_01 {
}

.greeting .content_01 > img {
  width: 100%;
  margin-bottom: 63px;
}

.greeting .content_title04 {
  position: relative;
  margin-bottom: 45px;
  padding-left: 20px;
}

.greeting .content_title04:before {
  display: block;
  content: '';
  width: 38px;
  height: 38px;
  border: 3px solid #ef844a;
  box-sizing: border-box;
  position: absolute;
  top: -12px;
  left: 0px;
}

.greeting .content_title04:after {
  display: block;
  content: '';
  width: 27px;
  height: 27px;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: -0px;
  left: 11px;
}

.greeting .content_title04 span {
  display: block;
  position: relative;
  z-index: 10;
}

.greeting .content_01 .txt {
  height: 180px;
  column-count: 2;
  column-gap: 40px;
  text-align: justify;
  line-height: 200%;
}

.greeting .content_01 .txt .ceoname {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: right;
  position: relative;
}

.greeting .content_01 .txt .ceoname:before {
  display: block;
  content: '';
  width: 260px;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.greeting .content_01 .txt .ceoname > span {
  font-size: 1.167rem;
  margin-right: 10px;
}

.greeting .content_02 {
}

.greeting .content_02 .content_title04 {
}

.greeting .content_02 .img_box {
  float: left;
  width: 280px;
  margin-right: 25px;
}

.greeting .content_02 .img_box01 {
}

.greeting .content_02 .img_box02 {
}

.greeting .content_02 .img_box03 {
  margin-right: 0;
}

.greeting .content_02 .img_box img {
  width: 100%;
  margin-bottom: 30px;
}

.greeting .content_02 .img_box .txt_title01 {
  color: #49484b;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.greeting .content_02 .img_box .content_txt03 {
  font-size: 1.333rem;
  line-height: 160%;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .company_title {
  }

  .greeting .content_01 {
  }

  .subpg .content_01 .content_title01 {
    margin-bottom: 32px;
  }

  .greeting .content_01 img {
    margin-bottom: 53px;
  }

  .greeting .content_title04 {
    margin-bottom: 35px;
  }

  .greeting .content_title04:before {
    width: 36px;
    height: 36px;
  }

  .greeting .content_title04:after {
    width: 25px;
    height: 25px;
  }

  .greeting .content_title04 span {
  }

  .greeting .content_01 .txt {
    height: auto;
    column-gap: 30px;
  }

  .greeting .content_01 .txt .ceoname {
    font-size: 1.333rem;
  }

  .greeting .content_01 .txt .ceoname:before {
    display: none;
  }

  .greeting .content_01 .txt .ceoname > span {
    font-size: 1rem;
    margin-right: 10px;
  }

  .greeting .content_02 {
  }

  .greeting .content_02 .content_title04 {
  }

  .greeting .content_02 .img_box {
    width: 20vw;
    margin-right: 1vw;
  }

  .greeting .content_02 .img_box01 {
  }

  .greeting .content_02 .img_box02 {
  }

  .greeting .content_02 .img_box03 {
    margin-right: 0;
  }

  .greeting .content_02 .img_box img {
    width: 100%;
    margin-bottom: 20px;
  }

  .greeting .content_02 .img_box .txt_title01 {
    font-size: 1.667rem;
    margin-bottom: 10px;
  }

  .greeting .content_02 .img_box .content_txt03 {
    font-size: 1rem;
    line-height: 160%;
  }
}

@media screen and (max-width: 767px) {
  .company_title {
    background-image: url(../images/sub/company/page_title_m.jpg);
  }

  .greeting .content_01 {
  }

  .sub .content_01 .content_title01 {
    margin-bottom: 40px;
  }

  .greeting .content_01 img {
    margin-bottom: 83px;
  }

  .greeting .content_title04 {
    margin-bottom: 35px;
    padding-left: 20px;
    line-height: 160%;
  }

  .greeting .content_title04:before {
    width: 56px;
    height: 56px;
    border: 5px solid #ef844a;
    top: -25px;
  }

  .greeting .content_title04:after {
    width: 45px;
    height: 45px;
    top: -10px;
  }

  .greeting .content_title04 span {
  }

  .greeting .content_01 .txt {
    height: auto;
    column-count: 1;
    column-gap: 0px;
  }

  .greeting .content_01 .txt .ceoname {
    font-size: 1.5rem;
    margin-top: 20px;
  }

  .greeting .content_01 .txt .ceoname:before {
    display: none;
  }

  .greeting .content_01 .txt .ceoname > span {
    font-size: 1.167rem;
    margin-right: 10px;
  }

  .greeting .content_02 {
    margin-bottom: 0px;
  }

  .greeting .content_02 .content_title04 {
  }

  .greeting .content_02 .img_box {
    width: 100%;
    margin-right: 0;
  }

  .greeting .content_02 .img_box01 {
  }

  .greeting .content_02 .img_box02 {
  }

  .greeting .content_02 .img_box03 {
  }

  .greeting .content_02 .img_box img {
    width: 100%;
    margin-bottom: 45px;
  }

  .greeting .content_02 .img_box .txt_title01 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .greeting .content_02 .img_box .content_txt03 {
    font-size: 1.167rem;
    line-height: 160%;
    font-weight: 200;
    margin-bottom: 60px;
  }
}

/*인사말 끝*/

/*연혁 시작*/
.history .history_box {
  position: relative;
}

.history .history_box .title {
  color: #bfc0c1;
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

.history .history_box .year01 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.667rem;
  font-weight: 700;
  position: absolute;
  top: 90px;
  left: 200px;
}

.history .history_box .year01 span:first-child {
  color: #49484b;
}

.history .history_box .year01 span:nth-child(2) {
  font-weight: 500;
}

.history .history_box .year01 span:last-child {
  color: #ee7800;
}

.history .wrapper {
  position: relative;
  margin-top: 50px;
}

.history .history_box .wrapper:after {
  display: block;
  content: '';
  width: 2px;
  border-left: 2px dotted #d7d7d7;
  height: 97%;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -1px;
}

.history .h_txt {
  width: 100%;
  box-sizing: border-box;
}

.history .wrapper .h_txt:nth-child(2n-1) {
  padding-left: 495px;
}

.history .wrapper .h_txt:nth-child(2n) {
  padding-right: 495px;
  text-align: right;
}

.history .h_txt li {
  height: auto;
  font-size: 1.333rem;
  line-height: 32px;
  font-weight: 300;
  padding-left: 28px;
  box-sizing: border-box;
  position: relative;
}

.history .h_txt:nth-child(2n) li {
  padding-left: 0px;
  padding-right: 28px;
}

.history .h_txt .year02 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 0 !important;
  margin-bottom: 20px;
  position: relative;
}

.history .h_txt .year02 .line {
  display: block;
  width: 40px;
  height: 2px;
  border: 1px dotted #d7d7d7;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.history .h_txt:nth-child(2n-1) .year02 .line {
  left: -50px;
}

.history .h_txt:nth-child(2n) .year02 .line {
  right: -50px;
}

.history .h_txt .year02:before,
.h_txt .year02:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  z-index: 9;
}

.history .h_txt .year02:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #f18900;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -6px;
}

.history .h_txt:first-child .year02:before {
  width: 18px !important;
  height: 18px !important;
  margin-top: -9px !important;
  left: -59px !important;
}

.history .h_txt:nth-child(2n-1) .year02:before {
  left: -56px;
}

.history .h_txt:nth-child(2n) .year02:before {
  right: -56px;
}

.history .h_txt .year02:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f18900;
  margin-top: -3px;
}

.history .h_txt:nth-child(2n-1) .year02:after {
  left: -53px;
}

.history .h_txt:nth-child(2n) .year02:after {
  right: -53px;
}

.history .h_txt .month {
  display: block;
  width: 28px;
  height: 100%;
  color: #f18900;
  font-size: 1.167rem;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0px;
}

.history .h_txt:nth-child(2n) .month {
  top: 0px;
  left: auto;
  right: 0px;
}

.history .h_txt .h_img {
  height: auto;
  padding: 0 !important;
  overflow: hidden !important;
}

.history .h_txt .h_img img {
  width: 234px;
}

.history .h_txt:nth-child(2n-1) .h_img {
  margin-top: 25px;
  margin-left: 28px;
}

.history .h_txt:nth-child(2n) .h_img {
  margin-top: 25px;
  margin-right: 28px;
}

.history .content_01 .h_txt10 {
}

.history .content_01 .h_txt09 {
  margin-top: -105px;
}

.history .content_01 .h_txt08 {
  margin-top: -55px;
}

.history .content_01 .h_txt07 {
  margin-top: -90px;
}

.history .content_01 .h_txt06 {
  margin-top: -58px;
}

.history .content_01 .h_txt05 {
  margin-top: -135px;
}

.history .content_01 .h_txt04 {
  margin-top: -0px;
}

.history .content_01 .h_txt03 {
  margin-top: -100px;
}

.history .content_01 .h_txt02 {
  margin-top: -60px;
}

.history .content_01 .h_txt01 {
  margin-top: 20px;
}

.history .mid_img {
  width: 100%;
  margin-bottom: 65px;
}

.history .content_02 {
  /*    margin-bottom: 160px;*/
}

.history .content_02 .wrapper {
}

.history .content_02 .wrapper:after {
  height: 87%;
}

.history .content_02 .year01 span:first-child {
  color: #00a0e2;
  font-family: 'Noto Sans KR', 'arial', 'sans=serif';
}

.history .content_02 .year01 span:last-child {
  color: #49484b;
}

.history .content_02 .year02:before {
  border: 1px solid #00a0e2;
}

.history .content_02 .year02:after {
  background-color: #00a0e2;
}

.history .content_02 .month {
  color: #00a0e2;
}

.history .content_02 .h_txt04 {
}

.history .content_02 .h_txt03 {
}

.history .content_02 .h_txt02 {
}

.history .content_02 .h_txt01 {
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .history .history_box .title {
    font-size: 3rem;
  }

  .history .content_01 .history_box .year01 {
    font-size: 2.8vw;
    top: 90px;
    left: 12vw;
  }

  .history .content_02 .history_box .year01 {
    font-size: 2.8vw;
    top: 120px;
    left: 12vw;
  }

  .history .content_01 .history_box .wrapper:after {
    height: 97.3%;
  }

  .history .wrapper .h_txt:nth-child(2n-1) {
    padding-left: 34.1vw;
  }

  .history .wrapper .h_txt:nth-child(2n) {
    padding-right: 34.1vw;
  }

  .history .h_txt li {
    font-size: 1.7vw;
    line-height: 3vw;
    letter-spacing: -0.5px;
  }

  .history .h_txt .year02 {
    font-size: 2vw;
    margin-bottom: 10px;
  }

  .history .h_txt .year02 .line {
    width: 25px;
  }

  .history .h_txt:nth-child(2n-1) .year02 .line {
    left: -30px;
  }

  .history .h_txt:nth-child(2n) .year02 .line {
    right: -30px;
  }

  .history .h_txt .year02:before {
    width: 1.5vw;
    height: 1.5vw;
    margin-top: -0.75vw;
  }

  .history .h_txt:first-child .year02:before {
    width: 1.9vw !important;
    height: 1.9vw !important;
    left: -3.95vw !important;
    margin-top: -0.95vw !important;
  }

  .history .h_txt:nth-child(2n-1) .year02:before {
    left: -3.7vw;
  }

  .history .h_txt:nth-child(2n) .year02:before {
    right: -3.7vw;
  }

  .history .h_txt .year02:after {
    width: 0.5vw;
    height: 0.5vw;
    margin-top: -0.25vw !important;
  }

  .history .h_txt:nth-child(2n-1) .year02:after {
    left: -3.2vw;
  }

  .history .h_txt:nth-child(2n) .year02:after {
    right: -3.2vw;
  }

  .history .h_txt .month {
    width: 22px;
    font-size: 1rem;
  }

  .history .h_txt:nth-child(2n-1) .h_img {
    margin-top: 20px;
    margin-left: 22px;
  }

  .history .h_txt:nth-child(2n) .h_img {
    margin-top: 20px;
    margin-right: 22px;
  }

  .history .mid_img {
    width: 100%;
    margin-bottom: 65px;
  }

  .history .content_02 {
    /*        margin-bottom: 160px;*/
  }

  .history .content_02 .year01 span:first-child {
    color: #00a0e2;
    font-family: 'Noto Sans KR', 'arial', 'sans=serif';
  }

  .history .content_02 .year01 span:last-child {
    color: #49484b;
  }

  .history .content_02 .year02:before {
    border: 1px solid #00a0e2;
  }

  .history .content_02 .year02:after {
    background-color: #00a0e2;
  }

  .history .content_02 .month {
    color: #00a0e2;
  }
}

@media screen and (max-width: 767px) {
  .history .history_box .title {
    font-size: 6vw;
  }

  .history .content_01 .history_box .year01 {
    font-size: 4.5vw;
    top: 90px;
    left: 12vw;
  }

  .history .content_02 .history_box .year01 {
    font-size: 4.5vw;
    top: 110px;
    left: 12vw;
  }

  .history .content_01 .history_box .wrapper:after {
    height: 97.5%;
  }

  .history .wrapper .h_txt:nth-child(2n-1) {
    padding-left: 49vw;
  }

  .history .wrapper .h_txt:nth-child(2n) {
    padding-right: 49vw;
  }

  .history .h_txt li {
    font-size: 2.8vw;
    line-height: 4.2vw;
    letter-spacing: -0.7px;
  }

  .history .h_txt .year02 {
    font-size: 3.9vw;
    margin-bottom: 10px;
  }

  .history .h_txt .year02 .line {
    width: 3.5vw;
  }

  .history .h_txt:nth-child(2n-1) .year02 .line {
    left: -4.2vw;
  }

  .history .h_txt:nth-child(2n) .year02 .line {
    right: -4.2vw;
  }

  .history .h_txt .year02:before {
    width: 2vw;
    height: 2vw;
    margin-top: -1vw;
  }

  .history .h_txt:first-child .year02:before {
    width: 2.5vw !important;
    height: 2.5vw !important;
    left: -5.3vw !important;
    margin-top: -1.25vw !important;
  }

  .history .h_txt:nth-child(2n-1) .year02:before {
    left: -5.1vw;
  }

  .history .h_txt:nth-child(2n) .year02:before {
    right: -5.1vw;
  }

  .history .h_txt .year02:after {
    width: 0.8vw;
    height: 0.8vw;
    margin-top: -0.4vw !important;
  }

  .history .h_txt:nth-child(2n-1) .year02:after {
    left: -4.5vw;
  }

  .history .h_txt:nth-child(2n) .year02:after {
    right: -4.5vw;
  }

  .history .h_txt .month {
    width: 22px;
    font-size: 1rem;
  }

  .history .h_txt:nth-child(2n-1) .h_img {
    margin-top: 20px;
    margin-left: 22px;
  }

  .history .h_txt:nth-child(2n) .h_img {
    margin-top: 20px;
    margin-right: 22px;
  }

  .history .mid_img {
    width: 100%;
    margin-bottom: 65px;
  }

  .history .content_02 {
    /*        margin-bottom: 160px;*/
  }

  .history .content_02 .year01 span:first-child {
    color: #00a0e2;
    font-family: 'Noto Sans KR', 'arial', 'sans=serif';
  }

  .history .content_02 .year01 span:last-child {
    color: #49484b;
  }

  .history .content_02 .year02:before {
    border: 1px solid #00a0e2;
  }

  .history .content_02 .year02:after {
    background-color: #00a0e2;
  }

  .history .content_02 .month {
    color: #00a0e2;
  }
}

/*연혁 끝*/

/*찾아오시는 길 시작*/
.location {
}

.location .content_title01 {
}

.location .content_title01 span {
  font-size: 1.333rem;
  font-weight: 500;
}

.location .comp_info {
  width: 100%;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
}

.location .comp_info td {
  height: 53px;
  font-size: 1.167rem;
  vertical-align: middle;
  line-height: 130%;
  border-bottom: 1px solid #d5d5d5;
}

.location .comp_info .tb_caption {
  width: 95px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  background-color: #e7e7e7;
}

.location .comp_info .tb_cont {
  padding-left: 20px;
}

.location .comp_info .tb_sp {
}

.location .comp_info tr:nth-child(3) td.tb_cont {
  line-height: 180%;
  vertical-align: middle;
}

.location .comp_info tr:nth-child(3) td.tb_cont span {
  display: block;
  width: 65px;
  float: left;
  color: #f18900;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  box-sizing: content-box;
}

.location .comp_info tr:nth-child(3) td.tb_cont span:last-child {
  padding-right: 23px;
}

.location .comp_info tr:nth-child(3) td.tb_cont span:after {
  display: block;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #d0d1d2;
  position: absolute;
  top: 6px;
  right: -1px;
  box-sizing: content-box;
}

.location .comp_info tr:last-child td {
  border-bottom: none;
}

.location .m_fax {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 767px) {
  .location .content_title01 span {
    font-size: 1.167rem;
    letter-spacing: -1px;
  }

  .location .comp_info tr:nth-child(2) td.tb_caption {
    line-height: 90px;
  }

  .location .comp_info tr:nth-child(2) td.tb_cont {
    height: 90px;
    line-height: 180%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .location .content_title01 span {
    font-size: 2.8vw;
  }

  .location .comp_info td {
    font-size: 1.167rem;
  }

  .location .comp_info .tb_caption {
    width: 75px;
    padding: 0 10px 0 10px;
  }

  .location .comp_info .tb_cont {
    padding-left: 10px;
  }

  .location .comp_info tr:nth-child(2) td.tb_caption {
    line-height: 90px;
  }

  .location .comp_info tr:nth-child(2) td.tb_cont {
    height: 90px;
    line-height: 180%;
    vertical-align: middle;
  }

  .location .comp_info tr:nth-child(3) td.tb_caption {
    line-height: 130px;
  }

  .location .comp_info tr:nth-child(3) td.tb_cont {
    letter-spacing: -1px;
  }

  .location .comp_info tr:nth-child(3) td.tb_cont span:after {
    display: none;
  }

  .location .pc_fax {
    display: none;
  }

  .location .m_fax {
    display: contents;
  }
}

/*찾아오시는 길 끝*/

/*기술연구소 시작*/
.tech01 .content_01 .content_title01 {
  margin-bottom: 20px;
}

.tech01 .small_titbox {
}

.tech01 .top_txt {
  height: auto;
  text-align: justify;
  padding-top: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.tech01 .content_01 .cont_subtitle {
  margin-bottom: 20px;
}

/*.tech01 .content_02 .cont_box_right .wrapper {
    width: 100%;
    height: 1170px;
    background-image: url(../images/sub/company/c_02.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.tech01 .content_02 .cont_box_right .txt {
    width: 50%;
    height: 25%;
    padding: 100px 0 0 40px;
    box-sizing: border-box;
}

.tech01 .content_02 .cont_box_right .txt01 {}

.tech01 .content_02 .cont_box_right .txt02 {
    margin-left: 50%;
    padding-top: 70px;
}

.tech01 .content_02 .cont_box_right .txt03 {}

.tech01 .content_02 .cont_box_right .txt04 {
    margin-left: 50%;
}

.tech01 .content_02 .cont_box_right .txt li {
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.tech01 .content_02 .cont_box_right .txt li:before {
    display: inline-block;
    content: "·";
    color: #ee7800;
    font-size: 1.667rem;
    margin-right: 10px;

}

.tech01 .content_02 .cont_box_right .txt li span {
    display: block;
    font-size: 1.167rem;
    font-weight: 300;
    line-height: 140%;
    padding-left: 20px;
    padding-top: 5px;
}*/

.tech01 .mission {
  border: 1px solid #efefef;
}

.tech01 .mission .row {
  border-top: 1px solid #c7c7c7;
}

.tech01 .mission .row:nth-child(2n-1) > .logos,
.tech01 .mission .row:nth-child(2n-1) > .txt {
  float: right;
}

.tech01 .mission .row:nth-child(2n) > .logos,
.tech01 .mission .row:nth-child(2n) > .txt {
  float: left;
}

.tech01 .mission .logos {
  width: 50%;
  background-image: url(../images/sub/company/c_center_back.jpg);
}

.tech01 .mission .logos > img {
  width: 100%;
}

.tech01 .mission .txt {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.tech01 .mission .row .txt:before {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 1.167rem;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 0px;
}

.tech01 .mission .row:nth-child(2n-1) .txt:before {
  content: '⩾';
  background: #ed6100;
  left: 0px;
}

.tech01 .mission .row:nth-child(2n) .txt:before {
  content: '⩽';
  background: #666666;
  right: 0px;
}

.tech01 .mission .txt01 {
  padding: 100px 40px 0 40px;
}

.tech01 .mission .txt02 {
  padding: 70px 40px 0 40px;
}

.tech01 .mission .txt03 {
  padding: 100px 40px 0 40px;
}

.tech01 .mission .txt04 {
  padding: 100px 40px 0 40px;
}

.tech01 .mission .txt li {
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
  padding-left: 20px;
}

.tech01 .mission .txt li:before {
  display: inline-block;
  content: '·';
  color: #ee7800;
  font-size: 1.667rem;
  margin-right: 10px;
  margin-left: -20px;
}

.tech01 .mission .txt li span {
  display: block;
  font-size: 1.167rem;
  font-weight: 300;
  line-height: 140%;
  padding-top: 5px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tech01 .content_02 .cont_box_right .wrapper {
    height: auto;
  }

  .tech01 .content_02 .cont_box_right .txt {
    height: 26.5vw;
    padding: 8.3vw 3.3vw 0 3.3vw;
  }

  .tech01 .content_02 .cont_box_right .txt02 {
    padding-top: 6vw;
  }

  .tech01 .content_02 .cont_box_right .txt li {
    font-size: 1.167rem;
  }

  .tech01 .content_02 .cont_box_right .txt li:before {
    font-size: 1.5rem;
    margin-right: 5px;
    margin-left: -10px;
  }

  .tech01 .content_02 .cont_box_right .txt li span {
    font-size: 1rem;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .tech01 .content_02 .cont_box_right .wrapper {
    height: auto;
  }

  .tech01 .mission {
    max-width: 450px;
    margin: 0 auto;
  }

  .tech01 .mission .txt {
    padding: 50px 30px;
  }

  .tech01 .mission .logos,
  .tech01 .mission .txt {
    float: none !important;
    width: 100%;
  }

  .tech01 .mission .txt li:before {
    margin-left: -17px;
  }
}

/*기술연구소 끝*/

/*편면가공 시작*/
.tech02 {
}

.tech02 .tab_wrapper {
}

.tech02 .tab_mnu {
}

.tech02 .tab_mnu > a {
}

.tech02 .tab_cont {
}

.tech02 .cont_on {
}

.tech02 .cont .para {
  clear: both;
  margin-bottom: 50px;
  text-align: justify;
}

.tech02 .cont .para_tit {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}

.tech02 .cont .description {
  width: 100%;
  height: auto;
  color: #49484b;
  font-size: 1.167rem;
  line-height: 150%;
  text-align: justify;
  padding: 25px 35px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  margin-bottom: 65px;
}

.tech02 .cont .description .qstn {
  float: left;
  display: block;
  width: 18%;
  height: 100%;
  line-height: 140%;
  font-weight: 700;
}

.tech02 .cont02 .description .qstn {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.tech02 .cont .description .txt {
  float: left;
  display: block;
  width: 82%;
}

.tech02 .cont02 .description .txt {
  float: none;
  width: 100%;
}

.tech02 .cont01 {
}

.tech02 .cont01 .cont_bn_img {
  margin-bottom: 72px;
}

.tech02 .cont01 .img_box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 76px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.tech02 .cont01 .img_box img {
  width: 100%;
  margin-bottom: 35px;
}

.tech02 .cont01 .img_box p {
  font-size: 1.167rem;
  line-height: 140%;
  text-align: center;
}

.tech02 .cont02 {
}

.tech02 .cont02 .banner {
  clear: both;
  width: 100%;
  background-image: url(../images/sub/company/d_b01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.tech02 .cont02 .banner .txt_box {
  width: 50%;
  height: 360px;
  box-sizing: border-box;
}

.tech02 .cont02 .banner .txt_box .caption {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 35px;
}

.tech02 .cont02 .banner .txt_box .txt {
  font-size: 1.333rem;
  line-height: 160%;
  margin-bottom: 35px;
}

.tech02 .cont02 .banner .txt_box .txt span {
  font-size: 13px;
}

.tech02 .cont02 .banner .txt_box .txt_icon {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.tech02 .cont02 .banner .txt_box01 {
  padding-top: 85px;
}

.tech02 .cont02 .banner .txt_box01 .caption {
}

.tech02 .cont02 .banner .txt_box01 .txt {
}

.tech02 .cont02 .banner .txt_box01 .txt_icon {
}

.tech02 .cont02 .banner .txt_box01 .txt_icon span {
  color: #00adf0;
}

.tech02 .cont02 .banner .txt_box02 {
  float: right;
  text-align: right;
  margin-top: -70px;
  margin-bottom: 85px;
}

.tech02 .cont02 .banner .txt_box02 .caption {
}

.tech02 .cont02 .banner .txt_box02 .txt {
}

.tech02 .cont02 .banner .txt_box02 .txt_icon {
}

.tech02 .cont02 .banner .txt_box02 .txt_icon span {
  color: #49acc1;
}

.tech02 .cont03 {
}

.tech02 .cont03 .small_titbox {
  float: none;
  margin-bottom: 30px;
}

.tech02 .cont03 .cont_box_right {
  float: none;
  width: 100%;
}

.tech02 .cont03 .arti {
  margin-bottom: 90px;
}

.tech02 .cont03 .arti img {
  float: left;
  width: 515px;
}

.tech02 .cont03 .arti ul {
  display: table;
  float: left;
  width: 375px;
  box-sizing: border-box;
}

.tech02 .cont03 .arti ul > li {
  display: table-row;
  height: 77px;
  font-size: 1rem;
  font-weight: 700;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}

.tech02 .cont03 .arti ul > li > div {
  display: table-cell;
  height: 77px;
  vertical-align: middle;
}

.tech02 .cont03 .arti ul > li > div > span {
  display: table-cell;
  vertical-align: middle;
  height: 67px;
  width: 375px;
  padding-left: 80px;
  box-sizing: border-box;
  border-radius: 33.5px;
  line-height: 150%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 3.5px;
}

.tech02 .cont03 .arti01 {
}

.tech02 .cont03 .arti01 ul {
  padding: 60px 0 0 40px;
}

.tech02 .cont03 .arti01 ul > li {
}

.tech02 .cont03 .arti01 ul > li:first-child span {
  background-image: url(../images/sub/company/d_c_icon01.png);
}

.tech02 .cont03 .arti01 ul > li:nth-child(2) span {
  background-image: url(../images/sub/company/d_c_icon03.png);
}

.tech02 .cont03 .arti01 ul > li:last-child span {
  background-image: url(../images/sub/company/d_c_icon02.png);
}

.tech02 .cont03 .arti02 {
}

.tech02 .cont03 .arti02 img {
  float: right;
}

.tech02 .cont03 .arti02 ul {
  float: right;
  padding: 20px 40px 0 0;
}

.tech02 .cont03 .arti02 ul > li {
  text-align: right;
  background-position: right;
}

.tech02 .cont03 .arti02 ul > li > div > span {
  padding-left: 0;
  padding-right: 80px;
  background-position: calc(100% - 3.5px) 3.5px;
}

.tech02 .cont03 .arti02 ul > li:first-child span {
  background-image: url(../images/sub/company/d_c_icon04.png);
}

.tech02 .cont03 .arti02 ul > li:nth-child(2) span {
  background-image: url(../images/sub/company/d_c_icon05.png);
}

.tech02 .cont03 .arti02 ul > li:nth-child(3) span {
  background-image: url(../images/sub/company/d_c_icon06.png);
}

.tech02 .cont03 .arti02 ul > li:last-child span {
  background-image: url(../images/sub/company/d_c_icon03.png);
}

.tech02 .cont03 .arti03 {
  margin-bottom: 0px;
}

.tech02 .cont03 .arti03 ul {
  padding: 96px 0 0 40px;
}

.tech02 .cont03 .arti03 ul > li {
}

.tech02 .cont03 .arti03 ul > li:first-child span {
  background-image: url(../images/sub/company/d_c_icon07.png);
}

.tech02 .cont03 .arti03 ul > li:last-child span {
  background-image: url(../images/sub/company/d_c_icon04.png);
}

.tech02 .cont04 {
}

.tech02 .cont04 .small_titbox {
  float: none;
  margin-bottom: 30px;
}

.tech02 .cont04 .cont_box_right {
  float: none;
  width: 100%;
}

.tech02 .cont04 ul {
}

.tech02 .cont04 ul li {
  float: left;
  width: 33%;
  padding-right: 25px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.tech02 .cont04 .thmb_img {
  margin-bottom: 30px;
}

.tech02 .cont04 .img_caption {
  font-size: 1.167rem;
  line-height: 160%;
  padding-right: 25px;
  padding-left: 50px;
  box-sizing: border-box;
}

.tech02 .cont04 .img_caption span {
  font-size: 1rem;
  letter-spacing: -0.5px;
}

.tech02 .cont04 .img_caption .icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin: 5px 20px 0 -50px;
  /*    margin: 5px 20px 45px 0;*/
  background-color: #bfc0c1;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tech02 .cont .description {
    height: auto;
  }

  .tech02 .cont .description .qstn {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .tech02 .cont .description .txt {
    float: none;
    width: 100%;
  }

  .tech02 .cont01 .img_box01 {
    padding: 0 3vw 0 8vw;
  }

  .tech02 .cont01 .img_box02 {
    padding: 0 8vw 0 3vw;
  }

  .tech02 .cont01 .img_box img {
    width: 75%;
  }

  .tech02 .cont01 .img_box p {
    line-height: 150%;
  }

  .tech02 .cont02 .banner .txt_box {
    width: 60%;
    height: 30vw;
  }

  .tech02 .cont02 .banner .txt_box .caption {
    font-size: 1.5vw;
    margin-bottom: 2.9vw;
  }

  .tech02 .cont02 .banner .txt_box .txt {
    font-size: 1.3vw;
    margin-bottom: 2.9vw;
  }

  .tech02 .cont02 .banner .txt_box .txt span {
    font-size: 1.1vw;
  }

  .tech02 .cont02 .banner .txt_box .txt_icon {
    font-size: 2.5vw;
    margin-bottom: 2.9vw;
  }

  .tech02 .cont02 .banner .txt_box01 {
    padding-top: 3.3vw;
  }

  .tech02 .cont02 .banner .txt_box02 {
    float: right;
    text-align: right;
    margin-top: -7.8vw;
    margin-bottom: 0px;
  }

  .tech02 .cont03 .arti img {
    width: 60%;
  }

  .tech02 .cont03 .arti ul {
    width: 40%;
  }

  .tech02 .cont03 .arti ul > li {
  }

  .tech02 .cont03 .arti01 ul {
    padding: 2.8vw 0 0 3vw;
  }

  .tech02 .cont03 .arti02 ul {
    padding: 0vw 3vw 0 0;
  }

  .tech02 .cont03 .arti02 ul > li > span {
    padding-left: 0;
    padding-right: 6.5vw;
  }

  .tech02 .cont03 .arti03 ul {
    padding: 5.2vw 0 0 3vw;
  }

  .tech02 .cont04 ul li {
    padding-right: 2%;
    margin-bottom: 40px;
  }

  .tech02 .cont04 .thmb_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .tech02 .cont04 .img_caption {
    font-size: 1.2vw;
    padding-right: 0vw;
    padding-left: 3vw;
  }

  .tech02 .cont04 .img_caption span {
    font-size: 1vw;
  }

  .tech02 .cont04 .img_caption .icon {
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.3vw;
    margin: 5px 0 0 -3vw;
  }
}

@media screen and (max-width: 767px) {
  .tech02 .cont .description {
    height: auto;
  }

  .tech02 .cont .description .qstn {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .tech02 .cont .description .txt {
    float: none;
    width: 100%;
  }

  .tech02 .cont .para_tit {
    margin-bottom: 2vw;
  }

  .tech02 .cont01 .img_box {
    float: none;
    margin: 0px auto 30px auto;
  }

  .tech02 .cont01 .img_box01 {
    padding: 0;
  }

  .tech02 .cont01 .img_box02 {
    padding: 0;
    margin-bottom: 60px;
  }

  .tech02 .cont01 .img_box p {
    line-height: 150%;
  }

  .tech02 .cont02 .banner .txt_box {
    width: 60%;
    height: 50vw;
  }

  .tech02 .cont02 .banner .txt_box .caption {
    font-size: 2.2vw;
    margin-bottom: 4.9vw;
  }

  .tech02 .cont02 .banner .txt_box .txt {
    font-size: 1.9vw;
    margin-bottom: 4.9vw;
  }

  .tech02 .cont02 .banner .txt_box .txt span {
    font-size: 1.7vw;
  }

  .tech02 .cont02 .banner .txt_box .txt_icon {
    font-size: 3.9vw;
    margin-bottom: 4.9vw;
  }

  .tech02 .cont02 .banner .txt_box01 {
    padding-top: 1.5vw;
  }

  .tech02 .cont02 .banner .txt_box02 {
    margin-top: -18.5vw;
    margin-bottom: 0px;
  }

  .tech02 .cont03 .arti img {
    float: none;
    width: 100%;
  }

  .tech02 .cont03 .arti ul {
    float: none;
    width: 100%;
    padding-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tech02 .cont03 .arti ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .tech02 .cont03 .arti01 ul {
  }

  .tech02 .cont03 .arti02 ul > li > div > span {
    background-position: 3.5px;
    text-align: left;
    padding: 0 0 0 80px;
  }

  .tech02 .cont03 .arti03 ul {
  }

  .tech02 .cont04 ul li {
    width: 50%;
    padding-right: 2%;
    margin-bottom: 30px;
  }

  .tech02 .cont04 .thmb_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .tech02 .cont04 .img_caption {
    font-size: 2.8vw;
    padding-right: 2.1vw;
    padding-left: 7vw;
  }

  .tech02 .cont04 .img_caption span {
    font-size: 2.2vw;
  }

  .tech02 .cont04 .img_caption .icon {
    width: 4.2vw;
    height: 4.2vw;
    min-width: 12px;
    min-height: 12px;
    font-size: 1.9vw;
    line-height: 4vw;
    margin: 0.7vw 1.7vw 0 -7vw;
  }
}

/*편면가공 끝*/

/*보유장비 시작*/
.tech03 .cont_box {
  margin-bottom: 90px;
}

.tech03 .cont_box .para_tit {
  text-indent: -3px;
  color: #000;
  font-weight: 700;
}

.tech03 .cont_box04 .para_tit {
  margin-bottom: 45px;
}

.tech03 .cont_box .para_tit:before {
  display: inline-block;
  content: '•';
  color: #f18900;
  font-size: 1.5rem;
  transform: translateX(-10px);
}

.tech03 .para_tit .m_on {
  display: none;
}

.tech03 .cont_box .para_tit span {
  font-weight: 500;
}

.tech03 .cont_box .para_tit .middot {
  color: #f18900;
  margin: 0 5px;
}

.tech03 .cont_box .para {
  margin-top: 10px;
  margin-bottom: 45px;
}

.tech03 .cont_box img {
  display: block;
  float: left;
  margin-bottom: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  transition: 0.7s;
}

.tech03 .cont_box .img_full {
  padding-right: 4%;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tech03 .small_titbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
  }

  .tech03 .small_title {
    width: 150px;
    height: auto;
  }

  .tech03 .small_titbox .icon {
    width: 65px;
    position: absolute;
    top: 0px;
    left: 130px;
  }
}

@media screen and (max-width: 767px) {
  .tech03 .cont_box {
    position: relative;
  }

  .tech03 .small_titbox {
    position: absolute;
    height: auto;
  }

  .tech03 .small_title {
    height: auto;
  }

  .tech03 .small_title:before {
    /*        width: 15px;*/
  }

  .tech03 .small_title:after {
    /*        width: 50px;*/
    /*        left: 15px;*/
  }

  .tech03 .cont_box_right {
    width: 70vw;
    float: right;
    margin-top: 90px;
  }

  .tech03 .para_tit {
    padding-left: 10px;
  }

  .tech03 .para_tit:before {
    font-size: 1.333rem !important;
    margin: 0 5px 0 11px;
    transform: translateX(0vw) !important;
  }

  .tech03 .para_tit .m_on {
    display: inline;
  }

  .tech03 .img_half,
  .tech03 .img_full {
    float: none !important;
    width: 100% !important;
  }

  .tech03 .cont_box01 {
  }

  .tech03 .cont_box02 {
  }

  .tech03 .cont_box03 {
  }

  .tech03 .cont_box04 {
    margin-bottom: 0px;
  }
}

/*보유장비 끝*/

/*서비스 시작*/
.service .content_01 .content_title01 {
  margin-bottom: 20px;
}

.service .cont_bn_img {
  display: block;
  width: auto;
  margin: 0px auto 50px auto;
}

.service .cont_box {
  margin-bottom: 95px;
}

.service .para {
  padding-left: 28px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.service .para .square_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #eb6100;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  margin-left: -28px;
  margin-right: 5px;
  transform: translateY(-2px);
}

.service .cont_box .img_full {
  margin-bottom: 20px;
}

.service .step li {
  color: #444;
  font-size: 1.167rem;
  line-height: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}

.service .step .circle_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eb6100;
  vertical-align: middle;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  margin-left: -15px;
  transform: translate(-15px, -2px);
}

.service .step strong {
  font-weight: bold;
}

.service .cont_box01 {
  position: relative;
}

.service .cont_box01 .para {
  width: 310px;
  text-align: justify;
  position: absolute;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .service .cont_box01 .para {
    width: 30vw;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service .cont_box01 .para {
    position: static;
    width: 100%;
    font-size: 1.167rem;
    margin-bottom: 20px;
  }
}

.service .cont_box01 .step .circle_icon {
  position: relative;
}

.service .cont_box01 .step .circle_icon:after {
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background: #eb6100;
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.service .cont_box01 .step .circle_icon:before {
  display: block;
  content: '▼';
  color: #eb6100;
  font-size: 8px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -4.5px;
}

.service .cont_box01 .step > li:last-child .circle_icon:after,
.service .cont_box01 .step > li:last-child .circle_icon:before {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
  .service .cont_bn_img {
    width: 80%;
    margin: 0px auto 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .service .small_titbox {
    position: absolute;
    height: auto;
  }

  .service .small_title {
    height: auto;
  }

  .service .small_title:before {
    /*        width: 15px;*/
  }

  .service .small_title:after {
    /*        width: 50px;*/
    /*        left: 15px;*/
  }

  .service .cont_subtitle {
    letter-spacing: -0.5px;
  }

  .service .cont_box {
    position: relative;
  }

  .service .cont_box04 {
    margin-bottom: 0px;
  }

  .service .cont_box_right {
    width: 70vw;
    float: right;
    margin-top: 90px;
  }

  .service .cont_bn_img {
    width: 80%;
    margin: 0px auto 50px auto;
  }

  .service .para .square_icon {
    width: 3.3vw;
    height: 3.3vw;
    font-size: 10px;
    line-height: 3.3vw;
    margin-left: -28px;
    margin-right: 5px;
  }

  .service .step li {
    font-size: 1rem;
    padding-left: 5vw;
    height: auto;
    line-height: 180%;
    letter-spacing: -0.5px;
  }

  .service .step .circle_icon {
    width: 2.8vw;
    height: 2.8vw;
    font-size: 1.1vw;
    line-height: 2.8vw;
    margin-left: -2.5vw;
    transform: translate(-2.5vw, -2px);
  }

  .service .cont_box01 .step .circle_icon:after {
    display: none;
    height: 2.8vw;
    bottom: -2.6vw;
  }

  .service .cont_box01 .step .circle_icon:before {
    display: none;
    bottom: -3vw;
    margin-left: -0.6vw;
  }

  .service .cont_box03 .para {
    letter-spacing: -0.5px;
  }
}

/*서비스 끝*/

/*비즈니스 시작*/
.business_title {
  background-image: url(../images/sub/business/page_title.jpg);
}

@media screen and (max-width: 767px) {
  .business_title {
    background-image: url(../images/sub/business/page_title_m.jpg);
  }
}

/*비즈니스 끝*/

/*옴브레 시작*/
.ombre {
}

.ombre .content_title01 {
  margin-bottom: 30px !important;
}

.ombre .cont01 .cont_bn_img {
  margin-bottom: 65px;
}

.ombre .cont01 .para {
  margin-bottom: 40px;
  text-align: justify;
}

.ombre .cont01 .cont_box_right img {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}

.ombre .cont01 .cont_box_right img:last-of-type {
  margin-right: 0;
}

.ombre .cont02 .para {
  padding-top: 18px;
  margin-bottom: 30px;
}

.ombre .process .txt_box {
}

.ombre .process .txt_box01 {
  margin-top: 0 !important;
}

.ombre .process .txt_box:nth-child(2n-1) {
  clear: both;
  float: left;
  margin-top: -220px;
}

.ombre .process .txt_box:nth-child(2n) {
  clear: both;
  float: right;
  margin-top: -220px;
}

.ombre .process .txt_box:nth-child(2n) .point_box {
  top: 50px;
  bottom: auto;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .ombre .process .icon_wrap {
    padding-top: 20px;
  }

  .ombre .process .txt_box {
    margin-bottom: 0vw !important;
  }

  .ombre .process .txt_box01 {
    margin-top: 0vw !important;
  }

  .ombre .process .txt_box02 {
    margin-top: -110px !important;
  }

  .ombre .process .txt_box03 {
    margin-top: -105px !important;
  }

  .ombre .process .txt_box04 {
    margin-top: -105px !important;
  }

  .ombre .process .txt_box05 {
    margin-top: -105px !important;
  }

  .ombre .process .txt_box06 {
    margin-top: -105px !important;
  }

  .ombre .process .txt_box .point_box {
    top: 1vw !important;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .ombre .cont01 .cont_box_right img {
    width: 49%;
    margin-bottom: 2%;
  }

  .ombre .cont01 .cont_box_right img:nth-of-type(2n) {
    margin-right: 0;
  }

  .ombre .content_01 {
    margin-bottom: 0;
  }

  .ombre .cont01 {
    margin-bottom: 60px;
  }

  .ombre .process .txt_box {
    margin-bottom: 25px !important;
  }

  .ombre .process .txt_box:nth-child(2n-1) {
    clear: both;
    float: left;
    margin-top: 0px;
  }

  .ombre .process .txt_box:nth-child(2n) {
    clear: both;
    float: left;
    margin-top: 0px;
  }

  .ombre .process .txt_box:nth-child(2n) .point_box {
    top: 9vw;
    bottom: auto;
  }
}

/*옴브레 끝*/

/*디지털프린팅 시작*/

.dtp {
}

.dtp .content_title01 {
  margin-bottom: 30px !important;
}

.dtp .cont01 .cont_bn_img {
  margin-bottom: 65px;
}

.dtp .cont01 .small_titbox {
  width: 100%;
  margin-bottom: 30px;
}

.dtp .cont01 .small_title {
  width: 100%;
}

.dtp .cont01 .left,
.dtp .cont01 .right {
  float: left;
  width: 50%;
}

.dtp .cont01 .txtbox .title {
  margin-bottom: 10px;
}

.dtp .cont01 .txtbox .txt {
}

.dtp .cont01 .txtbox .txt:after {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: #efefef;
  margin: 23px 0;
}

.dtp .cont01 .txtbox ul {
  margin-bottom: 55px;
}

.dtp .cont01 .bot .txtbox ul {
  margin-bottom: 50px;
}

.dtp .cont01 .txtbox ul > li {
  font-size: 1.167rem;
  line-height: 160%;
  padding-left: 15px;
}

.dtp .cont01 .txtbox ul > li b {
  font-weight: 700;
  margin-left: -43px;
}

.dtp .cont01 .txtbox ul > li b:before {
  display: inline-block;
  content: '•';
  color: #eb6100;
  margin-left: -10px;
  margin-right: 6px;
}

.dtp .cont01 .txtbox img {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
}

.dtp .cont01 .txtbox img:last-of-type {
  margin-right: 0;
}

.dtp .cont01 .top {
  margin-bottom: 30px;
}

.dtp .cont01 .mid {
}

.dtp .cont01 .mid .cont_bn_img {
  margin-bottom: 140px;
}

.dtp .cont01 .bot .left ul {
}

.dtp .cont01 .bot .right {
  text-align: right;
}

.dtp .cont02 .para {
  padding-top: 18px;
  margin-bottom: 30px;
}

.dtp .process .txt_box {
}

.dtp .process .txt_box01 {
  margin-top: 0 !important;
}

.dtp .process .txt_box:nth-child(2n-1) {
  clear: both;
  float: left;
  margin-top: -220px;
}

.dtp .process .txt_box:nth-child(2n) {
  clear: both;
  float: right;
  margin-top: -220px;
}

.dtp .process .txt_box:nth-child(2n) .point_box {
  top: 50px;
  bottom: auto;
}

.dtp .process .txt_box02 {
  clear: none !important;
  float: right;
  height: 590px;
  margin-top: 0px !important;
}

.dtp .process .txt_box02 .point_box {
  top: 50% !important;
  margin-top: -20px;
}

.dtp .process .txt_box02 .top,
.dtp .process .txt_box02 .bot {
  height: 50%;
  position: relative;
}

.dtp .process .txt_box .title {
  line-height: 140%;
}

.dtp .process .txt_box .txt {
  letter-spacing: -0.5px;
}

.dtp .process .txt_box .comt {
  font-size: 12px;
}

.dtp .process .txt_box05 .txt {
  padding-left: 40px;
}

.dtp .process .txt_box05 .txt b {
  margin-left: -40px;
}

.dtp .process .txt_box02 .img_box {
  left: 0px;
  bottom: 0px;
}

.dtp .process .txt_box02 .top .img_box {
  bottom: 20px;
}

.dtp .process .txt_box06 .img_box {
  height: 100px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .dtp .cont01 .top .left img,
  .dtp .cont01 .bot .right img {
    width: 90%;
  }

  .dtp .cont01 .txtbox .title {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .dtp .cont01 .txtbox .txt:after {
    margin: 10px 0;
  }

  .dtp .process .txt_box .point_box {
    top: 3vw !important;
  }

  .dtp .cont01 .txtbox .txt {
    font-size: 1.167rem;
  }

  .dtp .cont01 .txtbox ul {
    margin-bottom: 20px;
  }

  .dtp .cont01 .txtbox ul > li {
    font-size: 1rem;
  }

  .dtp .cont01 .bot .txt {
    letter-spacing: -0.5px;
  }

  .dtp .cont01 .bot .txtbox ul > li {
    letter-spacing: -0.5px;
  }

  .dtp .process .txt_box:nth-child(2n-1) {
    margin-top: 0vw;
    margin-bottom: 0 !important;
  }

  .dtp .process .txt_box:nth-child(2n) {
    margin-top: 0vw;
    margin-bottom: 0 !important;
  }

  .dtp .process .txt_box01 {
  }

  .dtp .process .txt_box02 {
    height: 550px;
  }

  .dtp .process .txt_box03 {
    margin-top: -125px !important;
  }

  .dtp .process .txt_box04 {
    margin-top: -105px !important;
  }

  .dtp .process .txt_box05 {
    margin-top: -105px !important;
  }

  .dtp .process .txt_box05 .img_box {
    min-height: 80px;
    overflow: hidden;
  }

  .dtp .process .txt_box05 .txt {
    padding-left: 40px;
  }

  .dtp .process .txt_box05 .txt b {
    margin-left: -37px;
  }

  .dtp .process .txt_box06 {
    margin-top: -105px !important;
  }

  .dtp .process .txt_box06 .img_box {
    max-height: 80px;
  }

  @media screen and (max-width: 1010px) and (min-width: 768px) {
    .dtp .process .txt_box06 .img_box {
      display: none;
    }
  }

  .dtp .process .txt_box07 {
    margin-top: -105px !important;
  }

  .dtp .process .txt_box08 {
    margin-top: -105px !important;
  }

  .dtp .process .txt_box02 .point_box {
    top: 50% !important;
    margin-top: -2vw;
  }

  .dtp .process .txt_box02 .top {
    height: 45%;
    position: relative;
  }

  .dtp .process .txt_box02 .bot {
    height: 55%;
    position: relative;
  }

  .dtp .process .txt_box02 .img_box {
    width: 100%;
    height: 100px;
    overflow: hidden;
    left: 0px;
    bottom: 0px;
    margin: 0;
  }

  .dtp .process .txt_box02 .img_box img {
    min-height: 100px;
  }

  .dtp .process .txt_box02 .top .img_box {
    bottom: 20px;
    height: 80px;
  }

  @media screen and (max-width: 890px) and (min-width: 768px) {
    .dtp .process .txt_box02 .img_box {
      /*            display: none;*/
    }
  }

  .dtp .process .txt_box06 .img_box {
    height: 100px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .dtp .cont01 .left,
  .dtp .cont01 .right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .dtp .cont01 .top .left img,
  .dtp .cont01 .bot .right img {
    width: 100%;
  }

  .dtp .cont01 .txtbox .title {
    font-size: 1.333rem;
    margin-bottom: 5px;
  }

  .dtp .cont01 .txtbox .txt:after {
    margin: 10px 0;
  }

  .dtp .cont01 .txtbox .txt {
    font-size: 1.167rem;
  }

  .dtp .cont01 .txtbox ul {
    margin-bottom: 20px;
  }

  .dtp .cont01 .txtbox ul > li {
    font-size: 1rem;
  }

  .dtp .cont01 .bot .txt {
    letter-spacing: -0.5px;
  }

  .dtp .cont01 .bot .txtbox ul > li {
    letter-spacing: -0.5px;
  }

  .dtp .cont01 .cont_box_right img {
    width: 49%;
    margin-bottom: 2%;
  }

  .dtp .cont01 .cont_box_right img:nth-of-type(2n) {
    margin-right: 0;
  }

  .dtp .content_01 {
    margin-bottom: 0;
  }

  .dtp .cont01 {
    margin-bottom: 60px;
  }

  .dtp .process .icon_wrap {
    padding-top: 15px;
  }

  .dtp .process .txt_box {
    width: 59vw !important;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    float: left !important;
  }

  .dtp .process .txt_box02 {
    height: 750px;
  }

  .dtp .process .txt_box02 .point_box {
    top: 40% !important;
    margin-top: 10vw !important;
  }

  .dtp .process .txt_box:nth-child(2n) .point_box {
    top: 9vw;
  }

  .dtp .process .txt_box .img_box {
    min-height: 100px;
  }

  .dtp .process .txt_box02 .img_box {
    width: 100%;
    min-height: 200px;
    position: absolute;
  }

  .dtp .process .txt_box02 .img_box img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    min-width: 300px;
  }

  .dtp .process .txt_box05 .img_box {
    max-height: 180px !important;
    min-height: 100px !important;
  }

  .dtp .process .txt_box05 .img_box img {
    min-width: 200px;
  }

  .dtp .process .icon_box:first-child .line {
    height: 660px;
  }

  .dtp .process .icon_box:nth-child(2) .line {
    height: 425px;
  }
}

/*디지털프린팅 끝*/

/*편면가공 시작*/
.single {
}

.single .content .img_box {
  height: 611px;
  background-image: url(../images/sub/business/c_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 120px;
  position: relative;
}

.single .content .img_box p {
  width: 150px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -75px;
}

.single .cont_box01 {
  margin-bottom: 110px;
}

.single .cont_box01 .small_titbox02 {
  position: relative;
  z-index: 10;
}

.single .cont_box01 .wrapper {
  height: 715px;
  background-image: url(../images/sub/business/c_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  margin-top: -60px;
  position: relative;
}

.single .cont_box01 .wrapper .txt_box {
  width: 340px;
  height: auto;
  padding: 25px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.single .cont_box01 .wrapper .txt_box .arrow_box {
  width: 35px;
  height: 28px;
  overflow: hidden;
  position: absolute;
}

.single .cont_box01 .wrapper .txt_box .arrow_box .arrow {
  width: 50px;
  height: 40px;
  background: #fff;
  transform: rotate(40deg);
  position: absolute;
}

.single .cont_box01 .wrapper .txt_box01 .arrow_box {
  bottom: 0px;
  right: -35px;
}

.single .cont_box01 .wrapper .txt_box01 .arrow_box .arrow {
  top: 10px;
  left: -20px;
}

.single .cont_box01 .wrapper .txt_box02 .arrow_box {
  top: 0px;
  left: -35px;
}

.single .cont_box01 .wrapper .txt_box02 .arrow_box .arrow {
  top: -23px;
  left: 4px;
}

.single .cont_box01 .wrapper .txt_box .txt {
  text-align: justify;
}

.single .cont_box01 .wrapper .txt_box .title {
  font-size: 24px;
  font-weight: 700;
}

.single .cont_box01 .wrapper .txt_box01 {
  top: 100px;
  left: 25px;
}

.single .cont_box01 .wrapper .txt_box02 {
  bottom: 150px;
  right: 20px;
}

.single .cont_box01 .wrapper .txt_box01 .title {
  color: #00a0e2;
}

.single .cont_box01 .wrapper .txt_box01 .title:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #bfbfbf;
  margin: 20px 0;
}

.single .cont_box01 .wrapper .txt_box02 .title {
  color: #ee7800;
  text-align: right;
  position: relative;
  margin-bottom: 42px;
}

.single .cont_box01 .wrapper .txt_box02 .title:after {
  display: block;
  content: '';
  clear: both;
  width: 50px;
  height: 2px;
  background: #bfbfbf;
  margin: 20px 0;
  position: absolute;
  right: 0px;
}

.single .cont_box01 .wrapper .txt_box02 .txt {
}

.single .cont_box01 .cont02 {
  width: 100%;
  margin-bottom: 30px;
}

.single .cont_box01 .cont02_a {
  position: relative;
}

.single .cont_box01 .cont02_a:before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: #f18900;
  transform: rotate(45deg);
  top: -40px;
  left: 50%;
  margin-left: -16px;
}

.single .cont_box01 .cont02_a:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  background: #fff;
  border-top: 1px solid #f18900;
  top: -30px;
  left: 0px;
}

.single .cont_box01 .cont02_b {
}

.single .cont_box01 .cont02 li {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

.single .cont_box01 .cont02_a li {
  margin-bottom: 30px;
}

.single .cont_box01 .cont02 li img {
  width: 100%;
  height: 140px;
}

.single .cont_box01 .cont02 li p {
  height: 40px;
  padding-left: 20px;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
}

.single .cont_box01 .cont02 li p:before {
  display: block;
  content: '';
  width: 1px;
  height: 60px;
  background-color: #f5b36f;
  position: absolute;
  top: -20px;
  left: 10px;
}

.single .cont_box02 .para {
  margin-bottom: 45px;
}

.single .cont_box02 .img_full {
  margin-bottom: 2%;
}

.single .cont_box02 .img_half {
  float: left;
  margin-right: 2%;
}

.single .cont_box02 .img_half:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .single .content .img_box {
    height: 42vw;
    margin-bottom: 80px;
  }

  .single .content .img_box p {
    width: 14vw;
    height: 4.2vw;
    font-size: 18px;
    line-height: 4.2vw;
    margin: -2.1vw 0 0 -7vw;
  }

  .single .cont_box01 {
    margin-bottom: 80px;
  }

  .single .cont_box01 .wrapper {
    height: 50vw;
  }

  .single .cont_box01 .wrapper .txt_box {
    width: 23.5vw;
    padding: 1.7vw;
  }

  .single .cont_box01 .wrapper .txt_box .arrow_box {
    width: 25px;
    height: 28px;
  }

  .single .cont_box01 .wrapper .txt_box .arrow_box .arrow {
    width: 50px;
    height: 40px;
    transform: rotate(40deg);
  }

  .single .cont_box01 .wrapper .txt_box01 .arrow_box {
    bottom: 0px;
    right: -25px;
  }

  .single .cont_box01 .wrapper .txt_box01 .arrow_box .arrow {
    top: 10px;
    left: -30px;
  }

  .single .cont_box01 .wrapper .txt_box02 .arrow_box {
    top: 0px;
    left: -25px;
  }

  .single .cont_box01 .wrapper .txt_box02 .arrow_box .arrow {
    top: -23px;
    left: 4px;
  }

  .single .cont_box01 .wrapper .txt_box .txt {
    font-size: 1vw;
  }

  .single .cont_box01 .wrapper .txt_box .title {
    font-size: 2vw;
  }

  .single .cont_box01 .wrapper .txt_box01 {
    top: 7vw;
    left: 2vw;
  }

  .single .cont_box01 .wrapper .txt_box02 {
    bottom: 12vw;
    right: 1.7vw;
  }

  .single .cont_box01 .wrapper .txt_box01 .title:before {
    margin: 1vw 0;
  }

  .single .cont_box01 .wrapper .txt_box02 .title {
    margin-bottom: 2.1vw;
  }

  .single .cont_box01 .wrapper .txt_box02 .title:after {
    margin: 1vw 0;
  }

  .single .cont_box01 .cont02 {
    margin-bottom: 30px;
  }

  .single .cont_box01 .cont02 li {
  }

  .single .cont_box01 .cont02 li img {
    height: 10vw;
  }

  .single .cont_box01 .cont02 li p {
    padding-left: 1.7vw;
    padding-top: 1.7vw;
    font-size: 12px;
  }

  .single .cont_box02 .para {
    margin-bottom: 45px;
  }

  .single .cont_box02 .img_full {
    margin-bottom: 2%;
  }

  .single .cont_box02 .img_half {
    float: left;
    margin-right: 2%;
  }

  .single .cont_box02 .img_half:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .single .content .img_box {
    height: 60vw;
  }

  .single .content .img_box p {
    width: 20vw;
    height: 5vw;
    font-size: 3.1vw;
    line-height: 5vw;
    margin: -2.5vw 0 0 -10vw;
  }

  .single .cont_box01 {
    margin-bottom: 80px;
  }

  .single .cont_box01 .wrapper {
    margin-left: -5%;
    width: 110.5%;
    height: 126.7vw;
    min-height: 427px;
    margin-top: 0px;
    background-image: url(../images/sub/business/c_02_m.jpg);
  }

  .single .cont_box01 .wrapper .txt_box {
    width: 57.6vw;
    min-width: 195px;
    padding: 5.6vw;
  }

  .single .cont_box01 .wrapper .txt_box .arrow_box {
    width: 25px;
    height: 28px;
  }

  .single .cont_box01 .wrapper .txt_box .arrow_box .arrow {
    width: 50px;
    height: 40px;
    transform: rotate(40deg);
  }

  .single .cont_box01 .wrapper .txt_box01 .arrow_box {
    bottom: 0px;
    right: -25px;
  }

  .single .cont_box01 .wrapper .txt_box01 .arrow_box .arrow {
    top: 10px;
    left: -30px;
  }

  .single .cont_box01 .wrapper .txt_box02 .arrow_box {
    top: 0px;
    left: -25px;
  }

  .single .cont_box01 .wrapper .txt_box02 .arrow_box .arrow {
    top: -23px;
    left: 4px;
  }

  .single .cont_box01 .wrapper .txt_box .txt {
    font-size: 2.5vw;
  }

  .single .cont_box01 .wrapper .txt_box .title {
    font-size: 4vw;
  }

  .single .cont_box01 .wrapper .txt_box01 {
    top: 30px;
    left: 30px;
  }

  .single .cont_box01 .wrapper .txt_box02 {
    bottom: 50px;
    right: 30px;
  }

  .single .cont_box01 .wrapper .txt_box01 .title:before {
    margin: 3vw 0;
  }

  .single .cont_box01 .wrapper .txt_box02 .title {
    margin-bottom: 6.1vw;
  }

  .single .cont_box01 .wrapper .txt_box02 .title:after {
    margin: 3vw 0;
  }

  .single .cont_box01 .cont02 {
    margin-bottom: 0px;
  }

  .single .cont_box01 .cont02 li {
    width: 50%;
    margin-bottom: 30px;
  }

  .single .cont_box01 .cont02 li img {
    height: 27.2vw;
  }

  .single .cont_box01 .cont02 li p {
    padding-left: 3vw;
    padding-top: 1.7vw;
    font-size: 12px;
  }

  .single .cont_box01 .cont02 li p:before {
    display: none;
  }

  .single .cont_box02 .para {
    margin-bottom: 45px;
  }

  .single .cont_box02 .img_full {
    margin-bottom: 2%;
  }

  .single .cont_box02 .img_half {
    float: left;
    margin-right: 2%;
  }

  .single .cont_box02 .img_half:last-of-type {
    margin-right: 0;
  }
}

/*편면가공 끝*/

/*일반가공 시작*/
.nor_proc {
}

.nor_proc .cont_subtitle {
  letter-spacing: -0.5px;
}

.nor_proc .cont_bn_img {
  margin-bottom: 80px;
}

.nor_proc .cont_box {
  margin-bottom: 50px;
}

.nor_proc .arti {
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}

.nor_proc .cont_box03 .arti {
  border: none;
}

.nor_proc .arti .para {
  margin-bottom: 30px;
}

.nor_proc .arti .img_half {
  display: block;
  float: left;
  margin-right: 2%;
}

.nor_proc .arti .img_half:last-of-type {
  margin-right: 0;
}

/*일반가공 끝*/

/*주문 시작*/
.order_title {
  background-image: url(../images/sub/order/page_title.jpg);
}

@media screen and (max-width: 767px) {
  .order_title {
    background-image: url(../images/sub/order/page_title_m.jpg);
  }
}

/*주문하기 시작*/
.order {
}

.order .content_title01 {
}

.order .content_subtitle {
}

.order .link_box {
  margin-bottom: 55px;
}

.order .link_box .order_link {
  display: block;
  float: left;
  width: 49%;
  height: 83px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 83px;
  padding-left: 85px;
  margin-right: 2%;
  box-sizing: border-box;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.order .link_box .order_link.company {
  background-image: url(../images/sub/order/a_01.png);
}

.order .link_box .order_link.personal {
  margin-right: 0;
  background-image: url(../images/sub/order/a_02.png);
}

.order .link_box .order_link span {
  float: right;
  margin-right: 40px;
  text-decoration: underline;
}

.order .cont_bn_img {
  margin-bottom: 60px;
}

.order .bot {
  position: relative;
}

.order .txt_box {
  width: 40%;
}

.order .txt_box .para_tit {
  display: inline-block;
  color: #4b4948;
  font-size: 1.833rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #f9cdaf;
  margin-bottom: 20px;
}

.order .txt_box .para {
  font-size: 1.167rem;
  line-height: 160%;
}

.order .bot .tel {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.order .bot .tel span {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
}

.order .bot .tel .txt {
  width: 60px;
  background: #eb6100;
  color: #fff;
  font-family: 'Poppins';
  font-size: 1.833rem;
  font-weight: 700;
}

.order .bot .tel .num {
  color: #3f3f3f;
  font-size: 34px;
  font-weight: 900;
  width: 30px;
  border: 1px solid #eb6100;
  border-left: none;
}

.order .bot .tel .num04,
.order .bot .tel .num07 {
  border-left: 1px solid #eb6100;
}

.order .bot .tel .bar {
  width: 15px;
  font-size: 20px;
  font-weight: 900;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .order .link_box {
    margin-bottom: 35px;
  }

  .order .link_box .order_link {
    height: 6.9vw;
    font-size: 1.167rem;
    line-height: 6.9vw;
    padding-left: 5vw;
  }

  .order .link_box .order_link span {
    margin-right: 3.3vw;
  }

  @media screen and (max-width: 940px) {
    .order .link_box .order_link {
      float: none;
      width: 100%;
      height: 11.6vw;
      font-size: 1.5rem;
      line-height: 11.6vw;
      padding-left: 10vw;
      margin-bottom: 10px;
    }
  }

  .order .txt_box {
    width: 100%;
    margin-bottom: 25px;
  }

  .order .bot .tel {
    position: static;
    bottom: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .order .content_01 .content_title01 {
    margin-bottom: 30px;
  }

  .order .link_box {
    margin-bottom: 35px;
  }

  .order .link_box .order_link {
    float: none;
    width: 100%;
    height: 16.4vw;
    font-size: 1.5rem;
    line-height: 16.4vw;
    padding-left: 15vw;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .order .link_box .order_link span {
    margin-right: 10vw;
  }

  .order .cont_bn_img {
    margin-bottom: 40px;
  }

  .order .txt_box {
    width: 100%;
    margin-bottom: 25px;
  }

  .order .bot .tel {
    position: static;
  }

  .order .bot .tel span {
    height: 6.3vw;
    line-height: 6.3vw;
  }

  .order .bot .tel .txt {
    width: 8.3vw;
    font-size: 3.1vw;
  }

  .order .bot .tel .num {
    font-size: 4.7vw;
    width: 4.2vw;
  }

  .order .bot .tel .num04,
  .order .bot .tel .num07 {
  }

  .order .bot .tel .bar {
    width: 2.1vw;
    font-size: 2.8vw;
  }
}

/*주문하기 끝*/

/*기업회원 시작*/
@media screen and (max-width: 767px) {
  .od_comp .content_01 {
    margin-bottom: 0px;
  }
}

/*기업회원 끝*/

/*개인고객 시작*/
@media screen and (max-width: 767px) {
  .od_persn .content_01 {
    margin-bottom: 0px;
  }
}

/*개인고객 끝*/
/*주문 끝*/

/*게시판 공통 시작*/
.btn_bo_user li {
  background: none !important;
}

.pg_wrap {
  display: block !important;
  float: none !important;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 110px;
}

.pg_page,
.pg_current {
  width: 45px;
  height: 45px;
  border-radius: 0px !important;
  line-height: 45px !important;
}

.pg_page {
  background: #fff !important;
}

.pg_current {
  background: #f18900 !important;
  border: 1px solid #f18900 !important;
}

.pg_prev,
.pg_next {
  width: 85px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  text-indent: 0px !important;
  background: #fff !important;
}

.pg_prev span,
.pg_next span {
  color: #cdcdce;
  font-size: 22px;
}

.pg_prev {
  float: left;
  padding-left: 22px;
  background-image: url(../images/sub/fabric/prev_btn.png) !important;
  background-size: 100%;
  background-repeat: no-repeat;
}

.pg_next {
  float: right;
  padding-right: 22px;
  background-image: url(../images/sub/fabric/next_btn.png) !important;
  background-size: 100%;
  background-repeat: no-repeat;
}

.pg_end {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.empty_list {
  width: 100% !important;
  height: 400px !important;
  box-shadow: none !important;
  line-height: 400px;
}

@media screen and (max-width: 767px) {
  .pg_page,
  .pg_current {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
  }

  .pg_wrap {
    position: relative;
  }

  .pg_prev,
  .pg_next {
    position: absolute;
    bottom: -40px;
    width: 85px;
    height: 30px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  .pg_prev {
    left: 0px;
    padding-left: 0px;
    background-image: none !important;
  }

  .pg_next {
    right: 0px;
    padding-right: 0px;
    background-image: none !important;
  }
}

/*게시판 공통 끝*/

/*원단 시작*/
.subpg .fabric_title {
  background-image: url(../images/sub/fabric/page_title.jpg);
}

@media screen and (max-width: 767px) {
  .subpg .fabric_title {
    background-image: url(../images/sub/fabric/page_title_m.jpg);
  }
}

/*원단 리스트페이지 시작*/
.fb_list .content_01 {
  margin-bottom: 50px;
}

.fb_list #fboardlist {
  border-bottom: 2px solid #d8d8d9;
}

.fb_list .gall_li {
  width: 43%;
  margin: 0 2% 0 5%;
  padding: 0;
}

.fb_list .gall_li:nth-child(2n) {
  margin: 0 5% 0 2%;
}

.fb_list .gall_box {
  position: relative;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.fb_list .gall_box .gall_img {
  width: 100%;
  height: 273px;
  max-height: 273px !important;
  border-bottom: 1px solid #eee !important;
  box-sizing: border-box;
  overflow: hidden;
}

.fb_list .gall_box .gall_img .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 0.8s;
}

.fb_list .gall_box:hover .gall_img .img {
  transform: scale(1.05);
}

.fb_list .gall_box .gall_text_href {
  height: 150px;
  margin: 0 !important;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
}

.fb_list .gall_box .gall_text_href .fb_name {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.fb_list .gall_box .gall_text_href .fb_name:after {
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  margin: 15px auto;
}

.fb_list .gall_box .gall_text_href .fb_size {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
}

/*.fb_list .gall_box .gall_text_href .fb_math {
    display: block;
    font-size: 14px;
    font-weight: 300;
}*/

.fb_list .gall_box .fb_code {
  position: absolute;
  z-index: 9;
  width: 50%;
  height: 45px;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 50%;
  margin-left: -25%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 45px;
}

.fb_list .gall_box .fb_cont_wrap {
  display: none;
  position: absolute;
  z-index: 15;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.fb_list .gall_box .fb_cont {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 330px;
  padding: 100px 40px 0 40px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fb_list .gall_box .fb_cont::-webkit-scrollbar {
  display: none;
}

/*.fb_list .gall_box .fb_cont .fb_code02 {
    position: absolute;
    width: 50%;
    height: 45px;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 50%;
    margin-left: -25%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
}*/

.fb_list .gall_box .fb_cont p {
  color: #fff;
}

.fb_list .gall_box .fb_cont .name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  word-break: normal;
}

.fb_list .gall_box .fb_cont .dscrp {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  word-break: normal;
}

/*.fb_list .gall_box .fb_cont .after {
    font-size: 16px;
    margin-bottom: 10px;
}

.fb_list .gall_box .fb_cont .after_cont {
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 10px;
}

.fb_list .gall_box .fb_cont .date {
    font-size: 14px;
    font-weight: 300;
}

.fb_list .gall_box .fb_cont .date b {
    font-size: 16px;
}

.fb_list .gall_box .fb_cont_wrap .order {
    position: absolute;
    z-index: 12;
    bottom: 25px;
    left: 40px;
    display: block;
    width: calc(100% - 80px);
    height: 42px;
    background: #d6d6d6;
    color: #49484b;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 42px;
}*/

.fb_list .fb_cont_wrap .close {
  position: absolute;
  top: 0px;
  z-index: 15;
  display: block;
  width: 41px;
  height: 41px;
  right: 0px;
  text-indent: -9999px;
  background-image: url(../images/sub/fabric/close_btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.subpg .change {
  position: absolute;
  z-index: 20;
  display: block;
  width: 30px;
  height: 30px;
  color: #ccc;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  bottom: 5px;
  right: 5px;
}

.fb_list .no_image {
  width: 100%;
  height: 100%;
  line-height: 272px !important;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .fb_list .gall_li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
  }

  .fb_list .gall_li:nth-child(2n) {
    margin: 0;
  }

  .fb_list .gall_box .gall_img {
    height: 200px;
  }

  .fb_list .gall_box .gall_text_href {
    height: 130px;
    padding: 20px;
  }

  .fb_list .gall_box .gall_text_href .fb_name {
    font-size: 16px;
  }

  .fb_list .gall_box .gall_text_href .fb_size {
    font-size: 12px;
  }

  .fb_list .gall_box .fb_code {
    width: 60%;
    margin-left: -30%;
    font-size: 12px;
  }

  .fb_list .gall_box .fb_cont {
    padding: 70px 40px 0 40px;
  }

  .fb_list .gall_box .fb_cont .name {
    font-size: 16px;
  }

  .fb_list .gall_box .fb_cont .dscrp {
    font-size: 12px;
  }

  .fb_list .no_image {
    line-height: 199px !important;
  }
}

@media screen and (max-width: 767px) {
  .fb_list .gall_li {
    float: none;
    width: 100%;
    max-width: 450px;
    margin-right: 0%;
    margin: 0px auto !important;
  }

  .fb_list .gall_box .gall_img {
    height: 240px;
  }

  .fb_list .gall_box .gall_text_href {
    height: 130px;
    padding: 30px 20px 20px;
  }

  .fb_list .gall_box .gall_text_href .fb_name {
    font-size: 16px;
  }

  .fb_list .gall_box .gall_text_href .fb_size {
    font-size: 12px;
  }

  .fb_list .gall_box .fb_code {
    width: 60%;
    margin-left: -30%;
    font-size: 12px;
  }

  .fb_list .gall_box .fb_cont {
    padding: 100px 40px 0 40px;
  }

  .fb_list .gall_box .fb_cont .name {
    font-size: 16px;
  }

  .fb_list .gall_box .fb_cont .dscrp {
    font-size: 12px;
  }

  .fb_list .no_image {
    line-height: 199px !important;
  }
}

/*원단 리스트페이지 끝*/

/*원단 글쓰기페이지 시작*/
.fb_wr {
}

.fb_wr .content_01 {
  margin-bottom: 50px;
}

.fb_wr #fwrite {
  padding: 20px 20px;
  background: #f1f1f1;
  margin-bottom: 50px;
}

.fb_wr .write_div {
  margin: 5px 0px !important;
}

.fb_wr .bo_w_select {
  margin-bottom: 20px !important;
}

.fb_wr .fb_date {
  margin-bottom: 20px !important;
}

.fb_wr .write_div label {
  display: block;
  float: left;
  width: 130px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 5px;
  border-radius: 3px;
}

.fb_wr .write_div label[for='ca_name'] {
  display: none !important;
}

.fb_wr .write_div label.lb_icon {
  background: none;
}

.fb_wr .write_div input,
.fb_wr .write_div #wr_content {
  width: 715px !important;
  padding-right: 50px !important;
  padding-left: 20px !important;
}

.fb_wr .write_div #wr_content {
  height: 200px;
  padding: 20px 50px 20px 20px;
}

.fb_wr .bo_w_flie {
  margin-top: 40px !important;
}

.fb_wr .bo_w_flie .file_tag {
  width: 300px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 1%;
  border-radius: 3px;
}

.fb_wr .bo_w_flie .file_tag span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 10px;
}

#bo_w .bo_w_flie .frm_file {
  padding-left: 50px !important;
  margin-top: 3px;
}

.fb_wr .btn_confirm {
  margin-top: 40px !important;
}

.fb_wr .btn_submit {
  background: #eb6100;
}

.fb_wr .btn_submit:hover {
  background: #f18900;
}

.fb_wr .bo_w_flie .file_del {
  display: block !important;
  width: 100%;
  height: auto;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 10px !important;
}

.fb_wr .bo_w_flie .file_del #bf_file_del0 {
  width: 20px !important;
  height: 20px;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
}

.fb_wr .bo_w_flie .file_del label {
  width: 100% !important;
  font-size: 12px !important;
  background-color: #30333b;
}

.fb_wr .bo_w_flie .file_del label span {
  float: right;
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .fb_wr .write_div label {
    float: none;
    margin-bottom: 5px;
  }

  .fb_wr .write_div input,
  .fb_wr .write_div #wr_content {
    width: 100% !important;
  }

  .fb_wr .write_div #wr_content {
    padding: 20px 20px 20px 20px !important;
  }

  .fb_wr .bo_w_flie .file_tag {
    width: 100%;
  }
}

/*원단 글쓰기페이지 끝*/

/*원단 끝*/

/*고객 공통*/
.customer_title {
  background-image: url(../images/sub/customer/page_title.jpg);
}

.customer_title .title,
.customer_title .subtitle {
  color: #49484b;
}

@media screen and (max-width: 767x) {
  .customer_title {
    background-image: url(../images/sub/customer/page_title_m.jpg);
  }
}

/*고객 공통*/

/*뉴스 공통*/
.cus_news .content_01 {
  position: relative;
  height: 320px;
  margin-bottom: 15px;
}

.cus_news .top_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .cus_news .content_01 {
    height: 33vw;
  }

  .cus_news .top_img {
    width: 30vw;
    bottom: auto;
    top: 0px;
  }

  .cus_write .top_img {
    display: none;
  }

  .cus_write .content_01 {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .cus_news .content_01 {
    height: auto;
  }

  .cus_news .content_01 .cont_subtitle {
    float: left;
  }

  .cus_news .top_img {
    float: right;
    position: static;
    width: 170px;
    margin-left: 20px;
    margin-top: -80px;
  }

  .cus_write .top_img {
    display: none;
  }

  @media screen and (max-width: 460px) {
    .cus_news .top_img {
      display: none;
    }
  }
}

/*뉴스 공통*/

/*뉴스 리스트 시작*/
.news_list {
}

.news_list .tbl_wrap {
  border-top: 2px solid #49484b;
  border-bottom: 1px solid #a8a8a9;
}

.news_list .tbl_caption {
  height: 34px !important;
  border-bottom: none !important;
}

.news_list .tbl_caption th {
  font-size: 14px;
  font-weight: 700;
  border-bottom: none !important;
  vertical-align: middle;
}

.news_list .tbl_caption .chk_box {
}

.news_list .chk_box input[type='checkbox'] + label span {
  float: none;
  margin: 0px auto;
}

.news_list .tbl_caption .cap_date {
  width: 59px;
}

.news_list .tbl_caption .cap_cont {
}

.news_list .tbl_caption .cap_v_num {
  width: 92px;
}

.news_list .tbl_caption .cap_file {
  width: 95px;
}

.news_list .tbl_wrap tr {
  height: 99px;
  border: none !important;
}

.news_list .tbl_wrap tr:hover {
  background: #f1f1f1 !important;
  border-left: none !important;
}

.news_list .tbl_wrap .tbl_caption:hover {
  background: none !important;
}

.news_list td a:hover {
  text-decoration: none;
}

.news_list .tbl_wrap td {
  background: none !important;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #c9c9ca !important;
  border-bottom: none !important;
}

.news_list .tbl_wrap .td_empty {
  width: 8px !important;
  border-top: 1px solid rgba(0, 0, 0, 0) !important;
}

.news_list .td_datetime span {
  display: block;
  font-family: 'Poppins';
}

.news_list .td_datetime .date1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.news_list .td_datetime .date2 {
  font-size: 12px;
}

.news_list .td_subject {
  padding-left: 25px;
  padding-right: 70px;
  text-align: left !important;
}

.news_list .td_subject a {
  display: block;
  width: 100%;
  height: 100%;
}

.news_list .td_subject .notice_icon {
  color: #ed6100;
  font-size: 16px !important;
}

.news_list .td_subject .tit {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .td_subject .cont {
  width: 520px;
  color: #949495;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .td_download i.far {
  color: #bfc0c1;
  font-size: 26px;
  margin: 0 2.5px;
}

.news_list .content_copy {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .news_list .td_subject {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news_list .td_subject .notice_icon {
    color: #ed6100;
    font-size: 14px !important;
  }

  .news_list .td_subject .tit {
    display: block;
    width: 35vw;
    min-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }

  .news_list .td_subject .cont {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .news_list .tbl_caption .cap_date {
    width: 50px;
  }

  .news_list .tbl_caption .cap_cont {
  }

  .news_list .tbl_caption .cap_v_num {
    width: 40px;
  }

  .news_list .tbl_caption .cap_file {
    width: 50px;
  }

  .news_list .tbl_caption th {
    font-size: 12px;
  }

  .news_list .tbl_wrap .td_empty {
    width: 0px !important;
    padding: 0 !important;
  }

  .news_list .td_datetime .date1 {
    font-size: 20px;
  }

  .news_list .td_datetime .date1 {
    letter-spacing: -0.5px;
  }

  .news_list .td_subject {
    padding-left: 5px;
    padding-right: 5px;
  }

  .news_list .td_subject .notice_icon {
    font-size: 14px !important;
  }

  .news_list .td_subject .tit {
    display: block;
    width: 50vw;
    min-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }

  .news_list .td_subject .cont {
    width: 50vw;
    min-width: 112px;
  }

  .news_list .td_download i.far {
    font-size: 16px;
  }
}

/*뉴스 리스트 끝*/

/*!공통 글쓰기 시작*/
.cus_write #fwrite {
  padding: 20px 20px;
  background: #f1f1f1;
  margin-bottom: 50px;
}

.cus_write #fwrite .btn_submit {
  background: #eb6100;
}

.cus_write #fwrite .btn_submit:hover {
  background: #f18900;
}

/*!공통 글쓰기 끝*/

/*!공통 뉴스 읽기 시작*/
.cus_view #bo_v {
  border-top: 2px solid #49484b;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.cus_view #bo_v_title {
  padding-top: 15px;
}

.cus_view #bo_v_title .bo_v_tit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
}

.cus_view #bo_v_info {
  height: 50px !important;
}

.cus_view #bo_v_info .profile_info {
  margin: 10px 0 5px 0 !important;
}

.cus_view #bo_v_info .profile_info .profile_info_ct {
  padding: 0 !important;
}

.cus_view #bo_v_top ul {
  margin: 0 !important;
}

.cus_view #bo_v_top {
  height: 50px !important;
}

.cus_view #bo_v_atc {
  padding: 55px 40px !important;
}

.cus_view #bo_v_link,
.cus_view #bo_v_file {
  padding: 0 40px;
}

.cus_view #bo_v_link li,
.cus_view #bo_v_file li {
  height: 40px;
  padding: 0 15px !important;
  line-height: 40px;
}

.cus_view #bo_v_link i.fa,
.cus_view #bo_v_file i.fas {
  font-size: 20px;
  line-height: 40px;
}

.cus_view #bo_v_link a {
  display: block;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cus_view .bot_list_btn {
  height: 85px;
  padding: 20px 0 !important;
  box-sizing: border-box;
  border-bottom: 2px solid #a8a8a9;
  margin-bottom: 110px;
}

.cus_view .bot_list_btn .list_btn {
  display: block;
  width: 245px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 45px;
  background: #949495;
  margin: 0px auto;
}

.news_view .notice_icon {
  color: #ed6100;
  font-size: 20px !important;
}

@media screen and (max-width: 1199px) {
  .cus_view #bo_v_atc iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cus_view #bo_v_title {
    padding-top: 10px;
  }

  .cus_view #bo_v_title .bo_v_tit {
    font-size: 20px;
  }

  .cus_view #bo_v_info {
    height: 40px !important;
  }

  .cus_view #bo_v_atc {
    padding: 35px 0px !important;
  }

  .cus_view #bo_v_link,
  .cus_view #bo_v_file {
    padding: 0;
  }

  .cus_view #bo_v_link li,
  .cus_view #bo_v_file li {
    padding: 0 15px !important;
    line-height: 40px;
  }

  .cus_view .bot_list_btn .list_btn {
    width: 100%;
  }
}

/*!공통 뉴스 읽기 끝*/

/*갤러리 공통*/
.cus_gall .content_01 {
  position: relative;
  height: 320px;
  margin-bottom: 0px;
}

.cus_gall .top_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .cus_gall .content_01 {
    height: 28.5vw;
  }

  .cus_gall .top_img {
    width: 30vw;
    bottom: auto;
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .cus_gall .content_01 {
    height: auto;
    overflow: hidden;
  }

  .cus_gall .content_01 .cont_subtitle {
    float: left;
    margin-bottom: 40px;
  }

  .cus_gall .top_img {
    float: right;
    position: static;
    width: 200px;
    margin-left: 20px;
    margin-top: -50px;
  }

  @media screen and (max-width: 470px) {
    .cus_gall .top_img {
      display: none;
    }
  }
}

/*갤러리 공통*/

/*갤러리 리스트 시작*/
.gall_list #fboardlist {
  border-top: 2px solid #49484b;
  border-bottom: 2px solid #d8d8d9;
  padding-bottom: 40px;
}

.gall_list #gall_ul {
  margin: 30px 0 !important;
}

.gall_list #gall_ul > li {
  width: 32%;
  height: 310px;
  padding: 5px !important;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.gall_list #gall_ul > li:nth-child(3n) {
  margin-right: 0;
}

.gall_list .gall_box {
  margin-bottom: 0px !important;
}

.gall_list .gall_con {
}

.gall_list .gall_img {
  position: relative;
  max-height: 216px !important;
  border: 1px solid #eee !important;
  box-sizing: border-box;
}

.gall_list .gall_img img {
  width: 100%;
}

.gall_list .gall_con > a {
  display: block;
  width: 100%;
  height: 100%;
}

.gall_list .gall_con > a:hover .thumb_on {
  display: block;
}

.gall_list .gall_img .thumb_on {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(241, 137, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
}

.gall_list .gall_img .thumb_on .plus {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.gall_list .gall_img .thumb_on .plus:before,
.gall_list .gall_img .thumb_on .plus:after {
  display: block;
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gall_list .gall_img .thumb_on .plus:before {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
}

.gall_list .gall_img .thumb_on .plus:after {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}

.gall_list .gall_img .thumb_on .more {
  display: block;
  background: none;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 150px;
}

.gall_list .gall_text_href {
  width: 100%;
  padding: 0 10px 40px 10px !important;
  margin-bottom: 0px !important;
}

.gall_list .gall_text_href .bo_tit,
.gall_list .gall_text_href .bo_cnt {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .gall_list #gall_ul > li {
    width: 48%;
    height: 35vw;
    max-height: 320px;
    margin-right: 4%;
  }

  .gall_list #gall_ul > li:nth-child(3n) {
    margin-right: 4%;
  }

  .gall_list #gall_ul > li:nth-child(2n) {
    margin-right: 0;
  }

  .gall_list #gall_ul > li:nth-child(4n) {
    clear: none;
  }

  .gall_list .gall_img .thumb_on .plus {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .gall_list .gall_img .thumb_on .plus:before {
    height: 15px;
    margin-top: -7.5px;
  }

  .gall_list .gall_img .thumb_on .plus:after {
    width: 15px;
    margin-left: -7.5px;
  }

  .gall_list .gall_img .thumb_on .more {
    font-size: 14px;
    margin-top: 10vw;
  }

  .gall_list .gall_text_href {
    padding: 0 1vw 0 1vw;
  }
}

@media screen and (min-width: 685px) and (max-width: 767px) {
  .gall_list #gall_ul > li {
    float: left;
    width: 48%;
    max-width: auto;
    height: 320px;
    margin: 0 4% 20px 0;
  }

  .gall_list #gall_ul > li:nth-child(2n),
  .gall_list #gall_ul > li:nth-child(6n) {
    margin-right: 0px !important;
  }

  .gall_list #gall_ul > li:nth-child(3n) {
    margin-right: 4%;
  }

  .gall_list .box_clear {
    clear: none;
  }
}

@media screen and (max-width: 684px) {
  .gall_list #gall_ul > li {
    float: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 400px;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
  }

  .gall_list #gall_ul > li:nth-child(3n) {
    margin-right: auto;
  }

  .gall_list .box_clear {
    clear: none;
  }

  .gall_list .gall_img {
    max-height: 300px !important;
  }

  .gall_list .gall_img .thumb_on .plus {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .gall_list .gall_img .thumb_on .plus:before {
    height: 15px;
    margin-top: -7.5px;
  }

  .gall_list .gall_img .thumb_on .plus:after {
    width: 15px;
    margin-left: -7.5px;
  }

  .gall_list .gall_img .thumb_on .more {
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: 30px;
  }

  .gall_list .gall_text_href {
    padding: 0 2vw 0 2vw;
  }
}

/*갤러리 리스트 끝*/

/*갤러리 모달팝업 시작*/
.gall_list .modal_wrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.gall_list .modal {
  width: 500px;
  /*    height: 500px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*    margin-top: -300px;*/
  margin-left: -250px;
}

.gall_list .close_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(241, 137, 0, 0.7);
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 38px;
}

.gall_list .modal_img {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.gall_list .modal_img img {
  width: 100%;
}

.gall_list .modal_text {
  padding-top: 20px;
}

.gall_list .modal_text .tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}

.gall_list .modal_text .cnt {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  /*갤러리 모달팝업 시작*/
  .gall_list .modal {
    width: 80%;
    min-width: 256px;
    height: auto;
    margin-top: -42vw;
    margin-left: -40%;
  }

  .gall_list .modal_img {
    height: auto;
  }

  .gall_list .modal_text .tit {
    font-size: 18px;
  }

  .gall_list .modal_text .cnt {
    font-size: 14px;
  }

  /*갤러리 모달팝업 끝*/
}

/*갤러리 모달팝업 끝*/

/*갤러리 글쓰기 시작*/
.gall_wr .content_01 {
  margin-bottom: 0px;
}

.gall_wr #fwrite {
  padding: 20px 20px;
  background: #f1f1f1;
  margin-bottom: 50px;
}

.gall_wr .write_div {
  margin: 5px 0px !important;
}

.gall_wr .write_div label {
  display: block;
  float: left;
  width: 130px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 5px;
  border-radius: 3px;
}

.gall_wr .write_div label.lb_icon {
  background: none;
}

.gall_wr .write_div input,
.gall_wr .write_div #wr_content {
  width: 715px !important;
  height: 41px !important;
  padding-right: 50px !important;
  padding-left: 20px !important;
}

.gall_wr .bo_w_flie {
  margin-top: 40px !important;
}

.gall_wr .bo_w_flie .file_tag {
  width: 300px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 1%;
  border-radius: 3px;
}

.gall_wr .bo_w_flie .file_tag span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 10px;
}

#bo_w .bo_w_flie .frm_file {
  padding-left: 50px !important;
  margin-top: 3px;
}

.gall_wr .btn_confirm {
  margin-top: 40px !important;
}

.gall_wr .btn_submit {
  background: #eb6100;
}

.gall_wr .btn_submit:hover {
  background: #f18900;
}

.gall_wr .bo_w_flie .file_del {
  display: block !important;
  width: 100%;
  height: auto;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 10px !important;
}

.gall_wr .bo_w_flie .file_del #bf_file_del0 {
  width: 20px !important;
  padding: 0 !important;
  position: absolute;
  right: 10px;
}

.gall_wr .bo_w_flie .file_del label {
  width: 100% !important;
  font-size: 12px !important;
  background-color: #30333b;
}

.gall_wr .bo_w_flie .file_del label span {
  float: right;
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .gall_wr .write_div label {
    float: none;
    margin-bottom: 5px;
  }

  .gall_wr .write_div input,
  .gall_wr .write_div #wr_content {
    width: 100% !important;
  }

  .gall_wr .bo_w_flie .file_del #bf_file_del0 {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
  }

  .gall_wr .write_div #wr_content {
    padding: 20px 20px 20px 20px !important;
  }

  .gall_wr .bo_w_flie .file_tag {
    width: 100%;
  }
}

/*갤러리 글쓰기 끝*/

/*FAQ 공통*/
.cus_faq .content_01 {
  position: relative;
  height: 320px;
  margin-bottom: 0px;
  overflow: hidden;
}

.cus_faq .top_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .cus_faq .content_01 {
    height: 28.5vw;
  }

  .cus_faq .top_img {
    width: 25vw;
    bottom: 0px;
  }

  @media screen and (max-width: 880px) {
    .cus_faq .top_img {
      display: none;
    }
  }
}

@media screen and (max-width: 767px) {
  .cus_faq .content_01 {
    height: auto;
    overflow: hidden;
  }

  .cus_faq .content_01 .cont_subtitle {
    float: left;
    margin-bottom: 40px;
  }

  .cus_faq .top_img {
    float: right;
    position: static;
    width: 200px;
    margin-left: 20px;
    margin-top: -50px;
  }

  @media screen and (max-width: 580px) {
    .cus_faq .top_img {
      display: none;
    }
  }
}

/*FAQ 공통*/

/*FAQ 리스트 시작*/
.faq_list #fboardlist {
  border-top: 2px solid #49484b;
  border-bottom: 2px solid #d8d8d9;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.faq_list #gall_ul {
  margin: 30px 0 !important;
}

.faq_list #gall_ul > li {
  width: 32%;
  height: 310px;
  padding: 5px !important;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.5s;
}

.faq_list #gall_ul > li:nth-child(3n) {
  margin-right: 0;
}

.faq_list .gall_box {
  width: 100%;
  height: 100%;
  margin-bottom: 0px !important;
}

.faq_list .gall_con {
  width: 100%;
  height: 100%;
}

.faq_list .gall_con > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}

.faq_list .gall_con > a:hover .thumb_on {
  display: block;
}

.faq_list .gall_con .text_box {
}

.faq_list .gall_con .text_box .tag {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.faq_list .gall_con .text_box .tag .numb {
  color: #ed6100;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}

.faq_list .gall_con .text_box .tag .numb:after {
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  background: #cecdcd;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
}

.faq_list .gall_con .text_box .tag .qstn {
  color: #949495;
  font-size: 15px;
  font-family: 'Poppins';
  line-height: 20px;
}

.faq_list .gall_con .text_box .bo_tit {
  display: block;
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  word-break: normal;
  color: #49484b !important;
  font-size: 18px !important;
  line-height: 150% !important;
  margin-bottom: 30px;
  overflow: hidden;
}

.faq_list .gall_con .text_box .bo_cnt {
  display: block;
  width: 100%;
  height: 66px;
  color: #49484b !important;
  font-size: 14px;
  line-height: 160% !important;
  margin-bottom: 40px;
  overflow: hidden;
}

.faq_list .gall_con .text_box .date {
  position: absolute;
  font-size: 14px;
}

.faq_list .thumb_on {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(241, 137, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
}

.faq_list .thumb_on .plus {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.faq_list .thumb_on .plus:before,
.faq_list .thumb_on .plus:after {
  display: block;
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.faq_list .thumb_on .plus:before {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
}

.faq_list .thumb_on .plus:after {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}

.faq_list .thumb_on .more {
  display: block;
  background: none;
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  margin-top: 180px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .faq_list #gall_ul > li {
    width: 48% !important;
    margin-right: 4%;
  }

  .faq_list #gall_ul > li:nth-child(3n) {
    margin-right: 4%;
  }

  .faq_list #gall_ul > li:nth-child(2n) {
    margin-right: 0;
  }

  .faq_list #gall_ul .box_clear {
    clear: none;
  }

  .faq_list .gall_img .thumb_on .plus {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .faq_list .gall_img .thumb_on .plus:before {
    height: 15px;
    margin-top: -7.5px;
  }

  .faq_list .gall_img .thumb_on .plus:after {
    width: 15px;
    margin-left: -7.5px;
  }

  .faq_list .gall_img .thumb_on .more {
    font-size: 14px;
    margin-top: 10vw;
  }

  .faq_list .gall_text_href {
    padding: 0 1vw 0 1vw;
  }
}

@media screen and (min-width: 685px) and (max-width: 767px) {
  .faq_list #gall_ul > li {
    float: left;
    width: 48%;
    max-width: auto;
    height: 320px;
    margin: 0 4% 20px 0;
  }

  .faq_list #gall_ul > li:nth-child(2n),
  .faq_list #gall_ul > li:nth-child(6n) {
    margin-right: 0px !important;
  }

  .faq_list #gall_ul > li:nth-child(3n) {
    margin-right: 4%;
  }

  .faq_list .box_clear {
    clear: none;
  }
}

@media screen and (max-width: 684px) {
  .faq_list #gall_ul > li {
    float: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 400px;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
  }

  .faq_list #gall_ul > li:nth-child(3n) {
    margin-right: auto;
  }

  .faq_list .box_clear {
    clear: none;
  }

  .faq_list .gall_img {
    max-height: 300px !important;
  }

  .faq_list .gall_img .thumb_on .plus {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .faq_list .gall_img .thumb_on .plus:before {
    height: 15px;
    margin-top: -7.5px;
  }

  .faq_list .gall_img .thumb_on .plus:after {
    width: 15px;
    margin-left: -7.5px;
  }

  .faq_list .gall_img .thumb_on .more {
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: 30px;
  }

  .faq_list .gall_text_href {
    padding: 0 2vw 0 2vw;
  }
}

/*FAQ 리스트 끝*/

/*FAQ 모달팝업 시작*/
.faq_list .modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 35px 25px;
  background: #fff;
  transition: 0.5s;
  border: 1px solid #efefef;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.faq_list #gall_ul > li:nth-child(3n) .modal {
  left: auto;
  right: 0px;
}

.faq_on {
  width: 207% !important;
  z-index: 101;
}

.faq_list .modal .tag {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.faq_list .modal .tag .numb {
  color: #ed6100;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}

.faq_list .modal .tag .numb:after {
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  background: #cecdcd;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
}

.faq_list .modal .tag .qstn {
  color: #949495;
  font-size: 15px;
  font-family: 'Poppins';
  line-height: 20px;
}

.faq_list .modal .cnt_wrap {
  height: 160px;
  overflow-y: scroll;
}

.faq_list .modal .bo_tit {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #49484b !important;
  font-size: 18px !important;
  line-height: 150% !important;
  word-break: normal;
}

.faq_list .modal .bo_cnt {
  display: block;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 40px;
  color: #49484b !important;
  font-size: 14px;
  line-height: 160% !important;
}

.faq_list .modal .date {
  position: absolute;
  font-size: 14px;
  bottom: 25px;
}

.faq_list .modal .faq_close {
  position: absolute;
  top: 35px;
  right: 25px;
}

@media screen and (max-width: 1199px) and (min-width: 685px) {
  .faq_list #gall_ul > li:nth-child(3n) .modal {
    left: 0px;
    right: auto;
  }

  .faq_list #gall_ul > li:nth-child(2n) .modal {
    right: 0px;
    left: auto;
  }

  .faq_on {
    width: 209% !important;
  }
}

@media screen and (max-width: 684px) {
  .faq_list #gall_ul > li:last-child .modal {
    top: auto;
    bottom: 0px;
  }

  .faq_on {
    width: 100% !important;
    height: 209% !important;
  }

  .faq_list .modal .cnt_wrap {
    height: 470px;
    overflow-y: scroll;
  }
}

/*FAQ 모달팝업 끝*/

/*FAQ 글쓰기 시작*/
.faq_wr .content_01 {
  margin-bottom: 0px;
}

.faq_wr #fwrite {
  padding: 20px 20px;
  background: #f1f1f1;
  margin-bottom: 50px;
}

.faq_wr .write_div {
  margin: 5px 0px 20px 0px !important;
}

.faq_wr .write_div label {
  display: block;
  float: left;
  width: 130px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 5px;
  border-radius: 3px;
}

.faq_wr .write_div label.lb_icon {
  background: none;
}

.faq_wr .write_div input {
  width: 715px !important;
  height: 41px !important;
  padding-right: 50px !important;
  padding-left: 20px !important;
}

.faq_wr .write_div #wr_content {
  width: 715px !important;
  height: 200px;
}

.faq_wr .btn_confirm {
  margin-top: 40px !important;
}

.faq_wr .btn_submit {
  background: #eb6100;
}

.faq_wr .btn_submit:hover {
  background: #f18900;
}

@media screen and (max-width: 1199px) {
  .faq_wr .write_div label {
    float: none;
    margin-bottom: 5px;
  }

  .faq_wr .write_div input,
  .faq_wr .write_div #wr_content {
    width: 100% !important;
  }

  .faq_wr .write_div #wr_content {
    padding: 20px 20px 20px 20px !important;
  }
}

/*FAQ 글쓰기 끝*/

/*홍보자료 공통*/
.cus_prom .content_01 {
  position: relative;
  height: 320px;
  margin-bottom: 0px;
}

.cus_prom .top_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .cus_prom .content_01 {
    height: 28.5vw;
  }

  .cus_prom .top_img {
    width: 20vw;
    bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .cus_prom .content_01 {
    height: auto;
    overflow: hidden;
  }

  .cus_prom .content_01 .cont_subtitle {
    float: left;
    margin-bottom: 40px;
  }

  .cus_prom .top_img {
    float: right;
    position: static;
    width: 150px;
    margin-left: 20px;
    margin-top: -50px;
  }

  @media screen and (max-width: 470px) {
    .cus_prom .top_img {
      display: none;
    }
  }
}

/*홍보자료 공통*/

/*홍보자료 리스트 시작*/
.prom_list #fboardlist {
  border-top: 2px solid #49484b;
  border-bottom: 2px solid #d8d8d9;
  padding-bottom: 40px;
}

.prom_list #gall_ul {
  margin: 30px 0 !important;
}

.prom_list #gall_ul > li {
  width: 32%;
  height: 310px;
  padding: 5px !important;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.prom_list #gall_ul > li:nth-child(3n) {
  margin-right: 0;
}

.prom_list .gall_box {
  margin-bottom: 0px !important;
}

.prom_list .gall_con {
}

.prom_list .gall_img {
  position: relative;
  height: 205px;
  max-height: 216px !important;
  border: 1px solid #eee !important;
  box-sizing: border-box;
}

.prom_list .gall_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -37.5%;
  left: 0px;
}

.prom_list .gall_con > a {
  display: block;
  width: 100%;
  height: 100%;
}

.prom_list .gall_con > a:hover .thumb_on {
  display: block;
}

.prom_list .gall_img .thumb_on {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(241, 137, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
}

.prom_list .gall_img .thumb_on .plus {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.prom_list .gall_img .thumb_on .plus:before,
.prom_list .gall_img .thumb_on .plus:after {
  display: block;
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.prom_list .gall_img .thumb_on .plus:before {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
}

.prom_list .gall_img .thumb_on .plus:after {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}

.prom_list .gall_img .thumb_on .more {
  display: block;
  background: none;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 150px;
}

.prom_list .gall_text_href {
  width: 100%;
  padding: 0 10px 40px 10px !important;
  margin-bottom: 0px !important;
}

.prom_list .gall_text_href .bo_tit,
.prom_list .gall_text_href .bo_cnt {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .prom_list #gall_ul > li {
    width: 48%;
    height: 35vw;
    max-height: 320px;
    margin-right: 4%;
  }

  .prom_list #gall_ul > li:nth-child(3n) {
    margin-right: 4%;
  }

  .prom_list #gall_ul > li:nth-child(2n) {
    margin-right: 0;
  }

  .prom_list #gall_ul > li:nth-child(4n) {
    clear: none;
  }

  .prom_list .gall_img {
    height: 22vw;
  }

  .prom_list .gall_img .thumb_on .plus {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .prom_list .gall_img .thumb_on .plus:before {
    height: 15px;
    margin-top: -7.5px;
  }

  .prom_list .gall_img .thumb_on .plus:after {
    width: 15px;
    margin-left: -7.5px;
  }

  .prom_list .gall_img .thumb_on .more {
    font-size: 14px;
    margin-top: 10vw;
  }

  .prom_list .gall_text_href {
    padding: 0 1vw 0 1vw;
  }
}

@media screen and (min-width: 685px) and (max-width: 767px) {
  .prom_list #gall_ul > li {
    float: left;
    width: 48%;
    max-width: auto;
    height: 320px;
    margin: 0 4% 20px 0;
  }

  .prom_list #gall_ul > li:nth-child(2n),
  .prom_list #gall_ul > li:nth-child(6n) {
    margin-right: 0px !important;
  }

  .prom_list #gall_ul > li:nth-child(3n) {
    margin-right: 4%;
  }

  .prom_list .box_clear {
    clear: none;
  }
}

@media screen and (max-width: 684px) {
  .prom_list #gall_ul > li {
    float: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 400px;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
  }

  .prom_list #gall_ul > li:nth-child(3n) {
    margin-right: auto;
  }

  .prom_list .box_clear {
    clear: none;
  }

  .prom_list .gall_img {
    max-height: 300px !important;
  }

  .prom_list .gall_img .thumb_on .plus {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .prom_list .gall_img .thumb_on .plus:before {
    height: 15px;
    margin-top: -7.5px;
  }

  .prom_list .gall_img .thumb_on .plus:after {
    width: 15px;
    margin-left: -7.5px;
  }

  .prom_list .gall_img .thumb_on .more {
    width: 100%;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: 30px;
  }

  .prom_list .gall_text_href {
    padding: 0 2vw 0 2vw;
  }
}

/*홍보자료 리스트 끝*/

/*홍보자료 모달팝업 시작*/
.prom_list .modal_wrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.prom_list .modal {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -250px;
}

.prom_list .close_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(241, 137, 0, 0.7);
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 38px;
}

.prom_list .modal_img {
  width: 100%;
  height: 405px;
  overflow: hidden;
}

.prom_list .modal_img img {
  width: 100%;
}

.prom_list .modal_text {
  padding-top: 20px;
}

.prom_list .modal_text .tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}

.prom_list .modal_text .cnt {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  /*홍보자료 모달팝업 시작*/
  .prom_list .modal {
    width: 80%;
    min-width: 256px;
    height: auto;
    margin-top: -42vw;
    margin-left: -40%;
  }

  .prom_list .modal_img {
    height: auto;
  }

  .prom_list .modal_text .tit {
    font-size: 18px;
  }

  .prom_list .modal_text .cnt {
    font-size: 14px;
  }

  /*홍보자료 모달팝업 끝*/
}

/*홍보자료 모달팝업 끝*/

/*홍보자료 글쓰기 시작*/
.gall_wr .content_01 {
  margin-bottom: 0px;
}

.gall_wr #fwrite {
  padding: 20px 20px;
  background: #f1f1f1;
  margin-bottom: 50px;
}

.gall_wr .write_div {
  margin: 5px 0px !important;
}

.gall_wr .write_div label {
  display: block;
  float: left;
  width: 130px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 5px;
  border-radius: 3px;
}

.gall_wr .write_div label.lb_icon {
  background: none;
}

.gall_wr .write_div input,
.gall_wr .write_div #wr_content {
  width: 715px !important;
  height: 41px !important;
  padding-right: 50px !important;
  padding-left: 20px !important;
}

.gall_wr .bo_w_flie {
  margin-top: 40px !important;
}

.gall_wr .bo_w_flie .file_tag {
  width: 300px;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #282828;
  margin-right: 1%;
  border-radius: 3px;
}

.gall_wr .bo_w_flie .file_tag span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 10px;
}

#bo_w .bo_w_flie .frm_file {
  padding-left: 50px !important;
  margin-top: 3px;
}

.gall_wr .btn_confirm {
  margin-top: 40px !important;
}

.gall_wr .btn_submit {
  background: #eb6100;
}

.gall_wr .btn_submit:hover {
  background: #f18900;
}

.gall_wr .bo_w_flie .file_del {
  display: block !important;
  width: 100%;
  height: auto;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 10px !important;
}

.gall_wr .bo_w_flie .file_del #bf_file_del0 {
  width: 20px !important;
  padding: 0 !important;
  position: absolute;
  right: 10px;
}

.gall_wr .bo_w_flie .file_del label {
  width: 100% !important;
  font-size: 12px !important;
  background-color: #30333b;
}

.gall_wr .bo_w_flie .file_del label span {
  float: right;
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .gall_wr .write_div label {
    float: none;
    margin-bottom: 5px;
  }

  .gall_wr .write_div input,
  .gall_wr .write_div #wr_content {
    width: 100% !important;
  }

  .gall_wr .bo_w_flie .file_del #bf_file_del0 {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
  }

  .gall_wr .write_div #wr_content {
    padding: 20px 20px 20px 20px !important;
  }

  .gall_wr .bo_w_flie .file_tag {
    width: 100%;
  }
}

/*홍보자료 글쓰기 끝*/

/**/



/* main oeko-text 인증서 추가 */

.main_cont .cont_intro {position: relative;}
.main_cont .cont_intro .floating-cert-img {position: absolute; left:-200px; top:-15px; width: 300px;}

@media screen and (max-width:1600px) {
  .main_cont .cont_intro .floating-cert-img {width: 200px; left:0%; }
}

@media screen and (max-width:1399px) {
  .main_cont .cont_intro .floating-cert-img {position: static; margin: 0 auto;}
}


