/***** FD *****/

#boxcontent.box06 .cms_hw_img img
{
	max-width: 170px;
}

.fd_input {
    width: 320px; 
    display: block;
    padding: .375rem .75rem;
    font-weight: 400;
    height: 25px !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-    shadow .15s ease-in-out;
}

.fd_select_pid, .fd_select_os {
    width: 223px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    height: 40px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fd_select option, .fd_select optgroup {
font-size: 1rem !important;
}


#fd_of8300i, #fd_120pro {
    cursor:pointer;
}

.fd_zoom {
  transition: transform .2s; /* Animation */
}

.fd_zoom:hover {
  transform: scale(0.9); 
}