#sub_content{
    width: 100%;
    background-image: url(../images/sub_bg.jpg);
    background-position: center center;
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    padding-top: 130px;
}


/* aboutus */
.about_us{
    width: 100%;
}

.sub_title{
    width: 100%;
    position: relative;
}

.sub_title img{
    position: absolute;
    top: -20px;
    left: 35%;
}

.sub_title>p{
    font-family: 'twayair', sans-serif;
    font-size: 50px;
    color: #222;
}

.sub_typing{
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.sub_typing p.typing-txt{
    display: none;
}

.sub_typing p.typing{
    display: inline-block;
    color: #222;
    font-size: 40px;
    font-family: 'Pretendard-Light', sans-serif;
    animation-name: cursor;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
    padding-right: 10px;
}

@keyframes cursor{
 0%{border-right: 1px solid #fff}
 50%{border-right: 1px solid #000}
 100%{border-right: 1px solid #fff}
}

/* .blink3{
    animation: blink 0.5s infinite;
    font-size: 30px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
}

@keyframes blink {
    to {
        opacity: 0;
    }
} */

.about_us ul{
    width: 100%;
    margin: 80px 0 150px;
    padding-left: 40px;
    box-sizing: border-box;
}

.about_us ul li{
    width: 55%;
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 35px;
    margin-top: 50px;
}

.about_us ul li:first-child{
    margin-top: 0;
}

.about_us ul li.right_us{
    margin-left: 45%;
}

.about_us ul li p{
    font-size: 28px;
    margin-bottom: 20px;
}

.about_us ul li span.underline{
    font-family: 'Pretendard-SemiBold', sans-serif;
    position: relative;
    z-index: 1;
}

.about_us ul li span.underline:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15px;
    width: 0;
    opacity: 0;
    background-color: rgba(247, 148, 29, 0.25);
    animation: underline 1s 1s ease-in-out forwards;
    z-index: -1;
}

@keyframes underline {
    0%{
        width: 0;
        opacity: 0;
    }

    100%{
        width: 100%;
        opacity: 1;
    }
}

.about_us_img{
    width: 100%;
    height: 395px;
    position: relative;
    overflow: hidden;
}

.about_us_img img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}


/* service */
/* .sub_typing2{
    width: 75%;
}

.sub_typing2 .typing{
    font-size: 35px;
    line-height: 45px !important;
} */
.sub_typing2{
  height: 90px;
}

div.typing-txt{
  display: none;
}

div.typing ul{
  margin: 0;
  padding: 0;
}

div.typing ul li{
  display:block;
  font-size: 35px;
  line-height: 45px !important;
  margin: 0;
  width: auto;
}

div.typing ul li.on {
  display: inline-block;
  animation-name: cursor2;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  padding-right: 10px;
}

@keyframes cursor2{
  0%{border-right: 1px solid #fff}
  50%{border-right: 1px solid #000}
  100%{border-right: 1px solid #fff}
 }

.service>.center>ul{
    padding: 0;
}

.service>.center>ul>li{
    width: 52%;
    position: relative;
    padding-top: 45px;
    margin-top: -30px;
}

.service>.center>ul>li:first-child{
    margin-top: 40px;
}

.service>.center>ul>li.right_us{
    margin-left: 48%;
}

.service>.center>ul>li p{
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    position: relative;
    z-index: 9;
}

.service>.center>ul>li>span{
    color: #f16421;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
}

span.light_t{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.service>.center>ul>li>img{
    position: absolute;
    bottom: 0;
    left: 350px;
}

.service_num{
    position: absolute;
    font-size: 100px;
    color: rgba(222, 222, 222, 0.4);
    font-family: 'Pretendard-Bold', sans-serif;
    top: -20px;
    left: 0;
    line-height: normal;
}

.service_img{
    width: 100%;
    height: 395px;
    position: relative;
    overflow: hidden;
}

.service_img img{
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
}

.view_pop{
    width: 130px;
    font-size: 16px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 2px solid #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    cursor: pointer;
}

.service_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.service_popbox{
    width: 700px;
    height: 85%;
    overflow: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 3%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.service_popbox::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.s_p01{
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px;
    padding: 45px 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
}

.s_p01 p{
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    position: relative;
    z-index: 9;
}

.s_p01>span{
    color: #f16421;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.s_p01 img{
    position: absolute;
    bottom: 20px;
    right: 0;
}

.s_p01 .service_num{
    left: 5px;
}

.s_p02{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 22px;
    color: #222;
    line-height: 35px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 5%;
}

.s_p02 span{
    font-family: 'Pretendard-Bold', sans-serif;
}

.s_p03{
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    border-top: 3px solid #f16421;
    box-sizing: border-box;
    margin-top: 8%;
    padding: 25px 0;
    display: flex;
}

.con_title{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #222;
    font-family: 'Pretendard-Bold', sans-serif;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.con_con{
    width: 70%;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
}

.service_popbox>i{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: #999;
    font-family: 'Pretendard-Thin', sans-serif;
    cursor: pointer;
}

.service .center{
    position: relative;
}

.sub_pop{
    font-size: 16px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    position: absolute;
    padding-bottom: 3px;
    top: 200px;
    right: 0;
}

.sub_pop > div{
    border-bottom: 2px solid #222;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

/* .repair{
    font-size: 16px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 2px solid #222;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    padding-bottom: 3px;
    top: 200px;
    right: 0;
} */

.repair_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.repair_popbox{
    width: 1200px;
    height: 90%;
    overflow: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 3%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.repair_popbox::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.repair_inner{
    width: 100%;
}

.sub_title_text{
		font-size:28px;
    text-align: center;
    font-family: 'Pretendard-Bold', sans-serif;
	}

	.table_p{
		font-size: 18px;
		margin:50px 0 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
	}
	.sub_2_6_tb{
		width: 100%;
		border-collapse:collapse;

	}
	.sub_2_6_th{
		font-size:14px;
		color:#f16022;
		background-color:#f8f2ea;
		border:1px solid #cfcece;
		border-top:2px solid #f16022;
		padding:10px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
	}
	.sub_2_6_th_1{
		font-size:14px;
		color:#f16022;
		background-color:#f4f5f5;
		border:1px solid #cfcece;
		vertical-align: middle;
		padding:10px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
	}
	.sub_2_6_td{
		font-size:14px;
		color:#333;
		text-align: center;
		border:1px solid #cfcece;
		padding:10px;
		vertical-align: middle;
		line-height: 24px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
	}
	.sub_td_gray{
		font-size:12px; color:#999999;
		padding: 10px;
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
	}

  p.vat{
    font-family: 'Pretendard-Regular', sans-serif;
  }

  .repair_popbox>i{
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 30px;
      color: #999;
      font-family: 'Pretendard-Thin', sans-serif;
      cursor: pointer;
  }

  .s_detail_pop{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      display: none;
  }

  .s_detail_popbox{
      width: 700px;
      height: 55%;
      overflow: auto;
      background-color: #fff;
      border-radius: 20px;
      padding: 3%;
      box-sizing: border-box;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
  }

  .s_detail_popbox > .s_p02{
    font-size: 20px;
  }

  .s_detail_popbox::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera*/
  }

  .s_detail_popbox>i{
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 30px;
      color: #999;
      font-family: 'Pretendard-Thin', sans-serif;
      cursor: pointer;
  }












/* company */
.sub_content2{
    padding-bottom: 200px;
}

.company{
    width: 100%;
}

.company_tab{
    width: 100%;
    margin-top: 40px;
}

.company_tab ul{
    display: flex;
}

.company_tab ul li{
    font-size: 24px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    cursor: pointer;
    margin-right: 60px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    position: relative;
}

.company_tab ul li.tab_on{
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 3px solid #222;
}

.company_tabcon{
    width: 100%;
    height: 0;
    overflow: hidden;
}

.company_tabcon.tab_on{
    height: 100%;
}

.com_banner{
    width: 100%;
    height: 330px;
    background-image: url(../images/company_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}

.com_banner .center{
    height: 100%;
    display: flex;
    align-items: center;
}

.com_textbox{
    height: 135px;
    overflow: hidden;
}

.com_textbox p{
    font-size: 24px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 45px;
    margin-top: 135px;
    animation: show_up 1s ease forwards;
}

@keyframes show_up{
    0%{
        margin-top: 135px;
    }

    100%{
        margin-top: 0;
    }
}

.com_textbox p span.underline{
    position: relative;
    z-index: 1;
}

.com_textbox p span.underline:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 36px;
    width: 0;
    opacity: 0;
    background-color: #000;
    animation: underline 1s 1s ease-in-out forwards;
    z-index: -1;
}

@keyframes underline {
    0%{
        width: 0;
        opacity: 0;
    }

    100%{
        width: 100%;
        opacity: 1;
    }
}

ul.com_ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.company_title img{
    display: block;
    margin-bottom: 15px;
}

.company_title p{
    font-size: 40px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
}

.company_con{
    margin-top: 40px;
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 45px;
}

.map_box{
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

.root_daum_roughmap{
    width: 100% !important;
    height: 100% !important;
}

.wrap_map{
    width: 100%;
    height: 100% !important;
}

ul.map_ul{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

ul.map_ul li p{
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.map_ul li span{
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 35px;
    margin-top: 30px;
    display: block;
}


/* portfolio */
.portfolio{
    width: 100%;
    padding-bottom: 250px;
}

.portfolio_tab{
    width: 100%;
    margin-top: 40px;
    z-index: 95;
}

.portfolio_tab.sticky{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-top: 0;
    padding: 35px 0 20px;
    transition-duration: .5s;
}

.portfolio_tab ul{
    display: flex;
    justify-content: space-between;
}

.portfolio_tab ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio_tab ul li a{
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    border-bottom: 3px solid transparent;
    padding: 5px 0;
    position: relative;
}

.portfolio_tab ul li a.port_on{
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 3px solid #222;
}

.port_box{
    width: 100%;
    padding-top: 50px;
}

.port_title{
    width: 100%;
    text-align: center;
    font-family: 'twayair', sans-serif;
    font-size: 30px;
    margin-bottom: 30px;
}

.port_box ul{
    width: 100%;
    display: inline-block;
}

.port_box ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.port_box ul li:nth-child(3n){
    margin-right: 0;
}

/* hover */
.f_img{
    font-family: 'Pretendard-Bold', sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.f_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.f_img img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f_img2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_img2 img {
    width: 50%;
    height: 50%;
    object-fit: inherit;
}

.f_img:after,
.f_img:before,
.f_img figcaption:after,
.f_img figcaption:before {
    background: #0a0a0a;
    width: 25%;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s steps(4);
    transition: all 0.3s steps(4);
    z-index: 1;
    top: 100%;
    bottom: 0;
}

.f_img:before {
    left: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.f_img:after {
    left: 25%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.f_img figcaption:before {
    left: 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: -1;
}

.f_img figcaption:after {
    left: 75%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: -1;
}

.f_img figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 50px 30px;
}

.f_img h2,
.f_img p,
.f_img .icons {
    margin: 0;
    width: 100%;
    opacity: 0;
}

.f_img h2 {
    text-transform: uppercase;
}

.f_img p {
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 10px;
}

.f_img .icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.f_img .icons a{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
}

.f_img .icons a i{
    margin: 70px 5px 0;
}

.f_img .icons a:first-child{
    justify-content: flex-end;
}

.f_img .icons a:last-child{
    justify-content: flex-start;
}

.f_img .pc_icons a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    float: left;
}

.f_img .pc_icons a i{
    margin: 70px 0 0;
}

.f_img i {
    padding: 0px 10px;
    display: inline-block;
    font-size: 24px;
    color: #f7941d;
    text-align: center;
}

.f_img i:hover {
    opacity: 1;
}

.f_img:hover:after,
.f_img.hover:after,
.f_img:hover:before,
.f_img.hover:before,
.f_img:hover figcaption:after,
.f_img.hover figcaption:after,
.f_img:hover figcaption:before,
.f_img.hover figcaption:before {
    top: 0;
    opacity: 0.8;
}

.f_img:hover figcaption h2,
.f_img:hover figcaption p,
.f_img:hover figcaption .icons{
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
/* // hover */

.project_name{
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-family: 'Pretendard-Medium', sans-serif;
    padding: 15px 0;
    transition-duration: .5s;
}

.port_box ul li:hover .project_name{
    opacity: 0;
}


/* contact */
.contact{
    width: 100%;
}

.contact_text{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 25px;
}

.contact_text span{
    color: #f26522;
    border-bottom: 1px solid #f26522;
}

.contact_input{
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.contact_input ul{
    width: 100%;
    display: inline-block;
}

.contact_input ul li{
    width: 48.5%;
    margin-right: 3%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    /* margin-bottom: 60px; */
    /* margin-bottom: 10px; */
    /* border-bottom: 1px solid #222; */
    position: relative;
}

.contact_input ul li:nth-child(2n){
    margin-right: 0;
}

.contact_input ul li:last-child{
    margin: 0;
}

.contact_input ul li p{
    width: 25%;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    /* border-right: 1px solid #555; */
    box-sizing: border-box;
    text-align: center;
}

.contact_input ul li input[type='text']{
    width: 75%;
    /* height: 30px; */
    height: 40px;
    border: 1px solid #ccc;
    /* border: 0; */
    background-color: transparent;
    font-size: 18px;
}

.file_ipbox{
    width: 75%;
    height: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.contact_input ul li span{
    font-size: 16px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    color: #999;
}

.contact_input ul li i{
    font-size: 30px;
    cursor: pointer;
}

.guide_text{
    width: 100%;
    font-size: 12px;
    /* color: #f26522; */
    display: block;
    padding-left: 12.5%;
    box-sizing: border-box;
    margin-top: -10px;
}

.contact_inquiry{
    width: 100%;
    position: relative;
    /* margin-top: 60px; */
    padding: 0 15px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    display: flex;
    align-items: center;
}

.contact_inquiry p{
    width: 12.3%;
    font-size: 18px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.contact_inquiry textarea{
    width: 87.7%;
    height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
    /* margin-top: 10px; */
    font-size: 18px;
}

.contact_inquiry textarea::placeholder{
    font-size: 16px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.contact_inquiry textarea:-ms-input-placeholder{
    font-size: 16px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.contact_agree{
    width: 100%;
    margin-top: 80px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
}

.contact_agree p{
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.agree_box{
    width: 100%;
    width: 100%;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.agree_btn{
    font-size: 16px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    cursor: pointer;
    width: 80px;
    height: 35px;
    /* background-color: #f26522; */
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.agree_box pre{
    width: 100%;
    white-space: pre-line;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 20px;
}

.a_check{
    /* width: 100%; */
    /* padding: 10px; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.a_check span{
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 10px;
}

.a_check input{
    cursor: pointer;
    -ms-transform: scale(1.1); /* IE */
    -moz-transform: scale(1.1); /* FF */
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -o-transform: scale(1.1); /* Opera */
    padding: 10px;
}

.contact_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.inquiry_btn{
    font-size: 24px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
    padding: 0 5px 5px;
    border-bottom: 2px solid #111;
    position: relative;
    cursor: pointer;
}

.a_pop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.a_popbox{
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-sizing: border-box;
}

.a_popbox p{
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.in_box{
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #f8f8f8;
}

.a_popbox>i{
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

























/* mobile */
@media screen and (max-width: 767px){

  #header.scroll{
      background-color: #fff;
  }

  #footer{
      height: inherit;
  }

  .f01{
      padding: 10px 0;
      border-top: 1px solid #d7d7d7;
  }

  .f02{
      padding: 10px 0;
      position: relative;
  }

  #sub_content{
      padding-top: 100px;
  }


  /* aboutus */
  .sub_title>p{
      font-size: 24px;
  }

  .sub_typing{
      width: 100%;
      height: 20px;
      margin-top: 10px;
  }

  .sub_typing p.typing{
      font-size: 16px;
      padding-right: 5px;
  }

  .about_us ul{
      margin: 40px 0 50px;
      padding-left: 0;
  }

  .about_us ul li{
      width: 100%;
      font-size: 14px;
      line-height: 25px;
      margin-top: 30px;
      word-break: keep-all;
  }

  .about_us ul li.right_us{
      margin-left: 0;
  }

  .about_us ul li p{
      font-size: 18px;
      margin-bottom: 10px;
  }

  .about_us_img{
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .about_us_img img{
      position: relative;
      width: 100%;
      left: 0;
      margin-left: 0;
  }


  /* service */
  .service>.center>ul{
      margin-top: 30px;
  }

  .service>.center>ul>li{
      width: 100%;
      padding-top: 20px;
      margin-top: 30px;
  }

  .service>.center>ul>li:first-child{
      margin-top: 0;
  }

  .service>.center>ul>li.right_us{
      margin-left: 35%;
  }

  .service>.center>ul>li p{
      font-size: 18px;
      margin-bottom: 10px;
  }

  span.light_t{
      font-size: 16px;
  }

  .service>.center>ul>li>img{
      width: 50px;
      position: absolute;
      bottom: -10px;
      left: 50%;
  }

  .service_num{
      font-size: 50px;
      top: -10px;
  }

  .service_img{
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .service_img img{
      position: relative;
      width: 100%;
      right: 0;
      margin-right: 0;
  }

  .view_pop{
      width: 100px;
      font-size: 14px;
      border-bottom: 1px solid #222;
      margin-top: 15px;
  }

  .service_popbox{
      width: 90%;
      height: auto;
      padding: 5% 3% 8%;
  }

  .s_p01{
      font-size: 14px;
      line-height: 20px;
      padding: 10% 5% 5%;
  }

  .s_p01 p{
      font-size: 18px;
      margin-bottom: 10px;
  }

  .s_p01>span{
      font-size: 14px;
      margin-bottom: 5px;
  }

  .s_p01 img{
      width: 50px;
      bottom: 30px;
      right: 0;
  }

  .s_p01 .service_num{
      top: -5px;
  }

  .s_p02{
      padding: 0 3%;
      font-size: 14px;
      line-height: 23px;
      margin-top: 5%;
  }

  .s_p02>br{
      display: none;
  }

  .s_p03{
      border-top: 1px solid #f16421;
      margin-top: 8%;
      padding: 15px 0;
      display: block;
  }

  .con_title{
      width: 100%;
      font-size: 16px;
      border: 0;
  }

  .con_con{
      width: fit-content;
      font-size: 14px;
      line-height: 25px;
      padding-left: 0;
      margin: 15px auto 0;
  }

  .service_popbox>i{
      top: 15px;
      right: 15px;
      font-size: 20px;
      z-index: 9;
  }

  .sub_pop{
    font-size: 14px;
    padding-bottom: 2px;
    top: 80px;
    z-index: 9;
  }

  .sub_pop > div{
      border-bottom: 1px solid #222;
      display: inline-block;
      margin-left: 6px;
  }

  /* .repair{
      font-size: 14px;
      border-bottom: 1px solid #222;
      padding-bottom: 2px;
      top: 105px;
      z-index: 9;
  } */

  .repair_popbox{
      width: 90%;
      height: 80%;
      padding: 8% 3%;
  }

  .sub_title_text{
  		font-size:18px;
  }

	.sub_2_6_th{
		font-size:12px;
		padding:10px;
	}

	.sub_2_6_th_1{
		font-size:12px;
		padding:10px 5px;
	}

	.sub_2_6_td{
		font-size:10px;
		padding:10px 5px;
		line-height: 15px;
	}

	.sub_td_gray{
		font-size:10px;
		padding: 10px;
    line-height: 15px;
	}

  p.vat{
    font-size: 12px;
  }

  .repair_popbox>i{
      top: 15px;
      right: 15px;
      font-size: 20px;
  }

  .s_detail_popbox{
      width: 90%;
      height: auto;
      padding: 5% 3% 8%;
  }

  .s_detail_popbox>.s_p02{
      padding: 0 3%;
      font-size: 14px;
      line-height: 23px;
      margin-top: 5%;
  }

  .s_detail_popbox>i{
      top: 15px;
      right: 15px;
      font-size: 20px;
  }


  /* company */
  .sub_content2{
      padding-bottom: 50px;
  }

  .company_tab{
      margin-top: 30px;
  }

  .company_tab ul li{
      font-size: 16px;
      margin-right: 30px;
      padding-bottom: 3px;
      border-bottom: 2px solid transparent;
  }

  .company_tab ul li.tab_on{
      font-family: 'Pretendard-SemiBold', sans-serif;
      border-bottom: 2px solid #222;
  }

  .com_banner{
      background-attachment: inherit;
      height: 23vh;
      margin-top: 40px;
  }

  .com_textbox{
      height: 55%;
      overflow: hidden;
  }

  .com_textbox p{
      font-size: 3vw;
      line-height: 6vw;
      margin-top: 55%;
      letter-spacing: -0.5px;
      word-break: keep-all;
  }

  @keyframes show_up{
      0%{
          margin-top: 55%;
      }

      100%{
          margin-top: 0;
      }
  }

  .com_textbox p span.underline:after{
      bottom: -1px;
      height: 15px;
  }

  ul.com_ul{
      display: block;
      margin-top: 0;
  }

  ul.com_ul li{
      margin-top: 40px;
  }

  .company_title img{
      width: 20px;
      margin-bottom: 10px;
  }

  .company_title p{
      font-size: 18px;
  }

  .company_con{
      margin-top: 15px;
      font-size: 14px;
      line-height: 25px;
  }

  .map_box{
      height: 200px;
      margin-top: 40px;
  }

  ul.map_ul{
      margin-top: 0;
      display: block;
  }

  ul.map_ul li{
      margin-top: 40px;
  }

  ul.map_ul li p{
      font-size: 16px;
  }

  ul.map_ul li span{
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
      display: block;
  }

  ul.map_ul li:first-child span br{
      display: none;
  }


  /* portfolio */
  .portfolio{
      padding-bottom: 50px;
  }

  .portfolio_tab{
      margin-top: 40px;
      overflow: auto;
  }

  .portfolio_tab ul{
      width: max-content;
      display: flex;
      justify-content: space-between;
      padding-right: 20px;
  }

  .portfolio_tab ul li{
      padding: 0 10px;
  }

  .portfolio_tab ul li a{
      font-size: 16px;
      border-bottom: 2px solid transparent;
      padding: 3px 0;
  }

  .port_title{
      font-size: 20px;
      margin-bottom: 30px;
  }

  .port_box{
      padding-top: 60px;
  }

  .port_box ul li{
      width: 49%;
      margin-bottom: 10px;
  }

  .port_box ul li:nth-child(3n){
      margin-right: 2%;
  }

  .port_box ul li:nth-child(2n){
      margin-right: 0;
  }

  .figcaption p{
      display: none;
  }

  .icons{
      opacity: 0;
      width: 100%;
      height: 100%;
  }

  .icons a{
      display: block;
      width: 100%;
      height: 100%;
  }

  .icons a i{
      color: transparent;
  }

  .f_img2 img {
      width: 50%;
  }

  .f_img h2{
      display: none !important;
  }

  .f_img:hover figcaption h2{
      display: none;
  }

  .f_img:after, .f_img:before, .f_img figcaption:after, .f_img figcaption:before{
      background: transparent;
  }

  .f_img:hover figcaption p{
      display: none;
  }

  .port_box ul li:hover .project_name{
      opacity: 1;
  }

  .project_name{
      font-size: 14px;
      padding: 0;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      word-break: keep-all;
  }


  /* contact */
  .sub_title img{
      width: 80%;
      top: -10px;
      left: 25%;
  }

  .contact_text{
      font-size: 14px;
      line-height: 23px;
      margin-top: 25px;
      word-break: keep-all;
  }

  .contact_text br{
      display: none;
  }

  .contact_input{
      margin-top: 40px;
      padding: 10px;
  }

  .contact_input ul li{
      width: 100%;
      margin-right: 0;
      padding: 5px 0;
      margin-bottom: 10px;
      display: block;
  }

  .contact_input ul li p{
      width: 100%;
      font-size: 14px;
      margin-bottom: 5px;
      text-align: left;
  }

  .contact_input ul li input[type='text']{
      width: 100%;
      height: 30px;
  }

  .contact_input ul li span{
      width: 65%;
      font-size: 12px;
  }

  .contact_input ul li i{
      font-size: 20px;
  }

  .guide_text{
      font-size: 10px;
  }

  .contact_inquiry{
      /* margin-top: 40px; */
      display: block;
      padding: 10px;
  }

  .contact_inquiry p{
      width: 100%;
      font-size: 14px;
      text-align: left;
  }

  .contact_inquiry textarea{
      width: 100%;
      height: 150px;
      margin-top: 5px;
  }

  .contact_inquiry textarea::placeholder{
      font-size: 12px;
  }

  .contact_agree{
      margin-top: 30px;
      padding: 10px;
  }

  .contact_agree p{
      font-size: 14px;
  }

  .agree_box{
      margin-top: 7px;
  }

  .agree_box pre{
      padding: 10px;
      font-size: 12px;
      line-height: 18px;
  }

  .a_check span{
      font-size: 12px;
  }

  .contact_btn{
      margin-top: 40px;
  }

  .inquiry_btn{
      font-size: 14px;
      padding: 0 3px 5px;
      border-bottom: 1px solid #111;
  }

  .customertable{
  	width: 100%;
  	border-collapse: collapse;
  	border:1px solid #e1e1e1;
  	margin:5% 0;
  	font-size:12px;
  }
  .customertable th{
  	text-align:right;
  	width: 47px;
  	padding: 5px;
  	font-size:12px;
  }
  .customertable td{
  	text-align:right;
  	padding: 5px;
  }
  .customertable input{
  	width: 96%;
  	padding: 2%;
  	border:1px solid #e1e1e1;
  }
  #title{
  	width: 98%;
  	padding: 1%;
  	border:1px solid #e1e1e1;
  }
  .customertable textarea{
  	width: 100%;
  	height: 300px;
  	vertical-align: middle;
  	border:1px solid #e1e1e1;
  }
  .customerbtnbox{
  	margin-bottom:15%;
  	text-align: center;
  }
  .customerbtnbox > input{
  	border: 1px solid #a0a0a0;
  	background-color:#fff;
  	color:#a0a0a0;
  	padding:5px 10px;
  	font-size:16px;
  }

  .agree_btn{
      font-size: 12px;
      width: 65px;
      height: 30px;
  }

  .a_popbox{
      width: 90%;
      padding: 15px;
  }

  .a_popbox p{
      font-size: 16px;
  }

  .in_box{
      margin-top: 15px;
      padding: 10px;
      font-size: 12px;
      line-height: 18px;
  }

  .a_popbox>i{
      font-size: 20px;
  }

  .file_ipbox{
      width: 100%;
      height: 30px;
  }

  .guide_text{
      padding-left: 0;
      margin-top: -5px;
  }


}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

  #footer{
      height: inherit;
  }

  .f01{
      padding: 30px 0;
      border-top: 1px solid #d7d7d7;
  }

  .f02{
      padding: 10px 0;
      position: relative;
  }

  #sub_content{
      padding-top: 150px;
  }


  /* aboutus */
  .sub_title>p{
      font-size: 30px;
  }

  .sub_typing{
      width: 100%;
      height: 25px;
      margin-top: 10px;
  }

  .sub_typing p.typing{
      font-size: 20px;
      padding-right: 5px;
  }

  .about_us_img{
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .about_us ul{
      padding-left: 0;
      margin: 60px 0 100px;
  }

  .about_us ul li{
      font-size: 16px;
      line-height: 28px;
      margin-top: 30px;
  }

  .about_us ul li p{
      font-size: 22px;
      margin-bottom: 10px;
  }

  .about_us_img img{
      position: relative;
      width: 100%;
      left: 0;
      margin-left: 0;
  }


  /* service */
  .service>.center>ul{
      margin-top: 30px;
  }

  .service>.center>ul>li{
      width: 100%;
      padding-top: 20px;
      margin-top: 30px;
  }

  .service>.center>ul>li:first-child{
      margin-top: 0;
  }

  .service>.center>ul>li.right_us{
      margin-left: 50%;
  }

  .service>.center>ul>li p{
      font-size: 22px;
      margin-bottom: 10px;
  }

  span.light_t{
      font-size: 16px;
  }

  .service>.center>ul>li>img{
      width: 50px;
      position: absolute;
      bottom: -10px;
      left: 30%;
  }

  .service_num{
      font-size: 50px;
      top: -10px;
  }

  .service_img{
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .service_img img{
      position: relative;
      width: 100%;
      right: 0;
      margin-right: 0;
  }

  .view_pop{
      width: 120px;
      font-size: 15px;
      border-bottom: 1px solid #222;
      margin-top: 15px;
  }

  .service_popbox{
      width: 90%;
      height: auto;
      padding: 5% 3% 8%;
  }

  .s_p01{
      font-size: 14px;
      line-height: 20px;
      padding: 5% 3%;
  }

  .s_p01 p{
      font-size: 18px;
      margin-bottom: 10px;
  }

  .s_p01>span{
      font-size: 14px;
      margin-bottom: 5px;
  }

  .s_p01 img{
      width: 50px;
      bottom: 30px;
      /* right: 0; */
      left: 35%;
  }

  .s_p01 .service_num{
      top: -5px;
  }

  .s_p02{
      padding: 0 3%;
      font-size: 14px;
      line-height: 23px;
      margin-top: 5%;
  }

  .s_p02>br{
      display: none;
  }

  .s_p03{
      border-top: 1px solid #f16421;
      margin-top: 8%;
      padding: 15px 0;
  }

  .con_title{
      font-size: 16px;
  }

  .con_con{
      font-size: 14px;
      line-height: 25px;
      margin: 15px auto 0;
  }

  .service_popbox>i{
      top: 15px;
      right: 15px;
      font-size: 20px;
      z-index: 9;
  }

  .sub_pop{
    font-size: 14px;
    padding-bottom: 2px;
    top: 100px;
    z-index: 9;
    right: 20%;
  }

  .sub_pop > div{
      border-bottom: 1px solid #222;
      display: inline-block;
      margin-left: 8px;
  }

  /* .repair{
      font-size: 14px;
      border-bottom: 1px solid #222;
      padding-bottom: 2px;
      top: 115px;
      z-index: 9;
      right: 50%;
  } */

  .repair_popbox{
      width: 90%;
      height: 80%;
      padding: 8% 3%;
  }

  .sub_title_text{
      font-size:18px;
  }

  .sub_2_6_th{
    font-size:12px;
    padding:10px;
  }

  .sub_2_6_th_1{
    font-size:12px;
    padding:10px 5px;
  }

  .sub_2_6_td{
    font-size:10px;
    padding:10px 5px;
    line-height: 15px;
  }

  .sub_td_gray{
    font-size:10px;
    padding: 10px;
    line-height: 15px;
  }

  p.vat{
    font-size: 12px;
  }

  .repair_popbox>i{
      top: 15px;
      right: 15px;
      font-size: 20px;
  }

  .s_detail_popbox{
      width: 90%;
      height: auto;
      padding: 5% 3% 8%;
  }

  .s_detail_popbox>.s_p02{
      padding: 0 3%;
      font-size: 14px;
      line-height: 23px;
      margin-top: 5%;
  }

  .s_detail_popbox>.s_p02>br{
      display: none;
  }

  .s_detail_popbox>i{
      top: 15px;
      right: 15px;
      font-size: 20px;
  }


  /* company */
  .sub_content2{
      padding-bottom: 50px;
  }

  .company_tab{
      margin-top: 50px;
  }

  .company_tab ul li{
      font-size: 16px;
      margin-right: 30px;
      padding-bottom: 3px;
      border-bottom: 2px solid transparent;
  }

  .company_tab ul li.tab_on{
      font-family: 'Pretendard-SemiBold', sans-serif;
      border-bottom: 2px solid #222;
  }

  .com_banner{
      background-attachment: inherit;
      height: 250px;
      margin-top: 40px;
  }

  .com_textbox{
      height: 55%;
      overflow: hidden;
  }

  .com_textbox p{
      font-size: 20px;
      line-height: 35px;
      margin-top: 55%;
      letter-spacing: -0.5px;
      word-break: keep-all;
  }

  @keyframes show_up{
      0%{
          margin-top: 55%;
      }

      100%{
          margin-top: 0;
      }
  }

  .com_textbox p span.underline:after{
      bottom: -1px;
      height: 25px;
  }

  ul.com_ul{
      margin-top: 0;
  }

  ul.com_ul li{
      margin-top: 40px;
  }

  .company_title img{
      width: 20px;
      margin-bottom: 10px;
  }

  .company_title p{
      font-size: 18px;
  }

  .company_con{
      margin-top: 15px;
      font-size: 14px;
      line-height: 25px;
  }

  .map_box{
      height: 300px;
      margin-top: 40px;
  }

  ul.map_ul{
      margin-top: 0;
      display: block;
  }

  ul.map_ul li{
      margin-top: 40px;
  }

  ul.map_ul li p{
      font-size: 16px;
  }

  ul.map_ul li span{
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
      display: block;
  }

  ul.map_ul li:first-child span br{
      display: none;
  }


  /* portfolio */
  .portfolio{
      padding-bottom: 50px;
  }

  .portfolio_tab{
      margin-top: 40px;
      overflow: auto;
  }

  .portfolio_tab ul{
      width: max-content;
      display: flex;
      justify-content: space-between;
      padding-right: 20px;
  }

  .portfolio_tab ul li{
      padding: 0 10px;
  }

  .portfolio_tab ul li a{
      font-size: 16px;
      border-bottom: 2px solid transparent;
      padding: 3px 0;
  }

  .port_title{
      font-size: 20px;
      margin-bottom: 30px;
  }

  .figcaption p{
      display: none;
  }

  .icons{
      opacity: 0;
      width: 100%;
      height: 100%;
  }

  .icons a{
      display: block;
      width: 100%;
      height: 100%;
  }

  .icons a i{
      color: transparent;
  }

  .f_img2 img {
      width: 50%;
  }

  .f_img h2{
      display: none !important;
  }

  .f_img:hover figcaption h2{
      display: none;
  }

  .f_img:after, .f_img:before, .f_img figcaption:after, .f_img figcaption:before{
      background: transparent;
  }

  .f_img:hover figcaption p{
      display: none;
  }

  .port_box ul li:hover .project_name{
      opacity: 1;
  }

  .project_name{
      font-size: 16px;
      padding: 0;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      word-break: keep-all;
  }


  /* contact */
  .sub_title img{
      width: 80%;
      top: -10px;
      left: 25%;
  }

  .contact_text{
      font-size: 16px;
      line-height: 28px;
      margin-top: 25px;
      word-break: keep-all;
  }

  .contact_input{
      margin-top: 40px;
  }

  .contact_input ul li{
      padding: 5px 0;
      margin-bottom: 10px;
  }

  .contact_input ul li p{
      width: 30%;
      font-size: 14px;
  }

  .contact_input ul li input[type='text']{
      width: 70%;
      height: 30px;
  }

  .contact_input ul li span{
      width: 70%;
      font-size: 12px;
  }

  .contact_input ul li i{
      font-size: 20px;
  }

  .contact_inquiry p{
      font-size: 14px;
  }

  .contact_inquiry textarea{
      height: 150px;
      margin-top: 7px;
  }

  .contact_inquiry textarea::placeholder{
      font-size: 90%;
  }

  .contact_agree{
      margin-top: 30px;
  }

  .contact_agree p{
      font-size: 14px;
  }

  .agree_box{
      margin-top: 7px;
  }

  .agree_box pre{
      padding: 10px;
      font-size: 12px;
      line-height: 18px;
  }

  .a_check span{
      font-size: 12px;
  }

  .contact_btn{
      margin-top: 40px;
  }

  .inquiry_btn{
      font-size: 14px;
      padding: 0 3px 5px;
      border-bottom: 1px solid #111;
  }

  .customertable{
		width: 100%;
		border-collapse: collapse;
		border:1px solid #e1e1e1;
		margin:5% 0;
	}
	.customertable td{
		text-align:right; padding-right:15px; ;
		padding: 10px;
	}
	.customertable td{
		text-align:right; padding-right:15px;
		padding: 10px;
	}
	.customertable input{
		width: 96%;
		padding: 2%;
		border:1px solid #e1e1e1;
	}
	#title{
		width: 98%;
		padding: 1%;
		border:1px solid #e1e1e1;
	}
	.customertable textarea{
		width: 100%;
		height: 300px;
		vertical-align: middle;
		border:1px solid #e1e1e1;
	}
	.customerbtnbox{
		margin-bottom:15%;
		text-align: center;
	}
	.customerbtnbox > input{
		border: 1px solid #a0a0a0;
		background-color:#fff;
		color:#a0a0a0;
		padding:5px 10px;
		font-size:16px;
	}

  .file_ipbox{
      width: 70%;
      height: 30px;
  }

  .guide_text{
      padding-left: 14.5%;
      margin-top: -5px;
  }

  .contact_inquiry p{
      width: 14.5%;
  }

  .contact_inquiry textarea{
      width: 85.5%;
  }

  .contact_inquiry textarea::placeholder{
      font-size: 12px;
  }

  .agree_btn{
      font-size: 14px;
      width: 80px;
      height: 30px;
  }

  .a_pop{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 9999;
      display: none;
  }

  .a_popbox{
      width: 80%;
      padding: 20px;
  }

  .a_popbox p{
      font-size: 18px;
  }

  .in_box{
      margin-top: 20px;
      padding: 15px;
      font-size: 14px;
      line-height: 20px;
  }

  .a_popbox>i{
      font-size: 20px;
  }



}

















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px){

  /* about */
  .about_us_img img{
      top: 0;
      left: 0;
      margin-left: 0;
  }


  /* service */
  .service_img img{
      top: 0;
      right: 0;
      margin-right: 0;
  }


  /* company */
  .com_banner{
      height: 350px;
  }

  .com_textbox p{
      font-size: 24px;
      color: #fff;
      font-family: 'Pretendard-Medium', sans-serif;
      line-height: 45px;
      margin-top: 135px;
      animation: show_up 1s ease forwards;
  }


  /* countact */
  .contact_input ul li p{
      width: 30%;
  }

  .contact_input ul li input[type='text']{
      width: 70%;
  }

  .contact_input ul li span{
      width: 65%;
  }

  .customertable{
		width: 100%;
		border-collapse: collapse;
		border:1px solid #e1e1e1;
		margin:5% 0;
	}
	.customertable td{
		text-align:right; padding-right:15px; ;
		padding: 10px;
	}
	.customertable td{
		text-align:right; padding-right:15px;
		padding: 10px;
	}
	.customertable input{
		width: 96%;
		padding: 2%;
		border:1px solid #e1e1e1;
	}
	#title{
		width: 98%;
		padding: 1%;
		border:1px solid #e1e1e1;
	}
	.customertable textarea{
		width: 100%;
		height: 300px;
		vertical-align: middle;
		border:1px solid #e1e1e1;
	}
	.customerbtnbox{
		margin-bottom:15%;
		text-align: center;
	}
	.customerbtnbox > input{
		border: 1px solid #a0a0a0;
		background-color:#fff;
		color:#a0a0a0;
		padding:5px 10px;
		font-size:16px;
	}

  .file_ipbox{
      width: 70%;
      height: 35px;
  }

  .guide_text{
      padding-left: 14.5%;
  }

  .contact_inquiry p{
      width: 14.5%;
  }

  .contact_inquiry textarea{
      width: 85.5%;
  }

}

@media all and (min-width: 1065px) {
  .customertable{
		width: 100%;
		border-collapse: collapse;
		border:1px solid #e1e1e1;
		margin:5% 0;
	}
	.customertable td{
		text-align:right; padding-right:15px; ;
		padding: 10px;
	}
	.customertable td{
		text-align:right; padding-right:15px;
		padding: 10px;
	}
	.customertable input{
		width: 96%;
		padding: 2%;
		border:1px solid #e1e1e1;
	}
	#title{
		width: 98%;
		padding: 1%;
		border:1px solid #e1e1e1;
	}
	.customertable textarea{
		width: 100%;
		height: 300px;
		vertical-align: middle;
		border:1px solid #e1e1e1;
	}
	.customerbtnbox{
		margin-bottom:15%;
		text-align: center;
	}
	.customerbtnbox > input{
		border: 1px solid #a0a0a0;
		background-color:#fff;
		color:#a0a0a0;
		padding:5px 10px;
		font-size:16px;
	}
}
