:root {
    --sub-border-radius20 : 20px;
}
@media (max-width:768px) {
    :root {
        --sub-border-radius20 : 8px;
    }
}
/* subtop */
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 500px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}


/* subtopWrp */
#subtopWrp {
    position: relative;
}
#subtopWrp #sub_tabs {
    position: relative;
    background-color: #fff;
}
@media (max-width:768px) {
    #subtopWrp #sub_tabs {
        width: 100%;
        left: 0%;
        position: relative;
        border-radius: 40px 0 0 0;
    }
    #sub_tabs ul .dropdown-menu {
        justify-content: center;
        float: none;
    }
}

/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    padding: 0 10vw;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 3vw;
    float: none;
    z-index: 5;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background-color: transparent !important;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #f18d00;
    color: #f18d00;
    font-weight: 500;
}
@media (max-width:768px) {
    #sub_tabs {
        padding: 0 4vw;
    }
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        row-gap: 5px;
        padding: 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 15px 0;
        font-size: 13px;
    }
}



/* brand1 */
.stit .stt {
    display: inline-block;
    background-color: #fffaf2;
    line-height: 1em;
    padding: 15px 30px;
    border-radius: 50px;
}
.stit .lined {
    height: 40px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #aaa;
}
.stit .lined.left {
    margin-left: 0;
}
@media (max-width:768px) {
    .stit .lined {
        height: 20px;
    }
}

/* lineBig */
.lineBig {
    height: 120px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ddd;
}
@media (max-width:768px) {
    .lineBig {
        height: 50px;
    }
}
/* brand1 */
#brand1 .sec1 .sign {
    gap: 20px;
}
/* brand2 */
#brand2 .sec1 .item {
    padding: 40px;
    border-radius: 10px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 15px;
}
#brand2 .sec1 .item .deco {
    width: 40px;
}
#brand2 .sec1 .item .t {
    width: 80px;
}
#brand2 .sec1 .item .c {
    width: calc(100% - 200px);
    text-align: left;
    padding: 0 10px;
}
#brand2 .sec1 .item .br_ic {
    width: 80px;
}
@media (max-width:768px){
    #brand2 .sec1 .item {
        flex-direction: column;
        padding: 30px 15px;
    }
    #brand2 .sec1 .item .deco,
    #brand2 .sec1 .item .t,
    #brand2 .sec1 .item .c {
        width: 100%;
        text-align: center;
    }
    #brand2 .sec1 .item .deco img {
        transform: rotate(90deg);
        width: 20px;
    }
    #brand2 .sec1 .item .br_ic {
        width: 50px;
    }
}

/* story1 */
#story1 .fbox {
    gap: 1px;
}
#story1 .fbox > div {
    position: relative;
}
#story1 .fbox > div .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
#story1 .fbox > div .txt .tt span {
    display: inline-block;
    border-bottom: 1px solid #f18d00;
}

/* cstInfo */
.cstInfo .item {
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.cstInfo .item .tbox {
    width: calc(100% - 150px);
    padding-right: 30px;
}
.cstInfo .item .ibox {
    width: 150px;
}
.cstInfo .item .tt {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cstInfo .item .tt .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #00950c;
    color: #fff;
    font-size: .8em;
    border-radius: 50%;
}
@media (max-width:768px){
    .cstInfo .item {
        padding: 20px;
        border-radius: 5px;
        flex-wrap: wrap;
    }
    .cstInfo .item .tbox {
        width: 100%;
        padding-right: 0px;
    }
    .cstInfo .item .ibox {
        width: 100%;
        text-align: right;
    }
    .cstInfo .item .ibox img {
        width: 60px;
        margin-top: 10px;
    }
}




/* meneTabs */
#meneTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f3f3;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#meneTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 18px;
    padding: 12px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#meneTabs .con > a.act {
    color: rgba(255,255,255,1);
    background: #f18d00;
    border-radius: 100px;
}
@media (max-width:992px){
    #meneTabs .con {
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0;
        gap: 4px;
    }
    #meneTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
        border-radius: 20px;
        width: auto;
        flex-basis: unset;
        flex-grow: unset;
        background-color: #e7e4dc;
    }
}
@media (max-width:500px){
    #meneTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 15px;
    }
}


/* menuList */
#menuList .img {
    border: 1px solid #ddd;
    position: relative;
}
#menuList .img .type {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    padding: 2px 15px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* meneSubTabs */
#meneSubTabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
#meneSubTabs li {
    float: none;
}
#meneSubTabs li:not(:first-child) {
    border-left: 1px solid #dedd;
}
#meneSubTabs li a,
#meneSubTabs li:hover a {
    font-size: 15px;
    color: #999;
    letter-spacing: -0.01em;
    padding: 0 25px;
}
#meneSubTabs li.active a {
    background-color: transparent;
    color: #f00000;
}



/* store */
#store .map_wrap {
    display: flex;
    border: 1px solid #111;
}
#store .map_wrap #map {
    order: 2;
    width: calc(100% - 450px);
}
#store .map_wrap #menu_wrap {
    margin: 0;
    position: relative;
    order: 1;
    width: 450px;
    overflow-y: unset;
    overflow: hidden;
    border-right: 1px solid #111;
    border-radius: 0;
    padding: 0;
}
#store .map_wrap #menu_wrap .option {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-bottom: 1px solid #ddd;
    background-color: #000;
    color: #fff;
}
#store .map_wrap #menu_wrap .option > div {
    width: 100%;
}
#store .map_wrap #menu_wrap .option .schBoxWrp {
    position: relative;
    display: flex;
    gap: 2px;
}
#store .map_wrap #menu_wrap .option .schBoxWrp button {
    height: 100%;
    background-color: transparent;
    border: 0px;
    color: #fff;
    background-color: #ff5606;
    z-index: 4;
    width: 80px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}
#store .map_wrap #menu_wrap .option .schBoxWrp i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    width: 15px;
}
#store .map_wrap #menu_wrap .option .schBoxWrp .form-control {
    padding: 8px 15px;
    padding-left: 25px;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0px;
    height: 42px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #aaa;
    background-color: transparent;
    width: calc(100% - 82px);
    color: #fff;
}
#store .map_wrap #menu_wrap #placesList_wrp {
    overflow-y: scroll;
    height: calc(100% - 80px);
}
#store .map_wrap #menu_wrap #placesList_wrp #pagination {
    padding: 15px 20px;
    padding-top: 10px;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList {
    padding: 0 20px 20px;
    padding-bottom: 0px;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .item .markerbg {
    background: none;
    display: none;
}
#placesList .item {
    border-color: #ddd !important;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info {
    padding: 15px 0;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info span {
    font-size: 15px;
    color: #111;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info .tel {
    color: #ff5606;
}
@media (max-width:768px) {
    #store .map_wrap {
        flex-wrap: wrap;
        height: 760px;
    }
    #store .map_wrap #menu_wrap .option {
        height: 60px;
    }
    #store .map_wrap #map {
        order: 1;
        height: 350px !important;
    }
    #store .map_wrap #menu_wrap {
        order: 2;
        width: 100%;
    }
    #store .map_wrap #menu_wrap .option .schBoxWrp .form-control {
        height: 40px;
        font-size: 16px;
        width: calc(100% - 62px);
    }
    #store .map_wrap #menu_wrap #placesList_wrp {
        height: 350px;
    }
    #store .map_wrap #menu_wrap .option .schBoxWrp button {
        height: 40px;
        width: 60px;
        font-size: 14px;
    }
    #store .map_wrap #menu_wrap #placesList_wrp #placesList .info h5 {
        font-size: calc(100vw * (26 / 500));
    }
    #store .map_wrap #menu_wrap #placesList_wrp #placesList .info span {
        font-size: calc(100vw * (20 / 500));
        color: #111;
    }
}


/* menu_review */
.menu_review {
    background-color: #fdfbf8;
}
/* rvItem */
.rvItemWrp {
    position: relative;
}
/* .rvItemWrp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, #fdfbf8, transparent);
    z-index: 8;
}
.rvItemWrp::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(to left, #fdfbf8, transparent);
    z-index: 8;
} */
.rvItem .rvItemCon {
    padding: 15px;
}
.rvItem .rvItemCon > div {
    padding: 30px;
    border-radius: var(--sub-border-radius20);
    background-color: #fff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
}
.rvItem .rvItemCon .bt {
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid #ddd;
}
@media (max-width:768px){
    .rvItem .rvItemCon {
        padding: 5px;
    }
    .rvItem .rvItemCon > div {
        padding: 25px 15px;
    }
    .rvItem .rvItemCon > div .prfImg {
        width: 25px;
    }
}

/* franchise1 */
#franchise1 .btImg {
    background: url(../img/fr_bg1.jpg) center center no-repeat;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:992px) {
    #franchise1 .btImg {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    #franchise1 .btImg {
        background-size: cover;
    }
}
@media (max-width:768px) {
    #franchise1 .btImg {
        height: 400px;
    }
}

/* cntSet */
.cntSet .cntItem {
    background-color: #fffaf2;
    padding: 60px 40px;
    border-radius: var(--sub-border-radius20);
}
@media (max-width:500px) {
    .cntSet .cntItem {
        padding: 40px 20px;
    }
}
/* sec3 */
#franchise1 .sec3 {
    background-color: #f18d00;
}
#franchise1 .sec3 .item {
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.1);
    border-radius: var(--sub-border-radius20);
    padding: 50px 15px;
}
@media (min-width:500px) {
    #franchise1 .sec3 .item .tcon {
        margin-top: 15px;
    }
}
@media (max-width:500px) {
    #franchise1 .sec3 ul li {
        width: 100%;
        margin: 0px;
    }
    #franchise1 .sec3 .item {
        display: flex;
        align-items: center;
        padding: 20px;
    }
    #franchise1 .sec3 .item .icon {
        width: 40px;
        order: 2;
    }
    #franchise1 .sec3 .item .tcon {
        width: calc(100% - 40px);
        padding-right: 15px;
        order: 1;
        text-align: left;
    }
    #franchise1 .sec3 .item .tcon br {
        display: none;
    }
}
/* sec4 */
#franchise1 .sec4 .fbox {
    padding: 40px;
    background-color: #f7f7f7;
}
#franchise1 .sec4 .fbox .lft {
    padding: 0 40px;
}
@media (max-width:768px) {
    #franchise1 .sec4 .fbox {
        padding: 20px;
    }
    #franchise1 .sec4 .fbox > div {
        width: 100%;
    }
    #franchise1 .sec4 .fbox .lft {
        padding: 0 0 20px;
        text-align: center;
    }
    #franchise1 .sec4 .fbox .rt iframe {
        height: 250px;
    }
}

/* rsBox */
.rsBox {
    background-color: #ecf1cd;
}
.rsBox .txtCon {
    max-width: 600px;
    padding: 20px 40px;
    margin-left: auto;
    margin-right: auto;
}
.rsBox .txtCon .num {
    color: #4a7049;
    text-decoration: underline;
}
.rsBox .txtCon .mainTxt {
    color: #4a7049;
}
.rsBox .txtCon .subTxt {
    color: #5d745d;
}
@media (max-width:768px) {
    .rsBox > div {
        width: 100%;
    }
    .rsBox > .img {
        order: 1;
    }
    .rsBox > .txt {
        order: 2;
    }
}

/* franchise1 */
#franchise1 .sec7 {
    position: relative;
    background-color: #f7f7f7;
}
#franchise1 .sec7 .lineBig {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%);
}

/* circle */
.circleBoxWrp {
    display: inline-block;
    border: 1px dashed #ff6600;
    border-radius: 300px;
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
}
.circleBoxWrp::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 40px;
    border-right: 1px dashed #ff6600;
}
.circleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.circleBox .circle {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    background-color: #ff6600;
    max-width: calc(30vw - 5px);
    max-height: calc(30vw - 5px);
}
.circleBt .btBox {
    position: relative;
}
.circleBt .btBox .wbox {
    padding: 60px 20px 40px;
    border-radius: var(--sub-border-radius20);
    background-color: #fff;
    position: relative;
}
.circleBt .btBox .wbox .plsTop {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 5;
}
@media (min-width:768px){
    .circleBt {
        display: flex;
    }
    .circleBt .btBox {
        flex-basis: 33.33333%;
        padding: 0 15px;
        padding-top: 60px;
    }
    .circleBt .btBox::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        height: 0;
        border-top: 1px dashed #ff6600;
    }
    .circleBt .btBox:first-child::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 1px dashed #ff6600;
    }
    .circleBt .btBox:last-child::before {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 1px dashed #ff6600;
    }
    .circleBt .btBox:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        height: 40px;
        border-right: 1px dashed #ff6600;
    }
}
@media (max-width:768px) {
    .circleBoxWrp {
        padding: 15px 20px;
    }
    .circleBox {
        gap: 0px;
    }
    .circleBox .circle {
        margin: 0 -5px;
    }
    .circleBox .circle h2 {
        font-size: 18px;
    }
    .circleBox .circle h1 {
        font-size: 30px;
    }
    .circleBt .btBox .wbox .plsTop img {
        width: 40px;
    }
    .circleBt .btBox {
        padding-top: 40px;
    }
    .circleBt .btBox:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        height: 40px;
        border-right: 1px dashed #ff6600;
    }
    .circleBt .btBox .wbox {
        padding: 40px 20px 20px;
    }
    .circleBt .btBox .wbox .icon img {
        width: 50px;
    }
}

#franchise1 .sec9 {
    background-color: #fcf5f0;
}
#franchise1 .sec11 {
    background-color: #f7f7f7;
}

#franchise1 .sec11 .item .img {
    position: relative;
}
#franchise1 .sec11 .item .img > img {
    border-radius: var(--sub-border-radius20);
}
#franchise1 .sec11 .item .img .ic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* franchise1 */
#franchise1 .sec12,
#franchise1 .sec13 {
    position: relative;
    overflow: hidden;
}
#franchise1 .sec12 .lineBig,
#franchise1 .sec13 .lineBig {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-50%);
}
#franchise1 .sec12 .lineBig {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
}
#franchise1 .sec13 .lineBig {
    background-color: #fff;
}

#franchise1 .sec13 {
    background-color: #00950c;
    background: url(../img/fr_sec13_bg.jpg) center center no-repeat;
    background-size: cover;
}



/* form */
.form {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px;
    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(10px);
}
.form .top h3,
.form .top p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.form ul li {
    position: relative;
    padding-left: 150px;
    margin: 8px 0;
}
.form ul li label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    font-weight: 600;
}
.form ul li label,
.form ul li select.form-control,
.form ul li input.form-control {
    display: block;
    height: 55px;
    color: #fff;
    font-size: 18px;
}
.form ul li select.form-control option {
    color: #333;
}
.form ul li .form-control {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0px;
}
.form .smt {
    line-height: 65px;
    font-size: 28px;
    color: #fff;
    background-color: #f18d00;
    width: 100%;
    display: block;
    border: 0px;
}
.form textarea {
    color: #fff;
}
@media (max-width:768px){
    .form {
        padding: 30px 20px;
    }
    .form .top h3,
    .form .top p {
        margin-right: 5px;
    }
    .form ul li {
        padding-left: 110px;
    }
    .form ul li label {
        line-height: 45px;
    }
    .form ul li label,
    .form ul li select.form-control,
    .form ul li input.form-control {
        height: 45px;
        font-size: 16px;
    }
    .form .smt {
        line-height: 55px;
        font-size: 20px;
    }
}

/* checkboxCustom */
.agree {
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.2);
}
.agree .readMe {
    display: inline-block;
    vertical-align: middle;
    background-color: #555;
    color: #fff;
    margin-left: 15px;
    line-height: 1em;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}
.checkboxCustom {
	position: relative;
	padding: 0 0 0 40px;
	margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}
.checkboxCustom:first-child, 
.checkboxCustom:first-of-type {
	margin-top: 0;
}
.checkboxCustom.makeInline {
	display: inline-block;
	vertical-align: middle;
}
.checkboxCustom input[type="radio"],
.checkboxCustom input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -11px 0 0 -3px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.checkboxCustom input[type="radio"]:checked + label:after,
.checkboxCustom input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../img/chk.png) center center no-repeat;
    background-color: #fff;
}
.checkboxCustom input[type="radio"]:disabled,
.checkboxCustom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled:checked + label:after,
.checkboxCustom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.checkboxCustom input[type="radio"]:disabled + label,
.checkboxCustom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}
.checkboxCustom input[type="radio"]:disabled + label:before,
.checkboxCustom input[type="checkbox"]:disabled + label:before {
    background: url(../img/x.png) center center no-repeat;
	background-color: #eee;
    border-color: #eee;
}
.checkboxCustom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.checkboxCustom label:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    background: transparent;
    background: url(../img/chk_w.png) center center no-repeat;
}
.checkboxCustom label + label.error {
	display: block;
}
@media (max-width:640px){
    .checkboxCustom {
        padding-left: 33px;
    }
    .checkboxCustom input[type="radio"]:checked + label:after,
    .checkboxCustom input[type="checkbox"]:checked + label:after {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }
    .checkboxCustom label:before {
        width: 24px;
        height: 24px;
    }
    .agree .readMe {
        margin-left: 5px;
        padding: 5px 5px;
    }
}

/* brandLogos */
.brandLogos {
    margin: 0 -5px;
}
.brandLogos.row > div{
    padding: 5px;
}
.brandLogos.row .brandLogo {
    border: 1px solid #ddd;
    /* border-radius: 10px; */
}