
.head-page .contactus_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}
.contactus_pg01 .item {
    width: 50%;
    padding: 30px 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 196px;
}
.contactus_pg01 .item::after{
    content: "";
    display: block;
    width: 1px;
    height: 75%;
    background: #f3f3f3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contactus_pg01 .item:last-child {
    width: 100%;
    height: auto;
}
.contactus_pg01 .item:nth-child(2)::after,.contactus_pg01 .item:nth-child(3)::after{
    display: none;
}
.contactus_pg01 .item .icon{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactus_pg01 .item .text_tit {
    color: #333;
    line-height: 1;
}
.contactus_pg01 .item .con {
    color: #888;
    margin-top: 20px;
}
.contactus_pg01 .item .con a {
    color: #888;
}
.contactus_pg01 .item .con a:hover {
    color:#009143; 
    text-decoration:underline;
}
.ontactus_pg01 .item:nth-child(1) .con{
    font-family: Arial, sans-serif;
}
.contactus_pg01 .item:nth-child(3) .con p{
    margin-bottom: 15px;
}
.contactus_pg01 .item:nth-child(3) .con p:last-child{
    margin-bottom: 0;
}
.contactus_pg02 img {
    display: block;
    max-width: 100%;
}
.contactus_pg02 .h_img{
    display: none;
}
.contactus_pg03 .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.contactus_pg03 .item:nth-child(4),.contactus_pg03 .item:nth-child(5){
    margin-right: 0;
}
.contactus_pg03 .item:nth-child(5){
    width: 100%;
    margin-bottom: 0;
}
.contactus_pg03 .item input,.contactus_pg03 .item textarea{
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #666;
    border: none;
    outline: none;
    width: 100%;
}
.contactus_pg03 .item input{
    height: 50px;
    line-height: 50px;
}
.contactus_pg03 .item textarea{
    height: 130px;
    overflow-y: auto;
}
.submit {
    width: 200px;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    background: #009143;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 0px transparent inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #666 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
input:-internal-autofill-selected {
      transition: background-color 5000s ease-in-out 0s !important;
      background-color: transparent !important;
}
:focus {outline: 0;}
::-webkit-input-placeholder {color:#666;}
:-moz-placeholder { color:#666;}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}
@media only screen and (max-width: 1200px) {
    .contactus_pg01 .item{
        padding: 20px 5%;
    }
}
@media only screen and (max-width: 960px) {
    .contactus_pg01 .item {
        padding: 20px 3.5%;
    }
}
@media only screen and (max-width: 768px) {
    .contactus_pg01 .item {
        padding: 20px 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border-bottom: 1px solid #f3f3f3;
    }
    .contactus_pg01 .item::after{
        display: none;
    }
    .contactus_pg01 .item .icon {
        width: 35px;
    }
    .contactus_pg01 .item .text {
        width: calc(100% - 35px);
    }
    .contactus_pg01 .item .con{
        margin-top: 10px;
    }
    .contactus_pg01 .item:nth-child(3) .con p {
        margin-bottom: 10px;
    }
    .contactus_pg01 .item:first-child{
        padding-top: 0;
    }
    .contactus_pg02 .h_img {
        display: block;
    }
    .contactus_pg02 .p_img {
        display: none;
    }
    .contactus_pg03 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contactus_pg03 .item input {
        height: 44px;
        line-height: 44px;
        padding: 10px 15px;
    }
    .submit {
        width: 126px;
        height: 42px;
    }
}