html,body {
    height: 100%;
}
.brand_color {
    color:#CE221F;
}
.sub_tit {
    font-size: 22px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.sub_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}
.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
    margin-top: 80px;
    padding:0 10px;
}
.sub_banner {
}
.sub_banner_tit {
    width: 100%;
}
.sub_banner_tit > h2 {
    font-size: 30px;
}

.sub_banner_tit > p {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 40px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 10px;
}
.section {
    padding-top: 40px;

    padding:60px 10px;
    overflow: hidden;

}
.login_wrap {
    display: none;
}
.tit {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.tit2 {
    font-size: 20px;
    word-break: keep-all;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.tit_desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    word-break: keep-all;
    color:#666;
    text-align: center;
    margin-top: 12px;
}
.smenu > li > a {
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#CE221F;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    height: 70px;
    padding:0 10px;
}
.header > .inner {
    height: 70px;
}

.logo {
    width: 110px;
    height: 50px;
    background:url('../img/logo.JPG') center no-repeat;
    background-size:contain;
}
.header.active .logo {
    width: 110px;
    height: 50px;
    background:url('../img/logo.JPG') center no-repeat;
    background-size:contain;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}



/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.swiper-slide.img02 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}

.mySwiper .swiper-slide > .txt_wrap {
    color:#fff;
    text-align: center;
    margin:20% auto;
    padding:0 10px;
}
.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 16px;
    font: 300px;
    color:#fff;
    line-height: 24px;
    margin-top: 16px;
    word-break: keep-all;
}
.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .2s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .4s both;
}

.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s .6s both;
}
/* 메인배너 --*/

/* msec_01 */
.msec_01 {
    padding:0;
    position: relative;
}
.msec_01 > .inner {
    position: relative;
}
.m_merit_slide .swiper-slide {
    width: 100%;
}
.m_merit_slide .swiper-slide.img01 {
    background:url('../img/m_merit_slide01.png') center no-repeat;
    background-size:cover;
}
.m_merit_slide .swiper-slide.img02 {
    background:url('../img/m_merit_slide02.png') center no-repeat;
    background-size:cover;
}
.m_merit_slide .swiper-slide.img03 {
    background:url('../img/m_merit_slide03.png') center no-repeat;
    background-size:cover;
}
.m_merit_slide .swiper-slide.img04 {
    background:url('../img/m_merit_slide04.png') center no-repeat;
    background-size:cover;
}
.m_merit_wrap {
    position: static;
    transform: translateX(0%);
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin:40px auto 0;
    padding:20px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    background:#fff;
    z-index: 9999;
}
.m_merit_img_box {
    width: 100%;
    height: 200px;
    background:#ddd;

}
.m_merit_txt_box {
    width: 100%;
}
.m_merit_txt_box > li {
    display: flex;
    align-items: center;
    border-bottom:1px solid #333;
    padding:20px 0;
}
.m_merit_txt_box > li > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    color:#CE221F;
}
.m_merit_txt_box > li > p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color:#666;
}
/* msec_01 */


/* msec_02 */
.msec_02 {
    padding-top: 80px;
}
.service_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.service_wrap > li {
    width: calc(50% - 5px);
    aspect-ratio: 1/0.7466666666666667;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.img_service {
    width: 100%;
    aspect-ratio: 1/0.7466666666666667;
    background:#ddd;
    transition: all .4s;
}
.img_service:hover {
    transform: scale(1.1);
}
.service_wrap > li  .txt_wrap {
    width: 90%;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background:rgba(255,255,255,.8);
    transition: all .4s;
}
.service_wrap > li:hover .txt_wrap {
    background:#CE221F;
}
.service_wrap > li:hover .txt_wrap > h2 {
    color:#fff;
}
.service_wrap > li .txt_wrap > h2 {
    font-size: 14px;
    text-align: center;
    color:#333;
    line-height: 20px;
}
/* msec_02 */

/* msec_03 */
.msec_03 {
    padding:40px 0;
    background:url('../img/msec_03_bg.png') center no-repeat;
    background-size:cover;
}
.msec_03 > .inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.vision_box1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.vision_box1 > li:hover .ico_vision {
    background:#CE221F;
}
.vision_box1 > li:hover .ico_vision > span {
    color:#fff;
}
.vision_box1 > li {
    width: calc(33.33% - 5px);
    aspect-ratio: 1/1;
    background:none;
    border:1px solid #CE221F;
    border-radius: 10px;
    text-align: center;
    padding:20px 0;
}
.ico_vision {
    width: 40px;
    height: 40px;
    border:2px solid #CE221F;
    position: relative;
    border-radius: 50%;
    margin:15px auto 0;
    transition: all .4s;
}
.ico_vision > span {
    position: absolute;
    color:#CE221F;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    transition: all .4s;
}
.vision_box1 > li > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.vision_box1 > li > p {
    font-size: 16px;   
    font-weight:500;
    color:#CE221F;
    margin-top: 12px;
}
.vision_box2 {
    width: 100%;
}
.vision_box2 > h3 {
    font-size: 20px;
    font-weight: 700;
    color:#CE221F;
    margin-top: 12px;
}
.vision_box2 > h2 {
    font-size: 30px;
    font-weight: 700;
    
}
.vision_box2 > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
    color:#333;
    word-break: keep-all;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    padding:80px 0;
    background:#666;
}
.group_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.group_box {
    width: 100%;
    margin-bottom: 20px;
}
.group_box > h2 {
    font-size: 27px;
    font-weight: 700;
    color:#ffe44a;
}
.group_box > p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    font-weight: 300;
    color:#fff;
    margin-top: 20px;
}
.group_bar {
    width: 100%;
    height: 2px;
    background:#ffe44a;
    margin:20px 0;
}
.group_img_box {
    width: 100%;
    aspect-ratio: 1/.6;
    background:#fff;
    margin-top: 40px;
    overflow: hidden;
}
.group_img_box.type2 {
    margin-top: 0;
}
.group_img_box:hover .group_img {
    transform:scale(1.1);
}
.group_img  {
    width: 100%;
    aspect-ratio: 1/.6;
    background:#fff;
    transition: all .4s;
}
.group_img.img01 {
    background:url('../img/group_img01.JPG') center no-repeat;
    background-size:cover;
}
.group_img.img02 {
    background:url('../img/group_img02.png') center no-repeat;
    background-size:cover;
}
.group_cont_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.group_cont_wrap > li {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.ico_group {
    width: 50px!important;
    height: 50px!important;
    background:#fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}
.ico_group > span {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.group_con {
    width: calc(100% - 55px);
    color:#fff;
}
.group_con > h2 {
    font-size: 18px;
    font-weight: 700;
}
.group_con > p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    word-break: keep-all;
    margin-top: 10px;
}
/* msec_04 */

/* msec_05 */
.msec_05 {
    background:#f9f9f9;
}
/* msec_05 */


/* msec_06 */
.msec_06 {
    padding:80px 0;
}
.member_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.member_wrap > li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
}
.img_member_box {
    width: 100%;
    aspect-ratio: 1/1.495;
    overflow: hidden;
}
.img_member {
    width: 100%;
    aspect-ratio: 1/1.495;
    transition: all .4s;
}

.member_wrap > li:hover .img_member {
    transform: scale(1.1);
}
.member_wrap > li:hover .member_cont_box {
    transform: translateY(-10px);
}

.img_member.img01 {background:url('../img/img_member01.png') center no-repeat;background-size:contain;}
.img_member.img02 {background:url('../img/img_member02.png') center no-repeat;background-size:contain;}
.img_member.img03 {background:url('../img/img_member03.png') center no-repeat;background-size:contain;}
.img_member.img04 {background:url('../img/img_member04.png') center no-repeat;background-size:contain;}
.img_member.img05 {background:url('../img/img_member05.png') center no-repeat;background-size:contain;}

.member_cont_box {
    background:#CE221F;
    padding:14px 0;
    text-align: center;
    color:#fff;
    transition: all .4s;
}
.member_cont_box > h2 {
    font-size: 16px;
}
.member_cont_box > p {
    font-size: 14px;
    margin-top: 6px;
}
/* msec_06 */

/* msec_07 */
.msec_07 {
    background:url('../img/msec_07_bg.png') center no-repeat;
    background-size:cover;
}
.msec_07 > .inner {
    color:#fff;
    text-align: center;
}
.msec_07 > .inner > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    word-break: keep-all;
}
.msec_07 > .inner > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 12px;
}
.msec_07 .btn_more {
    border:1px solid #eb4a47;
    transition: all .4s;
}
.msec_07 .btn_more > a {
    font-size: 16px;
    font-weight: 300;
    transition: all .4s;
    color:#eb4a47;
}
.msec_07 .btn_more:hover {
    background:#CE221F;
}
.msec_07 .btn_more > a:hover {
    color:#fff;
}
/* msec_07 */

/* msec_08 */
.msec_08 {
    background:#f9f9f9;
}
.community_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.community_wrap > div {
    width: 100%;
    margin-bottom: 20px;
}
.community_wrap > div > h2 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.community_wrap > div > h2:after {
    content:"";
    width: 100%;
    height: 2px;
    background:#333;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* msec_08 */

/* msec_09 */
.partner_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner_wrap > li {
    width: calc(25% - 5px);
    aspect-ratio: 1/0.9091018179636407;
    background:#ddd;
    margin-bottom: 40px;
    transition: all .4s;
    border:0px solid #ddd;
    border-radius: 10px;
}
.partner_wrap > li:hover {
    border:1px solid #ddd;
    transform: translateY(-5px);
    
}
.partner_wrap > li.img01 {background:url('../img/1.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img02 {background:url('../img/2.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img03 {background:url('../img/3.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img04 {background:url('../img/4.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img05 {background:url('../img/5.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img06 {background:url('../img/6.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img07 {background:url('../img/7.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img08 {background:url('../img/8.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img09 {background:url('../img/9.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img10 {background:url('../img/10.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img11 {background:url('../img/11.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img12 {background:url('../img/12.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img13 {background:url('../img/13.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img14 {background:url('../img/14.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img15 {background:url('../img/15.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img16 {background:url('../img/16.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img17 {background:url('../img/17.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img18 {background:url('../img/18.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img19 {background:url('../img/19.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img20 {background:url('../img/20.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img21 {background:url('../img/21.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img22 {background:url('../img/22.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img23 {background:url('../img/23.jpg') center no-repeat;background-size:contain;}
.partner_wrap > li.img24 {background:url('../img/24.jpg') center no-repeat;background-size:contain;}

/* msec_09 */




footer {
    padding:40px 0;
    background:url('../img/footer_bg.png') center no-repeat;
    background-size:cover;
}
footer > .inner {
    display: flex;
    flex-direction: column;
}
.t_logo {
    width: 110;
    height: 50px;
    background:url('../img/t_logo.png') center no-repeat;
    background-size:contain;
    margin:0 auto;
}
.footer_info {}
.info_1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.info_1 > h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 20px;
    color:#fff;
}
.info_1 > p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color:#fff;
    word-break: keep-all;
    margin-top: 10px;
}
.info_2 {}
.info_box {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;

}
.info_box > h2 {
    font-size: 14px;
    font-weight: 700;
    width: 75px;
    color:#fff;
}
.info_box > p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color:#fff;
    margin-top: 10px;
    word-break: keep-all;
    margin-bottom: 20px;
}



.footer2 {
    background:#6E0E10;
    text-align: center;
    padding:12px 0;
    color:#fff;
    font-size: 16px;
}




.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 40px;
    height: 40px;
    border:1px solid rgba(0,0,0,0);
}

.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 5px auto 0;
}

.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:10px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    border:1px solid #ddd;
    padding:0 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #F1054D !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}



 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}

