* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.btn {width:300px; height:70px; border-radius: 35px; line-height:70px; margin-top:30px;}
.linebtnBlu {border:1px solid #050b5a; color:#050b5a;}
.linebtnWh {border:1px solid #fff; color:#fff;}
.linebtnWh:hover {background:#fff; color:#000;}
.colorR {color:#d02626;}
.subtit20 {font-size:1.25em; font-weight: 300; letter-spacing: -1.5px;  }
.subtit25 {font-size:1.56em; font-weight: 300; letter-spacing: -1.5px;  }
.subtit30 {font-size:1.875em; font-weight: 400; letter-spacing: -1.5px;  }
.subtit40 {font-size:2.5em; font-weight: 400; letter-spacing: -1.5px;}
.maintit40 {font-size:2.5em; font-weight: 400; letter-spacing: -1.5px;}
.maintit30 {font-size:2.5em; font-weight: 600; letter-spacing: -1.5px;}
.colorBR {color:#20286e;}
.colorOR {color:#e06326;}
.txt-lt {float:left; text-align: left; margin-left:0;  }
.txt-lt:after {content: ''; clear: both; display:block; }
.txt-rt {float:right; text-align: left; margin-left:50%; }
.txt-rt:after {content: ''; clear: both; display:block; }
.fontBD {font-weight:600;}
.wrap1400 {width:1400px; margin:0 auto;}

@media screen and (max-width:1240px){
 .wrap1400 {width:95%; }   
    
}


.pg_wrap {
    padding-top:20px; 
    position:relative;
    left: 50%;
    transform: translateX(-50%);
}


body { 
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    overflow: hidden;
   
}
.blind {
    display:none;
}
.main {
    overflow: hidden;
}

#header {
    width:100%;
    height:100px;
    position:fixed;
    top:0px;
    z-index:999999999999999999999999999999999;
    background:#fff;
}
#header.on {
    background-color:#333;
    transition-duration:0.6s;
}

#header > .inner {
    width:80%;
    position:relative;
    margin:0 auto;
}
#header .logo,
#header #nav,
#header #info {
    height:100px;
    line-height:100px;
}
#header .logo {
  
   z-index:999999999;
}
#header #nav {
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
#header #nav .menu_ul {
    display:flex;
    /* width:720px; */
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}
#header #nav .menu_li {
    width:140px;
    /* padding:0 40px; */
    flex-direction:column;
    text-align:center;
    position:relative;
}
#header #nav .menu_tit {
    flex-direction:column;
    font-size:17px;
    font-weight:bold;
    position:relative;
    letter-spacing:-0.6px;
    color:#000 ;
}

#header #nav .menu_tit.on {
    color:#20286e;
}

#header #nav .menu_li:hover {
    color:#20286e;
}
#header #nav .gnb_box {
    display:none;
    position:absolute;
    top:65px;
    left:0;
    width:100%;
    margin-left:0;
    padding:20px 60px 60px 20px;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius:10px;

}

#header #nav .gnb_box.on {
    display:block;
}
#header #nav .gnb_ul {

}
#header #nav .gnb_li {
    flex-direction:column;
    width:120px;
    height:35px;
    line-height:35px;
    float:left;
    text-align:left;
}
/* #header #nav .gnb_a::after {
    content: "\f105";
    position:absolute;
    top:0;
    right:-30px;
    font-family:FontAwesome;
    font-size:18px;
    color:#fff;
    transition-duration:0.6s;
    opacity:0;
} */
#header #nav .gnb_a:hover::after {
    right:-40px;
    opacity:1;
}
#header #nav .gnb_a {
    position:relative;
    width:100%;
    display:block;
    font-size:16px;
    color:#fff;
    z-index:9999999;
    transition-duration:0.2s;
}
#header #nav .gnb_a:hover {
    padding-left:10px;
    color:#f6f6f6;
}
/* #header #nav .gnb_li .gnb_a::before {
    content:'';    
    width:0;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    transition-duration:0.2s;
} */
#header #nav .gnb_li:hover .gnb_a:before {
    width:100%;
}
#header #nav .gnb_li:hover .gnb_a::after {
    right:-10px;
    opacity:0.6;
}
#header #info {
    position:absolute;
    top:0;
    right:0;
    display:flex;
    align-items:center;
}
#header #info .userBox {
    margin-right:30px;
}
#header #info .userBox ul {
    display:table;
}
#header #info .userBox ul li {
    display:table-cell;
    vertical-align:middle;
    padding-right:14px;
}
#header #info .userBox ul li a {
    font-size:14px;
    font-weight:400;
    color:#fff;
}
#header #info .member {
    display:table;
}
#header #info .member li {
    display:table-cell;
    padding-right:5px;
}
#header #info .member li::after {
    content:'';
    padding-left:5px;
    border-right:1px solid #ccc;
}
#header #info .member li:last-child:after {
    border-right:none;
} 
#header #info .member li a{
    font-size:1em;
    font-weight:400;
}
#header #info .member li:last-child {
    padding-right:0;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

#header .telBox { float:right;}
#header .telBox .telh1 {font-size:1em; line-height:20px;}   
#header .telBox .telh2 {font-size:1.68em; line-height:40px; color:#131a62; font-weight:600;}  


.mobileBtn {display:none; }
/* s:햄버거버튼 */
/* hambergur button */
.hamburger {
    padding:18px 0;
    cursor: pointer;
    display:block;
    overflow: hidden;
    background-color: transparent;
    position:relative;
    top:40px;
    right:10%;
    z-index:99999;
}

.hamburger__container {
    width:30px;
    height:18px;
    position: relative;
}
.hamburger.is-active .hamburger__inner {
    transform: translate(-51px,50%);
}
.hamburger.is-active .hamburger__inner::before,
.hamburger.is-active .hamburger__inner::after {
    transform: translate(102px, 0);
    opacity: 0;
}

.hamburger__inner {
    width: 100%;
    height: 2px;
    /* border-color */
    background-color: #333; 
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(5px, -50%);
    opacity: 1;
}

.hamburger__inner::before, .hamburger__inner::after {
    width: 100%;
    height: 2px;
    /* border-color */
    background-color: #333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    opacity: 1;
    transform: translate(-5px, 0);
}

.hamburger__inner::before {
    top: -8px;
}

.hamburger__inner::after {
    top: 8px;
}


.hamburger:hover .hamburger__hidden {
    transform: translate(0, -50%);
    background-color:#fff;
}

.hamburger:hover .hamburger__hidden::before,
.hamburger:hover .hamburger__hidden::after {
    opacity: 1;
    transform: translate(0, 0);
    background-color:#fff;
}
.hamburger__hidden{
    opacity: 0;
}
.hamburger.is-active .hamburger__hidden {
    opacity: 1;
    transform: rotate(45deg);
    background-color:#fff;
}

.hamburger.is-active .hamburger__hidden::before {
    transform: translate(0, 13px) rotate(90deg);
    transform-origin: center;
    background-color:#fff;
}

.hamburger.is-active .hamburger__hidden::after {
    transform-origin: center;
    transform: translate(0, -13px) rotate(0);
    background-color:#fff;
}

.hamburger__hidden {
    opacity: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(51px, -50%);
}

.hamburger__hidden::before, .hamburger__hidden::after {
    width: 100%;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    transform: translate(102px, 0);
}

.hamburger__hidden::before {
    top: -13px;
}

.hamburger__hidden::after {
    top: 13px;
}




/* e:햄버거버튼 */

/* s:all_menu */
#header #all_menu {
    width:100%;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    background-color:#333;
    z-index:999;
    display:none;
}
#header #all_menu.on {
    display:block;
}
#header #all_menu .menu_ul {
    width:18%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    vertical-align:middle;

}
#header #all_menu .menu_li {
    width:100%;
}

#header #all_menu .menu_tit{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 1px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #969696;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 5em;
    font-weight: 600;
    -webkit-user-select: none;
  -webkit-touch-callout: none;  
  text-align:center;

}
#header #all_menu .menu_tit:hover {
    color:#fff;
}
/* text_hover effect */

#header #all_menu .menu_tit:hover:after, 
#header #all_menu .menu_tit:focus:after{
    width: 100%;
    background-color: #fff;
}
#header #all_menu .menu_tit:hover {
    color: #fff;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}
#header #all_menu .all_box {
    display:none;
}
#header #all_menu .all_box.on {
    display:block;
    transition-duration:0.6s;
}
#header #all_menu .all_tit {
    font-size:18px;
    font-weight:400;
    color: #fff;
    padding:10px 0;
    display: block;
}
#header #all_menu .all_tit:hover {
    padding-left:20px;
    transition-duration:0.6s;
    font-weight:bold;
    color:#0c56b1;
}


/* e:all_menu */


@media screen and (max-width:1240px){
    #header {
        background-color:rgba(255,255,255,0.5);
        height:100px;
    }
    #header > .inner {
        width:100%;
        
    }
    #nav {
        display:none;
    }
    #header .logo {
        width:200px;
        display:block;

        top:8px;

        z-index:9999999999;
    }
    #header #info {
        top:0px;
        right:20px;
        position:absolute;
    }
    #header #info .member {
        display:none;
    }
    #header .logo, #header #nav, #header #info {
        height:100px;
        line-height:100px;
    }
    .hamburger {
        padding:5px 0;
    }
    #header #all_menu {
        background-color:#333;
    }
    .hamburger.is-active .hamburger__hidden::before {
        background-color:#333;
    }
    .hamburger.is-active .hamburger__hidden::after {
        background-color:#333;
    }
    #header .member.on {
        display:block;
        position:fixed;
    }
    #header #all_menu .menu_ul {
        width:50%;
    }
    #header #all_menu .menu_tit {
        font-size:2rem;
    }
    #header #all_menu .all_tit {
        color:#f6f6f6;
    }
    #header #all_menu .menu_tit:hover {
        color:#f6f6f6;
    }
    /* #header #all_menu .menu_tit::before{
        content: "\f067";
        position:absolute;
        top:50%;
        right:0;
        transform:translateY(-50%);
        font-family:FontAwesome;
        font-size:10px; 
        width:20px;
        height:20px;
        line-height:20px;
        border-radius:50%;
        background-color:#ececec;
        box-shadow:2px 2px 4px rgba(0, 0, 0, 0.1);
        color:#898989;
    } */
    #header #all_menu .menu_li.on .menu_tit::before {
        content: "\f068";
    }
    #header #info .userBox {
        display:none;
    }
}





#contact{
    width:100%;
    height:635px;
     background:url('../img/main/contact_bg.png') center;
}

#contact .sec5-inner{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
     position:relative;
}

#contact .sec5-lt{
    width:60%;
   
}

#contact .sec5-lt .btn { position: absolute; bottom:10%; left:20%;}

#contact .sec5-rt{
    width:40%;
}
#contact .sec5-rt .sec5-wrap{
    width:480px;
    height: 500px;
    background:#fff;
    border-radius: 30px;
    padding:50px;
}

#contact .sec5-rt dl {}
#contact .sec5-rt dl dt {margin-bottom:10px;}
#contact .sec5-rt dl dt h1 {font-size:1.875em; color:#000; font-weight:600;}
#contact .sec5-rt dl dt h2 {font-size:2.5em; color:#050b5a; font-weight:600;}
#contact .sec5-rt dl dd p {font-size:1.25em; margin-bottom:10px; letter-spacing: -1px;}
#contact .sec5-rt dl dd .ul-wrap {display: flex;  justify-content: space-between; margin-bottom:10px;}
#contact .sec5-rt dl dd ul {  color:#000; }
#contact .sec5-rt dl dd ul li {color:#585858;   font-size:1.625em; line-height:150%; }



@media screen and (max-width:900px){ 
.mobileBtn {display: flex;}
    .mobileBtn .telBtn {margin:10px 20px;}
#header .telBox {display:none;}
#contact .sec5-inner{

    justify-content: center;
   flex-direction: column-reverse;
}

    
#contact .sec5-lt{
    width:100%;
   
}

#contact .sec5-lt .btn { position: relative; left:0; bottom:0; margin:0 auto;}

#contact .sec5-rt{
    width:100%; margin-bottom:50px;
}
#contact .sec5-rt .sec5-wrap{
    width:85%; margin:0 auto; height:100%; padding:20px;

}

 
    
}
@media screen and (max-width:600px){ 
    

    body {font-size:10px;}
    
}

/* fixed form & quick */
.tac{ text-align: center}
.tal{ text-align: left}
.tar{ text-align: right}
.flex{ display: flex; flex-wrap: wrap}
.flex-col{ display: flex; flex-direction: column;}
.inline-flex {display: inline-flex !important; flex-wrap: wrap}
.flex-jc{ display: flex; flex-wrap: wrap; justify-content: center}
.flex-js{ display: flex; flex-wrap: wrap; justify-content: flex-start}
.flex-je{ display: flex; flex-wrap: wrap; justify-content: flex-end}
.flex-jl{ display: flex; flex-wrap: wrap; justify-content: left}
.flex-jr{ display: flex; flex-wrap: wrap; justify-content: right}
.flex-jsb{ display: flex; flex-wrap: wrap; justify-content: space-between}
.flex-jsa{ display: flex; flex-wrap: wrap; justify-content: space-around}
.flex-ac{ display: flex; flex-wrap: wrap; align-items: center}
.flex-ae{ display: flex; flex-wrap: wrap; align-items: flex-end}
.flex-afs { display: flex; flex-wrap: wrap; align-items: flex-start}
.flex-ast { display: flex; align-items: stretch}
.flex-nowrap{ display: flex; flex-wrap: nowrap;}
.flex-now{ display: flex}
.flex-now-jc{ display: flex; justify-content: center}
.flex-now-jsb{ display: flex; justify-content: space-between}
.flex-now-jsa{ display: flex; justify-content: space-around}
.fc-wh {color:#fff;}

.fixed-form-wrap {
    position: fixed;
    bottom:0;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height: 100px;
    background: #1d1e32;
    z-index: 1000;
}
.fixed-form-wrap .inner {
    margin:0 auto;
    width: 100%;
    max-width: 1400px;
    height: 100%;
}
.fixed-form-wrap .btn-submit:hover {
    background: #0993d5;
    color:#fff;
}
.fixed-form-wrap form {
    height: 100%;
}
.fixed-form-wrap .fw-input-box {
    height: 100%;
}
.fixed-form-wrap .ipw-list {
    gap:10px;
}
.fixed-form-wrap .title-wrap {
    padding:0 18px 0 14px;
    font-size: 26px;
    font-weight: 600;
}
.fixed-form-wrap .btn-submit {
    margin:0;
    padding:0;
    max-width: 250px;
    line-height: 1.25;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color:#000;
    background: #66b9e1;
    border-radius: 0;
    transition: all 0.3s;
}
.fixed-form-wrap .input-wrap {
    gap:10px;
    height: 100%;
}
.fixed-form-wrap .input-wrap input {
    padding:0 18px;
    width: 250px;
    height: 50px;
    border:none;
    background:#fff;
    text-align: left;
    color:#585858;
    font-size:18px;
}
.fixed-form-wrap .input-wrap input[type="tel"] {
    width: 250px;
}
.fixed-form-wrap .input-wrap select {
    padding:0 18px;
    width: 250px;
    height: 50px;
    border-radius: 0;
    border:none;
    color:#585858;
}
.fixed-form-wrap .input-wrap input[type="checkbox"] {
    width: unset;
}
.fixed-form-wrap .privacy-contents {
    gap:4px;
    font-size: 14px;
}
.fixed-form-wrap .custom-checkbox input:checked ~ .checkmark {
    width: 16px;
    height:16px;
    background: #dbdbdb;
    border-radius: 0;
}
.fixed-form-wrap .custom-checkbox.type-2 .checkmark {
    width: 16px;
    height:16px;
    background: #dbdbdb;
    border:none;
    border-radius: 0;
}
.fixed-form-wrap .custom-checkbox input:checked ~ .checkmark::after {
    left:4px;
    width:5px;
    height: 9px;
}

#quick {
    position: fixed;
    top:50%;
    right:26px;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.4);
    z-index: 1001;
}
#quick .inner {
    position: relative;
}
#quick .inner .quick-wrap {
    border-bottom:1px solid #d4d4d4;
}
#quick .inner .quick-wrap a {
    display: block;
    width: 100%;
    padding:24px 0;
    text-align: center;
    font-size:14px;
    background: #fff;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
}
#quick .inner .quick-wrap a:hover {
    opacity: 0.9;
}
#quick .inner .quick-wrap a.type-call {
    background: #1d1e32;
}
#quick .inner .quick-wrap a .img-wrap {
    display: block;
    margin:0 auto 10px;
    text-align: center;
}
#quick .inner .quick-wrap a .txt-wrap {
    display: block;
    text-align: center;
}
#quick .inner .quick-wrap.qw-top {
    border:none;
}
#quick .inner .quick-wrap.qw-top a {
    padding:10px 0;
    background: #312a2a;
    color: #fff;
}
#top_btn {
    display: none;
}

@media screen and (max-width: 1440px) {
    .fixed-form-wrap {
        overflow: hidden;
    }
    .fixed-form-wrap .inner {
        max-width: 1120px;
    }
    .fixed-form-wrap .input-wrap input {
        width: 180px;
    }
    .fixed-form-wrap .input-wrap input[type="tel"] {
        width: 180px;
    }
    .fixed-form-wrap .input-wrap select {
        width: 180px;
    }
    .fixed-form-wrap .btn-submit {
        width: 180px;
    }
}
@media screen and (max-width: 1200px) {
    .fixed-form-wrap .title-wrap {
        position: absolute;
        top:-2000%;
        left:-2000%;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    .fixed-form-wrap .inner {
        max-width: 840px;
    }
    .fixed-form-wrap .input-wrap input {
        padding:0 12px;
        width: 150px;
        font-size: 16px;
    }
    .fixed-form-wrap .input-wrap input[type="tel"] {
        width: 150px;
    }
    .fixed-form-wrap .input-wrap select {
        padding:0 12px;
        width: 150px;
        font-size: 16px;
    }
    #quick {
        top:unset;
        transform: unset;
        bottom: 160px;
        right:10px;
        width: 64px;
        box-shadow: none;
    }
    #quick .inner .quick-wrap:not(:last-child) {
        margin:0 auto 10px;
    }
    #quick .inner .quick-wrap {
        border:none;
    }
    #quick .inner .quick-wrap a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding:0;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #ecebeb;
        box-shadow: 6px 6px 7px rgba(0,0,0,0.35);
        overflow: hidden;
    }
    #quick .inner .quick-wrap a.type-call {
        background: #312a2a;
    }
    #quick .inner .quick-wrap a .img-wrap {
        margin:0 auto;
    }
    #quick .inner .quick-wrap a .txt-wrap {
        display: block;
        visibility: hidden;
        position: absolute;
        top:-10000%;
        left:-10000%;
        width: 0;
        height: 0;
        opacity: 0;
    }
    #quick .inner .quick-wrap.qw-top {
        display: none;
    }
    #top_btn {
        display: block;
        bottom:118px;
        right:10px;
    }
}
@media screen and (max-width: 900px) {
    .fixed-form-wrap {
        height: 138px;
    }
    .fixed-form-wrap .inner {
        padding:16px 32px;
        max-width: 600px;
    }
    .fixed-form-wrap .input-wrap {
        gap:6px;
        flex-direction: column-reverse;
        align-items: flex-start;
        height: auto;
    }
    .fixed-form-wrap .input-wrap input {
        width: calc(100% / 3 - 10px / 3 * 2);
        height: 35px;
    }
    .fixed-form-wrap .input-wrap input[type="tel"] {
        width: calc(100% / 3 - 10px / 3 * 2);
    }
    .fixed-form-wrap .input-wrap select {
        width: calc(100% / 3 - 10px / 3 * 2);
        height: 35px;
    }
    .fixed-form-wrap .privacy-wrap {
        width: 100%;
    }
    .fixed-form-wrap .privacy-wrap input {
        height: auto;
    }
    .fixed-form-wrap .privacy-contents {
        justify-content: flex-start;
        width: 100%;
        font-size: 14px;
    }
    .fixed-form-wrap .btn-wrap {
        padding:0;
        width: 100%;
        height: 35px;
        font-size: 17px;
    }
    .fixed-form-wrap .btn-submit {
        max-width: unset;
        width: 100%;
        height: 35px;
        font-size: 17px;
    }
}
@media screen and (max-width: 600px) {
    .fixed-form-wrap .inner {
        padding:16px 24px;
    }
    .fixed-form-wrap .ipw-list {
        gap:8px;
    }
    .fixed-form-wrap .input-wrap input {
        width: calc(100% / 3 - 8px / 3 * 2);
    }
    .fixed-form-wrap .input-wrap input[type="tel"] {
        width: calc(100% / 3 - 8px / 3 * 2);
    }
    .fixed-form-wrap .input-wrap select {
        width: calc(100% / 3 - 8px / 3 * 2);
    }

    #quick {
        right:10px;
        width: 48px;
        box-shadow: none;
    }
    #quick .inner .quick-wrap a {
        width: 48px;
        height: 48px;
    }
    #quick .inner .quick-wrap a .img-wrap img {
        max-width: 24px;
    }
}
@media screen and (max-width: 400px) {
    .fixed-form-wrap .inner {
        padding:16px 12px;
    }
    .fixed-form-wrap .ipw-list {
        gap:4px;
    }
    .fixed-form-wrap .input-wrap input {
        padding:0 4px;
        width: calc(100% / 3 - 4px / 3 * 2);
    }
    .fixed-form-wrap .input-wrap input[type="tel"] {
        width: calc(100% / 3 - 4px / 3 * 2);
    }
    .fixed-form-wrap .input-wrap select {
        padding:0 4px;
        width: calc(100% / 3 - 4px / 3 * 2);
    }
}