.text-center {
  text-align: center;
  margin-bottom: 70px;
}
.lead {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #555;
  font-weight: 300;
  word-break: keep-all;
}
::selection {
  background-color: #002005;
  color: #fff;
}

/*헤드메뉴*/
#header_wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#header_wrap #hd_wrapper .hd_login a {
  color: #333;
}
#header {
  position: absolute;
  left: 0;
  top: 0px;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .header-inner {
  width: 100%;
  height: 100%;
}
#header .gnb {
  list-style: none;
  height: 100%;
  position: absolute;
  right: 0px;
}
#header .gnb > li {
  float: left;
  position: relative;
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  text-align: center;
}
#header .gnb > li > a {
  display: inline-block;
  line-height: 1em;
  width: 100%;
  color: #ddd;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-decoration: none;
}
#header .gnb > li > a:hover {
  color: #fff;
}
#header .gnb > li.active {
  background-color: #b0905e;
}
#header .gnb > li.active > a {
  color: #fff;
}
#header .gnb .login {
  font-size: 12px;
  width: 70px;
  color: #fff;
}
#header .gnb .join {
  font-size: 12px;
  color: #fff;
  margin-left: 20px;
}
#header .gnb .login a {
  color: #ddd;
  font-size: 12px;
}
#header .gnb .login a:hover {
  color: #fff;
}
#header .gnb .join a {
  color: #ddd;
  font-size: 12px;
}
#header .gnb .join a:hover {
  color: #fff;
}

#header .header-inner .menu {
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: 29px;
  left: 50%;
  width: 25px;
  height: 20px;
  background-image: url(../img/cate_more.gif);
  margin-left: 200px;
  border: 0;
  display: none;
}
#header .header-inner .menu.on {
  background-image: url(../img/cate_close.gif);
}

#header .gnb > li,
#header #right-side-open {
  height: 80px;
  line-height: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header #right-side-open {
  position: absolute;
  right: 0;
  width: 100px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
}
#header #right-side-open span {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}
#header .gnb .snb {
  list-style: none;
  display: none;
}
#header #logo {
  margin-left: 25px;
  padding: 0;
}
#header #logo a {
  display: block;
  width: 100px;
  height: 80px;
  line-height: 80px;
}
#header #logo img {
  width: 100%;
}
#header .gnb .snb,
.device-md #header .gnb .snb {
  display: none;
  position: absolute;
  right: -82px;
  width: 200px;
  top: 80px;
  border-top: 0;
  background-color: #000;
  z-index: 2;
}
#header .gnb .snb li {
  font-size: 14px;
  line-height: 3.1;
  text-align: left;
  border-top: 1px solid #414141;
}
#header .gnb .snb li a {
  color: #fff;
  display: block;
  padding-left: 20px;
}
#header .gnb .snb li a:hover {
  color: #fff;
  display: block;
  background-color: #2253b8;
  text-decoration: none;
  line-height: 3.1;
}
#header .gnb .snb li:first-child {
  border-top: 0;
}

/*헤드메뉴*/

/*메인배너*/
.main-carousel {
  padding: 0;
  display: block;
  margin-top: 80px;
}
.main-carousel .li {
  height: 850px;
  background-size: cover;
  background-position: center center !important;
  position: relative;
}
.main-carousel .li .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main_visual_cover.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 300px;
  opacity: 0.45;
  z-index: 1;
}
.main-carousel .jarallax {
  height: 780px;
}
.main-carousel .img01 {
  background-image: url(../img/main_banner_img01.jpg);
}
.main-carousel .img02 {
  background-image: url(../img/main_banner_img02.jpg);
}
.main-carousel .img03 {
  background-image: url(../img/main_banner_img03.jpg);
}
.main-carousel .li .copy_area {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 38%;
  z-index: 2;
  padding: 0 180px;
}
.main-carousel .li .copy_area h2 {
  font-size: 57px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}
.main-carousel .li .copy_area h3 {
  max-width: 1500px;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin: 12px auto 20px auto;
  color: #fff;
  opacity: 0.8;
  padding: 0 20px;
  line-height: 1.6;
  word-break: keep-all;
}
.main-carousel .li .copy_area h4 {
  text-align: center;
  margin: 80px auto 0 auto;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.main-carousel .li .copy_area h4 a {
  color: #fff;
  padding: 18px 42px;
  display: block;
  text-align: center;
  width: 160px;
  margin: auto;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
}
.main-carousel .li .copy_area h4 a:hover {
  background-color: #fff;
  color: #000;
}
.main-carousel .li .copy_area_movie {
  width: 100%;
  position: relative;
}
.main-carousel .li .copy_area_movie h2 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 2em;
  text-align: left;
  z-index: 1;
}
.main-carousel .li .copy_area_movie h2:after {
  content: " ";
  display: block;
  margin: 50px 0 0;
  width: 40px;
  height: 3px;
  background-color: #fff;
  clear: both;
}
.main-carousel .li .copy_area_movie h3 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  line-height: 2em;
  text-align: left;
  margin: 15px 0 40px 0;
  z-index: 1;
}
.main-carousel .owl-dots {
  position: absolute;
  width: auto;
  text-align: center;
  margin: 0 auto;
  bottom: 50px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 8px;
}
.main-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.4);
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: 5px 0;
  margin-right: 10px;
  border: 0;
  border-radius: 50%;
}
.main-carousel .owl-dots .owl-dot span {
  margin: 0;
}
.main-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.main-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.main-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}
.main-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><polyline points="16 4 8 12 16 20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 14px auto !important;
  background-position: center center !important;
  text-indent: -9999px;
}
.main-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><polyline points="8 4 16 12 8 20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 14px auto !important;
  background-position: center center !important;
  text-indent: -9999px;
}

/*메인배너*/

/*오른쪽 퀵메뉴*/
.right_quick {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 2;
}
.right_quick.fixed {
  position: fixed;
  right: 0;
  top: 50% !important;
  margin-bottom: 50px;
  z-index: 100;
  top: 189px;
}
.right_quick.fixed .material-icons {
  color: #fff;
  float: right;
}
.right_quick ul.quick_info {
  position: relative;
  height: 240px;
}
.right_quick ul.quick_info li {
  position: absolute;
  height: 60px;
  right: 0;
}
.right_quick ul.quick_info li:nth-child(1) {
  top: 0;
}
.right_quick ul.quick_info li:nth-child(2) {
  top: 60px;
}
.right_quick ul.quick_info li:nth-child(3) {
  top: 120px;
}
.right_quick ul.quick_info li:nth-child(4) {
  top: 180px;
}
.right_quick ul.quick_info li:nth-child(5) {
  top: 240px;
}

.right_quick ul.quick_info li a {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #343434;
  overflow: hidden;
  display: block;
}
.right_quick ul.quick_info li i {
  color: #fff;
  font-size: 24px;
}
.right_quick ul.quick_info li i.ico {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 2;
}
.right_quick ul.quick_info li:nth-child(1) i {
  right: 17px;
}
.right_quick ul.quick_info li:nth-child(2) i {
  right: 17px;
}
.right_quick ul.quick_info li:nth-child(3) i {
  right: 17px;
}
.right_quick ul.quick_info li:nth-child(4) i {
  right: 17px;
}
.right_quick ul.quick_info li:nth-child(5) i {
  right: 17px;
}
.right_quick ul.quick_info li a span {
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  text-align: left;
  opacity: 0;
  left: 30px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
.right_quick ul.quick_info li a.kakao span {
  color: #000;
}

/*오른쪽 퀵메뉴*/

/*메인퀵*/
.tl_company_box_wrap {
  width: 100%;
  background-color: #fafafa;
  padding: 150px 0;
  z-index: 2;
}
.tl_company_box_wrap h2 {
  text-align: center;
  font-size: 35px;
  color: #333;
}
.tl_company_box_wrap h2 span {
  display: block;
  padding: 20px 0;
  color: #666;
  font-size: 15px;
  font-weight: 100;
}
.tl_company_box_wrap ul li {
  width: 33.3333%;
  text-align: center;
  float: left;
  display: block;
}
.tl_company_box_wrap ul li .icon {
  display: inline-block;
  padding: 10px 30px;
}
.tl_company_box_wrap ul li .icon i {
  color: #fa5bdd;
  font-size: 32px;
}
.tl_company_box_wrap ul li img {
  vertical-align: middle;
  transition: transform 500ms;
}
.tl_company_box_wrap ul li:hover .icon {
  transform: rotateY(180deg);
  transition: transform 500ms;
}
.tl_company_box_wrap ul li .box {
  padding: 0px 20px;
  display: block;
}
.tl_company_box_wrap ul li:last-child .box {
  border-right: 0px;
}
.tl_company_box_wrap ul li dl dt {
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 20px;
  color: #222;
  font-size: 23px;
}
.tl_company_box_wrap ul li dl dd {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
}
.tl_company_box_wrap ul li a {
  display: inline-block;
  margin-top: 50px;
  border: 1px #fa5bdd solid;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  color: #fa5bdd;
  font-size: 12px;
  transition: all 0.2s;
}
.tl_company_box_wrap ul li:hover a {
  background: #fa5bdd;
  border: 1px solid #fa5bdd;
  color: #fff;
  transition: all 0.3s;
}

/*메인퀵*/

/*모바일 오른쪽 메뉴*/
#right-side {
  background-color: #01160c;
  position: fixed;
  z-index: 11;
  top: 0;
  right: -400px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  box-sizing: border-box;
  overflow: auto;
}
#right-side .side_gnb .call a {
  text-align: center;
  display: block;
  position: relative;
  background: #6cc043;
  color: #fff;
  font-weight: bold;
  height: 5em;
  line-height: 5em;
  border-radius: 3px;
  margin-top: 10px;
  padding: 2px 0 4px 0;
}
#right-side #btn-close-right-side {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  width: 60px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
#right-side #btn-close-right-side .fa.fa-times {
  font-size: 18px;
  padding-top: 20px;
}
.right-side-on #right-side {
  right: 0;
}
.right-side-on #wrapper {
  left: -300px;
}
.right-side-on #header {
  left: -300px;
}
.right-side-on #rs-overlay {
  display: block;
}

.quick_menu {
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
.quick_menu ul {
  text-align: center;
}
.quick_menu li {
  display: inline-block;
  margin-left: -3px;
  width: 80px;
  border-right: 1px solid #ddd;
}
.quick_menu li:last-child {
  border: 0;
}
.quick_menu li a {
  display: block;
  box-sizing: border-box;
  color: #f5f5f5;
  letter-spacing: -0.8px;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.quick_menu li a:hover {
  color: #fff;
  backface-visibility: hidden;
}
.quick_menu li a.on {
  color: #fff;
  border-bottom-color: #ff3300;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.quick_kakao {
  text-align: center;
  height: 35px;
  background-color: #ffd800;
  display: inline-block;
  clear: both;
}
.quick_kakao a {
  display: block;
  position: relative;
  background: #ffd800;
}
.quick_kakao a img {
  display: block;
  margin: 0 auto;
}

.side_gnb {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 20px;
}
.side_gnb p {
  color: #fff;
  text-align: center;
  padding: 20px;
}
.side_gnb .menu-list {
  display: block;
  position: relative;
  border-bottom: 1px solid #1b3023;
  margin-top: 60px;
}
.side_gnb .menu-list > li > a {
  display: block;
  font-weight: 500;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 3.8em;
  padding: 0 1em;
  border-top: 1px solid #1b3023;
  text-decoration: none;
}
.side_gnb .menu-list > li > a.has-submenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-75%) rotate(135deg);
  -webkit-transform: translateY(-75%) rotate(135deg);
  right: 1.5em;
  width: 10px;
  height: 10px;
  border: 1px solid #f2f2f2;
  border-left-width: 0;
  border-bottom-width: 0;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}
.side_gnb .menu-list > li.on > a.has-submenu::after {
  -webkit-transform: translateY(-25%) rotate(315deg);
  transform: translateY(-25%) rotate(315deg);
}
.side_gnb .depth-2 {
  display: none;
}
.side_gnb .depth-2 > li {
  background-color: transparent;
}
.side_gnb .depth-2 > li > a {
  display: block;
  color: #d6d6d6;
  font-size: 1.2em;
  line-height: 3.5em;
  padding: 0 1.8em;
  border-top: 1px solid #1b3023;
  color: #ccc;
}
/*모바일 오른쪽 메뉴*/

/*Brand Video Section*/
.brand-video-section {
  padding: 110px 20px 140px;
  background: #f4f7f6;
}
.brand-video-container {
  max-width: 1100px;
  margin: 0 auto;
}

.brand-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 50px rgba(0, 95, 62, 0.15);
}
.brand-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.brand-video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*티로그는 지금*/
.tl_business_now_box_warp {
  width: 100%;
  padding: 130px 0;
  background-color: #fff;
}
.tl_business_now_box_warp h2,
.info-banners-container h2,
.brand-video-container h2,
.contact-banner-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.tl_business_now_box_warp p,
.info-banners-container > p,
.brand-video-container > p,
.contact-banner-subtitle {
  text-align: center;
  font-size: 23px;
  color: #555;
  padding: 10px 20px 50px 20px;
  font-weight: 400;
  line-height: 1.4;
}

/*티로그는 지금*/

/*갤러리 이미지*/
.tl_projects_wrap {
  width: 100%;
  padding: 150px 0;
  clear: both;
}
.tl_projects_wrap ul li {
  float: left;
  width: 33.33333%;
  position: relative;
}
.tl_projects_wrap ul li img {
  width: 100%;
}
.tl_projects_wrap span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #292c37;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
.tl_projects_wrap span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #292c37;
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}
.tl_projects_wrap h2 {
  text-align: center;
  font-size: 52px;
  padding: 0 20px;
}
.tl_projects_wrap p {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 40px 20px;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  font-weight: 300;
  word-break: keep-all;
}
.tl_projects_wrap ul li .bg {
  background-color: #000;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tl_projects_wrap ul li:hover .bg {
  opacity: 0.6;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.tl_projects_wrap ul li .txt_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: table;
  padding: 40px;
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0;
  z-index: 2;
}
.tl_projects_wrap ul li:hover .txt_wrap {
  opacity: 1;
  transform: translateY(-20px);
}

.tl_projects_wrap ul li .txt_wrap .cell {
  text-align: left;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tl_projects_wrap ul li .txt_wrap .cell h2 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.tl_projects_wrap ul li .txt_wrap .cell p {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.8;
}

/*갤러리 이미지*/

/* 사각박스배너 */
.tl_banner_style_wrap {
  width: 100%;
  padding: 150px 0;
  clear: both;
}
.tl_banner_style_wrap .photo_box {
  clear: both;
}
.tl_banner_style_wrap .photo_box .img {
  width: 50%;
  float: left;
  display: block;
}
.tl_banner_style_wrap .photo_box .img img {
  width: 100%;
}
.tl_banner_style_wrap .photo_box .txt {
  width: 50%;
  float: left;
  padding: 50px;
  display: block;
}
.tl_banner_style_wrap .photo_box .txt h2 {
  font-size: 28px;
  padding-top: 50px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: left;
}
.tl_banner_style_wrap .photo_box .txt p {
  padding-top: 20px;
  word-break: keep-all;
}

/* 사각박스배너 */

/*맞춤형 웹서비스*/
.center_banner_wrap {
  width: 100%;
  height: 514px;
  background-image: url(../img/center_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  clear: both;
}
.center_banner_wrap .text_align-left {
  float: right;
  max-width: 436px;
  padding: 0 10px;
  display: table;
}
.center_banner_wrap .text_align-left .table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 514px;
}
.center_banner_wrap h1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.center_banner_wrap h2 {
  color: #000;
  font-size: 42px;
  font-weight: 500;
}
.center_banner_wrap span {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  opacity: 0.8;
  line-height: 1.6;
}
.center_banner_wrap a {
  display: inline-block;
  margin-top: 50px;
  background-color: #fff;
  padding: 1rem 1.5rem;
  width: 140px;
  color: #000;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  transition: all 0.2s;
}
.center_banner_wrap a:hover {
  background-color: #fff;
  color: #000;
}

/*맞춤형 웹서비스*/

/*제품소개*/
.tl_product_box_wrap {
  width: 100%;
  padding: 150px 0;
}
.tl_product_box_wrap h2 {
  text-align: center;
  font-size: 42px;
  color: #000;
  line-height: 1.6;
  font-weight: 600;
}
.tl_product_box_wrap h2 span {
  padding: 10px 20px 50px 20px;
  font-size: 16px;
  display: block;
  color: #555;
  font-weight: 400;
}

/*제품소개*/

/*하단 폼메일*/
.tl_inquiry_wrap {
  width: 100%;
  padding: 150px 0;
  background-color: #f8f9fa;
  clear: both;
}
.tl_inquiry_wrap .left {
  width: 50%;
  background-color: #fff;
  padding: 95px 95px 50px 50px;
  float: left;
}
.tl_inquiry_wrap .left .txt_box {
  max-width: 495px;
  float: right;
}
.tl_inquiry_wrap .left h2 {
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #6c6;
  text-align: left;
}
.tl_inquiry_wrap .left p {
  font-size: 16px;
  color: #555;
  max-width: 150px;
}
.tl_inquiry_wrap .left li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.tl_inquiry_wrap .left .title {
  margin-bottom: 10px;
}
.tl_inquiry_wrap .left .title a {
  font-size: 19px;
  color: #444;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.tl_inquiry_wrap .left .title .date {
  padding-right: 20px;
  color: #2d64b1;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  background: url(../img/b_ico.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.tl_inquiry_wrap .left .memo {
  line-height: 1.2em;
}
.tl_inquiry_wrap .left .memo a {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
}
.tl_inquiry_wrap .right {
  width: 50%;
  background-color: #fff;
  padding: 50px;
  float: right;
}
.tl_inquiry_wrap .right {
  width: 50%;
  min-height: 660px;
  background-color: #a2c8ec;
  padding: 95px 95px 20px 120px;
  float: left;
  box-sizing: border-box;
}
.tl_inquiry_wrap .right .mail_box {
  max-width: 495px;
}
.tl_inquiry_wrap .right .mail_box h2 {
  font-size: 42px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
.tl_inquiry_wrap .right .mail_box .input_page {
  clear: both;
  border: 1px solid #000;
  margin: 0 0 10px 0;
}
.tl_inquiry_wrap .right .mail_box .input_page input {
  background-color: rgba(228, 228, 228, 0.5);
  width: 100%;
  height: 39px;
  padding-left: 10px;
  color: #000;
  border: 0;
}
.tl_inquiry_wrap .right .mail_box .input_page textarea {
  background-color: rgba(228, 228, 228, 0.5);
  width: 100%;
  height: 170px;
  padding: 10px;
  color: #000;
  border: 0;
}
.tl_inquiry_wrap .right .mail_box .check_page {
  float: left;
  padding: 20px 0;
}
.tl_inquiry_wrap .right .mail_box .send {
  margin: 15px 0 0;
  max-width: 142px;
  height: 41px;
  line-height: 41px;
  padding: 0px 40px;
  background-color: #222;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: 0;
  float: left;
}
.tl_inquiry_wrap .right #captcha #captcha_info {
  display: none;
}
#x_message {
  position: absolute;
  width: 300px;
  border-radius: 10px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  top: 50px;
  left: 50%;
  margin-left: -150px;
  background-color: #fdd;
  border: 2px solid #c00;
  font-weight: 700;
  color: #666;
  z-index: 1000;
}
#x_loading {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
  top: 50px;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  font-size: 100px;
  line-height: 200px;
}
#x_message.x-msg1 {
  background-color: #fdd;
}
#x_message.x-msg2 {
  background-color: #9c6;
  border: 2px solid #096;
}

/*하단 폼메일*/

/*서브상단*/
.sub_visual {
  position: relative;
  max-width: 2560px;
  margin: 80px auto 0;
  height: 450px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.sub_visual.visual01 .bg {
  background-image: url(../img/sub_visual01.jpg);
}
.sub_visual.visual02 .bg {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.visual03 .bg {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.visual04 .bg {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.visual05 .bg {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sub_visual .title_wrap {
  display: table;
  margin: 0 auto;
  height: 450px;
}
.sub_visual .title {
  max-width: 1240px;
  display: table-cell;
  vertical-align: middle;
}
.sub_visual h3 {
  position: relative;
  z-index: 2;
  font-size: 53px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
}
.sub_visual h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 10px auto;
  background-color: #fff;
}
.sub_visual .sub_title {
  font-size: 25px;
  text-align: center;
  filter: alpha(opacity=60);
  position: relative;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  opacity: 0.8;
  padding-top: 10px;
}
.sub_visual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub_visual_cover.png) center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1200px;
  opacity: 0.2;
  z-index: 1;
}
.sub_visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*서브상단*/

/*서브 하단 네비*/
.category-wrap {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  clear: both;
  background-attachment: scroll;
  position: relative;
  z-index: 3;
}
.sub_navI_warp {
  background-color: #fff;
  max-width: 1300px;
  z-index: 3;
  position: relative;
  margin: -70px auto;
}
.all-wrap {
  max-width: 1300px;
  height: 69px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.all-wrap .loca-wrap {
  width: 100%;
  margin: 0 auto;
  height: 69px;
}
.all-wrap .loca-wrap .loca-area i {
  float: left;
  display: inline-block;
  width: 60px;
  height: 71px;
  line-height: 65px;
  color: #555;
  border-right: 1px solid #ddd;
  padding: 0;
  margin-top: 0;
  text-align: center;
}
.all-wrap .loca-wrap .loca-area {
  height: 69px;
  float: left;
}
.all-wrap .loca-wrap .loca-area > a {
  display: inline-block;
  width: 54px;
  height: 100%;
  float: left;
  line-height: 100%;
  text-align: center;
}
.all-wrap .loca-wrap .loca-area > a img {
  margin-top: 17px;
}
.all-wrap .loca-wrap .loca-area > ul {
  float: left;
  margin: 0;
  padding: 0;
}
.all-wrap .loca-wrap .loca-area > ul > li {
  float: left;
  width: 220px;
  height: 70px;
  position: relative;
  margin-left: -1px;
}
.all-wrap .loca-wrap .loca-area > ul > li button {
  height: 69px;
  width: 220px;
  position: relative;
  text-align: left;
  background-image: url(../img/loca_arrow_off.png);
  background-position-y: 50%;
  background-position-x: 100%;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  border: 0;
  background-color: inherit;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.all-wrap .loca-wrap .loca-area > ul > li button.active {
  background-image: url(../img/loca_arrow_on.png);
  background-position-y: 50%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}
.all-wrap .loca-wrap .loca-area > ul > li button span {
  padding-left: 19px;
  background-color: transparent;
  color: #333;
  font-size: 15px;
}
.all-wrap .loca-wrap .loca-area > ul > li div {
  overflow: hidden;
  height: 0;
  position: relative;
}
.all-wrap .loca-wrap .loca-area > ul > li div ul {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0;
}
.all-wrap .loca-wrap .loca-area > ul > li div ul li a {
  border-bottom: 1px solid #ddd;
  background: #fff;
  height: 46px;
  color: #555;
  line-height: 46px;
  display: block;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  padding-left: 19px;
  font-size: 15px;
  box-sizing: border-box;
}
.all-wrap .loca-wrap .loca-area > ul > li div ul li a:hover {
  color: #000;
  font-weight: bold;
}
.all-wrap .loca-wrap .share-area {
  float: right;
  display: block;
  padding-top: 16px;
  box-sizing: border-box;
}
.all-wrap .loca-wrap .share-area .hide-wrap {
  width: 151px;
  height: 34px;
  overflow: hidden;
  float: left;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area {
  width: 151px;
  height: 34px;
  position: relative;
  left: 200px;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li {
  float: left;
  margin-left: 13px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li:first-child {
  margin-left: 0;
}
.all-wrap .loca-wrap .share-area .share-btn {
  width: 34px;
  height: 34px;
  background-image: url(../img/share_open_bt.png);
  float: right;
  text-indent: -9999px;
  padding-left: 18px;
  box-sizing: unset;
  background-repeat: no-repeat;
  background-position-x: right;
  transition: all 0.5s ease;
  background-color: inherit;
  border: 0;
  margin-right: 20px;
}
.all-wrap .loca-wrap .share-area .share-btn.active {
  background-image: url(../img/share_close_bt.png);
  border-left: 1px solid #fff;
}

/*서브 하단 네비*/

/*서브 기본 상단*/
.content_wrap {
  width: 100%;
  padding: 0 20px;
}
.content_wrap .txtCon {
  max-width: 1450px;
  margin: 0 auto;
  padding: 100px 0 50px;
  font-weight: 400;
  position: relative;
  clear: both;
}
.content_wrap .txtCon .sub_title {
  margin-bottom: 60px;
}
.content_wrap .txtCon h1 {
  margin: 0 0 40px 0;
  font-size: 40px;
  padding: 0 0 20px 0;
  color: #000;
  font-weight: bold;
  letter-spacing: -2px;
  text-align: center;
}
.content_wrap .txtboard {
  max-width: 1400px;
  font-size: 12px;
}
.content_wrap .sub_title h3 {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 42px;
  color: #000;
  font-weight: 600;
}
.content_wrap .sub_title p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 26px;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.5px;
}

/*Info Banners Section*/
.info-banners-section {
  padding: 120px 20px 150px;
  background: #fff;
}

.info-banners-container {
  max-width: 1450px;
  margin: 0 auto;
}

.info-banners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-banner-card {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.info-banner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.info-banner-card.company::before {
  background: linear-gradient(135deg, #0b6649 0%, #0d7250 50%, #12865c 100%);
}

.info-banner-card.procurement::before {
  background: linear-gradient(135deg, #173a85 0%, #1e427c 50%, #285ea1 100%);
}

.info-banner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.info-banner-card:hover::before {
  opacity: 1;
}

.info-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 25px;
}

.info-banner-icon {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.info-banner-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.info-banner-card:hover .info-banner-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.info-banner-card:hover .info-banner-icon img {
  transform: scale(1.05);
}

.info-banner-text {
  flex: 1;
  min-width: 0;
}

.info-banner-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 8px;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.info-banner-card:hover .info-banner-title {
  color: #ffffff;
}

.info-banner-description {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #64748b;
  margin: 0;
  transition: color 0.3s ease;
  line-height: 1.5;
}

.info-banner-card:hover .info-banner-description {
  color: rgba(255, 255, 255, 0.9);
}

.info-banner-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f9;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-banner-card:hover .info-banner-arrow {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(8px);
}

.info-banner-arrow svg {
  width: 20px;
  height: 20px;
  fill: #475569;
  transition: fill 0.3s ease;
}

.info-banner-card:hover .info-banner-arrow svg {
  fill: #ffffff;
}

/* Badge */
.info-banner-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  z-index: 2;
  transition: all 0.3s ease;
}

.info-banner-card.company .info-banner-badge {
  background: #e4f5ed;
  color: #065f46;
}

.info-banner-card.procurement .info-banner-badge {
  background: #e8f0fa;
  color: #1e40af;
}

.info-banner-card:hover .info-banner-badge {
  background: rgba(255, 255, 255, 0.95);
  transform: scale(1.05);
}

/* Responsive Design */

/*서브 기본 상단*/

/*게시판 헤더관리*/
#head-edit-form {
  display: none;
  border: 2px solid tomato;
  padding: 2em;
  background-color: #fff;
  border-radius: 6px;
}
#head-edit-form h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#head-edit-form .line {
  margin: 5px 0;
  padding-bottom: 7px;
}
#head-edit-form .line label {
  font-size: 14px;
  color: #930;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
#head-edit-form .line textarea {
  width: 400px;
  height: 100px;
  line-height: 20px;
  border: 1px solid #ccc;
}
#head-edit-form .line input[type="text"] {
  border: 1px solid #ccc;
  line-height: 20px;
  height: 40px;
}
#head-edit-form .line #bo_head_bg_class {
  width: 150px;
  height: 40px;
}
#head-edit-form .line #bo_head_sub_title {
  width: 350px;
}
#head-edit-form .btn_submit {
  width: 160px;
  background: #000;
  text-decoration: none;
  display: inline-block;
  border: 0;
  color: #fff;
  vertical-align: middle;
  padding: 15px 0 15px 0;
  line-height: 1.1;
  cursor: pointer;
  box-sizing: border-box;
}
#btn-mng-head {
  position: absolute;
  z-index: 100;
  bottom: 2px;
  right: 2px;
  background-color: tomato;
  color: #fff;
  font-size: 14px;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 0.5em;
  border-radius: 12px;
}
/*게시판 헤더관리*/

/*내용관리 헤더관리*/
#head-edit-form .line #co_head_bg_class {
  width: 150px;
  height: 40px;
}
#head-edit-form .line #co_head_sub_title {
  width: 350px;
}
#head-edit-form .tc {
  text-align: center;
  margin-top: 1em;
}
/*내용관리 헤더관리*/

/*푸터*/
#footer {
  padding: 40px 20px 50px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #04100a;
  clear: both;
}
#footer .footer_in {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#footer .gotop {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  min-width: 1080px;
  height: 1px;
  text-align: center;
}
#footer .gotop a {
  position: absolute;
  right: 7px;
  bottom: 0;
}
#footer .menu {
  display: block;
  padding: 7px 0 0;
}
#footer .menu a {
  display: inline-block;
  margin-right: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #d2d2d2;
}
#footer .menu a strong {
  color: #d2d2d2;
}
#footer address {
  position: relative;
  margin: 25px 0 0;
  padding-top: 27px;
  border-top: 1px solid #38423b;
  font-size: 14px;
  color: #9e9e9e;
  font-style: normal;
} /* font-weight:bold; */

#footer address .cp_name {
  font-weight: 500;
  color: #d2d2d2;
  font-size: 16px;
  margin-bottom: 7px;
}

#footer .adr {
  display: block;
  margin: 0 0 5px;
  font-style: normal;
  color: #9e9e9e;
}
#footer .adr a {
  font-style: normal;
  color: #9e9e9e;
}

#footer .copyright {
  display: block;
  margin: 22px 0 0;
  font-size: 13px;
  font-style: normal;
  color: #686868;
}
#footer a.wa {
  position: absolute;
  right: 0;
  top: 37px;
}
/*푸터*/

/* 푸터팝업*/
.tl_pop_con {
  background: #fff;
}
.tl_pop_con h2.f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #076aa3;
  font-size: 20px;
  color: #fff;
}
.tl_pop_con h2.f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}
.tl_pop_con h2.f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}
.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}
.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}
.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}
.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_close.png") no-repeat center center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition:
    transform 300ms,
    -webkit-transform 300ms;
  border-radius: 50%;
}
.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* 푸터팝업*/

/*회원가입*/
#fregister {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#fregisterform {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
/*회원가입*/

/* Main Latest Box - 공지사항 & 보도자료 */
.main_latest_box {
  padding: 130px 20px 150px;
  background: #ffffff;
}

.latest-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.latest-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  width: calc(50% - 20px);
}

.latest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.latest-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.latest-header .more-btn {
  font-size: 0.9rem;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 3px;
}

.latest-header .more-btn:hover {
  color: #005f3e;
}

/* 반응형 */

.contact-banner-section {
  position: relative;
  padding: 100px 20px;
  background: url(../img/contact_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

/* iOS Safari 링크 색상 강제 적용 */
.contact-banner-section a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}

.contact-banner-section a:link,
.contact-banner-section a:visited,
.contact-banner-section a:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.contact-banner-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
  z-index: 0;
}

.contact-banner-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(0, 168, 114, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
  z-index: 0;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

.contact-banner-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-banner-title {
  color: rgba(255, 255, 255, 0.98);
}

.contact-banner-subtitle {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.contact-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

.contact-info-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 32px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-info-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.contact-info-divider {
  display: none;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  transition: all 0.4s ease;
}

.contact-info-item:hover .contact-info-icon {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.1);
}

.contact-info-icon svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 255, 255, 0.95);
  color: rgba(255, 255, 255, 0.95);
  stroke-width: 1.5;
}

.contact-info-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-info-label {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.contact-info-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  letter-spacing: 0.3px;
}

.contact-info-value a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.3s ease;
}

.contact-info-value a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.contact-info-value a:link,
.contact-info-value a:visited,
.contact-info-value a:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.contact-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 350px;
  height: 72px;
  padding: 0 55px;
  background: #00774d;
  color: #fff !important;
  font-family:
    "Noto Sans KR",
    -apple-system,
    sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 132, 90, 0.35);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  letter-spacing: 0.5px;
  overflow: hidden;
}

.button-shine {
  display: none;
}

.contact-cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 168, 114, 0.45);
}

.contact-cta-button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
}

.contact-cta-button:hover svg {
  transform: translateX(6px);
}

/* 버튼 텍스트 z-index */
.contact-cta-button > *:not(.button-shine):not(::before) {
  position: relative;
  z-index: 1;
}

/* Responsive */

/* ============================================
   반응형 미디어 쿼리 (Responsive Media Queries)
   ============================================ */

/* ========== 1400px 이하 ========== */
@media screen and (max-width: 1400px) {
  .main-carousel .owl-nav button.owl-prev {
    left: 16px;
  }
  .main-carousel .owl-nav button.owl-next {
    right: 16px;
  }

  .sub_visual,
  .sub_visual .title_wrap {
    height: 400px;
  }
}

/* ========== 1100px 이하 ========== */
@media screen and (max-width: 1100px) {
  .sub_visual,
  .sub_visual .title_wrap {
    height: 320px;
  }
  .sub_visual h3 {
    font-size: 37px;
  }
  .content_wrap .sub_title h3 {
    margin: 0;
    font-size: 40px;
  }
  .content_wrap .sub_title p {
    font-size: 19px;
  }
  .main-carousel {
    margin-top: 0;
  }

  .tl_inquiry_wrap .left {
    width: 100%;
    padding: 140px 60px;
  }
  .tl_inquiry_wrap .right {
    width: 100%;
  }
  .tl_inquiry_wrap .right {
    width: 100%;
    padding: 140px 60px;
  }

  .visual_slider {
    margin-top: 0;
  }
  /*버튼*/
  #open-button {
    position: fixed;
    top: 0;
    z-index: 12;
    right: 15px;
    padding-top: 21px;
    width: 52px;
    height: 80px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    display: block;
  }
  #open-button .navicon-line {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #333;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }
  #open-button .nl1 {
    top: 11px;
    right: 10px;
    width: 30px;
  }
  #open-button .nl2 {
    top: 19px;
    right: 10px;
    width: 24px;
  }
  #open-button .nl3 {
    top: 27px;
    right: 10px;
    width: 30px;
  }
  #open-button.on > div > div {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    width: 25px;
    position: absolute;
    top: 15px;
    right: 10px;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  #open-button.on > div > div:first-child {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #open-button.scrolled .navicon-line {
    background-color: #333;
  }
  #open-button.on.scrolled > div > div {
    background-color: #fff;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 52px;
  }
  .main-carousel .li .copy_area h3 {
    font-size: 23px;
  }
  .main-carousel .jarallax {
    height: 700px;
  }
  .main-carousel .li .copy_area {
    top: 42%;
    padding: 0 30px;
  }

  .tl_business_now_box_warp h2,
  .info-banners-container h2,
  .brand-video-container h2,
  .contact-banner-title {
    font-size: 40px;
  }
  .tl_business_now_box_warp p,
  .info-banners-container > p,
  .brand-video-container > p,
  .contact-banner-subtitle {
    font-size: 21px;
  }
  .info-banners-section {
    padding: 100px 20px 120px;
  }
  .brand-video-section {
    padding: 90px 20px 120px;
  }
  .info-banner-title {
    font-size: 1.3rem;
  }
  .tl_business_now_box_warp {
    padding: 100px 0;
  }
  .main_latest_box {
    padding: 110px 20px;
  }
  .latest-flex {
    gap: 30px;
  }
  .latest-item {
    box-shadow: none !important;
    padding: 0 20px;
  }
  .latest-header h3 {
    font-size: 1.3rem;
  }
  .info-banner-content {
    gap: 20px;
  }
  .info-banner-icon {
    width: 130px;
    height: 130px;
  }
  .info-banner-badge {
    padding: 4px 10px;
    font-size: 0.65rem;
  }
  .info-banner-arrow {
    width: 35px;
    height: 35px;
  }
  .info-banner-arrow svg {
    width: 16px;
    height: 16px;
  }
  #footer .menu a {
    font-size: 15px;
  }
  #footer address .cp_name {
    font-size: 15px;
  }
  #footer address {
    font-size: 13.5px;
  }
  #footer .copyright {
    font-size: 12px;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .info-banner-card {
    padding: 30px;
  }
  .info-banner-card::before {
    display: none;
  }
  .info-banner-card:hover .info-banner-badge {
    transform: none;
    background: #e8f0fa;
  }
  .info-banner-card:hover .info-banner-title {
    color: #222;
  }
  .info-banner-card:hover .info-banner-description {
    color: #64748b;
  }
  .info-banner-card:hover .info-banner-arrow {
    background: #f1f5f9;
    transform: none;
  }
}

/* ========== 1024px 이하 ========== */
@media (max-width: 1024px) {
  .contact-banner-section {
    padding: 90px 20px;
  }

  .contact-info-row {
    gap: 20px;
  }
}

/* ========== 980px 이하 ========== */
@media screen and (max-width: 980px) {
  .sub_visual,
  .sub_visual .title_wrap {
    height: 280px;
  }
  .sub_visual h3 {
    font-size: 35px;
  }
  .content_wrap .sub_title h3 {
    font-size: 38px;
  }
  .content_wrap .sub_title p {
    font-size: 19px;
  }
  .content_wrap .txtCon .sub_title {
    margin-bottom: 40px;
  }
  #header {
    display: block;
    background-color: transparent;
    top: 0;
    position: fixed;
  }
  #header #logo {
    width: 120px;
    display: block;
  }
  #header .gnb {
    display: none;
  }
  .scrolled #open-button .navicon-line {
    background-color: #333;
  }
  .scrolled #open-button.on .navicon-line {
    background-color: #fff;
  }

  .tl_company_box_wrap ul li {
    width: 100%;
    padding: 50px 0;
    clear: both;
    float: none;
  }
  .tl_company_box_wrap ul li .box {
    border-left: 0;
  }

  .tl_inquiry_wrap .left {
    width: 100%;
  }
  .tl_inquiry_wrap .right {
    width: 100%;
  }

  .latest-item {
    width: 100%;
    padding: 23px 20px;
    background: #fff;
    border: 1px solid #eee;
  }

  .latest-header h3 {
    font-size: 1.15rem;
  }
}

/* ========== 960px 이하 ========== */
@media screen and (max-width: 960px) {
  .tl_projects_wrap ul li {
    width: 50%;
  }

  .tl_banner_style_wrap .photo_box .img {
    width: 100%;
    display: block;
  }
  .tl_banner_style_wrap .photo_box .txt {
    width: 100%;
  }
  .tl_banner_style_wrap .photo_box .txt h2 {
    font-size: 24px;
    padding-top: 0;
    font-weight: bold;
  }
  .info-banner-content {
    display: block;
  }
  .info-banner-card:hover .info-banner-icon {
    transform: none;
  }
  .info-banner-text {
    padding: 15px 0;
  }
  .info-banner-icon {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .info-banner-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .info-banner-badge {
    top: 50px;
    right: 50px;
    font-size: 0.7rem;
  }
}

/* ========== 768px 이하 ========== */
@media (max-width: 768px) {
  .sub_visual {
    margin: 68px auto 0;
  }
  .sub_visual,
  .sub_visual .title_wrap {
    height: 250px;
  }
  .main-carousel .jarallax {
    height: 650px;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 40px;
  }
  .main-carousel .li .copy_area h3 {
    font-size: 20px;
  }
  .tl_business_now_box_warp h2,
  .info-banners-container h2,
  .brand-video-container h2,
  .contact-banner-title {
    font-size: 32px;
  }
  .tl_business_now_box_warp p,
  .info-banners-container > p,
  .brand-video-container > p,
  .contact-banner-subtitle {
    font-size: 17px;
    padding: 7px 20px 35px;
  }
  .info-banners-section {
    padding: 80px 20px 90px;
    background: #fff;
  }

  .info-banners-grid {
    gap: 20px;
  }
  .info-banner-card {
    padding: 25px;
  }
  .info-banner-badge {
    top: 40px;
    right: 40px;
  }

  .info-banner-content {
    gap: 20px;
  }
  .info-banner-icon svg {
    width: 32px;
    height: 32px;
  }

  .info-banner-title {
    font-size: 1.2rem;
  }

  .info-banner-description {
    font-size: 0.9rem;
  }

  .info-banner-arrow {
    width: 36px;
    height: 36px;
  }

  .info-banner-arrow svg {
    width: 18px;
    height: 18px;
  }

  .brand-video-section {
    padding: 60px 20px 75px;
  }

  .tl_business_now_box_warp {
    padding: 60px 0 80px;
  }

  .main_latest_box {
    padding: 70px 20px 85px;
  }
  .latest-flex {
    gap: 25px;
  }

  .contact-banner-section {
    padding: 70px 20px;
  }

  .contact-banner-content {
    gap: 20px;
  }

  .contact-info-row {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .contact-info-item {
    width: 100%;
    justify-content: flex-start;
    padding: 20px 28px;
  }

  .contact-info-value {
    font-size: 1.05rem;
  }

  .contact-cta-button {
    max-width: 400px;
    height: 66px;
    font-size: 1.0625rem;
    padding: 0 48px;
  }
  #open-button {
    padding-top: 14px;
    height: 68px;
    width: 48px;
  }
  #open-button .navicon-line {
    width: 18px;
  }
  #open-button .nl1,
  #open-button .nl3 {
    width: 24px;
  }
  #open-button .nl1 {
    top: 12px;
  }
  #open-button .nl3 {
    top: 26px;
  }
  #footer {
    padding: 30px 20px 40px;
  }
  #footer .menu a {
    font-size: 13.5px;
    margin-right: 15px;
  }
  #footer address {
    margin: 15px 0 0;
    padding-top: 18px;
    font-size: 13px;
  }
  #footer address .cp_name {
    font-size: 13.5px;
  }
  #footer .copyright {
    font-size: 11px;
  }
  .latest-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .brand-video-wrapper {
    border-radius: 10px;
  }
}

/* ========== 680px 이하 ========== */
@media screen and (max-width: 680px) {
  #hd_wrapper {
    display: none;
  }
}

/* ========== 640px 이하 ========== */
@media screen and (max-width: 640px) {
  .content_wrap .sub_title p {
    font-size: 17px;
    margin: 7px 0 0;
  }
  #right-side {
    max-width: 320px;
  }

  .lead {
    font-size: 17px;
    font-weight: 400;
  }

  .main-carousel .li {
    height: 75vh;
    min-height: 600px;
  }
  .main-carousel .jarallax {
    height: 75vh;
    min-height: 600px;
  }
  .main-carousel .img01 {
    background-image: url(../img/m_main_banner_img01.jpg);
  }
  .main-carousel .img02 {
    background-image: url(../img/m_main_banner_img02.jpg);
  }
  .main-carousel .img03 {
    background-image: url(../img/m_main_banner_img03.jpg);
  }
  .main-carousel .li .copy_area h2 {
    font-size: 30px;
    word-break: keep-all;
  }
  .main-carousel .li .copy_area h3 {
    margin: 10px auto 0 auto;
    font-size: 16.5px;
    letter-spacing: -0.5px;
  }
  .main-carousel .owl-dots {
    bottom: 35px;
  }
  .main-carousel .owl-nav {
    display: none;
  }

  .right_quick.fixed {
    display: none;
  }

  .tl_business_now_box_warp h2,
  .info-banners-container h2,
  .brand-video-container h2,
  .contact-banner-title {
    font-size: 26px;
  }

  .tl_business_now_box_warp p,
  .info-banners-container > p,
  .brand-video-container > p,
  .contact-banner-subtitle {
    font-size: 15.5px;
    padding: 6px 20px 30px;
  }

  .info-banners-section {
    padding: 70px 20px;
  }

  .info-banners-grid {
    grid-template-columns: 1fr;
  }
  .info-banner-content {
    display: flex;
  }

  .info-banner-card {
    padding: 17px;
  }

  .info-banner-icon {
    width: 130px;
    padding-bottom: 130px;
  }
  .info-banner-title {
    margin: 0 0 5px;
    font-size: 1.1rem;
  }
  .info-banner-badge {
    top: 17px;
    right: 17px;
  }
  .brand-video-section {
    padding: 50px 20px 60px;
  }

  .tl_business_now_box_warp {
    padding: 50px 0 70px;
  }
  .sub_visual,
  .sub_visual .title_wrap {
    height: 180px;
  }
  .sub_visual .title_wrap {
    max-width: 100%;
  }
  .sub_visual h3 {
    font-size: 24px;
  }
  .sub_visual .sub_title {
    font-size: 13px;
  }

  .all-wrap .loca-wrap .loca-area {
    float: none;
  }
  .all-wrap .loca-wrap .loca-area > a {
    width: 10%;
  }
  .all-wrap .loca-wrap .share-area {
    display: none;
  }
  .all-wrap .loca-wrap .loca-area > ul {
    width: 100%;
  }
  .all-wrap .loca-wrap .loca-area > ul > li {
    width: 50%;
  }
  .all-wrap .loca-wrap .loca-area > ul > li:first-child {
    border: 0;
  }
  .all-wrap .loca-wrap .loca-area > ul > li button {
    width: 100%;
    border-right: 0;
  }
  .all-wrap .loca-wrap .loca-area i {
    display: none;
  }

  .content_wrap .txtCon .sub_title h1 {
    font-size: 32px;
  }
  .content_wrap .sub_title h3 {
    font-size: 30px;
  }
  .content_wrap .txtCon .sub_title {
    font-size: 17px;
    margin-bottom: 30px;
  }
  #right-side {
    padding: 25px;
  }
  .content_wrap .txtCon {
    padding: 40px 0;
  }
  .latest-header h3 {
    font-size: 1.05rem;
  }
}

/* ========== 480px 이하 ========== */
@media (max-width: 480px) {
  .sub_visual,
  .sub_visual .title_wrap {
    height: 150px;
  }
  .sub_visual h3 {
    font-size: 22px;
  }
  .content_wrap .sub_title h3 {
    font-size: 24px;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 25px;
  }
  .tl_business_now_box_warp h2,
  .info-banners-container h2,
  .brand-video-container h2,
  .contact-banner-title {
    font-size: 21px;
  }
  .info-banner-content {
    gap: 15px;
  }
  .info-banner-card {
    border-radius: 15px;
  }
  .info-banner-badge {
    top: 24px;
    right: auto;
    left: 24px;
  }
  .info-banner-icon {
    border-radius: 12px;
  }
  .info-banner-arrow {
    width: 30px;
    height: 30px;
  }

  .contact-banner-section {
    padding: 60px 15px;
  }

  .contact-info-row {
    gap: 12px;
  }

  .contact-info-item {
    max-width: 100%;
    padding: 18px 24px;
  }

  .contact-info-icon {
    width: 44px;
    height: 44px;
  }

  .contact-info-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-info-label {
    font-size: 0.6875rem;
  }

  .contact-info-value {
    font-size: 0.9rem;
  }

  .contact-cta-button {
    max-width: 100%;
    height: 56px;
    padding: 0 40px;
    font-size: 1rem;
    border-radius: 13px;
  }
  .main_latest_box {
    padding: 50px 20px 70px;
  }

  .contact-cta-button svg {
    width: 18px;
    height: 18px;
  }
  #footer .menu a {
    font-size: 13px;
    margin-right: 10px;
  }
  #footer address .cp_name {
    font-size: 13px;
  }
  #footer address {
    font-size: 12.5px;
  }
  .latest-header .more-btn {
    font-size: 0.85rem;
  }
  .latest-header .more-btn svg {
    width: 15px;
    height: 15px;
    margin-top: 1px;
  }
}

/* ========== 360px 이하 ========== */
@media (max-width: 360px) {
  .info-banner-icon {
    width: 100px;
    padding-bottom: 100px;
  }
  .info-banner-text {
    padding: 0;
  }
  .info-banner-title {
    font-size: 1rem;
  }
  .info-banner-description {
    font-size: 0.8rem;
  }
}
