@charset "utf-8"; /* sub_com */
.sub_com {
  padding: 0 0 100px;
  line-height: 1.3;
}
.sub_inner_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 100px auto 0;
  font-size: 16px;
  position: relative;
}
.flex_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.flex_2 > * {
  width: 48%;
  margin-right: 2%;
}
.flex_2 > *:nth-child(2n) {
  margin-right: 0;
}

.flex_3 > * {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex_3 > *:nth-child(3n) {
  margin-right: 0;
}

.flex_4 > * {
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.flex_4 > *:nth-child(4n) {
  margin-right: 0;
}

.flex_5 > * {
  width: 19.1%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.flex_5 > *:nth-child(5n) {
  margin-right: 0;
}

/* sub visual */
.sub_visual_wrap {
  position: relative;
}
.sub_visual_box {
  width: 100%;
  height: 540px;
  overflow: hidden;
  position: relative;
}
.sub_page_visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: bg-active 5s;
  height: 100%;
  position: relative;
}
.sub_page_visual1 {
  background-image: url(../../img/sub_visual_1.jpg);
}
.sub_page_visual2 {
  background-image: url(../../img/sub_visual_2.jpg);
}
.sub_page_visual3 {
  background-image: url(../../img/sub_visual_3.jpg);
}
.sub_page_visual4 {
  background-image: url(../../img/sub_visual_4.jpg);
}
.sub_page_visual5 {
  background-image: url(../../img/sub_visual_5.jpg);
}
.sub_page_visual4::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #11111147;
}
.sub_page_visual2.bo_visual2 {
  background-image: url(../../img/bo_visual2.jpg);
}
.sub_page_visual2.bo_visual3 {
  background-image: url(../../img/bo_visual3.jpg);
}
.sub_page_visual2.bo_visual4 {
  background-image: url(../../img/bo_visual4.jpg);
}
.sub_page_visual2.bo_visual5 {
  background-image: url(../../img/bo_visual5.jpg);
}
.sub_page_visual2.bo_visual6 {
  background-image: url(../../img/bo_visual6.jpg);
}
.sub_page_visual2.bo_visual7 {
  background-image: url(../../img/bo_visual7.jpg);
}

.sub_com .tit_wrap h2 {
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
}
.sub_com .tit_wrap h2.tit_1 {
  text-align: center;
  font-weight: 600;
  font-size: 4.5rem;
  padding: 80px 0 40px;
  position: relative;
}
.sub_com .tit_wrap h2.tit_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 60px;
  background-color: var(--main-color);
  transform: rotate(21deg);
  left: 50%;
}

/* 애니메이션 */
/* .sub_visual_3 { animation: bg-active 5s; } */
@keyframes bg-active {
  0% {
    transform: scale(1.09);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* sub_visual */
.sub_visual_txt {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  top: 60%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sub_visual_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #11111180;
  z-index: -1;
  opacity: 0.6;
  width: calc(100% + 40px);
  height: calc(100% + 30px);
  width: 500px;
  display: none;
}
.sub_visual_txt h1 {
  color: #fff;
  font-size: 5.3rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.sub_visual_txt h2 {
  color: #fff;
  font-size: 1.8rem;
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.5; /* text-shadow: 0 0 10px #00000094; */
}
.sub_visual_txt p {
  color: #fff;
  font-size: 1.1em;
}
.tit_box {
  font-size: 18px;
  padding-top: 70px;
}
.tit_box .tit_bar {
  width: 1px;
  height: 68px;
  display: block;
  background: var(--main-color);
  margin: 0 auto;
  transform: rotate(29deg);
  margin-bottom: 20px;
}
.tit_box h2 {
  font-size: 2.2em;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 1.5;
}
.tit_box h2 strong {
  font-weight: 500;
}
.tit_box p {
  padding: 40px 0;
  font-size: 1.24em;
  line-height: 1.5;
  color: #4c4c4c;
}

/* top menu */
.mobile_sub_menu {
  display: none;
}
/* .pc_sub_menu { display: none; } */
.sub_visual_box .visual_menu_wrap {
  padding-top: 60px;
  position: relative;
  z-index: 1111;
}
.depth_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.depth_wrap .depth_name {
  display: flex;
  justify-content: space-between;
  min-width: 87px;
  width: 100%;
  word-break: keep-all; /* color: #fff; */
  font-size: 1.8rem;
}
.depth_wrap > div.home_btn {
  padding-right: 0;
  padding-left: 0;
  width: 70px;
  position: relative;
  background: var(--main-color);
}
.depth_wrap > div.home_btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.6rem;
}
.depth_wrap > div.home_btn a {
  color: #fff;
  font-size: 2.2rem;
}
.depth_wrap > div {
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  width: 33%;
  max-width: 320px;
  margin-right: 1px;
  border-right: 1px solid #dcdcdc;
}
.depth_wrap > div:nth-child(2) {
  background: #ffff;
  color: #111;
}
.depth_wrap > div.menu_2 {
  width: 100%;
  max-width: 100%;
  display: none;
  border-right: unset;
}
.depth_wrap > div.menu_2.none {
  display: none;
}
.depth_wrap > div.menu_2.block {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.depth_wrap > div.menu_2 .get_menu {
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.depth_wrap > div.menu_2 .get_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Pretendard";
  text-align: center;
}
.depth_wrap > div.home_btn::before {
  content: "";
  display: block;
  display: none;
  position: absolute;
  left: 0;
  width: 1px;
  height: 40px;
  background: #dcdcdc;
}
.depth_wrap > div::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  width: 1px;
  height: 40px;
  background: #dcdcdc;
}
.depth_wrap > div.depth3.show {
  display: block;
}
.depth_wrap > div .depth_name i {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
}
.visual_menu_wrap {
  position: relative;
  margin: 0 auto;
  height: 70px;
  border-bottom: 1px solid #dcdcdc; /* background: #ce171fde; */
}
.visual_menu_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  background: #fff;
  width: calc((100% - 1400px) / 2);
}
.visual_menu_wrap .com_depth {
  position: absolute;
  border: 1px solid #dcdcdc;
  width: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  top: 69px;
  z-index: 5;
  background: #fff;
}
.visual_menu_wrap .com_depth li a {
  padding: 1.4rem 2rem;
  font-size: 1.8rem;
  color: #525252;
}
.visual_menu_wrap .com_depth li:hover {
  background: #dcdcdc;
}
.visual_menu_wrap .com_depth li:hover a {
  color: #000;
}

/* COMPANY MENU */
.company_menu .depth_wrap > div:not(.block) {
  display: none;
}
.depth_wrap > div.menu_2 .get_menu {
  height: 100%;
}
.depth_wrap > div.menu_2 .get_menu li:first-child {
  border-left: 1px solid #dcdcdc;
}
.depth_wrap > div.menu_2 .get_menu li.on {
  background: var(--main-color);
}
.depth_wrap > div.menu_2 .get_menu li.on a {
  color: #fff;
}
.depth_wrap > div.menu_2 .get_menu li {
  width: 20%;
  height: 100%;
  border-right: 1px solid #dcdcdc;
}

/* TAB MENU */
.tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; /* border-top: 1px solid #dcdcdc; */
  border-bottom: 1px solid #dcdcdc;
  width: 74%;
  margin: 40px auto 80px;
  position: relative;
}
.tab_list div {
  cursor: pointer;
  background: #fff;
  color: #222222bf;
  width: 120px;
  height: 70px;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.4s;
  font-family: "SUIT", sans-serif;
  text-align: center;
  line-height: 70px;
}
.tab_list div:first-child {
  margin-right: 7px;
}
.tab_list div:hover {
  color: var(--main-color);
  font-weight: 700;
  border: unset;
}
.tab_content {
  display: none;
}
.tab_content.current {
  display: block;
}
.tab_list .tab_link.current {
  font-weight: 700;
  border: unset;
  color: var(--main-color);
}
.tab_list.nav-fixed {
  position: fixed;
  top: 100px;
  background: #fff;
  z-index: 10;
  width: 100%;
  margin: 0;
}
.contents_wrap {
  padding-top: 10rem;
  position: relative;
}
.sub_title {
  margin: 6rem auto;
}
.sub_title.flex_box {
  display: flex;
  justify-content: space-between;
}
.small_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.small_menu li {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  color: #fff;
}
.small_menu i {
  color: #fff;
}
.small_menu li:last-child {
  margin-right: 0;
}
.sub_title h1 {
  font-size: 4.6rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
  padding-left: 50px;
}
.sub_title h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background: var(--main-color);
  bottom: 0;
}

/* COMPANY */
#company article {
  position: relative;
}
#company .move {
  height: 50px;
}
#company .img_box img {
  display: block;
  width: 100%;
  max-width: fit-content;
  position: relative;
  z-index: 1;
}
.arti1 {
  padding-bottom: 10rem;
}
.arti1 .flex_box {
  display: flex;
  justify-content: space-between;
}
.arti1 .flex_box > div {
  width: 48%;
  position: relative;
}
.arti1 .img_box img {
  margin-left: auto;
  right: 8rem;
}
.arti1 .img_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -8rem;
  left: 0;
  background: url(../../img/greeting_bg.png) no-repeat center center / contain;
  width: 698px;
  height: 445px;
}
.arti1 .img_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8rem;
  right: 0;
  background: url(../../img/greeting_frontBg.png) no-repeat center center /
    contain;
  width: 231px;
  height: 243px;
}
.arti1 .info_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -10rem;
  right: 0;
  background: url(../../img/greeting_textBg.png) no-repeat center center /
    contain;
  width: 100%;
  height: 148px;
  z-index: -1;
}
.arti1 .info_box {
  max-width: 800px;
  margin-right: auto;
  padding-left: 4%;
}
.arti1 .info_box h3 {
  font-size: 3.4rem;
  padding-bottom: 4rem;
}
.arti1 .info_box p {
  font-size: 1.9rem;
  font-family: Pretendard;
  line-height: 1.5;
  padding-bottom: 4rem;
}
.arti1 .info_box b.fin {
  font-size: 2.4rem;
  text-align: right;
  display: block;
}
.arti2 .cate_list {
  width: 100%;
}
.arti2 .cate_list li {
  border: 2px solid #dcdcdc;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 3rem 1rem;
  text-align: center;
  transition: all 0.3s;
}
.arti2 .cate_list li:nth-child(4n) {
  margin-right: 0;
}
.arti2 .cate_list li:hover {
  border-image: linear-gradient(334deg, #69e5fc 0%, #0dd0f5 50%, #2970f8 100%);
  border-image-slice: 1;
}
.arti2 .cate_list li .img_box img {
  margin: 0 auto;
}
.arti2 .cate_list li p {
  font-size: 2.2rem;
  padding-top: 2rem;
}
.arti3 table {
  width: 100%;
}
.arti3 table th,
.arti3 table td {
  padding: 3rem;
}
.arti3 table th {
  width: 30%;
  text-align: right;
  font-size: 4.8rem;
  position: relative;
}
.arti3 table th:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: var(--main-color);
}
.arti3 table td {
  width: auto;
}
.arti3 table td h3 {
  padding-bottom: 1.8rem;
  font-size: 2.5rem;
}
.arti3 table td p {
  font-size: 2rem;
  font-weight: 300;
}
.arti4 .client_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.arti4 .client_list .info_box {
  padding-top: 2rem;
}
.arti4 .client_list .info_box h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
}
.arti4 .client_list .info_box p {
  font-size: 1.8rem;
  padding-top: 0.5rem;
  font-weight: 300;
}
.arti4 .client_list .info_box .more_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  font-size: 1.7rem;
  font-family: "Pretendard";
}
.arti4 .client_list .info_box .more_box span {
  padding-right: 10px;
}
.arti5 .location_info {
  font-family: "Pretendard";
  padding-top: 4rem;
}
.arti5 .location_info h3 {
  font-family: inherit;
  font-size: 3rem;
  padding-left: 1.2rem;
}
.arti5 .location_info table {
  font-family: inherit;
  width: 100%;
  border-top: 2px solid var(--main-color);
  margin-top: 2rem;
  border-collapse: collapse;
}
.arti5 .location_info table th,
.arti5 .location_info table td {
  font-family: inherit;
  font-size: 2rem;
  padding: 3rem;
  border-bottom: 1px solid #dcdcdc;
}
.arti5 .location_info table th {
  background: #f2f2f2;
  width: 20%;
  font-weight: 400;
}
.arti5 .location_info table td {
  font-weight: 300;
}
.arti5 .info_tit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.location_icon {
  background: url(../../img/location_icon.png) no-repeat center center / contain;
  width: 21px;
  height: 23px;
  display: inline-block;
}

/* 개인정보처리방침 */
.privacy_wrap {
  padding-top: 4rem;
}
.privacy_wrap textarea {
  width: 100%;
  padding: 2rem;
  border: 1px solid #dcdcdc;
}

/* inquiry_info */
#inquiry_info h2 {
  width: 100%;
  text-align: center;
  font-size: 2.7rem;
  padding-bottom: 10rem;
  font-weight: 400;
  line-height: 1.5;
}
#inquiry_info .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact_box {
  width: 32%;
  border: 2px solid var(--main-color) 47;
  padding: 4rem;
  border-radius: 20px;
}
.contact_box.box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_box.box2 .img_box img {
  width: 100%;
}
#inquiry_info .box1 h3 {
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 3rem;
}
#inquiry_info .box1 h3 b {
  color: var(--main-color);
}
#inquiry_info .box1 .as_list {
}
#inquiry_info .box1 .as_list li {
  line-height: 1.9;
  position: relative;
  padding-left: 12px;
}
#inquiry_info .box1 .as_list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--main-color);
  top: 1.5rem;
  left: 0;
}
#inquiry_info .box2 ul {
  text-align: center;
  padding-top: 2rem;
}
#inquiry_info .box2 li {
  background: var(--main-color);
  color: #ffff;
  line-height: 1.9;
  margin-top: 1rem;
  border-radius: 10px;
  padding: 3px;
}
#inquiry_info .box3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: stretch;
  background: #f5f5ff;
}
#inquiry_info .box3 .contact_btn:hover {
  box-shadow: 2px 1px 3px 1px #c1c1f6;
}
#inquiry_info .box3 .contact_btn {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid #bebfe1;
}
#inquiry_info .box3 .contact_btn a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #fff;
  color: var(--main-color);
  padding: 2rem;
}

/* 회사개요 */
#company .content_box.box1 {
  margin-right: 7%;
}
#company .content_box.box1 h2 {
  font-size: 1.8em;
}
#company .content_box.box2 {
  flex-grow: 1;
}

/* LOCATION */
#location #map a,
#location #map2 a {
  width: auto;
  height: 420px;
}
#location .location_item.item2 table {
  width: 100%;
  border-collapse: collapse; /* margin-top: 30px; */
}
#location .location_item.item2 table th {
  width: 20%;
  background: var(--main-color);
  color: #f4f4f4;
  font-weight: 400;
}
#location .location_item.item2 table th,
#location .location_item.item2 table td {
  border: 1px solid #dedede;
  padding: 16px;
  font-size: 16px;
  line-height: 1.8;
}
#location section {
  margin-bottom: 80px;
}
#location .location_item.item2 table td b {
  min-width: 100px;
  display: inline-block;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
#location .location_item.item2 table td b span {
  padding: 0 7px;
}
.root_daum_roughmap .wrap_controllers {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 300px;
  justify-content: flex-end;
  align-items: center;
}
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview a.txt {
  text-align: center;
}
#location .location_item.item2 table .transport_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#location .location_item.item2 table .transport_wrap .transport {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#location .location_item.item2 table .transport_wrap .transport li {
  padding-right: 6px;
}

/* INQUIRY */
.inquiry_notice {
  position: absolute;
  top: 2rem;
  font-size: 1.5rem;
  color: #666;
}
.inquiry_style1 h3 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 20px;
}
.inquiry_style1 .inquiry_tbl_style1_icon {
  color: var(--main-color);
  font-size: 17px;
}
.editor textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 15px;
  font-weight: 100;
  color: #222;
  display: block;
  font-family: "Noto Sans KR", sans-serif;
}
#inquiry .agree_txt {
  background: #eee;
  padding: 10px;
  font-size: 16px;
}
.inquiry_tbl_style1_con .write_input {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  font-family: "Noto Sans KR", sans-serif;
}
.write_input.wr_wid_100 {
  width: 40%;
}
.inquiry_para {
  margin-top: 20px;
}
.inquiry_tbl_style1_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tbl_style1_item {
  width: 32%;
}
.tbl_style1_item .write_input {
  width: 100%;
}
.cm_btn_controls {
  margin: 40px 0;
}
.cm_btn_controls .btn_submit1 {
  border: unset;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  width: 220px;
  height: 60px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
}
.sub_ex.inquiry_num h3 {
  font-size: 24px;
  font-weight: bold;
}
.sub_com .sub_com_section .sub_ex.inquiry_num p {
  font-size: 19px;
  font-weight: 500;
}
.write-tbl td.flex_div_3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* ******************온라인 문의 :: 쓰기, 문의폼********************** */
.inquiry_style1.inquiry_tbl_style2 {
  margin: 40px 0;
}
.essential-icon {
  color: var(--main-color);
  padding-left: 1px;
}
.write-tbl {
  width: 100%;
  border-top: 1px solid var(--main-color);
}
.write-tbl th,
.write-tbl td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.write-tbl th {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  width: 17%;
}
body.lang_eng .write-tbl th,
body.lang_sp .write-tbl th {
  font-weight: 600;
}
.write-tbl .write-input,
.write-tbl .write-select,
.write-tbl .write-textarea {
  height: 38px;
  border: 0px; /* width:63.6%; */
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}
.write-tbl .write-input:focus {
  border-color: #333;
}
.write-tbl .write-input {
  text-indent: 10px;
  width: 30%;
}
.write-tbl .write-input.width_100 {
  width: 100%;
}
.write-tbl .write-select {
  height: 38px;
  width: 20%;
}
.write-tbl .write-textarea {
  width: 100%;
  height: 200px;
  resize: none;
}
.write-tbl td input[type="file"] {
  height: auto;
  padding: 10px 0;
  text-indent: 0;
  border: 0;
}
.write-tbl .hypen {
  margin: 10px 5px;
}
.radioCont li {
  float: left;
  padding: 10px 30px 10px 0;
  font-size: 15px;
  color: #666;
}
.radioCont li input {
  margin-right: 5px;
}
.frm_info {
  color: #e73221;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}
.filebox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.filebox .file_wr {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.filebox > div.file_wr:nth-of-type(3) {
  float: right;
}
.filebox .file_wr input {
  width: calc(100% - 10%);
  color: #aaa;
  font-size: 13px;
  max-width: calc(100% - 60px);
}
.filebox .file_wr label {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  min-width: 60px;
  box-sizing: border-box;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  background: #777;
}
.filebox .file_wr label span {
  text-align: center;
  width: 100%;
  display: block;
}
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.inquiry_btn {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.inquiry_btn input {
  border: unset;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  width: 170px;
  height: 50px;
  font-size: 18px;
}

/* RESPONSIVE */

@media (max-width: 1700px) {
  /* COMPANY */
  .company_box1 {
    background-size: cover;
  }
  /* INQURIY */
  #inquiry .inquiry_wrap {
    width: 87%;
    margin: 0 auto;
  }
  .write-tbl th {
    width: 20%;
  }
}
@media (max-width: 1430px) {
  .depth_wrap > div.home_btn::before {
    display: none;
  }
  .sub_com {
    margin: 0 2%;
  }
  .company_wrap {
    margin-left: 0;
  }
}
@media (max-width: 1360px) {
  .depth_wrap > div.menu_2 {
    padding: 0;
  }
  .arti1 .img_box:before {
    width: 300px;
    top: -40%;
    left: -7%;
  }
  /* company */
  .arti4 .client_list {
    display: flex;
    justify-content: center;
  }
  .arti4 .client_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .sub_visual_txt {
    font-size: 15px;
  }
  .pc_sub_menu .second_dep {
    width: 90%;
  }
  .tab_list {
    width: 90%;
  }
  .sub_inner_wrap {
    font-size: 15px;
    width: 90%;
  }

  /* INQUIRY */
  #inquiry .sub_inner_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .write-tbl .write-input.input100 {
    width: 100%;
  }
  .write-tbl th {
    min-width: 116px;
  }
  .write-tbl .write-input {
    width: 100%;
  }
  .write-tbl .write-select {
    width: 30%;
  }
  .tech2 .contents1 .img_wrap > div:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .depth_wrap > div.menu_2 {
    display: none;
  }
  .depth_wrap > div:nth-child(3) {
    display: flex;
    background: #fff;
  }

  .sub_visual_txt {
    font-size: 14px;
    width: 80%;
  }
  .pc_sub_menu .com_depth li a {
    font-size: 17px;
  }
  .tab_list div {
    font-size: 16px;
  }
  .tit_box {
    font-size: 15px;
  }

  /* INQUIRY */
  .contact_box {
    width: 48%;
  }
  .contents_wrap > div {
    margin-bottom: 4%;
  }
  .contact_box.box1 {
    width: 100%;
  }
  .contact_box.box2 {
  }
}

@media (max-width: 768px) {
  .sub_com .tit_wrap h2.tit_1::before {
    height: 40px;
  }
  .sub_com .tit_wrap h2.tit_1 {
    padding: 50px 0 50px;
  }
  .tit_box p {
    padding: 20px 0;
  }
  .sub_title {
    margin: 6rem auto 0;
  }
  .flex_3 > * {
    width: 48%;
  }
  .flex_3 > *:nth-child(3n) {
    margin-right: 2%;
  }

  .sub_com {
    padding: 0 0 40px;
  }
  .sub_visual_box {
    height: 400px;
  }
  .pc_sub_menu .second_dep {
    height: 60px;
    width: 96%;
  }
  .pc_sub_menu .com_depth li {
    line-height: 60px;
  }
  .tab_list {
    margin: 20px auto;
  }
  .sub_visual_txt {
    font-size: 10px;
  }
  .pc_sub_menu .com_depth li a {
    font-size: 14px;
    padding: 0 5px;
  }
  .tab_list div {
    font-size: 15px;
  }

  #company.sub_com {
    margin-top: 0;
  }
  #company .arti1 {
    padding-bottom: 4rem;
  }
  #company .arti1 .img_box:before {
    top: 0;
    top: -64%;
    width: 150px;
  }
  #company .arti1 .info_box h3 br {
    display: none;
  }
  #company .arti3 table th {
    font-size: 4rem;
  }
  .arti5 .location_info table th,
  .arti5 .location_info table td {
    padding: 2rem;
  }
  .arti2 .cate_list li {
    width: 32%;
  }
  .arti2 .cate_list li:nth-child(3n) {
    margin-right: 0;
  }
  .arti2 .cate_list li:nth-child(4n) {
    margin-right: 2%;
  }
  .arti2 .cate_list li:nth-child(12n) {
    margin-right: 0;
  }

  /* 오시는길 */
  #location .location_item.item2 table th,
  #location .location_item.item2 table td {
    font-size: 14px;
    word-break: keep-all;
  }
  #location .location_item.item2 table td b {
    min-width: fit-content;
    width: auto;
  }
  #location .location_item.item2 table .transport_wrap .transport {
    flex-grow: 1;
    word-break: keep-all;
  }

  /* INQUIRY */
  .inquiry_style1 h3 {
    font-size: 17px;
  }
  .agree_txt {
    font-size: 14px;
  }
  .inquiry_style1 .inquiry_tbl_style1_icon {
    font-size: 14px;
    padding-left: 4px;
  }
  .inquiry_tbl_style1_con .write_input {
    font-size: 14px;
  }
  .write-tbl th {
    font-size: 15px;
  }

  /* tit_box */
  .tit_box {
    font-size: 13px;
    padding-top: 40px;
  }
  .product_frame .tit_box h1 {
    font-size: 2.5em;
  }
  .tit_box h2 {
    font-size: 2em;
  }
}
@media (max-width: 680px) {
  .depth_wrap > div {
    width: 44%;
    font-size: 12px;
    padding: 0 11px;
  }
  .depth_wrap .depth1.dep2_none {
    display: none;
  }
  .depth_wrap .depth3 {
    display: none;
  }

  .depth_wrap > div.depth2::after {
    opacity: 0;
  }
  /* COMPANY */
  .company_box2 .img_box {
    width: 80%;
    margin-bottom: 6%;
  }
  .company_box2 .info_box {
    width: 80%;
    margin-left: auto;
    text-align: right;
    padding: 20px;
    background: #dcdcdc4a;
  }
  .company_box4 {
    padding-top: 4rem;
  }
  .company_box4 .flex_box li {
    width: 48%;
    margin-bottom: 4%;
  }
  .company_box4 .flex_box li:nth-child(2) {
    margin-right: 0;
  }
  .company_box4 .flex_box {
    padding: 4%;
    display: flex;
    justify-content: flex-start;
  }
  .company_box4::before {
    bottom: 277px;
    font-size: 45px;
    right: 0;
  }
  .company_box4 .flex_box::before {
    top: 200px;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .sub_com {
    margin: 0 3%;
  }
  .small_menu {
    font-size: 1.6rem;
  }
  .sub_com .tit_wrap h2.tit_1 {
    padding: 40px 0 30px;
    font-size: 3.4rem;
  }
  .sub_com .sub_title {
    margin-top: 40px;
  }
  #company .sub_title {
    margin-top: 0;
  }
  .sub_title {
    margin-top: 0rem;
  }
  .sub_title h1 {
    font-size: 3.5rem;
    padding-left: 34px;
  }
  .sub_inner_wrap {
    font-size: 12px;
  }
  /* top_menu */
  .visual_menu_wrap .com_depth {
    top: 40px;
  }
  .visual_menu_wrap .com_depth li a {
    font-size: 13px;
  }
  .visual_menu_wrap {
    height: 44px;
    border-bottom: 1px solid #dcdcdc;
  }
  .depth_wrap > div.depth1 {
    display: none;
  }
  .depth_wrap > div.depth2 {
    width: 100%; /* flex-grow: 1; */
    max-width: unset;
  }
  .sub_com .tit_wrap h2.tit_1::before {
    height: 30px;
  }
  /* sub_visual */
  .sub_visual_box {
    height: 240px;
  }
  .sub_visual_txt {
    /* font-size: 8px; */ /* left: 9%; */
    width: 90%;
  }
  .sub_visual_txt h1 {
    font-size: 3.4rem;
  }
  .pc_sub_menu .com_depth {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pc_sub_menu .com_depth li {
    width: 33%;
    line-height: 40px; /* flex-grow: 0; */
    /* border-bottom: 1px solid #ddd; */
    flex-grow: 1;
  }
  .pc_sub_menu .second_dep {
    height: auto; /* box-shadow: 2px 3px 4px #c6c6c6; */
    /* border: 1px solid #d3d3d3; */
    /* border-radius: 10px; */
  }
  .pc_sub_menu .com_depth li.blue_bg {
    bottom: 5px;
  }
  .pc_sub_menu .com_depth li a {
    font-size: 13px;
  }
  .pc_sub_menu .com_depth li::after {
    width: 1px;
    height: 14px;
  }
  .pc_sub_menu .com_depth li:nth-child(3n)::after {
    display: none;
  }
  .tab_list div {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .tab_list {
    margin: 10px auto; /* padding-top: 30px; */
  }
  .tab_list.nav-fixed {
    top: 60px;
  }
  .sub_inner_wrap {
    margin: 40px auto 0;
  }

  /* COMPANY */
  .arti2 .cate_list li p {
    font-size: 2rem;
  }
  .contents_wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .company_wrap .company_box1 > p {
    width: 100%;
    margin-right: 0;
  }
  .sub_title.flex_box .small_menu {
    display: none;
  }
  .sub_title h1:before {
    width: 24px;
  }
  .arti1 .flex_box > div {
    width: 100%;
  }
  .arti1 .info_box:before {
    width: 80%;
    left: 0;
    top: -15rem;
  }
  #company .arti1 .img_box:before {
    display: none;
  }
  #company .arti1 .flex_box > div.img_box {
    height: 100px;
    overflow: hidden;
    margin-bottom: 6rem;
    position: relative;
  }
  #company .arti1 .flex_box > div img {
    width: 80%; /* display: block; */
    /* position: absolute; */
    top: -82%;
    right: 0;
    margin: 0 auto;
  }
  #company .cate_list .img_box img {
    height: 50px;
  }
  #company .cate_list.client_list .img_box img {
    height: auto;
    width: 80%;
  }
  .arti4 .client_list .info_box h3 {
    font-size: 2rem;
  }

  /* history */
  #company .arti3 table th {
    font-size: 3rem;
    word-break: keep-all;
  }
  .arti3 table td {
    width: 70%;
  }
  .arti2 .cate_list {
    display: flex;
    align-items: stretch;
  }

  /* 오시는 길 */
  .arti5 .location_info table th,
  .arti5 .location_info table td {
    padding: 1.4rem;
  }
  .location_item.item2 table th,
  #location .location_item.item2 table td {
    font-size: 12px;
    padding: 8px 5px;
    word-break: keep-all;
  }
  .location_box.item1 {
    height: 200px !important;
  }

  /* INQUIRY INTRO */
  .contact_box {
    width: 100%;
  }
  #inquiry_info .box3 .btn1 {
    margin-bottom: 20px;
  }
  .contents_wrap > div {
    margin-bottom: 24px;
  }

  /* INQUIRY */
  #inquiry .inquiry_wrap {
    width: 100%;
  }
  .inquiry_tbl_style1_flex {
    display: flex;
  }
  .tbl_style1_item {
    width: 100%;
  }
  .inquiry_tbl_style1_con .write_input {
    width: 100%;
  }
  .cm_btn_controls .btn_submit1 {
    width: 160px;
    height: 50px;
    font-size: 15px;
  }
  .agree_txt label {
    padding-left: 8px;
  }
  .editor textarea {
    font-size: 13px;
  }
  .cm_btn_controls .btn_submit1 {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .write-tbl th,
  .write-tbl td {
    padding: 10px 2px 10px 0;
    min-width: 74px;
    word-break: keep-all;
    font-size: 13px;
  }
  .write-tbl td.flex_div_3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .inquiry_btn {
    margin-top: 20px;
  }
  .inquiry_btn input {
    font-size: 12px;
    width: 110px;
    height: 40px;
  }
  #inquiry .agree_txt {
    font-size: 13px;
  }
}
